@charset "utf-8";
/* ------------------------------------------------------
   PAGE TITLE
------------------------------------------------------ */
.page-hero{
  position:relative;
  margin-top:-110px;
  min-height:500px;
  isolation:isolate;
  overflow:hidden;
}
.page-hero-wrap {
  position:relative;
  width: 100%;
  height: auto;

}
.page-image {
  width: 100%;
  min-height:500px;
  object-fit: cover;
}
.page-title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%); 
}
/* ------------------------------------------------------
   COMPANY
------------------------------------------------------ */
.company-profile {
  padding:120px 0;
  background:var(--bg) url("../images/company_profile_bg2.png") top 50px right 0px no-repeat;
}
.company-profile-wrap{
  position:relative;
  width:min(1080px,92%);
  margin-inline:auto;
}
.company-profile-wrap h3 {
  font-size:clamp(0.5rem, 1.8rem + 1vw, 2.6rem);
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 90px;
  color: var(--brand);
  margin-bottom: 40px;
  text-align: center;
  background: url("../images/company_profile_bg1.png") top left no-repeat;
}
.company-profile-wrap h3::before {
  content: "";
  border-left: var(--gold) calc(4px + 1vw) solid;
  padding-right: 10px;
}
.profile-dl{
  display:grid; grid-template-columns: 1fr 1fr; gap:22px 140px; position:relative; z-index:1;
}
.profile-dl .row{
  display:grid; grid-template-columns: 120px 1fr;
}
.profile-dl dt{
  font-size: clamp(0.96rem, 0.46rem + 1vw, 1.2rem);
  line-height: 160%;
  white-space:nowrap;
  padding-top: 30px;
  padding-bottom: 30px;
  color: var(--brand);
  border-top: var(--brand) 1px solid;
}
.profile-dl dd{
  font-size: clamp(0.96rem, 0.46rem + 1vw, 1.2rem);
  line-height: 160%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin:0;
  color: var(--brand);
  border-top: var(--brand) 1px solid;
}
/* ===== アクセス ===== */
.company-access{
    padding:120px 0;
    background:#fff;
}
.company-access-wrap{
  position:relative;
  width:min(1080px,92%);
  margin-inline:auto;
}

.company-access-wrap h3 {
  font-size:clamp(0.5rem, 1.8rem + 1vw, 2.6rem);
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 90px;
  color: var(--brand);
  margin-bottom: 0px;
  text-align: center;
  background: url("../images/company_access_bg.png") bottom right no-repeat;
}
.company-access-wrap h3::before {
  content: "";
  border-left: var(--gold) calc(4px + 1vw) solid;
  padding-right: 10px;
}
.access-map {
  width: 100%;
  aspect-ratio: 16/6;
  object-fit:cover;
  overflow: hidden;
}
.access-map iframe{
  width:100%;
  height: calc(100% + 300px);
  margin-top: -150px;
  border:0;
  border-radius:12px;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
}
.access-info {
  margin-top: 50px;
}
.googlemap {
  margin-bottom: 50px;
}
.googlemap a {
  text-decoration: none;
}
.access-info p {
  text-align: center;
}
.access-info .addr{
  text-align: center;
  font-size: clamp(1rem, 0.66rem + 1vw, 1.6rem);
  line-height: 160%;
  color: var(--brand);
  margin-bottom: 30px;
}
.access-info .tel{
  margin-bottom: 20px;
}
.btn.gm{
  display:block;
  margin-inline:auto;
  width: 300px;
  background-color: #7B8FA3;
}
.btn.gm img {
  transition: opacity 0.3s ease-out; 
}
.btn.gm img:hover{
  opacity:.7;
  text-decoration:none;
}

/* ===== 沿革 ===== */
.company-history{
  padding:120px 0;
  background:var(--bg);
  overflow: hidden;
}
.company-history-wrap{
  position:relative;
  width:min(800px,90%);
  margin-inline:auto;
  background: url("../images/company_history_bg.png") top 150px right no-repeat;
  background-size: 100px auto contain;
}
.company-history-wrap h3 {
  font-size:clamp(0.5rem, 1.8rem + 1vw, 2.6rem);
  font-weight: 500;
  padding-top: 0px;
  padding-bottom: 90px;
  color: var(--brand);
  margin-bottom: 0px;
  text-align: center;
}
.company-history-wrap h3::before {
  content: "";
  border-left: var(--gold) calc(4px + 1vw) solid;
  padding-right: 10px;
}

.timeline{
  list-style:none;
  margin:18px 0 0;
  padding:0;
}
.timeline li{
  padding:16px 58px;
  position:relative;
  width: 100%;
}
.timeline .year{
  position:relative;
  font-size: clamp(1.2rem, 0.86rem + 1vw, 1.8rem);
  line-height: 160%;
  margin-bottom: 10px;
  color: var(--brand);
}
.timeline li::before{
  content:"";
  position:absolute;
  left:0px;
  top:20px;
  width:35px;
  height:35px;
  background:url("../images/company_history_point.png") center left no-repeat;
  background-size: contain;
}
.timeline .desc{
  font-size: clamp(0.96rem, 0.56rem + 1vw, 1.3rem);
  line-height: 250%;
  margin-bottom: 20px;
  color: var(--brand);
}
/* ------------------------------------------------------
   VISION
------------------------------------------------------ */
.our-vision {
  padding:120px 0;
  background:var(--brand);
}
.our-vision-wrap{
  position:relative;
  width:min(800px,100%);
  margin-inline:auto;
  padding-left: 130px;
  background: url("../images/vision_vision.png") bottom left no-repeat;
}
.vision-move {
  position: absolute;
  width: 350px;
  height: auto;
  top:30px;
  right: -160px;
  animation: rotate-ogn 15s infinite linear;
  z-index: 100;
}
@keyframes rotate-ogn {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.our-vision-wrap h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size:clamp(1rem, 1.8rem + 1vw, 2.6rem);
  color: #ffffff;
  margin-bottom: 20px;
}
.our-vision-wrap p{
  font-size: clamp(0.96rem, 0.46rem + 1vw, 1.2rem);
  line-height: 240%;
  padding-top: 20px;
  padding-bottom: 0px;
  color: #ffffff;
  font-weight: 400;
  text-align: justify;
}

.ceo-message {
  padding:0px 0px 120px;
  background:#ffffff;
}
.ceo-message-wrap{
  position:relative;
  width:min(1080px,92%);
  margin-inline:auto;
}
.ceo-image {
  width: 100%;
  min-height: 280px;
}
.ceo-image img {
  width: 100%;
  height: auto;
  min-height: 280px;
  object-fit: cover;
}
.ceo-message-wrap h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size:clamp(0.9rem, 1.8rem + 1vw, 2rem);
  color: var(--brand);
  margin-bottom: 20px;
  margin-top: 60px;
}
.ceo-message-wrap p {
  font-size: clamp(0.9rem, 0.46rem + 1vw, 1.2rem);
  line-height: 200%;
  padding-top: 20px;
  padding-bottom: 0px;
  color: var(--brand);
  text-align: justify;
  font-weight: 400;
}
.ceo-name {
  text-align: right !important;
  padding-top: 10px;
}
.ceo-name img {
  width: 250px;
  padding-left: 30px;
  vertical-align: middle;
}

.logo-origin {
  padding:60px 0 120px;
  background:var(--bg);
}
.logo-origin-wrap {
  position:relative;
  width:min(1080px,92%);
  margin-inline:auto;
}
.logo-origin-wrap h3 {
  font-size:clamp(0.5rem, 1.8rem + 1vw, 2.6rem);
  font-weight: 500;
  padding-top: 100px;
  padding-bottom: 20px;
  color: var(--brand);
  background: url("../images/vision_logo.png") bottom right no-repeat;
  background-size: 260px auto;
}
.logo-origin-wrap h3::before {
  content: "";
  border-left: var(--gold) calc(4px + 1vw) solid;
  padding-right: 10px;
}
.logo-origin-wrap p {
  font-size: clamp(0.96rem, 0.46rem + 1vw, 1.2rem);
  line-height: 200%;
  padding-top: 20px;
  padding-bottom: 0px;
  color: var(--brand);
  text-align: justify;
  font-weight: 400;
}
.origin-illast {
  padding-top: 40px;
  width:min(800px,92%);
  margin-inline:auto;
}

.our-philosophy {
  padding:120px 0;
  background:var(--brand);
  background: url("../images/vision_mission_bg.jpg") center center no-repeat;
  background-size: cover;
}
.philosophy-wrap{
  position:relative;
  width:min(1080px,92%);
  margin-inline:auto;
  background-color: rgba(23,53,107,0.7);
  padding: 60px 20px;
}
.philosophy-wrap h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size:clamp(1rem, 1.8rem + 1vw, 2.6rem);
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.1em;
}
.philosophy-logo {
  width:min(220px,60%);
  margin-inline:auto;
  margin-bottom: 40px;
}
.philosophy-ttl {
  width:min(440px,80%);
  margin-inline:auto;
  margin-bottom: 10px;
}
.philosophy-wrap ul {
  display: block;
  width:min(420px,92%);
  margin-inline:auto;
  list-style: none;
}
.philosophy-wrap ul li {
  font-size: clamp(1rem, 0.46rem + 1vw, 1.3rem);
  padding-top: 10px;
  padding-bottom: 20px;
  color: #ffffff;
  font-weight: 400;
}

/* ------------------------------------------------------
   SERVICE
------------------------------------------------------ */
.service-area {
  padding:120px 0;
  background:#ffffff;
}
.service-area-wrap{
  position:relative;
  width:min(800px,90%);
  margin-inline:auto;
  display:flex;
  gap:20px;
}
.service-area-wrap h3 {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size:clamp(1rem, 1.8rem + 1vw, 2.4rem);
  color: var(--brand);
  margin-bottom: 20px;
  margin-top: 60px;
}
.service-area-wrap h3::before {
  content: "";
  border-left: var(--gray) calc(4px + 1vw) solid;
  padding-right: 10px;
}
.sat-line {
  margin-top: -45px;
}
.service-area-wrap p {
  font-size: clamp(0.96rem, 0.66rem + 1vw, 1.2rem);
  line-height: 200%;
  padding-top: 40px;
  padding-bottom: 0px;
  color: var(--brand);
  text-align: justify;
  font-weight: 400;
}

.service-menu {
  padding:60px 0 120px;
  background:var(--brand);
}
.service-menu-wrap {
  position:relative;
  width:min(1080px,90%);
  margin-inline:auto;
  background: url("../images/biz_menu_bg.png") top 240px left 20px no-repeat;
  background-size: 180px auto;
}
.service-menu-ttl h3 {
  font-size:clamp(1rem, 1.8rem + 1vw, 2.6rem);
  font-weight: 500;
  padding-top: 100px;
  padding-bottom: 20px;
  color: #ffffff;
  background-size: 260px auto;
}
.service-menu-ttl h3::before {
  content: "";
  border-left: var(--gold) calc(4px + 1vw) solid;
  padding-right: 10px;
}
.smt-line {
  margin-top: -50px;
}
.service-menu-cont {
  display: flex;
  gap: 50px;
  margin-top: 90px;
}
.smc-txt {
  width: 40%;
}
.biz-menu-num {
  width: 100px;
}
.smc-txt h4 {
  font-size:clamp(0.5rem, 1.8rem + 1vw, 2.6rem);
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 2px;
  color: #ffffff;
  border-bottom: #FFFFFF 1px solid;
  margin-bottom: 20px;
}
.smc-txt p {
  font-size: clamp(0.96rem, 0.46rem + 1vw, 1.18rem);
  line-height: 160%;
  color: #ffffff;
  text-align: justify;
  font-weight: 400;
}
.smc-img {
  position: relative;
  width: 60%;
}
.biz-menu-otasuke {
  margin-top: 10px;
  width: 240px;
  height: auto;
}
.biz-menu-flame {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: auto;
}
.biz-menu-img {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.service-access{
  padding:120px 0;
  background:var(--bg);
}
.service-access-wrap{
  position:relative;
  width:min(1080px,90%);
  margin-inline:auto;
}
.service-access-wrap h3 {
  text-align: center;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size:clamp(1rem, 1.8rem + 1vw, 2.4rem);
  color: var(--brand);
  margin-bottom: 40px;
}
/* ------------------------------------------------------
   WORKS LIST
------------------------------------------------------ */
.works-list {
  padding:120px 0;
}
.works-list-wrap{
  position:relative;
  width:min(1080px,92%);
  margin-inline:auto;
}
.works-list-wrap p.works-term {
  font-size:clamp(0.5rem, 1.5rem + 1vw, 1.6rem);
  font-weight: 400;
  color: #ffffff !important;
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
}
.works-list-wrap p.works-term span {
  border-radius: 30px;
  background-color: var(--brand);
  padding: 5px 40px;
}
.works-list-wrap h3 {
  font-size:clamp(0.5rem, 1.8rem + 1vw, 2.6rem);
  font-weight: 500;
  color: var(--brand);
  margin-top: 0px;
  margin-bottom: 60px;
  text-align: center;
}
.works-list-countainer ul {
  width: 100%;
  margin-inline:auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:11%;
  align-items: flex-start;
  list-style: none;
}
.works-list-item {
  width: 26%;
  margin-bottom: 60px;
}
.works-list-item a {
  text-decoration: none;
}
.works-list-item a figure img{
  width: 100%;
  aspect-ratio:1/1;
  object-fit: cover;
}
.works-list-item div.wli-txt {
  width: 100%;
  padding: 15px 15px;
  background-color: var(--brand);
  height: 80px;
}
.works-list-item h4 {
  text-align: left;
  color:#ffffff;
  font-weight: 400;
  height: 35px;
}
.works-list-item p {
  text-align: left;
  color:#ffffff;
  font-weight: 300;
  font-size: 80%;
}
.works-year-pdf {
  margin-top: 30px;
  text-align: center;
}
.works-back {
  margin-top: 90px;
  width: 220px;
  margin-inline:auto;
}
/* ------------------------------------------------------
   WORKS SINGLE
------------------------------------------------------ */
.works-single-head {
  position: relative;
  z-index: 2;
  padding:120px 0 60px;
}
.works-single-head-wrap{
  position:relative;
  width:min(1080px,92%);
  margin-inline:auto;
}
.works-single-head-wrap h3 {
  font-size:clamp(0.5rem, 1.2rem + 1vw, 2.6rem);
  font-weight: 500;
  color: var(--brand);
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
.works-single-image {
  position: relative;
  z-index: 1;
  background: #17356B;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0) 20%, rgba(23, 53, 107, 1) 20%, rgba(23, 53, 107, 1) 50%, rgba(23, 53, 107, 1) 80%, rgba(23, 53, 107, 0) 80%);
}
.works-single-image-wrap {
  width:min(1080px,92%);
  margin-inline:auto;
}
.works-single-image-wrap figure{
  width: 100%;
}
.works-single-image-wrap figure img{
  width: 100%;
  height: auto;
}
.works-single-data {
  padding:120px 0 30px;
}
.works-single-data-wrap{
  position:relative;
  width:min(800px,92%);
  margin-inline:auto;
}
.works-single-data-wrap h4 {
  font-size:clamp(0.5rem, 1rem + 1vw, 2rem);
  font-weight: 500;
  padding-top: 0px;
  padding-bottom: 0px;
  color: var(--brand);
  margin-bottom: 40px;
  text-align: center;
}
.works-single-data-wrap h4::before {
  content: "";
  border-left: var(--gold) calc(4px + 1vw) solid;
  padding-right: 10px;
}
.wsd-dl {
  display:grid;
  grid-template-columns: 150px 1fr;
  border-bottom: var(--brand) 1px solid;
}
.wsd-dl dt{
  font-size: clamp(0.96rem, 0.46rem + 1vw, 1.2rem);
  line-height: 160%;
  white-space:nowrap;
  padding-top: 30px;
  padding-bottom: 30px;
  color: var(--brand);
  border-top: var(--brand) 1px solid;
}
.wsd-dl dd{
  font-size: clamp(0.96rem, 0.46rem + 1vw, 1.2rem);
  line-height: 160%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin:0;
  color: var(--brand);
  border-top: var(--brand) 1px solid;
}
.works-single-thumb {
  padding:30px 0 30px;
}
.works-single-thumb-wrap{
  position:relative;
  width:min(800px,92%);
  margin-inline:auto;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  gap:15px;
  align-items: flex-start;
}
.works-single-thumb-wrap figure {
  width: 120px;
}
.works-single-thumb-wrap figure img {
  width: 100%;
  aspect-ratio:1/1;
  object-fit: cover;
}
.works-back {
  text-align: center;
  margin-bottom: 60px;
}
/* ------------------------------------------------------
   BLOG
------------------------------------------------------ */
/* blog WP */
.blog-wrapper {
  width:min(800px,92%);
	margin: 60px auto;
}
.blog-wrapper h2 {
	padding: 30px 0;
	font-size: 24pt;
  font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
	line-height: 180%;
}
.blog-wrapper h2 span {
	border-bottom: var(--brand) 6px solid;
  padding-bottom: 3px;
}
.blog-body {
  padding: 30px 0px 90px;
}
.blog-body P {
	line-height: 180%;
	padding: 0 10px 10px;
	word-wrap: break-word;
  text-align: justify;
}
.blog-body h3 {
	line-height: 180%;
	padding: 5px 15px 5px;
  background: var(--brand);
  border-radius: 5px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 120%;
}
.blog-body h4 {
	line-height: 120%;
	padding: 5px 10px 0px;
	border-bottom: var(--brand) 3px solid;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 110%;
}
.blog-body h5 {
	line-height: 180%;
	padding: 3px 10px 0px;
	border: var(--brand) 1px solid;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 105%;
}
.entry-utility {
	text-align: right;
	font-size: 12pt;
	line-height: 150%;
	padding: 0 10px;
  margin-bottom: 20px;
}
.blog-nav {
	margin: 60px auto;
	clear: both;
}
.blog-nav .blog-nav-left {
	width: 45%;
	float: left;
	padding-bottom: 30px;
}
.blog-nav .blog-nav-right {
	width: 45%;
	float: right;
	padding-bottom: 30px;
}
.blog-nav h4 {
	padding: 5px;
	font-size: 16pt;
	margin-bottom: 10px;
	font-weight: normal;
	border-bottom: #8B8B8B 1px solid;
}
ul.side-list {
	padding-top: 10px;
	padding-left: 25px;
}
ul.side-list li {
	line-height: 130%;
	padding-bottom: 10px;
	padding-left: 0px;
}
#nav-below {
	padding: 15px 0;
}
.nav-previous {
	width: 46%;
	float: left;
	font-size: 80%;
	padding-bottom: 10px;
}
.nav-next {
	width: 46%;
	float: right;
	text-align: right;
	font-size: 80%;
	padding-bottom: 10px;
}
/* wp blog-archive */
.news-item {
  background-color: var(--bg);
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 40px;
}
.news-title {
  border-bottom: var(--brand) 3px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.news-title a {
  text-decoration: none;
  font-weight: 400 !important;
  color: var(--brand) !important;
}
.news-item p {
  line-height: 160%;
  text-align: justify;
}
.excerpt-more {
  display: block;
  text-align: right;
}
.blog-body h6 {
  font-size: 15pt;
  font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: #666666 1px solid;
}
.blog-body p {
  font-size: 110%;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 180%;
}
.blog-body blockquote {
  padding: 1px 20px;
  background-color: #ededed;
  line-height: 150%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-body hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-body cite {
  color: #754C24;
  font-style: italic;
}
.blog-body table {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-body tr {}
.blog-body th,
.blog-body td {
  font-size: 110%;
  padding: 15px 20px;
  border-bottom: var(--brand) 1px dotted;
}
.blog-body th {
  background-color: var(--bg);
}
.blog-body table td {
  background: #eee;
}
.blog-body table tr:nth-child(odd) td {
  background: #fff;
}
.blog-body dl {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-body dl dt {
  font-size: 110%;
  margin-bottom: 15px;
  line-height: 150%;
  border-left: var(--gold) 5px solid;
  padding-left: 10px;
}
.blog-body dl dd {
  font-size: 110%;
  margin-bottom: 15px;
  margin-left: 30px;
  line-height: 150%;
}
.blog-body ol{
  counter-reset:list;
  list-style-type:none;
  margin: 15px 0px 15px;
}
.blog-body ol li{
  position:relative;
  line-height: 150%;
  margin: 7px 0 0px 40px;
  padding-left: 20px;
  padding-bottom: 15px;
  font-size: 110%;
}
.blog-body ol li:last-child{
  padding-bottom: 0;
} 
.blog-body ol li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -35px;
  width: 30px;
  height: 30px;
  background: var(--brand);
  text-align: center;
  color: #fff;
  top: 15px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-body ul{
  padding: 15px 0;
  list-style: none;
}
.blog-body ul li{
  position: relative;
  padding: 15px 30px 15px 40px;
  margin-bottom:5px;
  font-size: 110%;
  line-height: 150%;
}
.blog-body ul li:after,
.blog-body ul li:before{
  content: "";
  position: absolute;
  border-radius: 50%;
}
.blog-body ul li:before{
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgba(45,104,51,0.78);
  top: 30px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-body ul li:after{
  top: 1.3em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(79,111,192,0.62);
}
.navigation {
  width: 100%;
  margin: 60px 0 0;
}
.nav-previous {
  width: 48%;
  float: left;
}
.nav-next {
  width: 48%;
  float: right;
  text-align: right;
}

/* ------------------------------------------------------
   CONTACT US
------------------------------------------------------ */
.contactus-intro {
  background: var(--bg);
  padding-top: 60px;
  padding-bottom: 20px;
}
.contactus-section {
  margin: 0px auto 0px;
  background: var(--bg);
  padding-bottom: 120px;
}
.contactus-contents {
  text-align: center;
}
.contactus-contents p {
  font-size:clamp(0.5rem, 1.2rem + 1vw, 2.6rem);

  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 20px;
  color:var(--brand);
  max-width: 80%;
  margin-inline:auto;
}
.contactus-intro-contents {
  width:min(800px,92%);
	margin: 30px auto;
  background-color: #ffffff;
	border-radius: 20px;
	padding: 40px;
}
.contactus-intro-contents p {
  font-size: clamp(0.96rem, 0.46rem + 1vw, 1.2rem);
	line-height: 200%;
  margin-bottom: 15px;
}
.contactus-intro-contents p span {
	color: #FF0004;
	font-weight: bold;
}
.contactus-form {
	width: 800px;
	margin: 40px auto;	
}
.form-item {
  overflow: hidden;
  margin-bottom: 40px;
}
.label {
  float: left;
	vertical-align: middle;
	padding-top: 10px;
  width:220px;
	display: block;
}
.label span {
	color: #FF0004;
	font-weight: bold;
	padding-left: 5px;
	font-size: 90%;
}
.inputs {
  margin-left: 220px;
	display: block;
}
input[type="text"],input[type="email"],input[type="tel"] {
  border: solid 1px #719DCB;
  border-radius:10px;
  padding:10px;
  font-size: 15px;
	width: calc(96% - 220px);
}
textarea {
  border: solid 1px #719DCB;
  border-radius:10px;
  padding: 10px;
  height: 160px;
  font-size: 15px;
	width: calc(96% - 220px);
}
.form-btn {
  text-align: center;
	padding-top: 10px;
}
input[type="submit"] {
  background: #e0505c;
  border-radius:10px;
  color: white;
  font-size:17px;
	letter-spacing: 0.3em;
  font-weight:bold;
  padding: 10px 40px;
  margin: 0 5px;
}
.contactus-form i {
	padding-right: 10px;
	color: #719DCB;
}
/* ------------------------------------------------------
   404 Not Found
------------------------------------------------------ */
.error-wrap {
  width:min(800px,92%);
	margin: 30px auto;
  background-color: var(--bg);
	border-radius: 20px;
	padding: 40px;
}
.error-wrap h2 {
	padding: 30px 0;
	font-size: 24pt;
  font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
	line-height: 180%;
}
.error-wrap h2 span {
	border-bottom: var(--brand) 6px solid;
  padding-bottom: 3px;
}

.error-wrap p {
  font-size: clamp(0.8rem, 0.46rem + 1vw, 1rem);
	line-height: 200%;
  margin-bottom: 15px;
}
.error-links {
  margin-top: 30px;
}
.error-links ul{
  padding: 15px 0;
  list-style: none;
}
.error-links ul li{
  position: relative;
  padding: 15px 30px;
  margin-bottom:5px;
  font-size: 110%;
}
.error-links ul li:after,
.error-links ul li:before{
  content: "";
  position: absolute;
  border-radius: 50%;
}
.error-links ul li:before{
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgba(45,104,51,0.78);
  top: 25px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.error-links ul li:after{
  top: 1.1em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(79,111,192,0.62);
}
/* ------------------------------------------------------
   ENTRY COMPLETE
------------------------------------------------------ */

.entry-complete{
  padding:120px 0;
  background:var(--bg);
  overflow: hidden;
}
.entry-complete-wrap{
  position:relative;
  width:min(800px,90%);
  margin-inline:auto;
  background-size: 100px auto contain;
}
.entry-complete-wrap h3 {
  font-size:clamp(0.5rem, 1.8rem + 1vw, 2.6rem);
  font-weight: 500;
  padding-top: 0px;
  padding-bottom: 30px;
  color: var(--brand);
  margin-bottom: 0px;
  text-align: center;
}
.entry-complete-wrap h3::before {
  content: "";
  border-left: var(--gold) calc(4px + 1vw) solid;
  padding-right: 10px;
}
.entry-complete-contents {
  width:min(800px,92%);
	margin: 30px auto;
  background-color: #ffffff;
	border-radius: 20px;
	padding: 40px;
}
.entry-complete-contents p {
  font-size: clamp(0.96rem, 0.46rem + 1vw, 1.2rem);
	line-height: 150%;
  margin-bottom: 15px;
}
.entry-complete-contents p span {
	color: #FF0004;
	font-weight: bold;
}
.entry-section h4 {
  font-size:clamp(0.5rem, 1.8rem + 1vw, 1.4rem);
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 2px;
  color: var(--brand);
  border-bottom: var(--brand) 1px solid;
  margin-bottom: 15px;
}
.entry-section ul{
  padding: 10px 0 10px 30px;
  list-style:circle;
}
.entry-section ul li{
  position: relative;
  padding: 5px 0px 5px 0px;
  margin-bottom:5px;
  font-size: 110%;
  line-height: 150%;
}
/* ------------------------------------------------------
   POLICY
------------------------------------------------------ */
.policy-wrap {
  background: var(--bg);
  padding-top: 60px;
  padding-bottom: 20px;
}
.policy-contents {
  width:min(800px,92%);
	margin: 30px auto;
  background-color: #ffffff;
	border-radius: 20px;
	padding: 40px;
}
.policy-contents p {
  font-size: clamp(0.96rem, 0.46rem + 1vw, 1.2rem);
	line-height: 200%;
  margin-bottom: 15px;
  text-align: justify;
}
.policy-contents p span {
	color: #FF0004;
	font-weight: bold;
}
.policy-contents h3 {
  font-size: clamp(1rem, 0.6rem + 1vw, 1.6rem);
	line-height: 200%;
  margin-bottom: 15px;
  margin-top: 10px;
  border-bottom: var(--brand) 2px solid;
  color: var(--brand);
}
