@charset "UTF-8";
.mod_pagetitle:before {
  background-image: url(../images/about/mv.jpg);
}

@media screen and (max-width: 640px) {
  .mod_pagetitle:before {
    background-image: url(../images/about/mv_sp.jpg);
  }
}
@media screen and (max-width: 640px) {
  .mod_pagetitle .mod_wrap01 .cap img {
    max-height: 16px;
    margin-top: 4px;
  }
}
.art01 {
  background-color: #F6F5F5;
  text-align: center;
  padding: 60px 20px 40px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .art01 {
    padding: 30px 20px 20px;
  }
}
.art01 > .in {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .art01 > .in .prt_tit02 img {
    width: auto;
    height: 52px;
  }
}
.art01 > .in .content {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .art01 > .in .content {
    display: block;
    margin-bottom: 20px;
  }
}
.art01 > .in .content .cell {
  width: 33.3%;
  display: table-cell;
  position: relative;
}

@media screen and (max-width: 640px) {
  .art01 > .in .content .cell {
    display: block;
    width: 100%;
  }
}
.art01 > .in .content .cell + .cell {
  margin-top: 50px;
}

.art01 > .in .content .cell + .cell:after {
  content: "";
  width: 30px;
  height: 30px;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto;
  -webkit-transform: translateX(25%) scaleY(0.7) rotate(45deg);
  transform: translateX(25%) scaleY(0.7) rotate(45deg);
}

@media screen and (max-width: 640px) {
  .art01 > .in .content .cell + .cell:after {
    top: auto;
    bottom: 100%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-60%) scaleX(0.7) rotate(135deg);
    transform: translateY(-60%) scaleX(0.7) rotate(135deg);
  }
}
.art01 > .in .content .cell > a {
  width: 278px;
  height: 278px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #4D4E56;
  background-color: #FFF;
  display: inline-block;
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  .art01 > .in .content .cell > a {
    width: 230px;
    height: 230px;
  }
}
.art01 > .in .content .cell > a:after {
  content: "";
  display: inline-block;
  background-image: url(../../images/about/arrow.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 19px;
  height: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.no-touchevents .art01 > .in .content .cell > a:hover:after {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.art01 > .in .content .cell > a .num {
  margin-top: 46px;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .art01 > .in .content .cell > a .num {
    margin-top: 16px;
  }
}
.art01 > .in .content .cell > a .txt {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 25px;
  color: #787878;
}

@media screen and (max-width: 640px) {
  .art01 > .in .content .cell > a .txt {
    margin-bottom: 16px;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
.art01 > .in .content .cell > a .check {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.art01 > .in .caption {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 3.9rem;
  color: #be284b;
}

@media screen and (max-width: 640px) {
  .art01 > .in .caption {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
.art01 .kazari {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 26px;
  margin: auto;
}

.art02 {
  text-align: center;
  padding: 20px 0 50px;
}

.art02 > .in {
  display: table;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .art02 > .in {
    display: block;
    position: relative;
    padding-top: 57%;
  }
}
.art02 > .in + .in {
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .art02 > .in + .in {
    margin-top: 70px;
  }
}
.art02 > .in .imgarea {
  display: table-cell;
  width: 56%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 500px;
}

@media screen and (max-width: 640px) {
  .art02 > .in .imgarea {
    display: block;
    height: 0;
    padding-top: 57%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.art02 > .in .infoarea {
  display: table-cell;
  vertical-align: top;
  width: 44%;
  padding-top: 60px;
}

@media screen and (max-width: 640px) {
  .art02 > .in .infoarea {
    display: block;
    width: 100%;
    padding: 30px 16px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.art02 > .in .infoarea .title01 {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .art02 > .in .infoarea .title01 {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 640px) {
  .art02 > .in .infoarea .title01 img {
    width: auto;
    height: 70px;
  }
}
.art02 > .in .infoarea .sec .title02 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 3.6rem;
  font-weight: bold;
  margin-bottom: 18px;
}

@media screen and (max-width: 640px) {
  .art02 > .in .infoarea .sec .title02 {
    margin-bottom: 9px;
  }
}
.art02 > .in .infoarea .sec .caption01 {
  max-width: 380px;
  margin: auto;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.5rem;
  text-align: left;
  color: #909090;
  letter-spacing: 0.1rem;
}

.art03 {
  text-align: center;
  padding: 70px 20px 50px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .art03 {
    padding: 35px 20px 25px;
  }
}
.art03 > .bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.no-touchevents.os-windows.not-ie .art03 > .bg {
  background-attachment: fixed;
}

.art03 > .in {
  max-width: 1050px;
  width: 100%;
  margin: auto;
  position: relative;
}

.art03 > .in .title01 {
  margin-bottom: 15px;
}

.art03 > .in .caption {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.5rem;
  color: #787878;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .art03 > .in .caption {
    line-height: 2.2rem;
    margin-bottom: 20px;
  }
}
.art03 > .in .content {
  display: table;
  width: 100%;
  border-spacing: 15px;
}

@media screen and (max-width: 640px) {
  .art03 > .in .content {
    display: block;
  }
}
.art03 > .in .content .cell {
  display: table-cell;
  width: 33.3%;
  padding: 20px 0 30px;
  vertical-align: top;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .art03 > .in .content .cell {
    display: block;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 640px) {
  .art03 > .in .content .cell + .cell {
    margin-top: 10px;
  }
}
.art03 > .in .content .cell .prt_tit02 {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.art03 > .in .content .cell .prt_tit02:after {
  padding-top: 8px;
}

.art03 > .in .content .cell > dd {
  max-width: 250px;
  display: inline-block;
  margin: auto;
}

.art03 > .in .content .cell .telarea .info {
  text-align: left;
}

.art03 > .in .content .cell .telarea .info + .info {
  margin-top: 10px;
}

.art03 > .in .content .cell .telarea .info > dt {
  font-size: 13px;
  font-size: 1.3rem;
  margin-right: -1px;
}

.art03 > .in .content .cell .telarea .info > dt:before {
  content: "■";
}

.art03 > .in .content .cell .telarea .info > dt:after {
  content: ".";
  width: 0;
  font-size: 0;
  color: transparent;
  margin-right: 1px;
}

.art03 > .in .content .cell .telarea .info > dd {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1;
  word-break: keep-all;
}

.art03 > .in .content .cell .telarea .info > dd.type01 {
  font-size: 36px;
  font-size: 3.6rem;
}

.art03 > .in .content .cell .mailarea {
  padding-top: 10px;
  width: 100%;
}

.art03 > .in .content .cell .mailarea .img {
  margin-bottom: 10px;
}

.art03 > .in .content .cell .mailarea .caption {
  margin-bottom: 25px;
}

.art03 > .in .content .cell .mailarea .prt_btn01 {
  width: 100%;
}

.art03 > .in .content .cell .mailarea .prt_btn01 > a {
  width: 100%;
  background-color: #4D4E56;
  letter-spacing: 0.2rem;
}

.no-touchevents .art03 > .in .content .cell .mailarea .prt_btn01 > a:hover {
  background-color: #6C6E79;
}

.art03 > .in .content .cell .linearea .caption {
  margin-bottom: 20px;
}

.art03 > .in .content .cell .linearea .img {
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .art03 > .in .content .cell .linearea .img {
    width: auto;
    height: 36px;
  }
}
.art03 > .in .content .cell .linearea .disc {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.art04 {
  text-align: center;
  color: #4d4e56;
  padding: 40px 0 100px;
}

@media screen and (max-width: 640px) {
  .art04 {
    padding: 20px 20px 50px;
  }
}
.art04 .art04header {
  background-color: #E3F0F2;
}

@media screen and (max-width: 640px) {
  .art04 .art04header {
    padding: 16px;
  }
}
.art04 .art04header > .in {
  display: table;
  border-spacing: 15px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .art04 .art04header > .in {
    display: block;
    padding-top: 250px;
    position: relative;
  }
}
.art04 .art04header > .in .img {
  display: table-cell;
  width: 16%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .art04 .art04header > .in .img {
    display: block;
    width: 50%;
    height: 125px;
    position: absolute;
  }
}
@media screen and (max-width: 640px) {
  .art04 .art04header > .in .img:first-child {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .art04 .art04header > .in .img:nth-child(2) {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 640px) {
  .art04 .art04header > .in .img:nth-child(4) {
    top: 125px;
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .art04 .art04header > .in .img:nth-child(5) {
    top: 125px;
    left: 50%;
  }
}
.art04 .art04header > .in .titlearea {
  width: 36%;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .art04 .art04header > .in .titlearea {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
.art04 .art04header > .in .titlearea .title {
  display: inline-block;
  vertical-align: middle;
}

.art04 .art04header > .in .titlearea .title .line01 {
  background-color: #D87E93;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 20px;
  word-break: keep-all;
}

.art04 .art04header > .in .titlearea .title .line01:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.art04 .art04header > .in .titlearea .title .line01 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
}

.art04 .art04header > .in .titlearea .title .line02 {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.art04 .art04header > .in .titlearea .title .line03 {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  margin-bottom: 20px;
  font-weight: normal;
}

.art04 > .in2 {
  max-width: 1130px;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 160px 0 210px;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .art04 > .in2 {
    padding: 50vw 0 0;
    margin-bottom: 100px;
  }
}
.art04 > .in2 .content {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
  position: relative;
  border: 1px solid #4d4e56;
  text-align: center;
}

@media screen and (max-width: 1020px) {
  .art04 > .in2 .content {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .art04 > .in2 .content {
    width: 100%;
  }
}
.art04 > .in2 .content:before {
  content: "";
  display: block;
  border: 1px solid #edebeb;
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  position: absolute;
}

.art04 > .in2 .content > .in {
  max-width: 325px;
  width: 100%;
  padding: 100px 0;
  text-align: left;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 1020px) {
  .art04 > .in2 .content > .in {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .art04 > .in2 .content > .in {
    padding: 50px 0;
  }
}
.art04 > .in2 .content > .in .title01 {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 45px;
}

.art04 > .in2 .content > .in .title01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #4D4E56;
}

.art04 > .in2 .content > .in .sec .title02 {
  margin-bottom: 25px;
}

.art04 > .in2 .content > .in .sec .caption01 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.5rem;
  letter-spacing: 0.2rem;
}

.art04 > .in2 .imgobj {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 5;
}

.art04 > .in2 .imgobj.img01 {
  top: 110px;
  left: 0;
  width: 550px;
  height: 320px;
}

@media screen and (max-width: 640px) {
  .art04 > .in2 .imgobj.img01 {
    top: 34vw;
    left: 50vw;
    width: 41vw;
    height: 24vw;
  }
}
.art04 > .in2 .imgobj.img02 {
  top: 420px;
  left: 195px;
  width: 430px;
  height: 350px;
}

@media screen and (max-width: 640px) {
  .art04 > .in2 .imgobj.img02 {
    top: 7vw;
    left: 47vw;
    width: 36vw;
    height: 29vw;
  }
}
.art04 > .in2 .imgobj.img03 {
  top: 680px;
  left: 0;
  width: 370px;
  height: 270px;
}

@media screen and (max-width: 640px) {
  .art04 > .in2 .imgobj.img03 {
    top: 16vw;
    left: -2vw;
    width: 50vw;
    height: 37vw;
    z-index: 4;
  }
}
.art04 > .in3 {
  max-width: 1020px;
  width: 100%;
  position: relative;
  margin: auto;
  padding: 55px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../../images/about/bg01.jpg);
}

@media screen and (max-width: 640px) {
  .art04 > .in3 {
    background-size: 256px 256px;
    padding: 11vw 16px;
  }
}
.art04 > .in3:before {
  content: "";
  width: 320px;
  height: 128px;
  background-image: url(../../images/about/txt11.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 75px;
  top: -80px;
}

@media screen and (max-width: 640px) {
  .art04 > .in3:before {
    width: 50vw;
    height: 21vw;
    right: -3vw;
    top: -13vw;
  }
}
.art04 > .in3 .fairlist {
  margin-bottom: 40px;
}

.art04 > .in3 .fairlist .fair {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px;
  width: 245px;
}

@media screen and (max-width: 640px) {
  .art04 > .in3 .fairlist .fair {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .art04 > .in3 .fairlist .fair + .fair {
    margin-top: 40px;
  }
}
.art04 > .in3 .fairlist .fair a .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 25px;
  padding-top: 70%;
}

@media screen and (max-width: 640px) {
  .art04 > .in3 .fairlist .fair a .img {
    margin-bottom: 15px;
  }
}
.art04 > .in3 .fairlist .fair a .img .date {
  display: table;
  background-color: #BE284B;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  position: absolute;
  top: -45px;
  left: -40px;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .art04 > .in3 .fairlist .fair a .img .date {
    top: -35px;
    left: -30px;
  }
}
.art04 > .in3 .fairlist .fair a .img .date .datein {
  display: table-cell;
  vertical-align: middle;
}

.art04 > .in3 .fairlist .fair a .img .date .datein .monthday {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.art04 > .in3 .fairlist .fair a .img .date .datein .week {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

.art04 > .in3 .fairlist .fair a .typename {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.art04 > .in3 .fairlist .fair a .typename:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 33px;
  height: 1px;
  background-color: #4D4E56;
}

.art04 > .in3 .fairlist .fair a .caption {
  font-size: 15px;
  font-size: 1.5rem;
}

.art04 > .in3 .prt_btn01 a {
  width: 400px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}

/*# sourceMappingURL=about.css.map */