@charset "UTF-8";
.initial-spacing {
  letter-spacing: 0.07em;
}

.news-date {
  display: block;
  max-width: 1150px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .news-date {
    max-width: initial;
    margin: 0 15px 0;
  }
}

.news-mb {
  margin-bottom: 150px;
}

@media (max-width: 767px) {
  .news-mb {
    margin-bottom: 30px;
  }
}

p.arrow {
  position: relative;
  display: inline-block;
  margin-top: 30px;
}

@media (max-width: 767px) {
  p.arrow {
    margin-top: 15px;
  }
}

p.arrow::after {
  content: '';
  position: absolute;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
  right: -20px;
}

.mt07 {
  margin-top: 8px;
}

.column01 .writer {
  font-size: 16px;
  margin-top: 35px;
  display: inline-block;
}

@media (max-width: 767px) {
  .column01 .writer {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  #column008 .writer {
    display: block;
  }
}

#column008 p {
  line-height: 2.2;
}

#column008 .mt05 {
  margin-top: 5px;
}

#column008 .in-block {
  display: inline-block;
}

#column008 .sec02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 85px;
}

@media (max-width: 767px) {
  #column008 .sec02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px 15px 0;
  }
}

#column008 .sec02 .left {
  width: 480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  #column008 .sec02 .left {
    width: 100%;
  }
}

#column008 .sec02 .right {
  margin-left: 50px;
  width: 52.5%;
}

@media (max-width: 767px) {
  #column008 .sec02 .right {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

#column008 .sec02 .right img {
  width: 100%;
}

#column008 .sec03 {
  max-width: 1150px;
  margin: 65px auto 0;
}

@media (max-width: 767px) {
  #column008 .sec03 {
    margin: 30px 15px 0;
  }
}

#column008 .sec03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  #column008 .sec03 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#column008 .sec03 ul li {
  width: 30%;
}

@media (max-width: 767px) {
  #column008 .sec03 ul li {
    width: 48%;
  }
}

#column008 .sec03 ul li p {
  margin-top: 10px;
}

@media (max-width: 767px) {
  #column008 .sec03 ul li:nth-child(3) {
    margin-top: 30px;
  }
}

#column008 .sec04 {
  max-width: 1150px;
  margin: 65px auto 0;
}

@media (max-width: 767px) {
  #column008 .sec04 {
    width: 100%;
    margin: 50px 15px 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

#column008 .sec04 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 767px) {
  #column008 .sec04 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#column008 .sec04 ul li {
  width: 30%;
}

@media (max-width: 767px) {
  #column008 .sec04 ul li {
    width: 48%;
  }
}

#column008 .sec04 ul li p {
  margin-top: 10px;
}

@media (max-width: 767px) {
  #column008 .sec04 ul li:nth-child(3) {
    margin-top: 30px;
  }
}

#column008 .sec05 {
  max-width: 1150px;
  margin: 90px auto 0;
}

@media (max-width: 767px) {
  #column008 .sec05 {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 15px 15px 0;
  }
}

#column008 .sec05 .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  #column008 .sec05 .lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#column008 .sec05 .lead .left {
  width: calc(1150px - 710px - 50px);
}

@media (max-width: 767px) {
  #column008 .sec05 .lead .left {
    width: 100%;
  }
}

#column008 .sec05 .lead .right {
  width: calc(1150px - 490px);
}

@media (max-width: 767px) {
  #column008 .sec05 .lead .right {
    width: 100%;
  }
}

#column008 .sec05 .ph-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto 0;
}

@media (max-width: 767px) {
  #column008 .sec05 .ph-box {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  #column008 .sec05 .ph-box p {
    width: 48%;
  }
}

#column008 .sec05 .ph-box span {
  display: block;
}

#column008 .sec06 {
  max-width: 1150px;
  margin: 90px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  #column008 .sec06 {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    margin: 30px 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#column008 .sec06 .left {
  width: calc(1150px - 710px - 50px);
}

@media (max-width: 767px) {
  #column008 .sec06 .left {
    width: 100%;
  }
}

#column008 .sec06 .left h3 {
  margin-top: 3px;
}

#column008 .sec06 .right {
  width: calc(1150px - 490px);
}

@media (max-width: 767px) {
  #column008 .sec06 .right {
    width: 100%;
  }
}

#column008 .sec07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1150px;
  margin: 60px auto 0;
}

@media (max-width: 767px) {
  #column008 .sec07 {
    margin: 15px 15px 0;
  }
}

#column008 .sec07 img {
  display: block;
}

#column008 .sec07 span {
  display: inline-block;
  margin-top: 10px;
}

#column008 .sec07 .left {
  width: 48%;
}

#column008 .sec07 .left span {
  width: 460px;
}

@media (max-width: 767px) {
  #column008 .sec07 .left span {
    width: 100%;
  }
}

#column008 .sec07 .right {
  width: 48%;
}

#column008 .sec07 .right span {
  width: 460px;
}

@media (max-width: 767px) {
  #column008 .sec07 .right span {
    width: 100%;
  }
}

#column008 .sec08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1150px;
  margin: 140px auto 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  #column008 .sec08 {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px 15px 0;
  }
}

#column008 .sec08 .left {
  width: 470px;
}

@media (max-width: 767px) {
  #column008 .sec08 .left {
    width: 100%;
  }
}

#column008 .sec08 .center {
  width: 282px;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  #column008 .sec08 .center {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  #column008 .sec08 .center img {
    width: 100%;
  }
}

#column008 .sec08 .right {
  width: 344px;
}

@media (max-width: 767px) {
  #column008 .sec08 .right {
    width: 100%;
  }
}

#column008 .sec08 span {
  margin-top: 10px;
}

#column008 .sec09 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1150px;
  margin: 90px auto 0;
}

@media (max-width: 767px) {
  #column008 .sec09 {
    margin: 50px 15px 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#column008 .sec09 .left {
  width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#column008 .sec09 .left span {
  display: block;
  margin-top: 5px;
}

@media (max-width: 767px) {
  #column008 .sec09 .left {
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  #column008 .sec09 .left p {
    width: 48%;
  }
}

#column008 .sec09 .right {
  width: 540px;
}

@media (max-width: 767px) {
  #column008 .sec09 .right {
    width: 100%;
  }
}

#column008 .sec09 h3 {
  margin-top: 0;
}

#column008 .sec10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1150px;
  margin: 60px auto 0;
}

@media (max-width: 767px) {
  #column008 .sec10 {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 15px 0;
  }
}

#column008 .sec10 .right {
  width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  #column008 .sec10 .right {
    width: 100%;
    margin-top: 15px;
  }
  #column008 .sec10 .right p {
    width: 48%;
  }
}

#column008 .sec10 .left {
  width: 560px;
}

@media (max-width: 767px) {
  #column008 .sec10 .left {
    width: 100%;
  }
}

#column008 .sec10 h3 {
  margin-top: 0;
}

#column008 .sec11 {
  margin: 100px auto 180px;
  max-width: 1150px;
}

@media (max-width: 767px) {
  #column008 .sec11 {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    margin: 50px 15px 50px;
  }
}

#column008 .sec11 p:nth-child(3) {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  #column008 .sec11 p:nth-child(3) {
    margin-top: 15px;
  }
}

#column008 .ph-txt-small {
  font-size: 12px;
  display: block;
  text-align: right;
}

#column008 .title06 {
  font-size: 23px;
}

#column008 .ph-txt-midium {
  font-size: 14px;
}

@media (max-width: 767px) {
  .ishikawa {
    margin: -10px auto 0 !important;
    width: 95%;
  }
}

#column009 .sec10 img {
  max-width: 262px;
  height: auto;
}

@media (max-width: 767px) {
  #column009 .sec10 img {
    max-width: 100%;
  }
}

.column903 {
  width: 770px;
}

@media only screen and (max-width: 767px) {
  .column903 {
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  #column009 .column17 {
    min-height: 190px;
  }
  #column009 article {
    margin-top: 80px;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  bottom: -5%;
  right: 55%;
}

.sec10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1150px;
  margin: 60px auto 0;
}

.sec10 .right {
  width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec10 .left {
  width: 560px;
}

.sec10 h3 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .sec10 {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 15px 0;
  }
}

@media (max-width: 767px) {
  .sec10 .right {
    width: 100%;
    margin-top: 15px;
  }
  .sec10 .right p {
    width: 48%;
  }
}

.title06 {
  font-size: 23px;
}

@media (max-width: 767px) {
  .sec10 .left {
    width: 100%;
  }
  .title06 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .ph-txt-midium {
    font-size: 14px;
  }
}

#column009 p {
  line-height: 2.2;
}

#column009 .column45 {
  margin-top: 70px;
  margin-bottom: 30px;
}

#column009 .column44 {
  margin-top: 50px;
}

#column009 .column12 {
  margin-top: 120px;
}

#column009 .column02 {
  margin-top: 80px;
  margin-bottom: 80px;
}

#column009 .mt140 {
  margin-top: 140px;
}

@media (max-width: 767px) {
  #column009 .column45 {
    margin-top: 35px;
    margin-bottom: 15px;
  }
  #column009 .column44 {
    margin-top: 25px;
  }
  #column009 .column12 {
    margin-top: 85px;
    padding: 0 15px 0 15px;
  }
  #column009 .column02 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #column009 .mt140 {
    margin-top: 70px;
  }
  #column009 .column10 {
    margin-top: 50px;
  }
  #column009 .writer {
    display: block;
  }
}

/*column10*/
#column010 p {
  letter-spacing: 0.07em;
}

html .mt100 {
  margin-top: 100px;
}

.module-type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 85px;
}

@media (max-width: 767px) {
  .module-type01 {
    margin-top: 30px;
    display: block;
    margin: 0 15px 0;
  }
}

.module-type01 h2 {
  margin-top: 45px;
}

@media (max-width: 767px) {
  .module-type01 h2 {
    margin-top: 30px;
  }
}

.module-type01 .left {
  width: 440px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .module-type01 .left {
    width: 100%;
  }
}

.module-type01 .left p {
  line-height: 2.2;
}

.module-type01 .right {
  margin-left: 50px;
  width: 52.5%;
}

@media (max-width: 767px) {
  .module-type01 .right {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

.module-type01 .right img {
  width: 100%;
}

.module-type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  margin-top: 85px;
}

@media (max-width: 767px) {
  .module-type02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .module-type02.mt100 {
    margin: 0 15px 0;
  }
}

.module-type02 h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .module-type02 h2 {
    margin-bottom: 15px;
    margin-top: 40px;
  }
}

.module-type02 .right {
  width: 440px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 50px;
}

@media (max-width: 767px) {
  .module-type02 .right {
    margin-left: 0;
    width: 100%;
  }
}

.module-type02 .right p {
  line-height: 2.2;
}

.module-type02 .left {
  width: 52.5%;
}

@media (max-width: 767px) {
  .module-type02 .left {
    width: 100%;
    margin-top: 15px;
  }
}

.module-type02 .left img {
  width: 100%;
}

.module-type02 .img-box {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .module-type02 .img-box {
    margin-top: 15px;
  }
  .module-type02 .img-box img {
    width: 100%;
  }
}

.block3 .module-type01 h2 {
  line-height: 1.8;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .block3 .module-type01 h2 {
    margin-bottom: 15px;
    margin-top: 40px;
    line-height: 1.7;
  }
}

.block3 .module-type01 .img-box {
  text-align: center;
  margin-top: 70px;
}

@media (max-width: 767px) {
  .block3 .module-type01 .img-box {
    margin-top: 15px;
  }
  .block3 .module-type01 .img-box img {
    width: 100%;
  }
}

.module-type03 p.caption {
  font-size: 14px;
  margin-top: 5px;
}

.module-type03 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .module-type03 .wrap {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .module-type03 .wrap .right {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .module-type03 .wrap .caption {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .block3 .column47 {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .block3 .column47 .column47_title {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .block3 .column47 {
    margin-bottom: 0;
  }
}

.block4 .module-type02 h2 {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .block4 .module-type02 h2 {
    margin-top: 40px;
  }
}

.trekking06_img .bx-wrapper .bx-controls {
  position: absolute;
  left: -400px;
  bottom: 0;
  width: 270px;
  bottom: 50px;
}

@media (max-width: 767px) {
  .trekking06_img .bx-wrapper .bx-controls {
    position: absolute;
    left: 50%;
    bottom: -40px;
    width: 200px;
    margin-left: -100px;
  }
}

.trekking06.reverse .trekking06_img .bx-wrapper .bx-controls {
  position: absolute;
  left: inherit;
  right: -400px;
  bottom: 0;
  width: 270px;
}

.trekking06_img .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  z-index: 54;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.trekking06_img .bx-wrapper .bx-controls-direction a:hover {
  opacity: 0.4;
}

.trekking06_img .bx-wrapper .bx-prev {
  left: 0;
  background: url("../../common/images/left.png") no-repeat 0 0;
}

.trekking06_img .bx-wrapper .bx-next {
  right: 0;
  background: url("../../common/images/right.png") no-repeat 0 0;
}

.trekking06_img .bx-wrapper .bx-pager {
  text-align: center;
  line-height: 7px;
  margin: 50px 0 0 0;
}

.trekking06_img .bx-wrapper .bx-pager .bx-pager-item,
.trekking06_img .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.trekking06_img .bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #000000;
}

.trekking06_img .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000000;
}

.bx-wrapper {
  border: none !important;
  position: relative;
}

.bx-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}

.block5 .trekking06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .block5 .trekking06 {
    display: block;
    margin-bottom: 120px;
  }
}

.block5 .trekking06 h2 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .block5 .trekking06 h2 {
    margin: 30px 0 15px;
  }
}

.block5 .module-type01 .right {
  width: 60%;
}

@media (max-width: 767px) {
  .block5 .module-type01 .right {
    width: 100%;
  }
}

.module-type04 {
  width: 1150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .module-type04 {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .module-type04.mt100 {
    margin-top: 0;
  }
}

.module-type04 h2 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .module-type04 h2 {
    margin-bottom: 15px;
  }
}

.module-type04 .inner {
  width: 80%;
}

@media (max-width: 767px) {
  .module-type04 .inner {
    width: 100%;
  }
}

.module-type04 .inner p {
  line-height: 2.2;
}

.module-type04 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .module-type04 .wrap {
    display: block;
    margin-top: 0;
  }
  .module-type04 .wrap p {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .block6 {
    margin: 0 15px 0;
  }
}

.block7 {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .block7 {
    margin-top: 0;
  }
  .block7 .column47 {
    margin-bottom: 40px;
  }
}

.block8 .module-type01 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block8 h2 {
  margin-top: 0;
}

.module-type05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1150px;
  margin: 100px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .module-type05 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 40px auto 0;
  }
}

.module-type05 .left {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  .module-type05 .left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .module-type05 .left p {
    margin: 15px auto 0;
  }
  .module-type05 .left p img {
    width: 100%;
  }
}

.module-type05 .right {
  width: 40%;
}

@media (max-width: 767px) {
  .module-type05 .right {
    width: 100%;
  }
}

.module-type05 .right p {
  line-height: 2.2;
}

.module-type05 .right h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.module-type05 .left-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .module-type05 .left-inner {
    display: block;
  }
}

.module-type05 .left-inner img {
  display: block;
}

.module-type05 .left-inner p.caption {
  font-size: 14px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .module-type05 .left-inner p.caption {
    font-size: 13px;
  }
}

.module-type05 .left-inner2 {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .block9 {
    margin: 0 15px 0;
  }
}

@media (max-width: 767px) {
  .block10 {
    margin-top: 40px;
  }
  .block10 .title06 {
    margin-bottom: 15px;
  }
}

.block10 .module-type01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block10 h2 {
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .block10 h2 {
    line-height: 1.7;
  }
}

.block10 .caption {
  text-align: right;
  font-size: 14px;
  margin-top: 5px;
  padding-right: 0.5em;
}

@media (max-width: 767px) {
  .block10 .caption {
    font-size: 13px;
    text-align: left;
  }
}

.block11 .module-type02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .block11 .module-type02 {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .block11 .right p {
    margin-top: 5px;
  }
}

.block11 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block11 .left .caption {
  text-align: right;
  font-size: 14px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .block11 .left .caption {
    font-size: 13px;
    text-align: left;
  }
}

.block12 {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .block12 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .block12 .column47 {
    margin: 60px 15px 0;
  }
}

.module-type06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1150px;
  margin: 100px auto 0;
}

@media (max-width: 767px) {
  .module-type06 {
    width: 100%;
    margin: 0 auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.module-type06 div {
  width: 32%;
}

@media (max-width: 767px) {
  .module-type06 div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .module-type06 div .photo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 10px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .module-type06 div .photo img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .module-type06 div h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .module-type06 div .caption {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.module-type06 div p {
  line-height: 2.2;
}

@media (max-width: 767px) {
  .block14 {
    margin: 0 15px 0;
  }
}

.last-lead {
  width: 1150px;
  margin: 80px auto 250px;
}

@media (max-width: 767px) {
  .last-lead {
    width: 90%;
    margin: 30px auto 45px;
    line-height: 2.2;
  }
}

#column011 p {
  letter-spacing: 0.07em;
}

#column011 .column5 {
  width: 55%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  #column011 .column5 {
    width: 100%;
  }
}

#column011 .ex-lead-01 p {
  max-width: initial;
  width: 590px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  #column011 .ex-lead-01 p {
    width: 100%;
  }
}

#column011 div.lead-center {
  max-width: 788px;
  margin: 60px auto 0;
}

@media (max-width: 767px) {
  #column011 div.lead-center {
    max-width: initial;
    width: 100%;
    margin-top: 40px;
  }
}

#column011 div.lead-center p {
  text-align: center;
}

@media (max-width: 767px) {
  #column011 div.lead-center p {
    margin: 0 15px 0;
  }
}

#column011 div.lead-center p.caption {
  text-align: right;
  font-size: 14px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  #column011 div.lead-center p.caption {
    font-size: 13px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  #column011 div.lead-center p.caption {
    text-align: left;
  }
}

#column011 .block02 .caption {
  text-align: left;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 0.5em;
}

@media (max-width: 767px) {
  #column011 .block02 .caption {
    font-size: 13px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  #column011 .block02 .sp .caption {
    margin-left: 0;
  }
}

#column011 .block03 .caption {
  text-align: right;
  font-size: 14px;
  margin-top: 5px;
  margin-right: 0.5em;
}

@media (max-width: 767px) {
  #column011 .block03 .caption {
    font-size: 13px;
    text-align: left;
  }
}

#column011 .block03 .module-type01 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  #column011 .block03 .module-type01 {
    margin-top: 20px;
  }
}

#column011 .block04 .lead-center {
  max-width: 1148px;
  margin: 100px auto 0;
}

@media (max-width: 767px) {
  #column011 .block04 .lead-center {
    margin: 80px auto 0;
  }
}

#column011 .block05 {
  width: 1148px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #column011 .block05 {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
}

#column011 .block05 .module-type01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#column011 .block05 .right {
  width: auto;
}

#column011 .block05 .right .caption {
  text-align: right;
  font-size: 14px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  #column011 .block05 .right .caption {
    text-align: left;
    font-size: 13px;
  }
}

#column011 .block05 .left {
  width: 560px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  #column011 .block05 .left {
    width: 100%;
  }
}

#column011 .block05 .left h2 {
  margin-top: 0;
}

@media (max-width: 767px) {
  #column011 p.mt1em {
    margin-top: 1em;
  }
}

#column011 .block06 .caption {
  text-align: right;
  font-size: 14px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  #column011 .block06 .caption {
    font-size: 13px;
    text-align: left;
  }
}

#column011 .block06 .inner-02 {
  text-align: right;
  margin-top: 1em;
}

#column011 .block06 .inner-02 img {
  max-width: 100%;
  width: auto;
}

#column011 .block06 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  #column011 .block06 .right {
    margin-top: 30px;
  }
}

#column011 .block06 .right h3 {
  margin-top: 0;
}

#column011 .block07 .caption {
  text-align: right;
  font-size: 14px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  #column011 .block07 .caption {
    text-align: left;
    font-size: 13px;
  }
}

#column011 .block07 .inner-02 {
  text-align: right;
  margin-top: 1em;
}

#column011 .block07 .inner-02 img {
  max-width: 100%;
  width: auto;
}

#column011 .block07 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#column011 .block07 .left h3 {
  margin-top: 0;
}

#column011 .block07 .module-type02 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  #column011 .block07 .module-type02 {
    margin-top: 30px;
  }
}

#column011 .block07 .right {
  margin-left: 0;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#column011 .block07 .right h3 {
  margin-top: 0;
}

#column011 .block07 .inner-01 .caption {
  text-align: left;
}

#column011 .block07 .inner-02 p {
  text-align: left;
}

#column011 .block08 {
  margin-bottom: 220px;
}

@media (max-width: 767px) {
  #column011 .block08 {
    margin-top: 40px;
    margin-bottom: 45px;
  }
}

#column011 .block08 .caption {
  text-align: left;
  font-size: 14px;
  margin-top: 5px;
}

#column011 .block08 .module-type02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#column011 .block08 .module-type02 .left {
  width: auto;
}

#column011 .block08 .module-type02 .right h2 {
  margin-top: 0;
}

.column01-long {
  width: 52%;
}

@media (max-width: 767px) {
  .column01-long {
    width: auto;
  }
}

.column01-long p {
  width: 100%;
  max-width: 570px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.img-caption {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .img-caption {
    font-size: 13px;
  }
}

.img-caption.right {
  text-align: right;
}

.img-caption.left {
  text-align: left;
}

.three-column .wrap {
  max-width: 1150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .three-column .wrap {
    max-width: initial;
    display: block;
    margin-top: 30px;
  }
  .three-column .wrap .parallax {
    text-align: center;
    margin: 0 15px 15px 15px;
  }
  .three-column .wrap span {
    text-align: left;
  }
}

.module-type07 {
  max-width: 1150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
  background-color: #f3eeed;
  padding: 40px 50px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.module-type07 h2 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .module-type07 {
    max-width: initial;
    margin: 15px 15px 0;
    display: block;
    padding: 15px 30px 15px;
  }
}

.module-type07 .left {
  width: 320px;
}

.module-type07 .right {
  width: calc(1150px - 320px - 130px);
}

@media (max-width: 767px) {
  .module-type07 .right {
    width: auto;
  }
}

.module-type07 p {
  line-height: 2.2;
  letter-spacing: 0.07em;
}

.module-type08 {
  max-width: 1150px;
  margin: 0 auto;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .module-type08 {
    max-width: initial;
    margin: 50px 15px 0;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.module-type08 .title06 {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .module-type08 .title06 {
    margin-bottom: 15px;
  }
}

.module-type08 .img-box {
  margin: 30px auto 0;
  text-align: center;
}

.module-type08 .img-box img {
  width: 100%;
}

@media (max-width: 767px) {
  .module-type08 .img-box {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .module-type08 .img-box span {
    line-height: 1.7;
  }
}

.module-type08 p {
  line-height: 2.2;
  letter-spacing: 0.07em;
}

.module-type08 .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .module-type08 .img-wrap {
    display: block;
    margin: 0 auto 0;
  }
  .module-type08 .img-wrap p {
    margin-top: 15px;
  }
}

.title06.fs-type-01 {
  font-size: 23px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .title06.fs-type-01 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .sp-mt-none {
    margin-top: 0 !important;
  }
}

.module-type09 {
  max-width: 1150px;
  margin: 45px auto 0;
}

@media (max-width: 767px) {
  .module-type09 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .module-type09 p {
    text-align: center;
    margin: 0 15px 15px 15px;
  }
}

.columun012-01.column02 {
  margin-top: 45px;
}

.txt-right {
  text-align: right;
}

.txt-right.top {
  margin-top: 15px;
}

p.m-top {
  margin-top: 1em;
}

@media (max-width: 767px) {
  p.m-top-sp {
    margin-top: 1em !important;
  }
}

@media (max-width: 767px) {
  p.m-top-sp-none {
    margin-top: 0 !important;
  }
}

.column20.w-950 {
  width: 950px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .column20.w-950 {
    width: 100%;
  }
}

.mt100 {
  margin-top: 100px !important;
}

@media (max-width: 767px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

.three-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .three-column {
    display: block;
    margin-top: 0;
  }
  .three-column p {
    margin-top: 15px;
  }
  .three-column p:nth-child(1) {
    margin-top: 0;
  }
}

.three-column-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .three-column-wrap h3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .three-column-wrap div {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .three-column-wrap p.column20 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 767px) {
  .writer.writer-sp {
    display: block;
  }
}

.writer.large {
  font-size: 24px;
}

@media (max-width: 767px) {
  .writer.large {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .mt-sp-none {
    margin-top: 0 !important;
  }
}

.column12_txt.w-480 {
  max-width: 480px;
}

@media (max-width: 767px) {
  .column12_txt.w-480 {
    max-width: initial;
  }
}

.column11.w-1360 {
  max-width: 1360px;
}

@media (max-width: 767px) {
  .column11.w-1360 {
    max-width: initial;
  }
}

@media (max-width: 767px) {
  .column11.w-1360 .column11 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .column11.w-1360 .column12 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .column45.mb100 {
    margin-bottom: 50px !important;
  }
}

div.w-950 {
  width: 950px;
}

@media (max-width: 767px) {
  div.w-950 {
    width: auto;
    margin: 0 15px 0 15px;
  }
}

div.w-950 .w-450 {
  width: 450px;
}

@media (max-width: 767px) {
  div.w-950 .w-450 {
    width: auto;
  }
}

div.w-910 {
  width: 910px;
}

@media (max-width: 767px) {
  div.w-910 {
    width: auto;
    margin: 0 15px 0 15px;
  }
}

div.w-910 .w-450 {
  width: 450px;
}

@media (max-width: 767px) {
  div.w-910 .w-450 {
    width: auto;
  }
}

div.w-930 {
  width: 930px;
}

@media (max-width: 767px) {
  div.w-930 {
    width: auto;
    margin: 0 15px 0 15px;
  }
}

div.w-930 .w-450 {
  width: 450px;
}

@media (max-width: 767px) {
  div.w-930 .w-450 {
    width: auto;
  }
}

@media (max-width: 767px) {
  div.wrap2 {
    display: block;
  }
  div.wrap2 h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

div.wrap2 .left, div.wrap2 .right {
  width: 48%;
  line-height: 2.2;
  letter-spacing: 0.07em;
}

@media (max-width: 767px) {
  div.wrap2 .left, div.wrap2 .right {
    width: 100%;
    margin-top: 30px !important;
  }
}

@media (max-width: 767px) {
  p.sp-mt-50 {
    margin-top: 50px;
  }
}

.module-type10 .column18 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .module-type10 .column02 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .module-type10 .column03 p {
    margin-top: 0;
  }
}

.w-1150 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto;
}

.caution {
  font-size: 14px;
}

@media (max-width: 767px) {
  .caution {
    font-size: 10px;
  }
}

.fs14 {
  font-size: 14px;
}

@media (max-width: 767px) {
  .fs14 {
    font-size: 13px;
    margin-top: 0;
  }
}

.title-date {
  font-size: 16px;
  display: block;
}

.mt-none {
  margin-top: 0;
}

.is-center {
  max-width: 790px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .is-center {
    max-width: initial;
    margin: 15px;
  }
}

.column45.mb100 {
  margin-bottom: 100px;
}

.flex-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .flex-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex-01 .left {
  width: 65%;
}

@media (max-width: 767px) {
  .flex-01 .left {
    width: 100%;
  }
}

.flex-01.flex-02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .flex-01.flex-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.column47.column14-ex {
  padding: 50px 30px 30px;
}

@media (max-width: 767px) {
  .column47.column14-ex {
    padding: 40px 10px 15px;
  }
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .align-right {
    text-align: left;
  }
}

.l-height-normal {
  line-height: 1.5;
}

.column47_title.column47_title-right {
  left: initial;
  right: 40px;
}

.is-center.w-1150 {
  max-width: 1150px;
  margin-top: 80px;
  margin-bottom: 150px;
}

@media (max-width: 767px) {
  .is-center.w-1150 {
    max-width: initial;
    margin: 30px auto 50px;
  }
}

@media (max-width: 767px) {
  .about-cource-column10 {
    margin: 0;
  }
}

.about-cource {
  width: 85%;
  max-width: initial;
  margin-left: 0;
}

@media (max-width: 767px) {
  .about-cource {
    width: 100%;
  }
}

.about-cource-box {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .about-cource-box {
    margin-top: 45px;
  }
}

.about-cource-box .pic {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .about-cource-box .pic {
    margin-top: 15px;
  }
}

.about-cource-box .pic2 {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .about-cource-box .pic2 {
    margin-top: 15px;
  }
}

.miryoku-box {
  margin-top: 0;
}

@media (max-width: 767px) {
  .miryoku-box h3 {
    margin-top: 0;
  }
}

.miryoku-title {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .miryoku-title {
    margin: 40px 15px 0;
  }
}

.column20.w-960.w-950 {
  width: 960px;
}

@media (max-width: 767px) {
  .column20.w-960.w-950 {
    width: 100%;
  }
}

p.mw-730 {
  max-width: 735px;
}

.ruleandmanner-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1150px;
  padding: 40px;
  margin: 50px auto 0;
  background-color: #f3eeed;
}

@media (max-width: 767px) {
  .ruleandmanner-box {
    width: 95%;
    padding: 15px;
    margin-top: 40px;
  }
}

.ruleandmanner-box h3 {
  margin-top: 0;
}

.ruleandmanner-box li {
  margin-bottom: 20px;
  letter-spacing: 0.07em;
}

@media (max-width: 767px) {
  .ruleandmanner-box li {
    margin-bottom: 10px;
  }
}

.ruleandmanner-box li:last-child {
  margin-bottom: 0;
}

.module-type03 .wrap.wrap-mt-none {
  margin-top: 0;
}

@media (max-width: 767px) {
  .img-w-100 img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .img-sp-mb {
    margin-bottom: 15px;
  }
}

.mt70 {
  margin-top: 70px !important;
}

@media (max-width: 767px) {
  .mt70 {
    margin-top: 35px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}

@media (max-width: 767px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.two-column {
  width: 900px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .two-column {
    width: inherit;
    margin: 50px 15px 50px 15px;
  }
}

.two-column .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.two-column .wrap img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .two-column .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .two-column .wrap .inner {
    margin-top: 30px;
  }
  .two-column .wrap .inner.first {
    margin-top: 0;
  }
}

.type-img-allow {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.img-center {
  text-align: center;
  margin-top: 50px;
}

.type-img-allow-left {
  margin-top: 50px;
}

.half {
  width: 50%;
  text-align: center;
  margin: 0 auto 15px;
}

.dinner-box {
  background-color: #f3eeed;
  width: 1150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 50px;
}

@media (max-width: 767px) {
  .dinner-box {
    margin: 15px 15px 0;
    display: block;
    padding: 15px 15px 15px;
    width: inherit;
  }
}

.dinner-box h3 {
  margin-top: 0;
}

.dinner-box .inner-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dinner-box .inner-01 .left, .dinner-box .inner-01 .right {
  width: 48%;
}

.decimal li {
  position: relative;
  padding-left: 1.5em;
  margin-top: 30px;
}

.decimal li:first-child {
  margin-top: 0;
}

.decimal li::before {
  position: absolute;
  content: '●';
  left: 0;
}

.decimal li.two-line {
  height: 56px;
}

.kufuu {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .kufuu {
    margin-bottom: 20px;
  }
}

.yuugure-detail {
  margin-bottom: 50px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .yuugure-detail {
    width: inherit;
    margin: 15px 15px;
  }
}

.yuugure-detail h3 {
  border-bottom: 2px solid black !important;
  font-size: 10px !important;
  font-style: italic;
  display: inline-block;
}

@media (max-width: 767px) {
  .yuugure-detail h3 {
    margin-bottom: 0;
  }
}

.module-type07.bg-one-line {
  display: block;
}

.module-type07.bg-one-line div.right {
  width: 80%;
}

@media (max-width: 767px) {
  .module-type07.bg-one-line div.right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .module-type07.bg-one-line {
    margin-top: 30px;
  }
}

.mt170 {
  margin-top: 170px;
}

@media (max-width: 767px) {
  .mt170 {
    margin-top: 80px;
  }
}

.hosizora-box {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.w-850 {
  width: 890px;
}

@media (max-width: 767px) {
  .w-850 {
    width: 100%;
  }
}

.three-column-wrap.mt-none {
  margin-top: 0 !important;
}

.img-caption.right {
  width: 100%;
}

.three-column-tentohaku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .three-column-tentohaku {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.three-column-tentohaku div {
  width: 30%;
}

@media (max-width: 767px) {
  .three-column-tentohaku div {
    width: 100%;
  }
}

.three-column-tentohaku div p {
  line-height: 2.2;
}

.three-column-tentohaku div h3 {
  height: 82px;
}

@media (max-width: 767px) {
  .three-column-tentohaku div h3 {
    height: auto;
  }
}

@media (max-width: 767px) {
  .sp-auto {
    margin: 0 15px;
    max-width: inherit;
    width: auto;
  }
}

.hirano {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 620px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.j-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .hirano-img {
    width: 100%;
  }
}

.ex-column02.column02 {
  margin-bottom: 20px;
}

.img-caption.img-caption.left {
  text-align: left;
}

@media (max-width: 767px) {
  .mb150-sp {
    margin-bottom: 50px !important;
  }
}
/*# sourceMappingURL=style2.css.map */