@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

/* リキッドレイアウト対応 */
html {
  color: #333;
}
@media (max-width: 1044px) {
  html {
    font-size: 1.5325670498vw;
  }
}
@media (min-width: 1044px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a, input[type=submit] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover, input[type=submit]:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}
#footNav .sns li:nth-of-type(1) a img{
	width: 24px;
}
#footNav .sns li:nth-of-type(2) a img{
	width: 26px;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 1094px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
    width: calc(100% / 3 - 40px);
    max-width: 334px;
  background: #fff;
  border-radius: 0.625rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
 margin-left: 20px;
 margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .article-card {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.875rem;
    width: 100%;
    max-width: 24.5625rem;
  }
}
/*
.article-card:nth-child(odd) {
  margin-right: 56px;
  margin-right: 3.5rem;
}
@media screen and (max-width: 768px) {
  .article-card:nth-child(odd) {
    margin-right: auto;
  }
}*/

.article-card__img {
  position: relative;
  width: 100%;
  border-radius: 0.625rem 0.625rem 0 0;
}

.article-card__img:before {
  content: "";
  display: block;
  padding-top: 65.6%;
}

.article-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem 0.625rem 0 0;
}

.article-card__text {
  width: 100%;
  padding: 30px;
  padding: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .article-card__text {
    padding: 0.9375rem;
  }
}

.article-card__title {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .article-card__title {
    font-size: 1.125rem;
  }
}

.article-card__detail {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.78;
  letter-spacing: 0.13em;
  padding-top: 22px;
  padding-top: 1.375rem;
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .article-card__detail {
    font-size: 0.8125rem;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
  }
}

.article-card__link {
  color: #72AF43;
  text-decoration: underline;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .article-card__link {
    font-size: 0.8125rem;
  }
}

.article-card__link:before {
  content: "";
  display: inline-block;
  width: 13px;
  width: 0.8125rem;
  height: 13px;
  height: 0.8125rem;
  background: #72AF43;
  margin-right: 12px;
  margin-right: 0.75rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .article-card__link:before {
    width: 0.625rem;
    height: 0.625rem;
    margin-right: 0.375rem;
    margin-top: 0.5rem;
  }
}

.article-card__writer {
  color: #B0B0B0;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.13em;
  line-height: 1.8;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .article-card__writer {
    margin-top: 0.9375rem;
  }
}

.article-card__writer {
  position: relative;
}

.article-card__writer li:first-child:before {
  content: "執筆：";
  display: inline-block;
  position: absolute;
  top: 1px;
  top: 0.0625rem;
  left: 0;
}

.article-card__writer li {
  padding-left: 47px;
  padding-left: 2.9125rem;
}

.article-list {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #B3D5F9 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #B3D5F9 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #F3F8FC;
  padding: 115px 5% 140px;
  padding: 7.1875rem 5% 8.75rem;
}
@media screen and (max-width: 768px) {
  .article-list {
    padding: 4.1875rem 5% 4.375rem;
  }
}

.article-list__title {
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: 0.24em;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .article-list__title {
    font-size: 1.75rem;
  }
}

.article-list__title:before {
  content: "";
  display: inline-block;
  width: 178px;
  width: 11.125rem;
  height: 86px;
  height: 5.375rem;
  background-image: url(../images/resolution/title-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
  right: 20px;
  right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .article-list__title:before {
    width: 5.5625rem;
    height: 2.6875rem;
    right: 0.625rem;
  }
}

.article-list__title:after {
  content: "";
  display: inline-block;
  width: 153px;
  width: 9.5625rem;
  height: 86px;
  height: 5.375rem;
  background-image: url(../images/resolution/title-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
  right: -20px;
  right: -1.25rem;
}
@media screen and (max-width: 768px) {
  .article-list__title:after {
    width: 4.75rem;
    height: 2.6875rem;
    right: -0.625rem;
  }
}

.article-list__items {
  width: 100%;
  max-width: 1122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 62px;
  margin-top: 3.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .article-list__items {
    margin-top: 1.9375rem;
  }
}

.new-article {
  padding-top: 84px;
  padding-top: 5.25rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40%, #fff), color-stop(40%, #C4DFFB), to(#C4DFFB));
  background: linear-gradient(180deg, #fff 0%, #fff 40%, #C4DFFB 40%, #C4DFFB 100%);
  width: 100%;
  height: inherit;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .new-article {
    padding-top: 2.625rem;
    padding-bottom: 1.875rem;
  }
}

.new-article__title {
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: 0.24em;
  font-weight: normal;
  max-width: 638px;
  max-width: 39.875rem;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .new-article__title {
    font-size: 1.75rem;
  }
}

.new-article__title img {
  width: 33px;
  width: 2.0625rem;
  height: 27px;
  height: 1.6875rem;
  margin-right: 22px;
  margin-right: 1.375rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .new-article__title img {
    width: 1.4375rem;
    height: 1.125rem;
    margin-right: 1rem;
  }
}

.new-article__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-card {
  max-width: 638px;
  max-width: 39.875rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.625rem;
  background: #fff;
}

.new-card__img {
  position: relative;
  width: 100%;
  border-radius: 0.625rem 0.625rem 0 0;
}

.new-card__img:before {
  content: "";
  display: block;
  padding-top: 55.6%;
}

.new-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem 0.625rem 0 0;
}

.new-card__text {
  padding: 24px 28px 40px 20px;
  padding: 1.5rem 1.75rem 2.5rem 1.25rem;
  border-radius: 0 0 0.625rem 0.625rem;
}
@media screen and (max-width: 768px) {
  .new-card__text {
    padding: 0.75rem 0.875rem 1.25rem 0.625rem;
  }
}

.new-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-card__category {
  background: #03733C;
  color: #fff;
  padding: 6px 15px;
  padding: 0.375rem 0.9375rem;
  border-radius: 1.25rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-size: 0.6875rem;
}
.new-card__category--yellow{
  background:#FCA84C;
}
@media screen and (max-width: 768px) {
  .new-card__category {
    padding: 0.1875rem 0.5rem;
    font-size: 0.625rem;
  }
}

.new-card__date {
  color: #B0B0B0;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .new-card__date {
    font-size: 0.8125rem;
  }
}

.new-card__title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.13em;
  line-height: 1.67;
  padding-top: 18px;
  padding-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .new-card__title {
    font-size: 1rem;
    padding-top: 0.5625rem;
  }
}

.swiper {
  margin-top: 83px;
  margin-top: 5.1875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper {
    margin-top: 3.9375rem;
  }
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: inherit;
}

.swiper-button-prev,
.swiper-button-next {
  cursor:pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 85px;
  width: 5.3125rem;
  height: 82px;
  height: 5.125rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.swiper-button-prev:hover, .swiper-button-next:hover{
  opacity:0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
.swiper-button-next {
    width: 3.875rem;
    height: 3.8125rem;
  }
}

/* 次ページボタンのスタイル */
.swiper-button-next {
  background-image: url(../images/resolution/right-arrow.png);
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 0 !important;
  }
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url(../images/resolution/left-arrow.png);
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 0 !important;
  }
}

.swiper-slide-active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
/*# sourceMappingURL=resolution.css.map */
