@charset "UTF-8";
/* ==============================================================================
# mobileFont
============================================================================== */
body,
html {
  height: 100%;
  margin: 0;
  color: #333333;
  font-family: "M PLUS 1p", sans-serif;
}

* {
  font-size: 16px;
}

@media screen and (max-width: 1267px) and (min-width: 601px) {
  body {
    width: 1267px;
  }
}
body {
  background-color: #fafafa;
}

#main-section {
  color: #000;
  font-size: 2em;
  z-index: 30;
  position: relative;
}

.wp-block-columns {
  display: flex;
  align-items: center;
  gap: 30px;
}

main {
  padding-top: 120px;
  padding-bottom: 110px;
  max-width: 1000px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  main {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
main p {
  min-height: 28px;
  height: 100%;
}
main p a {
  color: #1a73e8;
  text-decoration: underline;
  transition: all 0.3s;
}
main p a:hover {
  opacity: 0.7;
  text-decoration: none;
}
main p strong {
  color: #e83c5c;
}
main h2 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 30px;
}
main h2 u {
  font-weight: 500;
  font-size: 30px;
  display: block;
  line-height: 60px;
}
main h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
}
main h3 u {
  font-weight: 500;
  font-size: 24px;
  display: block;
  line-height: 48px;
}
main h1 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 28px;
  margin-top: 60px;
  font-weight: 400;
}
main .date {
  margin-top: 15px;
  margin-bottom: 30px;
}
main .date time {
  font-size: 15px;
  letter-spacing: 0.75px;
  color: #888;
}
main .size-post-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
  margin-top: 40px;
}
main p {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.75px;
  color: #333;
}
main .more__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 50px;
}
main .more__btn:hover .arrow::before {
  width: 82px;
  height: 82px;
  top: 0;
  left: 0;
}
main .more__btn .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgb(222, 36, 74);
  position: relative;
  transition: all 0.2s;
}
main .more__btn .arrow::before {
  transition: all 0.2s;
  background-color: rgb(222, 36, 74);
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  box-sizing: border-box;
}
main .more__btn .arrow img {
  width: 20px !important;
  position: relative;
  transform: rotate(180deg);
  height: 20px;
}
main .more__btn p {
  margin: 0;
}

html :where(img[class*=wp-image-]) {
  width: 100%;
  height: 100%;
  margin: 30px 0;
}

.magazine {
  width: 100%;
  background-color: #fafafa;
}

.magazine__heading {
  width: 100%;
  height: 280px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}

.heading__img {
  width: 320px;
  height: 160px;
  position: relative;
  top: 30px;
  left: 200px;
  background-image: url("images/magazine/magazine.png");
  background-size: contain;
}

.tab__row {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  /* gap: 70px; */
}

.tab__item {
  font-size: 2rem;
  color: #d0cdcd;
  padding: 10px 5px;
  border-bottom: 3px solid #fff;
  transition: 0.2s;
  cursor: pointer;
  white-space: nowrap;
  margin: 0 35px;
}

.tab__item:hover {
  color: #7a6f6f;
}

.tab__row .active {
  color: #000000;
  border-bottom: 3px solid #000;
}

.magazine__row {
  width: 1050px;
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0px;
  margin: 0 auto;
}

.magazine__row::after {
  content: "";
  width: 320px;
  display: block;
}

.magazine__card {
  width: 320px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin: 0px 15px 30px 15px;
  cursor: pointer;
  transition: 0.2s;
}

.magazine__card:hover .magazine__title a {
  color: #7a6f6f;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.attachment-magazine__thumbnail {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.thumbnail--unset {
  background-color: #000;
  width: 100%;
  height: 200px;
}

.magazine__content {
  padding: 12px;
}

.magazine__title {
  height: 48px;
  font-size: 1.5rem;
  margin-bottom: 12px;
  font-weight: 700;
}

.magazine__title a {
  color: #000;
}

.magazine__date {
  font-size: 1.4rem;
  color: #b7b7b7;
}

#pagenation {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-bottom: 100px;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
}

#pagenation > * {
  vertical-align: middle;
  text-align: center;
  display: inline;
  font-size: 2rem;
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: 500;
}

.page-numbers {
  width: 50px;
  height: 50px;
  background: transparent url("./images/service/page-others.png") 0% 0% no-repeat padding-box;
  background-size: 49px;
  border: none;
  border-radius: 3px;
  color: #000;
}

.current {
  background: transparent url("./images/service/page-current.png") 0% 0% no-repeat padding-box;
  background-size: 49px;
  color: #ffffff;
}

@media only screen and (max-width: 599px) {
  .magazine__heading {
    width: 100%;
    height: 150px;
    padding-right: 21px;
  }
  .heading__img {
    width: 123px;
    height: 58px;
    position: relative;
    top: 15px;
    left: 15px;
  }
  .tab__row {
    /* gap: 45px; */
    overflow-x: scroll;
    justify-content: left;
    padding: 0px 21px;
  }
  .tab__item {
    font-size: 1.4rem;
    color: #d0cdcd;
    padding: 10px 5px;
    margin: 0 23px;
    border-bottom: 3px solid #fff;
  }
  .magazine__row {
    width: 100%;
    padding: 40px 15px;
    margin: 0 auto;
  }
  .magazine__card {
    width: calc(50vw - 30px);
    margin: 0px 7.5px 17px 7.5px;
  }
  .magazine__content {
    padding: 5px 7px;
  }
  .attachment-magazine__thumbnail {
    height: 100px;
  }
  .thumbnail--unset {
    height: 100px;
  }
  .magazine__title {
    height: 27px;
    font-size: 1rem;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .magazine__date {
    font-size: 1rem;
  }
  #pagenation {
    -moz-column-gap: 5px;
         column-gap: 5px;
    padding-bottom: 0;
  }
  #pagenation > * {
    vertical-align: middle;
    text-align: center;
    display: inline;
    font-size: 1rem;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 500;
  }
  .page-numbers {
    width: 23px;
    height: 23px;
    background-size: cover;
  }
  .current {
    background-size: cover;
  }
  #tab__other {
    padding-left: 35px;
    padding-right: 35px;
    margin-right: 21px;
  }
}
html :where(img[class*=wp-image-]) {
  width: 100%;
  height: 100%;
  margin: 30px 0;
}

pre {
  white-space: pre-wrap;
}

.magazine {
  width: 100%;
  background-color: #fafafa;
}

.magazine__heading {
  width: 100%;
  height: 280px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}

.heading__img {
  width: 320px;
  height: 160px;
  position: relative;
  top: 30px;
  left: 200px;
  background-image: url("images/magazine/magazine.png");
  background-size: contain;
}

.magazine__row {
  width: 100%;
  max-width: 1440px;
  text-align: center;
  padding: 0 200px;
  margin: 0 auto;
}

.magazine__inner {
  width: 100%;
  margin-top: 82px;
  padding: 30px;
  text-align: left;
  background-color: #fff;
}

.magazine__category {
  padding: 12px 20px;
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
}

.magazine__title {
  margin-top: 20px;
  font-size: 3rem;
  font-weight: 700;
}

.magazine__date {
  margin-top: 56px;
  font-size: 2rem;
  text-align: right;
  color: #9f9f9f;
}

.magazine__content {
  margin-top: 50px;
  font-size: 1.5rem;
  line-height: 28px;
}

.magazine__foot {
  width: 100%;
  text-align: left;
  margin-top: 48px;
  padding-bottom: 93px;
}

.magazine__foot span {
  font-size: 2.5rem;
  font-weight: bold;
  gap: 0px;
  color: #000;
  transition: 0.2s;
}

.magazine__foot span:hover {
  color: #9f9f9f;
}

.magazine__foot span img {
  width: 51px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ---------- */
/* テンプレート */
/* ---------- */
.main__img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.profile__content {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid #dedede;
  margin: 0 auto;
  box-sizing: border-box;
}

.profile__content p {
  text-align: center;
}

.syain__img {
  width: 250px;
  height: auto;
}

.profile__blog {
  padding: 30px;
}

.text--1 {
  white-space: pre-wrap;
  width: 80%;
  margin: 50px auto;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

.text--2 {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

.interview__content {
  width: 80%;
  margin: 100px auto;
  font-size: 16px;
}

.interview__content span {
  line-height: 35px;
}

.interview__title {
  padding: 15px 0;
  border-top: 1px solid #dedede;
  font-weight: 700;
  line-height: 2;
  margin-top: 50px;
}

.interview__answer {
  margin-bottom: 50px;
  font-weight: 500;
  line-height: 2;
}

.text--after {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

/* プレスリリース用 */
.section__press {
  margin-bottom: 50px;
}

.section__press img {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section__color {
  background: #eee;
  padding: 5px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.press__img {
  margin: 30px auto;
}

.press__subtitle {
  color: #707070;
  margin-bottom: 20px;
}

.section__pressTitle {
  background: #eee;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.company__p {
  margin-bottom: 10px;
}

.company__h {
  font-weight: bold;
}

.media__press {
  border-top: 1px solid #999;
  margin-top: 40px;
  padding-top: 40px;
  font-size: 13px;
}

.flex__img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.flex__img img {
  width: 35%;
  margin-right: 20px;
}

@media only screen and (max-width: 599px) {
  .wp-caption {
    width: 100% !important;
  }
  .magazine__heading {
    height: 150px;
  }
  .heading__img {
    width: 123px;
    height: 58px;
    top: 15px;
    left: 15px;
  }
  .magazine__row {
    width: 100%;
    text-align: center;
    padding: 0px 24px;
  }
  .magazine__inner {
    width: 100%;
    margin-top: 30px;
    padding: 11px 21px;
    text-align: left;
    background-color: #fff;
  }
  .magazine__category {
    padding: 4px 15px;
  }
  .magazine__title {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .magazine__date {
    margin-top: 35px;
    font-size: 1.4rem;
  }
  .magazine__foot span {
    font-size: 1.2rem;
  }
  .magazine__foot span img {
    width: 21px;
  }
  .magazine__content {
    margin-top: 35px;
    font-size: 1rem;
    line-height: 22px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    overflow-wrap: break-word;
    margin-bottom: 21px;
  }
  /* ---------- */
  /* テンプレート */
  /* ---------- */
  .main__img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }
  .text--1 {
    white-space: pre-wrap;
    width: 100%;
    margin: 25px auto;
    font-size: 14px;
    line-height: 2;
  }
  .text--2 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .profile__blog {
    padding: 10px;
    font-size: 11px;
  }
  .profile__content {
    width: 100%;
  }
  .syain__img {
    width: 80%;
    height: auto;
  }
  .interview__content {
    width: 100%;
    margin: 50px auto;
    font-size: 1.2rem;
  }
  .text--after {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 2;
  }
  .flex__img img {
    width: 50%;
    margin: 0;
  }
  .media__press {
    font-size: 1rem;
  }
}
.insta {
  width: 400px;
}/*# sourceMappingURL=news-detail.css.map */