@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
body {
  margin: 0;
}

#container {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6875;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  min-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#container div, #container span, #container iframe, #container h1, #container h2, #container h3, #container h4, #container h5, #container h6, #container p, #container a, #container em, #container img, #container small, #container strong, #container i, #container ol, #container ul, #container li, #container figure, #container figcaption, #container section, #container time {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
#container h1, #container h2, #container h3, #container h4, #container h5, #container h6 {
  background: none;
  text-indent: 0;
  color: inherit;
}
#container a {
  color: #333333;
  text-decoration: none;
}
#container a img {
  border: none;
}
#container ol, #container ul {
  list-style: none;
}
#container figcaption, #container figure, #container section {
  display: block;
}
#container *,
#container *:before,
#container *:after {
  box-sizing: border-box;
  max-height: 99999em;
  word-break: break-word;
}
#container img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
#container .wrapper {
  width: 890px;
}
#container .trans {
  opacity: 1;
  transition: opacity 0.26s ease;
}
#container .trans:hover {
  opacity: 0.8;
}

#container .section-interview .wrapper {
  padding: 0 0 56px;
}
#container .section-interview .image-banner {
  width: 889px;
  margin-bottom: 8px;
}
#container .section-interview .image-banner img {
  width: 100%;
  border-radius: 9px;
}
#container .section-interview .note {
  font-size: 13px;
  text-align: right;
  margin-bottom: 32px;
}
#container .section-interview .text-bold {
  font-weight: 700;
}
#container .section-interview .title-common {
  width: 100%;
  min-height: 96px;
  font-size: 22px;
  line-height: 1.46;
  border-radius: 4px;
  margin-bottom: 32px;
  padding: 16px 56px;
  background-color: #18a469;
  color: #fff;
  position: relative;
}
#container .section-interview .title-common:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 64px;
  background-color: #66c79e;
  left: 24px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  border-radius: 5px;
}
#container .section-interview .text-common {
  margin-bottom: 24px;
}
#container .section-interview .text-bottom {
  margin-bottom: 64px;
}
#container .section-interview .block-content {
  margin-bottom: 56px;
}
#container .section-interview .sub-title {
  font-size: 22px;
  color: #18a469;
  font-weight: 700;
  position: relative;
  margin-bottom: 48px;
}
#container .section-interview .sub-title:after {
  position: absolute;
  content: "";
  background: url(../images/line_blue_pc.png) bottom center;
  width: 100%;
  height: 10px;
  top: calc(100% + 7px);
  left: 0;
}
#container .section-interview .block-gymnastics {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
#container .section-interview .block-gymnastics .block-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 517px;
  margin-right: 24px;
}
#container .section-interview .image-gymnastics {
  width: 350px;
}
#container .section-interview .image-gymnastics img {
  width: 100%;
}
#container .section-interview .text-health {
  color: #18a469;
  font-size: 22px;
  text-align: center;
  line-height: 1.46;
  font-weight: 700;
  width: 100%;
  margin: 80px 0 56px;
  position: relative;
}
#container .section-interview .text-health:before {
  position: absolute;
  content: "";
  background: url(../images/icon_arrow_pc.png) center/100% auto no-repeat;
  width: 32px;
  height: 31px;
  top: 93%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: -1;
}
#container .section-interview .text-health:after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 32px 25px;
  border-color: #fff transparent transparent;
  top: 79%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
#container .section-interview .text-health span {
  min-height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #fff;
  border: solid 3px #66c79e;
  border-radius: 4px;
  z-index: 1;
  padding-bottom: 4px;
}
#container .section-interview .list-health {
  counter-reset: my-awesome-counter;
  margin-bottom: 88px;
}
#container .section-interview .list-health li {
  margin-bottom: 32px;
}
#container .section-interview .item-text {
  position: relative;
  font-weight: 700;
  min-height: 48px;
  font-size: 19px;
  color: #18a469;
  line-height: 1.368;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  counter-increment: my-awesome-counter;
  background-color: #f2fbf8;
  margin-bottom: 24px;
  padding: 6px 72px;
}
#container .section-interview .item-text:before {
  position: absolute;
  left: 0;
  content: counter(my-awesome-counter);
  color: #fff;
  width: 48px;
  height: 48px;
  background-color: #18a469;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 3px;
}
#container .section-interview .image-olympics {
  width: 598px;
  margin: 45px auto -8px;
}
#container .section-interview .image-olympics img {
  width: 100%;
  margin-bottom: 8px;
}
#container .section-interview .image-olympics .note {
  text-align: left;
}
#container .section-interview .block-profile,
#container .section-interview .content-profile {
  border-top: solid 3px #18a469;
  border-bottom: solid 3px #18a469;
}
#container .section-interview .block-profile {
  margin-bottom: 32px;
  padding: 3px 0;
}
#container .section-interview .info-profile {
  margin-bottom: 80px;
}
#container .section-interview .content-profile {
  position: relative;
  padding: 24px 0;
}
#container .section-interview .banner-profile {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  color: #18a469;
  width: 150px;
  background-color: #fff;
  position: absolute;
  top: -21px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
#container .section-interview .image-profile {
  width: 165px;
}
#container .section-interview .image-profile img {
  width: 100%;
}
#container .section-interview .detail-profile {
  display: -ms-flexbox;
  display: flex;
}
#container .section-interview .profile-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 32px;
}
#container .section-interview .name-profile {
  font-size: 17px;
  color: #18a469;
  margin-bottom: 8px;
}
#container .section-interview .text-profile,
#container .section-interview .text-interview,
#container .section-interview .contact-left {
  font-size: 14px;
  line-height: 1.95;
}
#container .section-interview .text-interview {
  margin-bottom: 16px;
}
#container .section-interview .list-image {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px 24px;
}
#container .section-interview .list-image li {
  width: 150px;
  margin: 0 16px 8px;
}
#container .section-interview .list-image li img {
  width: 100%;
}
#container .section-interview .contact-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 124px;
  margin-right: 8px;
}
#container .section-interview .contact-left .paper,
#container .section-interview .contact-left .number {
  position: relative;
  padding-left: 45px;
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#container .section-interview .contact-left .paper:before,
#container .section-interview .contact-left .number:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: center/100% auto no-repeat;
  width: 30px;
  height: 31px;
}
#container .section-interview .contact-left .paper {
  margin-bottom: 15px;
}
#container .section-interview .contact-left .paper:before {
  background-image: url(../images/icon_interview_01_pc.png);
}
#container .section-interview .contact-left .number:before {
  background-image: url(../images/icon_interview_02_pc.png);
}
#container .section-interview .block-interview {
  border: solid 1px #66c79e;
  background-color: #f2fbf8;
  padding: 32px 32px 16px;
}
#container .section-interview .interview-title {
  margin-bottom: 24px;
}
#container .section-interview .contact {
  display: -ms-flexbox;
  display: flex;
}
#container .section-interview .list-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#container .section-interview .list-contact li {
  background-color: #18a469;
  border-radius: 5px;
  margin-bottom: 16px;
}
#container .section-interview .list-contact a {
  width: 340px;
  min-height: 50px;
  color: #fff;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#container .section-interview .is-bottom {
  margin-bottom: 80px;
}

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