@charset "UTF-8";
/* =========================================================
MEDIA
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
@media (max-width: 768px) {
  .pc-visible {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-visible {
    display: none;
  }
}

/* =========================================================
RESET
========================================================= */
/* layout */
/*=================================
  initialization of style
===================================*/
.min {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

/* =========================================================
layout
========================================================= */
.inner1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

/* =========================================================
  header
========================================================= */
.mv {
  position: relative;
}

.mv .hd-img02 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* =========================================================
  footer
========================================================= */
.ft-conts {
  padding: 150px 20px;
  background: url(../images/bg04.png) center top -90px, #000;
  background-size: 133% auto;
  background-repeat: repeat-y;
}

@media (max-width: 768px) {
  .ft-conts {
    padding: 80px 20px;
    background: url(../images/bg04.png) center top -20px, #000;
    background-size: 133% auto;
  }
}

.ft-conts .ft-list {
  text-align: center;
}

.ft-conts .ft-list li {
  display: inline-block;
  max-width: 430px;
  width: 50%;
  margin: 0 0.5% 2%;
}

@media (max-width: 768px) {
  .ft-conts .ft-list li {
    margin: 0 0 30px;
    max-width: 100%;
    width: 100%;
  }
}

.ft-conts .ft-list li:last-child {
  margin-bottom: 0 !important;
}

.ft-conts .ft-list li a {
  display: block;
  position: relative;
  height: 160px;
  background: #333;
  color: #808080;
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .ft-conts .ft-list li a {
    font-size: 20px;
    line-height: 30px;
    height: 100px;
  }
}

.ft-conts .ft-list li a .in {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  padding: 0 10px;
}

.ft-conts .ft-list li a .in span {
  display: block;
}

.ft-conts .ft-list li a .in .cl01, .ft-conts .ft-list li a .in .cl02 {
  font-size: 43px;
  line-height: 48px;
}

@media (max-width: 768px) {
  .ft-conts .ft-list li a .in .cl01, .ft-conts .ft-list li a .in .cl02 {
    font-size: 27px;
    line-height: 30px;
  }
}

.ft-conts .ft-list li a .in .cl01 {
  color: #c38194;
}

.ft-conts .ft-list li a .in .cl02 {
  color: #fff;
}

.ft-conts .ft-list li a .in .cl02 b {
  color: #9f7c9c;
}

.ft-conts .ft-list li a .in .cl02 b:last-child {
  color: #8aaac2;
}

.ft-conts .ft-list li a .in .line-icon {
  display: inline-block;
  text-align: left;
  padding-left: 105px;
  background: url(../images/ico-line.png) no-repeat center left;
  background-size: 90px auto;
}

@media (max-width: 768px) {
  .ft-conts .ft-list li a .in .line-icon {
    padding-left: 75px;
    background: url(../images/ico-line.png) no-repeat center left;
    background-size: 60px auto;
  }
}

#pagetop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
}

@media (max-width: 768px) {
  #pagetop {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }
}

#pagetop a {
  background: #fff;
  border-radius: 100%;
  display: block;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 100%;
  border: 2px solid #ff8c36;
  transition: 0.4s;
}

#pagetop a::after {
  content: " ";
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-top: 3px solid #ff8c36;
  border-right: 3px solid #ff8c36;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  #pagetop a::after {
    width: 13px;
    height: 13px;
    top: 5px;
  }
}

/* =========================================================
  artat-page
========================================================= */
.conts {
  padding: 130px 60px 160px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .conts {
    padding: 70px 0 90px;
  }
}

.conts.conts01 {
  background: url(../images/bg01.png) center top;
  background-size: 133% auto;
  background-repeat: repeat-y;
}

@media (max-width: 768px) {
  .conts.conts01 {
    background: url(../images/bg01.png) center top 80px;
    background-size: 133% auto;
  }
}

.conts.conts02 {
  background: url(../images/bg02.png) center top, #efefef;
  background-size: 133% auto;
  background-repeat: repeat-y;
}

@media (max-width: 768px) {
  .conts.conts02 {
    background: url(../images/bg02.png) center top 80px, #efefef;
    background-size: 133% auto;
  }
}

.conts.conts03 {
  padding-bottom: 310px;
  background: url(../images/bg01.png) center top;
  background-size: 133% auto;
  background-repeat: repeat-y;
}

@media (max-width: 768px) {
  .conts.conts03 {
    background: url(../images/bg02.png) center top 80px;
    background-size: 133% auto;
    padding-bottom: 160px;
  }
}

.conts .sttl {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 160px;
}

@media (max-width: 768px) {
  .conts .sttl {
    margin-bottom: 80px;
  }
}

.conts .sttl.sttl01 {
  max-width: 459px;
}

@media (max-width: 768px) {
  .conts .sttl.sttl01 {
    max-width: 238px;
  }
}

.conts .sttl.sttl02 {
  max-width: 607px;
}

@media (max-width: 768px) {
  .conts .sttl.sttl02 {
    max-width: 310px;
  }
}

.conts .sttl.sttl03 {
  max-width: 388px;
}

@media (max-width: 768px) {
  .conts .sttl.sttl03 {
    max-width: 210px;
  }
}

.conts .clmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 980px;
  width: 100%;
  margin: 0 auto 160px;
  text-align: left;
  align-items: center;
  background: #fff;
  border-radius: 40px;
  padding: 50px;
  box-shadow: 0 0 20px 2px #ccc;
  position: relative;
}

.conts .clmn:last-of-type {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .conts .clmn {
    display: block;
    border-radius: 25px;
    padding: 40px 20px;
    box-shadow: 0 0 10px 2px #ccc;
    margin-bottom: 70px;
  }
  .conts .clmn.clmn08 {
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}

.conts .clmn.row-reverse {
  flex-flow: row-reverse;
}

.conts .clmn .ico {
  width: 110px;
  height: 110px;
  background: #000;
  border-radius: 100%;
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
}

@media (max-width: 768px) {
  .conts .clmn .ico {
    width: 80px;
    height: 80px;
    right: 20px;
    top: -30px;
  }
}

.conts .clmn .ico span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  font-size: 23px;
  line-height: 23px;
  font-weight: bold;
  color: #c38194;
}

@media (max-width: 768px) {
  .conts .clmn .ico span {
    font-size: 16px;
    line-height: 20px;
  }
}

.conts .clmn .img {
  width: calc(58% - 25px);
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

@media (max-width: 768px) {
  .conts .clmn .img {
    display: none;
    font-size: 14px;
    line-height: 24px;
  }
}

.conts .clmn .about {
  width: calc(42% - 25px);
}

@media (max-width: 768px) {
  .conts .clmn .about {
    width: 100%;
  }
}

.conts .clmn .about .sp-img {
  display: none;
}

@media (max-width: 768px) {
  .conts .clmn .about .sp-img {
    display: block;
    margin-top: 20px;
  }
  .conts .clmn .about .sp-img.sp-img {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .conts .clmn .about .sp-img.sp-img07, .conts .clmn .about .sp-img.sp-img06, .conts .clmn .about .sp-img.sp-img05, .conts .clmn .about .sp-img.sp-img04, .conts .clmn .about .sp-img.sp-img03, .conts .clmn .about .sp-img.sp-img02, .conts .clmn .about .sp-img.sp-img01 {
    margin-bottom: 15px;
  }
}

.conts .clmn .about .mttl {
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.conts .clmn .about .mttl.mttl01 {
  max-width: 284px;
}

@media (max-width: 768px) {
  .conts .clmn .about .mttl.mttl01 {
    max-width: 187px;
    margin-bottom: 10px;
  }
}

.conts .clmn .about .mttl.mttl02 {
  max-width: 344px;
}

.conts .clmn .about .mttl.mttl03 {
  max-width: 154px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .conts .clmn .about .mttl.mttl03 {
    max-width: 110px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.conts .clmn .about .mttl.mttl04 {
  max-width: 266px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .conts .clmn .about .mttl.mttl04 {
    max-width: 180px;
    margin-bottom: 30px;
  }
}

.conts .clmn .about .mttl.mttl05 {
  max-width: 271px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .conts .clmn .about .mttl.mttl05 {
    max-width: 180px;
    margin-bottom: 20px;
  }
}

.conts .clmn .about .mttl.mttl06 {
  max-width: 250px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .conts .clmn .about .mttl.mttl06 {
    max-width: 180px;
    margin-bottom: 20px;
  }
}

.conts .clmn .about .mttl.mttl07 {
  max-width: 203px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .conts .clmn .about .mttl.mttl07 {
    max-width: 150px;
  }
}

.conts .clmn .about .mttl.mttl08 {
  max-width: 416px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .conts .clmn .about .mttl.mttl08 {
    margin-bottom: 5px;
  }
}

.conts .clmn .about .read-txt {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .conts .clmn .about .read-txt {
    font-size: 19px;
    line-height: 29px;
  }
}

.conts .clmn .about .about-txt {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

@media (max-width: 768px) {
  .conts .clmn .about .about-txt {
    font-size: 14px;
    line-height: 24px;
  }
}

.conts .clmn .about .about-txt .mb10 {
  display: block;
  margin-bottom: 10px;
}

.conts .clmn .about .about-txt .mt10 {
  display: block;
  margin-top: 10px;
}

.conts .clmn .about .bt-txt {
  margin-top: 30px;
  background: #e4e4e4;
  padding: 20px 30px;
  border-radius: 20px;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .conts .clmn .about .bt-txt {
    margin-top: 20px;
    padding: 20px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 24px;
  }
}

.conts .clmn .about .clmn01-bt {
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
  background: url(../images/img01-sub.jpg) no-repeat right bottom;
  background-size: 120px auto;
  padding-right: 130px;
}

@media (max-width: 768px) {
  .conts .clmn .about .clmn01-bt {
    font-size: 12px;
    line-height: 21px;
    background: url(../images/img01-sub.jpg) no-repeat center top;
    background-size: 90px auto;
    padding-right: 0;
    padding-top: 90px;
  }
}

.conts .clmn.clmn01 {
  margin-left: -50px;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .conts .clmn.clmn01 {
    margin-left: auto;
    margin-right: 0;
    width: calc(100% - 20px);
    border-radius: 30px 0 0 30px;
    padding-right: 40px;
  }
}

.conts .clmn.clmn02 {
  margin-right: -50px;
}

@media (max-width: 768px) {
  .conts .clmn.clmn02 {
    margin-right: auto;
    margin-left: 0;
    width: calc(100% - 20px);
    border-radius: 0 30px 30px 0;
    padding-left: 40px;
  }
}

.conts .clmn.clmn03 {
  margin-left: -50px;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .conts .clmn.clmn03 {
    margin-left: auto;
    margin-right: 0;
    width: calc(100% - 20px);
    border-radius: 30px 0 0 30px;
    padding-right: 40px;
  }
}

.conts .clmn.clmn04 {
  margin-left: -50px;
}

@media (max-width: 768px) {
  .conts .clmn.clmn04 {
    margin-right: auto;
    margin-left: 0;
    width: calc(100% - 20px);
    border-radius: 0 30px 30px 0;
    padding-left: 40px;
  }
}

.conts .clmn.clmn05 {
  margin-right: -50px;
}

@media (max-width: 768px) {
  .conts .clmn.clmn05 {
    margin-left: auto;
    margin-right: 0;
    width: calc(100% - 20px);
    border-radius: 30px 0 0 30px;
    padding-right: 40px;
  }
}

.conts .clmn.clmn06 {
  margin-left: -50px;
}

@media (max-width: 768px) {
  .conts .clmn.clmn06 {
    margin-right: auto;
    margin-left: 0;
    width: calc(100% - 20px);
    border-radius: 0 30px 30px 0;
    padding-left: 40px;
  }
}

.conts .clmn.clmn07 {
  margin-right: -50px;
}

@media (max-width: 768px) {
  .conts .clmn.clmn07 {
    margin-left: auto;
    margin-right: 0;
    width: calc(100% - 20px);
    border-radius: 30px 0 0 30px;
    padding-right: 40px;
    padding-top: 20px;
  }
}

.conts .clmn.clmn08 .img {
  width: calc(50% - 25px);
}

@media (max-width: 768px) {
  .conts .clmn.clmn08 .img {
    display: none;
  }
}

.conts .clmn.clmn08 .about {
  width: calc(50% - 25px);
}

@media (max-width: 768px) {
  .conts .clmn.clmn08 .about {
    width: 100%;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slide {
  0% {
    left: -120%;
  }
  47% {
    left: 0;
  }
  53% {
    left: 0;
  }
  100% {
    left: 120%;
  }
}

@keyframes slide {
  0% {
    left: -120%;
  }
  47% {
    left: 0;
  }
  53% {
    left: 0;
  }
  100% {
    left: 120%;
  }
}

/*# sourceMappingURL=maps/style.css.map */
