@charset "UTF-8";
html {
  font-size: 62.5%;
}

body.b-body .b-is-pc {
  visibility: visible;
}

.l-contents a {
  -webkit-tap-highlight-color: transparent;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-contents img {
  width: 100%;
}

.pbAreaWrapper1 {
  top: 0px;
  margin-bottom: 0;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.cup {
  cursor: pointer;
}

.b-o-header_inner {
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  padding: 0 120px 0 40px;
  -webkit-animation: none;
  animation: none;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: unset;
  transition: unset;
  visibility: hidden;
  padding: 0 120px 0 40px;
}

.b-o-header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}

body.b-body {
  padding-top: 0 !important;
}

.b-o-header .b-a-logo {
  margin-top: -1px;
}

.hoge {
  font-size: 16px;
}

p {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}

p {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}

p {
  letter-spacing: 0.016em;
}

p {
  letter-spacing: 0.016em;
}

.hoge {
  z-index: 20;
}

.hoge {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ',
    Meiryo, sans-serif;
}

.l-cards {
  width: 100%;
  display: block;
}

.l-contents {
  color: #242424;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体',
    'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
}

.l-contents img {
  max-width: 100%;
}

.l-main {
  display: block;
  text-align: center;
}

.l-summary {
  position: relative;
  background-color: #dce8ea;
}

.l-support {
  background-color: #dce8ea;
}

.c-primary-heading {
  font-weight: 700;
  font-style: normal;
  text-align: left;
}

.c-secondary-heading {
  font-weight: 700;
  font-style: bold;
  text-align: left;
}

.c-thirdly-heading {
  font-style: normal;
  font-weight: normal;
}

.c-thirdly-heading span {
  font-weight: bold !important;
  color: #83838c;
}

.c-thirdly-heading--yellow {
  color: #f3a82f;
}

.c-usually-text {
  font-weight: normal;
  font-style: normal;
  color: #242424;
}

.c-lead-text {
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.c-primary-btn {
  background-image: none;
  background-color: #44793b;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  position: relative;
  display: block;
}

.c-primary-btn__text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.c-primary-btn:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 0 0;
  background: url('/library/gohon_sp/method/img/icon_002.png') no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  right: 2rem;
  top: 50%;
  margin-top: -7px;
}

.c-primary-btn--popicon:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 0 0;
  background: url('/library/gohon_sp/method/img/icon_005.png') no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 20px;
}

.c-secondary-btn {
  display: inline-block;
  padding: 15px 20px;
  background-image: none;
  background-color: #19b0e8;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  text-align: left;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-secondary-btn__text {
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}

.c-secondary-btn:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 0 0;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 15px;
}

.morebtn {
  display: block;
  border: none;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -erbkit-transition: 0.5s;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  color: #83838c;
  line-height: 2;
}

.morebtn::after {
  content: '続きを読む';
  border-bottom: 1px solid #83838c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -erbkit-transition: 0.2s;
  margin-top: -10px;
  margin-top: -1rem;
}

.morebtn.js-click::after {
  content: '';
  display: none;
}

.c-cards {
  position: relative;
}

.c-cards__item {
  color: #242424;
  position: relative;
  display: block;
  background-color: #f4f4f4;
  border-bottom: 1px solid #cccccc;
}

a:hover .c-card__img img {
  opacity: 1;
}

.c-card {
  text-decoration: none !important;
}

.c-card__title {
  position: relative;
  font-weight: bold;
}

.c-card__title::after {
  background: url('/library/gohon_sp/img/icon_001.png');
  background-size: cover;
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  right: 0;
}

.c-card__text {
  text-decoration: none;
}

.c-card__img {
  overflow: hidden;
  width: 100%;
}

.c-card__img img {
  opacity: 1;
}

.c-card__img img:hover {
  opacity: 1;
}

.c-media__heading {
  font-weight: bold;
  line-height: 1;
}

.c-media__job {
  font-weight: bold;
}

.c-media__relation {
  font-weight: bold;
  line-height: 1;
}

.c-media__link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #83838c;
  line-height: 1;
}

.c-media__link:after {
  background: url('/library/img/common/icon_arrow.png');
  background-size: cover;
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
}

.c-card__title {
  position: relative;
  font-weight: bold;
}

.c-media__description {
  position: absolute;
  font-size: 15px;
  line-height: 1;
  color: #777;
  margin-top: -20px;
  margin-top: -2rem;
}

.c-notice {
  margin: 0 auto;
  padding: 0 0 30px;
}

.c-notice__body {
  border: 1px solid #b1b9c3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-main__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-main__title {
  position: relative;
  margin: 0;
  padding-left: 18px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1.42px;
  line-height: 1.6;
}

.p-main__title:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: calc(100% - 15px);
  background: #bac1ca;
}

.p-main__base {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
}

.p-main__link {
  display: block;
}

.p-main__link img {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-main__link img:hover {
  opacity: 0.6;
}

@-webkit-keyframes poyopoyo {
  0%,
  10%,
  15%,
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  12%,
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
}

@keyframes poyopoyo {
  0%,
  10%,
  15%,
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  12%,
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
}

.p-main__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;
  position: relative;
}

.p-main__listitem {
  display: block;
  position: relative;
  text-align: left;
}

.p-main__list a {
  color: #242424;
  display: block;
}

.p-main__listanchor {
  background: url('/library/img/common/icon_arrow_in_page_anchor.png') no-repeat
    right 0px top 1px;
  background-size: 15px;
  border-bottom: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  padding: 0 30px 0 0;
  text-decoration: none;
}

.p-main__listlink {
  background: url('/library/gohon_sp/method/img/icon_001.png') no-repeat left
    0px top 1px;
  background-size: 15px;
  border-bottom: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  padding: 0 0 0 30px;
  text-decoration: none;
}

.p-main__listlink::after {
  display: inline-block;
  position: absolute;
  content: '';
  top: 50%;
  left: -30px;
  width: 1px;
  height: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #d8d8d8;
}

.p-catalog__heading {
  font-weight: bold;
}

.p-catalog__text {
  color: #242442;
  text-decoration: none;
}

.p-summary__body {
  background-color: #fff;
  position: relative;
}

.p-summary__group {
  position: relative;
  top: 0;
  left: 0;
}

.p-summary__box {
  position: relative;
  display: block;
}

.p-summary__heading {
  position: relative;
  display: block;
}

.p-summary__box-inner-1::after {
  content: '';
  display: block;
}

.p-summary__box-inner-2::after {
  content: '';
  display: block;
}

.p-summary__btn {
  text-align: center;
  position: relative;
  display: block;
}

.p-summary__btn-2 {
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: block;
}

.p-summary__illust {
  position: absolute;
  bottom: 45px;
  right: 45px;
}

#description {
  position: absolute;
}

#nature {
  position: absolute;
}

.p-description__block {
  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;
  position: relative;
}

.p-description__body {
  position: relative;
  text-align: left;
}

.p-description__image {
  position: relative;
  text-align: left;
}

.p-anchor {
  text-decoration: none;
  color: #242424;
  position: relative;
  border: 1px solid #d8d8d8;
  display: block;
}

.p-anchor__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-anchor__body {
  position: relative;
}

.p-anchor__title {
  text-align: left;
  display: block;
  font-weight: bold;
}

.p-anchor__heading {
  text-align: left;
  display: block;
  font-weight: bold;
}

.p-anchor__text {
  background: url(/library/img/common/icon_arrow_in_page_anchor.png) no-repeat
    right 0 top 0px;
  background-size: contain;
  background-size: 15px;
  color: #83838c;
  font-weight: bold;
}

#profile {
  position: absolute;
  top: -30px;
}

.p-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-profile__heading {
  font-weight: bold;
  line-height: 1;
}

.p-profile__job {
  font-weight: bold;
}

.p-profile__title {
  font-weight: bold;
}

#column {
  position: absolute;
  top: -30px;
}

.p-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-column__box {
  position: relative;
}

.p-column__lead {
  font-weight: bold;
  position: relative;
}

.p-column__border-1 {
  border: 1px solid #d8d8d8;
}

.p-column__border {
  position: relative;
  display: inline-block;
}

.p-column__border:before {
  left: 0;
}

.p-column__body {
  position: relative;
}

.p-column__job {
  font-weight: bold;
}

.column__caption a {
  color: #44793b;
}

.column__caption a:hover {
  text-decoration: none;
}

.p-column__title {
  font-weight: bold;
}

.p-catalog__heading {
  font-weight: bold;
}

.p-catalog__text {
  color: #242442;
  text-decoration: none;
}

.p-message {
  text-align: center;
}

.p-message__text {
  text-decoration: none;
  font-weight: bold;
}

.p-support__link {
  display: block;
  text-decoration: none;
  width: 100%;
  text-decoration: none;
  color: #242424;
}

.p-support__inner {
  border-radius: 10px;
}

.p-support__link {
  display: block;
  background-color: #fff;
  text-decoration: none;
  color: #242424;
}

.p-support__body {
  text-align: center;
}

.p-support__heading {
  text-align: center;
  font-weight: bold;
}

.p-support__text {
  color: #242442;
  text-decoration: none;
  text-align: center;
}

.p-support__btn {
  position: relative;
  background-image: none;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  position: relative;
  display: block;
}

.p-support__btn-1 {
  background-color: #005bab;
}

.p-support__btn-2 {
  background-color: #44793b;
}

.p-support__btntext {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-support__btn-1:after {
  position: absolute;
  right: 20px;
  right: 2rem;
  top: 50%;
  margin-top: -7px !important;
  background: url('/library/gohon_sp/method/img/icon_003.png') no-repeat;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 0 0;
  background-size: contain;
  vertical-align: middle;
}

.p-support__btn-2:after {
  position: absolute;
  right: 20px;
  right: 2rem;
  top: 50%;
  margin-top: -7px !important;
  background: url('/library/gohon_sp/method/img/icon_004.png') no-repeat;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 0 0;
  background-size: contain;
  vertical-align: middle;
}

.p-step {
  background-color: #f4f4f4;
  position: relative;
}

.p-step__title {
  text-align: center;
}

.p-step__number {
  position: absolute;
}

.p-step__box {
  position: relative;
}

.p-step__col-1 {
  position: relative;
}

.p-step__col-2 {
  position: relative;
}

.p-step__col-3 {
  position: relative;
}

.p-step__heading-1 {
  position: relative;
  display: block;
}

.p-step__heading-2 {
  position: relative;
  display: block;
}

.p-step__heading-3 {
  position: relative;
  display: block;
}

.p-step__base {
  background-color: #fff;
  width: 100%;
}

.p-step__caption {
  text-align: left;
}

.p-step__caption a {
  color: #44793b;
}

.p-step__caption a:hover {
  text-decoration: none;
}

.p-conclusion {
  position: relative;
}

.p-conclusion__lead-1 {
  font-weight: 700;
  font-style: bold;
  text-align: center;
  display: block;
}

.p-conclusion__lead-1::before {
  position: absolute;
  margin: 0 auto;
}

.p-conclusion__lead-2 {
  font-weight: 700;
  font-style: bold;
  text-align: center;
  position: relative;
}

.p-conclusion__lead-2::before {
  position: absolute;
  margin: 0 auto;
}

.p-conclusion__text {
  font-weight: bold;
}

.p-conclusion__box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-conclusion__col {
  position: relative;
  display: block;
}

.p-conclusion__title {
  text-align: center;
  font-weight: bold;
}

.p-conclusion__caption {
  text-align: center;
  font-weight: bold;
}

.p-article {
  position: relative;
}

.p-article__border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-article__border:before {
  content: '';
  width: 30px;
  height: 1px;
  background: #444;
  display: block;
}

.p-article__border:before {
  left: 0;
}

.p-article__lead {
  font-weight: bold;
  position: relative;
}

.p-article__box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-article__col {
  position: relative;
  display: block;
}

.p-article__heading-1 {
  position: relative;
  display: block;
}

.p-article__heading-2 {
  position: relative;
  display: block;
}

.p-article__heading-3 {
  position: relative;
  display: block;
}

.p-article__base {
  background-color: #fff;
  width: 100%;
}

.p-article__caption {
  text-align: left;
}

.p-article__caption a {
  color: #44793b;
}

.p-article__caption a:hover {
  text-decoration: none;
}

.modal__area {
  display: none;
  position: fixed;
  z-index: 20;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(30, 30, 30, 0.6);
}

.modal__bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.modal__wrapper {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-bottom: 60px;
  background-color: #fff;
}

.close__modal {
  position: absolute;
  cursor: pointer;
  width: 36px;
  height: 36px;
  top: -46px;
  right: 0;
}

.close__modal img {
  width: 100%;
}

.modal__image img {
  width: 100%;
}

.modal__block {
  position: relative;
  padding: 0 0 0 39px;
  margin-bottom: 30px;
}

.modal__block::before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 24px;
  height: 24px;
  background-size: contain;
  content: '';
  vertical-align: middle;
}

.modal__block-1::before {
  background-image: url(/library/gohon_sp/method/img/pop_number_001.png);
}

.modal__block-2::before {
  background-image: url(/library/gohon_sp/method/img/pop_number_002.png);
}

.modal__block-3::before {
  background-image: url(/library/gohon_sp/method/img/pop_number_003.png);
}

.modal__block-4::before {
  background-image: url(/library/gohon_sp/method/img/pop_number_004.png);
}

.modal__block-5::before {
  background-image: url(/library/gohon_sp/method/img/pop_number_005.png);
}

.modal__block-6::before {
  background-image: url(/library/gohon_sp/method/img/pop_number_006.png);
}

.modal__heading {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: bold;
}

.modal__text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  margin-top: 15px;
}

.modal__margin {
  height: 50px;
}

.u-flex {
  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;
}

.gray-1 {
  background-color: #f4f4f4 !important;
}

.u-marker {
  padding: 0 0 5px;
  background-position: bottom;
  font-weight: bold;
}

.js-hide-text {
  display: none;
}

.u-fwb {
  font-weight: bold !important;
}

.u-blue {
  color: #005bab;
}

@media (min-width: 768px) {
  .b-o-moduleRowCards[data-b-row-num='4'] .b-m-boxLinkRow {
    margin-right: 16px !important;
    width: 278px !important;
  }
  .b-a-sliderNavi {
    display: none;
  }
  .l-cards {
    padding: 100px 0;
  }
  .l-main {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .l-summary {
    padding: 75px 0 0px;
  }
  .l-support {
    padding: 75px 0 75px;
  }
  .c-primary-heading {
    font-size: 2.2rem;
    line-height: 1;
  }
  .c-secondary-heading {
    font-size: 1.8rem;
    line-height: 2;
  }
  .c-thirdly-heading {
    font-size: 18px;
    line-height: 1;
  }
  .c-thirdly-heading span {
    margin-right: 1rem;
  }
  .c-usually-text {
    line-height: 2;
    font-size: 1.5rem;
  }
  .c-lead-text {
    line-height: 2;
    font-size: 1.8rem;
  }
  .c-primary-btn {
    width: 366px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -erbkit-transition: 0.5s;
    padding: 20px 0;
  }
  .c-primary-btn:hover {
    opacity: 0.6;
  }
  .c-primary-btn__text {
    margin-left: -2rem;
    line-height: 1;
  }
  .c-secondary-btn:hover {
    opacity: 0.6;
  }
  .c-cards {
    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;
    width: 1160px;
    margin: 0 auto;
  }
  .c-cards__item {
    width: 550px;
  }
  .c-card__title {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 20px;
  }
  .c-card__title::after {
    width: 15px;
    height: 15px;
  }
  .c-card__text {
    font-size: 15px;
    line-height: 1.8;
  }
  .c-card__img img {
    transition: -webkit-transform 1s;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .c-card__img img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .c-card__body {
    padding: 30px 30px;
  }
  .c-cards__item .c-card__body {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .c-cards__item:hover .c-card__body {
    opacity: 0.6;
  }
  .c-media {
    width: 280px;
  }
  .c-media__image {
    width: 150px;
    margin-bottom: 15px;
  }
  .c-media__heading {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  .c-media__job {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 1.2rem;
    height: 5rem;
    margin-bottom: 15px;
  }
  .c-media__text {
    line-height: 1.6;
    font-size: 1.2rem;
  }
  .c-media__relation {
    font-size: 1.2rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .c-media__link {
    font-size: 1.4em;
    margin-top: 30px;
    margin-top: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -erbkit-transition: 0.5s;
  }
  .c-media__link:hover {
    opacity: 0.6;
  }
  .c-media__link:after {
    width: 15px;
    height: 15px;
    left: 15rem;
  }
  .c-card__title {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 20px;
  }
  .c-notice {
    width: 1010px;
    margin-top: 30px;
  }
  .c-notice__text {
    padding: 25px 30px;
    text-align: center;
  }
  .p-main__body {
    margin: 75px auto 75px;
    width: 1160px;
    text-align: left;
    background-color: #fff;
    position: relative;
  }
  .p-main__list {
    width: 1090px;
  }
  .p-catalog {
    position: relative;
  }
  .p-catalog__link .c-primary-btn {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-catalog__link:hover .c-primary-btn {
    opacity: 0.6;
  }
  .p-catalog__heading {
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-catalog__image {
    width: 260px;
  }
  .p-catalog__body {
    width: 747px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }
  .p-catalog__text {
    line-height: 2;
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  .p-catalog__btn {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .p-catalog__caption {
    line-height: 1;
    font-size: 1.2rem;
    text-align: center;
  }
  .p-summary__body {
    width: 1160px;
    margin: 0 auto;
    padding-bottom: 45px;
  }
  .p-summary__group {
    width: 650px;
    margin: 0 auto 0;
  }
  .p-summary__box {
    padding: 75px 75px 0;
  }
  .p-summary__heading {
    margin-bottom: 30px;
  }
  .p-summary__box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 45px;
  }
  .p-summary__box-inner-1::after {
    width: 200px;
  }
  .p-summary__box-inner-2::after {
    width: 440px;
  }
  .p-summary__btn-2 {
    top: 15px;
    margin-bottom: 15px;
  }
  .p-summary__row {
    width: 1010px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #description {
    position: absolute;
    top: -50px;
  }
  #nature {
    top: -50px;
  }
  .p-description {
    width: 1160px;
    position: relative;
    margin: 0 auto;
  }
  .p-description__inner {
    margin: 0 auto;
    background-color: #fff;
    position: relative;
  }
  .p-description__inner {
    margin: 0 auto;
    padding: 80px 75px 0;
    background-color: #fff;
    position: relative;
  }
  .p-description__body {
    width: 485px;
  }
  .p-description__image {
    width: 485px;
  }
  .p-description__heading {
    margin-bottom: 30px;
  }
  .p-description__subheading {
    margin-bottom: 30px;
  }
  .p-anchor {
    width: 325px;
    padding: 30px;
    margin-top: 70px;
  }
  .p-anchor:hover .p-anchor__text {
    opacity: 0.6;
  }
  .p-anchor__thumbnail {
    width: 115px;
  }
  .p-anchor__body {
    width: 120px;
  }
  .p-anchor__title {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 15px;
  }
  .p-anchor__heading {
    font-size: 1.8rem;
    line-height: 1;
  }
  .p-anchor__text {
    font-size: 1.2rem;
    line-height: 17px;
    padding: 0 30px 0 0;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .p-profile__avater {
    width: 150px;
  }
  .p-profile__body {
    width: 730px;
  }
  .p-profile__heading {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  .p-profile__job {
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 1.2rem;
  }
  .p-profile__text {
    line-height: 1.6;
    font-size: 1.2rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .p-profile__title {
    line-height: 1;
    font-size: 1.5rem;
    padding-right: 1rem;
  }
  .p-column__graph {
    margin-left: 6.5rem;
  }
  .p-column__lead {
    line-height: 2;
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
  .p-column__border {
    padding: 0 40px 10px;
  }
  .p-column__border:before {
    content: '';
    position: absolute;
    margin-top: 1.5rem;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #83838c;
  }
  .p-column__avater {
    width: 150px;
  }
  .p-column__body {
    width: 980px;
    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;
  }
  .p-column__group {
    width: 455px;
  }
  .p-column__heading {
    margin-bottom: 30px;
  }
  .p-column__heading .sup {
    vertical-align: super;
    font-size: 11px;
    margin-right: 0;
    font-weight: normal !important;
    color: #242424 !important;
  }
  .p-column__job {
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 1.2rem;
  }
  .p-column__text .sup {
    vertical-align: super;
    font-size: 9px;
  }
  .column__caption {
    line-height: 2;
    font-size: 1.2rem;
  }
  .p-column__title {
    line-height: 1;
    font-size: 1.5rem;
    padding-right: 1rem;
  }
  .p-column__image {
    width: 485px;
  }
  .p-column__image-2 {
    margin: 45px auto 0;
  }
  .p-catalog {
    position: relative;
  }
  .p-catalog__link .c-primary-btn {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-catalog__link:hover .c-primary-btn {
    opacity: 0.6;
  }
  .p-catalog__heading {
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-catalog__image {
    width: 260px;
  }
  .p-catalog__body {
    width: 747px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }
  .p-catalog__text {
    line-height: 2;
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  .p-catalog__btn {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .p-catalog__caption {
    line-height: 1;
    font-size: 1.2rem;
    text-align: center;
  }
  .p-message__image {
    width: 240px;
    margin: 30px auto;
  }
  .p-message__body {
    width: 675px;
  }
  .p-message__text {
    line-height: 2;
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .p-support__link .p-support__btn {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-support__link:hover .p-support__btn {
    opacity: 0.6;
  }
  .p-support__heading img {
    width: 180px;
    height: 33px;
    margin-bottom: 20px;
  }
  .p-support__inner {
    padding: 80px 0;
    width: 1160px;
    margin: 0 auto;
    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;
  }
  .p-support__image {
    width: 550px;
  }
  .p-support__link {
    width: 550px;
    text-align: center;
    padding-bottom: 45px;
  }
  .p-support__body {
    width: 1160px;
    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;
    margin: 0 auto;
  }
  .p-support__heading {
    line-height: 1;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .p-support__text {
    line-height: 2;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .p-support__logo-1 {
    width: 140px;
    margin: 0 auto;
    padding: 67px 0 52px;
  }
  .p-support__logo-2 {
    width: 210px;
    margin: 0 auto;
    padding: 65px 0 51px 0;
    right: -4px;
    position: relative;
  }
  .p-support__btn {
    width: 366px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -erbkit-transition: 0.5s;
    padding: 20px 0;
    margin: 0 auto;
    background-size: 15px;
  }
  .p-support__btn:hover {
    opacity: 0.6;
  }
  .p-support__btntext {
    margin-left: -2rem;
  }
  .p-step {
    padding: 60px 45px 30px;
  }
  .p-step__title {
    margin: 0 auto 25px;
  }
  .p-step__number {
    width: 200px;
    left: 0;
    top: 0;
  }
  .p-step__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-step__col-1 {
    width: 220px;
    text-align: center;
  }
  .p-step__col-2 {
    width: 180px;
    text-align: center;
  }
  .p-step__col-3 {
    width: 480px;
    text-align: center;
  }
  .p-step__heading-1 {
    width: 124px;
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
  }
  .p-step__heading-1 img {
    height: 24px;
  }
  .p-step__heading-2 {
    width: 151px;
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
  }
  .p-step__heading-2 img {
    height: 62px;
  }
  .p-step__heading-3 {
    width: 442px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .p-step__heading-3 img {
    height: 24px;
  }
  .p-step__image-1-1 {
    width: 72px;
    margin: 30px auto 25px;
  }
  .p-step__image-1-2 {
    width: 112px;
    margin: 0 auto;
  }
  .p-step__image-2-1 {
    width: 120px;
    margin: 25px auto 15px;
  }
  .p-step__image-2-2 {
    width: 403px;
    margin: 0 auto;
  }
  .p-step__image-3-1 {
    padding-bottom: 30px;
  }
  .p-step__fukidashi-1 {
    padding-top: 20px;
  }
  .p-step__fukidashi-2 {
    padding-top: 40px;
  }
  .p-step__base {
    margin: 0 auto;
  }
  .p-step__base-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 30px;
    margin-bottom: 15px;
    border-radius: 15px;
  }
  .p-step__base-2 {
    padding: 30px 30px 22px;
    margin-bottom: 15px;
    border-radius: 15px;
  }
  .p-step__subheading-1 {
    width: 245px;
    height: 86px;
    padding-top: 40px;
  }
  .p-step__subheading-2 {
    width: 400px;
    margin: 0 auto 30px;
  }
  .p-step__subheading-2 img {
    height: 24px;
  }
  .p-step__caption {
    font-size: 12px;
    line-height: 2;
  }
  .p-conclusion__lead-1 {
    font-size: 1.8rem;
    line-height: 1;
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .p-conclusion__lead-1::before {
    content: '';
    border-top: 40px solid #dce8ea;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    left: 50%;
    margin-left: -40px;
    top: 0px;
  }
  .p-conclusion__lead-2 {
    font-size: 1.8rem;
    line-height: 2;
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .p-conclusion__lead-2::before {
    content: '';
    border-top: 40px solid #dce8ea;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    left: 50%;
    margin-left: -40px;
    top: 0px;
  }
  .p-conclusion__text {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
  }
  .p-conclusion__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-conclusion__col {
    width: 490px;
    border: solid 10px #dce8ea;
    text-align: left;
    padding: 30px;
  }
  .p-conclusion__title {
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 10px;
  }
  .p-conclusion__caption {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 10px;
  }
  .p-conclusion__image {
    width: 13px;
    margin: 0 auto 10px;
  }
  .p-article {
    border: 1px solid #d8d8d8;
    padding: 30px;
  }
  .p-article__title {
    font-size: 1.2rem;
    line-height: 1;
    padding-left: 10px;
  }
  .p-article__lead {
    line-height: 2;
    font-size: 1.5rem;
    padding-bottom: 25px;
    padding-top: 15px;
  }
  .p-article__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-article__col {
    width: 490px;
    border: solid 10px #dce8ea;
    text-align: left;
    padding: 40px;
  }
  .p-article__heading-1 {
    width: 124px;
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
  }
  .p-article__heading-1 img {
    height: 24px;
  }
  .p-article__heading-2 {
    width: 151px;
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
  }
  .p-article__heading-2 img {
    height: 62px;
  }
  .p-article__heading-3 {
    width: 442px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .p-article__heading-3 img {
    height: 24px;
  }
  .p-article__image-1-1 {
    width: 72px;
    margin: 30px auto 25px;
  }
  .p-article__image-1-2 {
    width: 112px;
    margin: 0 auto;
  }
  .p-article__image-2-1 {
    width: 120px;
    margin: 30px auto 25px;
  }
  .p-article__image-2-2 {
    width: 403px;
    margin: 0 auto;
  }
  .p-article__image-3-1 {
    padding-bottom: 30px;
  }
  .p-article__fukidashi-1 {
    padding-top: 20px;
  }
  .p-article__fukidashi-2 {
    padding-top: 40px;
  }
  .p-article__base {
    margin: 0 auto;
  }
  .p-article__base-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 30px;
    margin-bottom: 15px;
  }
  .p-article__base-2 {
    padding: 30px 30px 22px;
    margin-bottom: 15px;
  }
  .p-article__subheading-1 {
    width: 245px;
    height: 86px;
    padding-top: 40px;
  }
  .p-article__subheading-2 {
    width: 400px;
    margin: 0 auto 30px;
  }
  .p-article__subheading-2 img {
    height: 24px;
  }
  .p-article__caption {
    font-size: 12px;
    line-height: 2;
  }
  .modal__wrapper {
    padding: 45px 0;
    width: 1160px;
    top: 100px;
  }
  .modal__body {
    padding: 0 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .modal__image {
    width: 505px;
  }
  .modal__box {
    width: 505px;
  }
  .u-flex_pc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .u-marker {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(20%, transparent),
      color-stop(20%, #dce8ea)
    );
    background: linear-gradient(transparent 20%, #dce8ea 20%);
  }
}

@media (max-width: 767px) {
  .b-o-header {
    position: relative;
  }
  .b-o-header_inner {
    padding: 0 60px 0 16px;
  }
  .l-cards {
    padding: 50px 0 20px;
  }
  .l-main {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .l-summary {
    padding-bottom: 80px;
  }
  .l-support {
    padding-bottom: 40px;
  }
  .c-primary-heading {
    line-height: 2;
    font-size: 1.8rem;
  }
  .c-secondary-heading {
    line-height: 2;
    font-size: 1.5rem;
    padding-bottom: 30px;
  }
  .c-thirdly-heading {
    line-height: 2;
    font-size: 1.8rem;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: normal;
  }
  .c-thirdly-heading span {
    margin-right: 0.5rem;
  }
  .c-usually-text {
    line-height: 2;
    font-size: 1.5rem;
  }
  .c-lead-text {
    line-height: 2;
    font-size: 1.5rem;
  }
  .c-primary-btn {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
  }
  .c-primary-btn__text {
    font-size: 1.5rem;
    padding: 0 0;
    margin-right: 2rem;
    line-height: 1.6;
  }
  .c-primary-btn:after {
    right: 2rem;
  }
  .c-secondary-btn {
    text-align: center;
  }
  .c-cards {
    width: 90%;
    margin: 0 auto;
  }
  .c-cards__item {
    margin-bottom: 30px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #cccccc;
  }
  .c-card__title {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 20px;
  }
  .c-card__title::after {
    width: 15px;
    height: 15px;
  }
  .c-card__text {
    font-size: 15px;
    line-height: 1.8;
  }
  .c-card__image {
    width: 46%;
  }
  .c-card__body {
    padding: 30px 20px 25px;
  }
  .c-media {
    width: 100%;
    padding-bottom: 30px;
  }
  .c-media__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-media__image {
    margin-bottom: 20px;
    width: 46%;
  }
  .c-media__body {
    margin-bottom: 20px;
    width: 46%;
  }
  .c-media__heading {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .c-media__job {
    margin-bottom: 0px;
    line-height: 1.6;
    font-size: 1.2rem;
  }
  .c-media__text {
    line-height: 1.6;
    font-size: 1.2rem;
  }
  .c-media__relation {
    margin-top: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .c-media__link {
    font-size: 1.5rem;
  }
  .c-media__link:after {
    width: 15px;
    height: 15px;
    left: 15rem;
  }
  .c-card__title {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 20px;
  }
  .c-notice {
    width: 100%;
    padding: 0 0 20px;
    margin-top: 30px;
  }
  .c-notice__text {
    padding: 25px 25px;
    letter-spacing: -0.03em;
  }
  .p-main__body {
    position: relative;
    width: 90%;
    margin: 40px auto 30px;
  }
  .p-main__box {
    background-color: #fff;
    padding: 25px 35px 25px 55px;
  }
  .p-main__title {
    padding-left: 0;
    font-size: 20px;
    line-height: 1.3;
  }
  .p-main__title:before {
    height: calc(100% - 2px);
  }
  .p-main__base {
    margin-bottom: 30px;
  }
  .p-main__link {
    width: 90%;
    margin: 0 auto 15px;
  }
  .p-main__list {
    width: 100%;
    font-size: 15px;
    margin: 0 auto 15px;
  }
  .p-main__listanchor {
    font-size: 15px;
    padding-bottom: 30px;
  }
  .p-main__listlink {
    font-size: 15px;
    margin-top: 20px;
    padding: 0 0 0 25px;
  }
  .p-catalog__heading {
    line-height: 2;
    font-size: 1.5rem;
  }
  .p-catalog__image {
    margin: 0 auto;
    text-align: center;
    padding: 0 0 30px;
    width: 58%;
  }
  .p-catalog__body {
    margin: 0 auto;
  }
  .p-catalog__text {
    line-height: 2;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .p-catalog__btn {
    margin: 0 auto 10px;
  }
  .p-catalog__caption {
    line-height: 2;
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: left;
  }
  .p-summary__body {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    width: 90%;
    padding: 0 5% 0;
  }
  .p-summary__box {
    margin-bottom: 80px;
  }
  .p-summary__heading {
    margin-bottom: 30px;
  }
  .p-summary__box-inner {
    margin: 0 auto 60px;
    position: relative;
    width: 90%;
  }
  .p-summary__box-inner-1::after {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -20px;
    /*下線の上下の位置*/
    left: 50%;
    width: 75px;
    /*下線の幅*/
    height: 1px;
    /*下線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置の調整*/
    background-color: #d8d8d8;
    /*下線の色*/
  }
  .p-summary__box-inner-2::after {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -20px;
    /*下線の上下の位置*/
    left: 50%;
    width: 75px;
    /*下線の幅*/
    height: 1px;
    /*下線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置の調整*/
    background-color: #d8d8d8;
    /*下線の色*/
  }
  .p-summary__btn-2 {
    top: 45px;
  }
  #description {
    top: -140px;
  }
  #nature {
    top: -170px;
  }
  .p-description {
    position: relative;
    display: block;
    width: 100%;
    background-color: #dce8ea;
    padding-top: 30px;
  }
  .p-description__inner {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    width: 90%;
    padding: 50px 5% 80px;
  }
  .p-description__body {
    width: 100%;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-anchor {
    width: 90%;
    margin: 30px auto 0;
    padding: 20px 30px;
  }
  .p-anchor__thumbnail {
    width: 45%;
  }
  .p-anchor__body {
    width: 45%;
    padding-top: 20px;
  }
  .p-anchor__title {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 10px;
  }
  .p-anchor__heading {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 25px;
  }
  .p-anchor__text {
    font-size: 1.2rem;
    line-height: 17px;
    padding: 0 1.5rem 0 0;
  }
  .p-profile {
    width: 90%;
    margin: 110px auto 0;
  }
  .p-profile__avater {
    margin-bottom: 20px;
    width: 46%;
  }
  .p-profile__body {
    margin-bottom: 20px;
    width: 46%;
  }
  .p-profile__heading {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .p-profile__job {
    margin-bottom: 0px;
    line-height: 1.6;
    font-size: 1.2rem;
  }
  .p-profile__text {
    line-height: 1.6;
    font-size: 1.2rem;
    width: 90%;
    margin: 0 auto;
  }
  .p-profile__title {
    line-height: 1;
    font-size: 1.5rem;
    padding-right: 1rem;
  }
  .p-column {
    margin: 0px auto 0;
  }
  .p-column__lead {
    line-height: 2;
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
  .p-column__border {
    padding: 0 0 0 40px;
  }
  .p-column__border:before {
    content: '';
    position: absolute;
    margin-top: 1.3rem;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #83838c;
  }
  .p-column__avater {
    margin-bottom: 20px;
    width: 46%;
  }
  .p-column__body {
    margin-bottom: 20px;
    width: 100%;
  }
  .p-column__heading {
    margin-bottom: 30px;
  }
  .p-column__heading .sup {
    vertical-align: super;
    font-size: 11px;
    margin-right: 0;
    font-weight: normal !important;
    color: #242424 !important;
  }
  .p-column__job {
    margin-bottom: 0px;
    line-height: 1.6;
    font-size: 1.2rem;
  }
  .p-column__text .sup {
    vertical-align: super;
    font-size: 9px;
  }
  .column__caption {
    line-height: 2;
    font-size: 1.2rem;
  }
  .p-column__title {
    line-height: 1;
    font-size: 1.5rem;
    padding-right: 1rem;
  }
  .p-column__image {
    margin-top: 10px;
  }
  .p-column__image-2 {
    margin-top: 30px;
  }
  .p-catalog__heading {
    line-height: 2;
    font-size: 1.5rem;
  }
  .p-catalog__image {
    margin: 0 auto;
    text-align: center;
    padding: 0 0 30px;
    width: 58%;
  }
  .p-catalog__body {
    margin: 0 auto;
  }
  .p-catalog__text {
    line-height: 2;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .p-catalog__btn {
    margin: 0 auto 10px;
  }
  .p-catalog__caption {
    line-height: 2;
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: left;
  }
  .p-message__image {
    margin: 0 auto;
    text-align: center;
    padding: 0 0 45px;
    width: 80%;
  }
  .p-message__body {
    margin: 0 auto;
  }
  .p-message__text {
    line-height: 1.6;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .p-support__heading img {
    width: 120px;
    height: 22px;
    margin-bottom: 20px;
  }
  .p-support__inner {
    padding: 5% 5% 5%;
  }
  .p-support__image {
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .p-support__link {
    width: 90%;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .p-support__body {
    margin: 0 auto;
  }
  .p-support__heading {
    line-height: 1;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .p-support__text {
    line-height: 2;
    font-size: 1.5rem;
    text-align: left;
  }
  .p-support__text-1 {
    width: 90%;
    margin: 0 auto 20px;
  }
  .p-support__text-2 {
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
  }
  .p-support__logo-1 {
    width: 42%;
    margin: 0px auto 0;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .p-support__logo-2 {
    width: 62.2%;
    margin: 0px auto 0px;
    padding-top: 50px;
    padding-bottom: 35px;
    right: -4px;
    position: relative;
  }
  .p-support__btn {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
  }
  .p-support__btntext {
    line-height: 1.6;
    margin-right: 2rem;
  }
  .p-support__box {
    margin-bottom: 30px;
  }
  .p-support__btn:after {
    right: 2rem;
  }
  .p-step {
    margin: 0px auto 0;
  }
  .p-step__number {
    width: 66.7%;
    margin: 0px auto 0;
    left: 0;
    top: 0;
  }
  .p-step__heading-1 {
    width: 41%;
    text-align: center;
    margin: 0 auto;
    padding-top: 34%;
  }
  .p-step__heading-2 {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    padding-top: 34%;
  }
  .p-step__heading-3 {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding-top: 34%;
  }
  .p-step__image-1-1 {
    width: 24%;
    margin: 25px auto 15px;
  }
  .p-step__image-1-2 {
    width: 45%;
    margin: 0 auto;
    padding-bottom: 25px;
  }
  .p-step__image-2-1 {
    width: 40%;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .p-step__image-2-2 {
    margin: 0 auto;
    /* padding-bottom: 25px; */
    padding-top: 15px;
  }
  .p-step__image-3-1 {
    width: 85%;
    margin: 0 auto;
    padding: 25px 0 10px;
  }
  .p-step__fukidashi-1 {
    width: 46.7%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .p-step__fukidashi-2 {
    width: 46.7%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .p-step__base-1 {
    width: 85%;
    margin: 0 auto 0px;
    border-radius: 15px;
  }
  .p-step__base-2 {
    width: 85%;
    margin: 0 auto 0px;
    border-radius: 15px;
    padding: 25px 20px 20px;
  }
  .p-step__subheading-1 {
    width: 85%;
    margin: 0 auto;
    padding: 30px 0 22px;
  }
  .p-step__subheading-2 {
    width: 100%;
    margin: 0 auto;
  }
  .p-step__caption {
    line-height: 2;
    font-size: 1.2rem;
    width: 85%;
    margin: 0 auto 25px;
  }
  .p-conclusion {
    margin: 0px auto 0;
  }
  .p-conclusion__lead-1 {
    line-height: 2;
    font-size: 1.5rem;
    padding-bottom: 75px;
  }
  .p-conclusion__lead-1::before {
    content: '';
    border-top: 40px solid #dce8ea;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    left: 50%;
    margin-left: -40px;
    top: -55px;
  }
  .p-conclusion__lead-2 {
    line-height: 1;
    font-size: 1.5rem;
    padding-bottom: 25px;
  }
  .p-conclusion__lead-2::before {
    content: '';
    border-top: 40px solid #dce8ea;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    left: 50%;
    margin-left: -40px;
    top: -60px;
  }
  .p-conclusion__text {
    font-size: 1.2rem;
    line-height: 2;
  }
  .p-conclusion__col {
    width: 100%;
    border: solid 10px #dce8ea;
    text-align: left;
    padding: 25px;
  }
  .p-conclusion__title {
    font-size: 2rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
  }
  .p-conclusion__caption {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 10px;
  }
  .p-conclusion__image {
    width: 13px;
    margin: 0 auto 10px;
  }
  .p-article {
    margin: 0px auto 0;
  }
  .p-article {
    margin: 0px auto 0;
    border: 1px solid #d8d8d8;
    padding: 5%;
  }
  .p-article__border {
    margin-top: 10px;
  }
  .p-article__title {
    font-size: 1.2rem;
    line-height: 1;
    padding-left: 10px;
  }
  .p-article__lead {
    line-height: 2;
    font-size: 1.5rem;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .modal__wrapper {
    max-width: 90%;
    width: 90%;
    top: 70px;
  }
  .modal__body {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 30px;
  }
  .modal__image {
    padding-bottom: 30px;
  }
  .u-flex_sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .u-marker {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(20%, transparent),
      color-stop(20%, #bed3d6)
    );
    background: linear-gradient(transparent 20%, #bed3d6 20%);
  }
}

@media screen and (max-width: 767px) {
  .hoge {
    font-size: 12px;
  }
  .u-mb0_sp {
    margin-bottom: 0px !important;
  }
  .u-mb10_sp {
    margin-bottom: 10px !important;
  }
  .u-mb15_sp {
    margin-bottom: 15px !important;
  }
  .u-mb30_sp {
    margin-bottom: 30px !important;
  }
  .u-mb40_sp {
    margin-bottom: 40px !important;
  }
  .u-mb-45_sp {
    margin-bottom: -45px !important;
  }
  .u-mb50_sp {
    margin-bottom: 50px !important;
  }
  .u-mt10_sp {
    margin-top: 10px !important;
  }
  .u-mt30_sp {
    margin-top: 30px !important;
  }
  .u-pt10_sp {
    padding-top: 10px !important;
  }
  .u-pt50_sp {
    padding-top: 50px !important;
  }
  .u-pb10_sp {
    padding-bottom: 10px !important;
  }
  .u-pb50_sp {
    padding-bottom: 50px !important;
  }
  .u-pb30_sp {
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt0_pc {
    margin-top: 0px !important;
  }
  .u-mt30_pc {
    margin-top: 30px !important;
  }
  .u-mt50_pc {
    margin-top: 50px !important;
  }
  .u-mb15_pc {
    margin-bottom: 15px !important;
  }
  .u-mb30_pc {
    margin-bottom: 30px !important;
  }
  .u-mlsmall_pc {
    margin-left: 2.5rem !important;
  }
  .u-mb45_pc {
    margin-bottom: 45px !important;
  }
  .u-pt0_pc {
    padding-top: 0px !important;
  }
  .u-pt30_pc {
    padding-top: 30px !important;
  }
  .u-pt45_pc {
    padding-top: 45px !important;
  }
  .u-pb45_pc {
    padding-bottom: 45px !important;
  }
}

/*# sourceMappingURL=maps/style.css.map */
