@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con_measures .wrp_measures, .con_notice .wrp_intro .inner, .con_notice .wrp, .con_info {
  max-width: 1280px;
  margin: auto;
  width: 95%;
}

/*Animate */
.main_title {
  text-align: center;
  color: #343434;
}
.main_title .ttl {
  font-size: 188%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main_title .ttl {
    font-size: 175%;
  }
}
@media only screen and (max-width: 767px) {
  .main_title .ttl {
    font-size: 150%;
  }
}

.text {
  letter-spacing: 4px;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro .main_title {
  padding-top: 65px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .main_title {
    padding-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .main_title {
    padding-top: 2.5em;
  }
}
.con_intro .main_title::before {
  width: 48px;
  height: 46px;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../news/images/logogold.png) no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .main_title::before {
    width: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .main_title::before {
    width: 2.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .main_title::before {
    height: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .main_title::before {
    height: 2.5em;
  }
}
.con_intro .inn_txt {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .inn_txt {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .inn_txt {
    margin-top: 2em;
  }
}
.con_intro .inn_txt .text {
  width: 55%;
  margin-top: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .inn_txt .text {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .inn_txt .text {
    width: 82%;
  }
}
.con_intro .inn_txt .img {
  width: 27%;
  margin-left: 2%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .inn_txt .img {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .inn_txt .img {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .inn_txt .img {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .inn_txt .img {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .inn_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .con_intro .inn_txt .text {
    margin: 1em auto 0;
  }
  .con_intro .inn_txt .img {
    margin: 0 auto;
  }
}

/* -----------------------------------------------------------
	con_measures
----------------------------------------------------------- */
.con_measures {
  margin-top: 90px;
  margin-bottom: 40px;
  padding: 50px 0 115px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_measures {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_measures {
    margin-top: 4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_measures {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_measures {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_measures {
    padding: 50px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_measures {
    padding: 2em 0 4em;
  }
}
.con_measures::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: #eff6f8;
}
@media only screen and (max-width: 1024px) {
  .con_measures .wrp_measures {
    width: 90%;
  }
}
.con_measures .wrp_measures .box_title {
  padding: 40px 0 80px;
  max-width: 1000px;
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_measures .wrp_measures .box_title {
    padding: 30px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_measures .wrp_measures .box_title {
    padding: 1.5em 0 2em;
  }
}
.con_measures .wrp_measures .box_title::before {
  width: 380px;
  height: 366px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  background: url(../news/images/bg_flower.png) no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_measures .wrp_measures .box_title::before {
    width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .con_measures .wrp_measures .box_title::before {
    width: 60vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_measures .wrp_measures .box_title::before {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .con_measures .wrp_measures .box_title::before {
    height: 60vw;
  }
}
.con_measures .wrp_measures .box_title .inn_txt {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_measures .wrp_measures .box_title .inn_txt {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_measures .wrp_measures .box_title .inn_txt {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 1024px) {
  .con_measures .wrp_measures .box_title .inn_txt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.con_measures .wrp_measures .box_title .inn_txt .text {
  width: 75%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_measures .wrp_measures .box_title .inn_txt .text {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .con_measures .wrp_measures .box_title .inn_txt .text {
    width: 65%;
  }
}
.con_measures .wrp_measures .box_title .inn_txt .img {
  width: 15%;
  margin-left: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_measures .wrp_measures .box_title .inn_txt .img {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_measures .wrp_measures .box_title .inn_txt .img {
    width: 27%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_measures .wrp_measures .box_title .inn_txt .img {
    margin-left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_measures .wrp_measures .box_title .inn_txt .img {
    margin-left: 3%;
  }
}
.con_measures .wrp_measures .box_detail {
  margin: 1em auto 0;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .con_measures .wrp_measures .box_detail {
    margin: 2em auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_measures .wrp_measures .box_detail {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_measures .wrp_measures .box_detail {
    width: 100%;
  }
}
.con_measures .wrp_measures .box_detail .box_txt .text {
  margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_measures .wrp_measures .box_detail .box_txt .text {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_measures .wrp_measures .box_detail .box_txt .text {
    margin-top: 2em;
  }
}

/* -----------------------------------------------------------
	con_notice
----------------------------------------------------------- */
.con_notice {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_notice {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_notice {
    margin-top: 4em;
  }
}
.con_notice .wrp_intro {
  padding: 90px 0 120px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_notice .wrp_intro {
    padding: 70px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_notice .wrp_intro {
    padding: 3em 0 3.5em;
  }
}
.con_notice .wrp_intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url(../news/images/bg_intro.png) no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .con_notice .wrp_intro .inner {
    width: 90%;
    margin: auto;
  }
}
.con_notice .wrp_intro .inner .tit {
  font-size: 150%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #010101;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_notice .wrp_intro .inner .tit {
    font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  .con_notice .wrp_intro .inner .tit {
    font-size: 125%;
  }
}
.con_notice .wrp_intro .inner .text {
  margin-top: 55px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_notice .wrp_intro .inner .text {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_notice .wrp_intro .inner .text {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_notice .wrp_intro .inner .text {
    text-align: left;
  }
}
.con_notice .wrp {
  margin: 2em auto 0;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .con_notice .wrp {
    margin: 1.5em auto 0;
  }
}
@media only screen and (max-width: 1024px) {
  .con_notice .wrp {
    width: 90%;
  }
}
.con_notice .wrp .wrp_notice .box_notice:nth-of-type(n+2) {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_notice .wrp .wrp_notice .box_notice:nth-of-type(n+2) {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_notice .wrp .wrp_notice .box_notice:nth-of-type(n+2) {
    margin-top: 5em;
  }
}
.con_notice .wrp .wrp_notice .box_notice .st_basic {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_notice .wrp .wrp_notice .box_notice .st_basic {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_notice .wrp .wrp_notice .box_notice .st_basic {
    margin-bottom: 2em;
  }
}
.con_notice .wrp .wrp_notice .box_notice .inn_icon {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_notice .wrp .wrp_notice .box_notice .inn_icon {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_notice .wrp .wrp_notice .box_notice .inn_icon {
    margin-bottom: 1.5em;
  }
}
.con_notice .wrp .wrp_notice .box_notice .inn_icon .icon {
  width: 8.3%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_notice .wrp .wrp_notice .box_notice .inn_icon .icon {
    width: 13%;
  }
}
@media only screen and (max-width: 767px) {
  .con_notice .wrp .wrp_notice .box_notice .inn_icon .icon {
    width: 20%;
  }
}
.con_notice .wrp .wrp_notice .box_notice .inn_icon .icon:nth-of-type(n+2) {
  margin-left: 2%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_notice .wrp .wrp_notice .box_notice .inn_icon .icon:nth-of-type(n+2) {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_notice .wrp .wrp_notice .box_notice .inn_icon .icon:nth-of-type(n+2) {
    margin-left: 2%;
  }
}
.con_notice .wrp .wrp_notice .box_notice .inn_icon .icon img {
  width: 100%;
}
.con_notice .wrp .wrp_notice .box_notice .inner:nth-of-type(n+2) {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_notice .wrp .wrp_notice .box_notice .inner:nth-of-type(n+2) {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_notice .wrp .wrp_notice .box_notice .inner:nth-of-type(n+2) {
    margin-top: 4em;
  }
}
.con_notice .wrp .wrp_notice .box_notice .inner .tl {
  margin-bottom: 30px;
  font-size: 125%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_notice .wrp .wrp_notice .box_notice .inner .tl {
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_notice .wrp .wrp_notice .box_notice .inner .tl {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_notice .wrp .wrp_notice .box_notice .inner .tl {
    font-size: 125%;
  }
}
.con_notice .wrp .wrp_notice .box_notice .inner .inn_list > ul > li {
  padding-left: 1.2em;
  position: relative;
  letter-spacing: 1px;
}
.con_notice .wrp .wrp_notice .box_notice .inner .inn_list > ul > li::before {
  content: "・";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.con_notice .wrp .wrp_notice .box_name {
  margin-top: 70px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_notice .wrp .wrp_notice .box_name {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_notice .wrp .wrp_notice .box_name {
    margin-top: 3em;
  }
}

/* -----------------------------------------------------------
	con_info
----------------------------------------------------------- */
.con_info {
  margin: 100px auto 180px;
  padding: 70px 20px 50px;
  max-width: 1000px;
  -webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info {
    margin: 80px auto 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_info {
    margin: 5em auto 6em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info {
    padding: 60px 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_info {
    padding: 3em 1em 3.5em;
  }
}
.con_info .text {
  text-align: center;
}
.con_info .btn_basic {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .btn_basic {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .btn_basic {
    margin-top: 1.5em;
  }
}
