/* CSS Document */
body {
  height: auto !important;
}

.mvArea {
  height: 316px;
  position: relative;
  background: url(../imgs/mv_bg.jpg) no-repeat center center;
  background-size: cover;
}
.mvArea .acap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px, rgba(0, 0, 0, 0.4) -1px 1px 2px,
    rgba(0, 0, 0, 0.4) 1px -1px 2px, rgba(0, 0, 0, 0.4) -1px -1px 2px;
}
.mvArea .inner {
  position: absolute;
  max-width: 960px;
  width: calc(100% - 5.882352942%);
  padding: 0 2.941176471%;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 959px) {
  .mvArea {
    height: 230px;
    background-position: 58% center;
  }
  .mvArea .pttl {
    width: 270px;
  }
}

.pankuzu .inner {
  max-width: calc(960px + 5.882352942%);
  padding: 0 2.941176471%;
  width: 100%;
}

.clm > div,
.clm > li {
  letter-spacing: 0.045em;
}

.block01 .wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.block01 .pankuzu {
  padding: 0 2.941176471%;
  padding-top: 10px;
  font-size: 12px;
  margin-bottom: 50px;
}
.block01 .pankuzu li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.block01 .pankuzu li + li {
  margin-left: 5px;
}
.block01 .pankuzu li a {
  display: block;
  position: relative;
}
.block01 .pankuzu li a ::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #999999;
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
  transition: 0.3s ease;
}
.block01 .pankuzu li a.hover::after {
  opacity: 1;
}

.contentsArea .content {
  padding: 0 2.941176471%;
}
.contentsArea .content + .content {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .contentsArea .content + .content {
    margin-top: 40px;
  }
}
.contentsArea .content .contInner {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contentsArea .content .contInner .sttl {
  margin-bottom: 70px;
  text-align: center;
  position: relative;
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 1.733333333;
}
.contentsArea .content .contInner .sttl::before {
  content: "";
  max-width: 468px;
  width: 100%;
  height: 1px;
  background: #c9dfcf;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
.contentsArea .content .contInner .sttl::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #0f653e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
@media screen and (max-width: 767px) {
  .contentsArea .content .contInner .sttl {
    margin-bottom: 50px;
    line-height: 1;
  }
  .contentsArea .content .contInner .sttl::before {
    bottom: -20px;
  }
  .contentsArea .content .contInner .sttl::after {
    bottom: -20px;
  }
  .contentsArea .content .contInner .sttl span {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    display: inline-block;
  }
}
.contentsArea .content .contInner .clm2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contentsArea .content .contInner .clm2.clm_num02 {
  flex-direction: row-reverse;
}
.contentsArea .content .contInner .clm2 > div {
  width: 48.4375%;
}
.contentsArea .content .contInner .clm2 > div + div:nth-child(n + 3) {
  margin-top: 30px;
}
.contentsArea .content .contInner .clm2 > div + div:nth-child(2n + 1) {
  margin-left: auto;
}
.contentsArea .content .contInner .clm2 > div .image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contentsArea .content .contInner .clm2 > div {
    display: block;
  }
  .contentsArea .content .contInner .clm2 > div > div {
    width: 100%;
  }
  .contentsArea .content .contInner .clm2 > div > div + div {
    margin-left: auto;
  }
  .contentsArea .content .contInner .clm2 > div > div + div:nth-child(n + 2) {
    margin-top: 15px;
  }
}
.contentsArea .content .contInner .clm2_1 > div {
  display: inline-block;
  vertical-align: top;
}
.contentsArea .content .contInner .clm2_1 > div img {
  width: 100%;
}
.contentsArea .content .contInner .clm2_1 > div + div {
  margin-left: 3.125%;
}
.contentsArea .content .contInner .clm2_1 > div.short {
  width: 39.94140625%;
}
.contentsArea .content .contInner .clm2_1 > div.long {
  width: 56.93359375%;
}
@media screen and (max-width: 767px) {
  .contentsArea .content .contInner .clm2_1 > div + div {
    margin-left: auto;
    margin-top: 20px;
  }
  .contentsArea .content .contInner .clm2_1 > div.short {
    width: 100%;
  }
  .contentsArea .content .contInner .clm2_1 > div.long {
    width: 100%;
  }
}
.contentsArea .content .contInner .clm2_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.contentsArea .content .contInner .clm2_2 > div.short {
  width: 33.541666667%;
}
.contentsArea .content .contInner .clm2_2 > div.long {
  width: 62.083333333%;
}
@media screen and (max-width: 767px) {
  .contentsArea .content .contInner .clm2_2 {
    display: block;
  }
  .contentsArea .content .contInner .clm2_2 > div {
    display: block;
  }
  .contentsArea .content .contInner .clm2_2 > div.short,
  .contentsArea .content .contInner .clm2_2 > div.long {
    width: 100%;
  }
}
.contentsArea .content .contInner .clm3 {
  width: 100%;
}
.contentsArea .content .contInner .clm3 > div {
  display: inline-block;
  vertical-align: top;
  width: 31.666666667%;
}
.contentsArea .content .contInner .clm3 > div img {
  width: 100%;
}
.contentsArea .content .contInner .clm3 > div + div {
  margin-left: 2.5%;
}
.contentsArea .content .contInner .clm3 > div + div:nth-child(3n + 1) {
  margin-left: auto;
}
.contentsArea .content .contInner .clm3 > div + div:nth-child(n + 4) {
  margin-top: 25px;
}
.contentsArea .content .contInner .clm3 > div:nth-child(n + 4) {
  margin-top: 40px;
}
.contentsArea .content .contInner .clm3 .text {
  margin-top: 10px;
}
.contentsArea .content .contInner .clm3 .text .clm_pcap {
  font-size: 10px;
  line-height: 1.6;
  color: #333333;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .contentsArea .content .contInner .clm3 > div {
    width: 100%;
  }
  .contentsArea .content .contInner .clm3 > div + div {
    margin-left: auto;
    margin-top: 30px;
  }
}
.contentsArea .content .contInner .anchorArea ul {
  display: flex;
  justify-content: center;
  max-width: 796px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contentsArea .content .contInner .anchorArea ul li {
  width: 50%;
  text-align: center;
  position: relative;
}
.contentsArea .content .contInner .anchorArea ul li + li::before {
  content: "";
  width: 1px;
  height: 36px;
  background: #d6d6d6;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.contentsArea .content .contInner .anchorArea ul li a {
  display: block;
  position: relative;
  padding: 5px 0;
}
.contentsArea .content .contInner .anchorArea ul li a.active {
  pointer-events: none;
}
.contentsArea .content .contInner .anchorArea ul li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #0f653e;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}
.contentsArea .content .contInner .anchorArea ul li a .anchor_btn {
  display: block;
}
.contentsArea .content .contInner .anchorArea ul li a .anchor_btn > span {
  display: block;
}
.contentsArea .content .contInner .anchorArea ul li a .anchor_btn > span.en {
  font-size: 12px;
  line-height: 1;
}
.contentsArea .content .contInner .anchorArea ul li a.active::after,
.contentsArea .content .contInner .anchorArea ul li a.hover::after {
  left: 0;
  width: 100%;
}
.contentsArea
  .content
  .contInner
  .anchorArea
  ul
  li
  a.active
  .anchor_btn
  span.ja,
.contentsArea
  .content
  .contInner
  .anchorArea
  ul
  li
  a.hover
  .anchor_btn
  span.ja {
  color: #0f653e;
}
@media screen and (max-width: 767px) {
  .contentsArea .content .contInner .anchorArea ul {
    align-items: flex-end;
  }
  .contentsArea .content .contInner .anchorArea ul li {
    padding: 0;
    width: 49.5%;
  }
  .contentsArea .content .contInner .anchorArea ul li + li {
    border-left: none;
  }
  .contentsArea .content .contInner .anchorArea ul li a {
    display: block;
  }
  .contentsArea .content .contInner .anchorArea ul li a .anchor_btn {
    display: block;
  }
  .contentsArea .content .contInner .anchorArea ul li a .anchor_btn > span {
    display: block;
  }
  .contentsArea .content .contInner .anchorArea ul li a .anchor_btn > span.en {
    font-size: 10px;
    line-height: 1;
  }
  .contentsArea .content .contInner .anchorArea ul li a .anchor_btn > span.ja {
    font-size: 12px;
    letter-spacing: normal;
    margin-top: 5px;
  }
}
.contentsArea .content .contTxt {
  font-size: 14px;
  line-height: 2;
}
.contentsArea .captionArea {
  margin: 100px auto 60px;
  max-width: 1088px;
  padding: 0 2.941176471%;
  width: 100%;
  font-size: 12px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .contentsArea .captionArea {
    margin: 50px auto 40px;
  }
}

.block01 {
  position: relative;
}
.block01 .kazari_l {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 447px;
  width: 31.041666667%;
  z-index: 1;
}
.block01 .kazari_r {
  max-width: 357px;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.contentsArea .content .cttl {
/*
  margin-bottom: calc(30px - (((30px * 1.578947368) - 30px) / 2));
*/
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 1.578947368;
  color: #0f653e;
}
@media screen and (max-width: 767px) {
  .contentsArea .content .cttl {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 20px;
  }
}
.contentsArea .content .cttl {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}
.contentsArea .content .cttl .en {
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: normal;
  overflow: hidden;
  line-height: 0;
}
.contentsArea .content .cttl .en span {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contentsArea .content .cttl .en span {
    width: auto;
    padding: 0 10px;
    color: #45ad81;
  }
}
.contentsArea .content .cttl .en span::before {
  content: "";
  width: 480px;
  height: 1px;
  background: #aad789;
  background: -moz-linear-gradient(left, #aad789 0%, #45ad81 100%);
  background: -webkit-linear-gradient(left, #aad789 0%, #45ad81 100%);
  background: linear-gradient(to right, #aad789 0%, #45ad81 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad789', endColorstr='#45ad81',GradientType=1 );
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateX(-100%);
}
.contentsArea .content .cttl .en span::after {
  content: "";
  width: 480px;
  height: 1px;
  background: #45ad81;
  background: -moz-linear-gradient(left, #45ad81 0%, #aad789 100%);
  background: -webkit-linear-gradient(left, #45ad81 0%, #aad789 100%);
  background: linear-gradient(to right, #45ad81 0%, #aad789 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45ad81', endColorstr='#aad789',GradientType=1 );
  position: absolute;
  top: 51%;
  right: 0;
  transform: translateX(100%);
}
.contentsArea .content .cttl .ja {
  font-size: 30px;
  letter-spacing: 0.18em;
  line-height: 1.75;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contentsArea .content .cttl .ja {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea .content .cttl {
    margin-bottom: 20px;
  }
}

.contentsArea .content .ctxt {
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
.contentsArea .content .ctxt sup {
  font-size: 10px;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  .contentsArea .content .ctxt {
    font-size: 12px;
    text-align: left;
  }
}


.long.sp a {
  pointer-events: none;
  display: block;
}

@media screen and (max-width: 767px) {
  .long.sp a {
    pointer-events: auto;
  }
}
.pinch {
  text-align: center;
  background: #faf7f1;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-bottom: auto;
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pinch {
    display: block !important;
  }
}
.image + .pinch {
  margin-bottom: 15px;
}

.image a {
  pointer-events: none;
  display: block;
}

@media screen and (max-width: 767px) {
  .image a {
    pointer-events: auto;
  }
}
.btnArea {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .btnArea {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.btnArea li {
  display: inline-block;
  vertical-align: top;
  max-width: 320px;
  width: 100%;
}

.btnArea li + li {
  margin-left: 32px;
}

.btnArea li a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 18px 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: #5b5b5b;
}

.btnArea li a:hover {
  opacity: 0.7;
}

.btnArea li a i {
  margin-right: 15px;
  font-size: 20px;
}

br.spc {
  display: none;
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  br.spc {
    display: block;
  }
}
.sttl .sp,
.cttl .sp,
.mttl .sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sttl .pc,
  .cttl .pc,
  .mttl .pc {
    display: none !important;
  }

  .sttl .sp,
  .cttl .sp,
  .mttl .sp {
    display: inline-block !important;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea .content {
    margin-top: 50px;
  }
}

  .trainBox__heading {
    font-size: 22px;
    letter-spacing: .12em;
    line-height: 1.72;
    color: #45ad81;
    white-space: nowrap;
    text-align: center;
  }
  .trainBox__heading + .ctxt {
    margin-top: 25px;
    text-align: center;
  }
@media only screen and (max-width: 767px) {
  .trainBox__heading {
    font-size: 16px;
    letter-spacing: .05em;
    white-space: inherit;
  }
  .trainBox__heading + .ctxt {
    margin-top: 15px;
  }
}
  .trainBox__heading::before,
  .trainBox__heading::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .trainBox__heading::before {
    margin-top: calc((1 - 1.72) * 0.5em);
  }
  .trainBox__heading::after {
    margin-bottom: calc((1 - 1.72) * 0.5em);
  }

  .lineHeading {
    position: relative;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 1;
    color: #45ad81;
  }
@media screen and (max-width: 767px) {
  .lineHeading {
    font-size: 14px;
  }
}
  .lineHeading::before {
    content: '';
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #aad789;
    background: -moz-linear-gradient(left, #aad789 0%, #45ad81 100%);
    background: -webkit-linear-gradient(left, #aad789 0%, #45ad81 100%);
    background: linear-gradient(to right, #aad789 0%, #45ad81 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad789', endColorstr='#45ad81',GradientType=1 );
  }

  .trainBox {
    margin-top: 60px;
    padding: 49px;
    border: solid 1px #c6e3cf;
  }
  .trainBox .clmTwo__item {
    width: calc(418/860*100%);
  }

  .contentsArea .content .trainBox .ctxt {
    text-align: center;
  }
@media screen and (max-width: 767px) {
  .trainBox {
    margin-top: 40px;
    padding: 29px 19px 39px;
  }
  .trainBox .clmTwo__item {
    width: 100%;
  }
  .trainBox .clmTwo__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

  .carBox {
    position: relative;
    padding: 29px;
    background: #fff;
    border: solid 1px #c6e3cf;
    border-top: none;
    z-index: 10;
  }
  .carBox__heading {
    margin-top: 60px;
  }
@media screen and (max-width: 767px) {
  .carBox {
    padding: 19px;
  }
  .carBox__heading {
    margin-top: 40px;
  }
}


  .cont02 {
    position: relative;0
  }
  .cont02 .contInner {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .cont02 .kazari_l {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 447px;
    width: 31.041666667%;
    z-index: 1;
  }
  .cont02 .kazari_r {
    max-width: 357px;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
  }
@media screen and (max-width: 767px) {
  .cont02 .contInner {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

/* photo */
  .photo {
    position: relative;
  }
  .photo .cap {
    position: absolute;
  }
  .cap--inLeft {
    bottom: 0;
    left: 0;
    padding: 8px;
    text-align: left;
  }
  .cap--outLeft {
    top: 100%;
    left: 0;
    padding: 8px 0;
    text-align: left;
  }
  .cap--inRight {
    bottom: 0;
    right: 0;
    padding: 8px;
    text-align: right;
  }
  .cap--outRight {
    top: 100%;
    right: 0;
    padding: 8px 0;
    text-align: right;
  }

  [data-color="white"] {
    color: #fff;
  }
  [data-color="black"] {
    color: #000;
  }
  [data-color="shadowWhite"] {
    color: #fff !important;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .8), 0px 0px 5px rgba(0, 0, 0, .8), 0px 0px 5px rgba(0, 0, 0, .8) !important;
  }
  [data-color="shadowBlack"] {
    color: #000 !important;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, .8), 0px 0px 5px rgba(255, 255, 255, .8), 0px 0px 5px rgba(255, 255, 255, .8) !important;
  }

  .bg__lightGreen {
    background: #efefef;
  }

/* flex */
  .layoutCol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .is-reverse {
    flex-direction: row-reverse;
  }
  .is-center {
    align-items: center;
  }

  .clmTwo__item {
    width: calc(468/960*100%);
  }
@media screen and (max-width: 767px) {
  .clmTwo__item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 20px !important;
  }
  .mt60 {
    margin-top: 40px !important;
  }
}
