@charset "UTF-8";
/* =======================
VARIABLES
* ======================= */
/* colors */
/* breakpoints */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
/* =======================
 * Functions CLASS
 * ======================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* ホバー可能なデバイスでのみ適用される */
@media (any-hover: hover) {
  .hoverLinkGood:hover {
    color: orangered;
  }
}
/*====================================================================
siteHeader
====================================================================*/
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: all 0.6s ease-in-out 0s;
}
.header.is-scrolled {
  background-color: #001F41;
  border-bottom: 1px solid #C3B37D;
}
.header.is-scrolled .header__navMenuItems {
  border-bottom: 0;
}
.header.is-scrolled .header__logo .header__logo__icon {
  width: 50%;
}
.header__container {
  margin: 0 auto;
  padding: 19px 0 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
}
.header__logo {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 10px;
  transition: all 0.6s ease-in-out 0s;
}
.header__logo a {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #000000;
}
.header__logo:hover {
  opacity: 0.7;
}
.header__block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 20px;
}
.header__info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  order: 2;
}
.header__info__tel {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  font-family: "Cormorant", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  background-image: linear-gradient(to top, #C3B37D, #FFE499);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  white-space: nowrap;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .header__info__tel:hover {
    opacity: 0.7;
  }
}
.header__info__tel img {
  margin-right: 9px;
  width: 22px;
}
.header__info__contact {
  padding: 0 10px;
  width: 100%;
  max-width: 112px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  font-family: "Cormorant", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #C3B37D;
  border: 2px solid;
  border-image: linear-gradient(360deg, #C3B37D 0%, #FFE499 40.38%, #C3B37D 86.54%) 1;
  box-sizing: border-box;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .header__info__contact:hover {
    opacity: 0.7;
  }
}
.header__info__contact img {
  margin-right: 5px;
  width: 12.5px;
}
.header__menuWrapper {
  display: none;
}
.header__navMenuContainer {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  order: 1;
}
.header__navMenuItems {
  padding: 8px 0;
  background-color: #001F41;
  border-bottom: 1px solid #C3B37D;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: row;
  list-style: none;
  gap: 0;
  transition: all 0.6s ease-in-out 0s;
}
.header__navMenuItems.m-pcDb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: row;
}
.header__navMenuItem {
  width: 170px;
  position: relative;
  border-right: 1px dashed #C3B37D;
}
.header__navMenuItem:last-child {
  border-right: 0;
}
.header__navMenuItemLink {
  width: 100%;
  min-height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 10px 10px 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #C3B37D;
  text-transform: capitalize;
  box-sizing: border-box;
  position: relative;
  transition: all 0.6s ease-in-out 0s;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header__navMenuItemLink:hover {
    opacity: 0.7;
  }
}
.header__navMenuItemLink span {
  margin-top: 5px;
  font-size: 14px;
  display: block;
}
.header__navMenuItemLink img {
  margin: 0 auto 10px;
  max-width: 22px;
  min-height: 22px;
  object-fit: contain;
}

.mobile-menu {
  display: none;
}

/*====================================================================
Header SP
====================================================================*/
@media screen and (max-width: 767px) {
  .header {
    width: 100%;
  }
  .header.is-scrolled {
    border-bottom: 0.15625vw solid #C3B37D;
  }
  .header.is-scrolled .header__logo .header__logo__icon {
    width: auto;
  }
  .header__container {
    margin: 0 auto;
    padding: 3.125vw 0;
    width: calc(100% - 3.125vw);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .header__logo {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 5px;
    z-index: 1;
  }
  .header__logo a {
    font-size: 4.6875vw;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #000000;
  }
  .header__block {
    max-width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .header__navMenuContainer {
    margin: 0;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background-color: #001F41;
    transition: all 0.6s ease-in-out 0s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    border-radius: 0;
    overflow: scroll;
  }
  .header__navMenuContainer.m-pcDb {
    display: none;
  }
  .header__navMenuContainer.m-spDb {
    display: none;
  }
  .header__navMenuContainer.is-active {
    left: 0;
  }
  .header__navMenuItems {
    margin-bottom: 20px;
    padding: 10px 0 0;
    width: 100%;
    background-color: #001F41;
    border-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .header__navMenuItems.m-pcDb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .header__navMenuItem {
    margin: 0 auto 10px;
    width: 100%;
    position: relative;
    border-right: 0;
    border-bottom: 1px dashed #C3B37D;
  }
  .header__navMenuItemLink {
    min-height: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 5px 5px 5px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: #fff;
    text-transform: capitalize;
    box-sizing: border-box;
    position: relative;
    transition: all 0.6s ease-in-out 0s;
    text-align: center;
  }
  .header__navMenuItemLink span {
    margin-top: 0;
    font-size: 10px;
  }
  .header__navMenuItemLink img {
    margin: 0 auto 5px;
    max-width: 22px;
    min-height: 0;
  }
  .header__contactBtn {
    margin: 15px auto 0;
    padding: 10px 0 10px;
    width: 300px;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #fff;
  }
  .header__contactBtn .en--txt {
    font-size: 8px;
  }
  .header__menuWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    background-color: transparent;
  }
  .header__menuBars {
    margin: 0 auto;
    width: auto;
    display: inline-block;
    transition: all 0.7s ease;
    cursor: pointer;
  }
  .header__menuBars.bars-clicked .header__menuBar {
    background-color: #C3B37D;
  }
  .header__menuBar {
    margin: 5px auto;
    width: 20px;
    height: 1px;
    display: block;
    background: #C3B37D;
    transition: all 0.7s ease;
  }
  .header__menuBar.top {
    margin-top: 0;
  }
  .header__menuBar.bottom {
    margin: 5px 0 0;
  }
  .header .bars-clicked .top {
    transform: translateY(6px) rotateZ(45deg);
  }
  .header .bars-clicked .middle {
    width: 0;
  }
  .header .bars-clicked .bottom {
    transform: translateY(-6px) rotateZ(-45deg);
  }
}
/*====================================================================
siteFooter
====================================================================*/
.footer {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.footer__backToTop {
  position: absolute;
  top: -55px;
  right: 90px;
  width: 113px;
  z-index: 2;
}
.footer__container {
  padding: 20px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.footer__copyrights {
  margin-top: 60px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #000000;
}

/*====================================================================
siteFooter SP
====================================================================*/
@media screen and (max-width: 767px) {
  .footer__container {
    padding: 3.125vw 0 3.125vw;
  }
  .footer__copyrights {
    margin-top: 9.375vw;
    font-size: 2.03125vw;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #000000;
  }
}
/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

body {
  font-feature-settings: "palt" 1;
  overflow-x: hidden;
  overflow-y: scroll;
}
body.menu-is-active {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    overflow-x: scroll;
  }
}

/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.m-pcDb {
  display: block;
}

.m-pcDib {
  display: inline-block;
}

.m-pcDin {
  display: inline;
}

.m-pcDf {
  display: flex;
}

.m-pcDt {
  display: table;
}

.m-pcDtc {
  display: table-cell;
}

.m-spDb,
.m-spDib,
.m-spDin,
.m-spDf,
.m-spDt,
.m-spDtc {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-pcDb,
  .m-pcDib,
  .m-pcDin,
  .m-pcDf,
  .m-pcDt,
  .m-pcDtc {
    display: none;
  }
  .m-spDb {
    display: block;
  }
  .m-spDib {
    display: inline-block;
  }
  .m-spDin {
    display: inline;
  }
  .m-spDf {
    display: flex;
  }
  .m-spDt {
    display: table;
  }
  .m-spDtc {
    display: table-cell;
  }
}
/*-----------------------------------------------
Text Helpers
------------------------------------------------*/
.u-redTxt {
  color: #D7000F !important;
}

.u-paleGoldTxt {
  color: #C3B37D !important;
}

.fwBold {
  font-weight: bold;
}

/*-----------------------------------------------
General Class Helpers
------------------------------------------------*/
.flex {
  display: flex;
  flex-wrap: wrap;
}

/*-----------------------------------------------
Container
------------------------------------------------*/
.siteContainer {
  margin: auto;
  width: 100%;
  max-width: 750px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .siteContainer {
    padding: 0;
    max-width: 95%;
  }
}

/*-----------------------------------------------
Anchor
------------------------------------------------*/
.anchor {
  position: relative;
}
.anchor__box {
  margin: auto;
  position: absolute;
  top: -7.8125vw;
  left: 0;
  right: 0;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  outline: none;
  pointer-events: none;
  cursor: default;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .anchor__box {
    top: -7.8125vw;
    left: 0;
    right: 0;
    width: 7.8125vw;
    height: 7.8125vw;
  }
}

/*-----------------------------------------------
Image LazyLoad
------------------------------------------------*/
.wow {
  animation-duration: 1.5s;
}

/*-----------------------------------------------
button
------------------------------------------------*/
.mn__btn {
  margin: 0 auto;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  max-width: 150px;
  min-height: 40px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .mn__btn:hover {
    color: #fff;
    border-color: #0CC755;
    background-color: #0CC755;
  }
}
@media screen and (max-width: 767px) {
  .mn__btn {
    padding: 0.78125vw;
    max-width: 23.4375vw;
    min-height: 6.25vw;
    font-size: 2.5vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    color: #000000;
    border: 0.15625vw solid #000000;
    border-radius: 0.78125vw;
  }
}

/*====================================================================
News Archive PC
====================================================================*/
.search {
  margin: 30px auto 20px;
}
.search input {
  width: 100%;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 15px;
  outline-color: #0CC755;
}

.newsCategories {
  margin: 0 auto;
  overflow: scroll;
}
.newsCategories__container {
  padding-bottom: 20px;
  width: 100%;
  min-width: max-content;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10px;
}
.newsCategories__tab {
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #000000;
  border-bottom: 2px solid transparent;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .newsCategories__tab:hover {
    opacity: 0.7;
  }
}
.newsCategories__tab.active, .newsCategories__tab:hover {
  color: #0CC755;
  border-bottom-color: #0CC755;
}

.newsPosts {
  margin: 0 auto;
  width: 100%;
}
.newsPosts.searchPage .section__ttl {
  margin: 50px auto 50px;
}
.newsPosts.searchPage .newsPosts__itms {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
.newsPosts.searchPage .newsPosts__itm {
  width: calc(50% - 10px);
}
.newsPosts.searchPage .newsPosts__itm__contents h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #000000;
}
.newsPosts.searchPage .newsPosts__itm__contents p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  color: #000000;
}
.newsPosts.slider-insufficient .newsPosts__itm {
  width: 292.8px;
}
.newsPosts__container {
  display: block;
}
.newsPosts__itms {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
.newsPosts__itm {
  height: auto;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .newsPosts__itm:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .newsPosts__itm:hover h4 {
    color: #0CC755;
  }
}
.newsPosts__itm img {
  margin-bottom: 10px;
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.newsPosts__itm h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  color: #000000;
  transition: all 0.6s ease-in-out 0s;
}

.featuredNews {
  margin: 50px auto 50px;
  padding: 20px 20px;
  border-radius: 10px;
  background-color: rgba(12, 199, 85, 0.8);
  box-sizing: border-box;
}
.featuredNews .section__ttl, .featuredNews__ttl {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.featuredNews__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 20px;
}
.featuredNews__itm {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 20px;
}
.featuredNews__itm__details {
  width: 60%;
}
.featuredNews__itm__details h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
.featuredNews__itm__details p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  color: #fff;
}
.featuredNews figure {
  margin: 0;
}
.featuredNews img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
}
.featuredNews figcaption,
.featuredNews p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  color: #fff;
}

/*====================================================================
KV Section SP
====================================================================*/
@media screen and (max-width: 767px) {
  .search {
    margin: 4.6875vw auto 3.125vw;
  }
  .search input {
    padding: 1.5625vw 1.5625vw;
    border-radius: 0.78125vw;
    border: 0.15625vw solid #ddd;
    font-size: 2.34375vw;
  }
  .newsCategories {
    margin: 0 auto;
    overflow: scroll;
  }
  .newsCategories__container {
    padding-bottom: 3.125vw;
    width: 100%;
    min-width: max-content;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 1.5625vw;
  }
  .newsCategories__tab {
    padding: 1.5625vw 1.5625vw;
    font-size: 2.1875vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    color: #000000;
    border-bottom: 0.3125vw solid transparent;
  }
  .newsPosts {
    margin: 0 auto;
    width: 100%;
  }
  .newsPosts.searchPage .section__ttl {
    margin: 7.8125vw auto 7.8125vw;
  }
  .newsPosts.searchPage .newsPosts__itms {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 3.125vw;
  }
  .newsPosts.searchPage .newsPosts__itm {
    width: calc(50% - 1.5625vw);
  }
  .newsPosts.searchPage .newsPosts__itm__contents h3 {
    margin-bottom: 1.5625vw;
    font-size: 3.125vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    color: #000000;
  }
  .newsPosts.searchPage .newsPosts__itm__contents p {
    font-size: 2.5vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2;
    color: #000000;
  }
  .newsPosts.slider-insufficient .newsPosts__itm {
    width: 36.5625vw;
  }
  .newsPosts__itm img {
    margin-bottom: 1.5625vw;
    height: 31.25vw;
  }
  .newsPosts__itm h4 {
    font-size: 2.8125vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    color: #000000;
  }
  .featuredNews {
    margin: 7.8125vw auto 7.8125vw;
    padding: 3.125vw 3.125vw;
    border-radius: 1.5625vw;
  }
  .featuredNews .section__ttl, .featuredNews__ttl {
    margin-bottom: 7.8125vw;
    font-size: 4.6875vw;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
  }
  .featuredNews__wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 3.125vw;
  }
  .featuredNews__itm {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 3.125vw;
  }
  .featuredNews__itm__details {
    width: 60%;
  }
  .featuredNews__itm__details h3 {
    margin-bottom: 1.5625vw;
    font-size: 3.125vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
  }
  .featuredNews__itm__details p {
    font-size: 2.5vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2;
    color: #fff;
  }
  .featuredNews img {
    max-width: 46.875vw;
    border-radius: 0.9375vw;
  }
  .featuredNews figcaption,
  .featuredNews p {
    font-size: 2.1875vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2;
    color: #fff;
  }
}
/*====================================================================
newsDetails PC
====================================================================*/
.newsDetails {
  margin: 50px auto 50px;
  width: 100%;
  position: relative;
}
.newsDetails__contents__details {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.newsDetails__contents__item__img {
  margin: 0 auto 40px;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.newsDetails__contents__item__details {
  width: 100%;
}
.newsDetails__contents__item__ttl {
  margin-bottom: 28px;
  padding-bottom: 25px;
  border-bottom: 1px solid #0CC755;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #0CC755;
}
.newsDetails__contents__item__date {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #000000;
  text-align: right;
}
.newsDetails__contents__item__tags {
  margin: 20px 0 20px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}
.newsDetails__contents__item__tag {
  padding: 5px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  max-width: max-content;
  min-height: 32px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .newsDetails__contents__item__tag:hover {
    color: #fff;
    border-color: #0CC755;
    background-color: #0CC755;
  }
}
.newsDetails__contents__item__desc {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  color: #000000;
  text-align: justify;
}
.newsDetails__contents__item__desc a {
  text-decoration: underline;
  color: #0CC755;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .newsDetails__contents__item__desc a:hover {
    opacity: 0.7;
  }
}
.newsDetails__contents__item__btn {
  margin: 36px 0 0;
}

/*====================================================================
newsDetails SP
====================================================================*/
@media screen and (max-width: 767px) {
  .newsDetails {
    margin: 7.8125vw auto 7.8125vw;
  }
  .newsDetails__contents__item__img {
    margin: 0 auto 6.25vw;
    height: 62.5vw;
  }
  .newsDetails__contents__item__details {
    width: 100%;
  }
  .newsDetails__contents__item__ttl {
    margin-bottom: 4.375vw;
    padding-bottom: 3.90625vw;
    border-bottom: 0.15625vw solid #0CC755;
    font-size: 3.90625vw;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    color: #0CC755;
  }
  .newsDetails__contents__item__date {
    font-size: 2.8125vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    color: #000000;
    text-align: right;
  }
  .newsDetails__contents__item__tags {
    margin: 3.125vw 0 3.125vw;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1.5625vw;
  }
  .newsDetails__contents__item__tag {
    padding: 0.78125vw 4.375vw;
    min-height: 5vw;
    font-size: 2.1875vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    color: #000000;
    border: 0.15625vw solid #000000;
    border-radius: 0.78125vw;
  }
  .newsDetails__contents__item__desc {
    font-size: 2.5vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2;
    color: #000000;
  }
  .newsDetails__contents__item__btn {
    margin: 5.625vw 0 0;
  }
}
/*# sourceMappingURL=style.css.map */