/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/import-glob-loader/index.js!./src/scss/page/news/news.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

/* ==========================================================================
   foundation
   ========================================================================== */
/* ==========================================================================
   object
   ========================================================================== */
/* component
   ----------------------------------------------------------------- */
.c-form__box,.c-form__box__column {
  display: grid;
  gap: 8px;
}
.c-form__box__column {
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}
.c-form__box__center {
  -webkit-box-align: center;
          align-items: center;
}
.c-form__box__add-margin {
  margin-top: 12px;
}
.c-form__input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: white;
  border: 1px solid #e0e0e0;
  font-size: 15px;
  padding: 0 16px;
  cursor: text;
}
.c-form__input:focus {
  border: 1px solid #6fb92b;
  outline: 1px solid #6FB92B;
}
.c-form__input::-webkit-input-placeholder {
  color: #C7C7C7;
}
.c-form__input::-moz-placeholder {
  color: #C7C7C7;
}
.c-form__input::placeholder {
  color: #C7C7C7;
}
.c-form__input--min {
  max-width: 90px;
}
.c-form__input--mid {
  max-width: 103px;
}
.c-form__checkbox--engine {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0px;
  overflow: hidden;
  background-size: cover;
}
.c-form__checkbox--engine:checked {
  outline: 2px solid #6FB92B !important;
}
.c-form__checkbox--engine--min {
  width: 40px;
  height: 40px;
}
.c-form__checkbox--engine--min--sp {
  width: 32px;
  height: 32px;
}
.c-form__checkbox--engine[data-type=google] {
  background-image: url(/images/icon/engine/ico-engine-google.png);
}
.c-form__checkbox--engine[data-type=googlek] {
  background-image: url(/images/icon/engine/ico-engine-googlek.png);
}
.c-form__checkbox--engine[data-type=yahoo] {
  background-image: url(/images/icon/engine/ico-engine-yahoo.png);
}
.c-form__checkbox--engine[data-type=yahoom] {
  background-image: url(/images/icon/engine/ico-engine-yahoom.png);
}
.c-form__checkbox--engine[data-type=bing] {
  background-image: url(/images/icon/engine/ico-engine-bing.png);
}
.c-form__checkbox--engine[data-type=bingk] {
  background-image: url(/images/icon/engine/ico-engine-bingk.png);
}
.c-form__checkbox--engine[data-type=youtube] {
  background-image: url(/images/icon/engine/ico-engine-youtube.png);
}
.c-form__checkbox--engine[data-type=amazon] {
  background-image: url(/images/icon/engine/ico-engine-amazon.png);
}
.c-form__checkbox--engine[data-type=rakuten] {
  background-image: url(/images/icon/engine/ico-engine-rakuten.png);
}
.c-form__checkbox--engine[data-type=yahoo_shop] {
  background-image: url(/images/icon/engine/ico-engine-yahoos.png);
}
.c-form__checkbox--engine[data-type=pc] {
  background-image: url(/images/icon/engine/ico-engine-pc.png);
}
.c-form__checkbox--engine[data-type=sp] {
  background-image: url(/images/icon/engine/ico-engine-sp.png);
}
.c-form__checkbox--engine__box {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-form__checkbox--input {
  display: none;
}
.c-form__checkbox--input__style {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #E0E0E0;
  -webkit-transition: background 0.3s, border 0.2s;
  transition: background 0.3s, border 0.2s;
  border: 0px solid #6fb92b;
  background-position: center;
  background-repeat: no-repeat;
}
.c-form__checkbox--input__border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
}
.c-form__checkbox--input:checked+.c-form__checkbox--input__style {
  background: #6FB92B;
  background-image: url(/images/icon/parts/\ ico-check.png);
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;
}
.c-form__checkbox--input:checked~.c-form__checkbox--input__border {
  border: 2px solid #6fb92b;
}
.c-form__submit--center {
  margin: 0 auto;
}
.c-form__radio--input {
  display: none;
}
.c-form__radio--input__style {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #E0E0E0;
  -webkit-transition: background 0.3s, border 0.2s;
  transition: background 0.3s, border 0.2s;
  border: 0px solid #6fb92b;
}
.c-form__radio--input:checked+.c-form__radio--input__style {
  background: #FFF;
  border: 6px solid #6fb92b;
}
.c-form__select {
  width: 100%;
  height: 44px;
  border-radius: 5px;
  background: white;
  border: 1px solid #e0e0e0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.c-form__select--hide {
  z-index: 10;
}
.c-form__select--style {
  z-index: 20;
  pointer-events: none;
  padding: 11px 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.c-form__select--style:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background-image: url(/images/icon/parts/ico-arrow-down2.png);
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-size: cover;
}
.c-form__select__box {
  position: relative;
  z-index: 1;
  height: 44px;
}
.c-form__select__label {
  display: grid;
  gap: 4px;
}
.c-form__select--clender {
  cursor: pointer;
  background-image: url(/images/icon//parts/ico-calendar.png);
  background-size: 15px;
  background-position: right 12px center;
  background-repeat: no-repeat;
}
.c-form__textarea {
  padding: 14px 16px 15px;
  height: 200px;
  resize: vertical;
  cursor: text;
}
.c-form__textarea:-moz-read-only {
  padding: 0;
  border: none;
  height: auto;
}
.c-form__textarea:read-only {
  padding: 0;
  border: none;
  height: auto;
}
.c-form__textarea--repost_content {
  height: 175px;
}
.c-form__textarea--repost_request {
  height: 225px;
}
.c-form__textarea__label {
  display: grid;
  gap: 4px;
}
.c-form__image__icon {
  width: 17px;
  height: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 8px;
}
.c-form__image__box {
  width: 100%;
  height: 190px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  background: #F4F4F4;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 16px;
  position: relative;
}
.c-form__image__box--focus {
  border: 1px solid #6fb92b;
  outline: 1px solid #6FB92B;
}
.c-form__image__input {
  font-size: 12px;
  font-weight: 500;
  color: #28A7E1;
  width: 136px;
  height: 27px;
  border: 1px solid #28a7e1;
  border-radius: 5px;
  cursor: pointer;
}
.c-form__image__input,.c-form__image__preview {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.c-form__image__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}
.c-form__image__preview--active {
  background: #F4F4F4;
  opacity: 1;
  pointer-events: unset;
}
.c-form__image__preview__close {
  position: absolute;
  cursor: pointer;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(38, 38, 38, 0.3);
  background-image: url(/images/icon/navi/ico-close.png);
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
}
.c-form__image__preview__img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.c-form__apply {
  padding: 0;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-form__apply:hover {
  opacity: 0.7;
}
.c-form__apply__box {
  display: grid;
  grid-template-columns: calc(100% - 68px) 62px;
  gap: 6px;
}
.c-form__point__box {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  font-size: 15px;
  padding: 0 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

/* Bread
   ----------------------------------------------------------------- */
.c-bread {
  height: auto;
  width: 100vw;
  padding: 13px 0;
}
.c-bread--box {
  height: 100%;
  flex-wrap: wrap;
}
.c-bread--box,.c-bread--list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 6px;
}
.c-bread--list:after {
  content: "＞";
  font-size: 10px;
  color: #C7C7C7;
  display: block;
}
.c-bread--list:last-child:after {
  display: none;
}

/* News
   ----------------------------------------------------------------- */
.c-news {
  margin-top: 105px;
}
.c-news__box {
  margin-top: 36px;
}
.c-news__box--single {
  margin-top: 20px;
}
.c-news__box--page {
  margin-top: 12px;
}
.c-news__card {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  display: grid;
  grid-template-columns: 67px auto;
  gap: 14px;
  -webkit-box-align: center;
          align-items: center;
}
.c-news__card:first-child {
  padding-top: 0px;
}
.c-news__card--single {
  padding: 20px 47px 20px 16px;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.c-news__card--single:first-child {
  padding-top: 20px;
}
.c-news__card--single:after {
  content: "";
  width: 7px;
  height: 10px;
  background-image: url(/images/icon/parts/ico-arrow-right.png);
  background-size: cover;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-news__card--single:hover {
  background: #F4F4F4;
  opacity: 1;
}
.c-news__more--box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 22px;
}
.c-news__date {
  margin-top: 16px;
}
.c-news__thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 1100/601;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
  background: #E0E0E0;
  margin-top: 24px;
}
.c-news__body {
  margin-top: 20px;
}
.c-news__body>a {
  color: #28A7E1;
  font-weight: 500;
}

.c-pagination__box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}

/* project
   ----------------------------------------------------------------- */
/* News
   ----------------------------------------------------------------- */
.p-news__box {
  padding: 24px 0 0px;
}
.p-news__content {
  margin-bottom: 64px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e0e0e0;
}

/* utility
   ----------------------------------------------------------------- */
.u-margin--center {
  margin: 0 auto;
}
@media (max-width: 768px){
  .pc {
    display: none !important;
  }
  .c-form__checkbox--engine {
    width: 44px;
    height: 44px;
  }
  .c-form__checkbox--engine--min {
    width: 32px;
    height: 32px;
  }
  .c-form__checkbox--engine--min--sp {
    width: 24px;
    height: 24px;
  }
  .c-form__checkbox--engine__box {
    gap: 4px;
  }
  .c-form__select__box--min {
    width: 26.1333333333vw;
    max-width: 98px;
  }
  .c-form__textarea--repost_content,.c-form__textarea--repost_request {
    height: 200px;
  }
  .c-form__image__box {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: none;
    background: none;
    margin: 8px auto 0;
  }
  .c-form__image__box--active {
    height: 190px;
    border: 1px solid #e0e0e0;
  }
  .c-form__image__input {
    width: min(91.7333333333vw, 344px);
    height: 50px;
    font-size: 15px;
  }
  .c-news {
    margin-top: 32px;
  }
  .c-news__box {
    margin-top: 22px;
  }
  .c-news__box--single {
    margin-top: 8px;
  }
  .c-news__box--page {
    margin-top: 4px;
  }
  .c-news__card {
    grid-template-columns: 100%;
    gap: 12px;
    padding: 20px 0;
  }
  .c-news__card:first-child {
    padding-top: 0px;
  }
  .c-news__card--single {
    padding: 16px 43px 21px 12px;
  }
  .c-news__card--single:first-child {
    padding-top: 16px;
  }
  .c-news__more--box {
    margin-top: 16px;
  }
  .c-news__date {
    margin-top: 8px;
  }
  .c-news__body,.c-news__thumb {
    margin-top: 16px;
  }
  .p-news__box {
    padding: 20px 0 100px;
  }
  .p-news__content {
    padding-bottom: 56px;
    margin-bottom: 48px;
  }
  .u-margin--center--fit--sp {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .u-margin--l--minus-4 {
    margin-left: -4px;
  }
}
@media (min-width: 769px){
  .sp {
    display: none !important;
  }
  .c-form__textarea--pc-300 {
    height: 300px;
  }
  .u-margin--center--fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

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