@charset "UTF-8";
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 PAGE-TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.page-title {
  margin: 0 auto 0;
  overflow: hidden;
  padding: 0px 0 0 0;
  margin: 0 auto 0;
}
.page-title .wrapper {
  background: linear-gradient(-45deg, #f39b82, #f3a08f, #fb9363, #f19c5f);
  position: relative;
  height: 80vh;
}
.page-title .wrapper .back {
  color: #fff;
  position: absolute;
  white-space: nowrap;
  left: 0;
  bottom: 0;
  writing-mode: vertical-rl;
  font-weight: 600;
  font-family: "Jost";
  letter-spacing: 4px;
  font-size: 70px;
  opacity: 0.2;
}
.page-title .wrapper .illust {
  line-height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 900px;
  opacity: 0.3;
}
.page-title .wrapper .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-title .wrapper .text .caption {
  text-align: center;
}
.page-title .wrapper .text .caption .line {
  display: inline-block;
  background: #fff;
  box-shadow: rgba(82, 105, 46, 0.2) 0px 7px 29px 0px;
  padding: 5px 30px 5px 30px;
}
.page-title .wrapper .text .caption .line .catch {
  color: #e98373;
  letter-spacing: 3px;
  font-size: 26px;
}
.page-title .wrapper .text h1 {
  text-align: center;
}
.page-title .wrapper .text h1 .line {
  margin: 10px 0 0 0;
}
.page-title .wrapper .text h1 .line .cover {
  display: inline-block;
  background: linear-gradient(45deg, #ea6365 0%, #f6874b 100%);
  box-shadow: rgba(203, 106, 89, 0.2) 0px 7px 29px 0px;
}
.page-title .wrapper .text h1 .line .cover .catch {
  color: #fff;
  letter-spacing: 2px;
  font-size: 55px;
  padding: 5px 30px 5px 30px;
  white-space: nowrap;
}
.page-title .wrapper .text h1 .line:first-child {
  margin: 0 0 0 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .page-title .wrapper {
    height: 70vw;
  }
  .page-title .wrapper .back {
    letter-spacing: 4px;
    font-size: 7vw;
    opacity: 0.2;
  }
  .page-title .wrapper .illust {
    width: 30vw;
    opacity: 0.3;
  }
  .page-title .wrapper .text {
    width: 100%;
  }
  .page-title .wrapper .text .caption {
    text-align: center;
  }
  .page-title .wrapper .text .caption .line {
    padding: 5px 30px 5px 30px;
  }
  .page-title .wrapper .text .caption .line .catch {
    letter-spacing: 3px;
    font-size: 2.5vw;
  }
  .page-title .wrapper .text h1 {
    text-align: center;
  }
  .page-title .wrapper .text h1 .line {
    margin: 10px 0 0 0;
  }
  .page-title .wrapper .text h1 .line .cover .catch {
    letter-spacing: 2px;
    font-size: 4vw;
    padding: 5px 30px 5px 30px;
  }
  .page-title .wrapper .text h1 .line:first-child {
    margin: 0 0 0 0;
  }
}
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-title .wrapper {
    height: 85vw;
  }
  .page-title .wrapper .back {
    letter-spacing: 4px;
    font-size: 7vw;
    opacity: 0.2;
  }
  .page-title .wrapper .illust {
    width: 30vw;
    opacity: 0.3;
  }
  .page-title .wrapper .text {
    width: 100%;
  }
  .page-title .wrapper .text .caption {
    text-align: center;
  }
  .page-title .wrapper .text .caption .line {
    padding: 5px 30px 5px 30px;
  }
  .page-title .wrapper .text .caption .line .catch {
    letter-spacing: 3px;
    font-size: 3.5vw;
  }
  .page-title .wrapper .text h1 {
    text-align: center;
  }
  .page-title .wrapper .text h1 .line {
    margin: 10px 0 0 0;
  }
  .page-title .wrapper .text h1 .line .cover .catch {
    letter-spacing: 2px;
    font-size: 5.5vw;
    padding: 5px 30px 5px 30px;
  }
  .page-title .wrapper .text h1 .line:first-child {
    margin: 0 0 0 0;
  }
}
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .page-title {
    margin: 0 auto 0;
  }
  .page-title .wrapper {
    height: 80vh;
  }
  .page-title .wrapper .back {
    letter-spacing: 4px;
    font-size: 10vw;
    opacity: 0.2;
  }
  .page-title .wrapper .illust {
    width: 45vw;
    opacity: 0.3;
  }
  .page-title .wrapper .text {
    width: 100%;
  }
  .page-title .wrapper .text .caption .line {
    padding: 5px 20px 5px 20px;
  }
  .page-title .wrapper .text .caption .line .catch {
    letter-spacing: 2px;
    font-size: 4.5vw;
  }
  .page-title .wrapper .text h1 .line .cover .catch {
    letter-spacing: 2px;
    font-size: 6vw;
    padding: 5px 20px 5px 20px;
  }
}
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
#header {
  position: unset;
}

.page-title .wrapper {
  height: 60vh;
}

.wrapper-news {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-news .borders {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}
.wrapper-news .borders .border {
  border-left: solid 1px #dddddd;
  width: 1px;
  height: 100%;
}
.wrapper-news article {
  width: 100%;
  padding: 7.5vw 0 5vw;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: linear-gradient(90deg, #ffeeee 0%, #ffebe0 100%);
}
.wrapper-news article:before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #eb6466 0%, #e98b58 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
}
.wrapper-news article:after {
  position: absolute;
  content: "";
  top: 9px;
  width: 100%;
  height: 3px;
  border-top: dotted 2px #eb6466;
  transform: scale(6, 1);
}
.wrapper-news article .blog {
  max-width: 1680px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 90%;
  margin: 0 auto;
}
.wrapper-news article .blog.list .archive .wrap {
  padding: 45px 0;
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: 1fr;
}
.wrapper-news article .blog.list .archive .wrap .month {
  text-align: center;
  background: linear-gradient(45deg, rgba(255, 146, 147, 0.9) 0%, rgba(236, 155, 105, 0.9) 100%);
  padding: 5%;
}
.wrapper-news article .blog.list .archive .wrap .month .inner-month {
  height: 100%;
  border: #f7bbad 2px dotted;
}
.wrapper-news article .blog.list .archive .wrap .month .inner-month h3 {
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 5%;
  font-size: 16px;
  border-bottom: 2px dotted #fff;
}
.wrapper-news article .blog.list .archive .wrap .month .inner-month ul {
  padding: 5% 0;
}
.wrapper-news article .blog.list .archive .wrap .month .inner-month ul li {
  border: none;
}
.wrapper-news article .blog.list .archive .wrap .month .inner-month ul li a {
  color: #fff;
}
.wrapper-news article .blog .inner {
  padding: 5%;
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}
.wrapper-news article .blog .inner .blog-title {
  text-align: center;
}
.wrapper-news article .blog .inner .blog-title .catch {
  background: linear-gradient(90deg, #eb6466 0%, #e98b58 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
}
.wrapper-news article .blog .inner ul {
  width: 80%;
  margin: 0 auto;
  padding: 0%;
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}
.wrapper-news article .blog .inner ul li {
  list-style: none;
  list-style-type: none;
  border-bottom: 2px dotted #eb6466;
}
.wrapper-news article .blog .inner ul li a {
  padding: 2.5%;
  color: #543e3e;
  text-decoration: none;
}
.wrapper-news article .blog .inner ul li a span {
  margin-left: 1em;
}
.wrapper-news article .blog .inner .date {
  text-align: right;
  width: 95%;
  margin-right: auto;
  font-size: 20px;
}
.wrapper-news article .blog .inner .body {
  font-size: 16px;
}
.wrapper-news article .blog .inner .body h1 {
  font-size: 2.7em;
  font-weight: bold;
}
.wrapper-news article .blog .inner .body h2 {
  font-size: 2.4em;
  font-weight: bold;
}
.wrapper-news article .blog .inner .body h3 {
  font-size: 2.1em;
  font-weight: bold;
}
.wrapper-news article .blog .inner .body h4 {
  font-size: 1.8em;
}
.wrapper-news article .blog .inner .body h5 {
  font-size: 1.5em;
  margin: 0%;
}
.wrapper-news article .blog .inner .body h6 {
  font-size: 1.2em;
  margin: 0%;
}
.wrapper-news article .blog .inner .body p,
.wrapper-news article .blog .inner .body a,
.wrapper-news article .blog .inner .body td,
.wrapper-news article .blog .inner .body th {
  font-size: 1em;
}
.wrapper-news article .blog .inner .body table {
  margin: 1vw auto;
}
.wrapper-news article .blog .inner .body img {
  margin: 1vw 0;
  height: auto;
  max-width: 100%;
}
.wrapper-news article .link {
  width: 20%;
  min-width: 180px;
  margin: 0 auto;
  text-align: center;
}
.wrapper-news article .link a {
  display: block;
  width: 100%;
  border: solid 3px #fff;
  box-shadow: rgba(117, 151, 85, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
  padding: 1vw 1.2vw;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(45deg, #f07f81 0%, #ec8c69 100%);
}
.wrapper-news article .pagenation {
  width: 87%;
  margin: 15px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  grid-template-areas: "A B";
}
.wrapper-news article .pagenation a {
  color: #ef7a7c;
}
.wrapper-news article .pagenation a.prev {
  text-align: left;
  grid-area: A;
}
.wrapper-news article .pagenation a.next {
  text-align: right;
  grid-area: B;
}

@media screen and (max-width: 1023px) {
  .wrapper-news article {
    padding: 10vw 0 7vw;
  }
  .wrapper-news article .blog.list .archive .wrap {
    grid-template-columns: 2.5fr 1fr;
  }
  .wrapper-news article .blog .inner {
    gap: 3vw;
  }
  .wrapper-news article .blog .inner .blog-title .catch {
    font-size: 28px;
  }
  .wrapper-news article .blog .inner .date {
    font-size: 18px;
  }
  .wrapper-news article .blog .inner .body {
    font-size: 14px;
  }
  .wrapper-news article .blog .inner .body table {
    margin: 2vw auto;
  }
  .wrapper-news article .blog .inner .body img {
    margin: 2vw 0;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-news article {
    padding: 15vw 0 10vw;
  }
  .wrapper-news article .blog.list .archive .wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 45px;
  }
  .wrapper-news article .blog.list .archive .wrap .month {
    padding: 2.5% 5%;
    width: 90%;
    margin: 0 auto;
  }
  .wrapper-news article .blog.list .archive .wrap .month .inner-month h3 {
    text-align: center;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 1.5% 5% 0;
    font-size: 16px;
  }
  .wrapper-news article .blog.list .archive .wrap .month .inner-month ul {
    padding: 5% 0;
  }
  .wrapper-news article .blog.list .archive .wrap .month .inner-month ul li {
    border: none;
  }
  .wrapper-news article .blog .inner {
    gap: 5vw;
    padding: 10% 5%;
  }
  .wrapper-news article .blog .inner .blog-title .catch {
    font-size: 24px;
  }
  .wrapper-news article .blog .inner ul {
    width: 90%;
  }
  .wrapper-news article .blog .inner ul li a {
    font-size: 14px;
  }
  .wrapper-news article .blog .inner .date {
    font-size: 16px;
  }
  .wrapper-news article .blog .inner .body {
    font-size: 12px;
  }
  .wrapper-news article .blog .inner .body table {
    margin: 4vw auto;
  }
  .wrapper-news article .blog .inner .body img {
    margin: 4vw 0;
  }
}/*# sourceMappingURL=entry.css.map */