@charset "UTF-8";
/* ==========================================================================
PAGE
========================================================================== */
/* main-visual
========================================================================== */
.main-visual {
  background: url(../img/main_img.png) no-repeat 50% 50%;
  background-size: cover;
  height: 550px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-visual {
    background-image: url(../img/main_img-sp.png);
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
  }
}
.main-visual h1 {
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-visual h1 span {
  display: block;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .main-visual h1 {
    font-size: 1.7em;
  }
  .main-visual h1 img {
    width: 343px;
  }
  .main-visual h1 span {
    display: block;
    margin-top: 20px;
  }
}

/* top-content
========================================================================== */
.top-content {
  margin-bottom: 70px;
}
.top-content:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .top-content {
    margin-bottom: 60px;
  }
}

/* top-reason
========================================================================== */
.top-reason {
  /* top-reason_support
  ========================================================================== */
  /* top-reason_step
  ========================================================================== */
  /* top-reason_market
  ========================================================================== */
}
.top-reason .top-reason_strong-list > ol {
  counter-reset: ol;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-reason .top-reason_strong-list > ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-reason .top-reason_strong-list > ol > li {
  background-color: #fff;
  counter-increment: ol;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-right: 20px;
  min-height: 270px;
  padding: 40px 20px 0;
  text-align: center;
  width: 255px;
  position: relative;
}
.top-reason .top-reason_strong-list > ol > li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .top-reason .top-reason_strong-list > ol > li {
    font-size: 1.2rem;
    margin-right: 2.8%;
    min-height: 175px;
    padding: 15px 15px;
    width: 48.5%;
  }
  .top-reason .top-reason_strong-list > ol > li:nth-child(n+3) {
    margin-top: 2.8%;
  }
  .top-reason .top-reason_strong-list > ol > li:nth-child(2n) {
    margin-right: 0;
  }
  .top-reason .top-reason_strong-list > ol > li:nth-child(4n) {
    margin-right: 0;
  }
  .top-reason .top-reason_strong-list > ol > li:nth-child(1) figure {
    width: 65px;
  }
  .top-reason .top-reason_strong-list > ol > li:nth-child(2) figure {
    width: 53px;
  }
  .top-reason .top-reason_strong-list > ol > li:nth-child(3) figure {
    width: 77px;
  }
  .top-reason .top-reason_strong-list > ol > li:nth-child(4) figure {
    width: 70px;
  }
}
.top-reason .top-reason_strong-list > ol > li figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .top-reason .top-reason_strong-list > ol > li figure {
    height: 64px;
    margin: 0 auto 20px;
  }
}
.top-reason .top-reason_strong-list > ol > li > h4 {
  color: #4fb6d4;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-reason .top-reason_strong-list > ol > li > h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.top-reason .top-reason_strong-list > ol > li:before {
  background-color: #263973;
  content: "0" counter(ol);
  color: #4fb6d4;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-indent: -0.1em;
  width: 45px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .top-reason .top-reason_strong-list > ol > li:before {
    font-size: 1.5rem;
    height: 25px;
    line-height: 25px;
    width: 25px;
  }
}
.top-reason .top-reason_support .top-reason_support_text > p {
  margin-top: 60px;
  line-height: 1.67;
}
.top-reason .top-reason_support .top-reason_support_text > p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .top-reason .top-reason_support .top-reason_support_text > p {
    margin-top: 30px;
  }
}
.top-reason .top-reason_step_img {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top-reason .top-reason_step_img {
    margin-top: 30px;
    overflow-x: auto;
  }
}
.top-reason .top-reason_step {
  background-color: #fff;
  margin-top: 40px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .top-reason .top-reason_step {
    margin-top: 30px;
    padding: 25px 15px 15px;
  }
}
.top-reason .top-reason_step h4 {
  color: #263973;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-reason .top-reason_step h4 {
    font-size: 1.6em;
  }
}
.top-reason .top-reason_step ol {
  counter-reset: step;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-reason .top-reason_step ol li {
  background: no-repeat 100% 0;
  color: #fff;
  counter-increment: step;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.38;
  padding: 15px 36px 15px 0;
  position: relative;
}
.top-reason .top-reason_step ol li:nth-child(1) {
  background-color: #5a70b6;
  background-image: url(../img/top-step_img01.png);
}
.top-reason .top-reason_step ol li:nth-child(2) {
  background-color: #41589f;
  background-image: url(../img/top-step_img02.png);
}
.top-reason .top-reason_step ol li:nth-child(3) {
  background-color: #41589f;
  background-image: url(../img/top-step_img03.png);
}
.top-reason .top-reason_step ol li:nth-child(4) {
  background-color: #314687;
  background-image: url(../img/top-step_img03.png);
}
.top-reason .top-reason_step ol li:nth-child(5) {
  background-color: #873737;
  background-image: url(../img/top-step_img04.png);
}
.top-reason .top-reason_step ol li:nth-child(5):before {
  color: #ffe400;
}
@media screen and (max-width: 767px) {
  .top-reason .top-reason_step ol li {
    display: block;
    font-size: 1.6rem;
    margin-right: 10px;
    padding: 70px 0 20px;
    width: 100%;
  }
  .top-reason .top-reason_step ol li:last-child {
    margin-right: 0;
  }
  .top-reason .top-reason_step ol li:after {
    border-color: transparent transparent transparent #000;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top-reason .top-reason_step ol li:nth-child(1) {
    background-image: none;
  }
  .top-reason .top-reason_step ol li:nth-child(1):after {
    border-left-color: #5a70b6;
  }
  .top-reason .top-reason_step ol li:nth-child(2) {
    background-image: none;
  }
  .top-reason .top-reason_step ol li:nth-child(2):after {
    border-left-color: #41589f;
  }
  .top-reason .top-reason_step ol li:nth-child(3) {
    background-image: none;
  }
  .top-reason .top-reason_step ol li:nth-child(3):after {
    border-left-color: #314687;
  }
  .top-reason .top-reason_step ol li:nth-child(4) {
    background-image: none;
  }
  .top-reason .top-reason_step ol li:nth-child(4):after {
    content: none;
  }
}
.top-reason .top-reason_step ol li:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px dotted rgba(255, 255, 255, 0.3);
  color: #81cde3;
  content: "0" counter(step);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.8rem;
  font-style: italic;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  text-align: center;
  width: 68px;
}
@media screen and (max-width: 767px) {
  .top-reason .top-reason_step ol li:before {
    border-bottom: 1px dotted #fff;
    border-right: 0;
    text-indent: -0.1em;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top-reason .top-reason_step ol li p {
  -ms-flex-item-align: center;
      align-self: center;
  min-width: 158px;
  padding-left: 15px;
  text-align: left;
}
.top-reason .top-reason_step ol li p > span {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-reason .top-reason_step ol li p {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .top-reason .top-reason_step ol li p > span {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.top-reason .top-reason_market .top-reason_market_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-reason .top-reason_market .top-reason_market_list > ul {
    display: block;
  }
}
.top-reason .top-reason_market .top-reason_market_list > ul > li {
  line-height: 1.6;
  margin-right: 1.6%;
  width: 32.2%;
}
.top-reason .top-reason_market .top-reason_market_list > ul > li:nth-child(3n) {
  margin-right: 0;
}
.top-reason .top-reason_market .top-reason_market_list > ul > li:nth-child(n+4) {
  margin-top: 1.6%;
}
@media screen and (max-width: 767px) {
  .top-reason .top-reason_market .top-reason_market_list > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-right: 0;
    width: auto;
  }
  .top-reason .top-reason_market .top-reason_market_list > ul > li:first-child {
    margin-bottom: 0;
  }
  .top-reason .top-reason_market .top-reason_market_list > ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .top-reason .top-reason_market .top-reason_market_list > ul > li:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-reason .top-reason_market .top-reason_market_list > ul > li:nth-child(1) figure {
    background-image: url(../img/top-pro-market_img01-sp.jpg);
  }
  .top-reason .top-reason_market .top-reason_market_list > ul > li:nth-child(2) figure {
    background-image: url(../img/top-pro-market_img02-sp.jpg);
  }
  .top-reason .top-reason_market .top-reason_market_list > ul > li:nth-child(3) figure {
    background-image: url(../img/top-pro-market_img03-sp.jpg);
  }
}
.top-reason .top-reason_market .top-reason_market_list > ul > li figure {
  position: relative;
}
.top-reason .top-reason_market .top-reason_market_list > ul > li figure figcaption {
  background-color: #7180ad;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  height: 40px;
  line-height: 40px;
  padding-right: 8px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.top-reason .top-reason_market .top-reason_market_list > ul > li figure figcaption > span {
  font-size: 3.1rem;
}
.top-reason .top-reason_market .top-reason_market_list > ul > li figure figcaption:before {
  border-color: transparent transparent #7180ad;
  border-style: solid;
  border-width: 0 0 40px 20px;
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .top-reason .top-reason_market .top-reason_market_list > ul > li figure {
    background: no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
    width: 175px;
  }
  .top-reason .top-reason_market .top-reason_market_list > ul > li figure img {
    display: none;
  }
  .top-reason .top-reason_market .top-reason_market_list > ul > li figure figcaption {
    font-size: 1.4rem;
    height: 24px;
    line-height: 24px;
    padding-left: 4px;
    padding-right: 0;
    bottom: auto;
    left: 0;
    right: auto;
    top: 0;
    z-index: 0;
  }
  .top-reason .top-reason_market .top-reason_market_list > ul > li figure figcaption > span {
    font-size: 1.7rem;
  }
  .top-reason .top-reason_market .top-reason_market_list > ul > li figure figcaption:before {
    border-color: #7180ad transparent transparent;
    border-width: 24px 12px 0 0;
    left: auto;
    right: -12px;
    z-index: -1;
  }
}
.top-reason .top-reason_market .top-reason_market_list > ul > li .top-reason_market_list_text {
  background-color: #fff;
  padding: 30px 30px 25px;
  text-align: left;
}
.top-reason .top-reason_market .top-reason_market_list > ul > li .top-reason_market_list_text h4 {
  color: #4fb6d4;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}
.top-reason .top-reason_market .top-reason_market_list > ul > li .top-reason_market_list_text p {
  min-height: 105px;
}
.top-reason .top-reason_market .top-reason_market_list > ul > li .top-reason_market_list_text p > span {
  color: #4fb6d4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-reason .top-reason_market .top-reason_market_list > ul > li .top-reason_market_list_text {
    padding: 15px;
    width: -webkit-calc(100% - 175px);
    width: calc(100% - 175px);
  }
  .top-reason .top-reason_market .top-reason_market_list > ul > li .top-reason_market_list_text h4 {
    font-size: 1.6rem;
  }
  .top-reason .top-reason_market .top-reason_market_list > ul > li .top-reason_market_list_text p {
    min-height: 0;
  }
}

/* top-business
========================================================================== */
.top-business {
  background: url(../img/top-business_bg.jpg) no-repeat 50% 0/cover;
}
@media screen and (max-width: 767px) {
  .top-business {
    background-image: url(../img/top-business_bg-sp.jpg);
  }
}
.top-business .top-business_service .top-business_service_text h5 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5;
}
.top-business .top-business_service .top-business_service_text p {
  line-height: 1.875;
  margin-bottom: 1em;
}
.top-business .top-business_service .top-business_service_text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .top-business .top-business_service .top-business_service_text h5 {
    font-size: 1.4em;
  }
}
.top-business .top-business_service .top-business_service_btn {
  margin-top: 30px;
}

/* top-flow
========================================================================== */
.top-flow {
  background-color: #fff;
}
.top-flow .top-flow_lead {
  margin-bottom: 40px;
}

/* top-pickup
========================================================================== */
.top-pickup .top-pickup_box {
  margin-bottom: 50px;
}
.top-pickup .top-pickup_box:last-child {
  margin-bottom: 0;
}
.top-pickup .top-pickup_box .top-pickup_box_title {
  margin-bottom: 0;
}
.top-pickup .top-pickup_btn {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top-pickup .top-pickup_btn {
    margin-top: 15px;
  }
}
.top-pickup .top-pickup_btn > a {
  color: #4b5e9a;
  display: inline-block;
  font-weight: 500;
  padding-right: 14px;
  position: relative;
}
.top-pickup .top-pickup_btn > a:before {
  border-right: 2px solid #4b5e9a;
  border-top: 2px solid #4b5e9a;
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  right: 2px;
  top: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .top-pickup .top-pickup_btn > a:before {
    height: 4px;
    width: 4px;
    top: 3px;
  }
}

/* ==========================================================================
PROFILE
========================================================================== */
/* profile-greeting
========================================================================== */
.profile-greeting .profile-greeting_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .profile-greeting .profile-greeting_lead {
    display: block;
  }
}
.profile-greeting .profile-greeting_lead .profile-greeting_lead_data {
  max-width: 520px;
}
@media screen and (max-width: 767px) {
  .profile-greeting .profile-greeting_lead .profile-greeting_lead_data {
    max-width: 100%;
  }
}
.profile-greeting .profile-greeting_lead .profile-greeting_lead_text {
  line-height: 1.875;
  max-width: 560px;
  padding-right: 40px;
  text-align: left;
}
.profile-greeting .profile-greeting_lead .profile-greeting_lead_text h3 {
  color: #263973;
  font-size: 2em;
  font-weight: 700;
  margin-top: 35px;
}
.profile-greeting .profile-greeting_lead .profile-greeting_lead_text h3:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .profile-greeting .profile-greeting_lead .profile-greeting_lead_text {
    margin-top: 30px;
    max-width: 100%;
    padding-right: 0;
  }
  .profile-greeting .profile-greeting_lead .profile-greeting_lead_text h3 {
    font-size: 1.7em;
    margin-top: 25px;
  }
  .profile-greeting .profile-greeting_lead .profile-greeting_lead_text h3:first-child {
    margin-top: 0;
  }
}

/* profile-card
========================================================================== */
.profile-card .profile-card_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile-card .profile-card_img > figure {
  width: 50%;
}
.profile-card .profile-card_img > figure img {
  width: 100%;
}
.profile-card .profile-card_img .profile-card_img_text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #263973;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}
.profile-card .profile-card_img .profile-card_img_text p {
  color: #fff;
  font-size: 1.4em;
  font-weight: 700;
}
.profile-card .profile-card_img .profile-card_img_text p > em,
.profile-card .profile-card_img .profile-card_img_text p > span {
  display: block;
}
.profile-card .profile-card_img .profile-card_img_text p > em {
  font-size: 3.2rem;
  margin-top: 10px;
}
.profile-card .profile-card_img .profile-card_img_text p > em > span {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .profile-card .profile-card_img .profile-card_img_text p {
    font-size: 0.9em;
  }
  .profile-card .profile-card_img .profile-card_img_text p > em {
    font-size: 2.1rem;
    margin-top: 7px;
  }
  .profile-card .profile-card_img .profile-card_img_text p > em > span {
    font-size: 0.8rem;
    margin-top: 10px;
  }
}
.profile-card .profile-card_img .profile-card_img_text .profile-card_category {
  background-color: #4fb6d4;
  color: #fff;
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 1.1;
  margin-top: 15px;
  padding: 7px 8px 5px;
}
@media screen and (max-width: 767px) {
  .profile-card .profile-card_img .profile-card_img_text .profile-card_category {
    font-size: 0.7rem;
    margin-top: 10px;
    padding: 5px 5px 4px;
  }
}
.profile-card .profile-card_img .profile-card_img_text figure {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .profile-card .profile-card_img .profile-card_img_text figure {
    margin: 18px auto 0;
    width: 80px;
  }
}
.profile-card .profile-card_text {
  background-color: #fff;
  padding: 45px 34px 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .profile-card .profile-card_text {
    padding: 30px 25px 25px;
  }
}
.profile-card .profile-card_text > dl > dt {
  color: #4fb6d4;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .profile-card .profile-card_text > dl > dt {
    font-size: 1.3em;
  }
}
.profile-card .profile-card_text > dl > dd {
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .profile-card .profile-card_text > dl > dd {
    font-size: 1.2em;
  }
}

/* profile-policy
========================================================================== */
.profile-policy .profile-policy_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .profile-policy .profile-policy_list > ul {
    display: block;
  }
}
.profile-policy .profile-policy_list > ul > li {
  background-color: #fff;
  margin-right: 3%;
  width: 31.3%;
}
.profile-policy .profile-policy_list > ul > li:nth-child(3n) {
  margin-right: 0;
}
.profile-policy .profile-policy_list > ul > li:nth-child(n+4) {
  margin-top: 2.7%;
}
@media screen and (max-width: 767px) {
  .profile-policy .profile-policy_list > ul > li {
    margin-right: 0;
    margin-top: 23px;
    width: auto;
  }
  .profile-policy .profile-policy_list > ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .profile-policy .profile-policy_list > ul > li:nth-child(n+4) {
    margin-top: 23px;
  }
}
.profile-policy .profile-policy_list > ul > li > dl > dt {
  background-color: #263973;
  color: #4fb6d4;
  font-family: "Playfair Display", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
}
.profile-policy .profile-policy_list > ul > li > dl > dt:before {
  border-color: #263973 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .profile-policy .profile-policy_list > ul > li > dl > dt {
    font-size: 2rem;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
  }
}
.profile-policy .profile-policy_list > ul > li > dl > dd {
  line-height: 1.5;
  padding: 30px 30px 25px;
  text-align: left;
}
.profile-policy .profile-policy_list > ul > li > dl > dd > em {
  color: #4fb6d4;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .profile-policy .profile-policy_list > ul > li > dl > dd {
    padding: 25px 20px 20px;
  }
  .profile-policy .profile-policy_list > ul > li > dl > dd > em {
    font-size: 1.7rem;
  }
}

/* profile-business_list
========================================================================== */
.profile-business .profile-business_list > ol {
  counter-reset: ol;
  text-align: left;
}
.profile-business .profile-business_list > ol > li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #d7d7d7;
  counter-increment: ol;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  padding-top: 25px;
}
.profile-business .profile-business_list > ol > li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .profile-business .profile-business_list > ol > li {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.profile-business .profile-business_list > ol > li .profile-business_list_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
}
.profile-business .profile-business_list > ol > li .profile-business_list_title:before {
  color: #4fb6d4;
  content: "0" counter(ol);
  display: block;
  font-family: "Playfair Display", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 5rem;
  line-height: 1;
  margin-right: 20px;
  margin-top: -0.35em;
}
.profile-business .profile-business_list > ol > li .profile-business_list_title p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .profile-business .profile-business_list > ol > li .profile-business_list_title {
    width: auto;
  }
  .profile-business .profile-business_list > ol > li .profile-business_list_title:before {
    font-size: 3rem;
    margin-right: 12px;
  }
  .profile-business .profile-business_list > ol > li .profile-business_list_title p {
    font-size: 1.5rem;
  }
}
.profile-business .profile-business_list > ol > li .profile-business_list_text {
  width: -webkit-calc(100% - 370px);
  width: calc(100% - 370px);
}
@media screen and (max-width: 767px) {
  .profile-business .profile-business_list > ol > li .profile-business_list_text {
    margin-top: 20px;
    width: 100%;
  }
}

/* profile-summary
========================================================================== */
@media screen and (max-width: 767px) {
  .profile-summary .profile-summary_role > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .profile-summary .profile-summary_role > li span:nth-child(1) {
    width: 5em;
  }
  .profile-summary .profile-summary_role > li span:nth-child(2) {
    width: -webkit-calc(100% - 5em);
    width: calc(100% - 5em);
  }
}
.profile-summary .profile-summary_horizontal-list > li:nth-child(2n), .profile-summary .profile-summary_horizontal-list > li:nth-child(1n) {
  width: 25%;
}
.profile-summary .profile-summary_horizontal-list > li:nth-child(3n) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .profile-summary .profile-summary_horizontal-list > li:nth-child(3n), .profile-summary .profile-summary_horizontal-list > li:nth-child(2n), .profile-summary .profile-summary_horizontal-list > li:nth-child(1n) {
    width: 50%;
  }
}

/* ==========================================================================
STRENGTH
========================================================================== */
/* strength-partner
========================================================================== */
.strength-partner .strength-partner_list > p {
  line-height: 1.875;
  margin-top: 30px;
  text-align: left;
}
.strength-partner .strength-partner_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.strength-partner .strength-partner_list > ul > li {
  background-color: #fff;
  height: 230px;
  margin-right: 1.85%;
  padding-top: 25px;
  text-align: center;
  width: 23.6%;
}
.strength-partner .strength-partner_list > ul > li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .strength-partner .strength-partner_list > ul > li {
    height: 150px;
    margin-right: 4.3%;
    padding-top: 20px;
    width: 47.8%;
  }
  .strength-partner .strength-partner_list > ul > li:nth-child(2n) {
    margin-right: 0;
  }
  .strength-partner .strength-partner_list > ul > li:nth-child(n+3) {
    margin-top: 4.3%;
  }
}
.strength-partner .strength-partner_list > ul > li > span {
  background-color: #4fb6d4;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 10px;
  padding: 5px 10px 4px;
}
@media screen and (max-width: 767px) {
  .strength-partner .strength-partner_list > ul > li > span {
    font-size: 1rem;
    padding: 3px 7px 2px;
  }
}
.strength-partner .strength-partner_list > ul > li > figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .strength-partner .strength-partner_list > ul > li > figure {
    height: 53px;
  }
}
@media screen and (max-width: 767px) {
  .strength-partner .strength-partner_list > ul > li:nth-child(1) > figure img {
    width: 47px;
  }
  .strength-partner .strength-partner_list > ul > li:nth-child(2) > figure img {
    width: 36px;
  }
  .strength-partner .strength-partner_list > ul > li:nth-child(3) > figure img {
    width: 52px;
  }
  .strength-partner .strength-partner_list > ul > li:nth-child(4) > figure img {
    width: 36px;
  }
}
.strength-partner .strength-partner_list > ul > li > p {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .strength-partner .strength-partner_list > ul > li > p {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

/* strength-price
========================================================================== */
.strength-price .strength-price_lead {
  margin-bottom: 40px;
}
.strength-price .strength-price_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .strength-price .strength-price_list > ul {
    display: block;
  }
}
.strength-price .strength-price_list > ul > li {
  margin-right: 3.7%;
  width: 48%;
}
.strength-price .strength-price_list > ul > li:nth-child(2n) {
  margin-right: 0;
}
.strength-price .strength-price_list > ul > li:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .strength-price .strength-price_list > ul > li {
    margin-right: 0;
    margin-top: 35px;
    width: 100%;
  }
  .strength-price .strength-price_list > ul > li:first-child {
    margin-top: 0;
  }
  .strength-price .strength-price_list > ul > li:nth-child(n+3) {
    margin-top: 35px;
  }
}
.strength-price .strength-price_list > ul > li.is-single .strength-price_list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.strength-price .strength-price_list > ul > li.is-single .strength-price_list_title p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .strength-price .strength-price_list > ul > li.is-single .strength-price_list_title p {
    font-size: 1.1rem;
  }
}
.strength-price .strength-price_list .strength-price_list_title {
  background-color: #263973;
  min-height: 190px;
  padding: 30px 5px 5px;
}
@media screen and (max-width: 767px) {
  .strength-price .strength-price_list .strength-price_list_title {
    min-height: 150px;
    padding: 23px 4px 4px;
  }
}
.strength-price .strength-price_list .strength-price_list_title h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .strength-price .strength-price_list .strength-price_list_title h3 {
    font-size: 1.9rem;
  }
}
.strength-price .strength-price_list .strength-price_list_title p {
  color: #4fb6d4;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}
.strength-price .strength-price_list .strength-price_list_title p > span {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .strength-price .strength-price_list .strength-price_list_title p {
    font-size: 1.4rem;
  }
  .strength-price .strength-price_list .strength-price_list_title p > span {
    font-size: 1.1rem;
  }
}
.strength-price .strength-price_list .strength-price_list_title .strength-price_list_title_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.strength-price .strength-price_list .strength-price_list_title .strength-price_list_title_cat > li {
  border: 1px solid #697bb3;
  color: #697bb3;
  font-weight: 700;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  line-height: 1.2;
  margin-right: 5px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .strength-price .strength-price_list .strength-price_list_title .strength-price_list_title_cat > li {
    margin-right: 3px;
  }
}
.strength-price .strength-price_list .strength-price_list_title .strength-price_list_title_cat > li:nth-child(3n) {
  margin-right: 0;
}
.strength-price .strength-price_list .strength-price_list_title .strength-price_list_title_cat > li.is-green {
  background-color: #4d963e;
  border-color: #4d963e;
  color: #fff;
}
.strength-price .strength-price_list .strength-price_list_title .strength-price_list_title_cat > li.is-red {
  background-color: #c27373;
  border-color: #c27373;
  color: #fff;
}
.strength-price .strength-price_list .strength-price_list_title .strength-price_list_title_cat > li.is-orange {
  background-color: #d99e41;
  border-color: #d99e41;
  color: #fff;
}
.strength-price .strength-price_list .strength-price_list_phase {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  padding: 20px 10px 10px;
}
@media screen and (max-width: 767px) {
  .strength-price .strength-price_list .strength-price_list_phase {
    padding: 20px 8px 8px;
  }
}
.strength-price .strength-price_list .strength-price_list_phase > h4 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .strength-price .strength-price_list .strength-price_list_phase > h4 {
    font-size: 1.4rem;
  }
}
.strength-price .strength-price_list .strength-price_list_phase > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.strength-price .strength-price_list .strength-price_list_phase > ul > li {
  background-color: #eee;
  border: 1px solid #e0e0e0;
  color: #999;
  margin-right: 6px;
  line-height: 1.1;
  padding: 10px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 50%;
}
.strength-price .strength-price_list .strength-price_list_phase > ul > li:nth-child(odd) {
  width: -webkit-calc(50% - 6px);
  width: calc(50% - 6px);
}
.strength-price .strength-price_list .strength-price_list_phase > ul > li:nth-child(even) {
  margin-right: 0;
}
.strength-price .strength-price_list .strength-price_list_phase > ul > li:nth-child(n+3) {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .strength-price .strength-price_list .strength-price_list_phase > ul > li {
    font-size: 1.2rem;
    margin-right: 4px;
  }
  .strength-price .strength-price_list .strength-price_list_phase > ul > li:nth-child(odd) {
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
  }
  .strength-price .strength-price_list .strength-price_list_phase > ul > li:nth-child(even) {
    margin-right: 0;
  }
  .strength-price .strength-price_list .strength-price_list_phase > ul > li:nth-child(n+3) {
    margin-top: 5px;
  }
}
.strength-price .strength-price_list .strength-price_list_phase > ul > li.is-on {
  background-color: #fff;
  color: #222;
}
.strength-price .strength-price_list .strength-price_list_phase > table {
  margin-bottom: 20px;
}
.strength-price .strength-price_list .strength-price_list_phase > table tbody tr td,
.strength-price .strength-price_list .strength-price_list_phase > table tbody tr th {
  border: 1px solid #e0e0e0;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .strength-price .strength-price_list .strength-price_list_phase > table tbody tr td,
.strength-price .strength-price_list .strength-price_list_phase > table tbody tr th {
    font-size: 1.2rem;
    padding: 10px;
  }
}
.strength-price .strength-price_list .strength-price_list_phase > table tbody tr th {
  background-color: #ecf5f9;
  text-align: left;
  width: 70%;
}
.strength-price .strength-price_list .strength-price_list_phase > table tbody tr td {
  text-align: right;
  width: 30%;
}
.strength-price .strength-price_list .strength-price_list_phase > p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .strength-price .strength-price_list .strength-price_list_phase > p {
    font-size: 1.2rem;
  }
}
.strength-price .strength-price_list .strength-price_tag {
  background-color: #4fb6d4;
  border-radius: 100px;
  color: #fff;
  display: table;
  margin: auto;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 7px 20px 5px;
}
@media screen and (max-width: 767px) {
  .strength-price .strength-price_list .strength-price_tag {
    font-size: 1.1rem;
    padding: 4px 12px 3px;
  }
}

/* strength-map
========================================================================== */
.strength-map .strength-map_media .strength-map_media_img {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .strength-map .strength-map_media .strength-map_media_img {
    margin-bottom: 25px;
    margin-left: 0;
  }
}
.strength-map .strength-map_media .strength-map_media_text {
  padding-top: 0;
}
.strength-map .strength-map_market {
  background-color: #fff;
  margin-top: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .strength-map .strength-map_market {
    margin-top: 25px;
  }
}
.strength-map .strength-map_market:first-child {
  margin-top: 0;
}
.strength-map .strength-map_market h3 {
  background-color: #263973;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  padding: 15px 15px 15px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .strength-map .strength-map_market h3 {
    font-size: 1.6rem;
    padding: 15px 15px 13px 23px;
  }
}
.strength-map .strength-map_market h3:before {
  background-color: #4fb6d4;
  content: "";
  height: 4px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .strength-map .strength-map_market h3:before {
    height: 3px;
    width: 15px;
  }
}
.strength-map .strength-map_market .strength-map_market_inner {
  line-height: 1.875;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .strength-map .strength-map_market .strength-map_market_inner {
    padding: 20px;
  }
}
.strength-map .strength-map_market .strength-map_market_inner h4 {
  color: #263973;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .strength-map .strength-map_market .strength-map_market_inner h4 {
    font-size: 1.4rem;
  }
}
.strength-map .strength-map_market .strength-map_market_inner p {
  margin-bottom: 20px;
}
.strength-map .strength-map_market .strength-map_market_inner p:last-child {
  margin-bottom: 0;
}

/* strength-timeline
========================================================================== */
@media screen and (max-width: 767px) {
  .strength-timeline .strength-timeline_img {
    overflow-x: auto;
  }
  .strength-timeline .strength-timeline_img > figure {
    min-width: 1080px;
  }
}
.strength-timeline .strength-timeline_catch {
  font-weight: 700;
  margin-top: 40px;
}
.strength-timeline .strength-timeline_catch p {
  font-size: 2.2em;
  line-height: 1.6;
}
.strength-timeline .strength-timeline_catch p > span {
  color: #4fb6d4;
}
@media screen and (max-width: 767px) {
  .strength-timeline .strength-timeline_catch {
    margin-top: 25px;
  }
  .strength-timeline .strength-timeline_catch p {
    font-size: 1.5em;
  }
}

/* strength-fair
========================================================================== */
.strength-fair .strength-fair_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .strength-fair .strength-fair_list > ul {
    display: block;
  }
}
.strength-fair .strength-fair_list > ul > li {
  background-color: #263973;
  margin-right: 2.8%;
  padding: 25px 10px 10px;
  text-align: left;
  width: 31.4%;
}
.strength-fair .strength-fair_list > ul > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .strength-fair .strength-fair_list > ul > li {
    margin-right: 0;
    margin-top: 30px;
    width: 100%;
  }
  .strength-fair .strength-fair_list > ul > li:first-child {
    margin-top: 0;
  }
}
.strength-fair .strength-fair_list > ul > li > h3 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .strength-fair .strength-fair_list > ul > li > h3 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
.strength-fair .strength-fair_list > ul > li > h3 > span {
  color: #4fb6d4;
}
.strength-fair .strength-fair_list > ul > li .strength-fair_list_before {
  -webkit-box-shadow: 0 0 0 3px #3a5093 inset;
          box-shadow: 0 0 0 3px #3a5093 inset;
  color: #fff;
  margin-bottom: 40px;
  min-height: 130px;
  padding: 18px 15px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .strength-fair .strength-fair_list > ul > li .strength-fair_list_before {
    min-height: 0;
    padding: 15px;
  }
}
.strength-fair .strength-fair_list > ul > li .strength-fair_list_before:before {
  background: url(../common/img/icon-arrow-down_img.png) no-repeat 50% 0;
  content: "";
  height: 28px;
  width: 100%;
  position: absolute;
  bottom: -33px;
  left: 0;
}
.strength-fair .strength-fair_list > ul > li .strength-fair_list_before p {
  font-size: 1.5rem;
  line-height: 1.67;
}
@media screen and (max-width: 767px) {
  .strength-fair .strength-fair_list > ul > li .strength-fair_list_before p {
    font-size: 1.3rem;
  }
}
.strength-fair .strength-fair_list > ul > li .strength-fair_list_after {
  background-color: #fff;
  min-height: 130px;
  padding: 15px 15px 0;
}
@media screen and (max-width: 767px) {
  .strength-fair .strength-fair_list > ul > li .strength-fair_list_after {
    min-height: 0;
    padding: 15px;
  }
}
.strength-fair .strength-fair_list > ul > li .strength-fair_list_after p {
  font-size: 1.5rem;
  line-height: 1.67;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .strength-fair .strength-fair_list > ul > li .strength-fair_list_after p {
    font-size: 1.3rem;
  }
}
.strength-fair .strength-fair_list > ul > li .strength-fair_list_after p > span {
  color: #4fb6d4;
}
.strength-fair .strength-fair_caution {
  font-size: 1.2rem !important;
}
@media screen and (max-width: 767px) {
  .strength-fair .strength-fair_caution {
    font-size: 1.1rem !important;
  }
}

/* strength-follow
========================================================================== */
.strength-follow .strength-follow_table > table > thead > tr > th {
  background-color: #dde3f5;
  border: 1px solid #bfc5d6;
  color: #263973;
  font-size: 1.8em;
  font-weight: 700;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .strength-follow .strength-follow_table > table > thead > tr > th {
    font-size: 1.5em;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}
.strength-follow .strength-follow_table > table > tbody > tr > td {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  font-size: 1.5em;
  padding: 15px;
  padding-right: 0;
  text-align: left;
  width: 25%;
}
.strength-follow .strength-follow_table > table > tbody > tr > td:first-child {
  border-left: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .strength-follow .strength-follow_table > table > tbody > tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .strength-follow .strength-follow_table > table > tbody > tr > td {
    font-size: 1.2rem;
    padding: 10px;
    width: 50%;
  }
  .strength-follow .strength-follow_table > table > tbody > tr > td:nth-child(odd) {
    border-left: 1px solid #e0e0e0;
  }
}

/* ==========================================================================
ATTRACTIVE
========================================================================== */
.attractive {
  padding-bottom: 0;
}

/* attractive-tpm
========================================================================== */
.attractive-tpm .attractive-tpm_list > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .attractive-tpm .attractive-tpm_list > ol {
    display: block;
  }
}
.attractive-tpm .attractive-tpm_list > ol > li {
  background-color: #263973;
  margin-right: 2.8%;
  padding: 25px 10px 10px;
  text-align: left;
  width: 31.4%;
}
.attractive-tpm .attractive-tpm_list > ol > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .attractive-tpm .attractive-tpm_list > ol > li {
    margin-right: 0;
    margin-top: 30px;
    width: 100%;
  }
  .attractive-tpm .attractive-tpm_list > ol > li:first-child {
    margin-top: 0;
  }
}
.attractive-tpm .attractive-tpm_list > ol > li > em {
  background-color: #4fb6d4;
  color: #fff;
  display: table;
  font-size: 2.1rem;
  font-weight: 700;
  margin: 0 auto 12px;
  padding: 0 5px 3px;
  position: relative;
  -webkit-transform: skewX(-12deg);
      -ms-transform: skewX(-12deg);
          transform: skewX(-12deg);
}
.attractive-tpm .attractive-tpm_list > ol > li > em > span {
  font-size: 2.7rem;
}
@media screen and (max-width: 767px) {
  .attractive-tpm .attractive-tpm_list > ol > li > em {
    font-size: 1.3rem;
    padding-bottom: 2px;
    padding-top: 2px;
  }
  .attractive-tpm .attractive-tpm_list > ol > li > em > span {
    font-size: 1.7rem;
  }
}
.attractive-tpm .attractive-tpm_list > ol > li > h4 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .attractive-tpm .attractive-tpm_list > ol > li > h4 {
    font-size: 2em;
    margin-bottom: 17px;
  }
}
.attractive-tpm .attractive-tpm_list > ol > li .attractive-tpm_list_text {
  background-color: #fff;
  min-height: 130px;
  padding: 15px 15px 0;
}
@media screen and (max-width: 767px) {
  .attractive-tpm .attractive-tpm_list > ol > li .attractive-tpm_list_text {
    min-height: 0;
    padding: 15px;
  }
}
.attractive-tpm .attractive-tpm_list > ol > li .attractive-tpm_list_text p {
  font-size: 1.5rem;
  line-height: 1.67;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .attractive-tpm .attractive-tpm_list > ol > li .attractive-tpm_list_text p {
    font-size: 1.3rem;
  }
}
.attractive-tpm .attractive-tpm_list > ol > li .attractive-tpm_list_text p > span {
  color: #4fb6d4;
}

/* ==========================================================================
CONSULTING
========================================================================== */
/* consulting
========================================================================== */
.consulting-mission .consulting-mission_lead {
  padding-right: 185px;
  text-align: left;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .consulting-mission .consulting-mission_lead {
    padding-right: 0;
  }
}
.consulting-mission .consulting-mission_lead li,
.consulting-mission .consulting-mission_lead ul,
.consulting-mission .consulting-mission_lead p {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.consulting-mission .consulting-mission_lead li:last-child,
.consulting-mission .consulting-mission_lead ul:last-child,
.consulting-mission .consulting-mission_lead p:last-child {
  margin-bottom: 0;
}
.consulting-mission .consulting-mission_lead ul {
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .consulting-mission .consulting-mission_lead ul {
    font-size: 1.3em;
  }
}
.consulting-mission .consulting-mission_lead ul li {
  font-size: 1em;
  font-weight: 700;
  padding-left: 24px;
  position: relative;
}
.consulting-mission .consulting-mission_lead ul li:before {
  background-color: #4fb6d4;
  content: "";
  height: 1px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 0.87em;
}
@media screen and (max-width: 767px) {
  .consulting-mission .consulting-mission_lead ul li {
    padding-left: 18px;
  }
  .consulting-mission .consulting-mission_lead ul li:before {
    width: 10px;
  }
}
.consulting-mission .consulting-mission_catch {
  color: #263973;
  font-weight: 700;
  padding: 2em 1em;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .consulting-mission .consulting-mission_catch {
    display: table;
    margin: 0 auto 30px;
    padding: 0.5em 1em;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    position: relative;
  }
}
.consulting-mission .consulting-mission_catch:after, .consulting-mission .consulting-mission_catch:before {
  content: "";
  height: 70px;
  width: 40px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .consulting-mission .consulting-mission_catch:after, .consulting-mission .consulting-mission_catch:before {
    height: 35px;
    width: 20px;
  }
}
.consulting-mission .consulting-mission_catch:before {
  border-right: 1px solid #263973;
  border-top: 1px solid #263973;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .consulting-mission .consulting-mission_catch:before {
    border-left: 1px solid #263973;
    border-right: 0;
    left: 0;
    right: auto;
  }
}
.consulting-mission .consulting-mission_catch:after {
  border-bottom: 1px solid #263973;
  border-left: 1px solid #263973;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .consulting-mission .consulting-mission_catch:after {
    border-left: 0;
    border-right: 1px solid #263973;
    left: auto;
    right: 0;
  }
}
.consulting-mission .consulting-mission_catch p {
  font-size: 5rem;
  line-height: 1.3;
}
.consulting-mission .consulting-mission_catch p > span {
  display: block;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .consulting-mission .consulting-mission_catch p {
    font-size: 2.5rem;
  }
  .consulting-mission .consulting-mission_catch p > span {
    margin-left: 1em;
    margin-top: 0;
  }
}

/* consulting-service_list
========================================================================== */
.consulting-service_list > ol {
  border-top: 1px solid #d6d6d6;
}
.consulting-service_list > ol > li {
  border-bottom: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.consulting-service_list > ol > li > span {
  border-right: 1px solid #d6d6d6;
  color: #4fb6d4;
  font-size: 8rem;
  font-weight: 700;
  padding-top: 40px;
  width: 102px;
}
@media screen and (max-width: 767px) {
  .consulting-service_list > ol > li > span {
    font-size: 4rem;
    padding-top: 20px;
    width: 45px;
  }
}
.consulting-service_list > ol > li .consulting-service_list_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 40px;
  width: -webkit-calc(100% - 103px);
  width: calc(100% - 103px);
}
@media screen and (max-width: 767px) {
  .consulting-service_list > ol > li .consulting-service_list_data {
    display: block;
    padding: 30px 20px;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
  }
}
.consulting-service_list > ol > li .consulting-service_list_data .consulting-service_list_data_graph {
  height: 280px;
  width: 272px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .consulting-service_list > ol > li .consulting-service_list_data .consulting-service_list_data_graph {
    height: 252px;
    margin: 0 auto;
    width: 245px;
  }
}
.consulting-service_list > ol > li .consulting-service_list_data .consulting-service_list_data_graph > ol {
  counter-reset: ol;
  position: relative;
}
.consulting-service_list > ol > li .consulting-service_list_data .consulting-service_list_data_graph > ol > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(38, 57, 115, 0.9);
  -webkit-box-shadow: 0 0 0 6px rgba(38, 57, 115, 0.4);
          box-shadow: 0 0 0 6px rgba(38, 57, 115, 0.4);
  border-radius: 50%;
  color: #fff;
  counter-increment: ol;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 144px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
  width: 144px;
  text-align: center;
  position: absolute;
}
.consulting-service_list > ol > li .consulting-service_list_data .consulting-service_list_data_graph > ol > li:nth-child(1) {
  left: 104px;
  top: 0;
  z-index: 2;
}
.consulting-service_list > ol > li .consulting-service_list_data .consulting-service_list_data_graph > ol > li:nth-child(2) {
  left: 0;
  top: 89px;
  z-index: 1;
}
.consulting-service_list > ol > li .consulting-service_list_data .consulting-service_list_data_graph > ol > li:nth-child(3) {
  left: 128px;
  top: 137px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .consulting-service_list > ol > li .consulting-service_list_data .consulting-service_list_data_graph > ol > li {
    height: 130px;
    width: 130px;
  }
  .consulting-service_list > ol > li .consulting-service_list_data .consulting-service_list_data_graph > ol > li:nth-child(1) {
    left: 94px;
  }
  .consulting-service_list > ol > li .consulting-service_list_data .consulting-service_list_data_graph > ol > li:nth-child(2) {
    top: 79px;
  }
  .consulting-service_list > ol > li .consulting-service_list_data .consulting-service_list_data_graph > ol > li:nth-child(3) {
    left: 115px;
    top: 122px;
  }
}
.consulting-service_list > ol > li .consulting-service_list_data .consulting-service_list_data_graph > ol > li > span:before {
  content: counter(ol);
  display: block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .consulting-service_list > ol > li .consulting-service_list_data .consulting-service_list_data_graph > ol > li > span:before {
    font-size: 3.6rem;
  }
}
.consulting-service_list > ol > li .consulting-service_list_data .consulting-service_list_data_graph > ol > li.is-active {
  background-color: rgba(79, 182, 212, 0.9);
  -webkit-box-shadow: 0 0 0 6px rgba(79, 182, 212, 0.4);
          box-shadow: 0 0 0 6px rgba(79, 182, 212, 0.4);
  z-index: 3;
}
.consulting-service_list > ol > li .consulting-service_list_data .consulting-service_list_data_text {
  padding-right: 46px;
  padding-top: 25px;
  text-align: left;
  width: -webkit-calc(100% - 272px);
  width: calc(100% - 272px);
}
@media screen and (max-width: 767px) {
  .consulting-service_list > ol > li .consulting-service_list_data .consulting-service_list_data_text {
    margin-bottom: 20px;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
  }
}
.consulting-service_list > ol > li .consulting-service_list_data .consulting-service_list_data_text h4 {
  color: #263973;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .consulting-service_list > ol > li .consulting-service_list_data .consulting-service_list_data_text h4 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.consulting-service_list > ol > li .consulting-service_list_data .consulting-service_list_data_text p {
  line-height: 1.875;
}

/* consulting-service_toggle
========================================================================== */
.consulting-service_toggle {
  margin: 75px auto;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .consulting-service_toggle {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.consulting-service_toggle .consulting-service_toggle_title {
  background-color: #222;
  cursor: pointer;
  padding-bottom: 25px;
  padding-top: 25px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .consulting-service_toggle .consulting-service_toggle_title {
    padding-bottom: 17px;
    padding-top: 17px;
  }
}
.consulting-service_toggle .consulting-service_toggle_title h3 {
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .consulting-service_toggle .consulting-service_toggle_title h3 {
    font-size: 1.7rem;
  }
}
.consulting-service_toggle .consulting-service_toggle_title:after, .consulting-service_toggle .consulting-service_toggle_title:before {
  background-color: #4fb6d4;
  content: "";
  height: 2px;
  width: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.consulting-service_toggle .consulting-service_toggle_title:before {
  right: 22px;
}
.consulting-service_toggle .consulting-service_toggle_title:after {
  right: 22px;
  -webkit-transform: rotate(90deg) translateY(-50%);
      -ms-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
}
.consulting-service_toggle .consulting-service_toggle_title.is-active:after {
  right: 22px;
  -webkit-transform: rotate(0deg) translateY(-50%);
      -ms-transform: rotate(0deg) translateY(-50%);
          transform: rotate(0deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .consulting-service_toggle .consulting-service_toggle_title:after, .consulting-service_toggle .consulting-service_toggle_title:before {
    height: 1px;
    width: 18px;
  }
  .consulting-service_toggle .consulting-service_toggle_title:before {
    right: 9px;
  }
  .consulting-service_toggle .consulting-service_toggle_title:after {
    right: 9px;
  }
  .consulting-service_toggle .consulting-service_toggle_title.is-active:after {
    right: 9px;
  }
}
.consulting-service_toggle .consulting-service_toggle_inner {
  background-color: #fff;
  border: 2px solid #263973;
  display: none;
  padding: 40px 60px 60px;
}
@media screen and (max-width: 767px) {
  .consulting-service_toggle .consulting-service_toggle_inner {
    border-width: 1px;
    padding: 20px 12px 12px;
  }
}
.consulting-service_toggle .consulting-service_toggle_inner .consulting-service_toggle_img {
  margin-bottom: 75px;
  margin-top: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .consulting-service_toggle .consulting-service_toggle_inner .consulting-service_toggle_img {
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
.consulting-service_toggle .consulting-service_toggle_inner .consulting-service_toggle_img:before {
  border-color: #4fb6d4 transparent transparent;
  border-style: solid;
  border-width: 25px 47px 0;
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .consulting-service_toggle .consulting-service_toggle_inner .consulting-service_toggle_img:before {
    border-width: 18px 33px 0;
    bottom: -18px;
  }
}
.consulting-service_toggle .consulting-service_toggle_inner > p {
  line-height: 1.875;
  padding-left: 7px;
  padding-right: 7px;
  text-align: left;
}
.consulting-service_toggle .consulting-service_toggle_inner > p.consulting-service_toggle_catch {
  color: #263973;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .consulting-service_toggle .consulting-service_toggle_inner > p.consulting-service_toggle_catch {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
}
.consulting-service_toggle .consulting-service_toggle_inner .consulting-service_toggle_table > table > thead tr th {
  background-color: #263973;
  border: 1px solid #55638f;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 25px;
  padding-top: 25px;
}
.consulting-service_toggle .consulting-service_toggle_inner .consulting-service_toggle_table > table > thead tr th > span > a {
  color: #4fb6d4;
}
.consulting-service_toggle .consulting-service_toggle_inner .consulting-service_toggle_table > table > thead tr th > span > a img {
  margin-left: 0.3em;
  margin-right: 0.3em;
}
@media screen and (max-width: 767px) {
  .consulting-service_toggle .consulting-service_toggle_inner .consulting-service_toggle_table > table > thead tr th {
    font-size: 1.6rem;
    padding-bottom: 15px;
    padding-top: 20px;
  }
  .consulting-service_toggle .consulting-service_toggle_inner .consulting-service_toggle_table > table > thead tr th > span {
    display: block;
    font-size: 1rem;
    margin-top: 7px;
  }
}
.consulting-service_toggle .consulting-service_toggle_inner .consulting-service_toggle_table > table > tbody > tr td,
.consulting-service_toggle .consulting-service_toggle_inner .consulting-service_toggle_table > table > tbody > tr th {
  border: 1px solid #cfd3df;
  padding: 20px 25px;
}
@media screen and (max-width: 767px) {
  .consulting-service_toggle .consulting-service_toggle_inner .consulting-service_toggle_table > table > tbody > tr td,
.consulting-service_toggle .consulting-service_toggle_inner .consulting-service_toggle_table > table > tbody > tr th {
    border-top: 0;
    display: block;
    padding: 15px;
  }
}
.consulting-service_toggle .consulting-service_toggle_inner .consulting-service_toggle_table > table > tbody > tr th {
  background-color: #f6f7f9;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  width: 230px;
}
@media screen and (max-width: 767px) {
  .consulting-service_toggle .consulting-service_toggle_inner .consulting-service_toggle_table > table > tbody > tr th {
    font-size: 1.5rem;
    width: 100%;
  }
}
.consulting-service_toggle .consulting-service_toggle_inner .consulting-service_toggle_table > table > tbody > tr th.is-blue {
  color: #4b5e9a;
}
.consulting-service_toggle .consulting-service_toggle_inner .consulting-service_toggle_table > table > tbody > tr th a img {
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.consulting-service_toggle .consulting-service_toggle_inner .consulting-service_toggle_table > table > tbody > tr td {
  line-height: 1.875;
  text-align: left;
}

/* consulting-scheme
========================================================================== */
.consulting-scheme {
  padding-bottom: 0;
}
.consulting-scheme .consulting-scheme_img {
  margin-bottom: 95px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .consulting-scheme .consulting-scheme_img {
    margin-bottom: 70px;
  }
}
.consulting-scheme .consulting-scheme_img:before {
  border-color: #263973 transparent transparent;
  border-style: solid;
  border-width: 34px 55px 0;
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .consulting-scheme .consulting-scheme_img:before {
    border-width: 25px 41px 0;
    bottom: -25px;
  }
}
.consulting-scheme .consulting-scheme_catch {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.7rem;
}
.consulting-scheme .consulting-scheme_catch > span {
  color: #263973;
}

/* ==========================================================================
FLOW
========================================================================== */
/* flow
========================================================================== */
.flow {
  padding-bottom: 0;
}

/* flow-step
========================================================================== */
.flow-step {
  margin-bottom: 60px;
}
.flow-step > ol > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-step > ol > li {
    display: block;
    margin-bottom: 45px;
    padding: 20px 25px;
  }
}
.flow-step > ol > li:before {
  border-bottom: 1px solid #4fb6d4;
  border-right: 1px solid #4fb6d4;
  content: "";
  height: 35px;
  width: 35px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}
@media screen and (max-width: 767px) {
  .flow-step > ol > li:before {
    height: 32px;
    width: 32px;
    bottom: -32px;
  }
}
.flow-step > ol > li:last-child {
  margin-bottom: 0;
}
.flow-step > ol > li:last-child:before {
  content: none;
}
.flow-step > ol > li > h4 {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-right: 1px dotted #7b7b7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 75px;
  padding: 10px 0 10px 40px;
  text-align: left;
  width: 420px;
}
.flow-step > ol > li > h4 > span {
  color: #4fb6d4;
  font-size: 2.5rem;
  margin-right: 30px;
}
.flow-step > ol > li > h4 > span > span {
  font-size: 5rem;
}
.flow-step > ol > li > h4 > em {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .flow-step > ol > li > h4 {
    border-bottom: 1px dotted #7b7b7b;
    border-right: 0;
    font-size: 1.7rem;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 15px;
    width: auto;
  }
  .flow-step > ol > li > h4 > span {
    font-size: 2rem;
    margin-right: 12px;
  }
  .flow-step > ol > li > h4 > span > span {
    font-size: 4rem;
  }
  .flow-step > ol > li > h4 > em {
    font-style: normal;
  }
}
.flow-step > ol > li .flow-step_text {
  line-height: 1.5;
  padding: 10px 10px 10px 50px;
  text-align: left;
  width: -webkit-calc(100% - 420px);
  width: calc(100% - 420px);
}
@media screen and (max-width: 767px) {
  .flow-step > ol > li .flow-step_text {
    padding: 20px 0 0;
    width: 100%;
  }
}

/* flow-summary
========================================================================== */
.flow-summary h4 {
  background-color: #dde3f5;
  border: 1px solid #bfc5d6;
  color: #263973;
  font-size: 1.8em;
  font-weight: 700;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-summary h4 {
    font-size: 1.5em;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}
.flow-summary .flow-summary_box {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  padding: 20px 25px;
}

/* flow-table
========================================================================== */
.flow-table {
  margin-top: 20px;
}
.flow-table > table {
  border-top: 1px solid #e0e0e0;
}
.flow-table > table > thead > tr > th {
  background-color: #dde3f5;
  border: 1px solid #bfc5d6;
  color: #263973;
  font-size: 1.8em;
  font-weight: 700;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-table > table > thead > tr > th {
    font-size: 1.5em;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}
.flow-table > table > tbody > tr > td,
.flow-table > table > tbody > tr > th {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  font-size: 1.5em;
  padding: 15px;
}
.flow-table > table > tbody > tr > td:first-child,
.flow-table > table > tbody > tr > th:first-child {
  border-left: 1px solid #e0e0e0;
}
.flow-table > table > tbody > tr > th {
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  width: 180px;
}
.flow-table > table > tbody > tr > td {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .flow-table > table > tbody > tr > td,
.flow-table > table > tbody > tr > th {
    font-size: 1.2rem;
    padding: 10px;
  }
  .flow-table > table > tbody > tr > td:nth-child(odd),
.flow-table > table > tbody > tr > th:nth-child(odd) {
    border-left: 1px solid #e0e0e0;
  }
  .flow-table > table > tbody > tr > th {
    width: 100px;
  }
}

/* ==========================================================================
NEWS
========================================================================== */
.news {
  padding-bottom: 0;
  padding-top: 80px;
}

/* news_category-list
========================================================================== */
.news_category-list {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .news_category-list {
    margin-bottom: 25px;
  }
}
.news_category-list > ul {
  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;
}
@media screen and (max-width: 767px) {
  .news_category-list > ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.news_category-list > ul > li {
  margin-bottom: 10px;
  margin-right: 10px;
}
.news_category-list > ul > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .news_category-list > ul > li {
    margin-bottom: 5px;
    margin-right: 5px;
  }
}
.news_category-list > ul > li .news_category-list_tag {
  font-size: 1.5rem;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 130px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .news_category-list > ul > li .news_category-list_tag {
    font-size: 1rem;
    padding-bottom: 12px;
    padding-top: 13px;
    width: 65px;
  }
}
@media screen and (min-width: 768px) {
  .news_category-list > ul > li .news_category-list_tag:hover {
    background-color: #fff;
  }
  .news_category-list > ul > li .news_category-list_tag:hover.is-purple {
    -webkit-box-shadow: 0 0 0 2px #7c61d2 inset;
            box-shadow: 0 0 0 2px #7c61d2 inset;
    color: #7c61d2;
  }
  .news_category-list > ul > li .news_category-list_tag:hover.is-blue {
    -webkit-box-shadow: 0 0 0 2px #618ed2 inset;
            box-shadow: 0 0 0 2px #618ed2 inset;
    color: #618ed2;
  }
  .news_category-list > ul > li .news_category-list_tag:hover.is-red {
    -webkit-box-shadow: 0 0 0 2px #ca6c6c inset;
            box-shadow: 0 0 0 2px #ca6c6c inset;
    color: #ca6c6c;
  }
  .news_category-list > ul > li .news_category-list_tag:hover.is-yellow {
    -webkit-box-shadow: 0 0 0 2px #cca12e inset;
            box-shadow: 0 0 0 2px #cca12e inset;
    color: #cca12e;
  }
  .news_category-list > ul > li .news_category-list_tag:hover.is-green {
    -webkit-box-shadow: 0 0 0 2px #66a363 inset;
            box-shadow: 0 0 0 2px #66a363 inset;
    color: #66a363;
  }
}

/* news_list
========================================================================== */
.news_list > ul {
  border-top: 1px solid #d0d4d7;
}
.news_list > ul > li {
  border-bottom: 1px solid #d0d4d7;
  line-height: 1.67;
}
.news_list > ul > li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 197px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: left;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
.news_list > ul > li > a .news_list_data {
  margin-left: auto;
  padding-left: 35px;
  width: -webkit-calc(100% - 222px);
  width: calc(100% - 222px);
}
.news_list > ul > li > a .news_list_data .news_list_data_title {
  color: #263973;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.news_list > ul > li > a .news_list_data .news_list_img {
  min-height: 157px;
  overflow: hidden;
  width: 222px;
  position: absolute;
  bottom: 20px;
  left: 0;
  top: 20px;
}
.news_list > ul > li > a .news_list_data .news_list_img img {
  height: auto;
  max-width: inherit;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .news_list > ul > li > a .news_list_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    width: 100%;
  }
  .news_list > ul > li > a .news_list_data .news_list_data_title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
  .news_list > ul > li > a .news_list_data .news_list_data_text {
    padding-left: 20px;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
  }
  .news_list > ul > li > a .news_list_data .news_list_img {
    height: auto;
    min-height: 150px;
    width: 150px;
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
  }
}
.news_list > ul > li > a .news_list_item {
  margin-bottom: 10px;
  width: 100%;
}
.news_list > ul > li > a .news_list_item > span + span {
  margin-left: 10px;
}
.news_list > ul > li > a .news_list_item .news_list_date {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news_list > ul > li > a .news_list_item {
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .news_list > ul > li > a .news_list_item > span + span {
    margin-left: 5px;
  }
  .news_list > ul > li > a .news_list_item .news_list_date {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .news_list > ul > li > a:hover {
    opacity: 0.7;
  }
}

/* news_detail
========================================================================== */
.news_detail {
  /* news_detail_title
  ========================================================================== */
  /* news_detail_post
  ========================================================================== */
}
.news_detail .news_detail_title {
  padding-bottom: 20px;
  padding-top: 30px;
  text-align: left;
  position: relative;
}
.news_detail .news_detail_title:after, .news_detail .news_detail_title:before {
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.news_detail .news_detail_title:before {
  background-color: #263973;
  width: 100%;
}
.news_detail .news_detail_title:after {
  background-color: #4fb6d4;
  width: 120px;
}
.news_detail .news_detail_title > h3,
.news_detail .news_detail_title > h2 {
  color: #263973;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
}
.news_detail .news_detail_title .news_list_item {
  margin-bottom: 10px;
  width: 100%;
}
.news_detail .news_detail_title .news_list_item > span + span {
  margin-left: 10px;
}
.news_detail .news_detail_title .news_list_item .news_list_date {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news_detail .news_detail_title .news_list_item {
    margin-bottom: 5px;
  }
  .news_detail .news_detail_title .news_list_item > span + span {
    margin-left: 5px;
  }
  .news_detail .news_detail_title .news_list_item .news_list_date {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .news_detail .news_detail_title {
    padding-bottom: 10px;
    padding-top: 15px;
  }
  .news_detail .news_detail_title:after, .news_detail .news_detail_title:before {
    height: 3px;
  }
  .news_detail .news_detail_title:after {
    width: 60px;
  }
  .news_detail .news_detail_title > h3,
.news_detail .news_detail_title > h2 {
    font-size: 1.9em;
  }
}
.news_detail .news_detail_post {
  border-top: 1px solid #d7d7d7;
  padding-top: 25px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .news_detail .news_detail_post {
    padding-top: 20px;
  }
}
.news_detail .news_detail_post h3 {
  background-color: #263973;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 1em;
  padding: 15px 15px 15px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_detail .news_detail_post h3 {
    font-size: 1.7rem;
    padding: 12px 10px 10px 23px;
  }
}
.news_detail .news_detail_post h3:before {
  background-color: #4fb6d4;
  content: "";
  height: 4px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .news_detail .news_detail_post h3:before {
    height: 3px;
    width: 15px;
  }
}
.news_detail .news_detail_post h4 {
  border-left: 4px solid #4fb6d4;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1em;
  padding-left: 9px;
}
@media screen and (max-width: 767px) {
  .news_detail .news_detail_post h4 {
    border-left-width: 3px;
    font-size: 1.6rem;
    padding-right: 7px;
  }
}
.news_detail .news_detail_post h5 {
  color: #263973;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .news_detail .news_detail_post h5 {
    font-size: 1.4rem;
  }
}
.news_detail .news_detail_post dl,
.news_detail .news_detail_post ol,
.news_detail .news_detail_post ul,
.news_detail .news_detail_post table,
.news_detail .news_detail_post p {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.news_detail .news_detail_btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .news_detail .news_detail_btn-wrap {
    margin-top: 40px;
  }
}
.news_detail .news_detail_btn-wrap > a {
  background-color: #263973;
  border: 1px solid #263973;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .news_detail .news_detail_btn-wrap > a {
    height: 30px;
    line-height: 30px;
  }
}
.news_detail .news_detail_btn-wrap > a.news_detail_btn-prev, .news_detail .news_detail_btn-wrap > a.news_detail_btn-next {
  text-align: left;
  text-indent: -9999px;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .news_detail .news_detail_btn-wrap > a.news_detail_btn-prev, .news_detail .news_detail_btn-wrap > a.news_detail_btn-next {
    width: 30px;
  }
}
.news_detail .news_detail_btn-wrap > a.news_detail_btn-prev:before, .news_detail .news_detail_btn-wrap > a.news_detail_btn-next:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 7px;
  width: 7px;
  position: absolute;
  left: 0;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .news_detail .news_detail_btn-wrap > a.news_detail_btn-prev:before, .news_detail .news_detail_btn-wrap > a.news_detail_btn-next:before {
    height: 5px;
    width: 5px;
    top: 11px;
  }
}
.news_detail .news_detail_btn-wrap > a.news_detail_btn-prev:before {
  left: 16px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .news_detail .news_detail_btn-wrap > a.news_detail_btn-prev:before {
    left: 12px;
  }
}
.news_detail .news_detail_btn-wrap > a.news_detail_btn-next:before {
  left: 12px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .news_detail .news_detail_btn-wrap > a.news_detail_btn-next:before {
    left: 9px;
  }
}
.news_detail .news_detail_btn-wrap > a.news_detail_btn {
  margin: 0 10px;
  text-align: center;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .news_detail .news_detail_btn-wrap > a:hover {
    background-color: #fff;
    color: #263973;
  }
  .news_detail .news_detail_btn-wrap > a:hover.news_detail_btn-prev:before, .news_detail .news_detail_btn-wrap > a:hover.news_detail_btn-next:before {
    border-color: #263973;
  }
}

/* ==========================================================================
TERMS
========================================================================== */
/* terms-policy
========================================================================== */
.terms-policy .terms-policy_table > table > tbody > tr > th {
  width: 215px;
}

/* terms-post
========================================================================== */
.terms-post {
  border-top: 1px solid #d7d7d7;
  line-height: 1.875;
  padding-top: 30px;
  text-align: left;
}
.terms-post ol > li,
.terms-post p,
.terms-post ol {
  margin-bottom: 2em;
}
.terms-post ol > li:last-child,
.terms-post p:last-child,
.terms-post ol:last-child {
  margin-bottom: 0;
}
.terms-post ol.opt-strong > li {
  font-weight: 700;
}
.terms-post ol.opt-strong > li > ul > li {
  font-weight: 400;
}

/* ==========================================================================
CONTACT
========================================================================== */
/* contact_lead
========================================================================== */
.contact_lead {
  margin-bottom: 50px;
}

/* cotnact_table
========================================================================== */
.contact_table {
  /* contact_table_birth
  ========================================================================== */
}
.contact_table > table > tbody > tr th {
  vertical-align: middle;
  width: 280px;
  position: relative;
}
.contact_table > table > tbody > tr th > span {
  font-size: 1.5rem;
  font-weight: 400;
}
.contact_table > table > tbody > tr th.is-vat {
  vertical-align: top;
}
.contact_table > table > tbody > tr th.is-required:after {
  background-color: #bc4242;
  content: "必須";
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 4px 7px 3px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact_table > table > tbody > tr th.is-required.is-vat:after {
  top: 25px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .contact_table > table > tbody > tr th.is-required:after {
    font-size: 0.9rem;
    margin-left: 10px;
    padding: 2px 4px;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .contact_table > table > tbody > tr th.is-required.is-vat:after {
    top: 25px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.contact_table .contact_table_birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact_table .contact_table_birth label {
  margin-right: 10px;
}
.contact_table .contact_table_birth label input {
  margin-right: 5px;
}
.contact_table .contact_table_birth .contact_table_birth_year input {
  width: 105px;
}
.contact_table .contact_table_birth .contact_table_birth_md input {
  width: 65px;
}

/* contact_privacy
========================================================================== */
.contact_privacy {
  margin-top: 50px;
}
.contact_privacy > p {
  font-size: 1.8rem;
  font-weight: 700;
}
.contact_privacy .contact_privacy_check {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 19px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .contact_privacy {
    margin-top: 30px;
  }
  .contact_privacy > p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .contact_privacy .contact_privacy_check {
    font-size: 1rem;
    margin-top: 15px;
  }
}

/* contact_flow
========================================================================== */
.contact_flow {
  margin-bottom: 40px;
}
.contact_flow > ol {
  counter-reset: ol;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact_flow > ol > li {
  background-color: #263973;
  border: 2px solid #263973;
  border-radius: 50%;
  color: #fff;
  counter-increment: ol;
  font-size: 1.8rem;
  font-weight: 700;
  height: 90px;
  margin-right: 60px;
  width: 90px;
  padding-top: 14px;
  position: relative;
}
.contact_flow > ol > li:before {
  color: #4fb6d4;
  content: counter(ol);
  display: block;
  font-size: 3rem;
  margin-bottom: 5px;
}
.contact_flow > ol > li:after {
  background: url(../img/flow-arrow_img.png) no-repeat 0 50%;
  content: "";
  height: 100%;
  width: 46px;
  position: absolute;
  right: -54px;
  top: 0;
}
.contact_flow > ol > li:last-child {
  margin-right: 0;
}
.contact_flow > ol > li:last-child:after {
  content: none;
}
.contact_flow > ol > li.is-active {
  background-color: #fff;
  color: #263973;
}
.contact_flow > ol > li.is-active:before {
  color: #263973;
}
@media screen and (max-width: 767px) {
  .contact_flow > ol > li {
    font-size: 1.2rem;
    height: 60px;
    margin-right: 39px;
    width: 60px;
    padding-top: 10px;
  }
  .contact_flow > ol > li:before {
    font-size: 2rem;
    margin-bottom: 4px;
  }
  .contact_flow > ol > li:after {
    background-image: url(../img/flow-arrow_img-sp.png);
    background-size: 100%;
    width: 30px;
    right: -35px;
  }
}

/* contact_complete
========================================================================== */
.contact_complete h2 {
  color: #263973;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact_complete h2 {
    font-size: 2em;
    margin-bottom: 25px;
  }
}
.contact_complete p {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .contact_complete p {
    text-align: left;
  }
}

/* ==========================================================================
ACHIVE STEP
========================================================================== */
/* achive_step
========================================================================== */
.achive_step {
  /* achive_step-interview
  ========================================================================== */
}
.achive_step .achive_step-result {
  /* achive_step-result_list
  ========================================================================== */
  /* achive_step-result_link
  ========================================================================== */
  /* achive_step-result_card
  ========================================================================== */
}
.achive_step .achive_step-result .achive_step-result_list {
  margin-bottom: 30px;
}
.achive_step .achive_step-result .achive_step-result_list > ul {
  border-left: 1px solid #d7d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-result .achive_step-result_list > ul {
    font-size: 1.2em;
  }
}
.achive_step .achive_step-result .achive_step-result_list > ul > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #d7d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 70px;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-result .achive_step-result_list > ul > li {
    min-height: 0;
  }
}
.achive_step .achive_step-result .achive_step-result_list > ul > li > p em {
  color: #4fb6d4;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-result .achive_step-result_list > ul > li > p > span {
    display: block;
    font-size: 0.9em;
    line-height: 1.6;
  }
  .achive_step .achive_step-result .achive_step-result_list > ul > li > p em {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-result .achive_step-result_link > dl {
    display: block;
  }
  .achive_step .achive_step-result .achive_step-result_link > dl > dt {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .achive_step .achive_step-result .achive_step-result_link > dl > dd {
    padding-bottom: 20px;
    padding-top: 5px;
  }
}
.achive_step .achive_step-result .achive_step-result_link > dl > dd:nth-last-child(1),
.achive_step .achive_step-result .achive_step-result_link > dl > dt:nth-last-child(2) {
  border-bottom: 0;
}
.achive_step .achive_step-result .achive_step-result_link > dl > dt {
  color: #263973;
  width: 160px;
}
.achive_step .achive_step-result .achive_step-result_link > dl > dt:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-result .achive_step-result_link > dl > dt {
    width: auto;
  }
}
.achive_step .achive_step-result .achive_step-result_link > dl > dd {
  width: -webkit-calc(100% - 160px);
  width: calc(100% - 160px);
}
.achive_step .achive_step-result .achive_step-result_link > dl > dd > ul > li {
  margin-right: 2em;
}
.achive_step .achive_step-result .achive_step-result_link > dl > dd > ul > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-result .achive_step-result_link > dl > dd {
    font-size: 1.3em;
    width: auto;
  }
  .achive_step .achive_step-result .achive_step-result_link > dl > dd > ul > li {
    margin-right: 0;
  }
}
.achive_step .achive_step-result .achive_step-result_card {
  margin-top: 25px;
}
.achive_step .achive_step-result .achive_step-result_card > h4 {
  margin-bottom: 30px;
  text-align: left;
  position: relative;
  z-index: 0;
}
.achive_step .achive_step-result .achive_step-result_card > h4:before {
  background-color: #4fb6d4;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.achive_step .achive_step-result .achive_step-result_card > h4 span {
  background-color: #ecf1f6;
  color: #263973;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
  padding-right: 0.3em;
}
.achive_step .achive_step-result .achive_step-result_card > ol {
  counter-reset: ol;
  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;
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-result .achive_step-result_card > ol {
    margin-bottom: -15px;
  }
}
.achive_step .achive_step-result .achive_step-result_card > ol > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: ol;
  margin-bottom: 20px;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-result .achive_step-result_card > ol > li {
    display: block;
    margin-bottom: 15px;
  }
}
.achive_step .achive_step-result .achive_step-result_card > ol .achive_step-result_card_text {
  background-color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 15px 10px;
  width: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-result .achive_step-result_card > ol .achive_step-result_card_text {
    font-size: 1.2rem;
    padding: 10px;
    width: 100%;
  }
}
.achive_step .achive_step-result .achive_step-result_card > ol .achive_step-result_card_text:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 11px 0 11px 12px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-result .achive_step-result_card > ol .achive_step-result_card_text:after {
    border-color: #fff transparent transparent transparent;
    border-width: 6px 6px 0;
    bottom: 0;
    left: 50%;
    right: auto;
    top: auto;
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}
.achive_step .achive_step-result .achive_step-result_card > ol .achive_step-result_card_text:before {
  color: #4fb6d4;
  content: none;
  display: block;
  font-family: "Playfair Display";
  font-size: 4rem;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-result .achive_step-result_card > ol .achive_step-result_card_text:before {
    font-size: 3rem;
    right: 10px;
  }
}
.achive_step .achive_step-result .achive_step-result_card > ol .achive_step-result_card_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4fb6d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-result .achive_step-result_card > ol .achive_step-result_card_box {
    height: 100px;
    width: 100%;
  }
}
.achive_step .achive_step-result .achive_step-result_card > ol .achive_step-result_card_box .achive_step-result_card_box_inner > span {
  background-color: #fff;
  display: table;
  line-height: 1.1;
  margin: 0 auto;
  padding: 0.2em 0.3em;
  -webkit-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
.achive_step .achive_step-result .achive_step-result_card > ol .achive_step-result_card_box .achive_step-result_card_box_inner > span > span {
  color: #263973;
  display: table;
  font-size: 2rem;
  font-weight: 700;
  -webkit-transform: skewX(15deg);
      -ms-transform: skewX(15deg);
          transform: skewX(15deg);
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-result .achive_step-result_card > ol .achive_step-result_card_box .achive_step-result_card_box_inner > span > span {
    font-size: 1.4rem;
  }
}
.achive_step .achive_step-result .achive_step-result_card > ol .achive_step-result_card_box .achive_step-result_card_box_inner > strong {
  color: #fff;
  display: block;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 10px;
}
.achive_step .achive_step-result .achive_step-result_card > ol .achive_step-result_card_box .achive_step-result_card_box_inner > strong > span {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-result .achive_step-result_card > ol .achive_step-result_card_box .achive_step-result_card_box_inner > strong {
    font-size: 1.8rem;
  }
  .achive_step .achive_step-result .achive_step-result_card > ol .achive_step-result_card_box .achive_step-result_card_box_inner > strong > span {
    font-size: 1.2rem;
  }
}
.achive_step .achive_step-interview {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-interview {
    padding-left: 0;
    padding-right: 0;
  }
}
.achive_step .achive_step-interview .achive_step-interview_box {
  margin-bottom: 60px;
}
.achive_step .achive_step-interview .achive_step-interview_box:last-child {
  margin-bottom: 0;
}
.achive_step .achive_step-interview .achive_step-interview_box .achive_step-interview_box_inner {
  background-color: #fff;
  padding: 50px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-interview .achive_step-interview_box .achive_step-interview_box_inner {
    padding: 20px;
  }
}
.achive_step .achive_step-interview .achive_step-interview_box .achive_step-interview_box_inner .achive_step-interview_box_img {
  max-width: 370px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-interview .achive_step-interview_box .achive_step-interview_box_inner .achive_step-interview_box_img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 440px;
    width: 58%;
    position: static;
  }
}
.achive_step .achive_step-interview .achive_step-interview_box .achive_step-interview_box_inner .achive_step-interview_box_data {
  min-height: 490px;
  padding-left: -webkit-calc(370px + 60px);
  padding-left: calc(370px + 60px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-interview .achive_step-interview_box .achive_step-interview_box_inner .achive_step-interview_box_data {
    margin-bottom: 40px;
    min-height: 0;
    padding-left: 0;
  }
}
.achive_step .achive_step-interview .achive_step-interview_box .achive_step-interview_box_inner .achive_step-interview_box_data .achive_step-interview_box_data_title {
  line-height: 1.2;
  margin-bottom: 35px;
  padding-top: 25px;
}
.achive_step .achive_step-interview .achive_step-interview_box .achive_step-interview_box_inner .achive_step-interview_box_data .achive_step-interview_box_data_title h3 {
  color: #4fb6d4;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-interview .achive_step-interview_box .achive_step-interview_box_inner .achive_step-interview_box_data .achive_step-interview_box_data_title {
    margin-bottom: 30px;
    padding-top: 0;
    text-align: center;
  }
  .achive_step .achive_step-interview .achive_step-interview_box .achive_step-interview_box_inner .achive_step-interview_box_data .achive_step-interview_box_data_title h3 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
.achive_step .achive_step-interview .achive_step-interview_box .achive_step-interview_box_inner .achive_step-interview_box_data h4 {
  color: #263973;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-interview .achive_step-interview_box .achive_step-interview_box_inner .achive_step-interview_box_data h4 {
    font-size: 1.5rem;
  }
}
.achive_step .achive_step-interview .achive_step-interview_box .achive_step-interview_box_inner .achive_step-interview_box_text {
  margin-top: 60px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-interview .achive_step-interview_box .achive_step-interview_box_inner .achive_step-interview_box_text {
    margin-top: 40px;
  }
}
.achive_step .achive_step-interview .achive_step-interview_box .achive_step-interview_box_inner .achive_step-interview_box_text h4 {
  color: #263973;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .achive_step .achive_step-interview .achive_step-interview_box .achive_step-interview_box_inner .achive_step-interview_box_text h4 {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
}
.achive_step .achive_step-interview .achive_step-interview_box .achive_step-interview_box_inner .achive_step-interview_box_text p {
  line-height: 1.875;
}

/* achive_step-ipo-step
========================================================================== */
.achive_step-ipo-step .achive_step-ipo-step_flow-step {
  margin-top: 40px;
}
.achive_step-ipo-step .achive_step-ipo-step_last {
  color: #263973;
  font-weight: 700;
}
.achive_step-ipo-step .achive_step-ipo-step_last p {
  font-size: 2em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .achive_step-ipo-step .achive_step-ipo-step_last p {
    font-size: 1.4em;
  }
}

/* ==========================================================================
HUMAN RESORCE
========================================================================== */
/* human_resorce-catch
========================================================================== */
.human_resorce-catch .human_resorce-catch_lead {
  padding-right: 330px;
  text-align: left;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .human_resorce-catch .human_resorce-catch_lead {
    padding-right: 0;
  }
}
.human_resorce-catch .human_resorce-catch_lead ol,
.human_resorce-catch .human_resorce-catch_lead p {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.human_resorce-catch .human_resorce-catch_lead ol:last-child,
.human_resorce-catch .human_resorce-catch_lead p:last-child {
  margin-bottom: 0;
}
.human_resorce-catch .human_resorce-catch_lead ol {
  font-weight: 700;
}
.human_resorce-catch .human_resorce-catch_title {
  color: #263973;
  font-weight: 700;
  padding: 2em 1em;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .human_resorce-catch .human_resorce-catch_title {
    display: table;
    margin: 0 auto 30px;
    padding: 0.5em 1em;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    position: relative;
  }
}
.human_resorce-catch .human_resorce-catch_title:after, .human_resorce-catch .human_resorce-catch_title:before {
  content: "";
  height: 70px;
  width: 40px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .human_resorce-catch .human_resorce-catch_title:after, .human_resorce-catch .human_resorce-catch_title:before {
    height: 35px;
    width: 20px;
  }
}
.human_resorce-catch .human_resorce-catch_title:before {
  border-right: 1px solid #263973;
  border-top: 1px solid #263973;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .human_resorce-catch .human_resorce-catch_title:before {
    border-left: 1px solid #263973;
    border-right: 0;
    left: 0;
    right: auto;
  }
}
.human_resorce-catch .human_resorce-catch_title:after {
  border-bottom: 1px solid #263973;
  border-left: 1px solid #263973;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .human_resorce-catch .human_resorce-catch_title:after {
    border-left: 0;
    border-right: 1px solid #263973;
    left: auto;
    right: 0;
  }
}
.human_resorce-catch .human_resorce-catch_title p {
  font-size: 4.5rem;
  line-height: 1.3;
}
.human_resorce-catch .human_resorce-catch_title p > span {
  font-size: 9rem;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .human_resorce-catch .human_resorce-catch_title p {
    font-size: 2.5rem;
  }
  .human_resorce-catch .human_resorce-catch_title p > span {
    font-size: 4.5rem;
    margin-left: 1em;
    margin-top: 0;
  }
}

/* human_resorce-service_change
========================================================================== */
.human_resorce-service_change {
  margin-bottom: 80px;
}
.human_resorce-service_change:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .human_resorce-service_change {
    margin-bottom: 40px;
  }
}

/* human_resorce-service_change_list
========================================================================== */
.human_resorce-service_change_list {
  margin-bottom: 60px;
}
.human_resorce-service_change_list:last-child {
  margin-bottom: 0;
}
.human_resorce-service_change_list .human_resorce-service_change_list_title {
  background-color: #dde2f5;
  border: 1px solid #c4c9dc;
  font-weight: 700;
  line-height: 1.6;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .human_resorce-service_change_list .human_resorce-service_change_list_title {
    text-align: left;
  }
}
.human_resorce-service_change_list > ol > li {
  border-bottom: 1px solid #d6d6d6;
  padding-left: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .human_resorce-service_change_list > ol > li {
    padding-left: 55px;
  }
}
.human_resorce-service_change_list > ol > li > span {
  background-color: #263973;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  height: 90px;
  padding-top: 1em;
  width: 90px;
  position: absolute;
  left: 5px;
  top: 30px;
}
.human_resorce-service_change_list > ol > li > span > em {
  color: #4fb6d4;
  display: block;
  font-size: 5.4rem;
}
@media screen and (max-width: 767px) {
  .human_resorce-service_change_list > ol > li > span {
    font-size: 0.8rem;
    height: 45px;
    width: 45px;
    top: 20px;
  }
  .human_resorce-service_change_list > ol > li > span > em {
    font-size: 2.7rem;
  }
}
.human_resorce-service_change_list > ol > li .human_resorce-service_change_list_data {
  border-left: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .human_resorce-service_change_list > ol > li .human_resorce-service_change_list_data {
    display: block;
    padding: 30px 20px;
  }
}
.human_resorce-service_change_list > ol > li .human_resorce-service_change_list_data .human_resorce-service_change_list_data_text h4 {
  color: #263973;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .human_resorce-service_change_list > ol > li .human_resorce-service_change_list_data .human_resorce-service_change_list_data_text h4 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.human_resorce-service_change_list > ol > li .human_resorce-service_change_list_data .human_resorce-service_change_list_data_text p {
  line-height: 1.875;
  margin-bottom: 1em;
}
.human_resorce-service_change_list > ol > li .human_resorce-service_change_list_data .human_resorce-service_change_list_data_text p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
PARTNER
========================================================================== */
/* partner
========================================================================== */
.partner {
  padding-bottom: 0;
}
.partner .partner-box {
  margin-bottom: 80px;
}
.partner .partner-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .partner .partner-box {
    margin-bottom: 40px;
  }
}
.partner .partner-box .partner-box_list > ul {
  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;
}
@media screen and (max-width: 767px) {
  .partner .partner-box .partner-box_list > ul {
    display: block;
  }
}
.partner .partner-box .partner-box_list > ul > li {
  line-height: 1.5;
  width: 48%;
}
.partner .partner-box .partner-box_list > ul > li:nth-child(n+3) {
  margin-top: 70px;
}
.partner .partner-box .partner-box_list > ul > li a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .partner .partner-box .partner-box_list > ul > li a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .partner .partner-box .partner-box_list > ul > li {
    margin-top: 35px;
    width: 100%;
  }
  .partner .partner-box .partner-box_list > ul > li:first-child {
    margin-top: 0;
  }
  .partner .partner-box .partner-box_list > ul > li:nth-child(n+3) {
    margin-top: 35px;
  }
}
.partner .partner-box .partner-box_list .partner-box_list_title {
  background-color: #263973;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 190px;
}
.partner .partner-box .partner-box_list .partner-box_list_title > figure {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .partner .partner-box .partner-box_list .partner-box_list_title {
    height: 150px;
  }
  .partner .partner-box .partner-box_list .partner-box_list_title > figure {
    width: 150px;
  }
}
.partner .partner-box .partner-box_list .partner-box_list_title .partner-box_list_data {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  text-align: center;
  width: -webkit-calc(100% - 190px);
  width: calc(100% - 190px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .partner .partner-box .partner-box_list .partner-box_list_title .partner-box_list_data {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
  }
}
.partner .partner-box .partner-box_list .partner-box_list_title .partner-box_list_data.is-icon {
  padding-bottom: 40px;
}
.partner .partner-box .partner-box_list .partner-box_list_title .partner-box_list_data.is-icon .partner-box_list_data_other {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4fb6d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  height: 40px;
  line-height: 1.6;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .partner .partner-box .partner-box_list .partner-box_list_title .partner-box_list_data.is-icon .partner-box_list_data_other {
    font-size: 1rem;
  }
}
.partner .partner-box .partner-box_list .partner-box_list_title .partner-box_list_data .partner-box_list_data_name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .partner .partner-box .partner-box_list .partner-box_list_title .partner-box_list_data .partner-box_list_data_name {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.partner .partner-box .partner-box_list .partner-box_list_title .partner-box_list_data .partner-box_list_data_name strong {
  font-size: 3rem;
  margin-left: 0.7em;
}
@media screen and (max-width: 767px) {
  .partner .partner-box .partner-box_list .partner-box_list_title .partner-box_list_data .partner-box_list_data_name strong {
    font-size: 2.4rem;
  }
}
.partner .partner-box .partner-box_list .partner-box_list_title .partner-box_list_data .partner-box_list_data_job {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .partner .partner-box .partner-box_list .partner-box_list_title .partner-box_list_data .partner-box_list_data_job {
    font-size: 1rem;
  }
}
.partner .partner-box .partner-box_list .partner-box_list_inner {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  padding: 30px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .partner .partner-box .partner-box_list .partner-box_list_inner {
    padding: 25px 25px 30px;
  }
}
.partner .partner-box .partner-box_list .partner-box_list_inner .partner-box_list_title_text {
  overflow: hidden;
  line-height: 1.875;
}
.partner .partner-box .partner-box_list .partner-box_list_inner .partner-box_list_title_text.is-active {
  height: auto;
  overflow: visible;
}
.partner .partner-box .partner-box_list .partner-box_list_inner .partner-box_list_title_text a img {
  margin-left: 0.3em;
  margin-right: 0.3em;
  vertical-align: middle;
}
.partner .partner-box .partner-box_list .partner-box_list_inner .partner-box_list_title_text .partner-box_list_title_text_title {
  color: #263973;
  font-weight: 700;
  margin-top: 0.5em;
}
.partner .partner-box .partner-box_list .partner-box_list_inner .partner-box_list_title_text .partner-box_list_title_text_title:first-child {
  margin-top: 0;
}
.partner .partner-box .partner-box_list .partner-box_list_inner .partner-box_list_title_text th {
  font-weight: 500;
  text-align: left;
  width: 120px;
}
.partner .partner-box .partner-box_list .partner-box_list_inner .partner-box_list_btn {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, white 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 50%, rgba(255, 255, 255, 0) 100%);
  padding-bottom: 10px;
  padding-top: 45px;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.partner .partner-box .partner-box_list .partner-box_list_inner .partner-box_list_btn.is-active {
  padding-top: 30px;
  position: static;
}
.partner .partner-box .partner-box_list .partner-box_list_inner .partner-box_list_btn.is-active > a:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #263973;
  color: #fff;
  content: "閉じる";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 1;
}
.partner .partner-box .partner-box_list .partner-box_list_inner .partner-box_list_btn > a {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 100px;
  display: table;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 17px 0;
  text-align: center;
  width: 300px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.partner .partner-box .partner-box_list .partner-box_list_inner .partner-box_list_btn > a > span {
  background-color: #263973;
  border-radius: 50%;
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.partner .partner-box .partner-box_list .partner-box_list_inner .partner-box_list_btn > a > span:before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 4px;
  width: 4px;
  position: absolute;
  left: 6px;
  top: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .partner .partner-box .partner-box_list .partner-box_list_inner .partner-box_list_btn > a:hover {
    background-color: #263973;
    border: 1px solid #263973;
    color: #fff;
  }
  .partner .partner-box .partner-box_list .partner-box_list_inner .partner-box_list_btn > a:hover > span {
    background-color: #fff;
  }
  .partner .partner-box .partner-box_list .partner-box_list_inner .partner-box_list_btn > a:hover > span:before {
    border-bottom: 2px solid #263973;
    border-right: 2px solid #263973;
  }
}
.partner .partner-box .partner-box_list .partner-box_list_inner .partner-box_list_btn.is-active {
  background: none;
}
.partner .partner-box .partner-box_list .partner-box_list_inner .partner-box_list_btn.is-active > a {
  background-color: #263973;
  border: 1px solid #263973;
  color: #fff;
}
.partner .partner-box .partner-box_list .partner-box_list_inner .partner-box_list_btn.is-active > a > span {
  background-color: #fff;
}
.partner .partner-box .partner-box_list .partner-box_list_inner .partner-box_list_btn.is-active > a > span:before {
  border-bottom: 2px solid #263973;
  border-right: 2px solid #263973;
  top: 7px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* partner-message
========================================================================== */
.partner-message {
  margin-bottom: 80px;
  /* partner-message_box
  ========================================================================== */
  /* partner-message-catch
  ========================================================================== */
}
.partner-message:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .partner-message {
    margin-bottom: 40px;
  }
}
.partner-message .partner-message_box {
  background: url(../img/partner-icon_img01.png) no-repeat left 28px top 38px, url(../img/partner-icon_img02.png) no-repeat right 28px bottom 38px;
  background-color: #fff;
  padding: 60px 90px;
  line-height: 1.875;
  margin: 30px 0 100px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .partner-message .partner-message_box {
    background-position: left 15px top 20px, right 15px bottom 20px;
    padding: 50px 15px;
    margin: 25px 0 40px;
  }
}
.partner-message .partner-message_box p {
  margin-bottom: 1em;
}
.partner-message .partner-message_box p:last-child {
  margin-bottom: 0;
}
.partner-message .partner-message_box p a img {
  margin-left: 0.5em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.partner-message .partner-message-catch {
  margin-bottom: 70px;
}
.partner-message .partner-message-catch:last-child {
  margin-bottom: 0;
}
.partner-message .partner-message-catch.opt-reverse .partner-message-catch_lead {
  min-height: 250px;
  padding-left: 160px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .partner-message .partner-message-catch.opt-reverse .partner-message-catch_lead {
    min-height: 0;
    padding-left: 0;
  }
}
.partner-message .partner-message-catch.opt-reverse .partner-message-catch_title {
  left: 0;
  right: auto;
}
.partner-message .partner-message-catch .partner-message-catch_lead {
  padding-right: 160px;
  text-align: left;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .partner-message .partner-message-catch .partner-message-catch_lead {
    padding-right: 0;
  }
}
.partner-message .partner-message-catch .partner-message-catch_lead ol,
.partner-message .partner-message-catch .partner-message-catch_lead p {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.partner-message .partner-message-catch .partner-message-catch_lead ol:last-child,
.partner-message .partner-message-catch .partner-message-catch_lead p:last-child {
  margin-bottom: 0;
}
.partner-message .partner-message-catch .partner-message-catch_lead ol {
  font-weight: 700;
}
.partner-message .partner-message-catch .partner-message-catch_title {
  color: #263973;
  font-weight: 700;
  padding: 2em 1em;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .partner-message .partner-message-catch .partner-message-catch_title {
    display: table;
    margin: 0 auto 30px;
    padding: 0.5em 1em;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    position: relative;
  }
}
.partner-message .partner-message-catch .partner-message-catch_title:after, .partner-message .partner-message-catch .partner-message-catch_title:before {
  content: "";
  height: 70px;
  width: 40px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .partner-message .partner-message-catch .partner-message-catch_title:after, .partner-message .partner-message-catch .partner-message-catch_title:before {
    height: 35px;
    width: 20px;
  }
}
.partner-message .partner-message-catch .partner-message-catch_title:before {
  border-right: 1px solid #263973;
  border-top: 1px solid #263973;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .partner-message .partner-message-catch .partner-message-catch_title:before {
    border-left: 1px solid #263973;
    border-right: 0;
    left: 0;
    right: auto;
  }
}
.partner-message .partner-message-catch .partner-message-catch_title:after {
  border-bottom: 1px solid #263973;
  border-left: 1px solid #263973;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .partner-message .partner-message-catch .partner-message-catch_title:after {
    border-left: 0;
    border-right: 1px solid #263973;
    left: auto;
    right: 0;
  }
}
.partner-message .partner-message-catch .partner-message-catch_title p {
  font-size: 4.5rem;
  line-height: 1.3;
}
.partner-message .partner-message-catch .partner-message-catch_title p > span {
  font-size: 9rem;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .partner-message .partner-message-catch .partner-message-catch_title p {
    font-size: 2.5rem;
  }
  .partner-message .partner-message-catch .partner-message-catch_title p > span {
    font-size: 4.5rem;
    margin-left: 1em;
    margin-top: 0;
  }
}