@charset "UTF-8";
/* CSS Document */
/*===================================================
	画面用CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	TOP
///////////////////////////////////////////////////////////*/
.topMain .loadingContainer {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #ffffff;
}
.topMain .loadingContainer .loadingLogo {
  width: 40%;
  max-width: 450px;
}
.topMain .topKvContainer {
  position: relative;
  padding: 0 90px;
}
.topMain .topKvContainer:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 230px;
  z-index: -1;
  background: #51835c;
}
.topMain .topKvContainer .topKvPanel {
  position: relative;
  height: 700px;
}
.topMain .topKvContainer .topKvPanel .topKv {
  position: relative;
  width: 100%;
  height: 100%;
}
.topMain .topKvContainer .topKvPanel .topKv .kvBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topMain .topKvContainer .topKvPanel .topKv .kvBox > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topMain .topKvContainer .topKvPanel .topKv .kvBox .kv01 {
  background: url("https://kenmoku.co.jp/system_panel/uploads/images/top_kv_01.png") center no-repeat;
  background-size: cover;
  border-radius: 0 0px 30px 30px;
}
.topMain .topKvContainer .topKvPanel .topKv .kvBox .kv02 {
  background: url("https://kenmoku.co.jp/system_panel/uploads/images/top_kv_02.png") center no-repeat;
  background-size: cover;
  border-radius: 0 0px 30px 30px;
}
.topMain .topKvContainer .topKvPanel .topKv .kvBox .kv03 {
  background: url("https://kenmoku.co.jp/system_panel/uploads/images/top_kv_03.png") center no-repeat;
  background-size: cover;
  border-radius: 0 0px 30px 30px;
}
.topMain .topKvContainer .topKvPanel .kvTitleBox {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 60px;
}
.topMain .topKvContainer .topKvPanel .kvTitleBox h1 {
  font-size: 34px;
}
.topMain .topKvContainer .kvText {
  padding: 30px 20px;
  color: #ffffff;
  text-align: center;
}
.topMain .sec01 {
  position: relative;
  padding: 150px 0;
  background: url("https://kenmoku.co.jp/system_panel/uploads/images/top_sec01_bg.png") center no-repeat;
  background-size: cover;
  z-index:-2;
}
.topMain .sec01 .secContainer .secTtl {
  margin: 0 0 40px;
  padding: 0 60px;
  font-size: 24px;
  color: #51835c;
  text-align: right;
}
.topMain .sec01 .secContainer .txtBox .txt {
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media (min-width: 1025px) {
  .topMain .sec01 .secContainer .txtBox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    gap: 36px;
  }
  .topMain .sec01 .secContainer .txtBox .txt {
    writing-mode: vertical-rl;
  }
}
.topMain .sec01 .line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  width: 3px;
  height: 39px;
  margin: 0 auto;
}
.topMain .sec02 {
  padding: 120px 0;
  background: #f7f6f0;
  content: "";
  margin-top:-20px;
  width: 100%;
  height: calc(100% - 220px);
  z-index: -1;
  background:url(https://kenmoku.co.jp/system_panel/uploads/images/service_facility_sec_bg.png) repeat-x;
  
  
}
.topMain .sec02 .secTtlBox {
  margin: 0 0 60px;
  text-align: center;
}
.topMain .sec02 .secTtlBox .sub {
  margin: 0 0 5px;
  font-size: 18px;
  color: #51835c;
}
.topMain .sec02 .secTtlBox .secTtl {
  font-size: 24px;
  font-weight: bold;
}
.topMain .sec02 .linkPanel a {
  display: block;
  padding: 40px;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  background: url("https://kenmoku.co.jp/system_panel/uploads/images/top_sec02_list_arrow.png") right 10px bottom 10px no-repeat #5e8a68;
  background-size: 20px auto;
}
.topMain .sec02 .linkPanel .linkBox {
  position: relative;
  border-radius: 6px;
  border-left: 1px solid #91aa97;
  border-right: 1px solid #91aa97;
}
.topMain .sec02 .linkPanel .linkBox::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: calc(50% - 25px);
  height: 1px;
  background: #91aa97;
}
.topMain .sec02 .linkPanel .linkBox:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: calc(50% - 25px);
  height: 1px;
  background: #91aa97;
}
.topMain .sec02 .linkPanel .linkBox .inner {
  position: relative;
  border-radius: 6px;
}
.topMain .sec02 .linkPanel .linkBox .inner::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: calc(50% - 60px);
  height: 1px;
  background: #91aa97;
  transition: 0.6s;
}
.topMain .sec02 .linkPanel .linkBox .inner:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: calc(50% - 60px);
  height: 1px;
  background: #91aa97;
  transition: 0.6s;
}
.topMain .sec02 .linkPanel .linkBox .dl {
  padding: 30px 20px;
}
.topMain .sec02 .linkPanel .linkBox .dl .dt {
  margin: 0 0 20px;
}
.topMain .sec02 .linkPanel .linkBox .dl .dt .span {
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  width: 60px;
  margin: 0 auto;
  font-size: 20px;
  color: #94bea0;
}
.topMain .sec02 .linkPanel .linkBox .dl .dt .em {
  position: relative;
  padding: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
}
.topMain .sec02 .linkPanel .linkBox .dl .dt .em:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 1px;
  margin: 0 auto;
  background: #94bea0;
}
.topMain .sec02 .linkPanel .linkBox .dl .dd .more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  width: 120px;
  margin: 0 auto;
}
.topMain .sec02 .linkPanel .linkBox .dl .dd .en {
  position: absolute;
  right: 10%;
  bottom: -12px;
  font-size: 40px;
  color: #739d7c;
}
@media (min-width: 1025px) {
  .topMain .sec02 .linkPanel a .linkBox .inner::before {
    width: 50%;
  }
  .topMain .sec02 .linkPanel a .linkBox .inner:after {
    width: 50%;
  }
  .topMain .sec02 .linkPanel a .dl .dd .more {
    opacity: 0;
    transition: 0.6s;
    transition-delay: 0.2s;
  }
  .topMain .sec02 .linkPanel a:hover {
    opacity: 1;
    background-color: #34633e;
  }
  .topMain .sec02 .linkPanel a:hover .linkBox .inner::before {
    width: calc(50% - 60px);
  }
  .topMain .sec02 .linkPanel a:hover .linkBox .inner:after {
    width: calc(50% - 60px);
  }
  .topMain .sec02 .linkPanel a:hover .dl .dd .more {
    opacity: 1;
  }
  .topMain .sec02 .linkPanelList {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0 0;
  }
  .topMain .sec02 .linkPanelList .linkPanel {
    width: calc(33.3333333333% - 10px);
  }
}
.topMain .sec03 {
  padding: 120px 0;
}
.topMain .sec03 .secTtlBox {
  margin: 0 0 20px;
  text-align: right;
}
.topMain .sec03 .secTtlBox .sub {
  margin: 0 0 5px;
  font-size: 18px;
  color: #51835c;
}
.topMain .sec03 .secTtlBox .secTtl {
  font-size: 24px;
  font-weight: bold;
}
.topMain .sec03 .topTxt {
  margin: 0 0 60px;
  text-align: right;
}
.topMain .sec03 .listBox .ul .li a {
  display: block;
  padding: 20px;
  text-align: center;
  border-radius: 6px;
  background: url("https://kenmoku.co.jp/system_panel/uploads/images/top_sec03_list_arrow.png") right 10px bottom 10px no-repeat #f7f9f4;
  background-size: 20px auto;
}
.topMain .sec03 .listBox .ul .li .photoBox img {
  border-radius: 6px;
}
.topMain .sec03 .listBox .ul .li .dl {
  padding: 20px 0 10px;
}
.topMain .sec03 .listBox .ul .li .dl .dt {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
.topMain .sec03 .listBox .ul .li .dl .dt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 1px;
  margin: 0 auto;
  background: #282828;
}
.topMain .sec03 .listBox .ul .li .dl .dt .span {
  max-width: 200px;
  margin: 0 auto 10px;
  padding: 2px 10px;
  font-size: 14px;
  background: #e4e9dc;
}
.topMain .sec03 .listBox .ul .li .dl .dt .em {
  font-size: 24px;
}
@media (min-width: 1025px) {
  .topMain .sec03 .listBox .ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .topMain .sec03 .listBox .ul .li {
    width: calc(33.3333333333% - 10px);
  }
}
.topMain .sec04 {
  position: relative;
  z-index: 2;
}
.topMain .sec04 a {
  display: block;
  height: 847px;
  padding: 150px 0;
  background: url("https://kenmoku.co.jp/system_panel/uploads/images/top_sec04_bg.png") center top no-repeat;
  background-size: cover;
}
@media (min-width: 1025px) {
  .topMain .sec04 .secWrap01 {
    transition: 0.6s;
  }
  .topMain .sec04 a:hover {
    opacity: 1;
  }
  .topMain .sec04 a:hover .secWrap01 {
    opacity: 0.6;
  }
}
.topMain .sec04 .secTtlBox {
  margin: 0 0 60px;
}
.topMain .sec04 .secTtlBox .sub {
  margin: 0 0 5px;
  font-size: 18px;
  color: #94bea0;
}
.topMain .sec04 .secTtlBox .secTtl {
  font-size: 24px;
  font-weight: bold;
}
.topMain .sec04 .ttl {
  margin: 0 0 30px;
  font-size: 30px;
}
.topMain .sec04 .txt {
  line-height: 2.5;
}
.topMain .sec04 .txt p + p {
  margin: 20px 0 0;
}
.topMain .instaSec {
  position: relative;
  margin: -50px 0 0;
  padding: 120px 0;
  color: #ffffff;
  background: #94bea0;
    z-index: 2;
    margin: -30px 0 0;
    padding: 120px 0;
    color: #ffffff;
    background: url(https://kenmoku.co.jp/system_panel/uploads/images/green_bg.png) center top no-repeat;
    background-size: cover;
}
.topMain .instaSec .secTtlBox {
  margin: 0 0 60px;
  text-align: center;
}
.topMain .instaSec .secTtlBox .sub {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: #c1e0ca;
}
.topMain .instaSec .secTtlBox .secTtl {
  font-size: 24px;
  font-weight: bold;
}
.topMain .instaSec .instaPanel {
  max-width: 1200px;
  margin: 0 auto;
}
.topMain .instaSec .instaPanel .instaList .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 0 -5px;
}
.topMain .instaSec .instaPanel .instaList .webgene-blog .webgene-item {
  width: calc(33.3333333333% - 5px);
  margin: 5px 0 0 5px;
}
.topMain .instaSec .instaPanel .instaList .webgene-blog .webgene-item a {
  display: block;
}
.topMain .instaSec .instaPanel .instaList .webgene-blog .webgene-item .photo {
  position: relative;
  height: 0;
  padding: 0 0 100%;
}
.topMain .instaSec .instaPanel .instaList .webgene-blog .webgene-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topMain .instaSec .instaPanel .instaList .webgene-blog .webgene-item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topMain .instaSec .instaPanel .moreBox a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #ffffff;
  background: #2e4a34;
}
.topMain .instaSec .instaPanel .moreBox a p {
  display: inline-block;
  padding: 5px 30px;
  color: #ffffff;
  background: url(https://kenmoku.co.jp/system_panel/uploads/images/btn_more_arrow_black.png) right center no-repeat;
  background-size: 20px auto;
  transition: 0.6s;
}
@media (min-width: 1025px) {
  .topMain .instaSec .instaPanel {
    display: flex;
    justify-content: space-between;
  }
  .topMain .instaSec .instaPanel .instaList {
    width: calc(100% - 300px);
  }
  .topMain .instaSec .instaPanel .moreBox {
    width: 295px;
  }
  .topMain .instaSec .instaPanel .moreBox a p {
    background: url(https://kenmoku.co.jp/system_panel/uploads/images/btn_more_arrow_black.png) right center no-repeat;
    background-size: 20px auto;
  }
}

/*////////////////////////////////////////////////////////////
	about
///////////////////////////////////////////////////////////*/
.aboutMain .sec01 {
  position: relative;
}
.aboutMain .sec01 .secContainer01 {
  padding: 100px 0;
}
.aboutMain .sec01 .secContainer01 .dl .dt {
  margin: 0 0 30px;
  font-size: 34px;
  color: #4b7855;
  text-align: center;
}
.aboutMain .sec01 .secContainer01 .dl .dd .txt {
  line-height: 2.5;
}
.aboutMain .sec01 .secContainer01 .dl .dd .txt p + p {
  margin: 20px 0 0;
}
.aboutMain .sec01 .secContainer02 {
  position: relative;
  padding: 0 0 120px;
}
.aboutMain .sec01 .secContainer02::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 220px);
  z-index: -1;
  background:url(https://kenmoku.co.jp/system_panel/uploads/images/service_facility_sec_bg.png) repeat-x;
}
.aboutMain .sec01 .secContainer02 .mvPanel {
  margin: 0 0 60px;
  padding: 150px 0;
  border-radius: 10px;
  background: url("https://kenmoku.co.jp/system_panel/uploads/images/about_sec01_mv.png") center no-repeat;
  background-size: cover;
}
.aboutMain .sec01 .secContainer02 .mvPanel .secBox {
  width: 90%;
  padding: 40px;
  color: #ffffff;
  border-radius: 0 10px 10px 0;
  background: #5e8a68;
}
.aboutMain .sec01 .secContainer02 .mvPanel .secBox .pageSecTtlBox .sub {
  color: #c1e0ca;
}
@media (min-width: 1025px) {
  .aboutMain .sec01 .secContainer02 .mvPanel .secBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .aboutMain .sec01 .secContainer02 .mvPanel .secBox .pageSecTtlBox {
    width: 200px;
    margin: 0 auto;
  }
  .aboutMain .sec01 .secContainer02 .mvPanel .secBox .txt {
    width: calc(100% - 250px);
    margin: 0 auto;
  }
}
.aboutMain .sec01 .secContainer02 .listBox .ul .li {
  padding: 30px;
  border-radius: 10px;
  background: #ffffff;
}
.aboutMain .sec01 .secContainer02 .listBox .ul .icon {
  width: 80px;
  margin: 0 auto 20px;
}
.aboutMain .sec01 .secContainer02 .listBox .ul .dl .dt {
  margin: 0 0 20px;
  font-size: 24px;
  text-align: center;
}
.aboutMain .sec01 .secContainer02 .listBox .ul .dl .dd {
  line-height: 2;
}
@media (min-width: 1025px) {
  .aboutMain .sec01 .secContainer02 .listBox .ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .aboutMain .sec01 .secContainer02 .listBox .ul .li {
    width: calc(33.3333333333% - 10px);
  }
}
.aboutMain .sec02 {
  position: relative;
  z-index: 2;
  margin: -30px 0 0;
  padding: 120px 0;
  color: #ffffff;
  background: url("https://kenmoku.co.jp/system_panel/uploads/images/green_bg.png") center top no-repeat;
  background-size: cover;
}
.aboutMain .sec02 .pageSecTtlBox .sub {
  color: #c1e0ca;
  font-weight: bold;
}
.aboutMain .sec02 .topTtl {
  margin: 0 0 50px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.aboutMain .sec02 .txtBox {
  max-width: 1000px;
  margin: 0 auto;
}
.aboutMain .sec02 .txtBox .txt + .txt {
  margin: 30px 0 0;
}
.aboutMain .sec02 .txtBox .txt > p {
  line-height: 2.5;
}
.aboutMain .sec02 .txtBox .txt > p + p {
  margin: 30px 0 0;
}
.aboutMain .sec02 .txtBox .txt .message {
  font-size: 24px;
}
.aboutMain .sec02 .logo {
  position: absolute;
  right: 5%;
  bottom: 20%;
  width: 30%;
  max-width: 600px;
}

/*////////////////////////////////////////////////////////////
	history
///////////////////////////////////////////////////////////*/
.historyMain .sec01 {
  position: relative;
  z-index: 2;
  padding: 120px 0;
  background: url("https://kenmoku.co.jp/system_panel/uploads/images/history_sec01_bg.png") no-repeat;
  background-size: cover;
  z-index:0;
}
.historyMain .sec01 .topTtl {
  margin: 0 0 50px;
  font-size: 34px;
  color: #4b7855;
  text-align: center;
}
.historyMain .sec01 .historyRingsContainer {
  max-width: 1000px;
  margin: 0 auto;
  color: #2a3828;
}
.historyMain .sec01 .historyRingsContainer .historyRingsMain {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}
.historyMain .sec01 .historyRingsContainer .historyRingWrap {
  position: relative;
  aspect-ratio: 1;
}
.historyMain .sec01 .historyRingsContainer .historyRingSvg {
  display: block;
  width: 100%;
  height: 100%;
}
.historyMain .sec01 .historyRingsContainer .historyRingHit {
  cursor: pointer;
}
.historyMain .sec01 .historyRingsContainer .historyRingBody {
  transition: stroke 0.25s, opacity 0.25s;
}
.historyMain .sec01 .historyRingsContainer .historyActiveRing {
  pointer-events: none;
  transition: r 0.3s ease;
}
.historyMain .sec01 .historyRingsContainer .historyPulse {
  pointer-events: none;
}
.historyMain .sec01 .historyRingsContainer .historyCards {
  min-height: 330px;
}
.historyMain .sec01 .historyRingsContainer .historyCard {
  width: 100%;
  animation: historyCardIn 0.35s ease;
}
.historyMain .sec01 .historyRingsContainer .historyCardYear {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 14px;
  border-radius: 20px;
  color: #4a6450;
  background: #e8f0e8;
  font-size: 13px;
  letter-spacing: 0.12em;
}
.historyMain .sec01 .historyRingsContainer .historyCardTitle {
  margin-bottom: 14px;
  color: #2a3828;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.45;
}
.historyMain .sec01 .historyRingsContainer .historyCardBody {
  margin-bottom: 16px;
  color: #5a534c;
  font-size: 15px;
  line-height: 1.85;
}
.historyMain .sec01 .historyRingsContainer .historyCardQuote {
  margin-bottom: 16px;
  padding: 14px 18px;
  border-left: 3px solid #4a6450;
  border-radius: 0 6px 6px 0;
  background: #f2eee8;
}
.historyMain .sec01 .historyRingsContainer .historyCardQuote p {
  color: #3a4a38;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 14px;
  line-height: 1.8;
}
.historyMain .sec01 .historyRingsContainer .historyCardStat {
  color: #7a9982;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.historyMain .sec01 .historyRingsContainer .historyRingsHint {
  display: none;
}
.historyMain .sec01 .historyRingsContainer .historyTimeline {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}
.historyMain .sec01 .historyRingsContainer .historyTimeline::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 7px;
  left: 7%;
  right: 7%;
  height: 1px;
  background: #c8d0c8;
}
.historyMain .sec01 .historyRingsContainer .historyTimelineItem {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  color: #9a9490;
  background: transparent;
  cursor: pointer;
}
.historyMain .sec01 .historyRingsContainer .historyTimelineDot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #c8d0c8;
  transition: 0.25s;
}
.historyMain .sec01 .historyRingsContainer .historyTimelineYear {
  font-size: 13px;
}
.historyMain .sec01 .historyRingsContainer .historyTimelineItem:hover .historyTimelineDot {
  background: #4a6450;
  transform: scale(1.2);
}
.historyMain .sec01 .historyRingsContainer .historyTimelineItem.is-active {
  color: #a86a52;
  font-weight: 500;
}
.historyMain .sec01 .historyRingsContainer .historyTimelineItem.is-active .historyTimelineDot {
  background: #a86a52;
  transform: scale(1.4);
}
.historyMain .sec02 {
  position: relative;
  z-index: 1;
  margin: -30px 0 0;
  padding: 120px 0;
  color: #ffffff;
  background: url("https://kenmoku.co.jp/system_panel/uploads/images/history_sec02_bg.png") no-repeat;
  background-size: cover;
  z-index:1;
}
.historyMain .sec02 .pageSecTtlBox .sub {
  color: #c1e0ca;
}
.historyMain .sec02 .txtBox .txt {
  text-align: center;
  line-height: 2.5;
}
.historyMain .sec02 .txtBox .txt p + p {
  margin: 20px 0 0;
}

@keyframes historyCardIn {
  from {
    opacity: 0;
    transform: translateX(8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*////////////////////////////////////////////////////////////
	service
///////////////////////////////////////////////////////////*/
.serviceMain .topSection {
  padding: 120px 0;
  text-align: center;
}
.serviceMain .topSection .logoDuskin {
  width: 120px;
  margin: 0 auto 10px;
}
.serviceMain .topSection .logoCompany {
  width: 80px;
  margin: 0 auto 10px;
}
.serviceMain .topSection .topTtl {
  margin: 0 0 60px;
  font-size: 34px;
  color: #4b7855;
}
.serviceMain .topSection .txt {
  text-align: left;
  line-height: 2.5;
}
.serviceMain .topSection .txt p + p {
  margin: 30px 0 0;
}
.serviceMain .serviceSection {
  padding: 0 0 120px;
}
.serviceMain .serviceSection .topTxt {
  margin: 0 0 60px;
  text-align: center;
}
.serviceMain .serviceSection .secContainer + .secContainer {
  margin: 100px 0 0;
}
.serviceMain .serviceSection .secPanel .photo img {
  border-radius: 6px;
}
.serviceMain .serviceSection .secPanel .txtBox .ttl {
  position: relative;
  margin: 0 0 25px;
  text-align: center;
}
.serviceMain .serviceSection .secPanel .txtBox .ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto 0;
  z-index: -1;
  background: #00000a;
}
.serviceMain .serviceSection .secPanel .txtBox .ttl h3 {
  display: inline-block;
  padding: 0 40px;
  font-size: 24px;
  background: #ffffff;
}
.serviceMain .serviceSection .secPanel .txtBox .txt {
  line-height: 2.5;
}
.serviceMain .serviceSection .secPanel .txtBox .txt p + p {
  margin: 20px 0 0;
}
.serviceMain .serviceSection .secPanel .txtBox .extraBox {
  margin: 20px 0 0;
  padding: 20px 30px;
  border-radius: 10px;
  background: #f8f6f0;
}
.serviceMain .serviceSection .secPanel .txtBox .extraBox .dl .dt {
  position: relative;
  margin: 0 0 10px;
}
.serviceMain .serviceSection .secPanel .txtBox .extraBox .dl .dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto 0;
  background: #00000a;
}
.serviceMain .serviceSection .secPanel .txtBox .extraBox .dl .dt p {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 0;
  font-size: 18px;
  background: #f8f6f0;
}
.serviceMain .serviceSection .secPanel .txtBox .extraBox .dl .dd {
  line-height: 2;
}
@media (min-width: 1025px) {
  .serviceMain .serviceSection .secPanel {
    display: flex;
    justify-content: space-between;
  }
  .serviceMain .serviceSection .secPanel .photo {
    width: 38%;
  }
  .serviceMain .serviceSection .secPanel .txtBox {
    width: 58%;
  }
}
.serviceMain .serviceSection .listPanel {
  margin: 60px 0 0;
}
.serviceMain .serviceSection .listPanel .ttl {
  position: relative;
  margin: 0 0 25px;
}
.serviceMain .serviceSection .listPanel .ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto 0;
  z-index: -1;
  background: #00000a;
}
.serviceMain .serviceSection .listPanel .ttl h3 {
  display: inline-block;
  padding: 0 40px 0 0;
  font-size: 24px;
  background: #ffffff;
}
.serviceMain .serviceSection .listPanel .listBox .ul .li .photo img {
  border-radius: 6px;
}
.serviceMain .serviceSection .listPanel .listBox .ul .li .dl {
  padding: 20px 0 0;
}
.serviceMain .serviceSection .listPanel .listBox .ul .li .dl .dt {
  margin: 0 0 15px;
  font-size: 20px;
  text-align: center;
}
.serviceMain .serviceSection .listPanel .listBox .ul .li .dl .dd {
  line-height: 2;
}
@media (min-width: 1025px) {
  .serviceMain .serviceSection .listPanel .listBox .ul {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 0 -25px;
  }
  .serviceMain .serviceSection .listPanel .listBox .ul .li {
    width: calc(33.3333333333% - 25px);
    margin: 40px 0 0 25px;
  }
}
.serviceMain .facilitySection {
  padding: 120px 0;
  background: url(https://kenmoku.co.jp/system_panel/uploads/images/service_facility_sec_bg.png) no-repeat;
  background-size: cover;
  background:#f7f6f0;
}
.serviceMain .facilitySection .secContainer + .secContainer {
  margin: 100px 0 0;
}
.serviceMain .facilitySection .secPanel01 {
  max-width: 1400px;
  margin: 0 auto;
}
.serviceMain .facilitySection .secPanel01 .photo img {
  border-radius: 6px;
}
.serviceMain .facilitySection .secPanel01 .txtBox .ttl {
  position: relative;
  margin: 0 0 25px;
}
.serviceMain .facilitySection .secPanel01 .txtBox .ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto 0;
  background: #00000a;
}
.serviceMain .facilitySection .secPanel01 .txtBox .ttl h3 {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 24px;
  background: #f8f6f0;
}
.serviceMain .facilitySection .secPanel01 .txtBox .txt a {
  display: inline-block;
}
.serviceMain .facilitySection .secPanel01 .txtBox .txt .dl {
  display: flex;
}
@media (min-width: 1025px) {
  .serviceMain .facilitySection .secPanel01 {
    display: flex;
    justify-content: space-between;
  }
  .serviceMain .facilitySection .secPanel01 .photo {
    width: 28%;
  }
  .serviceMain .facilitySection .secPanel01 .txtBox {
    width: 30%;
  }
  .serviceMain .facilitySection .secPanel01 .mapArea {
    width: 35%;
  }
  .serviceMain .facilitySection .secPanel01 .mapArea .mapBox {
    padding: 0 0 55%;
  }
}
.serviceMain .facilitySection .secPanel02 {
  max-width: 1400px;
  margin: 80px auto 0;
}
.serviceMain .facilitySection .secPanel02 .innerBox {
  max-width: 1200px;
  padding: 40px;
  background: #ffffff;
}
.serviceMain .facilitySection .secPanel02 .pTtl {
  position: relative;
  margin: 0 0 25px;
}
.serviceMain .facilitySection .secPanel02 .pTtl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto 0;
  background: #00000a;
}
.serviceMain .facilitySection .secPanel02 .pTtl h3 {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 24px;
  background: #ffffff;
}
.serviceMain .facilitySection .secPanel02 .secBox .photoBox .photo img {
  border-radius: 6px;
}
.serviceMain .facilitySection .secPanel02 .secBox .photoBox .profile {
  margin: 15px 0 0;
  padding: 20px;
  line-height: 2;
  border-radius: 6px;
  background: #f8f6f0;
}
.serviceMain .facilitySection .secPanel02 .secBox .txtBox {
  padding: 30px 0 0;
}
.serviceMain .facilitySection .secPanel02 .secBox .txtBox .messageTtl {
  display: inline-block;
  padding: 5px 30px;
  font-size: 24px;
  color: #ffffff;
  border-radius: 6px;
  background: #5e8a68;
}
.serviceMain .facilitySection .secPanel02 .secBox .txtBox .txt {
  padding: 20px 0 0;
}
@media (min-width: 1025px) {
  .serviceMain .facilitySection .secPanel02 .secBox {
    display: flex;
    justify-content: space-between;
  }
  .serviceMain .facilitySection .secPanel02 .secBox .photoBox {
    width: 350px;
  }
  .serviceMain .facilitySection .secPanel02 .secBox .txtBox {
    width: calc(100% - 400px);
  }
  .serviceMain .facilitySection .secPanel02 .secBox .txtBox .messageTtl {
    position: relative;
    left: -80px;
  }
}
.serviceMain .strengthSection {
  padding: 120px 0;
  color: #ffffff;
  background: url(https://kenmoku.co.jp/system_panel/uploads/images/service_strength_sec_bg.png) no-repeat;
  background-size: cover;
}
.serviceMain .strengthSection .pageSecTtlBox .sub {
  color: #c1e0ca;
}
.serviceMain .strengthSection .secBox01 {
  margin: 0 0 80px;
  text-align: center;
}
.serviceMain .strengthSection .secBox01 h3 {
  margin: 0 0 40px;
  font-size: 34px;
}
.serviceMain .strengthSection .secBox01 .txt {
  line-height: 2.5;
}
.serviceMain .strengthSection .secBox01 .txt + .txt {
  margin: 40px 0 0;
}
.serviceMain .strengthSection .secBox02 {
  max-width: 900px;
  margin: 0 auto;
}
.serviceMain .strengthSection .secBox02 .dl + .dl {
  margin: 40px 0 0;
}
.serviceMain .strengthSection .secBox02 .dl .dt {
  font-size: 24px;
}
.serviceMain .strengthSection .secBox02 .dl .dd {
  line-height: 2.5;
}
@media (min-width: 1025px) {
  .serviceMain .strengthSection .secBox02 .dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .serviceMain .strengthSection .secBox02 .dl .dt {
    width: 45%;
    padding: 20px 0;
    border-right: 1px solid #ffffff;
  }
  .serviceMain .strengthSection .secBox02 .dl .dd {
    width: 50%;
  }
}

/*////////////////////////////////////////////////////////////
	intro
///////////////////////////////////////////////////////////*/
.introMain .sec01 {
  padding: 120px 0;
}
.introMain .sec01 .pageSecTtlBox {
  text-align: left;
}
.introMain .sec01 .topPanel {
  margin: 0 0 100px;
}
.introMain .sec01 .topPanel .txt {
  line-height: 2.5;
}
.introMain .sec01 .topPanel .secBox {
  margin: 0 0 20px;
}
.introMain .sec01 .topPanel .secBox .photoBox {
  position: relative;
}
.introMain .sec01 .topPanel .secBox .photoBox .photo img {
  border-radius: 10px;
}
.introMain .sec01 .topPanel .secBox .photoBox .name {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 65%;
  max-width: 280px;
}
.introMain .sec01 .topPanel .secBox .txtBox .ttlBox {
  margin: 0 0 20px;
}
.introMain .sec01 .topPanel .secBox .txtBox .ttlBox .ttl + .ttl {
  margin: 5px 0 0;
}
.introMain .sec01 .topPanel .secBox .txtBox .ttlBox .ttl p {
  display: inline-block;
  padding: 5px 15px;
  font-size: 24px;
  color: #ffffff;
  border-radius: 6px;
  background: #5e8a68;
}
@media (min-width: 1025px) {
  .introMain .sec01 .topPanel .secBox {
    display: flex;
    justify-content: space-between;
  }
  .introMain .sec01 .topPanel .secBox .photoBox {
    width: 40%;
  }
  .introMain .sec01 .topPanel .secBox .txtBox {
    width: 55%;
  }
}
.introMain .sec01 .secContainer .section + .section {
  margin: 80px 0 0;
}
.introMain .sec01 .secContainer .section .photo img {
  border-radius: 6px;
}
.introMain .sec01 .secContainer .section .txtBox .headBox {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.introMain .sec01 .secContainer .section .txtBox .headBox:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: #9e9e9e;
}
.introMain .sec01 .secContainer .section .txtBox .headBox .topTtl {
  margin: 0 0 10px;
  font-size: 24px;
}
.introMain .sec01 .secContainer .section .txtBox .bodyBox .txt {
  line-height: 2.5;
}
@media (min-width: 1025px) {
  .introMain .sec01 .secContainer .section {
    display: flex;
    justify-content: space-between;
  }
  .introMain .sec01 .secContainer .section:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .introMain .sec01 .secContainer .section .photo {
    width: 40%;
  }
  .introMain .sec01 .secContainer .section .txtBox {
    width: 55%;
  }
}
.introMain .sec02 {
  padding: 120px 0;
  color: #ffffff;
  background: url(https://kenmoku.co.jp/system_panel/uploads/images/intro_sec02_bg.png) no-repeat;
  background-size: cover;
}
.introMain .sec02 .pageSecTtlBox {
  text-align: left;
}
.introMain .sec02 .pageSecTtlBox .sub {
  color: #c1e0ca;
}
.introMain .sec02 .flowList .flowBox {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.introMain .sec02 .flowList .flowBox:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 160px;
  width: 1px;
  height: calc(100% - 8px);
  background: #ffffff;
}
.introMain .sec02 .flowList .flowBox .left {
  position: relative;
  width: 160px;
}
.introMain .sec02 .flowList .flowBox .left:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}
.introMain .sec02 .flowList .flowBox .left p {
  font-size: 20px;
}
.introMain .sec02 .flowList .flowBox .right {
  width: calc(100% - 220px);
  padding: 0 0 40px;
}
.introMain .sec02 .flowList .flowBox .right .dl .dt {
  font-size: 20px;
}
.introMain .sec02 .flowList .flowBox .right .dl .dd {
  padding: 15px 0 0;
  line-height: 2;
}

/*////////////////////////////////////////////////////////////
	recruit
///////////////////////////////////////////////////////////*/
.recruitMain .topSection {
  padding: 120px 0;
  text-align: center;
}
.recruitMain .topSection .secTtl {
  margin: 0 0 20px;
  font-size: 34px;
  color: #4b7855;
}
.recruitMain .topSection .txt {
  line-height: 2.5;
}
.recruitMain .sec01 {
  position: relative;
  padding: 0 0 120px;
}
.recruitMain .sec01:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 300px);
  z-index: -1;
  background: #f8f6f0;
  background: url(https://kenmoku.co.jp/system_panel/uploads/images/recruit_bg.png) no-repeat;
  
}
.recruitMain .sec01 .topPhoto {
  margin: 0 auto 100px;
}
.recruitMain .sec01 .topPhoto img {
  border-radius: 10px;
}
.recruitMain .sec01 .topTxt {
  margin: 0 0 80px;
  text-align: center;
  line-height: 2.5;
}
.recruitMain .sec01 .topTxt p + p {
  margin: 30px 0 0;
}
.recruitMain .sec01 .chartPanel {
  max-width: 900px;
  margin: 0 auto;
}
.recruitMain .sec01 .chartPanel .chartTtl {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.recruitMain .sec01 .chartPanel .chartBoxList .chartBox {
  padding: 25px 15px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  background: #5e8a68;
}
.recruitMain .sec01 .chartPanel .chartBoxList .chartBox .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 5px;
  border-radius: 10px;
  border: 1px solid #91aa97;
}
.recruitMain .sec01 .chartPanel .chartBoxList .chartBox .num {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 50px;
  margin: 0 auto;
  font-size: 20px;
  color: #94bea0;
  background: #5e8a68;
}
.recruitMain .sec01 .chartPanel .chartBoxList .chartBox .dl .dt {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 5px;
  font-size: 22px;
}
.recruitMain .sec01 .chartPanel .chartBoxList .chartBox .dl .dt:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  margin: 0 auto;
  background: #94bea0;
}
.recruitMain .sec01 .chartPanel .chartBoxList .chartBox .dl .dd {
  padding: 0 5px;
  text-align: left;
  line-height: 1.7;
}
@media (min-width: 1025px) {
  .recruitMain .sec01 .chartPanel .chartTtl {
    display: none;
  }
  .recruitMain .sec01 .chartPanel .chartBoxList {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -30px 0 0 -30px;
    padding: 150px 0 0;
  }
  .recruitMain .sec01 .chartPanel .chartBoxList:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 500px;
    height: 510px;
    margin: auto;
    z-index: -1;
    background: url(https://kenmoku.co.jp/system_panel/uploads/images/recruit_chart_bg.png) no-repeat;
    background-size: 100% auto;
  }
  .recruitMain .sec01 .chartPanel .chartBoxList .chartBox {
    width: calc(33.3333333333% - 30px);
    margin: 30px 0 0 30px;
  }
  .recruitMain .sec01 .chartPanel .chartBoxList .chartBox01 {
    order: 2;
    position: relative;
    top: -170px;
  }
  .recruitMain .sec01 .chartPanel .chartBoxList .chartBox02 {
    order: 1;
  }
  .recruitMain .sec01 .chartPanel .chartBoxList .chartBox03 {
    order: 3;
  }
  .recruitMain .sec01 .chartPanel .chartBoxList .chartBox04 {
    order: 4;
  }
  .recruitMain .sec01 .chartPanel .chartBoxList .chartBox05 {
    order: 5;
  }
}
.recruitMain .sec02 {
  padding: 120px 0;
}
.recruitMain .sec02 .secContainer {
  padding: 40px 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  background: #5e8a68;
}
.recruitMain .sec02 .secContainer .pageSecTtlBox .sub {
  color: #c1e0ca;
}
.recruitMain .sec02 .secContainer .dl {
  margin: 0 0 30px;
}
.recruitMain .sec02 .secContainer .dl .dt {
  margin: 0 0 15px;
  font-size: 30px;
}
.recruitMain .sec02 .secContainer .dl .dd {
  line-height: 2;
}
.recruitMain .sec02 .secContainer .btnRecruit {
  max-width: 240px;
  margin: 0 auto;
}
.recruitMain .sec02 .secContainer .btnRecruit a {
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 6px;
  background: #c07e5e;
}
.recruitMain .sec02 .secContainer .btnRecruit a p {
  display: inline-block;
  padding: 0 20px;
  background: url(https://kenmoku.co.jp/system_panel/uploads/images/icon_target_white.png) right center no-repeat;
  background-size: 10px auto;
}

/*////////////////////////////////////////////////////////////
	company
///////////////////////////////////////////////////////////*/
.companyMain .sec01 {
  padding: 120px 0;
}
.companyMain .sec01 .dataListBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3%;
}
.companyMain .sec01 .dataListBox .ul .li {
  position: relative;
  width: 31.333%;
  height: 160px;
  overflow: hidden;
  border-radius: 6px;
  background: #eef2e8;
}
.companyMain .sec01 .dataListBox .ul .li .dl {
  height: 100%;
}
.companyMain .sec01 .dataListBox .ul .li .dl .dt {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 65%;
  height: 110px;
  padding: 12px 0 0 12px;
  color: #ffffff;
  font-size: 16px;
  background: url(https://kenmoku.co.jp/system_panel/uploads/images/company_counter_bg.png) no-repeat;
  background-size: 100% auto;
}
.companyMain .sec01 .dataListBox .ul .li .dl .dd {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: baseline;
  justify-content: center;
  height: 100%;
  padding: 65px 12px 15px;
  color: #222222;
  line-height: 1;
}
.companyMain .sec01 .dataListBox .ul .li .dl .dd .em {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.companyMain .sec01 .dataListBox .ul .li .dl .dd .span {
  margin: 0 0 3px 5px;
  font-size: 22px;
}
.companyMain .sec01 .dataListBox .ul .li .aside {
  position: absolute;
  right: 10px;
  bottom: 8px;
}
.companyMain .sec02 .infoBox {
  margin: 0 0 120px;
}
.companyMain .sec02 .infoBox .dl {
  line-height: 2;
}
.companyMain .sec02 .infoBox .dl .dt {
  padding: 15px;
  border-bottom: 1px solid #5e8a68;
}
.companyMain .sec02 .infoBox .dl .dd {
  padding: 15px;
  border-bottom: 1px solid #eef2e8;
}
.companyMain .sec02 .infoBox .dl .dd a {
  display: inline-block;
}
@media (min-width: 1025px) {
  .companyMain .sec02 .infoBox .dl {
    display: flex;
    justify-content: space-between;
  }
  .companyMain .sec02 .infoBox .dl .dt {
    width: 260px;
  }
  .companyMain .sec02 .infoBox .dl .dd {
    width: calc(100% - 265px);
  }
}

/*////////////////////////////////////////////////////////////
	contact
///////////////////////////////////////////////////////////*/
.contactMain .sec01 {
  padding: 120px 0;
}
.contactMain .sec01 .topBox {
  margin: 0 0 60px;
}
.contactMain .sec01 .topBox .topTtl {
  position: relative;
  margin: 0 0 20px;
}
.contactMain .sec01 .topBox .topTtl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto 0;
  z-index: -1;
  background: #00000a;
}
.contactMain .sec01 .topBox .topTtl h3 {
  display: inline-block;
  padding: 0 40px 0 0;
  font-size: 24px;
  background: #ffffff;
}

/*////////////////////////////////////////////////////////////
	form
///////////////////////////////////////////////////////////*/
.formMain {
  /* 入力項目
  --------------------------------------*/
  /*テキストボックス・メール・電話*/
  /*テキストエリア*/
}
.formMain .contactForm input[type=text],
.formMain .contactForm input[type=email],
.formMain .contactForm input[type=tel] {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #f8f6f0;
  background: #f8f6f0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formMain .contactForm textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #f8f6f0;
  background: #f8f6f0;
  resize: none;
}
.formMain .contactForm input[type=text]:focus,
.formMain .contactForm input[type=email]:focus,
.formMain .contactForm input[type=tel]:focus,
.formMain .contactForm textarea:focus {
  outline: 0;
  border: 2px solid #90cefd;
}
.formMain .btnSubmitBox {
  max-width: 220px;
  margin: 40px auto 0;
  text-align: center;
}
.formMain .contactForm button[type=submit] {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 10px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  background: #c07e5e;
  transition: 0.6s;
}
.formMain .contactForm button[type=submit][disabled] {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.formMain .contactForm .form {
  padding: 0 0 60px;
}
.formMain .contactForm .form .checkList .ul {
  padding: 12px 0 0;
}
.formMain .contactForm .form .checkList .ul + .ul {
  margin: 10px 0 0;
}
.formMain .contactForm .form .checkList .ul .li + .li {
  margin: 10px 0 0;
}
.formMain .contactForm .form .checkList01 .ul .li {
  display: inline-block;
}
.formMain .contactForm .form .checkList01 .ul .li + .li {
  margin: 0 0 0 10px;
}
.formMain .contactForm .form .checkList01 .checkItem {
  display: inline-block;
  padding: 0 5px 0 0;
}
.formMain .contactForm .form .checkList01 .checkItem + input {
  display: inline-block;
  width: 150px;
}
.formMain .contactForm .form .checkList01 .otherTxt {
  display: inline-block;
}
.formMain .contactForm .form .checkItem {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.formMain .contactForm .form .checkItem + .checkItem {
  margin-top: 10px;
}
.formMain .contactForm .form .checkItem input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.formMain .contactForm .form .checkItem label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.formMain .contactForm .form .checkItem label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  border: 1px solid #d3d3d3;
  background: #f8f6f0;
}
.formMain .contactForm .form .checkItem input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: translateY(-50%) rotate(40deg);
  border-bottom: 3px solid #34623e;
  border-right: 3px solid #34623e;
}
.formMain .contactForm .form .checkItem.agreeCheck {
  justify-content: center;
}
.formMain .contactForm .form .radioList01 .list {
  display: inline-block;
  margin: 0 20px 0 0;
}
.formMain .contactForm .form .radioList01 .otherTxt {
  display: inline-block;
}
.formMain .contactForm .form .radioBox {
  padding: 5px 0;
}
.formMain .contactForm .form .radioBox .radio {
  position: relative;
  display: inline-block;
}
.formMain .contactForm .form .radioBox input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.formMain .contactForm .form .radioBox label {
  position: relative;
  padding: 5px 0 5px 35px;
}
.formMain .contactForm .form .radioBox label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto 0;
  border-radius: 50%;
  border: 1px solid #2d2c30;
  background: #ffffff;
  box-sizing: border-box;
}
.formMain .contactForm .form .radioBox input[type=radio]:checked + label:before {
  border: 8px solid #2d2c30;
}
.formMain .contactForm .form .postalBox {
  margin: 0 0 5px;
}
.formMain .contactForm .form .postalBox input {
  width: 90px;
}
.formMain .contactForm .form .postalBox input + .span {
  display: inline-block;
  margin: 0 5px;
}
.formMain .contactForm .form .postalBox .postalTxt {
  display: inline-block;
  margin: 0 5px;
}
.formMain .contactForm .form .postalBox + input + input {
  margin: 5px 0;
}
.formMain .contactForm .form .selectBox {
  display: inline-block;
  width: 200px;
}
.formMain .contactForm .form .selectBox select {
  display: block;
  width: 100%;
  padding: 11px 20px;
  font-size: 16px;
  color: #000000;
  line-height: 1.5em;
  border-radius: 0;
  border: 1px solid #deebe4;
  border-radius: 15px;
  background: #f7f7f7;
  background-size: 10px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formMain .contactForm .form .selectBox + .span {
  display: inline-block;
  margin: 0 5px;
}
.formMain .contactForm .formBox + .formBox {
  margin-top: 60px;
}
.formMain .contactForm .formBox > .dl {
  position: relative;
  display: flex;
  width: 100%;
}
.formMain .contactForm .formBox > .dl.line > .dt {
  vertical-align: top;
}
.formMain .contactForm .formBox > .dl > .dt {
  overflow: hidden;
  width: 280px;
  margin: 0 2px 0 0;
  padding: 20px 10px;
  border-bottom: 1px solid #5e8a68;
}
.formMain .contactForm .formBox > .dl > .dt .span {
  display: inline-block;
  min-width: 165px;
  margin-right: 10px;
  padding: 0 0 0 5px;
  color: #34623e;
  vertical-align: middle;
}
.formMain .contactForm .formBox > .dl > .dt .em {
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
  color: #ffffff;
  vertical-align: middle;
  border-radius: 4px;
  background: #c07e5e;
}
.formMain .contactForm .formBox > .dl > .dt .small {
  font-size: 12px;
}
.formMain .contactForm .formBox > .dl > .dt .aside {
  margin-top: 5px;
}
.formMain .contactForm .formBox > .dl > .dt .aside p {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 1025px) {
  .formMain .contactForm .formBox > .dl > .dt .span {
    float: left;
  }
  .formMain .contactForm .formBox > .dl > .dt .em {
    float: right;
  }
}
.formMain .contactForm .formBox > .dl > .dd {
  position: relative;
  width: calc(100% - 285px);
  padding: 10px 20px;
  border-bottom: 1px solid #eef2e8;
}
.formMain .contactForm .formBox > .dl > .dd .aside {
  margin-top: 5px;
}
.formMain .contactForm .formBox > .dl > .dd .aside p {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
.formMain .contactForm .formBox .datePanel {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
.formMain .contactForm .formBox .datePanel + .datePanel {
  margin: 10px 0 0;
}
.formMain .contactForm .formBox .datePanel > * {
  display: flex;
  align-items: center;
}
.formMain .contactForm .formBox .datePanel input {
  width: 70px;
  border-radius: 15px;
}
.formMain .contactForm .formBox .datePanel .selectBox {
  width: 70px;
}
.formMain .contactForm .formBox .datePanel .dateTtl {
  margin: 0 10px 0 0;
}
.formMain .contactForm .formBox .datePanel .dateTxt {
  margin: 0 5px;
}
.formMain .contactForm .formBox .addressBox .dl,
.formMain .contactForm .formBox .dateBox .dl {
  display: table;
  width: 100%;
}
.formMain .contactForm .formBox .addressBox .dl + .dl,
.formMain .contactForm .formBox .dateBox .dl + .dl {
  margin-top: 10px;
}
.formMain .contactForm .formBox .addressBox .dl .dt,
.formMain .contactForm .formBox .dateBox .dl .dt {
  display: table-cell;
  width: 60px;
  vertical-align: middle;
}
.formMain .contactForm .formBox .addressBox .dl .dd,
.formMain .contactForm .formBox .dateBox .dl .dd {
  display: table-cell;
  vertical-align: middle;
}
.formMain .contactForm .formBox .ageInput input {
  display: inline-block;
  width: 120px;
  margin: 0 5px 0 0;
}
.formMain .contactForm .formBox .ageInput > p {
  display: inline-block;
}
.formMain .contactForm .formBox .meetingBox {
  margin: 0 0 20px;
}
.formMain .contactForm .formBox .meetingBox .radioList {
  display: inline-block;
}
.formMain .contactForm .formBox .meetingBox .radioList .list {
  display: inline-block;
  margin: 0 20px 0 0;
}
.formMain .contactForm .formBox .dateBox + .dateBox {
  margin: 10px 0 0;
}
.formMain .contactForm .formBox .dateBox + .txt {
  margin: 10px 0 0;
}
.formMain .contactForm .formBox .dateBox input[type=text] {
  width: 90px;
}
.formMain .contactForm .formBox .dateBox .em {
  display: inline-block;
}
.formMain .contactForm .formBox .dateBox .span {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.formMain .contactForm .formBox .dateBox .radioList {
  display: inline-block;
  margin: 0 0 0 40px;
}
.formMain .contactForm .formBox .dateBox .radioList .list {
  display: inline-block;
  margin: 0 20px 0 0;
}
.formMain .contactForm .formBox .caution {
  margin-top: 10px;
  color: #d20000;
  line-height: 2;
}
.formMain .contactForm .formBox .telBox {
  padding: 10px 10px 40px;
  font-size: 0;
  font-weight: 400;
  text-align: left;
  line-height: 2;
}
.formMain .contactForm .formBox .telBox > * {
  display: inline-block;
  font-size: 14px;
}
.formMain .contactForm .formBox .telTxt {
  padding: 10px 10px 0;
}
.formMain .contactForm .formBox .privacy {
  padding: 10px;
}
.formMain .contactForm .formBox .privacy > p {
  margin: 0 0 20px;
  text-align: left;
}
.formMain .contactForm .formBox .privacy .agreeBox {
  overflow: scroll;
  height: 500px;
  padding: 20px;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #edebe6;
  background: #edebe6;
}
.formMain .contactForm .formBox .privacy .agreeBox .box + .box {
  margin: 30px 0 0;
}
.formMain .contactForm .formBox .privacy .agreeBox .box .link a {
  display: inline-block;
}
.formMain .contactForm .formBox .privacy .agreeBox p {
  line-height: 2;
}
.formMain .contactForm .formBox .privacy .agreeBox .tel p,
.formMain .contactForm .formBox .privacy .agreeBox .tel a {
  display: inline-block;
}
.formMain .contactForm .formBox .privacy + .checkItem {
  margin: 40px 0;
  text-align: center;
}
.formMain .contactForm .fileUploadBox .ttl {
  margin: 0 0 10px;
  line-height: 2;
}
.formMain .contactForm .fileUploadBox .fileArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formMain .contactForm .fileUploadBox .fileArea + .fileArea {
  margin: 10px 0 0;
}
.formMain .contactForm .fileUploadBox .fileArea .inputFile {
  position: relative;
  width: 28%;
  font-size: 16px;
  color: #b4d2be;
  text-align: center;
  border: 1px solid #41ab6d;
  background: #ffffff;
}
.formMain .contactForm .fileUploadBox .fileArea .inputFile input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formMain .contactForm .fileUploadBox .fileArea .inputFile p {
  padding: 12px 10px;
}
.formMain .contactForm .fileUploadBox .fileArea > p,
.formMain .contactForm .fileUploadBox .fileArea .fileTxt {
  width: 70%;
}
.formMain .contactForm .fileUploadBox .fileArea .fileTxt p {
  display: inline-block;
}
.formMain .contactForm .fileUploadBox .fileArea .fileTxt .fileName {
  margin: 0 10px 0 0;
}
.formMain .contactForm .fileUploadBox .fileArea .fileTxt .attention {
  font-size: 13px;
  color: #54765f;
}
.formMain .contactForm .fileUploadBox .txt {
  line-height: 2;
}
.formMain .contactForm .aside {
  margin: 10px 0 0;
}
.formMain .contactForm .fileUploadTitleBox {
  margin: 60px 0 30px;
}
.formMain .contactForm .fileUploadTitleBox .fileUploadTitle {
  position: relative;
  max-width: 440px;
  margin: 0 0 20px;
}
.formMain .contactForm .fileUploadTitleBox .fileUploadTitle:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000000;
}
.formMain .contactForm .fileUploadTitleBox .fileUploadTitle p {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 30px;
  font-weight: bold;
  background: #ffffff;
}

/*////////////////////////////////////////////////////////////
	complete
///////////////////////////////////////////////////////////*/
.complete {
  padding: 60px 0 100px;
}
.complete .txt {
  margin: 0 0 40px;
  text-align: center;
  line-height: 3;
}
.complete .btnMoreBox {
  text-align: center;
}
.complete .btnMore {
  max-width: 220px;
  margin: 0 auto;
}
.complete .btnMore a {
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 6px;
  background: #c07e5e;
}

.h1785042040967{
font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif
}