@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
html {
  font-size: 10px;
}

.container > article * {
  line-height: inherit;
}

.feature .multicolumn-right {
  width: calc(100% - 40px) !important;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
}
.feature .socialbutton {
  text-align: right;
  line-height: 1;
}
.feature .socialbutton ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature .socialbutton li {
  margin-left: 10px;
}
.feature .socialbutton li .tweet {
  height: 20px;
}
.feature .socialbutton li .facebook-share {
  height: 20px;
}
.feature .socialbutton.socialbutton--top {
  display: none;
  margin: 0 20px 20px;
}
.feature .socialbutton.socialbutton--bottom {
  display: inline-block;
  margin: 8px 0 0;
  vertical-align: middle;
}

.entry__meta {
  width: calc(100% - 32px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry__meta .create-date {
  margin-top: 8px;
  min-width: 8em;
}

/*　サイドバー その他の記事 表示設定 */
.multicolumn-left section.random-bn ul {
  display: block;
}

.main-content {
  display: block;
  width: 100%;
  padding: 12px 0 24px;
  border: none;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  color: #272727;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  font-weight: 700;
}
.main-content p,
.main-content li {
  line-height: 1.8;
}
.main-content a {
  color: inherit;
  text-decoration: none;
}
.main-content a:hover {
  opacity: 0.7;
}
.main-content *, .main-content *::before, .main-content *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-content br.pc-br {
  display: none;
}
.main-content .note {
  font-size: 0.9em;
  line-height: 1.5;
}

.page__header {
  padding: 0;
  margin: 0;
}
.page__content {
  margin: 24px auto 48px;
  width: 100%;
}

.page-nav {
  margin: 20px 9px 30px;
}
.page-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-nav__item {
  width: calc(50% - 3px);
  margin-bottom: 6px;
}
.page-nav__item a {
  display: block;
  position: relative;
  width: 100%;
  height: 43px;
  border: 1px solid #00994e;
  text-align: center;
  color: #00994e;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}
.page-nav__item a span {
  display: block;
}
.page-nav__item a > span {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-nav__item.current a {
  background-color: #00994e;
  color: #fff;
}

.section {
  margin: 24px auto 50px;
  width: 100%;
}

.sec-intro {
  margin-top: 16px;
}
.sec-intro p {
  margin: 0 19px;
}

.aside--banner {
  text-align: center;
}
.aside--banner figure {
  max-width: 418px;
  margin: 0 auto;
}
.aside--banner figure figcaption p {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.aside--banner figure figcaption p::before, .aside--banner figure figcaption p::after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 1.5px;
  position: absolute;
  top: 14px;
  background-color: #272727;
}
.aside--banner figure figcaption p::before {
  left: -30px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.aside--banner figure figcaption p::after {
  right: -30px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

body.page01 .section {
  margin: 0;
  padding-bottom: 50px;
}
body.page01 .section__header {
  height: 4px;
  margin-bottom: 35px;
}
body.page01 .section__title {
  display: block;
  text-align: center;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
}
body.page01 .section__title span {
  display: inline-block;
  padding: 0 12px;
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
body.page01 .sec-intro {
  margin: 0 auto;
}
body.page01 .sec01 {
  background-color: #f2f7e1;
}
body.page01 .sec01__header {
  background: url("../imgs/page01/sec01_title_bg.png");
  background-size: 8px auto;
  background-repeat: repeat-x;
  background-position: center center;
}
body.page01 .sec01__title {
  color: #00994e;
}
body.page01 .sec01__title span {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14px, #f2f7e1 14px, #f2f7e1 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14px, #f2f7e1 14px, #f2f7e1 100%);
}
body.page01 .sec01 .column__title {
  color: #00994e;
}
body.page01 .sec02 {
  background-color: #ecf6fa;
}
body.page01 .sec02__header {
  background: url("../imgs/page01/sec02_title_bg.png");
  background-size: 8px auto;
  background-repeat: repeat-x;
  background-position: center center;
}
body.page01 .sec02__title {
  color: #0091d4;
}
body.page01 .sec02__title span {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14px, #ecf6fa 14px, #ecf6fa 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14px, #ecf6fa 14px, #ecf6fa 100%);
}
body.page01 .sec02 .column__title {
  color: #0091d4;
}
body.page01 .sec03 {
  background-color: #f9f1f1;
}
body.page01 .sec03__header {
  background: url("../imgs/page01/sec03_title_bg.png");
  background-size: 8px auto;
  background-repeat: repeat-x;
  background-position: center center;
}
body.page01 .sec03__title {
  color: #e53737;
}
body.page01 .sec03__title span {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14px, #f9f1f1 14px, #f9f1f1 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14px, #f9f1f1 14px, #f9f1f1 100%);
}
body.page01 .sec03 .column__title {
  color: #e53737;
}
body.page01 .sec04 {
  background-color: #fff4e9;
}
body.page01 .sec04__header {
  background: url("../imgs/page01/sec04_title_bg.png");
  background-size: 8px auto;
  background-repeat: repeat-x;
  background-position: center center;
}
body.page01 .sec04__title {
  color: #f07700;
}
body.page01 .sec04__title span {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14px, #fff4e9 14px, #fff4e9 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14px, #fff4e9 14px, #fff4e9 100%);
}
body.page01 .sec04 .column__title {
  color: #f07700;
}
body.page01 .sec05 {
  background-color: #e9e4f6;
}
body.page01 .sec05__header {
  background: url("../imgs/page01/sec05_title_bg.png");
  background-size: 8px auto;
  background-repeat: repeat-x;
  background-position: center center;
}
body.page01 .sec05__title {
  color: #6e42dd;
}
body.page01 .sec05__title span {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14px, #e9e4f6 14px, #e9e4f6 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14px, #e9e4f6 14px, #e9e4f6 100%);
}
body.page01 .sec05 .column__title {
  color: #6e42dd;
}
body.page01 .column {
  width: calc(100% - 40px);
  margin: 0 auto 32px;
}
body.page01 .column:last-of-type {
  margin-bottom: 0;
}
body.page01 .column__title {
  margin-bottom: 12px;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 700;
}
body.page01 .column__title span span {
  display: block;
  margin-top: 8px;
  font-size: 1.4rem;
}
body.page01 .column__text p {
  line-height: 1.86;
}
body.page01 .column figure {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 15px;
}
body.page01 .column figure img {
  width: 100%;
}
body.page01 .ex {
  width: calc(100% - 40px);
  margin: 32px auto 24px;
  padding: 16px;
  background-color: #fff;
  font-size: 1.3rem;
}
body.page01 .ex .block:not(:first-of-type) {
  margin-top: 20px;
}
body.page01 .ex__header {
  margin-bottom: 8px;
  color: #00994e;
  line-height: 1.5;
}
body.page01 .ex figure {
  width: 90px;
  margin: 0 0 12px 16px;
  float: right;
}
body.page01 .ex figure figcaption {
  margin-top: 6px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
}
body.page01 .ex p {
  line-height: 1.7;
}

body.page02 .page__content__title {
  height: 4px;
  margin: 50px auto;
  display: block;
  text-align: center;
  position: relative;
  background: url("../imgs/page02/page_title_bg.png");
  background-size: 8px auto;
  background-repeat: repeat-x;
  background-position: center center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
}
body.page02 .page__content__title span {
  display: inline-block;
  padding: 0 12px;
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  color: #e95346;
  white-space: nowrap;
}
body.page02 .sec-nav {
  margin: 0 auto 50px;
  background: url(../imgs/page02/sec-nav_bg_sp.png) center bottom no-repeat;
  background-size: contain;
  text-align: center;
}
body.page02 .sec-nav__list {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 25px 7.5px;
}
body.page02 .sec-nav__item {
  width: 100%;
}
body.page02 .sec-nav__item__title {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}
body.page02 .sec-nav__item .block {
  width: calc(100% - 18px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7.5px;
}
body.page02 .sec-nav__item .block a {
  display: block;
  width: 152px;
  height: 35px;
  padding-right: 12px;
  position: relative;
  background-color: #eee;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 35px;
}
body.page02 .sec-nav__item .block a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 5px solid #fff;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
}
body.page02 .sec-nav__item .block a > span span {
  font-size: 0.8em;
}
body.page02 .sec-nav__item .block a.interview07 {
  font-size: 0.9em;
}
body.page02 .sec-nav__item01 .block a {
  background-color: #3966d7;
}
body.page02 .sec-nav__item02 .block a {
  background-color: #f26a06;
}
body.page02 .sec-nav__item03 .block a {
  background-color: #ea5489;
}
body.page02 .sec-nav__item04 .block a {
  background-color: #48be00;
}
body.page02 .section {
  width: calc(100% - 18px);
  margin: 0 auto;
}
body.page02 .section__title {
  width: 100%;
  height: 52px;
  margin-bottom: 22px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 52px;
}
body.page02 .sec01__title {
  background-color: #e7edf7;
  background-size: 8px 8px;
  color: #3966d7;
}
body.page02 .sec01 .interview__title {
  border-left: 3px solid #3966d7;
  border-bottom: 1px solid #3966d7;
}
body.page02 .sec01 .interview__person {
  background: url(../imgs/page02/sec01_person.png) left 50% no-repeat;
  background-size: 28px 32px;
}
body.page02 .sec01 .interview__qa__q {
  color: #3966d7;
}
body.page02 .sec01 .interview__qa figure figcaption {
  color: #3966d7;
}
body.page02 .sec02__title {
  background-color: #f9f1e8;
  background-size: 8px 8px;
  color: #f26a06;
}
body.page02 .sec02 .interview__title {
  border-left: 3px solid #f26a06;
  border-bottom: 1px solid #f26a06;
}
body.page02 .sec02 .interview__person {
  background: url(../imgs/page02/sec02_person.png) left 50% no-repeat;
  background-size: 28px 32px;
}
body.page02 .sec02 .interview__qa__q {
  color: #f26a06;
}
body.page02 .sec02 .interview__qa figure figcaption {
  color: #f26a06;
}
body.page02 .sec03__title {
  background-color: #f7edf1;
  background-size: 8px 8px;
  color: #ea5489;
}
body.page02 .sec03 .interview__title {
  border-left: 3px solid #ea5489;
  border-bottom: 1px solid #ea5489;
}
body.page02 .sec03 .interview__person {
  background: url(../imgs/page02/sec03_person.png) left 50% no-repeat;
  background-size: 28px 32px;
}
body.page02 .sec03 .interview__qa__q {
  color: #ea5489;
}
body.page02 .sec03 .interview__qa figure figcaption {
  color: #ea5489;
}
body.page02 .sec04__title {
  background-color: #e6f5dd;
  background-size: 8px 8px;
  color: #48be00;
}
body.page02 .sec04 .interview__title {
  border-left: 3px solid #48be00;
  border-bottom: 1px solid #48be00;
}
body.page02 .sec04 .interview__person {
  background: url(../imgs/page02/sec04_person.png) left 50% no-repeat;
  background-size: 28px 32px;
}
body.page02 .sec04 .interview__qa__q {
  color: #48be00;
}
body.page02 .sec04 .interview__qa figure figcaption {
  color: #48be00;
}
body.page02 .interview {
  padding: 0 10px;
}
body.page02 .interview__header {
  /*margin-bottom: 40px;*/
  margin-bottom: 0;
  position: relative;
}
body.page02 .interview__title {
  width: 100%;
  margin-bottom: 15px;
  padding: 6px 0 8px 15px;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 24px;
}
body.page02 .interview__title > span > span {
  display: block;
  font-size: 0.8em;
}
body.page02 .interview__title > span > span span {
  display: inline-block;
  margin-left: 0.3em;
  font-size: 0.8em;
}
body.page02 .interview__persons {
  /*display: flex;*/
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  row-gap: 17px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  min-height: 32px;
}
body.page02 .interview__person {
  width: 100%;
  padding-left: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}
body.page02 .interview__person__status {
  font-size: 1.2rem;
}
body.page02 .interview__person__name {
  font-size: 1.8rem;
}
body.page02 .interview__person__name span {
  font-size: 1.2rem;
}
body.page02 .interview__qa {
  margin: 0 auto 40px;
}
body.page02 .interview__qa__q {
  position: relative;
  margin-bottom: 16px;
  font-weight: 700;
}
body.page02 .interview__qa__q::before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  top: -24px;
  left: -10px;
}
body.page02 .interview__qa figure {
  margin-top: 16px;
}
body.page02 .interview__qa figure figcaption {
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1.5;
}
body.page02 .interview__qa.has-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.page02 .interview__qa.has-image figure {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
body.page02 .aside--banner {
  width: calc(100% - 20px);
  margin: 0 auto;
}

body.page03 .page__content {
  margin-top: 50px;
}
body.page03 .page__content__title {
  height: 4px;
  margin: 50px auto;
  display: block;
  text-align: center;
  position: relative;
  background: url("../imgs/page03/page_title_bg.png");
  background-size: 8px auto;
  background-repeat: repeat-x;
  background-position: center center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
}
body.page03 .page__content__title span {
  display: inline-block;
  padding: 0 12px;
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  color: #008dcf;
  white-space: nowrap;
}
body.page03 .section {
  width: calc(100% - 38px);
  margin: 0 auto;
}
body.page03 .section:not(:last-of-type) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dcdcdc;
}
body.page03 .section__header {
  text-align: center;
}
body.page03 .section__title-tag {
  height: 36px;
  margin-bottom: 8px;
  color: #fff;
  line-height: 32px;
  font-size: 1.4rem;
  background: url(../imgs/page03/section_title_tag.png) center center no-repeat;
  background-size: contain;
}
body.page03 .section__title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
}
body.page03 .section__title span {
  font-size: 1.3rem;
}
body.page03 .section__subtitle {
  font-size: 1.3rem;
}
body.page03 .section figure {
  margin: 20px auto 30px;
}
body.page03 .section__content .qa:not(:last-of-type) {
  margin-bottom: 40px;
}
body.page03 .section__content .qa__q {
  margin-bottom: 16px;
  position: relative;
  color: #008dcf;
  font-weight: 700;
}
body.page03 .section__content .qa__a:not(:last-of-type) {
  margin-bottom: 16px;
}

.sec-gallery {
  background-color: #fff;
}
.sec-gallery__header {
  background: url("../imgs/page04/page_title_bg.png");
  background-size: 8px auto;
  background-repeat: repeat-x;
  background-position: calc(50% - 2px) center;
}
.sec-gallery__title {
  margin: 60px auto;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700 !important;
  font-size: 2.4rem;
  color: #672daf;
  letter-spacing: -0.1em;
}
.sec-gallery__title span {
  display: inline-block;
  padding: 0 12px;
  background-color: #fff;
}
.sec-gallery #gallery {
  padding: 0 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  row-gap: 6px;
}
.sec-gallery #gallery > * {
  width: calc(33.3% - 4px);
  position: relative;
}
.sec-gallery #gallery > * > span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec-gallery #gallery::before {
  display: block;
  content: "";
  width: calc(33.3% - 4px);
  height: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.sec-gallery #gallery::after {
  display: block;
  content: "";
  width: calc(33.3% - 4px);
  height: 0;
}
.sec-gallery .gallery__cat__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.sec-gallery .gallery__cat__title > span span {
  display: inline-block;
  font-size: 1rem;
}
.sec-gallery .gallery__cat__title > span span:nth-of-type(2) {
  display: block;
}
.sec-gallery .gallery__cat01__title {
  background-color: #3966d7;
}
.sec-gallery .gallery__cat02__title {
  background-color: #117600;
}
.sec-gallery .gallery__cat03__title {
  background-color: #f26a06;
}
.sec-gallery .gallery__cat04__title {
  background-color: #ea3d3d;
}
.sec-gallery .gallery__cat05__title {
  background-color: #1bafc0;
}
.sec-gallery .gallery__cat06__title {
  background-color: #ea5489;
}
.sec-gallery .gallery__cat07__title {
  background-color: #48be00;
}
.sec-gallery .gallery__cat08__title {
  background-color: #c32929;
}
.sec-gallery .gallery__cat09__title {
  background-color: #e9ba00;
}
.sec-gallery .gallery__cat10__title {
  background-color: #e47b00;
}
.sec-gallery .gallery__cat11__title {
  background-color: #9d67df;
}
.sec-gallery .gallery__cat12__title {
  background-color: #00b089;
}
.sec-gallery .gallery__cat13__title {
  background-color: #606060;
}
@media screen and (min-width: 751px) {
  .feature .multicolumn-right {
    width: 780px !important;
  }
  .feature .create-date {
    display: block;
    font-size: 1.4rem;
  }
  .feature .socialbutton.socialbutton--top {
    display: block;
    padding-top: 24px;
  }
  .entry__meta {
    width: calc(100% - 48px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .main-content {
    padding: 0 0 40px;
    font-size: 1.5rem;
  }
  .main-content br.sp-br {
    display: none;
  }
  .main-content br.pc-br {
    display: inline;
  }
  .page__header {
    margin: 0 auto;
  }
  .page__title {
    margin: 0 22px;
  }
  .page__content {
    margin: 16px auto 32px;
  }
  .page-nav {
    margin: 20px 22px 16px;
  }
  .page-nav__item {
    width: calc(25% - 5px);
    margin-bottom: 10px;
  }
  .page-nav__item a {
    height: 66px;
    font-size: 1.5rem;
  }
  .sec-intro p {
    margin: 0 36px;
    line-height: 2;
  }
  .aside--banner figure figcaption p::before, .aside--banner figure figcaption p::after {
    top: 8px;
    height: 2px;
    width: 30px;
  }
  body.page01 .section {
    padding-bottom: 70px;
  }
  body.page01 .section:last-of-type {
    padding-bottom: 40px;
  }
  body.page01 .section__header {
    margin-bottom: 50px;
    background-size: 8px auto;
  }
  body.page01 .section__title {
    font-size: 3.4rem;
  }
  body.page01 .section__title span {
    padding: 0 16px;
    top: -20px;
  }
  body.page01 .sec01__title span {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20px, #f2f7e1 20px, #f2f7e1 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20px, #f2f7e1 20px, #f2f7e1 100%);
  }
  body.page01 .sec02__title span {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20px, #ecf6fa 20px, #ecf6fa 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20px, #ecf6fa 20px, #ecf6fa 100%);
  }
  body.page01 .sec03__title span {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20px, #f9f1f1 20px, #f9f1f1 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20px, #f9f1f1 20px, #f9f1f1 100%);
  }
  body.page01 .sec04__title span {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20px, #fff4e9 20px, #fff4e9 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20px, #fff4e9 20px, #fff4e9 100%);
  }
  body.page01 .sec05__title span {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20px, #e9e4f6 20px, #e9e4f6 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20px, #e9e4f6 20px, #e9e4f6 100%);
  }
  body.page01 .column {
    width: calc(100% - 100px);
    margin-bottom: 40px;
  }
  body.page01 .column.single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  body.page01 .column.single .block {
    width: calc(100% - 406px);
  }
  body.page01 .column.single figure {
    width: 382px;
    margin: 0;
  }
  body.page01 .column.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  body.page01 .column.wide-subtitle {
    clear: both;
  }
  body.page01 .column.wide-subtitle figure {
    float: right;
    width: 326px;
    margin: 5px 0 10px 32px;
  }
  body.page01 .column.img-box figure {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body.page01 .column.img-box figure img {
    width: calc(50% - 10px);
  }
  body.page01 .ex {
    width: calc(100% - 100px);
    margin: 40px auto 0;
    padding: 30px;
    font-size: 1.4rem;
  }
  body.page01 .ex figure {
    width: 132px;
    margin: 0 0 20px 24px;
  }
  body.page01 .ex figure figcaption {
    font-size: 1.2rem;
  }
  body.page02 .page__content__title {
    margin: 90px auto;
    font-size: 3.4rem;
  }
  body.page02 .page__content__title span {
    padding: 0 16px;
    top: -36px;
  }
  body.page02 .sec-nav {
    margin-bottom: 90px;
  }
  body.page02 .sec-nav__list {
    max-width: none;
    gap: 40px 9px;
  }
  body.page02 .sec-nav__item .block a.interview07 {
    font-size: 1em;
  }
  body.page02 .sec-nav__item02, body.page02 .sec-nav__item04 {
    width: 172px;
  }
  body.page02 .sec-nav__item03 {
    width: 353px;
  }
  body.page02 .sec-nav__item__title {
    font-size: 1.4rem;
  }
  body.page02 .sec-nav__item__title br {
    display: none;
  }
  body.page02 .sec-nav__item .block {
    width: 100%;
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    column-gap: 9px;
  }
  body.page02 .sec-nav__item .block a {
    width: 172px;
    height: 46px;
    line-height: 46px;
    font-size: 1.5rem;
  }
  body.page02 .section {
    margin-top: 60px;
    width: calc(100% - 64px);
  }
  body.page02 .section__title {
    height: 64px;
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 64px;
  }
  body.page02 .sec01 .interview__title {
    border-left-width: 6px;
  }
  body.page02 .sec02 .interview__title {
    border-left-width: 6px;
  }
  body.page02 .sec03 .interview__title {
    border-left-width: 6px;
  }
  body.page02 .sec04 .interview__title {
    border-left-width: 6px;
  }
  body.page02 .interview {
    margin-bottom: 60px;
  }
  body.page02 .interview__header {
    margin-bottom: 30px;
  }
  body.page02 .interview__title {
    height: 43px;
  }
  body.page02 .interview__title > span > span {
    display: inline-block;
    padding-left: 15px;
  }
  body.page02 .interview__persons {
    position: absolute;
    top: 2px;
    right: 0;
  }
  body.page02 .interview__person {
    width: auto;
    padding-left: 40px;
  }
  body.page02 .interview__person__status {
    width: auto;
  }
  body.page02 .interview__qa {
    width: calc(100% - 40px);
    margin-bottom: 30px;
  }
  body.page02 .interview__qa.has-image {
    display: block;
  }
  body.page02 .interview__qa.has-image figure {
    width: 328px;
    margin: 0 0 10px 15px;
    float: right;
  }
  body.page02 .interview__qa__q {
    margin-bottom: 10px;
    font-size: 1.7rem;
    line-height: 1.4;
  }
  body.page02 .aside--banner {
    margin-bottom: 60px;
  }
  body.page02 .aside--banner figure figcaption br {
    display: none;
  }
  body.page03 .page__content {
    margin-bottom: 60px;
  }
  body.page03 .page__content__title {
    margin: 90px auto;
    font-size: 3.4rem;
  }
  body.page03 .page__content__title span {
    padding: 0 16px;
    top: -36px;
  }
  body.page03 .section {
    width: calc(100% - 64px);
    padding: 0 20px;
  }
  body.page03 .section:not(:last-of-type) {
    margin-bottom: 60px;
    padding-bottom: 54px;
  }
  body.page03 .section__header {
    margin-bottom: 60px;
    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;
  }
  body.page03 .section__header > div {
    width: calc(100% - 392px);
    position: relative;
  }
  body.page03 .section__header > figure {
    width: 382px;
    margin: 0 0 0 -15px;
  }
  body.page03 .section__content .qa__q {
    font-size: 1.8rem;
  }
  .sec-gallery__header {
    margin: 0 -32px;
  }
  .sec-gallery__title {
    width: 100%;
    margin: 72px auto 80px;
    font-size: 3.4rem;
  }
  .sec-gallery__title span {
    padding: 0 14px;
  }
  .sec-gallery {
    padding: 0 32px 40px;
    margin-top: 60px;
  }
  .sec-gallery #gallery {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
  .sec-gallery #gallery > * {
    width: calc(25% - 7.5px);
  }
  .sec-gallery #gallery::before {
    width: calc(25% - 7.5px);
  }
  .sec-gallery #gallery::after {
    width: calc(25% - 7.5px);
  }
  .sec-gallery .gallery__cat__title {
    font-size: 1.6rem;
  }
  .sec-gallery .gallery__cat__title > span span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  body.page01 .column.wide-subtitle .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.page01 .column.wide-subtitle .block > * {
    width: 100%;
  }
  body.page01 .column.wide-subtitle .block .column__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.page01 .column.wide-subtitle .block figure {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.page02 .aside--banner figure figcaption p::before {
    top: 20px;
    left: -45px;
    width: 40px;
  }
  body.page02 .aside--banner figure figcaption p::after {
    top: 20px;
    right: -45px;
    width: 40px;
  }
}/*# sourceMappingURL=style.min.css.map */
