/* default settings */
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.luxy .part {
  -webkit-transition: -webkit-transform 0.01s ease-out;
  transition: -webkit-transform 0.01s ease-out;
  transition: transform 0.01s ease-out;
  transition: transform 0.01s ease-out, -webkit-transform 0.01s ease-out;
  z-index: 1;
}
@media (max-width: 767px) {
  .luxy .part {
    z-index: -1;
  }
}
.luxy .part.part1 {
  position: absolute;
  width: 1015px;
  height: 487px;
  top: 0;
  right: 30px;
}
@media (max-width: 767px) {
  .luxy .part.part1 {
    width: 268px;
    height: 166px;
    right: 50%;
    margin-right: -134px;
  }
}
.luxy .part.part2 {
  position: absolute;
  width: 797px;
  height: 86px;
  top: -60px;
  left: 60px;
}
@media (max-width: 767px) {
  .luxy .part.part2 {
    width: 65px;
    height: 22px;
    top: 60px;
    left: 25%;
  }
}
.luxy .part.part3 {
  position: absolute;
}
.single-post .luxy .part1 {
  width: 1042px;
  height: 419px;
  top: 0;
  right: 50%;
  margin-right: -521px;
}
.single-post .luxy .part2 {
  width: 1229px;
  height: 706px;
  top: 834px;
  right: 50%;
  margin-right: -700px;
}
.single-post .luxy .part3 {
  width: 1123px;
  height: 414px;
  top: 1812px;
  left: 0;
}

main {
  padding-top: 130px;
  overflow: hidden;
}
@media (max-width: 767px) {
  main {
    padding: 90px 0 70px;
  }
}
main section {
  position: relative;
  z-index: 5;
}
main #p_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  main #p_list {
    display: none;
  }
}
main #p_list a {
  color: #000;
}
@media (min-width: 768px) {
  main #p_list a:hover {
    color: #029040;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
}
main #p_list li, main #p_list a, main #p_list span {
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
}
main #p_list b {
  margin: 0 5px;
}
main #p_list span {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #029040;
}
main .Title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .Title_box .Title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  font-size: 35px;
  padding: 60px 0 40px;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (max-width: 767px) {
  main .Title_box .Title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.Wrap {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 768px) {
  .Wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .Wrap {
    margin: 0 15px;
  }
}

.Btn a {
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 218, 193)), color-stop(50%, rgb(189, 243, 79)), to(rgb(38, 218, 193)));
  background: linear-gradient(90deg, rgb(38, 218, 193) 0%, rgb(189, 243, 79) 50%, rgb(38, 218, 193) 100%);
  background-size: 200% 100%;
  width: 272px;
  height: 52px;
  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;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 27px;
  margin: 30px auto 0;
  position: relative;
}
@media (min-width: 768px) {
  .Btn a:hover {
    background-position: 100% 0;
  }
}
@media (max-width: 767px) {
  .Btn a {
    width: 240px;
    height: 50px;
    border-radius: 60px;
    margin-top: 20px;
  }
}

.Btn #load-more,
.Btn_back a {
  border: solid 2px #b3b3b3;
  background: #fff;
  margin-top: 70px;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 768px) {
  .Btn #load-more:hover,
  .Btn_back a:hover {
    color: #fff;
  }
  .Btn #load-more:hover:after,
  .Btn_back a:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media (max-width: 767px) {
  .Btn #load-more,
  .Btn_back a {
    margin-top: 35px;
  }
}
.Btn #load-more:before,
.Btn_back a:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../../common/img/icon_more.svg") no-repeat 100% 50%;
  background-size: 17.8px auto;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
}
@media (max-width: 767px) {
  .Btn #load-more:before,
  .Btn_back a:before {
    background-size: 16px auto;
    right: 10px;
  }
}
.Btn #load-more:after,
.Btn_back a:after {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  border-radius: 27px;
}

@media (min-width: 768px) {
  .Btn_back a::before {
    background: url("../../common/img/icon_yajirushi03.svg") no-repeat 100% 50%;
  }
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
}
body.single-post {
  background: url("../../common/img/bg04.svg") #fff no-repeat center 0/100% auto;
}

@media (min-width: 768px) {
  #footer {
    margin-top: 30px;
  }
}

.Caution_txt {
  margin-top: 130px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .Caution_txt {
    font-size: 13px;
    padding: 20px 15px;
  }
}

@media (max-width: 767px) {
  .red {
    color: #e61c23;
  }
}

.Main_area .lead {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .Main_area .lead {
    font-size: 16px;
    line-height: 1.6;
  }
}

.News_area {
  padding: 30px 0 68px;
  margin-bottom: 68px;
}
@media (max-width: 767px) {
  .News_area {
    padding-top: 30px;
  }
}
.News_area .Btn {
  margin-top: 30px;
}
.News_area .box {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .News_area .box {
    max-width: 950px;
    margin: 0 auto;
  }
}
.News_area .box a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  background: url("../../common/img/icon_yajirushi03.svg") no-repeat 97% 50%;
  background-size: 20px auto;
  padding-right: 130px;
  display: block;
  position: relative;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .News_area .box a:hover {
    color: #029040;
  }
}
@media (max-width: 767px) {
  .News_area .box a {
    padding: 5px 70px 5px 0;
    background-size: 16px auto;
  }
}
.News_area .box a:hover {
  text-decoration: none;
}
.News_area .box a span {
  font-weight: 500;
}
.News_area .box a .detail_no {
  font-size: 14px;
  display: inline;
}
.News_area .box a.no_link {
  pointer-events: none;
  text-decoration: none;
  background: none;
}
.News_area .box a.blank::after {
  background: url("../../common/img/icon_blank.svg") no-repeat center 50%;
  background-size: 17.5px auto;
  content: "";
  width: 20px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 80px;
}
@media (max-width: 767px) {
  .News_area .box a.blank::after {
    right: 35px;
    background-size: 16px auto;
  }
}
.News_area .box a.pdf_file::after {
  background: url("../../common/img/icon_pdf.svg") no-repeat center 50%;
  background-size: 19px auto;
  content: "";
  width: 20px;
  height: 24px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 80px;
}
@media (max-width: 767px) {
  .News_area .box a.pdf_file::after {
    width: 20px;
    height: 20px;
    right: 35px;
    background-size: 16px auto;
  }
}
.News_area .box dl {
  padding: 20px 0 10px 20px;
  border-bottom: dotted 1px #000;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .News_area .box dl {
    padding: 12px 0 12px 0;
  }
}
.News_area .box dl dt, .News_area .box dl dd {
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
@media (max-width: 767px) {
  .News_area .box dl dt, .News_area .box dl dd {
    font-size: 15px;
  }
}
.News_area .box dl dt {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .News_area .box dl dt {
    font-size: 13px;
    margin-bottom: 2px;
  }
}