@charset "UTF-8";
/* index */
#homeKV {
  position: relative;
  padding-left: 31.25%;
}
@media screen and (max-width: 767px) {
  #homeKV {
    padding-left: 20%;
  }
}

#homeKVCatch {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 92%;
  max-width: 1200px;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#homeKVCatch .catch {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#homeKVCatch .catch.active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
#homeKVCatch .catch .text {
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.1em;
}
#homeKVCatch .catch .text > span {
  display: block;
  padding: 0.1em 0;
}
#homeKVCatch .catch .text span span {
  display: inline-block;
  padding: 0.1em 0 0.2em 0.1em;
  background: #ffc602;
}
#homeKVCatch .catch .more {
  padding-top: 1em;
}
#homeKVCatch .catch .more a {
  display: inline-block;
  padding: 0.5em 1em;
  font-weight: 700;
  background: #2e8B57;
  color: #fff;
  border: 1px solid #2e8B57;
}
@media print, screen and (min-width: 768px) {
  #homeKVCatch .catch .text {
    font-size: 2.5rem;
    font-size: 4vw;
  }
  #homeKVCatch .catch .more a {
    font-size: 1.1rem;
    transition: background 0.15s linear, color 0.15s linear;
  }
  #homeKVCatch .catch .more a:hover {
    background: #fff;
    color: #2e8B57;
  }
}
@media print, screen and (min-width: 1201px) {
  #homeKVCatch .catch .text {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  #homeKVCatch .catch .text {
    font-size: 2rem;
  }
  #homeKVCatch .more a {
    padding: 0.3em 0.5em;
  }
}

#homeKVSlider {
  position: relative;
  z-index: 1;
}
#homeKVSlider .kv {
  vertical-align: bottom;
  width: 100%;
}
#homeKVSlider .kv .ph {
  display: block;
  width: 100%;
  padding-bottom: 42%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #homeKVSlider .kv .ph {
    padding-bottom: 75%;
  }
}

#topDxBnr {
  margin: 0 auto;
}
#topDxBnr a {
  display: block;
}
#topDxBnr a img {
  transition: transform 0.3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  #topDxBnr {
    padding: 20px 30px 0 31.25%;
  }
  #topDxBnr a:hover img {
    transform: scale(1.05);
  }
}
@media print, screen and (min-width: 1260px) {
  #topDxBnr a {
    margin-right: calc((100vw - 1260px - var(--scrollbar)) / 2);
  }
}
@media screen and (max-width: 767px) {
  #topDxBnr {
    padding: 6% 4% 0;
  }
}

#topImportance {
  max-width: 1260px;
  margin: 0 auto;
  text-align: center;
}
#topImportance .list .ttl span {
  display: block;
}
#topImportance .list .ttl .en {
  color: #2e8B57;
  font-size: 1.75rem;
}
#topImportance .list .ttl .ja {
  padding-top: 0.3em;
  font-size: 1.125rem;
}
#topImportance .list .text {
  text-align: left;
  padding-top: 1em;
  line-height: 1.8;
}
#topImportance .list .more a {
  position: relative;
  display: block;
  width: 90%;
  max-width: 200px;
  padding: 0.6em 0;
  margin: 0 auto;
  font-weight: 700;
  border: 1px solid #ffc602;
  background: #ffc602;
}
#topImportance .list .more a:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  top: 50%;
  width: 1em;
  height: 1px;
  background: #000;
}
@media print, screen and (min-width: 768px) {
  #topImportance {
    padding: 60px 30px 80px;
  }
  #topImportance .list {
    display: flex;
    justify-content: space-between;
  }
  #topImportance .list li {
    position: relative;
    width: 30%;
    padding: 20px 0 100px;
    border-top: 5px solid #c2e0cf;
    border-bottom: 5px solid #c2e0cf;
  }
  #topImportance .list .more {
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0;
  }
  #topImportance .list .more a:before, #topImportance .list .more a:after {
    transition: all 0.3s cubic-bezier(0.18, 0.29, 0.29, 0.93);
  }
  #topImportance .list .more a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0.5em;
    top: 50%;
    width: 0;
    height: 1px;
    background: #000;
  }
  #topImportance .list .more a:hover:before {
    width: 0;
    left: 0.5em;
  }
  #topImportance .list .more a:hover:after {
    width: 1em;
    right: -0.5em;
  }
}
@media screen and (max-width: 767px) {
  #topImportance {
    padding: 8% 4%;
  }
  #topImportance .list {
    border-top: 5px solid #c2e0cf;
  }
  #topImportance .list li {
    padding: 4% 0 6%;
    border-bottom: 5px solid #c2e0cf;
  }
  #topImportance .list .more {
    padding-top: 4%;
  }
}

#topService {
  text-align: center;
  background: #e6f3ec;
}
#topService .ttl {
  color: #2e8B57;
  font-size: 2.25rem;
  padding-bottom: 1em;
  line-height: 1.2em;
}
#topService .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
#topService .list li {
  display: flex;
}
#topService .list li a {
  display: flex;
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
}
#topService .list li a:after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-width: 0 0 1rem 1rem;
  border-color: transparent transparent #ffc602 transparent;
}
#topService .list .item {
  padding: 8% 6% 12%;
}
#topService .list .ico {
  display: block;
  width: 40%;
  max-width: 100px;
  margin: 0 auto;
  transition: transform 0.5s ease;
}
#topService .list .serviceTtl {
  padding: 1em 0;
  font-size: 1.125rem;
}
#topService .list .text {
  text-align: justify;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  #topService {
    padding: 60px 30px 80px;
  }
  #topService .list a {
    border: 1px solid #fff;
    transition: background 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15), 0 0 0 rgba(46, 139, 87, 0) inset;
  }
  #topService .list a:after {
    transition: border 0.5s ease;
  }
  #topService .list a:hover {
    color: #2e8B57;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0.5rem rgba(46, 139, 87, 0.3) inset;
  }
  #topService .list a:hover:after {
    border-width: 0 0 1.2rem 1.2rem;
    border-color: transparent transparent #2e8B57 transparent;
  }
  #topService .list a:hover .ico {
    transform: scale(1.08);
  }
  #topService .list .text {
    font-size: 0.93rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1139px) {
  #topService .list li {
    width: 48.5%;
  }
  #topService .list li:nth-of-type(even) {
    margin-left: 3%;
  }
  #topService .list li:nth-of-type(n+3) {
    margin-top: 3%;
  }
}
@media print, screen and (min-width: 1140px) {
  #topService .list li {
    width: 23.5%;
  }
  #topService .list li + li {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  #topService {
    padding: 8% 4%;
  }
  #topService .list li {
    width: 100%;
  }
  #topService .list li + li {
    padding-top: 5%;
  }
  #topService .list .item {
    padding: 4% 6% 8%;
  }
}

#topSupport {
  text-align: center;
}
#topSupport .ttl {
  font-size: 2.25rem;
  padding-bottom: 1em;
  line-height: 1.2em;
}
#topSupport .list {
  max-width: 1200px;
  margin: 0 auto;
}
#topSupport .list a {
  display: block;
}
#topSupport .list .supportTtl {
  font-size: 1.25rem;
}
#topSupport .list .image {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #topSupport {
    padding: 80px 30px;
  }
  #topSupport .list {
    display: flex;
    border-right: 1px solid #707070;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
  #topSupport .list li {
    width: 25%;
    position: relative;
  }
  #topSupport .list li:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    width: 1px;
    height: 40px;
    background: #707070;
    transition: all 0.3s cubic-bezier(0.18, 0.29, 0.29, 0.93);
  }
  #topSupport .list li:hover:before {
    height: 0;
    top: 0;
  }
  #topSupport .list a {
    border-left: 1px solid #707070;
    transition: background 0.5s ease;
  }
  #topSupport .list a img {
    transition: transform 0.5s ease;
  }
  #topSupport .list a:hover {
    background: #f2f2f2;
  }
  #topSupport .list a:hover img {
    transform: scale(1.05);
  }
  #topSupport .list .supportTtl {
    padding: 2rem 0 1em;
  }
}
@media screen and (max-width: 767px) {
  #topSupport {
    padding: 8% 4%;
  }
  #topSupport .list li {
    position: relative;
    padding: 0 0 0 4%;
  }
  #topSupport .list li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 8%;
    height: 1px;
    background: #707070;
  }
  #topSupport .list li + li {
    margin-top: 4%;
  }
  #topSupport .list a {
    display: flex;
    align-items: center;
    border: 1px solid #707070;
  }
  #topSupport .list .supportTtl {
    width: 60%;
  }
  #topSupport .list .image {
    width: 40%;
  }
}

/* importance */
#importanceTop {
  text-align: center;
}
#importanceTop .msgTtl {
  padding-bottom: 1.2em;
}
#importanceTop .lead {
  line-height: 2;
}
#importanceTop .lead strong {
  color: #2e8B57;
  font-size: 120%;
}
@media print, screen and (min-width: 768px) {
  #importanceTop .msgTtl {
    font-size: 2.5rem;
  }
  #importanceTop .lead {
    padding: 0 30px 60px;
  }
}
@media screen and (max-width: 767px) {
  #importanceTop .msgTtl {
    font-size: 2rem;
  }
  #importanceTop .lead {
    padding: 0 4% 8%;
    text-align: left;
  }
}
@media screen and (max-width: 420px) {
  #importanceTop .msgTtl {
    font-size: 6.4vw;
  }
}

#importanceList {
  text-align: center;
  background: #f2f2f2;
}
#importanceList .listTtl {
  position: relative;
  font-size: 1.5rem;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
#importanceList .listTtl:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2em;
  height: 4px;
  margin-left: -1em;
  background: #ffc602;
  border-radius: 4em;
}
#importanceList .list {
  max-width: 1200px;
  margin: 0 auto;
}
#importanceList .list .ttl {
  font-size: 1.75rem;
}
#importanceList .list .image {
  padding-top: 1em;
  width: 50%;
  margin: 0 auto;
}
#importanceList .list .text {
  text-align: justify;
  padding-top: 1em;
  line-height: 1.8;
}
#importanceList .list .more a {
  position: relative;
  display: block;
  width: 90%;
  max-width: 200px;
  padding: 0.6em 0;
  margin: 0 auto;
  font-weight: 700;
  border: 1px solid #ffc602;
  background: #ffc602;
}
#importanceList .list .more a:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  top: 50%;
  width: 1em;
  height: 1px;
  background: #000;
}
@media print, screen and (min-width: 768px) {
  #importanceList {
    padding: 60px 30px;
  }
  #importanceList .list {
    display: flex;
    justify-content: space-between;
  }
  #importanceList .list li {
    position: relative;
    width: 29%;
    padding: 0 0 100px;
  }
  #importanceList .list .more {
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0;
  }
  #importanceList .list .more a:before, #importanceList .list .more a:after {
    transition: all 0.3s cubic-bezier(0.18, 0.29, 0.29, 0.93);
  }
  #importanceList .list .more a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0.5em;
    top: 50%;
    width: 0;
    height: 1px;
    background: #000;
  }
  #importanceList .list .more a:hover:before {
    width: 0;
    left: 0.5em;
  }
  #importanceList .list .more a:hover:after {
    width: 1em;
    right: -0.5em;
  }
}
@media screen and (max-width: 767px) {
  #importanceList {
    padding: 6% 4% 0;
  }
  #importanceList .list li {
    padding: 0 0 16%;
  }
  #importanceList .list .more {
    padding-top: 4%;
  }
}

/*profit*/
.impMsg {
  text-align: center;
  padding: 1em 0 0;
}
.impMsg .msgTtl {
  font-feature-settings: "palt";
  padding-bottom: 0.5em;
  padding-bottom: 1rem;
  letter-spacing: 0.02em;
}
.impMsg .msg {
  line-height: 1.9;
}
.impMsg .msg .inner {
  position: relative;
  padding-top: 3em;
  display: inline-block;
  text-align: left;
}
.impMsg .msg .inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 2em;
  background: #333;
}
@media print, screen and (min-width: 768px) {
  .impMsg .msgTtl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .impMsg .msgTtl {
    font-size: 1.5rem;
  }
}

.impHeadingM {
  position: relative;
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  line-height: 1.4;
}
.impHeadingM:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2em;
  height: 4px;
  margin-left: -1em;
  background: #ffc602;
  border-radius: 4em;
}
@media print, screen and (min-width: 768px) {
  .impHeadingM {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .impHeadingM {
    font-size: 1.35rem;
  }
}

#impProfitImg {
  text-align: center;
  background: #e6f3ec;
}
#impProfitImg .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#impProfitImg .disadvantage li {
  position: relative;
  padding: 1em;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #e6f3ec;
  background: #2e8B57;
}
#impProfitImg .disadvantage li:before, #impProfitImg .disadvantage li:after {
  content: "";
  display: block;
  position: absolute;
}
#impProfitImg .disadvantage li:before {
  width: 1.6em;
  height: 2px;
  top: 50%;
  left: -0.8em;
  margin-top: -3px;
  background: #2e8B57;
  border: 2px solid #e6f3ec;
}
#impProfitImg .disadvantage li:after {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1em 1em;
  border-color: transparent transparent #e6f3ec transparent;
}
#impProfitImg .disadvantage li + li {
  margin-top: 2px;
}
@media print, screen and (min-width: 768px) {
  #impProfitImg {
    padding: 60px 30px;
    margin: 60px 0;
  }
  #impProfitImg .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #impProfitImg .image {
    width: 40%;
  }
  #impProfitImg .next i {
    display: block;
    width: 2rem;
    height: 2rem;
    border-top: 4px solid #2e8B57;
    border-right: 4px solid #2e8B57;
    box-sizing: border-box;
    transform: rotate(45deg);
  }
  #impProfitImg .disadvantage {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #impProfitImg {
    padding: 6% 4%;
    margin: 6% 0;
  }
  #impProfitImg .image {
    width: 80%;
    margin: 0 auto;
  }
  #impProfitImg .next i {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0.5em auto 2em;
    border-bottom: 4px solid #2e8B57;
    border-right: 4px solid #2e8B57;
    box-sizing: border-box;
    transform: rotate(45deg);
  }
}

.impAdvantageList .advTtl {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  color: #2e8B57;
  border-radius: 50em;
  background: #e6f3ec;
}
.impAdvantageList .advTtl i {
  display: block;
  width: 5rem;
}
.impAdvantageList .advTtl .ttl {
  width: calc(100% - 5rem);
  padding: 0 1.5em 0 1em;
  line-height: 1.4;
}
.impAdvantageList .text {
  text-align: justify;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .impAdvantageList {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0;
    margin-bottom: 100px;
  }
  .impAdvantageList:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    border-left: 1px dotted #707070;
  }
  .impAdvantageList .adv {
    width: 46%;
  }
  .impAdvantageList .adv:nth-child(even) {
    margin-left: 8%;
  }
  .impAdvantageList .adv:nth-child(n+3) {
    margin-top: 3%;
    padding-top: 3%;
    border-top: 1px dotted #707070;
  }
  .impAdvantageList .advTtl {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 767px) {
  .impAdvantageList {
    margin-bottom: 12%;
  }
  .impAdvantageList .adv + .adv {
    margin-top: 6%;
    padding-top: 6%;
    border-top: 1px dotted #707070;
  }
  .impAdvantageList .advTtl {
    font-size: 1.25rem;
  }
}

/* service */
.serviceBnrs {
  text-align: center;
  background: #f2f2f2;
}
.serviceBnrs .ttl {
  padding-bottom: 1.5em;
}
.serviceBnrs .ttl span {
  position: relative;
  display: inline-block;
  padding: 0 2em;
}
.serviceBnrs .ttl span:before, .serviceBnrs .ttl span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 1em;
  height: 1px;
  background: #707070;
}
.serviceBnrs .ttl span:before {
  left: 0;
}
.serviceBnrs .ttl span:after {
  right: 0;
}
.serviceBnrs .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.serviceBnrs .list li, .serviceBnrs .list a {
  display: flex;
}
.serviceBnrs .list a {
  width: 100%;
  box-sizing: border-box;
  padding: 1em 0 1.5em;
  border: 1px solid #ccc;
  background: #fff;
}
.serviceBnrs .list .item {
  width: 100%;
}
.serviceBnrs .list .ico {
  display: block;
  width: 40%;
  max-width: 100px;
  margin: 0 auto;
}
.serviceBnrs .list .name {
  padding-top: 0.5em;
  font-weight: 700;
  line-height: 1.3;
}
.serviceBnrs .list .name .sub {
  display: block;
  font-size: 80%;
}
@media print, screen and (min-width: 768px) {
  .serviceBnrs {
    margin-top: 120px;
    padding: 40px 30px;
  }
  .serviceBnrs .ttl {
    font-size: 1.35rem;
  }
  .serviceBnrs .list li {
    width: 24%;
  }
  .serviceBnrs .list li + li {
    margin-left: 1.33%;
  }
  .serviceBnrs .list a {
    transition: background 0.3s ease, color 0.3s ease;
  }
  .serviceBnrs .list a:hover {
    color: #2e8B57;
    background: #e6f3ec;
  }
}
@media screen and (max-width: 767px) {
  .serviceBnrs {
    margin-top: 12%;
    padding: 6% 4%;
  }
  .serviceBnrs .ttl {
    font-size: 1.25rem;
  }
  .serviceBnrs .list li {
    width: 48.5%;
  }
  .serviceBnrs .list li:nth-of-type(even) {
    margin-left: 3%;
  }
  .serviceBnrs .list li:nth-of-type(n+3) {
    margin-top: 3%;
  }
}

.serviceLead {
  padding: 2em;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0.5rem 0.5rem 0 #f2f2f2;
}
.serviceLead .catch {
  padding-bottom: 0.5em;
  font-weight: 400;
}
.serviceLead p {
  text-align: justify;
  line-height: 1.8;
}
.serviceLead .note {
  padding-top: 1em;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 768px) {
  .serviceLead {
    margin-bottom: 60px;
  }
  .serviceLead .catch {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .serviceLead {
    padding: 1em;
    margin-bottom: 8%;
  }
  .serviceLead .catch {
    font-size: 1.25rem;
  }
}

.serviceContact {
  text-align: center;
}
.serviceContact a {
  display: inline-block;
  padding: 0.8em 4em;
  line-height: 1.4;
  font-weight: bold;
  background: #ffc602;
  border-radius: 10em;
}

.serviceContact {
  text-align: center;
}
.serviceContact a {
  display: inline-block;
  padding: 0.8em 4em;
  line-height: 1.4;
  font-weight: bold;
  background: #ffc602;
  border-radius: 10em;
}

.top60{ padding-top: 90px; }

@media print, screen and (min-width: 768px) {
  .serviceContact {
    padding: 15px 0px 10px;
  }
  .serviceContact a {
    font-size: 1.25rem;
    transition: background 0.3s ease, color 0.3s ease;
  }
  .serviceContact a:hover {
    color: #fff;
    background: #2e8B57;
  }
	.top60{ padding-top: 0px; }
}
@media screen and (max-width: 767px) {
  .serviceContact {
    padding: 7% 4% 0;
  }
  .serviceContact a {
    padding: 0.8em 2em;
    font-size: 1.125rem;
  }
	.top60{ padding-top: 0px; }
}

/*index*/
#serviceTop {
  max-width: 1260px;
  margin: 0 auto;
}
#serviceTop h2 {
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  font-size: 2rem;
  text-align: center;
  line-height: 1.3;
}
#serviceTop h2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2em;
  height: 4px;
  margin-left: -1em;
  background: #ffc602;
  border-radius: 4em;
}
#serviceTop .lead {
  padding: 2em 0;
  margin: 0 auto;
  border-top: 5px solid #c2e0cf;
  border-bottom: 5px solid #c2e0cf;
  text-align: justify;
  line-height: 1.8;
}
#serviceTop .serviceImage {
  text-align: center;
}
#serviceTop .serviceImage h3 {
  padding-bottom: 1em;
}
#serviceTop .serviceGraph {
  max-width: 800px;
  margin: 0 auto;
}
#serviceTop .serviceGraphNote {
  padding-top: 0.5em;
  font-size: 0.93rem;
}
#serviceTop .serviceGraphNote p {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #serviceTop {
    padding: 0 30px;
  }
  #serviceTop .serviceImage {
    padding: 80px 0;
  }
  #serviceTop .serviceImage h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #serviceTop {
    padding: 0 4%;
  }
  #serviceTop h2 {
    font-size: 1.75rem;
  }
  #serviceTop .lead {
    padding: 1.5em 0;
  }
  #serviceTop .serviceImage {
    padding: 8% 0;
  }
  #serviceTop .serviceImage h3 {
    font-size: 1.75rem;
  }
}

#serviceStep {
  position: relative;
  padding-right: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
#serviceStep .stepHd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
  line-height: 1em;
}
#serviceStep .stepHd span {
  display: inline-block;
  padding: 0.8em 0.5em;
  width: 32.6%;
  width: calc(33.33% - 0.2rem);
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  box-sizing: border-box;
}
#serviceStep .stepHd span:first-of-type {
  background: #698b2e;
}
#serviceStep .stepHd span:nth-of-type(2) {
  background: #3d8b2e;
}
#serviceStep .stepHd span:nth-of-type(3) {
  background: #2e8B57;
}
#serviceStep .stepGroup {
  position: relative;
  padding-right: 2rem;
}
#serviceStep .stepGroup .serviceList li {
  position: relative;
  margin-top: 0.2rem;
  background: #e6f3ec;
  background: linear-gradient(to right, #def2e7 0%, #e6f3ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#def2e7", endColorstr="#e6f3ec",GradientType=1 );
}
#serviceStep .stepGroup .serviceList li:before, #serviceStep .stepGroup .serviceList li:after {
  content: "";
  display: block;
  position: absolute;
}
#serviceStep .stepGroup .serviceList li:before {
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -0.4rem;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.6rem;
  border-color: transparent transparent transparent #2e8B57;
}
#serviceStep .stepGroup .serviceList li:nth-of-type(2) {
  margin-left: calc(32.6% + 0.2rem);
}
#serviceStep .stepGroup .serviceList li:after {
  left: 100%;
  top: 0;
  width: 1.8rem;
  height: 100%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #e6f3ec 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #e6f3ec 50.5%) no-repeat bottom right/100% 50%;
}
#serviceStep .stepGroup .serviceList .name {
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 0.2em;
}
#serviceStep .stepGroup .serviceList .name .sub {
  display: inline-block;
  padding-right: 0.5em;
  font-size: 80%;
}
#serviceStep .stepGroup .goal {
  position: absolute;
  right: 2rem;
  top: 4%;
  width: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.125em;
  height: 92%;
  font-weight: 700;
  background: rgba(255, 198, 2, 0.5);
}
#serviceStep .stepGroup .goal span {
  display: block;
  position: absolute;
  width: 1em;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
#serviceStep .stepGoal {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.5rem;
  height: 90%;
  height: calc(100% - 2.8rem);
  font-size: 1.25rem;
  line-height: 1.125em;
  font-weight: 700;
  color: #fff;
  background: #2e8B57;
}
#serviceStep .stepGoal span {
  display: block;
  position: absolute;
  width: 1em;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 768px) {
  #serviceStep .stepGroup .serviceList li {
    padding: 1.5em 4rem 1.5em 2em;
  }
  #serviceStep .stepGroup .serviceList .name {
    font-size: 1.25rem;
  }
  #serviceStep .stepGroup .serviceList a {
    display: inline-block;
  }
  #serviceStep .stepGroup .serviceList a:hover {
    text-decoration: underline;
  }
  #serviceStep .stepGroup .serviceList a:hover span {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #serviceStep .stepGroup .serviceList li {
    padding: 0.6em 3rem 0.6em 1em;
  }
  #serviceStep .stepGroup .serviceList .info {
    font-size: 0.93rem;
  }
}

/*consulting*/
#consulFeature {
  border-top: 5px solid #c2e0cf;
  border-bottom: 5px solid #c2e0cf;
}
#consulFeature .ttl {
  padding-bottom: 0.8em;
  line-height: 1em;
}
#consulFeature .ttl span {
  display: inline-block;
  padding: 0.5em 0.5em 0.5em 1em;
  letter-spacing: 0.5em;
  color: #fff;
  background: #2e8B57;
}
#consulFeature .list li {
  position: relative;
  padding-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 2em;
  font-weight: 700;
}
#consulFeature .list .num {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 150%;
}
@media print, screen and (min-width: 768px) {
  #consulFeature {
    padding: 2rem 0;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
  }
  #consulFeature .text {
    width: 56%;
    max-width: 680px;
    padding-right: 1rem;
  }
  #consulFeature .imgPDCA {
    width: 40%;
    max-width: 400px;
  }
  #consulFeature .ttl {
    font-size: 1.5rem;
  }
  #consulFeature .list {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 767px) {
  #consulFeature {
    padding: 1rem 0;
    margin-bottom: 8%;
  }
  #consulFeature .imgPDCA {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
  }
  #consulFeature .ttl {
    font-size: 1.25rem;
  }
}

#consulIssue .ttl {
  padding-bottom: 1em;
  line-height: 1.2em;
}
#consulIssue .ttl span {
  position: relative;
  display: inline-block;
  padding-left: 2em;
}
#consulIssue .ttl span:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  left: 0;
  top: 50%;
  margin-top: -0.7em;
  background: url("../img/common/ico_solve.svg") no-repeat center center;
  background-size: 100% auto;
}
#consulIssue .list li {
  position: relative;
}
#consulIssue .list li:before {
  content: "?";
  font-family: serif;
  position: absolute;
  line-height: 1em;
  color: #eee;
  font-weight: 700;
}
#consulIssue .list .issue {
  position: relative;
  z-index: 5;
}
#consulIssue .list .issue p {
  line-height: 1.8;
  text-align: justify;
}
#consulIssue .list .issueTtl {
  padding-bottom: 0.5em;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  #consulIssue {
    overflow: hidden;
  }
  #consulIssue .ttl {
    font-size: 1.75rem;
  }
  #consulIssue .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
  }
  #consulIssue .list li:before {
    font-size: 10rem;
    right: 1.5rem;
    top: 1.5rem;
  }
  #consulIssue .issue {
    padding: 1.5rem;
  }
  #consulIssue .issueTtl {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  #consulIssue .list li {
    width: 50%;
  }
  #consulIssue .list li:nth-of-type(even) {
    border-left: 1px solid #ddd;
  }
  #consulIssue .list li:nth-of-type(n+3) {
    border-top: 1px solid #ddd;
  }
}
@media print, screen and (min-width: 1101px) {
  #consulIssue .list li {
    width: 33.33%;
    border-left: 1px solid #ddd;
  }
  #consulIssue .list li:first-of-type {
    border-left: none;
  }
  #consulIssue .list li:nth-of-type(3n+1) {
    border-left: none;
  }
  #consulIssue .list li:nth-of-type(n+4) {
    border-top: 1px solid #ddd;
  }
}
@media screen and (max-width: 767px) {
  #consulIssue .ttl {
    font-size: 1.5rem;
    text-align: center;
  }
  #consulIssue .list {
    border-top: 1px solid #ddd;
    padding-top: 4%;
  }
  #consulIssue .list li {
    padding-bottom: 4%;
    margin-bottom: 4%;
    border-bottom: 1px solid #ddd;
  }
  #consulIssue .list li:last-of-type {
    margin-bottom: 0;
  }
  #consulIssue .list li:before {
    font-size: 6rem;
    font-size: 25vw;
    right: 0;
    top: 0;
  }
  #consulIssue .issueTtl {
    font-size: 1.25rem;
  }
}

#consulFlow .flow {
  position: relative;
}
#consulFlow .flow .cont .pointArea {
  margin-top: 1.5em;
  padding: 1em 0 1em 1em;
  border: 1px dotted #999;
}
#consulFlow .flow .cont .pointArea li {
  padding-top: 0.5em;
}
#consulFlow .flow .cont .pointArea li + li {
  margin-top: 0.5em;
  border-top: 1px dotted #999;
}
#consulFlow .flow .cont .pointArea .point, #consulFlow .flow .cont .pointArea .text {
  display: inline-block;
  vertical-align: top;
}
#consulFlow .flow .cont .pointArea .point {
  position: relative;
  padding-left: 1rem;
  width: 9em;
  font-size: 1.125rem;
  line-height: 1.2;
}
#consulFlow .flow .cont .pointArea .point:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.6rem;
  height: 0.6rem;
  border-left: 2px solid #707070;
  border-bottom: 2px solid #707070;
  box-sizing: border-box;
}
#consulFlow .flow .cont .pointArea .text {
  padding-left: 1rem;
  width: calc(100% - 12em);
}
#consulFlow .flow .cont .pointTtl {
  display: inline-block;
  padding: 0.2em 0.5em;
  margin-bottom: 0.2em;
  font-size: 1rem;
  background: #ffc602;
}
@media print, screen and (min-width: 768px) {
  #consulFlow .flow {
    display: flex;
    justify-content: space-between;
  }
  #consulFlow .flow + .flow {
    padding-top: 3rem;
  }
  #consulFlow .flow + .flow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.4rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2rem 1.5rem 0 1.5rem;
    border-color: #f2f2f2 transparent transparent transparent;
  }
  #consulFlow .flow .step {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 14em;
    text-align: center;
    padding: 2rem 1em;
    background: #f2f2f2;
  }
  #consulFlow .flow .step .ttl {
    font-size: 1.25rem;
    line-height: 1.2;
    color: #2e8B57;
  }
  #consulFlow .flow .step .num {
    position: absolute;
    padding: 0.3em 0.6em;
    left: 1rem;
    top: 0;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    transform: translateY(-50%);
    background: #2e8B57;
  }
  #consulFlow .flow .cont {
    display: flex;
    align-items: center;
    width: calc(100% - 14em);
    padding-left: 2em;
    border-left: 1px solid #ddd;
  }
}
@media print, screen and (min-width: 1101px) {
  #consulFlow .flow .step {
    width: 20em;
  }
  #consulFlow .flow .cont {
    width: calc(100% - 20em);
    padding-left: 3em;
  }
}
@media screen and (max-width: 767px) {
  #consulFlow .flow {
    padding-left: 5rem;
  }
  #consulFlow .flow:before {
    content: "";
    display: block;
    position: absolute;
    left: 2rem;
    top: 0;
    width: 0.2rem;
    height: 100%;
    background: #2e8B57;
  }
  #consulFlow .flow:last-of-type:before {
    height: 99%;
  }
  #consulFlow .flow:last-of-type:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1.3rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 0.8rem 0 0.8rem;
    border-color: #2e8B57 transparent transparent transparent;
  }
  #consulFlow .flow + .flow {
    padding-top: 2rem;
  }
  #consulFlow .flow .step .ttl {
    font-size: 1.25rem;
    line-height: 1.2;
    color: #2e8B57;
  }
  #consulFlow .flow .step .num {
    position: absolute;
    width: 4rem;
    padding: 0.4em 0;
    text-align: center;
    left: 0;
    top: 2rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background: #2e8B57;
    z-index: 5;
  }
  #consulFlow .flow:first-of-type .step .num {
    top: 0;
  }
  #consulFlow .flow .cont {
    padding-top: 0.5em;
  }
  #consulFlow .flow .cont .pointArea {
    margin-top: 1em;
    padding: 0.5em 0 0.5em 0.5em;
  }
  #consulFlow .flow .cont .pointArea .point {
    width: 5em;
  }
  #consulFlow .flow .cont .pointArea .text {
    width: calc(100% - 7em);
  }
}

/* planner */
.plannerCatch {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .plannerCatch {
    padding: 1rem 0 3rem;
    font-size: 2rem;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .plannerCatch {
    padding: 0 0 2rem;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

#plannerFeature {
  border-top: 5px solid #c2e0cf;
  border-bottom: 5px solid #c2e0cf;
}
#plannerFeature .ttl, #plannerFeature .feature, #plannerFeature .outline {
  max-width: 1080px;
  margin: 0 auto;
}
#plannerFeature .ttl {
  padding-bottom: 0.8em;
  line-height: 1em;
}
#plannerFeature .ttl span {
  display: inline-block;
  padding: 0.5em 0.5em 0.5em 1em;
  letter-spacing: 0.5em;
  color: #fff;
  background: #2e8B57;
}
#plannerFeature .feature {
  padding-bottom: 2rem;
}
#plannerFeature .feature li {
  position: relative;
  padding-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 2em;
  font-weight: 700;
}
#plannerFeature .feature .num {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 150%;
}
#plannerFeature .outline .infogrowth,
#plannerFeature .outline .zaikoplanner {
  border: 1px solid #707070;
}
#plannerFeature .outline .plus i {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background: url("../img/common/ico_plus.svg") no-repeat center center;
  background-size: 100% auto;
}
#plannerFeature .outline .outlineTtl {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 5px solid #e6f3ec;
  font-size: 1rem;
  text-align: center;
}
#plannerFeature .outline .outlineTtl .main {
  display: block;
  font-size: 133%;
}
#plannerFeature .outline .list li + li {
  padding-top: 1em;
}
#plannerFeature .outline .service {
  position: relative;
  padding-bottom: 0.3em;
  padding-left: 1.5em;
  font-weight: 700;
}
#plannerFeature .outline .service:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 1em;
  height: 1px;
  background: #707070;
}
#plannerFeature .outline .info {
  padding-left: 1.5em;
}
@media print, screen and (min-width: 768px) {
  #plannerFeature {
    padding: 2rem 0;
    margin-bottom: 60px;
  }
  #plannerFeature .ttl {
    font-size: 1.5rem;
  }
  #plannerFeature .feature {
    font-size: 1.3rem;
  }
  #plannerFeature .outline {
    display: flex;
    justify-content: space-between;
  }
  #plannerFeature .outline .infogrowth,
  #plannerFeature .outline .zaikoplanner {
    width: 43%;
    padding: 1.5rem;
  }
  #plannerFeature .outline .plus {
    display: flex;
    align-items: center;
    width: 4%;
  }
}
@media screen and (max-width: 767px) {
  #plannerFeature {
    padding: 1rem 0;
    margin-bottom: 8%;
  }
  #plannerFeature .ttl {
    font-size: 1.25rem;
  }
  #plannerFeature .outline .infogrowth,
  #plannerFeature .outline .zaikoplanner {
    padding: 1rem;
  }
  #plannerFeature .outline .plus {
    width: 10%;
    max-width: 50px;
    margin: 4% auto;
  }
}

#plannerPoints .pointTtl {
  display: flex;
  align-items: center;
}
#plannerPoints .pointTtl .ico {
  font-size: 0.8rem;
  text-align: center;
  color: #2e8B57;
  line-height: 1.2;
  white-space: nowrap;
}
#plannerPoints .pointTtl .ico i {
  display: block;
  margin: 0 auto;
  width: 4rem;
  height: 4rem;
  background: url("../img/common/ico_point.svg") no-repeat center center;
  background-size: 100% auto;
}
#plannerPoints .pointTtl .text {
  padding-left: 0.5rem;
  line-height: 1.4;
}
#plannerPoints .alarmImg .graph {
  max-width: 800px;
  margin: 0 auto;
}
#plannerPoints .alarmImg .note {
  padding-top: 1.5em;
  font-size: 0.875rem;
}
#plannerPoints .alarmImg .note li + li {
  padding-top: 1em;
}
#plannerPoints .dashboadTtl {
  padding-bottom: 1em;
}
#plannerPoints .dashboadImgs img {
  display: block;
  margin: 0 auto;
  border: 1px solid #ddd;
}
#plannerPoints .zaikoPlannerBnr {
  text-align: center;
}
#plannerPoints .zaikoPlannerBnr a {
  display: block;
  position: relative;
  padding: 1rem;
  border: 1px solid #ddd;
}
#plannerPoints .zaikoPlannerBnr a:after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0.6em;
  height: 0.6em;
  margin-top: -0.3em;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  box-sizing: border-box;
  transform: rotate(45deg);
}
#plannerPoints .zaikoPlannerBnr .note {
  display: inline-block;
  padding-left: 1em;
  padding-top: 1em;
  font-size: 0.875rem;
  text-indent: -1em;
  text-align: left;
}
#plannerPoints .customerSupport .serviceList li + li {
  padding-top: 1em;
}
#plannerPoints .customerSupport .service {
  position: relative;
  padding-bottom: 0.3em;
  padding-left: 1.5em;
  font-weight: 700;
}
#plannerPoints .customerSupport .service:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 1em;
  height: 1px;
  background: #707070;
}
#plannerPoints .customerSupport .info {
  padding-left: 1.5em;
}
#plannerPoints .customerSupport .comment {
  position: relative;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  text-align: center;
}
#plannerPoints .customerSupport .comment:before, #plannerPoints .customerSupport .comment:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
#plannerPoints .customerSupport .comment p {
  font-weight: 700;
  font-size: 1.125rem;
}
#plannerPoints .customerSupport .comment ul {
  padding-top: 2%;
  font-size: 0;
  line-height: 1.2;
}
#plannerPoints .customerSupport .comment ul li {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0.2em;
  border: 1px solid #ddd;
  border-radius: 4em;
  font-size: 1rem;
  background: #f8f8f8;
}
@media print, screen and (min-width: 768px) {
  #plannerPoints .pointBlock + .pointBlock {
    padding-top: 60px;
  }
  #plannerPoints .pointBlock > *:not(.pointTtl) {
    padding-left: 4.5rem;
  }
  #plannerPoints .pointTtl {
    padding-bottom: 1.5rem;
  }
  #plannerPoints .pointTtl .text {
    font-size: 1.8rem;
  }
  #plannerPoints .dashboadImgs {
    display: flex;
    justify-content: space-between;
  }
  #plannerPoints .dashboadImgs li {
    width: 32%;
  }
  #plannerPoints .zaikoPlannerBnr {
    padding-top: 3rem;
  }
  #plannerPoints .zaikoPlannerBnr a {
    display: flex;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
    transition: background 0.3s ease;
  }
  #plannerPoints .zaikoPlannerBnr a:hover {
    background: #f2f2f2;
  }
  #plannerPoints .zaikoPlannerBnr .logo {
    width: 40%;
    padding: 0.5rem 1rem 0.5rem 0;
    border-right: 1px solid #ddd;
  }
  #plannerPoints .zaikoPlannerBnr .linkText {
    padding: 1em;
    font-weight: 700;
    width: 60%;
    text-align: center;
  }
  #plannerPoints .customerSupport {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #plannerPoints .customerSupport .serviceList,
  #plannerPoints .customerSupport .comment {
    width: 46%;
  }
  #plannerPoints .customerSupport .comment {
    padding: 2rem 0.8rem;
  }
  #plannerPoints .customerSupport .comment:before {
    right: 100%;
    top: 50%;
    margin-top: -1rem;
    border-width: 0.8rem 1.6rem 0.8rem 0;
    border-color: transparent #ddd transparent transparent;
  }
  #plannerPoints .customerSupport .comment:after {
    right: 100%;
    top: 50%;
    margin-top: -1rem;
    margin-right: -2px;
    border-width: 0.8rem 1.6rem 0.8rem 0;
    border-color: transparent #fff transparent transparent;
  }
}
@media print, screen and (min-width: 1001px) {
  #plannerPoints .alarmImg {
    overflow: hidden;
  }
  #plannerPoints .alarmImg .graph {
    width: 70%;
    float: left;
  }
  #plannerPoints .alarmImg .note {
    padding-top: 0;
    width: 28%;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  #plannerPoints .pointBlock + .pointBlock {
    padding-top: 6%;
  }
  #plannerPoints .pointTtl {
    padding-bottom: 1rem;
  }
  #plannerPoints .dashboadImgs li + li {
    padding-top: 4%;
  }
  #plannerPoints .zaikoPlannerBnr {
    padding-top: 4%;
  }
  #plannerPoints .zaikoPlannerBnr .logo {
    width: 60%;
    margin: 0 auto;
    max-width: 220px;
  }
  #plannerPoints .zaikoPlannerBnr .linkText {
    padding-top: 0.5em;
    font-weight: 700;
  }
  #plannerPoints .customerSupport .comment {
    margin-top: 2.5rem;
  }
  #plannerPoints .customerSupport .comment:before {
    left: 50%;
    bottom: 100%;
    margin-left: -0.8rem;
    border-width: 0 0.8rem 1.6rem 0.8rem;
    border-color: transparent transparent #ddd transparent;
  }
  #plannerPoints .customerSupport .comment:after {
    left: 50%;
    bottom: 100%;
    margin-left: -0.8rem;
    margin-bottom: -2px;
    border-width: 0 0.8rem 1.6rem 0.8rem;
    border-color: transparent transparent #fff transparent;
  }
}

/* academy */
#academyFeature {
  position: relative;
}
#academyFeature:before {
  content: "";
  display: block;
  width: 100%;
  height: 45%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f2f2f2;
  z-index: 1;
}
#academyFeature .inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 5;
}
#academyFeature li {
  line-height: 1.3;
  font-weight: 700;
}
#academyFeature li span {
  text-align: center;
  color: #fff;
  background: #2e8B57;
}
@media print, screen and (min-width: 768px) {
  #academyFeature {
    padding: 40px 4%;
  }
  #academyFeature .image {
    padding: 4% 15% 0;
  }
  #academyFeature li {
    position: absolute;
    font-size: 1rem;
    font-size: 2.2vw;
  }
  #academyFeature li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10em;
    padding: 0.8em 0;
    border-radius: 4px;
    box-shadow: 4px 4px 0 rgba(46, 139, 87, 0.3);
  }
  #academyFeature li:first-of-type {
    top: 0;
    left: 4%;
  }
  #academyFeature li:nth-of-type(2) {
    top: 0;
    right: 4%;
  }
  #academyFeature li:nth-of-type(3) {
    top: 44%;
    left: 0;
    transform: translateY(-50%);
  }
  #academyFeature li:nth-of-type(4) {
    top: 44%;
    right: 0;
    transform: translateY(-50%);
  }
  #academyFeature li:nth-of-type(5) {
    bottom: 8%;
    left: 4%;
  }
  #academyFeature li:nth-of-type(6) {
    bottom: 8%;
    right: 4%;
  }
}
@media print, screen and (min-width: 1101px) {
  #academyFeature li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #academyFeature {
    padding: 6% 4% 4%;
  }
  #academyFeature:before {
    height: 65%;
  }
  #academyFeature .image {
    padding: 0 6%;
  }
  #academyFeature ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.5em;
    margin-left: -0.2rem;
  }
  #academyFeature ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(33.33% - 0.2rem);
    padding: 0.6em 0;
    margin: 0.2rem 0 0 0.2rem;
    background: #2e8B57;
    border-radius: 4px;
  }
}

#academyFeatureSub {
  background: #f2f2f2;
}
#academyFeatureSub ul {
  max-width: 1200px;
  margin: 0 auto;
}
#academyFeatureSub .ttl {
  text-align: center;
  padding: 0 0 0.8em;
  color: #2e8B57;
  text-shadow: 2px 2px 2px #fff;
}
#academyFeatureSub .text {
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  #academyFeatureSub {
    padding: 20px 4% 60px;
  }
  #academyFeatureSub ul {
    display: flex;
    justify-content: space-between;
  }
  #academyFeatureSub ul li {
    width: 30%;
  }
  #academyFeatureSub .ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #academyFeatureSub {
    padding: 4% 4% 8%;
  }
  #academyFeatureSub li + li {
    padding-top: 6%;
    margin-top: 6%;
    border-top: 1px solid #ddd;
  }
  #academyFeatureSub .ttl {
    font-size: 1.25rem;
  }
}

/* traning */
#proposeTraning .traningEx .ex {
  display: flex;
  border: 1px solid #2e8B57;
}
#proposeTraning .traningEx .problem {
  display: flex;
  align-items: center;
  width: 60%;
  padding: 1em;
  background: #e6f3ec;
}
#proposeTraning .traningEx .problem p {
  font-weight: 700;
}
#proposeTraning .traningEx .problem ul li {
  display: inline-block;
  min-width: 40%;
  padding: 0.2em 0.5em 0 0;
}
#proposeTraning .traningEx .resolve {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1em;
  width: 40%;
  font-weight: 700;
  color: #2e8B57;
  text-align: center;
}
#proposeTraning .traningEx .resolve:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.8em;
  border-color: transparent transparent transparent #e6f3ec;
}
@media print, screen and (min-width: 768px) {
  #proposeTraning .ttlImg {
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  #proposeTraning .ttlImg:after {
    content: "";
    display: block;
    position: absolute;
    background: #707070;
    z-index: 1;
    left: 3.5rem;
    top: 0;
    height: 100%;
    width: 1px;
  }
  #proposeTraning .ttlImg .img {
    margin-left: auto;
    width: 80%;
    max-width: 720px;
  }
  #proposeTraning .ttlImg .ttl {
    position: absolute;
    left: 0;
    bottom: 2rem;
    padding: 1em 0;
    font-size: 2rem;
    z-index: 5;
  }
  #proposeTraning .ttlImg .ttl span {
    position: relative;
    display: block;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
    z-index: 10;
  }
  #proposeTraning .ttlImg .ttl:before {
    content: "";
    display: block;
    position: absolute;
    width: 4rem;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1;
  }
  #proposeTraning .traningEx {
    padding-left: 3.5rem;
  }
  #proposeTraning .traningEx .ex + .ex {
    margin-top: 1rem;
  }
  #proposeTraning .traningEx .problem {
    padding-left: 1.5em;
  }
  #proposeTraning .traningEx .problem p {
    font-size: 1.25rem;
  }
  #proposeTraning .traningEx .resolve {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 767px) {
  #proposeTraning .ttlImg {
    padding-bottom: 4%;
    margin-bottom: 4%;
    position: relative;
  }
  #proposeTraning .ttlImg:after {
    content: "";
    display: block;
    position: absolute;
    background: #707070;
    z-index: 1;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
  }
  #proposeTraning .ttlImg .img {
    position: relative;
    z-index: 5;
  }
  #proposeTraning .ttlImg .ttl {
    position: relative;
    padding: 0.5em 0;
    margin: 4% 0 0;
    text-align: center;
    background: #fff;
    font-size: 1.25rem;
    z-index: 5;
  }
  #proposeTraning .traningEx .ex + .ex {
    margin-top: 4%;
  }
  #proposeTraning .traningEx .problem ul {
    font-size: 0.875rem;
  }
  #proposeTraning .traningEx .resolve {
    padding: 1em 0.5em 1em 1em;
    font-size: 1.05rem;
  }
}

.traningSample .name {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.2em;
}
.traningSample .name:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 1em;
  height: 0.5em;
  box-sizing: border-box;
  border-bottom: 2px solid #2e8B57;
  border-left: 2px solid #2e8B57;
  transform: rotate(-45deg);
}
.traningSample .comment {
  position: relative;
  margin-top: 1em;
  background: #f2f2f2;
}
.traningSample .comment:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 2em;
  bottom: 100%;
  border-style: solid;
  border-width: 1em 0 0 1em;
  border-color: transparent transparent transparent #f2f2f2;
}
@media print, screen and (min-width: 768px) {
  .traningSample {
    display: flex;
    flex-wrap: wrap;
  }
  .traningSample .sample {
    width: 48%;
  }
  .traningSample .sample:nth-child(even) {
    margin-left: 4%;
  }
  .traningSample .sample:nth-child(n+3) {
    margin-top: 4%;
  }
  .traningSample .comment {
    padding: 1.2em 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .traningSample .sample + .sample {
    margin-top: 6%;
  }
  .traningSample .comment {
    padding: 0.8em 1em;
  }
}

.impMsgTtlM {
  position: relative;
  margin: 2em 0 0.5em;
  padding: 0 0 0 1.5em;
  font-size: 1.35rem;
  color: #2e8B57;
}
.impMsgTtlM:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.2em;
  top: 0.5em;
  width: 0.9em;
  height: 0.5em;
  border-left: 3px solid #2e8B57;
  border-bottom: 3px solid #2e8B57;
  box-sizing: border-box;
  transform: rotate(-45deg);
}

.imgMsgSub {
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .imgMsgSub {
    padding-left: 2.025em;
  }
}

#satisfactionStockImg {
  padding-top: 4%;
  text-align: center;
}
#satisfactionStockImg .ttl {
  padding-bottom: 1em;
}
#satisfactionStockImg .ttl .bdr {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 3px double #2e8B57;
}
#satisfactionStockImg .image {
  max-width: 1000px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #satisfactionStockImg .ttl {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #satisfactionStockImg .ttl {
    font-size: 1.5rem;
  }
}

#satisfactionSmoothImg {
  text-align: center;
}
#satisfactionSmoothImg .before {
  max-width: 900px;
  margin: 0 auto;
}
#satisfactionSmoothImg .arrow {
  position: relative;
  padding: 2em 0;
}
#satisfactionSmoothImg .arrow :after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  margin-left: -1em;
  border-style: solid;
  border-width: 1em 1em 0 1em;
  border-color: #ffc602 transparent transparent transparent;
}
#satisfactionSmoothImg .arrow .text {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1.35rem;
  font-weight: 700;
  background: #ffc602;
}
#satisfactionSmoothImg .after {
  border: 1px solid #ddd;
  max-width: 900px;
  padding: 1.5em 0;
  margin: 0 auto;
}
#satisfactionSmoothImg .after .ttl {
  padding-bottom: 0.8em;
  font-size: 1.4rem;
}
#satisfactionSmoothImg .after ul {
  display: inline-block;
  padding: 0 4%;
  text-align: left;
}
#satisfactionSmoothImg .after ul li {
  padding-left: 1em;
  position: relative;
}
#satisfactionSmoothImg .after ul li:before {
  content: "・"; /*・*/
  position: absolute;
  left: 0;
  top: 0;
}
#satisfactionSmoothImg .after ul li + li {
  margin-top: 0.3em;
}
#satisfactionSmoothImg .after .image {
  max-width: 700px;
  padding-top: 1.5em;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #satisfactionSmoothImg {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  #satisfactionSmoothImg {
    padding: 6% 0 8%;
  }
}

/* management */
#managementImg {
  text-align: center;
  background: #e6f3ec;
}
#managementImg .list {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
#managementImg ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #2e8B57;
  border-left: 2px solid #2e8B57;
  text-align: left;
}
#managementImg ul li {
  display: flex;
  align-items: center;
  position: relative;
  width: 50%;
  padding: 0.6em 0.5em 0.6em 2.5em;
  font-weight: 700;
  font-size: 1.15rem;
  color: #2e8B57;
  border-right: 2px solid #2e8B57;
  border-bottom: 2px solid #2e8B57;
  background: rgba(255, 255, 255, 0.5);
}
#managementImg ul li:before {
  content: "?";
  display: block;
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -0.75em;
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
  border-radius: 50%;
  background: #2e8B57;
}
@media print, screen and (min-width: 768px) {
  #managementImg {
    padding: 60px 30px;
    margin: 60px 0;
  }
  #managementImg .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #managementImg .image {
    width: 33.3%;
  }
  #managementImg .hurdle {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #managementImg {
    padding: 6% 4%;
    margin: 6% 0;
  }
  #managementImg .image {
    width: 54%;
    margin: 0 auto;
  }
  #managementImg .hurdle {
    padding-top: 4%;
  }
}

.managementPointList .pointTtl {
  display: flex;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #707070;
  line-height: 1.4;
}
.managementPointList .pointTtl .num {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3em 0;
  color: #fff;
  background: #2e8B57;
  width: 5em;
  font-size: 1rem;
  text-align: center;
}
.managementPointList .pointTtl .ttl {
  display: block;
  width: calc(100% - 5em);
  padding: 0 0 0 0.5em;
  color: #2e8B57;
}
.managementPointList .text {
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .managementPointList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .managementPointList li {
    width: 47%;
  }
  .managementPointList li:nth-child(n+3) {
    padding-top: 6%;
  }
  .managementPointList .pointTtl .ttl {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .managementPointList li + li {
    padding-top: 6%;
  }
  .managementPointList .pointTtl .ttl {
    font-size: 1.2rem;
  }
}

.managementReason .ttl {
  position: relative;
  padding: 0 0 1em;
  margin-bottom: 1em;
  text-align: center;
}
.managementReason .ttl:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  height: 1.2em;
  bottom: -0.6em;
  border-left: 1px solid #707070;
}
.managementReason .text {
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .managementReason {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .managementReason li {
    width: 50%;
  }
  .managementReason li:nth-child(odd) {
    padding-right: 6%;
  }
  .managementReason li:nth-child(even) {
    padding-left: 6%;
    border-left: 1px dotted #707070;
  }
  .managementReason li:nth-child(n+3) {
    margin-top: 6%;
  }
  .managementReason .ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .managementReason li + li {
    margin-top: 6%;
    padding-top: 6%;
    border-top: 1px dotted #707070;
  }
  .managementReason .ttl {
    font-size: 1.5rem;
  }
}

/* company */
.companySec {
  max-width: 1060px;
  margin: 0 auto;
}
.companySec .greeting p:not(.name) {
  line-height: 1.8;
  padding-bottom: 1.2em;
}
.companySec .greeting .name .main {
  font-size: 1.3rem;
}
.companySec .greeting strong {
  font-size: 120%;
  color: #2e8B57;
}
.companySec .philosophy {
  text-align: center;
  line-height: 1.8;
}
.companySec .companyOutline {
  display: flex;
  flex-wrap: wrap;
}
.companySec .companyOutline dt, .companySec .companyOutline dd {
  padding: 0 0 1em 0;
}
.companySec .companyOutline dt:not(:first-of-type), .companySec .companyOutline dd:not(:first-of-type) {
  padding: 1em 0;
  border-top: 1px solid #ddd;
}
.companySec .companyOutline .business li {
  padding-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.companySec .gmap {
  position: relative;
  padding-bottom: 40%;
}
.companySec .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .companySec {
    padding: 0 30px 80px;
  }
  .companySec .greeting .image {
    width: 30%;
    float: right;
    margin: 0 0 4% 4%;
  }
  .companySec .greeting .name {
    text-align: right;
  }
  .companySec .philosophy {
    font-size: 2.6rem;
  }
  .companySec .companyOutline dt {
    width: 25%;
    min-width: 6em;
  }
  .companySec .companyOutline dd {
    width: 75%;
    max-width: calc(100% - 6em);
  }
}
@media screen and (max-width: 767px) {
  .companySec {
    padding: 0 4% 12%;
  }
  .companySec .greeting .image {
    width: 80%;
    max-width: 300px;
    padding-top: 1em;
    margin: 0 auto;
  }
  .companySec .greeting .name {
    text-align: center;
    padding-top: 0.8em;
  }
  .companySec .philosophy {
    font-size: 1.5rem;
  }
  .companySec .companyOutline dt {
    width: 7em;
  }
  .companySec .companyOutline dd {
    width: calc(100% - 7em);
  }
  .companySec .gmap {
    padding-bottom: 80%;
  }
}

/* privacy */
.privacyBlock {
  max-width: 1060px;
  margin: 0 auto;
}
.privacyBlock p {
  line-height: 1.8;
}
.privacyBlock .privacyList .number {
  padding-top: 4%;
}
.privacyBlock .privacyList .kakko {
  padding-top: 2%;
}
.privacyBlock .privacyList .numberTtl, .privacyBlock .privacyList .kakkoTtl {
  padding-left: 1.5em;
  position: relative;
}
.privacyBlock .privacyList .numberTtl span, .privacyBlock .privacyList .kakkoTtl span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.privacyBlock .privacyList .circleNum {
  padding: 0.5em 0;
}
.privacyBlock .privacyList .circleNum li {
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
.privacyBlock .privacyList p {
  padding: 0.5em 0;
}
@media print, screen and (min-width: 768px) {
  .privacyBlock {
    padding: 0 30px 80px;
  }
  .privacyBlock .privacyList .numberTtl {
    font-size: 1.4rem;
  }
  .privacyBlock .privacyList .kakkoTtl {
    font-size: 1.25rem;
  }
  .privacyBlock .privacyList .kakko {
    padding-left: 2.1rem;
  }
  .privacyBlock .privacyList .circleNum {
    padding-left: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .privacyBlock {
    padding: 0 4% 12%;
  }
  .privacyBlock .privacyList .numberTtl {
    font-size: 1.2rem;
  }
  .privacyBlock .privacyList .kakkoTtl {
    font-size: 1.125rem;
  }
  .privacyBlock .privacyList .kakko,
  .privacyBlock .privacyList .circleNum {
    padding-left: 1rem;
  }
}

/* support */
.supportIndex .ttl {
  padding-bottom: 1em;
  text-align: center;
}
.supportIndex .list {
  max-width: 1100px;
  margin: 0 auto;
}
.supportIndex .list .image {
  position: relative;
  overflow: hidden;
}
.supportIndex .list .image img {
  margin: -8% 0;
  transition: transform 0.5s ease;
}
.supportIndex .list a {
  display: block;
  transition: color 0.3s ease;
}
.supportIndex .supportTtl {
  position: relative;
  padding: 1em 0 0.3em;
  font-size: 1.25rem;
}
.supportIndex .supportTtl:before {
  content: "";
  display: block;
  position: absolute;
  left: 1em;
  top: -1em;
  width: 1px;
  height: 2em;
  background: #707070;
  mix-blend-mode: multiply;
}
@media print, screen and (min-width: 768px) {
  .supportIndex {
    padding: 0 30px 100px;
  }
  .supportIndex .ttl {
    font-size: 2rem;
  }
  .supportIndex .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .supportIndex .list li {
    width: 48%;
  }
  .supportIndex .list li:nth-of-type(n+3) {
    margin-top: 4%;
  }
  .supportIndex .list li a:hover {
    color: #2e8B57;
  }
  .supportIndex .list li a:hover img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .supportIndex {
    padding: 0 4% 12%;
  }
  .supportIndex .ttl {
    font-size: 1.5rem;
  }
  .supportIndex .list li + li {
    padding-top: 8%;
  }
}

.supportSec {
  max-width: 1060px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .supportSec {
    padding: 0 30px 80px;
  }
}
@media screen and (max-width: 767px) {
  .supportSec {
    padding: 0 4% 12%;
  }
}

.supportHeadingM {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #707070;
}
@media print, screen and (min-width: 768px) {
  .supportHeadingM {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .supportHeadingM {
    font-size: 1.25rem;
  }
}

.supportFirstMsg {
  padding-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  .supportFirstMsg p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .supportFirstMsg p {
    font-size: 1.35rem;
  }
}

.freeInfo .msg {
  line-height: 1.8;
}
.freeInfo .zoom {
  padding-top: 2em;
}
.freeInfo .zoom > span {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1.14rem;
  font-weight: 700;
  color: #2e8B57;
  border: 2px solid #2e8B57;
}
@media print, screen and (min-width: 768px) {
  .freeInfo {
    overflow: hidden;
  }
  .freeInfo .image {
    width: 46%;
    float: right;
  }
  .freeInfo .text {
    width: 50%;
    float: left;
  }
}

.formArea .inputText.date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formArea .inputText.date input {
  width: calc(25% - 2em);
}
.formArea h4 {
  padding-bottom: 1em;
  font-size: 1.35rem;
}
.formArea p + p {
  padding-top: 1em;
}

.formLead {
  padding-bottom: 2em;
}

.eventLead {
  max-width: 1060px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .eventLead {
    padding: 0 30px 2em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .eventLead {
    padding: 0 4% 8%;
    font-size: 1.35rem;
  }
}

.eventInfo {
  overflow: hidden;
}
.eventInfo .text {
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .eventInfo {
    padding: 0 0 40px;
  }
  .eventInfo .image {
    width: 46%;
    float: right;
  }
  .eventInfo .text {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .eventInfo {
    padding: 0 0 6%;
  }
  .eventInfo .text {
    padding-top: 4%;
  }
}

.eventIndexList li + li {
  border-top: 1px solid #707070;
}
.eventIndexList a {
  display: flex;
  flex-wrap: wrap;
}
.eventIndexList .price, .eventIndexList .cat, .eventIndexList .title {
  font-weight: 700;
  color: #2e8B57;
}
.eventIndexList .price {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  color: #000;
  background: #ffc602;
  text-align: center;
}
.eventIndexList .cat {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9em;
  background: #e6f3ec;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .eventIndexList li {
    padding: 0.5em 0;
  }
  .eventIndexList a {
    padding: 0.5em 0;
    transition: background 0.3s ease;
  }
  .eventIndexList a:hover {
    background: #f8f8f8;
  }
  .eventIndexList .date, .eventIndexList .title {
    display: flex;
    align-items: center;
  }
  .eventIndexList .date {
    width: 16em;
    padding: 0 1em;
  }
  .eventIndexList .title {
    max-width: calc(100% - 30em);
    padding: 0 0 0 2em;
    border-left: 1px dotted #707070;
  }
}
@media screen and (max-width: 767px) {
  .eventIndexList {
    border-bottom: 1px solid #707070;
  }
  .eventIndexList li {
    padding: 0.8em 0;
    border-top: 1px solid #707070;
  }
  .eventIndexList .date, .eventIndexList .cat {
    display: flex;
    align-items: center;
    padding: 0.5em 0;
  }
  .eventIndexList .date {
    width: 100%;
    padding: 0.8em 0 0;
  }
  .eventIndexList .title {
    width: 100%;
    padding: 0.8em 0 0.4em;
  }
}

.noEvent {
  padding: 2rem;
  text-align: center;
  background: #f2f2f2;
}

.eventCat {
  font-size: 1rem;
  padding-bottom: 1.5em;
}
.eventCat span {
  display: inline-block;
  padding: 0.4em 1em;
  color: #fff;
  background: #2e8B57;
}
.eventDetail .eventTtl {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
  line-height: 1.4;
}
.eventDetail .eventTtl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.8em;
  height: 1px;
  background: #707070;
}
@media print, screen and (min-width: 768px) {
  .eventDetail .eventTtl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .eventDetail .eventTtl {
    font-size: 1.5rem;
  }
}

.eventPoint {
  margin-bottom: 1.8em;
  border: 1px solid #707070;
}
.eventPoint .title {
  font-weight: 700;
  background: #ffc602;
}
.eventPoint ul {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .eventPoint {
    display: table;
    width: 100%;
  }
  .eventPoint .title,
  .eventPoint .point {
    padding: 0.5em 1em;
    display: table-cell;
    vertical-align: middle;
  }
  .eventPoint .title {
    width: 15em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .eventPoint .title, .eventPoint .point {
    padding: 0.5em 1em;
  }
}

.eventPost p, .eventPost ul, .eventPost table {
  line-height: 1.8;
  padding-bottom: 1.8em;
}
.eventPost ul {
  padding-left: 1.5em;
  list-style: disc;
}
.eventPost ul ul {
  list-style: circle;
}
.eventPost .eventPoint ul {
  padding-bottom: 0;
}
.eventPost h3 {
  font-size: 1.35rem;
  padding: 1.5em 0 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #707070;
}

.radioBlock .vertical-item {
  display: block;
}
.radioBlock .vertical-item + .vertical-item {
  padding-top: 0.3em;
}
.radioBlock .horizontal-item {
  display: inline-block;
  padding-right: 2em;
}

form .note {
  padding: 1.5em 0 1.5em 1em;
  text-indent: -1em;
}
form .note a {
  color: #2e8B57;
  text-decoration: underline;
}
form .ageInput {
  width: 5em;
  margin-right: 0.5em;
}

.faqLNav .lNav {
  display: flex;
  align-items: center;
  padding-bottom: 1em;
}
.faqLNav .lNav p {
  font-weight: 700;
  color: #2e8B57;
}
.faqLNav .lNav ul {
  border-left: 1px solid #707070;
}
.faqLNav .lNav a {
  display: block;
  position: relative;
  padding: 0.4em 2em 0.4em 1em;
  border: 1px solid #ccc;
  transition: background 0.3s ease;
}
.faqLNav .lNav a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.6em;
  top: 50%;
  width: 0.6em;
  height: 0.6em;
  margin-top: -0.35em;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  box-sizing: border-box;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .faqLNav .lNav p {
    width: 10em;
  }
  .faqLNav .lNav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 10em);
    padding-left: 1.5em;
  }
  .faqLNav .lNav ul li {
    padding: 0.2em 0 0.2em 0.5em;
  }
  .faqLNav .lNav a:hover {
    background: #f2f2f2;
  }
}
@media screen and (max-width: 767px) {
  .faqLNav .lNav p {
    width: 5em;
  }
  .faqLNav .lNav ul {
    width: calc(100% - 5em);
    padding-left: 1em;
  }
  .faqLNav .lNav ul li + li {
    padding-top: 0.4em;
  }
}

.faqArea .faqCategory {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #707070;
}
.faqArea .faqBlock {
  border-bottom: 1px solid #ddd;
}
.faqArea .faqQuestion,
.faqArea .faqAnswer {
  position: relative;
}
.faqArea .faqQuestion i,
.faqArea .faqAnswer i {
  position: absolute;
  width: 2rem;
  left: 0;
  top: 0;
  line-height: 1;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  color: #2e8B57;
  text-align: center;
}
.faqArea .faqQuestion {
  padding: 0.4rem 1.8rem 1rem 2.2rem;
  cursor: pointer;
  font-weight: 700;
  transition: color 0.3s ease;
}
.faqArea .faqQuestion:after {
  content: "＋";
  position: absolute;
  right: 0.2em;
  font-weight: 400;
  font-size: 1.4rem;
  top: 0.2rem;
  line-height: 1;
  color: #707070;
}
.faqArea .faqAnswer {
  padding: 0 0 0 2.2rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, padding 0.5s ease;
}
.faqArea .faqBlock.active .faqQuestion {
  margin-bottom: 0.3em;
}
.faqArea .faqBlock.active .faqQuestion:after {
  content: "－";
}
.faqArea .faqBlock.active .faqAnswer {
  max-height: 500em;
  opacity: 1;
  padding: 0.4rem 0 1rem 2.2rem;
}
@media print, screen and (min-width: 768px) {
  .faqArea {
    padding: 5em 0 0;
  }
  .faqArea .faqCategory {
    font-size: 1.35rem;
  }
  .faqArea .faqBlock {
    margin-bottom: 0.8em;
  }
  .faqArea .faqQuestion:hover {
    color: #2e8B57;
  }
}
@media screen and (max-width: 767px) {
  .faqArea {
    padding: 16% 0 0;
  }
  .faqArea .faqCategory {
    font-size: 1.15rem;
  }
  .faqArea .faqBlock {
    margin-bottom: 4%;
  }
}

.voiceBlock {
  position: relative;
  border: 1px solid #ccc;
  padding: 4%;
  box-shadow: 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.05);
}
.voiceBlock:after {
  content: "";
  display: block;
  clear: both;
}
.voiceBlock + .voiceBlock {
  margin-top: 6%;
}
.voiceBlock .customerName {
  padding-bottom: 1em;
  font-size: 1.4rem;
  line-height: 1.2;
}
.voiceBlock .image {
  text-align: center;
}
.voiceBlock .voiceDetail p {
  padding-bottom: 1em;
}
.voiceBlock .voiceDetail a {
  color: #2e8B57;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .voiceBlock .image {
    width: 30%;
    float: right;
    margin-left: 4%;
  }
  .voiceBlock .voiceDetail a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .voiceBlock .image {
    padding-bottom: 1em;
  }
}

@media print, screen and (min-width: 768px) {
  .recruitOutline {
    display: flex;
    flex-wrap: wrap;
  }
  .recruitOutline dt, .recruitOutline dd {
    padding: 0 0 0.8em;
    margin-bottom: 0.8em;
    border-bottom: 1px solid #ddd;
  }
  .recruitOutline dt {
    width: 8em;
  }
  .recruitOutline dd {
    width: calc(100% - 8em);
  }
}
@media screen and (max-width: 767px) {
  .recruitOutline dt {
    padding-bottom: 0.3em;
  }
  .recruitOutline dd {
    padding: 0 0 0.8em;
    margin-bottom: 0.8em;
    border-bottom: 1px solid #ddd;
  }
}

/* contact */
.contactSec {
  max-width: 1060px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .contactSec {
    padding: 0 30px 80px;
  }
}
@media screen and (max-width: 767px) {
  .contactSec {
    padding: 0 4% 12%;
  }
}

.contactLead, .contactTelMail {
  padding-bottom: 2.5em;
}

.contactTelMail {
  text-align: center;
}
.contactTelMail .tel,
.contactTelMail .mail {
  font-weight: 700;
}
.contactTelMail .tel .t,
.contactTelMail .mail .t {
  font-size: 1.15rem;
}
.contactTelMail .mail a {
  color: #2e8B57;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .contactTelMail {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contactTelMail .contactTel,
  .contactTelMail .contactEmail {
    width: 50%;
  }
  .contactTelMail .contactTel {
    border-right: 1px solid #ddd;
  }
  .contactTelMail .tel {
    font-size: 2.4rem;
  }
  .contactTelMail .mail {
    font-size: 1.6rem;
  }
  .contactTelMail .mail a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .contactTelMail .contactEmail {
    padding-top: 6%;
  }
  .contactTelMail .tel {
    font-size: 2rem;
  }
  .contactTelMail .mail {
    font-size: 1.25rem;
  }
}

.thanksMsg {
  text-align: center;
  font-size: 1.25rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2em;
  margin-bottom: 2.5em;
}
.thanksMsg + .contactLead {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanksMsg {
    font-size: 1.15rem;
    padding-bottom: 1.5em;
    margin-bottom: 2em;
  }
}

.formButton {
  padding-top: 2em;
  text-align: center;
}
.formButton button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0.6em 2em;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.35rem;
  border-radius: 20em;
  color: #fff;
  background: #2e8B57;
  outline: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .formButton button:hover {
    color: #333;
    background: #ffc602;
  }
}

/* mailformpro 設定 */
div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

div#mfp_hidden input {
  margin: 10px;
}

div.mfp_thanks {
  padding: 30px;
}

div.mfp_thanks p {
  line-height: 1.7em;
}

div.mfp_thanks ul.mfp_caution {
  margin: 0px;
  padding: 0px;
}

div.mfp_thanks ul.mfp_caution li {
  display: block;
  color: #c00;
  margin: 0;
  padding: 0.5em 0;
}

div#mfp_thanks {
  text-align: center;
  font-size: 1.125rem;
  padding: 1em 0;
}

div#mfp_thanks strong {
  color: #C00;
  font-size: 1.5rem;
}

table#mfp_confirm_table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

table#mfp_confirm_table tr.mfp_colored {
  background-color: #F6F7F9;
}

table#mfp_confirm_table tr.mfp_achroma {
  background-color: #FFF;
}

table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  text-align: left;
  font-size: 1rem;
  border-top: solid 1px #ccc;
  padding: 0.5em 1em;
}

table#mfp_confirm_table tr th {
  white-space: nowrap;
  width: 15em;
}

table#mfp_confirm_table tr td {
  line-height: 1.6;
  word-break: break-all;
}

div#mfp_phase_confirm {
  clear: both;
}

div#mfp_phase_confirm h4 {
  font-size: 1.75rem;
  padding: 1em 0 0.5em;
  text-align: center;
}

div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}

div#mfp_overlay_inner {
  background-color: #fff;
  padding: 1rem;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  width: 1000px;
  max-width: 90%;
}

div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

.mfp_colored {
  background-color: #F6F7F9;
}

.mfp_achroma {
  background-color: #FFF;
}

div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 0.5em 0px 0px 0px;
  padding: 0.2em 0px 0.2em 1.25em;
  color: #c00;
  font-size: 0.875rem;
  line-height: normal;
  background-image: url("../img/common/ico_error.gif");
  background-repeat: no-repeat;
  background-position: left 0.35em;
}

.mfp_parent_error {
  border: solid 2px #F00;
}

.problem {
  background-color: #e6f3ec;
}

div#mfp_error {
  background-color: #fee;
  border: solid 1px #c00;
  padding: 1em;
  display: none;
}

div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 1rem;
  text-align: center;
}

div#mfp_error p strong {
  font-size: 1.125rem;
  color: #c00;
}

div#mfp_warning {
  background-color: #e6f3ec;
  border: solid 1px #2e8B57;
  padding: 1em;
  display: none;
  margin-bottom: 1em;
  border-radius: 5px;
}

div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 1rem;
  text-align: center;
}

div#mfp_warning p strong {
  font-size: 1.125rem;
  color: #c00;
}

.hidefield {
  height: 0px;
  overflow: hidden;
}

.showfield {
  height: auto;
  overflow: visible;
}

div#mfp_overlay_inner h4 {
  padding: 0.5em 0 1em;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

div#mfp_overlay_inner table#mfp_confirm_table tr th,
div#mfp_overlay_inner table#mfp_confirm_table tr td {
  font-size: 1rem;
}

ul#mfp_phase_stat {
  display: none;
}

.mfp_buttons {
  padding-top: 1.5rem;
  text-align: center;
}

.mfp_buttons button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0.5em 2em;
  margin: 0.3em;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.25rem;
  border-radius: 20em;
  color: #fff;
  background: #2e8B57;
  outline: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .mfp_buttons button:hover {
    color: #333;
    background: #ffc602;
  }
}

@media screen and (max-width: 640px) {
  .mfp_ok {
    position: absolute;
    right: 0;
    top: -20px;
  }
  div#mfp_overlay div#mfp_overlay_inner {
    padding: 10px;
    margin: 0 auto 10px;
    box-sizing: border-box;
  }
  div#mfp_overlay_inner table#mfp_confirm_table tr th,
  div#mfp_overlay_inner table#mfp_confirm_table tr td {
    display: block;
    width: auto;
  }
  div#mfp_overlay_inner table#mfp_confirm_table tr td {
    border-top: 1px dotted #ddd;
  }
}
/* report */
.reportBlock {
  max-width: 1060px;
  margin: 0 auto;
}
.reportBlock .reportList > li + li {
  border-top: 1px solid #707070;
}
.reportBlock .reportList .title {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .reportBlock {
    padding: 0 30px 80px;
  }
  .reportBlock .reportList a {
    display: flex;
    padding: 1.2em 0.5em;
    transition: background-color 0.3s ease;
  }
  .reportBlock .reportList a:hover {
    background-color: #f2f2f2;
  }
  .reportBlock .reportList .date {
    width: 6em;
  }
  .reportBlock .reportList .title {
    width: calc(100% - 6em);
  }
}
@media screen and (max-width: 767px) {
  .reportBlock {
    padding: 0 4% 12%;
  }
  .reportBlock .reportList a {
    display: block;
    padding: 0.8em 0;
  }
  .reportBlock .reportList .date, .reportBlock .reportList .title {
    display: block;
  }
  .reportBlock .reportList .title {
    margin-top: 0.2em;
  }
}

/* delete service-academy */
#header #gNav .nav .nav-service .sub > li:nth-of-type(3),
#footerFirst #fNav .subpages > li:nth-of-type(2) .sub > li:nth-of-type(4) {
  display: none;
}

#topService .list li:nth-of-type(3) {
  display: none;
}

@media screen and (min-width: 768px) {
  #topService .list {
    justify-content: space-between;
  }
  #topService .list li {
    width: 30%;
  }
  #topService .list li:nth-of-type(even) {
    margin-left: 0;
  }
  #topService .list li:nth-of-type(n+3) {
    margin-top: 0;
  }
}
.serviceBnrs .list li:nth-of-type(3) {
  display: none;
}

@media screen and (min-width: 768px) {
  .serviceBnrs .list li {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .serviceBnrs .list li:last-of-type {
    margin-left: auto;
    margin-right: auto;
  }
}
#serviceStep .stepGroup .serviceList li:nth-of-type(3) {
  display: none;
}

.faqLNav .lNav:first-of-type ul li:nth-of-type(3) {
  display: none;
}

.supportSec > .faqArea:nth-of-type(3) {
  display: none;
}

/* DX tool */
.dxCatch {
  text-align: center;
}
.dxCatch .ttl {
  color: #2e8B57;
  font-size: 4.375rem;
  font-weight: 900;
  margin-bottom: 0.25em;
}
.dxCatch p {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
}
.dxCatch p strong {
  color: #ec1c24;
}
@media screen and (max-width: 767px) {
  .dxCatch .ttl {
    font-size: 2rem;
    font-size: min(8.5vw, 3.75rem);
  }
  .dxCatch p {
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.8;
  }
}

.dxIconTtl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #2e8B57;
  font-size: 1.375rem;
  padding: 0.5rem 0;
  background-color: #c9dfd0;
}
.dxIconTtl i {
  position: relative;
  width: 3.75rem;
  margin-bottom: -0.25rem;
}
.dxIconTtl i img {
  display: block;
  width: 100%;
  margin-top: -2.75rem;
}
@media screen and (max-width: 767px) {
  .dxIconTtl {
    font-size: 1.125rem;
  }
  .dxIconTtl i {
    width: 3.25rem;
  }
  .dxIconTtl i img {
    margin-top: -2.5rem;
  }
}

.dxProblemList {
  padding-top: 2rem;
}
.dxProblemList .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #2e8B57;
  font-size: 1.375rem;
  padding: 0.5rem 0;
  background-color: #c9dfd0;
}
.dxProblemList .ttl i {
  position: relative;
  width: 3.75rem;
  margin-bottom: -0.25rem;
}
.dxProblemList .ttl i img {
  display: block;
  width: 100%;
  margin-top: -2.75rem;
}
.dxProblemList .comments {
  font-weight: 500;
  font-size: 1.25rem;
}
.dxProblemList .comments > li {
  position: relative;
  margin-top: 1.25rem;
  padding: 0.8rem 1rem;
  background-color: #f2f2f2;
}
.dxProblemList .comments > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 2rem;
  bottom: 100%;
  border-style: solid;
  border-width: 1rem 0 0 1rem;
  border-color: transparent transparent transparent #f2f2f2;
}
@media print, screen and (min-width: 768px) {
  .dxProblemList {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.5rem;
  }
  .dxProblemList > li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .dxProblemList {
    margin-bottom: 3rem;
  }
  .dxProblemList > li + li {
    margin-top: 3.25rem;
  }
  .dxProblemList .comments {
    font-size: 1.05rem;
  }
}

#dxFeature {
  border-top: 5px solid #c2e0cf;
}
#dxFeature .ttl {
  padding-bottom: 0.8em;
  line-height: 1em;
}
#dxFeature .ttl span {
  display: inline-block;
  padding: 0.5em 0.5em 0.5em 1em;
  letter-spacing: 0.5em;
  color: #fff;
  background: #2e8B57;
}
#dxFeature .list li {
  position: relative;
  padding-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 2em;
  font-weight: 700;
}
#dxFeature .list .num {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 150%;
}
#dxFeature .info li {
  text-align: center;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #cbcbcb;
}
#dxFeature .info .infoTtl {
  font-size: 1.125rem;
  padding: 0.5em 1em;
  margin-bottom: 0.75rem;
  background-color: #d85f29;
  color: #fff;
}
#dxFeature .info .price, #dxFeature .info .schedule {
  font-size: 2.375rem;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1;
}
#dxFeature .info .price .sub, #dxFeature .info .schedule .sub {
  display: inline-block;
}
#dxFeature .info .price .sub {
  font-size: 1.25rem;
}
#dxFeature .info .schedule .sub {
  font-size: 1.75rem;
}
#dxFeature .info .note {
  font-size: 0.875rem;
  margin-top: 1rem;
}
#dxFeature .voice .message {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.36;
  background-color: #2e8B57;
}
#dxFeature .voice .messageList {
  margin-top: 1rem;
  border: 1px solid #000;
  padding: 0.25rem 1.5rem 1.5rem;
}
#dxFeature .voice .messageList .first {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.35rem;
  text-align: center;
  margin-bottom: 1rem;
  height: 3em;
  border-bottom: 5px solid #c9dfd0;
}
#dxFeature .voice .messageList ul {
  line-height: 1.5;
  font-size: 1.0625rem;
}
#dxFeature .voice .messageList ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media print, screen and (min-width: 768px) {
  #dxFeature {
    padding: 2rem 0 0;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
  }
  #dxFeature .ttl {
    font-size: 1.5rem;
    width: 100%;
  }
  #dxFeature .text {
    width: 50%;
    padding-right: 1rem;
  }
  #dxFeature .info {
    width: 50%;
    padding-left: 1rem;
  }
  #dxFeature .info ul {
    display: flex;
    justify-content: space-between;
  }
  #dxFeature .info ul > li {
    width: calc(50% - 0.5rem);
    max-width: 280px;
  }
  #dxFeature .list {
    font-size: 1.35rem;
  }
  #dxFeature .voice {
    padding-top: 6.75rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #dxFeature .voice .vocieItem {
    width: 31%;
    display: flex;
    flex-direction: column;
  }
  #dxFeature .voice .message {
    height: 4.5em;
    font-size: 1.25rem;
    font-size: min(1.67vw, 1.35rem);
  }
  #dxFeature .voice .messageList {
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  #dxFeature {
    padding: 1rem 0;
    margin-bottom: 0;
  }
  #dxFeature .info {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    padding: 1rem 0;
  }
  #dxFeature .info li + li {
    margin-top: 1rem;
  }
  #dxFeature .ttl {
    font-size: 1.25rem;
  }
  #dxFeature .voice .vocieItem {
    padding-top: 3rem;
  }
  #dxFeature .voice .message {
    padding: 1rem 0;
    font-size: 1.25rem;
  }
}

.dxContact {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .dxContact {
    margin-bottom: 12%;
  }
}