@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #FFF;
  color: #333;
  *font: x-small;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  *font-size: small;
  font-size: 14px;
  line-height: 1.5;
}

@font-face {
  src: local("Yu Gothic Medium");
  font-family: "Yu Gothic";
  font-weight: 100;
}

@font-face {
  src: local("Yu Gothic Medium");
  font-family: "Yu Gothic";
  font-weight: 200;
}

@font-face {
  src: local("Yu Gothic Medium");
  font-family: "Yu Gothic";
  font-weight: 300;
}

@font-face {
  src: local("Yu Gothic Medium");
  font-family: "Yu Gothic";
  font-weight: 400;
}

@font-face {
  src: local("Yu Gothic Bold");
  font-family: "Yu Gothic";
  font-weight: bold;
}

h1, h2, h3, h4, h5, p, ul, ol, li, img, table, th, td, dl, dt, dd {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

img {
  max-width: 100%;
  height: auto;
}

a img {
  transition: opacity 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}

a:hover img {
  opacity: 0.7;
}

figure {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 600px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

#wrap {
  position: relative;
  overflow: hidden;
}

.engagementvideo .l-sec {
  padding: 70px 40px;
}

@media (max-width: 1190px) and (min-width: 751px) {
  .engagementvideo .l-sec {
    padding: 70px 20px;
  }
}

@media (max-width: 750px) {
  .engagementvideo .l-sec {
    padding: 60px 12px 50px;
  }
}

.engagementvideo .l-sec_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.engagementvideo a {
  color: #000;
  text-decoration: none;
}

#wrap #nbpc_wrap {
  padding-top: 0;
}

#wrap #nbpc_wrap header {
  z-index: 999;
  position: relative;
}

@media (min-width: 751px) {
  #wrap #nbpc_wrap .gNav .menu_inner {
    top: 52px;
  }
}

footer {
  position: relative;
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
}

footer .footer_inner {
  padding: 40px 20px 50px;
}

footer .footer_inner .footer_inner_txt {
  margin: 0 0 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 1130px) {
  footer .footer_inner .footer_inner_txt .br1 {
    display: block;
  }
}

@media (max-width: 768px) {
  footer .footer_inner .footer_inner_txt {
    font-size: 24px;
  }
}

footer .footer_induction {
  margin: 0 0 40px;
  padding: 20px 20px 80px;
  border-bottom: 2px solid #009a3a;
}

footer .footer_induction .footer_induction_txt {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.0;
}

footer .footer_induction a img {
  vertical-align: bottom;
}

@media (max-width: 1130px) {
  footer .footer_induction .footer_induction_txt .br1, footer .footer_induction .footer_induction_txt .br3 {
    display: block;
  }
  footer .footer_induction .footer_induction_txt .br2 {
    display: none;
  }
}

@media (max-width: 768px) {
  footer .footer_induction {
    padding: 0 20px 50px;
  }
  footer .footer_induction .footer_induction_txt {
    font-size: 17px;
  }
  footer .footer_induction .footer_induction_txt .br1 {
    display: inline;
  }
  footer .footer_induction .footer_induction_txt .br2 {
    display: block;
  }
}

@media (max-width: 350px) {
  footer .footer_induction .footer_induction_txt {
    font-size: 15px;
  }
}

@media (max-width: 599px) {
  footer .footer_inner {
    padding: 40px 12px 50px;
  }
  footer .footer_inner .footer_inner_txt {
    padding: 0 14px;
    text-align: left;
    font-size: 20px;
    text-align: left;
  }
  footer .footer_inner .footer_inner_txt .br1 {
    display: inline;
  }
}

footer a.btn {
  position: relative;
  display: inline-block;
  width: 35.6%;
  min-width: 310px;
  padding: 27px 15px;
  background-color: #ff6631;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.21, 0.6, 0.35, 1);
}

footer a.btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

footer a.btn:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  footer a.btn {
    box-sizing: border-box;
    width: 100%;
  }
}

@media (max-width: 599px) {
  footer a.btn {
    padding: 16px 15px;
    min-width: 250px;
    font-size: 19px;
  }
  footer a.btn:after {
    right: 14px;
    width: 8px;
    height: 8px;
  }
}

footer p {
  margin-bottom: 20px;
}

footer p.logo {
  width: 220px;
  margin: 0 auto 20px;
}

footer p.copy {
  font-size: 11px;
  text-align: center;
}

footer p.top_corp {
  position: absolute;
  right: 40px;
  bottom: 12px;
  text-align: left;
}

@media (max-width: 1024px) {
  footer p.top_corp {
    right: 10px;
  }
}

@media (max-width: 768px) {
  footer p.top_corp {
    display: none;
  }
}

footer p.top_corp a {
  position: relative;
  display: block;
  padding: 17px 62px 14px 12px;
  border: #016eb0 solid 1px;
  background-color: #ffffff;
  color: #016eb0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
}

footer p.top_corp a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #016eb0;
  border-right: 3px solid #016eb0;
}

footer p.top_corp a:hover {
  background-color: #016eb0;
  color: #ffffff;
}

footer p.top_corp a:hover:after {
  border-color: #ffffff;
}

@media (max-width: 1024px) {
  footer p.top_corp a {
    padding: 14px 30px 14px 12px;
    font-size: 16px;
  }
}

.engagementvideo .-arrow_bottom:after,
.engagementvideo .-arrow_right:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
}

@media (max-width: 750px) {
  .engagementvideo .-arrow_bottom:after,
  .engagementvideo .-arrow_right:after {
    right: 12px;
    width: 6.5px;
    height: 6.5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.engagementvideo .-arrow_bottom:after {
  -webkit-transform: translateY(-78%) rotate(135deg);
  transform: translateY(-78%) rotate(135deg);
}

.engagementvideo .-arrow_right:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.-new_window:after {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 10px;
  background: url("../images/icon-window.png") no-repeat center;
  background-size: contain;
  content: '';
}

@media (max-width: 750px) {
  .-new_window:after {
    width: 10px;
    margin-left: 6px;
  }
}

.engagementvideo {
  position: relative;
}

.engagementvideo .p-mv {
  position: relative;
  background: #ffffff;
  margin: 0px 0 -40px;
}

.engagementvideo .p-mv_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 50px;
  text-align: center;
}

.engagementvideo .p-mv_title img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.engagementvideo .p-mv_title img.title_txt {
  width: 44.5%;
  max-width: 530px;
}

.engagementvideo .p-mv_title img.title_mv {
  width: 49.5%;
  max-width: 592px;
  padding: 10px 0 0;
  margin: 0 0 0 6%;
}

.engagementvideo .p-mv_lead {
  color: #009a3a;
  font-size: 1rem;
  text-align: center;
}

.engagementvideo .p-mv_anchor {
  padding: 25px 0 0;
  border-top: 1px solid #eee;
}

.engagementvideo .p-mv_anchor ul {
  display: flex;
  justify-content: center;
}

.engagementvideo .p-mv_anchor ul li a {
  position: relative;
  margin: 0 1em;
  color: #009a3a;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
  transition: 0.3s cubic-bezier(0.21, 0.6, 0.35, 1);
}

.engagementvideo .p-mv_anchor ul li a:hover {
  opacity: 0.6;
}

.engagementvideo .p-mv_anchor ul li a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 6px solid #009a3a;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

@media (max-width: 1150px) {
  .engagementvideo .p-mv_anchor ul li a {
    margin: 0 0.5em;
    font-size: 0.9375rem;
  }
}

@media (max-width: 975px) {
  .engagementvideo .p-mv_anchor {
    display: none;
  }
}

@media (max-width: 599px) {
  .engagementvideo .p-mv {
    margin: -15px 0 -20px;
  }
  .engagementvideo .p-mv_title {
    display: block;
    padding: 0 0 30px;
  }
  .engagementvideo .p-mv_title img.title_txt {
    width: 83%;
    margin: 0 auto;
  }
  .engagementvideo .p-mv_title img.title_mv {
    width: 90%;
    padding: 29px 0 0;
    margin: 0 auto;
  }
  .engagementvideo .p-mv_lead {
    text-align: left;
  }
}

.p-intro {
  position: relative;
  padding-top: 55px;
  padding-bottom: 70px;
  background: #009a3a;
}

.p-intro_grid {
  max-width: 1180px;
  margin: 0 auto;
}

.p-intro_title {
  color: #fff462;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.p-intro_title .sub {
  display: block;
  margin: 3px 0 17px;
  color: #ffffff;
  font-size: 1.375rem;
}

.p-intro_title .sub .emphasis {
  position: relative;
  font-style: normal;
}

.p-intro_title .sub .emphasis:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 3px;
}

.p-intro_txt {
  margin: 0.5em 0;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 2.0;
}

.p-intro_catch {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}

.p-intro_catch .emphasis {
  color: #fff462;
}

.p-intro_catch_txt {
  margin: 0.5em 0;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 2.0;
}

@media (max-width: 599px) {
  .p-intro_title {
    font-size: 1.5625rem;
  }
  .p-intro_title .sub {
    font-size: 1.125rem;
  }
  .p-intro_txt {
    margin: 20px 0 0;
    font-size: 1.0625rem;
  }
  .p-intro_catch {
    margin: 24px 0 0;
    font-size: 1.375rem;
  }
  .p-intro_catch_txt {
    font-size: 1.0625rem;
  }
}

@media (max-width: 480px) {
  .p-intro_title {
    text-align: left;
  }
  .p-intro_catch {
    text-align: left;
  }
}

.p-element {
  background: #ffffff;
}

.p-element .l-sec_inner {
  margin-bottom: -80px;
}

@media (max-width: 599px) {
  .p-element .l-sec_inner {
    margin-bottom: -40px;
  }
}

.p-element_head {
  position: relative;
  background: #ffffff;
  margin: -150px 0 0;
  padding: 40px 65px 70px;
}

.p-element_head:after {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 64px;
  background: url("../images/icon_hatena.png") no-repeat center center;
  background-size: auto 100%;
}

.p-element_head_title {
  margin: 2px 0 7px;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-element_head_title .emphasis {
  color: #009a3a;
  font-style: normal;
}

@media (max-width: 599px) {
  .p-element_head_title {
    font-size: 1.25rem;
  }
}

.p-element_head_lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.0;
}

@media (max-width: 599px) {
  .p-element_head {
    margin: -15px 0 50px;
    padding: 0;
  }
  .p-element_head:after {
    top: -78px;
    height: 58px;
  }
  .p-element_head_title {
    margin: 6px 0 13px;
  }
}

.p-element_grid {
  display: flex;
  justify-content: space-between;
}

.p-element_grid .p-panel {
  width: 48.3%;
}

.p-element_grid .p-panel:last-of-type {
  margin: 0 0 0 3.4%;
}

@media (max-width: 768px) {
  .p-element_grid {
    display: block;
  }
  .p-element_grid .p-panel {
    width: auto;
  }
  .p-element_grid .p-panel:last-of-type {
    margin: 0;
  }
}

.p-panel {
  position: relative;
  border-top: 2px solid #009a3a;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
}

.p-panel_inner {
  display: flex;
  flex-wrap: wrap;
}

.p-panel_col {
  width: 48.3%;
}

.p-panel_col:nth-of-type(even) {
  margin: 0 0 0 3.4%;
}

.p-panel .icon {
  margin: 0 auto 20px;
}

.p-panel .icon img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.p-panel.-panel01 .icon {
  padding: 0 17%;
  max-width: 270px;
}

.p-panel.-panel02 .icon {
  padding: 0 23%;
  max-width: 227px;
}

.p-panel .title {
  color: #009a3a;
  font-size: 1.375rem;
  font-weight: bold;
}

.p-panel .title .emphasis {
  font-size: 2.25rem;
  line-height: 1.4;
}

.p-panel .title .marker {
  display: inline-block;
  background: #fff462;
  margin: 6px 0 0;
  padding: 5px 22px;
}

@media (max-width: 599px) {
  .p-panel .title {
    font-size: 1.125rem;
  }
  .p-panel .title .emphasis {
    font-size: 1.5625rem;
  }
}

@media (max-width: 320px) {
  .p-panel .title .emphasis {
    font-size: 1.375rem;
  }
}

.p-panel .lead {
  margin: 30px 0 25px;
  color: #009a3a;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 500;
}

.p-panel .lead .sub {
  display: block;
  margin: -5px 0 0;
  font-size: 1.125rem;
  font-weight: bold;
}

@media (max-width: 599px) {
  .p-panel .lead {
    font-size: 1.0625rem;
  }
}

.p-panel .txt {
  margin: 0 0 1.9em;
  font-size: 1rem;
  line-height: 2.0;
}

.p-panel .media_wrapper {
  background: #eeeeee;
  margin: 0 0 8%;
  padding: 30px;
}

.p-panel .media_wrapper.yt {
  padding: 8% 8% 5%;
}

.p-panel .media_wrapper .yt_wrapper {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0;
}

.p-panel .media_wrapper .yt_wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.p-panel .media_wrapper .yt_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-panel .media_wrapper .yt_wrapper + .yt_wrapper {
  margin: 5% 0 0;
}

.p-panel .media_wrapper .img_wrapper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-panel .media_wrapper .img_wrapper figcaption {
  width: 40.5%;
  margin: 0 0 0 3.5%;
  font-size: 0.75rem;
}

.p-panel .media_wrapper .cap {
  margin: 1.5em 0 0;
  font-size: 0.75rem;
}

@media (max-width: 1024px) {
  .p-panel .media_wrapper {
    padding: 7% 7% 5%;
  }
}

@media (max-width: 768px) {
  .p-panel .media_wrapper {
    margin: 0 0 30px;
  }
}

@media (max-width: 599px) {
  .p-panel .media_wrapper {
    padding: 20px 15px 15px;
  }
  .p-panel .media_wrapper.yt {
    padding: 20px 15px 15px;
  }
  .p-panel .media_wrapper .img_wrapper {
    display: block;
  }
  .p-panel .media_wrapper .img_wrapper p {
    width: auto;
  }
  .p-panel .media_wrapper .img_wrapper figcaption {
    width: auto;
    margin: 1.5em 0 0;
  }
  .p-panel .media_wrapper .cap {
    margin: 1.5em 0 0;
  }
}

.p-panel.-panel03 .media_wrapper {
  margin: auto 0 8%;
}

@media screen and (min-width: 768px) and (max-width: 1150px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 1150px) and (-ms-high-contrast: none) {
  .p-panel.-panel03 .media_wrapper {
    position: absolute;
    bottom: 3%;
  }
}

@media (max-width: 768px) {
  .p-panel {
    display: block;
  }
  .p-panel_inner {
    display: block;
  }
  .p-panel_col {
    width: auto;
  }
  .p-panel_col:nth-of-type(even) {
    margin: 0;
  }
}

@media (max-width: 599px) {
  .p-panel {
    padding: 30px 0 10px;
  }
  .p-panel_col.media {
    margin-top: -10px;
  }
}

.p-point {
  background: #009a3a;
}

.p-point_title {
  color: #fff462;
  font-size: 2.25rem;
  font-weight: bold;
}

@media (max-width: 599px) {
  .p-point_title {
    font-size: 1.5625rem;
  }
}

@media (max-width: 370px) {
  .p-point_title .u-br_tab {
    display: none;
  }
}

.p-point_lead {
  margin: 40px 0 30px;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.0;
}

@media (max-width: 599px) {
  .p-point_lead {
    margin: 20px 0 40px;
    font-size: 1.0625rem;
  }
}

.p-point_item .ttl {
  background: #ffffff;
  padding: 9px 20px 7px;
  font-size: 1.5rem;
  font-weight: bold;
}

.p-point_item .ttl .no {
  color: #009a3a;
}

@media (max-width: 599px) {
  .p-point_item .ttl {
    padding: 11px 24px 9px;
    font-size: 1.25rem;
  }
}

.p-point_item .txt {
  margin: 20px 0 30px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 2.0;
}

@media (max-width: 599px) {
  .p-point_item .txt {
    margin: 25px 0 40px;
  }
}

.p-point_note {
  margin: 80px 0 40px;
  padding: 25px 0 35px;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.p-point_note dl {
  text-align: center;
}

.p-point_note dt {
  margin: 0 0 10px;
  font-size: 1.375rem;
  font-weight: bold;
}

.p-point_note dd {
  font-size: 1.125rem;
}

.p-point_note a {
  color: #fff462;
  text-decoration: underline;
  transition: 0.3s cubic-bezier(0.21, 0.6, 0.35, 1);
}

.p-point_note a:hover {
  opacity: 0.7;
}

@media (max-width: 599px) {
  .p-point_note {
    margin: 60px 0 40px;
  }
  .p-point_note dd {
    font-size: 1.0625rem;
  }
}

.p-point_cost dl {
  display: flex;
  align-items: center;
  background: #ffffff;
  margin: 0 0 20px;
  padding: 12px 20px;
  color: #009a3a;
}

.p-point_cost dt {
  font-size: 1.375rem;
  font-weight: bold;
}

.p-point_cost dd {
  padding: 0 0 0 15px;
  font-size: 1rem;
}

.p-point_cost dd.price {
  flex-shrink: 0;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .p-point_cost dl {
    display: block;
    margin: 0 0 20px;
  }
  .p-point_cost dt {
    display: inline;
  }
  .p-point_cost dd {
    padding: 10px 0 0;
  }
  .p-point_cost dd.price {
    display: inline;
    padding-left: 1em;
  }
}

@media (max-width: 599px) {
  .p-point_cost dl {
    margin: 0 0 10px;
    padding: 21px 21px;
  }
}

.p-point_arrow {
  position: relative;
  margin: -10px 0 40px;
  padding: 0 0 34px;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.p-point_arrow:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 22px solid #ffffff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

@media (max-width: 599px) {
  .p-point_arrow {
    font-size: 1.125rem;
  }
}

.p-seminar {
  background: #ffffff;
  padding: 50px 40px;
}

.p-seminar_title {
  font-size: 1.5rem;
  text-align: center;
}

@media (max-width: 349px) {
  .p-seminar_title {
    font-size: 1.375rem;
  }
}

.p-seminar_lead {
  margin: 20px 0 30px;
  font-size: 1rem;
  line-height: 2.0;
}

.p-seminar_grid {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.p-seminar_grid_item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.p-seminar_grid_item:nth-of-type(odd) {
  padding-right: 40px;
}

.p-seminar_grid_item:nth-of-type(even) {
  padding-left: 40px;
  border-left: 1px solid #009a3a;
}

@media (max-width: 768px) {
  .p-seminar_grid {
    margin: 0 0 30px;
  }
  .p-seminar_grid_item:nth-of-type(odd) {
    padding-right: 20px;
  }
  .p-seminar_grid_item:nth-of-type(even) {
    padding-left: 20px;
  }
}

@media (max-width: 599px) {
  .p-seminar_grid {
    margin: 0;
    border-top: 1px solid #009a3a;
    display: block;
  }
  .p-seminar_grid_item {
    display: block;
    width: auto;
  }
  .p-seminar_grid_item:nth-of-type(odd) {
    padding: 30px 0;
  }
  .p-seminar_grid_item:nth-of-type(even) {
    padding: 30px 0;
    border-top: 1px solid #009a3a;
    border-left: none;
  }
}

@media (max-width: 768px) {
  .p-seminar {
    padding: 30px 20px 10px;
  }
}

@media (max-width: 349px) {
  .p-seminar {
    padding: 30px 10px 10px;
  }
}

.p-chapter_img {
  margin: 0 auto;
  max-width: 280px;
}

.p-chapter_img img {
  width: 100%;
  height: auto;
}

@media (max-width: 599px) {
  .p-chapter_img {
    max-width: 250px;
  }
}

.p-chapter_title {
  width: 100%;
  margin: 25px 0;
  font-size: 1.25rem;
}

@media (max-width: 599px) {
  .p-chapter_title {
    margin: 20px 0 10px;
  }
}

.p-chapter_txt {
  width: 100%;
  margin: 0 0 20px;
  font-size: 1rem;
}

.p-chapter_btn {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  margin: auto auto 0;
  width: 100%;
  max-width: 280px;
  padding: 17px 20px;
  background: #fff462;
  color: #009a3a;
  font-size: 1.125rem;
  text-align: center;
  transition: 0.3s cubic-bezier(0.21, 0.6, 0.35, 1);
}

.p-chapter_btn span {
  color: #009a3a;
}

.p-chapter_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #009a3a;
  border-right: 2px solid #009a3a;
}

@media (min-width: 599px) and (max-width: 660px) {
  .p-chapter_btn {
    font-size: 1rem;
  }
}

@media (max-width: 380px) {
  .p-chapter_btn {
    max-width: initial;
    margin: 0;
  }
}

@media (max-width: 349px) {
  .p-chapter_btn {
    font-size: 1rem;
  }
}

.p-list_5w1h {
  display: flex;
  border-top: 1px solid #fff;
  color: #ffffff;
}

.p-list_5w1h .en {
  width: 8%;
  flex-shrink: 0;
  padding: 23px 6px 17px 6px;
  font-size: 1.5rem;
  font-weight: bold;
}

.p-list_5w1h .jp {
  box-sizing: border-box;
  width: 25%;
  padding: 22px 40px;
  background: #26a957;
  color: #fff462;
  font-size: 1.5rem;
  font-weight: bold;
}

.p-list_5w1h .details {
  box-sizing: border-box;
  width: 65%;
  padding: 15px 30px 10px 40px;
}

.p-list_5w1h .details .intent {
  margin: 0 0 1px;
  font-size: 1.125rem;
  font-weight: bold;
}

.p-list_5w1h .details .ex {
  font-size: 1rem;
}

.p-list_5w1h .details .ex .note {
  font-size: 0.875rem;
}

.p-list_5w1h_wrapper {
  margin: -10px 0 45px;
  border-bottom: 1px solid #fff;
}

@media (max-width: 1024px) {
  .p-list_5w1h .jp {
    padding: 22px 24px;
  }
}

@media (max-width: 960px) {
  .p-list_5w1h .en {
    width: 11%;
  }
}

@media (max-width: 768px) {
  .p-list_5w1h {
    flex-wrap: wrap;
    border-top: 2px solid #fff;
  }
  .p-list_5w1h .en {
    box-sizing: border-box;
    width: 24%;
  }
  .p-list_5w1h .jp {
    width: 76%;
    margin: 0 0 0 auto;
  }
  .p-list_5w1h .details {
    width: 100%;
    padding: 15px 10px 10px 8px;
    border-top: 1px solid #ffffff;
  }
  .p-list_5w1h .details .ex .note {
    display: block;
  }
}

@media (max-width: 599px) {
  .p-list_5w1h .en {
    padding: 18px 6px 12px;
    font-size: 1.125rem;
  }
  .p-list_5w1h .jp {
    padding: 17px 20px;
    font-size: 1.125rem;
  }
  .p-list_5w1h .details .intent {
    margin: 0 0 2px;
  }
}

.p-contact_btn {
  display: flex;
  position: fixed;
  z-index: 10;
  bottom: -60px;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  height: 56px;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.p-contact_btn a {
  box-sizing: border-box;
  display: block;
  width: 50%;
  height: 56px;
  line-height: 56px;
  padding: 0 20px 0 0;
  font-size: 1.375rem;
  font-weight: bold;
  transition: all 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}

.p-contact_btn a span {
  position: relative;
}

.p-contact_btn a span:after {
  content: "";
  display: block;
  position: absolute;
  top: 49%;
  transform: translateY(-50%) rotate(45deg);
  right: -18px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #009a3a;
  border-right: 2px solid #009a3a;
}

.p-contact_btn a.contact {
  background: #ff6631;
  color: #ffffff;
}

.p-contact_btn a.contact span:after {
  border-color: #ffffff;
}

.p-contact_btn a.entry {
  background: #fff462;
  color: #009a3a;
}

.p-contact_btn a:hover {
  opacity: 0.6;
}

.p-contact_btn.-active {
  bottom: 0;
}

@media (max-width: 1200px) {
  .p-contact_btn a {
    font-size: 1.125rem;
  }
}

@media (max-width: 950px) {
  .p-contact_btn a {
    font-size: 0.9375rem;
  }
}

@media (max-width: 768px) {
  .p-contact_btn a {
    width: 100%;
    font-size: 1.375rem;
  }
  .p-contact_btn a.entry {
    display: none;
  }
}

@media (max-width: 599px) {
  .p-contact_btn a {
    font-size: 1.25rem;
  }
  .p-contact_btn a span {
    right: -14px;
    width: 8px;
    height: 8px;
  }
}

.u-br_mdpc {
  display: none;
}

.u-br_tab {
  display: none;
}

.u-br_mdsp {
  display: none;
}

@media (max-width: 1190px) {
  .u-br_mdpc {
    display: block;
  }
}

@media (max-width: 768px) {
  .u-br_mdpc {
    display: none;
  }
  .u-br_tab {
    display: block;
  }
}

@media (max-width: 599px) {
  .u-br_mdsp {
    display: block;
  }
}
