@charset "UTF-8";
a {
  color: #231815;
  outline: none;
  text-decoration: none; }

@media only screen and (min-width: 751px) {
  a {
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }

  a:hover {
    color: #727171;
    text-decoration: none; } }
body.p-kodawari {
  background: #271e1f; }

.p-kodawari .p-main {
  margin-top: 40px;
  color: #fff;
  overflow: hidden; }
  .p-kodawari .p-main p, .p-kodawari .p-main a {
    color: #fff; }
  @media only screen and (min-width: 751px) {
    .p-kodawari .p-main a {
      -webkit-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out;
      -ms-transition: color 0.3s ease-out;
      -o-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
    .p-kodawari .p-main a:hover {
      color: #727171;
      text-decoration: none; } }
.p-kodawari .c-title_b {
  margin-bottom: 100px;
  color: #fff;
  letter-spacing: 0.11em; }
  .p-kodawari .c-title_b .en {
    color: #fff;
    letter-spacing: 0.171em; }
.p-kodawari .p-prejudice_link {
  position: relative;
  display: block;
  margin-top: 60px;
  margin-left: 1em;
  padding-left: 28%;
  line-height: 1.563em;
  text-indent: -1em; }
  .p-kodawari .p-prejudice_link::before, .p-kodawari .p-prejudice_link::after {
    position: absolute;
    display: inline-block;
    content: "";
    background: #fff;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out; }
  .p-kodawari .p-prejudice_link::before {
    width: 20%;
    height: 1px;
    top: 50%;
    left: 0; }
  .p-kodawari .p-prejudice_link::after {
    width: 12px;
    height: 1px;
    top: calc(50% - 4px);
    left: calc(20% - 10px);
    transform: rotate(45deg); }
  @media only screen and (min-width: 751px) {
    .p-kodawari .p-prejudice_link:hover::before, .p-kodawari .p-prejudice_link:hover::after {
      background: #727171;
      text-decoration: none; } }
  @media only screen and (max-width: 750px) {
    .p-kodawari .p-prejudice_link {
      margin: 20px 0 0; } }
.p-kodawari .p-mv-sub {
  position: relative;
  margin-bottom: 70px;
  overflow: hidden; }
  .p-kodawari .p-mv-sub .p-mv-sub_image {
    height: 608px; }
    .p-kodawari .p-mv-sub .p-mv-sub_image::before {
      content: " ";
      width: 0;
      height: 100%;
      background-color: #eee;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      -webkit-transition: width 0.8s ease-out;
      -moz-transition: width 0.8s ease-out;
      -ms-transition: width 0.8s ease-out;
      -o-transition: width 0.8s ease-out;
      transition: width 0.8s ease-out; }
    .p-kodawari .p-mv-sub .p-mv-sub_image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
      -o-transform: scale(1.03);
      transform: scale(1.03);
      -webkit-transition: all 3s ease-out;
      -moz-transition: all 3s ease-out;
      -ms-transition: all 3s ease-out;
      -o-transition: all 3s ease-out;
      transition: all 3s ease-out;
      -webkit-transition-delay: 0.8s;
      -moz-transition-delay: 0.8s;
      -ms-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      transition-delay: 0.8s; }
  .p-kodawari .p-mv-sub .p-mv-sub_copy {
    position: absolute;
    right: 5%;
    top: 65px;
    z-index: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    .p-kodawari .p-mv-sub .p-mv-sub_copy span {
      display: block;
      padding: 20px 10px;
      background: rgba(255, 255, 255, 0.7);
      font-size: 3rem;
      margin-left: 1em;
      min-height: 9.5em;
      color: #231815;
      letter-spacing: 0.04em; }
  .p-kodawari .p-mv-sub .p-mv-text {
    position: absolute;
    right: 5%;
    top: 65px;
    z-index: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    @media only screen and (max-width: 750px) {
      .p-kodawari .p-mv-sub .p-mv-text {
        top: 28px;
        right: 25px; } }
    .p-kodawari .p-mv-sub .p-mv-text p {
      margin-left: 1em;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 1s ease-out;
      -moz-transition: max-height 1s ease-out;
      -ms-transition: max-height 1s ease-out;
      -o-transition: max-height 1s ease-out;
      transition: max-height 1s ease-out;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      @media only screen and (max-width: 750px) {
        .p-kodawari .p-mv-sub .p-mv-text p {
          margin-left: 0; } }
      .p-kodawari .p-mv-sub .p-mv-text p em {
        opacity: 0;
        font-style: normal;
        -webkit-transition: opacity 1s ease-out;
        -moz-transition: opacity 1s ease-out;
        -ms-transition: opacity 1s ease-out;
        -o-transition: opacity 1s ease-out;
        transition: opacity 1s ease-out; }
      .p-kodawari .p-mv-sub .p-mv-text p:nth-of-type(1) {
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -ms-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s; }
        .p-kodawari .p-mv-sub .p-mv-text p:nth-of-type(1) em {
          -webkit-transition-delay: 1.3s;
          -moz-transition-delay: 1.3s;
          -ms-transition-delay: 1.3s;
          -o-transition-delay: 1.3s;
          transition-delay: 1.3s; }
      .p-kodawari .p-mv-sub .p-mv-text p:nth-of-type(2) {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -ms-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s; }
        .p-kodawari .p-mv-sub .p-mv-text p:nth-of-type(2) em {
          -webkit-transition-delay: 1.5s;
          -moz-transition-delay: 1.5s;
          -ms-transition-delay: 1.5s;
          -o-transition-delay: 1.5s;
          transition-delay: 1.5s; }
      .p-kodawari .p-mv-sub .p-mv-text p:nth-of-type(3) {
        -webkit-transition-delay: 1.2s;
        -moz-transition-delay: 1.2s;
        -ms-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s; }
        .p-kodawari .p-mv-sub .p-mv-text p:nth-of-type(3) em {
          -webkit-transition-delay: 1.7s;
          -moz-transition-delay: 1.7s;
          -ms-transition-delay: 1.7s;
          -o-transition-delay: 1.7s;
          transition-delay: 1.7s; }
    .p-kodawari .p-mv-sub .p-mv-text span {
      display: block;
      padding: 20px 10px;
      background: rgba(255, 255, 255, 0.7);
      font-size: 3rem;
      min-height: 9.5em;
      color: #231815;
      letter-spacing: 0.04em; }
      @media only screen and (max-width: 750px) {
        .p-kodawari .p-mv-sub .p-mv-text span {
          padding: 8px 2px 0;
          font-size: 1.2rem;
          margin-left: 12px; } }
  .p-kodawari .p-mv-sub.started .p-mv-sub_image::before {
    width: 100%; }
  .p-kodawari .p-mv-sub.started .p-mv-sub_image img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .p-kodawari .p-mv-sub.started .p-mv-text p {
    max-height: 300px; }
    @media only screen and (max-width: 750px) {
      .p-kodawari .p-mv-sub.started .p-mv-text p {
        max-height: 240px; } }
    .p-kodawari .p-mv-sub.started .p-mv-text p em {
      opacity: 1; }
  @media only screen and (max-width: 750px) {
    .p-kodawari .p-mv-sub {
      margin-bottom: 20px; }
      .p-kodawari .p-mv-sub .p-mv-sub_image {
        height: 303px; }
      .p-kodawari .p-mv-sub .p-mv-sub_copy,
      .p-kodawari .p-mv-sub .p-mv-text {
        right: 30px;
        top: 35px; }
        .p-kodawari .p-mv-sub .p-mv-sub_copy span,
        .p-kodawari .p-mv-sub .p-mv-text span {
          padding: 10px 5px;
          font-size: 1.5rem; } }
@media only screen and (max-width: 750px) {
  .p-kodawari .p-main {
    margin-top: 62px; }
  .p-kodawari .c-title_b {
    margin-bottom: 35px;
    font-size: 1.84rem; } }

.p-prejudice_mv .p-mv_copy {
  position: absolute;
  right: 5%;
  bottom: 60px;
  z-index: 1;
  opacity: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transition: opacity 2.5s ease-out;
  -moz-transition: opacity 2.5s ease-out;
  -ms-transition: opacity 2.5s ease-out;
  -o-transition: opacity 2.5s ease-out;
  transition: opacity 2.5s ease-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }
  .p-prejudice_mv .p-mv_copy span {
    display: block;
    font-size: 2.700rem;
    margin-left: 1em;
    min-height: 9em;
    color: #fff;
    letter-spacing: 0.1em; }
.p-prejudice_mv.started .p-mv_copy {
  opacity: 1; }
@media only screen and (max-width: 750px) {
  .p-prejudice_mv .p-mv_image {
    height: 438px; }
  .p-prejudice_mv .p-mv_copy {
    right: 35px;
    bottom: 30px; }
    .p-prejudice_mv .p-mv_copy span {
      font-size: 1.3rem;
      letter-spacing: 0.04em; } }

.p-prejudice_navi {
  margin: 0 auto 150px;
  max-width: 865px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap; }
  @media only screen and (max-width: 750px) {
    .p-prejudice_navi {
      margin-bottom: 50px; } }
  .p-prejudice_navi li {
    width: 46%;
    margin-bottom: 15px;
    border-bottom: 1px solid #9fa0a0; }
    @media only screen and (max-width: 750px) {
      .p-prejudice_navi li {
        width: 48%;
        margin-bottom: 8px; } }
    .p-prejudice_navi li a {
      display: block;
      padding: 15px 0; }
      @media only screen and (max-width: 750px) {
        .p-prejudice_navi li a {
          padding: 10px 0; } }
    .p-prejudice_navi li span {
      display: block;
      line-height: 1.3; }
      .p-prejudice_navi li span.ja {
        margin-bottom: .5rem;
        font-size: 2.7rem;
        letter-spacing: 0.11em; }
        @media only screen and (max-width: 750px) {
          .p-prejudice_navi li span.ja {
            font-size: 1.3rem; } }
      .p-prejudice_navi li span.en {
        font-size: 2.1rem;
        letter-spacing: 0.171em; }
        @media only screen and (max-width: 750px) {
          .p-prejudice_navi li span.en {
            font-size: 0.95rem; } }

.p-prejudice_head {
  margin-bottom: 80px; }
  .p-prejudice_head h2 {
    margin-bottom: 1.2em;
    font-size: 3.1rem;
    font-weight: normal;
    letter-spacing: 0.111em; }
  .p-prejudice_head p {
    line-height: 2.188em;
    letter-spacing: 0.031em; }
  @media only screen and (max-width: 750px) {
    .p-prejudice_head {
      margin-bottom: 30px;
      padding: 0 5px; }
      .p-prejudice_head h2 {
        font-size: 1.5rem;
        line-height: 1.344em;
        letter-spacing: 0.07em; }
      .p-prejudice_head p {
        font-size: 1.2rem;
        line-height: 1.5em;
        letter-spacing: 0.07em; } }

.p-prejudice_content#service .c-content_inner {
  max-width: 1020px; }
.p-prejudice_content#food .c-content_inner {
  max-width: 960px; }
.p-prejudice_content#technic .c-content_inner {
  max-width: 1060px; }
.p-prejudice_content#torikumi .c-content_inner {
  max-width: 980px; }
@media only screen and (max-width: 750px) {
  .p-prejudice_content#food .c-content_inner {
    padding: 0 25px; }
  .p-prejudice_content#torikumi .c-content_inner {
    padding: 0 25px; } }

.c-anime_image {
  overflow: hidden; }
  .c-anime_image .wrap {
    opacity: 0; }
  .c-anime_image.started .wrap {
    -webkit-animation: fadeInScale 2s ease forwards 0s;
    animation: fadeInScale 2s ease forwards 0s; }

/* サービス */
@media only screen and (max-width: 750px) {
  .p-prejudice .p-mv-sub .p-mv-sub_image {
    height: 355px; } }

.p-prejudice_service {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  .p-prejudice_service .p-prejudice_service_text h2 {
    margin-bottom: 1.429em;
    font-size: 2.8rem;
    line-height: 1.5em; }
  .p-prejudice_service .p-prejudice_service_text p {
    line-height: 2.188em;
    letter-spacing: 0.031em; }
  .p-prejudice_service01 {
    margin-bottom: 176px;
    padding: 0 20px; }
    .p-prejudice_service01 .p-prejudice_service_text {
      width: 59.49%; }
      .p-prejudice_service01 .p-prejudice_service_text h2 {
        margin-bottom: 1.29em;
        font-size: 3.1rem;
        letter-spacing: 0.111em; }
    .p-prejudice_service01 .p-prejudice_service_image {
      width: 32.347%; }
  .p-prejudice_service02 {
    margin-bottom: 214px;
    align-items: center; }
    .p-prejudice_service02 .p-prejudice_service_image {
      width: 57.647%;
      margin-left: 20px; }
    .p-prejudice_service02 .p-prejudice_service_text {
      width: 32.941%; }
  .p-prejudice_service03 {
    margin-bottom: 80px;
    align-items: center; }
    .p-prejudice_service03 .p-prejudice_service_image {
      width: 46.667%;
      margin-left: 25px; }
    .p-prejudice_service03 .p-prejudice_service_text {
      width: 40.392%; }
  .p-prejudice_service04 {
    margin-bottom: 80px;
    align-items: center; }
    .p-prejudice_service04 .p-prejudice_service_text {
      width: 44%;
      margin-left: 15px; }
    .p-prejudice_service04 .p-prejudice_service_image {
      width: 49%;
      margin-right: 15px; }
  .p-prejudice_service05 {
    margin-bottom: 80px;
    align-items: center; }
    .p-prejudice_service05 .p-prejudice_service_text {
      width: 40%;
      margin-left: 15px; }
    .p-prejudice_service05 .p-prejudice_service_image {
      width: 49%;
      margin-right: 15px; }
  @media only screen and (max-width: 750px) {
    .p-prejudice_service {
      display: block;
      padding: 0 10px; }
      .p-prejudice_service .p-prejudice_service_image {
        width: 100%;
        margin: 0 auto 15px; }
      .p-prejudice_service .p-prejudice_service_text {
        width: 100%; }
        .p-prejudice_service .p-prejudice_service_text h2 {
          margin-bottom: .75em;
          font-size: 1.5rem;
          line-height: 1.433em; }
        .p-prejudice_service .p-prejudice_service_text p {
          font-size: 1.2rem;
          line-height: 1.5em;
          letter-spacing: 0.01em; }
      .p-prejudice_service01 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-bottom: 60px;
        flex-wrap: wrap;
        flex-direction: column-reverse; }
        .p-prejudice_service01 .p-prejudice_service_image {
          width: 73%;
          margin: 0 auto 25px; }
        .p-prejudice_service01 .p-prejudice_service_text {
          width: 100%; }
      .p-prejudice_service02 {
        margin-bottom: 60px; }
        .p-prejudice_service02 .p-prejudice_service_image {
          width: 73%;
          margin: 0 auto 25px; }
        .p-prejudice_service02 .p-prejudice_service_text {
          width: 100%; }
      .p-prejudice_service03 {
        margin-bottom: 60px; }
        .p-prejudice_service03 .p-prejudice_service_image {
          width: 73%;
          margin: 0 auto 25px; }
        .p-prejudice_service03 .p-prejudice_service_text {
          width: 100%; }
      .p-prejudice_service04 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 60px; }
        .p-prejudice_service04 .p-prejudice_service_text {
          width: 100%; }
        .p-prejudice_service04 .p-prejudice_service_image {
          width: 73%;
          margin: 0 auto 30px; }
      .p-prejudice_service05 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-bottom: 0;
        flex-direction: column-reverse; }
        .p-prejudice_service05 .p-prejudice_service_text {
          width: 100%;
          margin: 0; }
        .p-prejudice_service05 .p-prejudice_service_image {
          width: 73%;
          margin: 0 auto 30px; } }

/* 食材 */
.p-food_list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 75px;
  justify-content: space-between;
  align-items: center; }
  .p-food_list li .p-food_list_image {
    width: 36%; }
  .p-food_list li dl {
    width: 57.604%; }
    .p-food_list li dl dt {
      margin-bottom: .5em;
      font-size: 2.8rem;
      letter-spacing: 0.07em; }
    .p-food_list li dl dd {
      line-height: 1.747em;
      letter-spacing: 0.011em; }
.p-food_list .p-prejudice_link {
  margin: 1em 0 0; }
@media only screen and (max-width: 750px) {
  .p-food_list li {
    display: block;
    padding: 0 20px;
    margin-bottom: 30px; }
    .p-food_list li .p-food_list_image {
      width: 53.385%;
      margin: 0 auto 10px; }
    .p-food_list li dl {
      width: 100%; }
      .p-food_list li dl dt {
        font-size: 1.4rem;
        margin-bottom: .25em; }
      .p-food_list li dl dd {
        font-size: 1.2rem;
        line-height: 1.5; } }

/* 技術 */
.p-prejudice_technic .p-prejudice_head {
  max-width: 980px;
  margin: 0 auto 100px; }

.p-technic_nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 95px;
  flex-wrap: wrap;
  justify-content: space-between; }
  .p-technic_nav .c-more_btn {
    margin-bottom: 15px; }
    .p-technic_nav .c-more_btn a {
      display: block;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      width: 310px;
      height: 310px;
      margin: 0 auto;
      position: relative;
      border-radius: 50%; }
      .p-technic_nav .c-more_btn a::before {
        content: " ";
        width: 100%;
        height: 100%;
        background: url(/assets/img/menu/prejudice/navi_bg.svg) center no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
      .p-technic_nav .c-more_btn a p {
        position: absolute;
        top: 110px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 3.0rem;
        line-height: 1.3;
        letter-spacing: 0.14em;
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -ms-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out; }
        .p-technic_nav .c-more_btn a p span {
          display: inline-block;
          margin-top: 50px;
          text-align: center;
          font-size: 2.2rem;
          line-height: 1.591em;
          letter-spacing: 0.07em; }
      @media only screen and (min-width: 751px) {
        .p-technic_nav .c-more_btn a:hover::before {
          opacity: 0.85; }
        .p-technic_nav .c-more_btn a:hover p {
          color: #9fa0a0; } }
    .p-technic_nav .c-more_btn:nth-of-type(2) a span {
      margin-top: 30px; }
    .p-technic_nav .c-more_btn.started a::before {
      -webkit-animation: fadeIn 1.5s ease forwards 0s;
      animation: fadeIn 1.5s ease forwards 0s; }
    .p-technic_nav .c-more_btn.started a p {
      -webkit-animation: fadeInUp 1.5s ease forwards 0.8s;
      animation: fadeInUp 1.5s ease forwards 0.8s; }

.p-technic_list {
  padding: 0 40px; }
  .p-technic_list li:not(:last-child) {
    margin-bottom: 140px; }
  .p-technic_list li .p-technic_list_image {
    margin-bottom: 40px; }
  .p-technic_list li dl dt {
    margin-bottom: 0.5em;
    font-size: 2.6rem;
    line-height: 2.423em;
    letter-spacing: 0.07em; }
  .p-technic_list li dl dd {
    line-height: 2.188em;
    letter-spacing: 0.03em; }

@media only screen and (max-width: 750px) {
  .p-prejudice_technic .p-prejudice_head {
    margin: 0 auto 40px; }

  .p-technic_nav {
    margin-bottom: 25px;
    padding: 0 5px; }
    .p-technic_nav .c-more_btn {
      width: 50%; }
      .p-technic_nav .c-more_btn a {
        width: 155px;
        height: 155px; }
        .p-technic_nav .c-more_btn a p {
          top: 55px;
          font-size: 1.5rem; }
          .p-technic_nav .c-more_btn a p span {
            margin-top: 25px;
            font-size: 1.2rem; }
      .p-technic_nav .c-more_btn:nth-of-type(2) a span {
        margin-top: 15px; }

  .p-technic_list {
    padding: 0; }
    .p-technic_list li:not(:last-child) {
      margin-bottom: 65px; }
    .p-technic_list li .p-technic_list_image {
      margin-bottom: 20px; }
    .p-technic_list li dl dt {
      font-size: 1.5rem;
      line-height: 1.533em; }
    .p-technic_list li dl dd {
      font-size: 1.2rem;
      line-height: 1.5em; } }
/* 取り組み */
.p-torikumi .p-mv-sub .p-mv-text span {
  padding: 15px 8px;
  font-size: 2.4rem;
  word-break: keep-all; }
.p-torikumi .p-torikumi_list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .p-torikumi .p-torikumi_list li:first-child {
    margin-bottom: 100px; }
  .p-torikumi .p-torikumi_list li dl {
    width: 61.429%; }
    .p-torikumi .p-torikumi_list li dl dt {
      font-size: 3.1rem;
      letter-spacing: 0.111em; }
    .p-torikumi .p-torikumi_list li dl dd {
      line-height: 2.188em; }
  .p-torikumi .p-torikumi_list li .p-torikumi_list_image {
    width: 32.346%; }
@media only screen and (max-width: 750px) {
  .p-torikumi .p-mv-sub_copy {
    display: none; }
  .p-torikumi .p-mv-sub .p-mv-text span {
    padding: 10px 5px;
    font-size: 1.5rem; }
  .p-torikumi .p-torikumi_list li {
    display: block; }
    .p-torikumi .p-torikumi_list li:first-child {
      margin-bottom: 60px; }
    .p-torikumi .p-torikumi_list li dl {
      width: 100%; }
      .p-torikumi .p-torikumi_list li dl dt {
        margin-bottom: 0.5em;
        font-size: 1.5rem;
        letter-spacing: 0.07em; }
      .p-torikumi .p-torikumi_list li dl dd {
        font-size: 1.3rem;
        line-height: 1.5em;
        letter-spacing: 0.07em; }
    .p-torikumi .p-torikumi_list li .p-torikumi_list_image {
      width: 50%;
      margin: 1em auto 0; } }

.p-recruit {
  position: relative; }
  .p-recruit .p-main {
    margin-top: 40px; }
    @media only screen and (min-width: 751px) {
      .p-recruit .p-main a {
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -ms-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out; }
      .p-recruit .p-main a:hover {
        color: #727171;
        text-decoration: none; } }
  .p-recruit .c-title_b {
    margin-bottom: 50px;
    letter-spacing: 0.11em; }
    .p-recruit .c-title_b .en {
      margin-top: 0.25em;
      letter-spacing: 0.171em; }
  @media only screen and (max-width: 750px) {
    .p-recruit .p-main {
      margin-top: 30px; }
    .p-recruit .c-title_b {
      margin-bottom: 20px;
      font-size: 1.84rem; } }

.p-recruit_mv .p-mv_image img {
  object-position: top; }
.p-recruit_mv .p-mv_copy {
  position: absolute;
  right: 5%;
  bottom: 60px;
  z-index: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }
  .p-recruit_mv .p-mv_copy span {
    display: block;
    font-size: 2.700rem;
    margin-left: 1em;
    min-height: 9em;
    color: #fff;
    letter-spacing: 0.1em; }
@media only screen and (max-width: 750px) {
  .p-recruit_mv .p-mv_image {
    min-height: 0;
    height: auto; }
  .p-recruit_mv .p-mv_copy {
    right: 35px;
    bottom: 30px; }
    .p-recruit_mv .p-mv_copy span {
      font-size: 1.3rem;
      letter-spacing: 0.04em; } }

.p-recruit_navi {
  margin: 0 auto 150px;
  max-width: 865px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap; }
  @media only screen and (max-width: 750px) {
    .p-recruit_navi {
      margin-bottom: 50px; } }
  .p-recruit_navi li {
    width: 46%;
    margin-bottom: 15px;
    border-bottom: 1px solid #9fa0a0; }
    @media only screen and (max-width: 750px) {
      .p-recruit_navi li {
        width: 48%;
        margin-bottom: 8px; } }
    .p-recruit_navi li a {
      display: block;
      padding: 15px 0; }
      @media only screen and (max-width: 750px) {
        .p-recruit_navi li a {
          padding: 10px 0; } }
    .p-recruit_navi li span {
      display: block;
      line-height: 1.3; }
      .p-recruit_navi li span.ja {
        margin-bottom: .5rem;
        font-size: 2.7rem;
        letter-spacing: 0.11em; }
        @media only screen and (max-width: 750px) {
          .p-recruit_navi li span.ja {
            font-size: 1.3rem; } }
      .p-recruit_navi li span.en {
        font-size: 2.1rem;
        letter-spacing: 0.171em; }
        @media only screen and (max-width: 750px) {
          .p-recruit_navi li span.en {
            font-size: 0.95rem; } }

.p-recruit-navi_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .p-recruit-navi_list .c-more_btn {
    margin-bottom: 15px; }
    .p-recruit-navi_list .c-more_btn a {
      display: block;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 312px;
      height: 312px;
      margin: 0 auto;
      position: relative;
      border-radius: 50%;
      color: #4e2a12; }
      .p-recruit-navi_list .c-more_btn a::before {
        content: " ";
        width: 100%;
        height: 100%;
        background: url(/assets/img/top/navi_bg.svg) center no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out; }
      .p-recruit-navi_list .c-more_btn a p:first-of-type {
        width: 100%;
        margin-top: -1em;
        text-align: center;
        font-size: 3.0rem;
        letter-spacing: 0.14em;
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -ms-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out; }
        .p-recruit-navi_list .c-more_btn a p:first-of-type span {
          display: inline-block;
          font-size: 2.2rem;
          letter-spacing: 0.07em; }
      .p-recruit-navi_list .c-more_btn a .c-link_txt {
        position: absolute;
        bottom: 58px;
        width: 100%;
        text-align: center;
        font-size: 1.5rem;
        left: 0; }
        .p-recruit-navi_list .c-more_btn a .c-link_txt span {
          position: relative;
          display: inline-block;
          padding-left: 18px;
          font-size: 1.5rem;
          letter-spacing: 0.131em; }
          @media only screen and (max-width: 750px) {
            .p-recruit-navi_list .c-more_btn a .c-link_txt span {
              padding-left: 10px; } }
          .p-recruit-navi_list .c-more_btn a .c-link_txt span::before {
            content: " ";
            display: block;
            width: 10px;
            height: 10px;
            border-right: 1px solid #727171;
            border-bottom: 1px solid #727171;
            box-sizing: border-box;
            position: absolute;
            top: 6px;
            left: -5px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }
            @media only screen and (max-width: 750px) {
              .p-recruit-navi_list .c-more_btn a .c-link_txt span::before {
                width: 5px;
                height: 5px;
                top: 5px;
                left: -3px; } }
      @media only screen and (min-width: 751px) {
        .p-recruit-navi_list .c-more_btn a:hover::before {
          opacity: 0.85; }
        .p-recruit-navi_list .c-more_btn a:hover p {
          color: #9fa0a0; } }
    .p-recruit-navi_list .c-more_btn:last-child p:first-of-type {
      letter-spacing: 0.02em; }
  @media only screen and (max-width: 750px) {
    .p-recruit-navi_list .c-more_btn {
      width: 50%; }
      .p-recruit-navi_list .c-more_btn a {
        width: 155px;
        height: 155px; }
        .p-recruit-navi_list .c-more_btn a p:first-of-type {
          font-size: 1.5rem; }
          .p-recruit-navi_list .c-more_btn a p:first-of-type span {
            font-size: 1.1rem; }
        .p-recruit-navi_list .c-more_btn a .c-link_txt {
          bottom: 25px; }
          .p-recruit-navi_list .c-more_btn a .c-link_txt span {
            font-size: 0.9rem; } }

.p-mv-sub {
  position: relative;
  margin-bottom: 70px; }
  .p-mv-sub .p-mv-sub_image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .p-mv-sub .p-mv-sub_copy {
    position: absolute;
    right: 5%;
    top: 65px;
    z-index: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    .p-mv-sub .p-mv-sub_copy span {
      display: block;
      padding: 20px 10px;
      background: rgba(255, 255, 255, 0.7);
      font-size: 3rem;
      margin-left: 1em;
      min-height: 9.5em;
      color: #231815;
      letter-spacing: 0.04em; }
  @media only screen and (max-width: 750px) {
    .p-mv-sub {
      margin-bottom: 20px; }
      .p-mv-sub .p-mv-sub_image {
        height: 355px; }
      .p-mv-sub .p-mv-sub_copy {
        right: 30px;
        top: 35px; }
        .p-mv-sub .p-mv-sub_copy span {
          padding: 10px 5px;
          font-size: 1.5rem; } }

.p-btn_entry {
  position: fixed;
  top: 130px;
  right: 0;
  z-index: 10; }
  .p-btn_entry a {
    display: inline-block;
    width: 4em;
    padding: 50px 30px 40px;
    background: #4e2912;
    font-size: 2.3rem;
    color: #fff;
    box-sizing: border-box;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out; }
    .p-btn_entry a:hover {
      background: #7c5c3f; }
  @media only screen and (max-width: 750px) {
    .p-btn_entry {
      top: 120px;
      z-index: 5; }
      .p-btn_entry a {
        padding: 25px 15px;
        font-size: 1.2rem; } }

.c-link_txt {
  font-size: 1.5rem;
  letter-spacing: 0.131em; }
  .c-link_txt span {
    position: relative;
    display: inline-block;
    padding-left: 18px; }
    @media only screen and (max-width: 750px) {
      .c-link_txt span {
        padding-left: 10px;
        font-size: 0.9rem; } }
    .c-link_txt span::before {
      content: " ";
      display: block;
      width: 10px;
      height: 10px;
      border-right: 1px solid #727171;
      border-bottom: 1px solid #727171;
      box-sizing: border-box;
      position: absolute;
      top: 6px;
      left: -5px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      @media only screen and (max-width: 750px) {
        .c-link_txt span::before {
          width: 5px;
          height: 5px;
          top: 5px;
          left: -3px; } }

/* トップ */
.p-recruit_top .p-recruit_top_mv .p-mv_copy {
  left: 5%;
  right: auto;
  bottom: auto;
  top: 170px; }
@media only screen and (max-width: 750px) {
  .p-recruit_top .p-recruit_top_mv .p-mv_image {
    min-height: 438px; }
  .p-recruit_top .p-recruit_top_mv .p-mv_copy {
    bottom: auto;
    top: 50px; } }

/* トップ_人材 */
.p-top_jinzai .c-content_inner {
  max-width: 980px; }
.p-top_jinzai .p-recruit_mv-sub .p-mv-sub_image {
  height: 530px; }
  .p-top_jinzai .p-recruit_mv-sub .p-mv-sub_image img {
    object-position: top; }
.p-top_jinzai .p-mv-jinzai_copy {
  position: absolute;
  text-align: center;
  top: 100px;
  right: 10%;
  z-index: 1; }
  .p-top_jinzai .p-mv-jinzai_copy span {
    display: block; }
  .p-top_jinzai .p-mv-jinzai_copy .p-mv-jinzai_copy01 {
    margin-bottom: 60px; }
    .p-top_jinzai .p-mv-jinzai_copy .p-mv-jinzai_copy01 .jp {
      font-size: 3.7rem;
      line-height: 1.5em;
      letter-spacing: 0.06em; }
    .p-top_jinzai .p-mv-jinzai_copy .p-mv-jinzai_copy01 .en {
      font-size: 1.4rem;
      letter-spacing: 0.171em; }
  .p-top_jinzai .p-mv-jinzai_copy .p-mv-jinzai_copy02 {
    font-size: 3.2rem;
    line-height: 1.75em;
    letter-spacing: 0.03em; }
    .p-top_jinzai .p-mv-jinzai_copy .p-mv-jinzai_copy02 .rl {
      display: inline-block;
      width: 1.75em;
      margin: auto;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
.p-top_jinzai .p-top_jinzai_cont {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 980px;
  margin-bottom: 140px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end; }
  .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 {
    position: relative; }
    .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .p-top_jinzai_profile {
      position: absolute;
      width: 90%;
      padding: 40px 25px;
      background: rgba(253, 234, 211, 0.9);
      text-align: center;
      box-sizing: border-box;
      top: -400px;
      left: 5%; }
      .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .p-top_jinzai_profile .p-mv-jinzai_copy01 {
        margin-bottom: 60px;
        text-align: center; }
        .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .p-top_jinzai_profile .p-mv-jinzai_copy01 .jp {
          font-size: 3.7rem;
          line-height: 1.5em;
          letter-spacing: 0.06em; }
        .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .p-top_jinzai_profile .p-mv-jinzai_copy01 .en {
          font-size: 1.4rem;
          letter-spacing: 0.171em; }
      .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .p-top_jinzai_profile .p-mv-jinzai_copy02 {
        font-size: 3.2rem;
        line-height: 1.70em;
        letter-spacing: 0.03em;
        text-align: center; }
        .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .p-top_jinzai_profile .p-mv-jinzai_copy02 .rl {
          display: block;
          line-height: 1.2;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
      .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .p-top_jinzai_profile span {
        display: block; }
      .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .p-top_jinzai_profile .name {
        display: inline-block;
        margin-bottom: 0.5em;
        font-size: 2.1rem;
        letter-spacing: 0.37em;
        color: #4e2a12; }
        .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .p-top_jinzai_profile .name span {
          display: block;
          font-size: 1.4rem;
          line-height: 1em;
          text-align: center;
          color: #221815;
          letter-spacing: 0.03em; }
      .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .p-top_jinzai_profile p {
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.786em;
        color: #221815; }
    .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 p {
      font-size: 2.2rem;
      line-height: 1.636em;
      color: #4e2a12;
      letter-spacing: 0.07em; }
    .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .c-link_txt {
      margin-top: 35px;
      font-size: 1.5rem;
      letter-spacing: 0.131em; }
      .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .c-link_txt span {
        position: relative;
        display: inline-block;
        padding-left: 18px; }
        @media only screen and (max-width: 750px) {
          .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .c-link_txt span {
            padding-left: 10px; } }
        .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .c-link_txt span::before {
          content: " ";
          display: block;
          width: 10px;
          height: 10px;
          border-right: 1px solid #727171;
          border-bottom: 1px solid #727171;
          box-sizing: border-box;
          position: absolute;
          top: 6px;
          left: -5px;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
          @media only screen and (max-width: 750px) {
            .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .c-link_txt span::before {
              width: 5px;
              height: 5px;
              top: 4px;
              left: -3px; } }
  .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont02 {
    width: 41%;
    margin-right: 10px; }
@media only screen and (max-width: 1082px) {
  .p-top_jinzai .p-top_jinzai_cont {
    display: block;
    width: 80%;
    margin: -140px auto 140px; }
    .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 {
      width: 100%; }
      .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .p-top_jinzai_profile {
        position: static;
        width: 100%;
        margin-bottom: 25px;
        padding: 14px 20px; }
        .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .p-top_jinzai_profile .p-mv-jinzai_copy01 {
          margin-bottom: 30px; }
          .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .p-top_jinzai_profile .p-mv-jinzai_copy01 .jp {
            font-size: 1.8rem; }
          .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .p-top_jinzai_profile .p-mv-jinzai_copy01 .en {
            font-size: 1rem; }
        .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .p-top_jinzai_profile .p-mv-jinzai_copy02 {
          font-size: 1.6rem; }
    .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont02 {
      width: 78%;
      margin: 20px auto 0; } }
@media only screen and (max-width: 750px) {
  .p-top_jinzai .p-recruit_mv-sub .p-mv-sub_image {
    height: 357px; }
  .p-top_jinzai .p-mv-jinzai_copy {
    top: 50px; }
    .p-top_jinzai .p-mv-jinzai_copy .p-mv-jinzai_copy01 {
      margin-bottom: 30px; }
      .p-top_jinzai .p-mv-jinzai_copy .p-mv-jinzai_copy01 .jp {
        font-size: 1.8rem; }
      .p-top_jinzai .p-mv-jinzai_copy .p-mv-jinzai_copy01 .en {
        font-size: 1rem; }
    .p-top_jinzai .p-mv-jinzai_copy .p-mv-jinzai_copy02 {
      font-size: 1.6rem; }
  .p-top_jinzai .p-top_jinzai_cont {
    width: 77%;
    margin: 0 auto 70px; }
    .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 {
      margin-top: -50px; }
      .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .p-top_jinzai_profile .name {
        font-size: 1.5rem; }
        .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .p-top_jinzai_profile .name span {
          font-size: 1.2rem; }
      .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .p-top_jinzai_profile p {
        font-size: 1.2rem; }
      .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 p {
        font-size: 1.4rem;
        line-height: 1.517em; }
      .p-top_jinzai .p-top_jinzai_cont .p-top_jinzai_cont01 .c-link_txt {
        margin-top: 10px;
        font-size: 1.1rem; } }

/* トップ_社員インタビュー */
.p-top_interview .c-content_inner {
  max-width: 1040px; }
.p-top_interview .p-mv-sub .p-mv-sub_image {
  height: 630px; }
.p-top_interview .p-top_interview_nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 60px auto 90px;
  flex-wrap: wrap; }
  .p-top_interview .p-top_interview_nav li {
    width: 33.333%;
    text-align: center; }
    .p-top_interview .p-top_interview_nav li a {
      display: block;
      height: 355px;
      padding-top: calc(355px - 80px);
      box-sizing: border-box; }
      .p-top_interview .p-top_interview_nav li a p {
        position: relative;
        padding: 30px;
        background: rgba(255, 255, 255, 0.9);
        line-height: 1; }
        .p-top_interview .p-top_interview_nav li a p span {
          display: inline-block;
          font-size: 2.1rem;
          letter-spacing: 0.05em;
          color: #4e2a12;
          -webkit-transition: color 0.3s ease-out;
          -moz-transition: color 0.3s ease-out;
          -ms-transition: color 0.3s ease-out;
          -o-transition: color 0.3s ease-out;
          transition: color 0.3s ease-out; }
          @media only screen and (max-width: 750px) {
            .p-top_interview .p-top_interview_nav li a p span {
              padding-right: 5px; } }
        .p-top_interview .p-top_interview_nav li a p::before {
          position: absolute;
          content: " ";
          display: block;
          width: 20px;
          height: 20px;
          border-right: 1px solid #727171;
          border-bottom: 1px solid #727171;
          box-sizing: border-box;
          top: inherit;
          right: 50px;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
          @media only screen and (max-width: 750px) {
            .p-top_interview .p-top_interview_nav li a p::before {
              width: 5px;
              height: 5px;
              top: 15px;
              right: 10px; } }
      .p-top_interview .p-top_interview_nav li a:hover p span {
        color: #9fa0a0; }
      .p-top_interview .p-top_interview_nav li a:hover p::before {
        border-color: #9fa0a0; }
    .p-top_interview .p-top_interview_nav li.p-top_interview_nav01 {
      background: url(/assets/img/recruit/top/bnr01.jpg) no-repeat right top;
      background-size: cover; }
    .p-top_interview .p-top_interview_nav li.p-top_interview_nav02 {
      background: url(/assets/img/recruit/top/bnr02.jpg) no-repeat right top;
      background-size: cover; }
    .p-top_interview .p-top_interview_nav li.p-top_interview_nav03 {
      background: url(/assets/img/recruit/top/bnr03.jpg) no-repeat center top;
      background-size: cover; }
@media only screen and (max-width: 750px) {
  .p-top_interview .p-mv-sub .p-mv-sub_image {
    height: auto; }
  .p-top_interview .p-top_interview_nav {
    margin: 20px auto 45px; }
    .p-top_interview .p-top_interview_nav li a {
      display: block;
      height: 176px;
      padding-top: 142px; }
      .p-top_interview .p-top_interview_nav li a p {
        position: relative;
        padding: 10px 5px; }
        .p-top_interview .p-top_interview_nav li a p span {
          font-size: 1.3rem; } }

/* トップ_Q&A */
.p-top_qa {
  margin-bottom: 130px; }
  .p-top_qa .p-top_qa_bnr {
    position: relative;
    background: #fdead3;
    font-size: 2.6rem;
    letter-spacing: 0.11em;
    text-align: center;
    color: #4e2a12;
    padding-right: 40.5%; }
    .p-top_qa .p-top_qa_bnr a {
      display: block;
      padding: 80px 0 70px; }
    .p-top_qa .p-top_qa_bnr .c-link_txt {
      margin-top: 40px; }
    .p-top_qa .p-top_qa_bnr::after {
      position: absolute;
      display: block;
      content: "";
      width: 40.5%;
      height: 100%;
      top: 0; }
    .p-top_qa .p-top_qa_bnr::after {
      background: url(/assets/img/recruit/top/img_qa.jpg) no-repeat center top;
      background-size: cover;
      right: 0; }
  @media only screen and (max-width: 1082px) {
    .p-top_qa .p-top_qa_bnr {
      padding-right: 0; }
      .p-top_qa .p-top_qa_bnr a {
        margin-top: 300px; }
      .p-top_qa .p-top_qa_bnr::after {
        background: url(/assets/img/recruit/top/img_qa_sp.jpg) no-repeat center center;
        background-size: cover;
        display: block;
        content: "";
        width: 100%;
        height: 250px;
        top: -250px; } }
  @media only screen and (max-width: 750px) {
    .p-top_qa {
      margin-bottom: 50px; }
      .p-top_qa .p-top_qa_bnr {
        font-size: 1.3rem; }
        .p-top_qa .p-top_qa_bnr a {
          margin-top: 155px;
          padding: 40px 0 30px; }
        .p-top_qa .p-top_qa_bnr .c-link_txt {
          margin-top: 20px; }
        .p-top_qa .p-top_qa_bnr::after {
          height: 125px;
          top: -125px; } }

/* トップ_募集要項 */
.p-top_bosyuyoko {
  /* リスト */ }
  .p-top_bosyuyoko .c-content_inner {
    max-width: 1033px; }
  .p-top_bosyuyoko.p-recruit_content .c-title_b {
    letter-spacing: 0.24em; }
  .p-top_bosyuyoko .p-bosyu_content {
    max-width: 980px;
    margin: 0 auto; }
  .p-top_bosyuyoko .p-tab li a {
    background: #fff; }
    @media only screen and (min-width: 751px) {
      .p-top_bosyuyoko .p-tab li a:hover {
        background-color: #fff8eb; } }
  .p-top_bosyuyoko .p-bosyu_title {
    padding: 5px 0;
    border-top: 1px dashed #231815;
    font-size: 3.7rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.24em;
    color: #4e2a12; }
  .p-top_bosyuyoko .p-bosyu_title_attention {
    text-align: center;
    margin: -5px 0 10px; }
    @media only screen and (max-width: 750px) {
      .p-top_bosyuyoko .p-bosyu_title_attention {
        margin: -5px 0 5px;
        font-size: 1.1rem; } }
  .p-top_bosyuyoko .p-bosyu_link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 30px 0 20px;
    border-top: 1px dashed #231815;
    border-bottom: 1px dashed #231815;
    flex-wrap: wrap;
    align-items: center; }
    .p-top_bosyuyoko .p-bosyu_link .p-bosyu_link_form {
      display: inline-block; }
      .p-top_bosyuyoko .p-bosyu_link .p-bosyu_link_form a {
        display: inline-block;
        padding: .5em .75em;
        background: #f7bca0;
        font-size: 1.7rem;
        border-radius: 8px;
        -webkit-transition: background 0.3s ease-out;
        -moz-transition: background 0.3s ease-out;
        -ms-transition: background 0.3s ease-out;
        -o-transition: background 0.3s ease-out;
        transition: background 0.3s ease-out; }
        .p-top_bosyuyoko .p-bosyu_link .p-bosyu_link_form a:hover {
          background: #fbdac8; }
    .p-top_bosyuyoko .p-bosyu_link div {
      display: inline-block;
      width: 22%;
      margin-left: 20px; }
    .p-top_bosyuyoko .p-bosyu_link:last-child {
      border: none; }
  .p-top_bosyuyoko .p-bosyu_list dl {
    padding: 10px 0;
    border-bottom: 1px dashed #231815;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    .p-top_bosyuyoko .p-bosyu_list dl dt {
      flex: 0 0 260px; }
      @media only screen and (max-width: 750px) {
        .p-top_bosyuyoko .p-bosyu_list dl dt {
          flex: 0 0 110px;
          font-size: 1.2rem; } }
      .p-top_bosyuyoko .p-bosyu_list dl dt.fs_b {
        font-size: 1.8rem; }
    .p-top_bosyuyoko .p-bosyu_list dl dd {
      flex: 1 1 100%; }
      @media only screen and (max-width: 750px) {
        .p-top_bosyuyoko .p-bosyu_list dl dd {
          font-size: 1.2rem; } }
    @media only screen and (max-width: 1082px) {
      .p-top_bosyuyoko .p-bosyu_list dl.vol02 dt {
        flex: 0 0 100px; } }
    @media only screen and (max-width: 750px) {
      .p-top_bosyuyoko .p-bosyu_list dl.vol02 dt {
        flex: 0 0 55px; } }
  @media only screen and (max-width: 750px) {
    .p-top_bosyuyoko .p-bosyu_title {
      font-size: 1.8rem; }
    .p-top_bosyuyoko .p-bosyu_link {
      padding: 15px 0 10px; }
      .p-top_bosyuyoko .p-bosyu_link .p-bosyu_link_form a {
        font-size: 1.2rem;
        border-radius: 4px; }
      .p-top_bosyuyoko .p-bosyu_link div {
        width: 48%;
        margin: 10px auto 0; } }

.p-jinzai .c-content_inner {
  max-width: 1050px;
  padding: 0; }
.p-jinzai .p-recruit_jinzai_mv .p-mv_copy {
  left: 5%;
  right: auto;
  bottom: 130px; }
  .p-jinzai .p-recruit_jinzai_mv .p-mv_copy span {
    color: #000; }
.p-jinzai .c-title_b {
  margin-bottom: 70px; }
.p-jinzai .p-jinzai_cont {
  position: relative; }
  .p-jinzai .p-jinzai_cont .p-jinzai_title {
    margin-bottom: 0.2em;
    font-size: 2.6rem;
    letter-spacing: 0.07em;
    color: #4e2a12; }
    .p-jinzai .p-jinzai_cont .p-jinzai_title span {
      display: inline-block;
      margin-right: -1em; }
  .p-jinzai .p-jinzai_cont p {
    line-height: 2.188em; }
  .p-jinzai .p-jinzai_cont .p-jinzai_name {
    text-align: right; }
.p-jinzai .p-jinzai_cont01 {
  margin-bottom: 70px; }
  .p-jinzai .p-jinzai_cont01 .c-content_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end; }
    .p-jinzai .p-jinzai_cont01 .c-content_inner .p-jinzai_cont01_box01 {
      width: 40%; }
      .p-jinzai .p-jinzai_cont01 .c-content_inner .p-jinzai_cont01_box01 .p-jinzai_cont01_image {
        /*
        height: 523px;
        */
        position: absolute;
        width: 45%;
        height: 523px;
        bottom: 0;
        left: 0; }
        .p-jinzai .p-jinzai_cont01 .c-content_inner .p-jinzai_cont01_box01 .p-jinzai_cont01_image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: top; }
      .p-jinzai .p-jinzai_cont01 .c-content_inner .p-jinzai_cont01_box01 .p-jinzai_profile {
        position: relative;
        width: 100%;
        margin-bottom: -180px;
        padding: 20px 25px 25px;
        background: rgba(253, 234, 211, 0.9);
        text-align: center;
        box-sizing: border-box;
        z-index: 1; }
        .p-jinzai .p-jinzai_cont01 .c-content_inner .p-jinzai_cont01_box01 .p-jinzai_profile .name {
          text-align: center;
          margin-bottom: 0.5em;
          font-size: 2.1rem;
          letter-spacing: 0.37em;
          color: #4e2a12; }
          .p-jinzai .p-jinzai_cont01 .c-content_inner .p-jinzai_cont01_box01 .p-jinzai_profile .name span {
            display: block;
            font-size: 1.4rem;
            line-height: 1em;
            color: #221815;
            letter-spacing: 0.03em; }
        .p-jinzai .p-jinzai_cont01 .c-content_inner .p-jinzai_cont01_box01 .p-jinzai_profile p {
          text-align: left;
          font-size: 1.4rem;
          line-height: 1.786em;
          color: #221815; }
    .p-jinzai .p-jinzai_cont01 .c-content_inner .p-jinzai_cont01_box02 {
      width: 100%; }
.p-jinzai .p-jinzai_cont02 {
  margin-bottom: 80px; }
  .p-jinzai .p-jinzai_cont02 .c-content_inner .p-jinzai_cont02_box01 {
    position: absolute;
    width: 36%;
    height: 439px;
    top: 0;
    right: 0; }
    .p-jinzai .p-jinzai_cont02 .c-content_inner .p-jinzai_cont02_box01 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top; }
.p-jinzai .p-jinzai_cont03 .c-content_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end; }
.p-jinzai .p-jinzai_cont03 .p-jinzai_cont03_01 {
  width: 61%; }
.p-jinzai .p-jinzai_cont03 .p-jinzai_cont03_02 {
  width: 27%; }
@media only screen and (max-width: 1082px) {
  .p-jinzai .c-content_inner {
    padding: 0 10px; } }
@media only screen and (max-width: 750px) {
  .p-jinzai .c-content_inner {
    padding: 0 25px; }
  .p-jinzai .p-recruit_jinzai_mv .p-mv_image {
    min-height: 338px; }
    .p-jinzai .p-recruit_jinzai_mv .p-mv_image img {
      object-position: center; }
  .p-jinzai .p-recruit_jinzai_mv .p-mv_copy {
    top: 30px; }
  .p-jinzai .c-title_b {
    margin-bottom: 14px; }
  .p-jinzai .p-jinzai_cont .p-jinzai_title {
    font-size: 1.5rem; }
  .p-jinzai .p-jinzai_cont p {
    font-size: 1.2rem;
    line-height: 1.542em; }
  .p-jinzai .p-jinzai_cont01 {
    margin-bottom: 20px; }
    .p-jinzai .p-jinzai_cont01 .c-content_inner .p-jinzai_cont01_box01 {
      width: 100%; }
      .p-jinzai .p-jinzai_cont01 .c-content_inner .p-jinzai_cont01_box01 .p-jinzai_cont01_image {
        position: static;
        width: 100%;
        height: auto; }
      .p-jinzai .p-jinzai_cont01 .c-content_inner .p-jinzai_cont01_box01 .p-jinzai_profile {
        width: 81%;
        margin: -20px auto 0;
        padding: 14px 20px; }
        .p-jinzai .p-jinzai_cont01 .c-content_inner .p-jinzai_cont01_box01 .p-jinzai_profile .name {
          font-size: 1.5rem; }
          .p-jinzai .p-jinzai_cont01 .c-content_inner .p-jinzai_cont01_box01 .p-jinzai_profile .name span {
            font-size: 1.2rem; }
        .p-jinzai .p-jinzai_cont01 .c-content_inner .p-jinzai_cont01_box01 .p-jinzai_profile p {
          font-size: 1.2rem; }
    .p-jinzai .p-jinzai_cont01 .c-content_inner .p-jinzai_cont01_box02 {
      width: 100%;
      margin-top: 25px; }
  .p-jinzai .p-jinzai_cont02 {
    margin-bottom: 20px; }
    .p-jinzai .p-jinzai_cont02 .c-content_inner .p-jinzai_cont02_box01 {
      position: static;
      width: 63%;
      height: auto;
      margin: 0 auto; }
    .p-jinzai .p-jinzai_cont02 .c-content_inner .p-jinzai_cont02_box02 {
      width: 100%; }
  .p-jinzai .p-jinzai_cont03 .c-content_inner {
    display: block;
    text-align: center; }
  .p-jinzai .p-jinzai_cont03 .p-jinzai_cont03_01 {
    width: 82%;
    margin: 0 auto 25px; }
  .p-jinzai .p-jinzai_cont03 .p-jinzai_cont03_02 {
    display: inline-block;
    width: 82%;
    margin: 0 auto; } }

.p-qa .c-content_inner {
  max-width: 1020px; }
.p-qa .p-qa_cont .p-qa_title {
  margin-bottom: 20px;
  font-size: 2.6rem;
  letter-spacing: 0.13em;
  color: #4e2a12; }
.p-qa .p-qa_cont .p-qa_list dl {
  padding: 20px 0 30px;
  border-bottom: 2px dashed #d3d4d4; }
  .p-qa .p-qa_cont .p-qa_list dl dt {
    margin-bottom: 0.75em;
    font-size: 2.1rem;
    letter-spacing: 0.17em;
    color: #4e2a12; }
  .p-qa .p-qa_cont .p-qa_list dl dd {
    letter-spacing: 0.03em; }
.p-qa .p-qa_cont + .p-qa_cont {
  margin-top: 80px; }
@media only screen and (max-width: 750px) {
  .p-qa .p-recruit_mv .p-mv_image {
    height: auto; }
  .p-qa .c-content_inner {
    padding: 0 25px; }
  .p-qa .p-qa_cont .p-qa_title {
    margin-bottom: 0.5em;
    font-size: 1.5rem; }
  .p-qa .p-qa_cont .p-qa_list dl {
    padding: 15px 0;
    border-bottom: 1px dashed #d3d4d4; }
    .p-qa .p-qa_cont .p-qa_list dl dt {
      margin-bottom: 0.25em;
      font-size: 1.3rem; }
    .p-qa .p-qa_cont .p-qa_list dl dd {
      font-size: 1.2rem;
      line-height: 1.458em; } }

.p-interview {
  /* 個別調整 */ }
  .p-interview .c-content_inner {
    max-width: 1060px; }
  .p-interview .p-recruit-navi_list {
    margin-bottom: 160px; }
  .p-interview .p-interview_title {
    margin-bottom: 60px;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.14em;
    color: #4e2a12; }
    .p-interview .p-interview_title span {
      display: block;
      font-size: 2.2rem;
      letter-spacing: 0.07em; }
  .p-interview .p-interview_style01 {
    position: relative;
    margin-bottom: 70px; }
    .p-interview .p-interview_style01 .c-content_inner {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end; }
      .p-interview .p-interview_style01 .c-content_inner .p-interview_box_image {
        width: 37%; }
        .p-interview .p-interview_style01 .c-content_inner .p-interview_box_image .p-interview_photo {
          position: absolute;
          width: 44%;
          height: 447px;
          top: 0;
          left: 0; }
          .p-interview .p-interview_style01 .c-content_inner .p-interview_box_image .p-interview_photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top; }
        .p-interview .p-interview_style01 .c-content_inner .p-interview_box_image .p-interview_profile {
          position: relative;
          padding: 20px 25px 25px;
          background: rgba(253, 234, 211, 0.9);
          text-align: center;
          box-sizing: border-box;
          z-index: 1; }
          .p-interview .p-interview_style01 .c-content_inner .p-interview_box_image .p-interview_profile .name {
            display: inline-block;
            margin-bottom: 0.5em;
            font-size: 2.1rem;
            letter-spacing: 0.37em;
            color: #4e2a12; }
            .p-interview .p-interview_style01 .c-content_inner .p-interview_box_image .p-interview_profile .name span {
              display: block;
              font-size: 1.4rem;
              line-height: 1em;
              text-align: center;
              color: #221815;
              letter-spacing: 0.03em; }
          .p-interview .p-interview_style01 .c-content_inner .p-interview_box_image .p-interview_profile p {
            text-align: left;
            font-size: 1.4rem;
            line-height: 1.786em;
            color: #221815; }
      .p-interview .p-interview_style01 .c-content_inner .p-interview_box_text {
        width: 52.5%; }
        .p-interview .p-interview_style01 .c-content_inner .p-interview_box_text .p-interview_cont_title {
          margin-bottom: 0.5em;
          font-size: 2.6rem;
          line-height: 1.654em;
          letter-spacing: 0.05em;
          color: #4e2a12; }
          .p-interview .p-interview_style01 .c-content_inner .p-interview_box_text .p-interview_cont_title span {
            display: inline-block;
            margin-left: -.75em; }
        .p-interview .p-interview_style01 .c-content_inner .p-interview_box_text p {
          line-height: 2.246em;
          letter-spacing: -0.009em; }
          .p-interview .p-interview_style01 .c-content_inner .p-interview_box_text p + p {
            margin-top: 2em; }
  .p-interview .p-interview_style02 {
    position: relative; }
    .p-interview .p-interview_style02 .c-content_inner .p-interview_photo {
      position: absolute;
      width: 27.75%;
      height: 100%;
      min-height: 350px;
      bottom: 0;
      right: 0; }
      .p-interview .p-interview_style02 .c-content_inner .p-interview_photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .p-interview .p-interview_style02 .p-interview_box_text {
      width: 71%; }
      .p-interview .p-interview_style02 .p-interview_box_text p {
        line-height: 2.246em;
        letter-spacing: -0.009em; }
        .p-interview .p-interview_style02 .p-interview_box_text p + p {
          margin-top: 2em; }
  .p-interview .p-interview_style03 {
    margin-top: 40px; }
    .p-interview .p-interview_style03 p {
      line-height: 2.246em;
      letter-spacing: -0.009em; }
      .p-interview .p-interview_style03 p + p {
        margin-top: 2em; }
  .p-interview .p-interview01 .p-interview_style01 .p-interview_photo {
    max-height: 447px; }
  .p-interview .p-interview02 .p-interview_style01 .p-interview_photo, .p-interview .p-interview03 .p-interview_style01 .p-interview_photo, .p-interview .p-interview04 .p-interview_style01 .p-interview_photo, .p-interview .p-interview05 .p-interview_style01 .p-interview_photo, .p-interview .p-interview06 .p-interview_style01 .p-interview_photo {
    max-height: 360px; }
  .p-interview .p-interview03 .p-interview_style01 .p-interview_box_text {
    margin-bottom: 120px; }
  .p-interview .p-interview_hr {
    width: 100%;
    margin: 70px auto 80px;
    border: none;
    border-bottom: 2px dashed #d3d4d4; }
  .p-interview .p-interview_hr02 {
    width: 100%;
    margin: 100px auto 80px;
    border: none;
    border-bottom: 1px solid #a0a0a1; }
  @media only screen and (max-width: 1082px) {
    .p-interview .p-interview_style01 .c-content_inner .p-interview_box_image .p-interview_photo {
      height: 70%; } }
  @media only screen and (max-width: 750px) {
    .p-interview {
      /* 個別調整 */ }
      .p-interview .c-content_inner {
        padding: 0 25px; }
      .p-interview .p-recruit-navi_list {
        margin-bottom: 45px; }
        .p-interview .p-recruit-navi_list li {
          width: 100%; }
      .p-interview .p-interview_title {
        margin-bottom: 20px;
        font-size: 1.5rem; }
        .p-interview .p-interview_title span {
          font-size: 1.1rem; }
      .p-interview .p-interview_style01 {
        margin-bottom: 30px; }
        .p-interview .p-interview_style01 .c-content_inner {
          display: block; }
          .p-interview .p-interview_style01 .c-content_inner .p-interview_box_image {
            width: 100%;
            padding-top: 160px; }
            .p-interview .p-interview_style01 .c-content_inner .p-interview_box_image .p-interview_photo {
              position: absolute;
              width: 71%;
              height: 224px;
              top: 0;
              left: 0; }
              .p-interview .p-interview_style01 .c-content_inner .p-interview_box_image .p-interview_photo img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: top; }
            .p-interview .p-interview_style01 .c-content_inner .p-interview_box_image .p-interview_profile {
              margin-left: 15%;
              padding: 10px 15px; }
              .p-interview .p-interview_style01 .c-content_inner .p-interview_box_image .p-interview_profile .name {
                font-size: 1.3rem; }
              .p-interview .p-interview_style01 .c-content_inner .p-interview_box_image .p-interview_profile p {
                font-size: 1rem; }
          .p-interview .p-interview_style01 .c-content_inner .p-interview_box_text {
            width: 100%;
            margin-top: 30px; }
            .p-interview .p-interview_style01 .c-content_inner .p-interview_box_text .p-interview_cont_title {
              font-size: 1.5rem; }
            .p-interview .p-interview_style01 .c-content_inner .p-interview_box_text p {
              font-size: 1.2rem;
              line-height: 1.5em; }
              .p-interview .p-interview_style01 .c-content_inner .p-interview_box_text p + p {
                margin-top: 1em; }
      .p-interview .p-interview_style02 .c-content_inner .p-interview_photo {
        position: static;
        width: 62%;
        height: auto;
        min-height: 0;
        margin: 0 auto 20px; }
      .p-interview .p-interview_style02 .p-interview_box_text {
        width: 100%; }
        .p-interview .p-interview_style02 .p-interview_box_text p {
          font-size: 1.2rem;
          line-height: 1.5em; }
          .p-interview .p-interview_style02 .p-interview_box_text p + p {
            margin-top: 1em; }
      .p-interview .p-interview_style03 {
        margin-top: 1em; }
        .p-interview .p-interview_style03 p {
          font-size: 1.2rem;
          line-height: 1.5em; }
          .p-interview .p-interview_style03 p + p {
            margin-top: 1em; }
      .p-interview .p-interview03 .p-interview_style01 .p-interview_box_text {
        margin-bottom: 0; }
      .p-interview .p-interview_hr {
        margin: 25px auto 30px;
        border-bottom: 1px dashed #d3d4d4; }
      .p-interview .p-interview_hr02 {
        margin: 40px auto 30px; } }

.p-careerpath {
  /* キャリアプラン */
  /* 技術 */ }
  .p-careerpath .c-title_sub {
    margin-bottom: 50px;
    font-size: 2.6rem;
    text-align: center;
    letter-spacing: 0.07em;
    color: #4e2a12; }
    .p-careerpath .c-title_sub + p {
      max-width: 980px;
      margin: 0 auto;
      line-height: 2.188em;
      letter-spacing: 0.031em; }
  .p-careerpath .p-career {
    margin-bottom: 150px; }
    .p-careerpath .p-career .c-content_inner {
      max-width: 980px; }
    .p-careerpath .p-career .c-title_b {
      margin-bottom: 120px; }
    .p-careerpath .p-career .p-career_image {
      margin-top: 40px; }
  .p-careerpath .p-gijyutsu .p-mv-sub .p-mv-sub_image {
    height: 608px; }
  .p-careerpath .p-gijyutsu .p-mv-sub .p-mv-sub_copy {
    top: 50px;
    right: auto;
    left: 5%; }
    .p-careerpath .p-gijyutsu .p-mv-sub .p-mv-sub_copy span {
      padding: 15px 8px;
      font-size: 2.4rem;
      min-height: 9em; }
  .p-careerpath .p-gijyutsu .c-title_b {
    margin-bottom: 70px; }
  .p-careerpath .p-gijyutsu .p-technic_nav {
    margin: 70px auto 120px; }
    .p-careerpath .p-gijyutsu .p-technic_nav .c-more_btn a {
      opacity: 1;
      color: #4e2a12; }
      .p-careerpath .p-gijyutsu .p-technic_nav .c-more_btn a::before {
        background: url(/assets/img/top/navi_bg.svg) center no-repeat;
        background-size: cover;
        opacity: 1; }
      .p-careerpath .p-gijyutsu .p-technic_nav .c-more_btn a p {
        opacity: 1; }
  .p-careerpath .p-gijyutsu .p-technic_list dl dt {
    color: #4e2a12; }
  @media only screen and (max-width: 750px) {
    .p-careerpath {
      /* キャリアプラン */
      /* 技術 */ }
      .p-careerpath .p-mv_image {
        height: 269px; }
      .p-careerpath .c-content_inner {
        padding: 0 25px; }
      .p-careerpath .c-title_sub {
        margin-bottom: 10px;
        font-size: 1.5rem; }
        .p-careerpath .c-title_sub + p {
          font-size: 1.2rem;
          line-height: 1.5em;
          letter-spacing: -0.009em; }
      .p-careerpath .p-career {
        margin-bottom: 65px; }
        .p-careerpath .p-career .c-title_b {
          margin-bottom: 40px; }
      .p-careerpath .p-gijyutsu .p-mv-sub .p-mv-sub_image {
        height: 239px; }
      .p-careerpath .p-gijyutsu .p-mv-sub .p-mv-sub_copy {
        display: none; }
      .p-careerpath .p-gijyutsu .c-title_b {
        margin-bottom: 35px; }
      .p-careerpath .p-gijyutsu .p-technic_nav {
        margin: 20px auto; } }

.p-entry .p-entry_content {
  margin: 0 auto;
  max-width: 980px; }
.p-entry .p-entry_required {
  color: #e60012; }
.p-entry .p-entry_form_error {
  color: #e60012;
  font-size: 1.8rem !important; }
  @media only screen and (max-width: 750px) {
    .p-entry .p-entry_form_error {
      font-size: 1.2rem !important; } }
  .p-entry .p-entry_form_error span {
    display: inline-block;
    margin-bottom: 10px; }
    @media only screen and (max-width: 750px) {
      .p-entry .p-entry_form_error span {
        margin-bottom: 5px; } }
.p-entry .p-entry_attention {
  margin-bottom: 50px; }
  @media only screen and (max-width: 750px) {
    .p-entry .p-entry_attention {
      margin-bottom: 25px; } }
  .p-entry .p-entry_attention h2 {
    margin-bottom: 20px;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: #4e2a12; }
    @media only screen and (max-width: 750px) {
      .p-entry .p-entry_attention h2 {
        margin-bottom: 20px;
        font-size: 1.3rem; } }
  .p-entry .p-entry_attention .p-entry_attention_text {
    margin-bottom: 20px; }
    @media only screen and (max-width: 750px) {
      .p-entry .p-entry_attention .p-entry_attention_text {
        font-size: 1.1rem; } }
  .p-entry .p-entry_attention .p-entry_attention_tel {
    margin-bottom: 35px;
    font-size: 2.6rem;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
    color: #4e2a12; }
    @media only screen and (max-width: 750px) {
      .p-entry .p-entry_attention .p-entry_attention_tel {
        margin-bottom: 20px;
        font-size: 1.3rem; } }
  @media only screen and (max-width: 750px) {
    .p-entry .p-entry_attention .p-entry_attention_text02 {
      font-size: 1.1rem; } }
.p-entry .p-entry_form_definitionlist dl {
  padding: 10px 0;
  border-bottom: 1px dotted #231815;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  .p-entry .p-entry_form_definitionlist dl dt {
    padding-top: 5px;
    flex: 0 0 260px; }
    .p-entry .p-entry_form_definitionlist dl dt .c-txt_small {
      font-size: 1.2rem; }
    @media only screen and (max-width: 750px) {
      .p-entry .p-entry_form_definitionlist dl dt {
        flex: 0 0 110px;
        font-size: 1.3rem;
        padding-top: 0; }
        .p-entry .p-entry_form_definitionlist dl dt .c-txt_small {
          font-size: 0.8rem; } }
    .p-entry .p-entry_form_definitionlist dl dt.fs_b {
      font-size: 1.8rem; }
  .p-entry .p-entry_form_definitionlist dl dd {
    flex: 1 1 100%; }
  @media only screen and (max-width: 1082px) {
    .p-entry .p-entry_form_definitionlist dl.vol02 dt {
      flex: 0 0 100px; } }
  @media only screen and (max-width: 750px) {
    .p-entry .p-entry_form_definitionlist dl.vol02 dt {
      flex: 0 0 55px; } }
.p-entry .p-entry_form_definitionlist .p-entry_form_columns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_columns p {
    margin: 0 0.8em; }
    @media only screen and (max-width: 750px) {
      .p-entry .p-entry_form_definitionlist .p-entry_form_columns p {
        margin: 0 0.4em; } }
.p-entry .p-entry_form_definitionlist .p-entry_form_columns_name {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_columns_name .p-entry_form_columns_name_item {
    width: 42%;
    margin-right: 3%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .p-entry .p-entry_form_definitionlist .p-entry_form_columns_name .p-entry_form_columns_name_item p {
      flex: 0 0 3em; }
      @media only screen and (max-width: 750px) {
        .p-entry .p-entry_form_definitionlist .p-entry_form_columns_name .p-entry_form_columns_name_item p {
          flex: 0 0 2.5em; } }
    .p-entry .p-entry_form_definitionlist .p-entry_form_columns_name .p-entry_form_columns_name_item div {
      flex: 1 1 100%; }
.p-entry .p-entry_form_definitionlist .p-entry_form_columns_gender {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_columns_gender li {
    margin-right: 20px; }
    .p-entry .p-entry_form_definitionlist .p-entry_form_columns_gender li input {
      margin-right: 0.5em; }
.p-entry .p-entry_form_definitionlist .p-entry_form_columns02 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media only screen and (max-width: 750px) {
    .p-entry .p-entry_form_definitionlist .p-entry_form_columns02 {
      display: block; } }
  .p-entry .p-entry_form_definitionlist .p-entry_form_columns02 > div {
    width: 50%; }
    @media only screen and (max-width: 750px) {
      .p-entry .p-entry_form_definitionlist .p-entry_form_columns02 > div {
        width: 100%; } }
  .p-entry .p-entry_form_definitionlist .p-entry_form_columns02 > p {
    padding-left: 10px;
    width: 50%;
    font-size: 1.2rem;
    box-sizing: border-box; }
    @media only screen and (max-width: 750px) {
      .p-entry .p-entry_form_definitionlist .p-entry_form_columns02 > p {
        margin-top: 5px;
        padding-left: 0;
        font-size: 0.8rem;
        width: auto; } }
.p-entry .p-entry_form_definitionlist .p-entry_form_columns03 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_columns03 > p {
    flex: 0 0 8em; }
    @media only screen and (max-width: 750px) {
      .p-entry .p-entry_form_definitionlist .p-entry_form_columns03 > p {
        font-size: 1.2rem; } }
  .p-entry .p-entry_form_definitionlist .p-entry_form_columns03 > div {
    flex: 1 1 100%; }
.p-entry .p-entry_form_definitionlist .p-entry_form_columns04 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_columns04 > div {
    flex: 1 1 100%; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_columns04 > span {
    flex: 0 0 80px;
    padding-top: 8px;
    margin-left: 15px;
    border: 1px solid #231815;
    border-radius: 5px;
    font-size: 1.2rem;
    box-sizing: border-box;
    background-color: #dcdddd;
    text-align: center;
    cursor: pointer; }
    @media only screen and (max-width: 750px) {
      .p-entry .p-entry_form_definitionlist .p-entry_form_columns04 > span {
        padding-top: 4px; } }
.p-entry .p-entry_form_definitionlist .p-entry_form_rows .p-entry_form_rows_row {
  width: 100%; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_rows .p-entry_form_rows_row:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px dotted #231815; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_rows .p-entry_form_rows_row:last-child {
    padding-top: 10px; }
@media only screen and (max-width: 750px) {
  .p-entry .p-entry_form_definitionlist .p-entry_form_rows .p-entry_form_rows_row .p-entry_form_columns03 > p {
    flex: 0 0 3em; } }
.p-entry .p-entry_form_definitionlist .p-entry_form_tel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_tel .p-entry_form_tel_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .p-entry .p-entry_form_definitionlist .p-entry_form_tel .p-entry_form_tel_item > p {
      padding-top: 2px;
      flex: 0 0 10em; }
    .p-entry .p-entry_form_definitionlist .p-entry_form_tel .p-entry_form_tel_item > div {
      flex: 1; }
  @media only screen and (max-width: 750px) {
    .p-entry .p-entry_form_definitionlist .p-entry_form_tel .p-entry_form_tel_item {
      width: 100%; }
      .p-entry .p-entry_form_definitionlist .p-entry_form_tel .p-entry_form_tel_item > p {
        flex: 0 0 9em;
        font-size: 1.2rem; } }
.p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row .p-entry_form_rireki01,
  .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row .p-entry_form_rireki02 {
    width: 25%;
    margin-right: 1em; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row .p-entry_form_rireki01,
  .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row .p-entry_form_rireki03 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row .p-entry_form_rireki01 > p {
    padding-right: .5em; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row .p-entry_form_rireki01 > div {
    flex: 1; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row .p-entry_form_rireki03 {
    width: 10%;
    margin-right: 1em; }
    .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row .p-entry_form_rireki03 > div {
      flex: 1; }
    .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row .p-entry_form_rireki03 > p {
      padding-left: .5em; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row .p-entry_form_rireki04 {
    flex: 1; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row.p-entry_form_rireki_name > span {
    padding-bottom: 10px; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row.p-entry_form_rireki_name .p-entry_form_rireki01 {
    padding-left: 1.5em;
    box-sizing: border-box; }
.p-entry .p-entry_form_definitionlist .p-entry_form_rireki.p-entry_form_rireki_free dd {
  width: 90%; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_rireki.p-entry_form_rireki_free dd > div {
    width: 100%; }
    .p-entry .p-entry_form_definitionlist .p-entry_form_rireki.p-entry_form_rireki_free dd > div textarea {
      max-width: 652px;
      min-height: 76px;
      max-height: 10em;
      padding: 10px 15px; }
@media only screen and (max-width: 750px) {
  .p-entry .p-entry_form_definitionlist .p-entry_form_rireki {
    border-bottom: none;
    font-size: 1.2rem; }
    .p-entry .p-entry_form_definitionlist .p-entry_form_rireki.vol02 dt {
      width: 0;
      flex: 0; }
    .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row {
      padding-top: 5px;
      justify-content: flex-start; }
      .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row .p-entry_form_rireki01,
      .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row .p-entry_form_rireki02 {
        width: 38%;
        margin-right: 2%; }
      .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row .p-entry_form_rireki03 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        width: 20%;
        margin-right: 0;
        align-items: flex-end; }
      .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row .p-entry_form_rireki04 {
        width: 90%;
        margin-top: 10px;
        padding-left: 1em;
        flex: none; }
        .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row .p-entry_form_rireki04 > div {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-wrap: wrap; }
          .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row .p-entry_form_rireki04 > div > span {
            width: 3em; }
          .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row .p-entry_form_rireki04 > div input {
            flex: 1; }
      .p-entry .p-entry_form_definitionlist .p-entry_form_rireki .p-entry_form_rireki_row.p-entry_form_rireki_name {
        display: none; }
    .p-entry .p-entry_form_definitionlist .p-entry_form_rireki_sp.vol02 {
      display: block; }
      .p-entry .p-entry_form_definitionlist .p-entry_form_rireki_sp.vol02 dt {
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px dotted #231815; }
    .p-entry .p-entry_form_definitionlist .p-entry_form_rireki.p-entry_form_rireki_free {
      display: block;
      border-bottom: 1px dotted #231815; }
      .p-entry .p-entry_form_definitionlist .p-entry_form_rireki.p-entry_form_rireki_free dt {
        display: none; }
      .p-entry .p-entry_form_definitionlist .p-entry_form_rireki.p-entry_form_rireki_free dd {
        width: 100%; } }
.p-entry .p-entry_form_definitionlist .p-entry_form_prefecture {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_prefecture p, .p-entry .p-entry_form_definitionlist .p-entry_form_prefecture select {
    margin-right: 1em; }
  @media only screen and (max-width: 750px) {
    .p-entry .p-entry_form_definitionlist .p-entry_form_prefecture > p {
      font-size: 1.2rem;
      line-height: 1.25; } }
.p-entry .p-entry_form_definitionlist .p-entry_form_prefecture_select span {
  display: none; }
.p-entry .p-entry_form_definitionlist .p-entry_form_address {
  width: 90%; }
  @media only screen and (max-width: 750px) {
    .p-entry .p-entry_form_definitionlist .p-entry_form_address {
      width: 100%; } }
.p-entry .p-entry_form_definitionlist .p-entry_form_opinion > p {
  margin-bottom: 6px;
  font-size: 1.2rem; }
  @media only screen and (max-width: 750px) {
    .p-entry .p-entry_form_definitionlist .p-entry_form_opinion > p {
      font-size: 1.0rem; } }
.p-entry .p-entry_form_definitionlist .p-entry_form_opinion > div {
  width: 90%; }
  @media only screen and (max-width: 750px) {
    .p-entry .p-entry_form_definitionlist .p-entry_form_opinion > div {
      margin-top: 10px;
      width: auto;
      margin-left: -110px; } }
.p-entry .p-entry_form_definitionlist .p-entry_form_opinion textarea {
  padding: 10px;
  height: 135px; }
  @media only screen and (max-width: 750px) {
    .p-entry .p-entry_form_definitionlist .p-entry_form_opinion textarea {
      padding: 5px;
      height: 135px; } }
.p-entry .p-entry_form_definitionlist .p-entry_form_pr dd > div {
  width: 90%; }
  .p-entry .p-entry_form_definitionlist .p-entry_form_pr dd > div textarea {
    max-width: 652px;
    min-height: 188px;
    max-height: 20em;
    padding: 10px 15px; }
@media only screen and (max-width: 750px) {
  .p-entry .p-entry_form_definitionlist .p-entry_form_pr {
    display: block;
    font-size: 1.2rem; }
    .p-entry .p-entry_form_definitionlist .p-entry_form_pr dt {
      width: 100%;
      margin-bottom: 10px; }
    .p-entry .p-entry_form_definitionlist .p-entry_form_pr dd {
      width: 100%; }
      .p-entry .p-entry_form_definitionlist .p-entry_form_pr dd > div {
        width: 100%; } }
.p-entry .p-entry_form_definitionlist.confirm dl dt {
  padding-top: 0; }
.p-entry .p-entry_form_definitionlist.confirm .p-entry_form_opinion > p {
  visibility: hidden; }
.p-entry .p-entry_privacy {
  margin-top: 20px; }
  .p-entry .p-entry_privacy h3 {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 500; }
    @media only screen and (max-width: 750px) {
      .p-entry .p-entry_privacy h3 {
        font-size: 1.2rem; } }
  .p-entry .p-entry_privacy .p-entry_privacy_box {
    padding: 15px 20px;
    border: 1px solid #231815; }
    @media only screen and (max-width: 750px) {
      .p-entry .p-entry_privacy .p-entry_privacy_box {
        padding: 8px 10px; } }
    .p-entry .p-entry_privacy .p-entry_privacy_box h4 {
      margin-bottom: 10px;
      font-size: 1.6rem; }
      @media only screen and (max-width: 750px) {
        .p-entry .p-entry_privacy .p-entry_privacy_box h4 {
          margin-bottom: 8px;
          font-size: 1.1rem; } }
    .p-entry .p-entry_privacy .p-entry_privacy_box p {
      font-size: 1.2rem; }
      @media only screen and (max-width: 750px) {
        .p-entry .p-entry_privacy .p-entry_privacy_box p {
          font-size: 1.0rem; } }
      .p-entry .p-entry_privacy .p-entry_privacy_box p.tel {
        margin-top: 15px;
        color: #4e2a12;
        font-size: 1.4rem; }
        @media only screen and (max-width: 750px) {
          .p-entry .p-entry_privacy .p-entry_privacy_box p.tel {
            margin-top: 10px;
            font-size: 1.1rem; } }
        .p-entry .p-entry_privacy .p-entry_privacy_box p.tel .tel {
          font-size: 2.2rem; }
          @media only screen and (max-width: 750px) {
            .p-entry .p-entry_privacy .p-entry_privacy_box p.tel .tel {
              font-size: 1.6rem; } }
        .p-entry .p-entry_privacy .p-entry_privacy_box p.tel .text {
          font-size: 1.8rem; }
          @media only screen and (max-width: 750px) {
            .p-entry .p-entry_privacy .p-entry_privacy_box p.tel .text {
              font-size: 1.2rem; } }
  .p-entry .p-entry_privacy .p-entry_link {
    color: #e60012; }
    .p-entry .p-entry_privacy .p-entry_link:hover {
      text-decoration: underline; }
.p-entry .p-entry_attentions {
  margin-top: 30px; }
  @media only screen and (max-width: 750px) {
    .p-entry .p-entry_attentions {
      margin-top: 20px; } }
  .p-entry .p-entry_attentions li {
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4; }
    @media only screen and (max-width: 750px) {
      .p-entry .p-entry_attentions li {
        font-size: 1.1rem; } }
    .p-entry .p-entry_attentions li.red {
      color: #e60012; }
.p-entry .p-entry_submit_btn {
  margin-top: 20px; }
  @media only screen and (max-width: 750px) {
    .p-entry .p-entry_submit_btn {
      margin-top: 5px; } }
  .p-entry .p-entry_submit_btn ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 750px) {
      .p-entry .p-entry_submit_btn ul {
        flex-wrap: wrap;
        justify-content: space-around; } }
    .p-entry .p-entry_submit_btn ul li {
      margin: 0 20px; }
      @media only screen and (max-width: 750px) {
        .p-entry .p-entry_submit_btn ul li {
          width: 45%;
          margin: 0; } }
    .p-entry .p-entry_submit_btn ul input[type=submit], .p-entry .p-entry_submit_btn ul input[type=button] {
      border: 1px solid #231815;
      border-radius: 5px;
      width: 280px;
      height: 60px;
      font-size: 1.9rem;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      @media only screen and (min-width: 751px) {
        .p-entry .p-entry_submit_btn ul input[type=submit]:hover, .p-entry .p-entry_submit_btn ul input[type=button]:hover {
          color: #9fa0a0; } }
      @media only screen and (max-width: 750px) {
        .p-entry .p-entry_submit_btn ul input[type=submit], .p-entry .p-entry_submit_btn ul input[type=button] {
          width: 100%;
          height: auto;
          padding: 10px;
          font-size: 1.2rem; } }
.p-entry.p-entry_confirm .p-entry_submit_btn ul input[type=submit], .p-entry.p-entry_confirm .p-entry_submit_btn ul input[type=button] {
  height: 40px; }
.p-entry .p-entry_contact {
  margin-top: 50px;
  padding: 12px 0;
  border-top: 1px dotted #231815;
  border-bottom: 1px dotted #231815;
  line-height: 1.563em; }
  @media only screen and (max-width: 750px) {
    .p-entry .p-entry_contact {
      margin-top: 40px;
      padding: 10px 0;
      font-size: 1.2rem; } }
.p-entry .p-entry_geo {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media only screen and (max-width: 750px) {
    .p-entry .p-entry_geo {
      margin-top: 25px;
      display: block; } }
  .p-entry .p-entry_geo div {
    flex: 0 0 115px;
    margin-right: 10px; }
    @media only screen and (max-width: 750px) {
      .p-entry .p-entry_geo div {
        width: 110px;
        margin: 0 0 5px; } }
  .p-entry .p-entry_geo p {
    flex: 1 1 100%;
    font-size: 1.2rem;
    line-height: 1.4; }
    @media only screen and (max-width: 750px) {
      .p-entry .p-entry_geo p {
        font-size: 1.0rem; } }
.p-entry .p-entry_thanks {
  text-align: center; }
  .p-entry .p-entry_thanks h2 {
    font-size: 2.4rem;
    font-weight: 400; }
    @media only screen and (max-width: 750px) {
      .p-entry .p-entry_thanks h2 {
        font-size: 1.8rem; } }
  .p-entry .p-entry_thanks p {
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px dashed #231815;
    border-bottom: 1px dashed #231815;
    font-size: 2.4rem; }
    @media only screen and (max-width: 750px) {
      .p-entry .p-entry_thanks p {
        font-size: 1.4rem; } }

.mw_wp_form_confirm .p-entry .p-entry_form_error {
  display: none; }
.mw_wp_form_confirm .p-entry .p-entry_form_definitionlist .p-entry_form_columns_name .p-entry_form_columns_name_item {
  width: auto; }
  .mw_wp_form_confirm .p-entry .p-entry_form_definitionlist .p-entry_form_columns_name .p-entry_form_columns_name_item p {
    display: none; }
.mw_wp_form_confirm .p-entry .p-entry_form_definitionlist .p-entry_form_columns02 > p,
.mw_wp_form_confirm .p-entry .p-entry_form_definitionlist .p-entry_form_columns04 > span,
.mw_wp_form_confirm .p-entry .p-entry_form_definitionlist .p-entry_form_opinion > p {
  display: none; }
.mw_wp_form_confirm .p-entry .p-entry_privacy {
  display: none; }
.mw_wp_form_confirm .p-entry .p-entry_form_prefecture p {
  display: none; }
.mw_wp_form_confirm .p-entry .p-entry_form_prefecture_select {
  margin-right: 1.5em; }
  .mw_wp_form_confirm .p-entry .p-entry_form_prefecture_select span {
    display: inline; }

.p-entry_midcareer .c-title_b {
  letter-spacing: 0.19em; }
  .p-entry_midcareer .c-title_b .en {
    letter-spacing: 0.171em; }

.p-wakoclub {
  /* 六十年の歩み */
  /* スタンプカード */
  /* サンドイッチ */
  /* お弁当の電話予約 */
  /* 美味しい召し上がり方 */
  /* アレンジレシピ */
  /* 和幸のふしぎ */ }
  .p-wakoclub .c-link_txt {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.131em; }
    .p-wakoclub .c-link_txt span {
      position: relative;
      display: inline-block;
      padding-left: 18px; }
      @media only screen and (max-width: 750px) {
        .p-wakoclub .c-link_txt span {
          padding-left: 10px;
          font-size: 0.9rem; } }
      .p-wakoclub .c-link_txt span::before {
        content: " ";
        display: block;
        width: 10px;
        height: 10px;
        border-right: 1px solid #727171;
        border-bottom: 1px solid #727171;
        box-sizing: border-box;
        position: absolute;
        top: 6px;
        left: -5px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
        @media only screen and (max-width: 750px) {
          .p-wakoclub .c-link_txt span::before {
            width: 5px;
            height: 5px;
            top: 4px;
            left: -3px; } }
  .p-wakoclub .p-wakoclub_mv .p-mv_copy {
    position: absolute;
    top: 170px;
    left: 5%;
    z-index: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    .p-wakoclub .p-wakoclub_mv .p-mv_copy span {
      display: block;
      font-size: 2.700rem;
      margin-left: 1em;
      min-height: 9em;
      color: #fff;
      letter-spacing: 0.1em; }
  @media only screen and (max-width: 750px) {
    .p-wakoclub .p-wakoclub_mv .p-mv_image {
      height: 438px; }
    .p-wakoclub .p-wakoclub_mv .p-mv_copy {
      bottom: auto;
      top: 30px; }
      .p-wakoclub .p-wakoclub_mv .p-mv_copy span {
        font-size: 1.3rem;
        letter-spacing: 0.04em; } }
  .p-wakoclub h1.c-title_b {
    letter-spacing: 0.19em; }
    .p-wakoclub h1.c-title_b span {
      letter-spacing: 0.171em; }
  .p-wakoclub .p-wakoclub_navi_wrap {
    max-width: 865px;
    margin: 0 auto 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; }
  .p-wakoclub .p-wakoclub_navi {
    width: 46%;
    margin-bottom: 40px; }
    @media only screen and (max-width: 750px) {
      .p-wakoclub .p-wakoclub_navi {
        margin-bottom: 25px; } }
    .p-wakoclub .p-wakoclub_navi .p-wakoclub_navi_title {
      margin: 0 0 10px -10px;
      padding: 15px 0 15px 25px;
      background: url(/assets/img/wakoclub/bg_nav.svg) no-repeat left center;
      background-size: contain;
      font-size: 3.4rem;
      color: #4e2a12;
      font-weight: normal;
      letter-spacing: 0.09em; }
      @media only screen and (max-width: 750px) {
        .p-wakoclub .p-wakoclub_navi .p-wakoclub_navi_title {
          margin: 0 0 5px -5px;
          padding: 8px 0 8px 15px;
          font-size: 1.6rem;
          letter-spacing: 0.04em; } }
    @media only screen and (max-width: 750px) {
      .p-wakoclub .p-wakoclub_navi ul {
        margin-bottom: 35px; } }
    .p-wakoclub .p-wakoclub_navi ul li {
      margin-bottom: 15px;
      border-bottom: 1px solid #231815; }
      @media only screen and (max-width: 750px) {
        .p-wakoclub .p-wakoclub_navi ul li {
          margin-bottom: 8px; } }
      .p-wakoclub .p-wakoclub_navi ul li a {
        display: block;
        padding: 15px 0; }
        @media only screen and (max-width: 750px) {
          .p-wakoclub .p-wakoclub_navi ul li a {
            padding: 10px 0; } }
      .p-wakoclub .p-wakoclub_navi ul li span {
        display: block;
        line-height: 1.3; }
        .p-wakoclub .p-wakoclub_navi ul li span.ja {
          font-size: 2.7rem;
          letter-spacing: 0.1em; }
          @media only screen and (max-width: 750px) {
            .p-wakoclub .p-wakoclub_navi ul li span.ja {
              font-size: 1.3rem; } }
        .p-wakoclub .p-wakoclub_navi ul li span.en {
          font-size: 2.1rem;
          letter-spacing: 0.17em; }
          @media only screen and (max-width: 750px) {
            .p-wakoclub .p-wakoclub_navi ul li span.en {
              font-size: 0.95rem; } }
  .p-wakoclub .p-ayumi {
    margin-bottom: 140px;
    text-align: center; }
    .p-wakoclub .p-ayumi .c-content_inner {
      max-width: 1060px; }
    .p-wakoclub .p-ayumi .p-ayumi_image {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      margin-bottom: 40px;
      flex-wrap: wrap;
      justify-content: space-between; }
      .p-wakoclub .p-ayumi .p-ayumi_image li {
        width: 31%; }
    .p-wakoclub .p-ayumi .c-title_b {
      margin-bottom: 50px; }
    .p-wakoclub .p-ayumi .c-title_sub {
      margin-bottom: 30px;
      font-size: 2.4rem;
      letter-spacing: 0.05em;
      color: #4e2a12; }
    .p-wakoclub .p-ayumi .p-ayumi_copy {
      line-height: 2.813em;
      letter-spacing: 0.1em; }
    @media only screen and (max-width: 750px) {
      .p-wakoclub .p-ayumi {
        margin-bottom: 60px; }
        .p-wakoclub .p-ayumi .p-ayumi_image {
          margin-bottom: 35px; }
        .p-wakoclub .p-ayumi .c-title_b {
          margin-bottom: 25px; }
        .p-wakoclub .p-ayumi .c-title_sub {
          margin-bottom: 20px;
          font-size: 1.5rem;
          line-height: 1.467em; }
        .p-wakoclub .p-ayumi .p-ayumi_copy {
          font-size: 1.2rem;
          line-height: 1.875em; } }
  .p-wakoclub .p-card {
    margin-bottom: 170px; }
    .p-wakoclub .p-card .c-content_inner {
      max-width: 980px; }
    .p-wakoclub .p-card .c-title_b {
      margin-bottom: 60px; }
    .p-wakoclub .p-card .p-mv-sub {
      margin-bottom: 50px; }
    .p-wakoclub .p-card p {
      margin-bottom: 1em;
      line-height: 2em; }
    .p-wakoclub .p-card .p-card_list {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      max-width: 920px;
      margin: 50px auto;
      flex-wrap: wrap;
      justify-content: center; }
      .p-wakoclub .p-card .p-card_list li {
        position: relative; }
        .p-wakoclub .p-card .p-card_list li .p-card_list_circle {
          display: block;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          margin-bottom: 15px;
          align-items: center;
          width: 256px;
          height: 256px;
          text-align: center;
          border-radius: 50%; }
          .p-wakoclub .p-card .p-card_list li .p-card_list_circle::after {
            content: " ";
            width: 100%;
            height: 100%;
            background: url(/assets/img/wakoclub/bg_card.svg) center no-repeat;
            background-size: contain;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1; }
          .p-wakoclub .p-card .p-card_list li .p-card_list_circle p {
            width: 100%;
            margin: 0;
            font-size: 2.2rem;
            line-height: 1.318em;
            letter-spacing: -0.03em; }
            .p-wakoclub .p-card .p-card_list li .p-card_list_circle p .p-card_list_title {
              display: block;
              margin-bottom: 0.5em;
              font-size: 3.7rem;
              line-height: 1;
              letter-spacing: 0.07em; }
            .p-wakoclub .p-card .p-card_list li .p-card_list_circle p span {
              font-size: 1.7rem; }
        .p-wakoclub .p-card .p-card_list li:not(:first-child) {
          margin-left: 8%; }
          .p-wakoclub .p-card .p-card_list li:not(:first-child)::before {
            position: absolute;
            display: block;
            content: "or";
            font-size: 3.7rem;
            letter-spacing: 0.07em;
            top: 40%;
            left: -1.5em; }
    .p-wakoclub .p-card .p-card_icon {
      display: inline-block;
      max-width: 88px;
      margin: 10px 10px 0 0; }
    @media only screen and (max-width: 750px) {
      .p-wakoclub .p-card {
        margin-bottom: 85px; }
        .p-wakoclub .p-card .c-title_b {
          margin-bottom: 30px; }
        .p-wakoclub .p-card .p-mv-sub {
          margin-bottom: 30px; }
          .p-wakoclub .p-card .p-mv-sub .p-mv-sub_image {
            height: auto; }
        .p-wakoclub .p-card p {
          font-size: 1.2rem;
          line-height: 1.542em; }
        .p-wakoclub .p-card .p-card_list {
          margin: 20px auto; }
          .p-wakoclub .p-card .p-card_list li {
            width: 100%; }
            .p-wakoclub .p-card .p-card_list li .p-card_list_circle {
              width: 155px;
              height: 155px;
              margin: 0 auto; }
              .p-wakoclub .p-card .p-card_list li .p-card_list_circle p {
                font-size: 1.2rem;
                line-height: 1.318em; }
                .p-wakoclub .p-card .p-card_list li .p-card_list_circle p .p-card_list_title {
                  font-size: 2.1rem; }
                .p-wakoclub .p-card .p-card_list li .p-card_list_circle p span {
                  font-size: 1rem; }
            .p-wakoclub .p-card .p-card_list li:not(:first-child) {
              margin: 3em auto 0; }
              .p-wakoclub .p-card .p-card_list li:not(:first-child)::before {
                width: 100%;
                font-size: 2.1rem;
                top: -1.75em;
                left: 0;
                text-align: center; }
        .p-wakoclub .p-card .p-card_icon {
          max-height: 25px; } }
  .p-wakoclub .p-sandwich {
    margin-bottom: 200px; }
    .p-wakoclub .p-sandwich .p-sandwich_cont {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: stretch; }
      .p-wakoclub .p-sandwich .p-sandwich_cont .p-sandwich_image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .p-wakoclub .p-sandwich .p-sandwich_cont .p-sandwich_text {
        box-sizing: border-box; }
        .p-wakoclub .p-sandwich .p-sandwich_cont .p-sandwich_text .p-sandwich_text_inner {
          width: 100%;
          line-height: 2.188em; }
          .p-wakoclub .p-sandwich .p-sandwich_cont .p-sandwich_text .p-sandwich_text_inner .p-sandwich_title {
            margin-bottom: 15px;
            font-size: 2.8rem;
            letter-spacing: 0.07em;
            color: #4e2a12; }
    .p-wakoclub .p-sandwich .p-sandwich_cont01 {
      margin-bottom: 60px; }
      .p-wakoclub .p-sandwich .p-sandwich_cont01 .p-sandwich_image {
        width: 60%;
        /*
        max-height: 390px;
        */ }
      .p-wakoclub .p-sandwich .p-sandwich_cont01 .p-sandwich_text {
        width: 40%;
        padding: 0 10px 0 45px; }
        .p-wakoclub .p-sandwich .p-sandwich_cont01 .p-sandwich_text .p-sandwich_text_inner {
          max-width: 426px; }
    .p-wakoclub .p-sandwich .p-sandwich_cont02 .p-sandwich_image {
      width: 54%;
      /*
      max-height: 390px;
      */
      order: 2; }
    .p-wakoclub .p-sandwich .p-sandwich_cont02 .p-sandwich_text {
      display: flex;
      width: 46%;
      padding: 0 50px 0 10px;
      flex-wrap: wrap;
      justify-content: flex-end;
      order: 1; }
      .p-wakoclub .p-sandwich .p-sandwich_cont02 .p-sandwich_text .p-sandwich_text_inner {
        max-width: 495px; }
    .p-wakoclub .p-sandwich .c-link_txt {
      margin-top: 55px; }
    @media only screen and (max-width: 750px) {
      .p-wakoclub .p-sandwich {
        margin-bottom: 65px; }
        .p-wakoclub .p-sandwich .p-sandwich_cont {
          padding: 0 30px; }
          .p-wakoclub .p-sandwich .p-sandwich_cont .p-sandwich_image {
            width: 100%;
            margin-bottom: 15px; }
          .p-wakoclub .p-sandwich .p-sandwich_cont .p-sandwich_text {
            width: 100%; }
            .p-wakoclub .p-sandwich .p-sandwich_cont .p-sandwich_text .p-sandwich_text_inner {
              font-size: 1.2rem;
              line-height: 1.542em; }
              .p-wakoclub .p-sandwich .p-sandwich_cont .p-sandwich_text .p-sandwich_text_inner .p-sandwich_title {
                margin-bottom: 5px;
                font-size: 1.5rem; }
        .p-wakoclub .p-sandwich .p-sandwich_cont01 {
          margin-bottom: 30px; }
          .p-wakoclub .p-sandwich .p-sandwich_cont01 .p-sandwich_image {
            width: 100%; }
          .p-wakoclub .p-sandwich .p-sandwich_cont01 .p-sandwich_text {
            width: 100%;
            padding: 0; }
        .p-wakoclub .p-sandwich .p-sandwich_cont02 .p-sandwich_image {
          width: 100%;
          order: 1; }
        .p-wakoclub .p-sandwich .p-sandwich_cont02 .p-sandwich_text {
          width: 100%;
          padding: 0;
          order: 2; }
        .p-wakoclub .p-sandwich .c-link_txt {
          margin-top: 20px; } }
  .p-wakoclub .p-top_order {
    margin-bottom: 200px; }
    .p-wakoclub .p-top_order .c-title_b {
      letter-spacing: 0.18em; }
      .p-wakoclub .p-top_order .c-title_b span {
        letter-spacing: 0.17em; }
    .p-wakoclub .p-top_order .p-top_order_cont {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: stretch; }
      .p-wakoclub .p-top_order .p-top_order_cont .p-top_order_image {
        width: 50%; }
        .p-wakoclub .p-top_order .p-top_order_cont .p-top_order_image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .p-wakoclub .p-top_order .p-top_order_cont .p-top_order_text {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 50%;
        padding: 0 10px 0 40px;
        flex-wrap: wrap;
        align-items: center;
        box-sizing: border-box; }
        .p-wakoclub .p-top_order .p-top_order_cont .p-top_order_text .p-top_order_text_inner {
          width: 100%;
          max-width: 490px; }
          .p-wakoclub .p-top_order .p-top_order_cont .p-top_order_text .p-top_order_text_inner > p {
            font-size: 2rem; }
      .p-wakoclub .p-top_order .p-top_order_cont .p-top_order_method {
        margin-top: 50px; }
        .p-wakoclub .p-top_order .p-top_order_cont .p-top_order_method li {
          margin-bottom: 25px;
          margin-left: 1em;
          text-indent: -1em;
          font-size: 2rem;
          line-height: 1.35em;
          letter-spacing: 0.003em; }
          .p-wakoclub .p-top_order .p-top_order_cont .p-top_order_method li .c-link_txt {
            margin: 1em 0 0 1em;
            text-indent: 0; }
    @media only screen and (max-width: 750px) {
      .p-wakoclub .p-top_order {
        margin-bottom: 40px; }
        .p-wakoclub .p-top_order .p-top_order_cont {
          padding: 0 30px; }
          .p-wakoclub .p-top_order .p-top_order_cont .p-top_order_image {
            width: 100%;
            margin-bottom: 15px; }
          .p-wakoclub .p-top_order .p-top_order_cont .p-top_order_text {
            width: 100%;
            padding: 0;
            font-size: 1.2rem; }
            .p-wakoclub .p-top_order .p-top_order_cont .p-top_order_text .p-top_order_text_inner > p {
              font-size: 1.2rem; }
          .p-wakoclub .p-top_order .p-top_order_cont .p-top_order_method {
            margin-top: 20px; }
            .p-wakoclub .p-top_order .p-top_order_cont .p-top_order_method li {
              margin-bottom: 1em;
              font-size: 1.2rem; }
              .p-wakoclub .p-top_order .p-top_order_cont .p-top_order_method li .c-link_txt {
                margin: 5px 0 0; } }
  .p-wakoclub .p-oishi {
    margin-bottom: 180px; }
    .p-wakoclub .p-oishi .p-mv-sub .p-mv-sub_copy {
      top: 50px;
      right: auto;
      left: 5%; }
      .p-wakoclub .p-oishi .p-mv-sub .p-mv-sub_copy span {
        font-size: 2.4rem; }
    .p-wakoclub .p-oishi .c-content_inner {
      max-width: 980px; }
    .p-wakoclub .p-oishi .p-oishi_list {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      margin: 100px auto 60px;
      flex-wrap: wrap;
      justify-content: space-between; }
      .p-wakoclub .p-oishi .p-oishi_list li {
        width: 30%; }
        .p-wakoclub .p-oishi .p-oishi_list li p {
          letter-spacing: 0.003em;
          line-height: 2.188em; }
        .p-wakoclub .p-oishi .p-oishi_list li .p-oitshi_list_title {
          margin-bottom: 15px;
          font-size: 2.6rem;
          color: #4e2a12;
          letter-spacing: 0.007em;
          line-height: 1.3; }
        .p-wakoclub .p-oishi .p-oishi_list li .p-oishi_img {
          text-align: right; }
        .p-wakoclub .p-oishi .p-oishi_list li:nth-of-type(2) .p-oishi_img {
          padding-right: 10px; }
          .p-wakoclub .p-oishi .p-oishi_list li:nth-of-type(2) .p-oishi_img img {
            max-width: 190px; }
        .p-wakoclub .p-oishi .p-oishi_list li .p-oishi_small {
          font-size: 1.2rem;
          line-height: 1.667em; }
        .p-wakoclub .p-oishi .p-oishi_list li .p-oishi_toaster {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 10px 10px 10px 15px;
          border: 1px solid #bfbfbf;
          margin: 8px 0; }
          .p-wakoclub .p-oishi .p-oishi_list li .p-oishi_toaster figure {
            width: 39.6153846154%; }
          .p-wakoclub .p-oishi .p-oishi_list li .p-oishi_toaster dl {
            width: 51.1538461538%;
            font-size: 1.5rem;
            line-height: 1.4; }
            @media only screen and (max-width: 750px) {
              .p-wakoclub .p-oishi .p-oishi_list li .p-oishi_toaster dl {
                font-size: 1.3rem; } }
            .p-wakoclub .p-oishi .p-oishi_list li .p-oishi_toaster dl dt {
              margin-bottom: 4px; }
    .p-wakoclub .p-oishi .p-oishi_attention {
      line-height: 2.188em;
      letter-spacing: 0.131em; }
    @media only screen and (max-width: 750px) {
      .p-wakoclub .p-oishi {
        margin-bottom: 60px; }
        .p-wakoclub .p-oishi .p-mv-sub .p-mv-sub_image {
          height: 246px; }
        .p-wakoclub .p-oishi .p-mv-sub .p-mv-sub_copy {
          top: 20px;
          left: 15px; }
          .p-wakoclub .p-oishi .p-mv-sub .p-mv-sub_copy span {
            padding: 10px 5px;
            font-size: 1.2rem; }
        .p-wakoclub .p-oishi .c-content_inner {
          padding: 0 25px; }
        .p-wakoclub .p-oishi .p-oishi_list {
          margin: 15px auto 0; }
          .p-wakoclub .p-oishi .p-oishi_list li {
            width: 100%;
            margin-bottom: 25px;
            /*
            @include FLEX_CONTAINER();
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            */ }
            .p-wakoclub .p-oishi .p-oishi_list li p {
              font-size: 1.2rem;
              line-height: 1.542em; }
            .p-wakoclub .p-oishi .p-oishi_list li .p-oitshi_list_title {
              margin-bottom: 0.25em;
              font-size: 1.5rem; }
            .p-wakoclub .p-oishi .p-oishi_list li .p-oishi_img {
              width: 54%;
              margin: 10px auto 0; }
            .p-wakoclub .p-oishi .p-oishi_list li:nth-of-type(2) .p-oishi_img {
              width: 48%;
              box-sizing: border-box; }
              .p-wakoclub .p-oishi .p-oishi_list li:nth-of-type(2) .p-oishi_img img {
                max-width: 100%; }
            .p-wakoclub .p-oishi .p-oishi_list li:nth-of-type(3) .p-oishi_text {
              width: 100%; }
            .p-wakoclub .p-oishi .p-oishi_list li:nth-of-type(3) .p-oishi_img {
              width: 68%;
              margin: 10px auto; }
            .p-wakoclub .p-oishi .p-oishi_list li .p-oishi_small {
              line-height: 1.542em; }
        .p-wakoclub .p-oishi .p-oishi_attention {
          font-size: 1.2rem;
          line-height: 1.542em; } }
  .p-wakoclub .p-recipe {
    margin-bottom: 90px; }
    .p-wakoclub .p-recipe .p-recipe_cont {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      margin-bottom: 90px;
      flex-wrap: wrap;
      align-items: stretch; }
      .p-wakoclub .p-recipe .p-recipe_cont .p-recipe_image {
        width: 52%; }
        .p-wakoclub .p-recipe .p-recipe_cont .p-recipe_image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .p-wakoclub .p-recipe .p-recipe_cont .p-recipe_text {
        width: 48%;
        background: #fffef3;
        padding: 25px 10px 10px 40px;
        box-sizing: border-box; }
        .p-wakoclub .p-recipe .p-recipe_cont .p-recipe_text .p-recipe_text_inner {
          width: 100%;
          max-width: 424px;
          line-height: 1.563em; }
        .p-wakoclub .p-recipe .p-recipe_cont .p-recipe_text .p-recipe_title {
          margin-bottom: 20px;
          font-size: 2.8rem;
          letter-spacing: 0.07em;
          color: #4e2a12; }
        .p-wakoclub .p-recipe .p-recipe_cont .p-recipe_text .p-recipe_zairyo {
          margin-bottom: 1em; }
    @media only screen and (max-width: 750px) {
      .p-wakoclub .p-recipe {
        margin-bottom: 60px; }
        .p-wakoclub .p-recipe .p-recipe_cont {
          padding: 0 30px;
          margin-bottom: 40px; }
          .p-wakoclub .p-recipe .p-recipe_cont .p-recipe_image {
            width: 100%; }
          .p-wakoclub .p-recipe .p-recipe_cont .p-recipe_text {
            width: 100%;
            padding: 15px 20px;
            font-size: 1.2rem; }
            .p-wakoclub .p-recipe .p-recipe_cont .p-recipe_text .p-recipe_title {
              margin-bottom: 5px;
              font-size: 1.5rem; }
            .p-wakoclub .p-recipe .p-recipe_cont .p-recipe_text .p-recipe_zairyo {
              margin-bottom: .75em; } }
  .p-wakoclub .p-fushigi .c-content_inner {
    max-width: 980px; }
  .p-wakoclub .p-fushigi .c-title_b {
    letter-spacing: 0.18em; }
  .p-wakoclub .p-fushigi .c-title_sub {
    margin-bottom: 1em;
    font-size: 2.6rem;
    letter-spacing: 0.07em;
    color: #4e2a12; }
    .p-wakoclub .p-fushigi .c-title_sub + p {
      line-height: 2.063em; }
  .p-wakoclub .p-fushigi .p-fushigi_yurai {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 110px auto 60px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; }
    .p-wakoclub .p-fushigi .p-fushigi_yurai .p-fushigi_yurai_text {
      width: 52%; }
      .p-wakoclub .p-fushigi .p-fushigi_yurai .p-fushigi_yurai_text p {
        line-height: 2em; }
      .p-wakoclub .p-fushigi .p-fushigi_yurai .p-fushigi_yurai_text .p-fushigi_yurai_title {
        margin-bottom: 15px;
        font-size: 2.7rem;
        line-height: 1.25;
        letter-spacing: 0.1em;
        text-indent: -0.5em; }
    .p-wakoclub .p-fushigi .p-fushigi_yurai .p-fushigi_yurai_image {
      width: 45%; }
      .p-wakoclub .p-fushigi .p-fushigi_yurai .p-fushigi_yurai_image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .p-wakoclub .p-fushigi .p-fushigi_attention {
    line-height: 2.063em; }
  .p-wakoclub .p-fushigi .p-fushigi_brand {
    margin-top: 40px; }
    .p-wakoclub .p-fushigi .p-fushigi_brand .t-brand_box {
      margin: 0;
      padding: 30px 0; }
    .p-wakoclub .p-fushigi .p-fushigi_brand .p-fushigi_brand_attention {
      margin-top: 30px; }
      .p-wakoclub .p-fushigi .p-fushigi_brand .p-fushigi_brand_attention p {
        display: inline-block; }
      .p-wakoclub .p-fushigi .p-fushigi_brand .p-fushigi_brand_attention .c-link_txt {
        position: relative; }
        .p-wakoclub .p-fushigi .p-fushigi_brand .p-fushigi_brand_attention .c-link_txt::after {
          display: inline-block;
          content: "";
          width: 9vw;
          max-width: 106px; }
  @media only screen and (max-width: 750px) {
    .p-wakoclub .p-fushigi .c-content_inner {
      padding: 0 30px; }
    .p-wakoclub .p-fushigi .c-title_sub {
      margin-bottom: .75em;
      font-size: 1.5rem;
      line-height: 1.433em; }
      .p-wakoclub .p-fushigi .c-title_sub + p {
        font-size: 1.2rem;
        line-height: 1.542em; }
    .p-wakoclub .p-fushigi .p-fushigi_yurai {
      margin: 20px auto; }
      .p-wakoclub .p-fushigi .p-fushigi_yurai .p-fushigi_yurai_text {
        width: 100%; }
        .p-wakoclub .p-fushigi .p-fushigi_yurai .p-fushigi_yurai_text p {
          font-size: 1.2rem;
          line-height: 1.433em; }
        .p-wakoclub .p-fushigi .p-fushigi_yurai .p-fushigi_yurai_text .p-fushigi_yurai_title {
          margin-bottom: 5px;
          font-size: 1.5rem; }
      .p-wakoclub .p-fushigi .p-fushigi_yurai .p-fushigi_yurai_image {
        width: 100%;
        margin: 20px 0 0;
        padding: 0 35px; }
    .p-wakoclub .p-fushigi .p-fushigi_attention {
      font-size: 1.2rem;
      line-height: 1.433em; }
    .p-wakoclub .p-fushigi .p-fushigi_brand {
      margin-top: 35px; }
      .p-wakoclub .p-fushigi .p-fushigi_brand h3 {
        margin-bottom: 20px;
        padding: 0 45px;
        font-size: 1.6rem;
        line-height: 1.129em;
        text-align: left; }
      .p-wakoclub .p-fushigi .p-fushigi_brand .t-brand_box {
        padding: 15px 0; }
      .p-wakoclub .p-fushigi .p-fushigi_brand .t-brand_list ul:nth-child(1) li {
        margin: 0 5%; }
      .p-wakoclub .p-fushigi .p-fushigi_brand .p-fushigi_brand_attention {
        margin-top: 0;
        text-align: center; }
        .p-wakoclub .p-fushigi .p-fushigi_brand .p-fushigi_brand_attention p {
          font-size: 1.2rem; }
        .p-wakoclub .p-fushigi .p-fushigi_brand .p-fushigi_brand_attention .c-link_txt {
          display: none; }
      .p-wakoclub .p-fushigi .p-fushigi_brand .c-link_txt {
        margin-top: 15px; } }

.p-order .c-content_inner {
  max-width: 980px; }
.p-order .c-title_b {
  letter-spacing: 0.18em;
  margin-bottom: 30px; }
  .p-order .c-title_b span {
    letter-spacing: 0.17em; }
.p-order .c-title_sub {
  margin-bottom: 30px;
  font-size: 2.6rem;
  letter-spacing: 0.07em;
  color: #4e2a12; }
  .p-order .c-title_sub:first-of-type {
    text-align: center; }
.p-order .p-order_cont {
  padding: 0 50px; }
.p-order .p-order_list {
  margin-bottom: 50px; }
  .p-order .p-order_list a {
    text-decoration: underline; }
    .p-order .p-order_list a:hover {
      text-decoration: none; }
  .p-order .p-order_list dl {
    margin-top: 76px; }
    .p-order .p-order_list dl dt {
      margin-bottom: 15px;
      font-size: 2.7rem; }
    .p-order .p-order_list dl dd {
      line-height: 2em; }
      .p-order .p-order_list dl dd .p-order_list_bnr {
        display: block;
        width: 74.659%;
        margin: 76px auto 0; }
      .p-order .p-order_list dl dd .p-order_list_step {
        margin-top: 76px; }
    .p-order .p-order_list dl + dl {
      margin-top: 125px; }
.p-order .p-order_delivery {
  max-width: 878px;
  margin: 0 auto 60px; }
  .p-order .p-order_delivery dl {
    font-size: 2.6rem;
    line-height: 1.6em;
    color: #4e2a12;
    margin-bottom: 35px; }
  .p-order .p-order_delivery .p-oreder_table {
    width: 100%;
    margin-bottom: 35px;
    border-collapse: collapse;
    border-top: 1px dashed #231815;
    border-left: 1px dashed #231815; }
    .p-order .p-order_delivery .p-oreder_table tr {
      border-bottom: 1px dashed #231815; }
    .p-order .p-order_delivery .p-oreder_table th, .p-order .p-order_delivery .p-oreder_table td {
      padding: 15px;
      border-right: 1px dashed #231815;
      vertical-align: top; }
    .p-order .p-order_delivery .p-oreder_table thead th {
      width: 44%;
      padding: 10px;
      text-align: center; }
      .p-order .p-order_delivery .p-oreder_table thead th:first-of-type {
        width: 12%; }
    .p-order .p-order_delivery .p-oreder_table tbody th {
      width: 12%;
      text-align: left; }
    .p-order .p-order_delivery .p-oreder_table tbody td {
      width: 44%;
      padding: 15px 30px;
      line-height: 2.188em;
      background-color: #fde7d9; }
      .p-order .p-order_delivery .p-oreder_table tbody td:first-of-type {
        background-color: #f8c1a0; }
  .p-order .p-order_delivery p {
    line-height: 2em; }
.p-order .p-order_contact {
  margin-bottom: 50px;
  padding: 30px 75px;
  background: #f8bf89; }
  .p-order .p-order_contact h2 {
    margin-bottom: 0.2em;
    color: #4e2a12;
    font-size: 2.6rem;
    letter-spacing: 0.07em; }
  .p-order .p-order_contact p {
    font-size: 2.1rem;
    line-height: 1.524em;
    letter-spacing: 0.1em; }
.p-order .p-order_attention .p-order_attention_list dl {
  margin-top: 30px; }
  .p-order .p-order_attention .p-order_attention_list dl dt {
    margin-bottom: 15px;
    font-size: 2.7rem;
    line-height: 1.407em; }
  .p-order .p-order_attention .p-order_attention_list dl dd {
    line-height: 2em; }
@media only screen and (max-width: 750px) {
  .p-order .c-content_inner {
    padding: 0 30px; }
  .p-order .c-title_b {
    margin-bottom: 15px; }
  .p-order .c-title_sub {
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 1.433em; }
  .p-order .p-order_cont {
    padding: 0; }
  .p-order .p-order_list {
    margin-bottom: 30px; }
    .p-order .p-order_list dl {
      margin-top: 0; }
      .p-order .p-order_list dl dt {
        margin-bottom: 5px;
        font-size: 1.5rem; }
      .p-order .p-order_list dl dd {
        font-size: 1.2rem;
        line-height: 1.542em; }
        .p-order .p-order_list dl dd .p-order_list_bnr {
          width: 100%;
          margin: 20px auto 0; }
        .p-order .p-order_list dl dd .p-order_list_step {
          margin-top: 30px; }
      .p-order .p-order_list dl + dl {
        margin-top: 40px; }
  .p-order .p-order_delivery {
    margin: 0 auto 40px; }
    .p-order .p-order_delivery dl {
      font-size: 1.4rem;
      line-height: 1.6em;
      margin-bottom: 30px; }
    .p-order .p-order_delivery .p-oreder_table {
      width: 100%;
      margin-bottom: 20px; }
      .p-order .p-order_delivery .p-oreder_table th, .p-order .p-order_delivery .p-oreder_table td {
        padding: 10px 5px;
        font-size: 1.2rem;
        line-height: 1.375em; }
      .p-order .p-order_delivery .p-oreder_table thead th {
        width: 80%;
        padding: 10px 5px; }
        .p-order .p-order_delivery .p-oreder_table thead th:nth-of-type(1) {
          width: calc(1em + 10px); }
        .p-order .p-order_delivery .p-oreder_table thead th:nth-of-type(2) {
          width: 60%; }
      .p-order .p-order_delivery .p-oreder_table tbody th {
        width: calc(1em + 10px); }
      .p-order .p-order_delivery .p-oreder_table tbody td {
        padding: 10px 5px;
        line-height: 1.375em; }
        .p-order .p-order_delivery .p-oreder_table tbody td:nth-of-type(1) {
          width: calc(1em + 10px); }
        .p-order .p-order_delivery .p-oreder_table tbody td:nth-of-type(2) {
          width: 60%; }
    .p-order .p-order_delivery p {
      font-size: 1.2rem;
      line-height: 1.542em; }
  .p-order .p-order_contact {
    margin-bottom: 5px;
    padding: 10px 15px; }
    .p-order .p-order_contact h2 {
      font-size: 1.5rem;
      line-height: 1.433em;
      margin-left: 0;
      text-indent: 0; }
    .p-order .p-order_contact p {
      font-size: 1.2rem;
      line-height: 1.609em;
      letter-spacing: 0; }
  .p-order .p-order_attention .p-order_attention_list dl {
    margin-top: 25px; }
    .p-order .p-order_attention .p-order_attention_list dl dt {
      margin-bottom: 5px;
      font-size: 1.5rem; }
    .p-order .p-order_attention .p-order_attention_list dl dd {
      font-size: 1.2rem;
      line-height: 1.542em; } }

.p-company {
  /* 社長あいさつ */
  /* 会社理念 */
  /* 会社概要 */
  /* 沿革 */
  /* 組織図 */
  /* 店舗実績 */
  /* 支援 */ }
  .p-company .p-company_mv .p-mv_copy {
    position: absolute;
    right: 5%;
    bottom: 40px;
    z-index: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    .p-company .p-company_mv .p-mv_copy span {
      display: block;
      font-size: 2.700rem;
      margin-left: 1em;
      min-height: 9em;
      color: #fff;
      letter-spacing: 0.1em; }
  @media only screen and (max-width: 750px) {
    .p-company .p-company_mv .p-mv_image {
      height: 438px; }
    .p-company .p-company_mv .p-mv_copy {
      bottom: auto;
      bottom: 20px; }
      .p-company .p-company_mv .p-mv_copy span {
        font-size: 1.3rem;
        letter-spacing: 0.04em; } }
  .p-company h1.c-title_b {
    letter-spacing: 0.19em; }
    .p-company h1.c-title_b span {
      letter-spacing: 0.171em; }
  .p-company .c-title_b span {
    letter-spacing: 0.171em; }
  .p-company .p-company_navi {
    margin: 0 auto 60px;
    max-width: 865px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; }
    @media only screen and (max-width: 750px) {
      .p-company .p-company_navi {
        margin-bottom: 35px; } }
    .p-company .p-company_navi li {
      width: 46%;
      margin-bottom: 15px;
      border-bottom: 1px solid #231815; }
      @media only screen and (max-width: 750px) {
        .p-company .p-company_navi li {
          width: 48%;
          margin-bottom: 8px; } }
      .p-company .p-company_navi li a {
        display: block;
        padding: 15px 0; }
        @media only screen and (max-width: 750px) {
          .p-company .p-company_navi li a {
            padding: 10px 0; } }
      .p-company .p-company_navi li span {
        display: block;
        line-height: 1.3; }
        .p-company .p-company_navi li span.ja {
          font-size: 2.7rem;
          letter-spacing: 0.1em; }
          @media only screen and (max-width: 750px) {
            .p-company .p-company_navi li span.ja {
              font-size: 1.3rem; } }
        .p-company .p-company_navi li span.en {
          font-size: 2.1rem;
          letter-spacing: 0.17em; }
          @media only screen and (max-width: 750px) {
            .p-company .p-company_navi li span.en {
              font-size: 0.95rem; } }
  .p-company .p-mv-sub .p-mv-sub_image {
    height: 608px; }
  @media only screen and (max-width: 750px) {
    .p-company .p-mv-sub {
      margin-bottom: 50px; }
      .p-company .p-mv-sub .p-mv-sub_image {
        height: 245px; } }
  .p-company .p-company_cont .c-content_inner {
    max-width: 980px; }
  @media only screen and (max-width: 750px) {
    .p-company .p-company_cont .c-content_inner {
      padding: 0 25px; } }
  .p-company .p-message {
    margin-bottom: 120px; }
    .p-company .p-message .c-title_sub {
      margin-bottom: 40px;
      font-size: 2.6rem;
      text-align: center;
      letter-spacing: 0.07em;
      color: #4e2a12; }
    .p-company .p-message .p-message_text p {
      margin-bottom: 2em;
      line-height: 2.188em; }
    .p-company .p-message .p-message_sign {
      text-align: right; }
      .p-company .p-message .p-message_sign p {
        display: inline-block;
        text-align: left;
        line-height: 2.188em; }
      .p-company .p-message .p-message_sign .p-message_sign_image {
        display: block;
        margin-top: 10px;
        text-align: right; }
        .p-company .p-message .p-message_sign .p-message_sign_image img {
          width: 200px;
          height: auto; }
    @media only screen and (max-width: 750px) {
      .p-company .p-message {
        margin-bottom: 50px; }
        .p-company .p-message .c-title_sub {
          margin-bottom: 15px;
          font-size: 1.5rem; }
        .p-company .p-message .p-message_text p {
          font-size: 1.2rem;
          margin-bottom: 1.5em;
          line-height: 1.542em; }
        .p-company .p-message .p-message_sign p {
          font-size: 1.2rem;
          line-height: 1.458em; }
        .p-company .p-message .p-message_sign .p-message_sign_image {
          margin-top: 0; }
          .p-company .p-message .p-message_sign .p-message_sign_image img {
            width: 150px; } }
  .p-company .p-rinen {
    max-width: 880px;
    margin: 0 auto 105px; }
    .p-company .p-rinen .c-title_b {
      margin-bottom: 55px; }
    .p-company .p-rinen p {
      line-height: 2.188em;
      letter-spacing: 0.03em; }
    .p-company .p-rinen .p-rinen_cont {
      margin-top: 45px; }
      .p-company .p-rinen .p-rinen_cont h3 {
        margin-bottom: 20px;
        font-size: 3.3rem;
        font-weight: normal;
        text-align: center;
        letter-spacing: 0.07em;
        color: #4e2a12; }
      .p-company .p-rinen .p-rinen_cont .p-rinen_list {
        max-width: 700px;
        margin: 0 auto; }
        .p-company .p-rinen .p-rinen_cont .p-rinen_list li {
          font-size: 1.9rem;
          line-height: 1.947em;
          margin-left: 1em;
          text-indent: -1.25em; }
      .p-company .p-rinen .p-rinen_cont .p-rinen_text {
        max-width: 700px;
        margin: 0 auto; }
    @media only screen and (max-width: 750px) {
      .p-company .p-rinen {
        margin: 0 auto 40px; }
        .p-company .p-rinen .c-title_b {
          margin-bottom: 30px; }
        .p-company .p-rinen p {
          font-size: 1.2rem;
          line-height: 1.542em; }
        .p-company .p-rinen .p-rinen_cont {
          margin-top: 20px; }
          .p-company .p-rinen .p-rinen_cont h3 {
            margin-bottom: 5px;
            font-size: 1.6rem; }
          .p-company .p-rinen .p-rinen_cont .p-rinen_list li {
            font-size: 1.2rem;
            line-height: 1.542em;
            margin-left: 2em; } }
  .p-company .p-about {
    max-width: 800px;
    margin: 0 auto 180px; }
    .p-company .p-about .c-title_b {
      margin-bottom: 50px; }
    .p-company .p-about .p-about_cont h3 {
      padding: 12px 0;
      border-bottom: 1px dashed #231815;
      font-size: 2.2rem;
      font-weight: normal;
      letter-spacing: 0.13em; }
    .p-company .p-about .p-about_cont .p-about_list dl {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      padding: 12px 0;
      border-bottom: 1px dashed #231815;
      flex-wrap: wrap; }
      .p-company .p-about .p-about_cont .p-about_list dl dt {
        width: 34%;
        padding-left: 2em;
        box-sizing: border-box; }
      .p-company .p-about .p-about_cont .p-about_list dl dd {
        width: 64%; }
    .p-company .p-about .p-about_cont ul {
      margin-top: 10px; }
      .p-company .p-about .p-about_cont ul li {
        padding-left: 2em; }
        .p-company .p-about .p-about_cont ul li + li {
          margin-top: 1.25em; }
    .p-company .p-about .p-about_cont + .p-about_cont {
      margin-top: 75px; }
    .p-company .p-about .p-about_cont.group {
      padding: 0 31px; }
      .p-company .p-about .p-about_cont.group h3 {
        font-size: 2rem; }
    .p-company .p-about .p-about_cont.chart h3 {
      border-bottom: none; }
    .p-company .p-about .p-about_cont.chart .p-about_chart_img {
      width: 86.25%;
      margin: 30px auto 0; }
    @media only screen and (max-width: 750px) {
      .p-company .p-about {
        margin: 0 auto 45px; }
        .p-company .p-about .c-title_b {
          margin-bottom: 20px; }
        .p-company .p-about .p-about_cont h3 {
          padding: 5px 0;
          font-size: 1.6rem; }
        .p-company .p-about .p-about_cont .p-about_list dl {
          padding: 10px 0;
          font-size: 1.2rem; }
          .p-company .p-about .p-about_cont .p-about_list dl dt {
            padding-left: 1em; }
        .p-company .p-about .p-about_cont ul {
          margin-top: 10px; }
          .p-company .p-about .p-about_cont ul li + li {
            margin-top: .25em; }
        .p-company .p-about .p-about_cont + .p-about_cont {
          margin-top: 40px; }
        .p-company .p-about .p-about_cont.group {
          padding: 0 14px; }
          .p-company .p-about .p-about_cont.group h3 {
            font-size: 1.4rem; }
          .p-company .p-about .p-about_cont.group .p-about_list dl dt {
            width: 39%; }
          .p-company .p-about .p-about_cont.group .p-about_list dl dd {
            width: 59%; }
        .p-company .p-about .p-about_cont.chart .p-about_chart_img {
          margin: 14px auto 0; } }
  .p-company .p-history {
    margin-bottom: 200px; }
    .p-company .p-history .c-title_b {
      margin-bottom: 40px;
      letter-spacing: 0.46em; }
    .p-company .p-history .p-history_list h3 {
      padding-bottom: 10px;
      border-bottom: 1px dashed #231815;
      font-size: 1.8rem;
      font-weight: normal; }
    .p-company .p-history .p-history_list dl {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      padding: 12px 0;
      border-bottom: 1px dashed #231815;
      flex-wrap: wrap; }
      .p-company .p-history .p-history_list dl dt {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 30%;
        flex-wrap: wrap; }
        .p-company .p-history .p-history_list dl dt .p-history_yyyy {
          width: 37.5%; }
        .p-company .p-history .p-history_list dl dt .p-history_ggge {
          width: 37.5%; }
        .p-company .p-history .p-history_list dl dt .p-history_mm {
          width: 25%; }
      .p-company .p-history .p-history_list dl dd {
        width: 70%; }
    @media only screen and (max-width: 750px) {
      .p-company .p-history {
        margin-bottom: 80px; }
        .p-company .p-history .c-title_b {
          margin-bottom: 10px; }
        .p-company .p-history .p-history_list h3 {
          padding: 5px 0;
          font-size: 1.3rem; }
        .p-company .p-history .p-history_list dl {
          padding: 12px 0;
          font-size: 1.2rem;
          line-height: 1.435em; }
          .p-company .p-history .p-history_list dl dt {
            width: 100%; }
            .p-company .p-history .p-history_list dl dt .p-history_yyyy {
              width: auto;
              padding-right: 1em; }
            .p-company .p-history .p-history_list dl dt .p-history_ggge,
            .p-company .p-history .p-history_list dl dt .p-history_mm {
              width: auto; }
          .p-company .p-history .p-history_list dl dd {
            width: 100%; }
          .p-company .p-history .p-history_list dl.is-pc {
            display: none; } }
  .p-company .p-chart {
    margin-bottom: 170px; }
    .p-company .p-chart .c-title_b {
      letter-spacing: 0.43em; }
    @media only screen and (max-width: 750px) {
      .p-company .p-chart {
        margin-bottom: 50px; }
        .p-company .p-chart .c-title_b {
          margin-bottom: 30px; } }
  .p-company .p-jisseki {
    margin-bottom: 200px; }
    .p-company .p-jisseki .c-title_b {
      margin-bottom: 100px;
      letter-spacing: 0.14em; }
    .p-company .p-jisseki .p-jisseki_cont {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      max-width: 800px;
      margin: 0 auto;
      flex-wrap: wrap;
      justify-content: space-between; }
      .p-company .p-jisseki .p-jisseki_cont .p-jisseki_image {
        width: 50%; }
      .p-company .p-jisseki .p-jisseki_cont .p-jisseki_text {
        width: 48%;
        letter-spacing: 0.03em; }
        .p-company .p-jisseki .p-jisseki_cont .p-jisseki_text h3 {
          margin-bottom: 20px;
          padding: 5px;
          background: #fef2cc;
          font-size: 1.9rem;
          text-align: center; }
        .p-company .p-jisseki .p-jisseki_cont .p-jisseki_text .p-jisseki_list {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          margin-bottom: 30px;
          flex-wrap: wrap;
          justify-content: space-between; }
          .p-company .p-jisseki .p-jisseki_cont .p-jisseki_text .p-jisseki_list li {
            width: 20%; }
            .p-company .p-jisseki .p-jisseki_cont .p-jisseki_text .p-jisseki_list li dl {
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              flex-wrap: wrap;
              justify-content: space-between;
              font-size: 1.4rem;
              line-height: 2.214em; }
              .p-company .p-jisseki .p-jisseki_cont .p-jisseki_text .p-jisseki_list li dl dd {
                text-align: right; }
            .p-company .p-jisseki .p-jisseki_cont .p-jisseki_text .p-jisseki_list li:first-of-type {
              width: 37.5%; }
              .p-company .p-jisseki .p-jisseki_cont .p-jisseki_text .p-jisseki_list li:first-of-type dl {
                font-size: 2.3rem; }
        .p-company .p-jisseki .p-jisseki_cont .p-jisseki_text p {
          font-size: 1.4rem;
          text-align: right; }
    @media only screen and (max-width: 750px) {
      .p-company .p-jisseki {
        margin-bottom: 40px;
        padding: 0 10px; }
        .p-company .p-jisseki .c-title_b {
          margin-bottom: 15px; }
        .p-company .p-jisseki .p-jisseki_cont .p-jisseki_image {
          width: 100%;
          padding: 0 30px;
          margin-bottom: 15px; }
        .p-company .p-jisseki .p-jisseki_cont .p-jisseki_text {
          width: 100%; }
          .p-company .p-jisseki .p-jisseki_cont .p-jisseki_text h3 {
            margin-bottom: 5px;
            padding: 5px;
            font-size: 1.6rem;
            line-height: 1; }
          .p-company .p-jisseki .p-jisseki_cont .p-jisseki_text .p-jisseki_list {
            margin-bottom: 5px; }
            .p-company .p-jisseki .p-jisseki_cont .p-jisseki_text .p-jisseki_list li dl {
              font-size: 1.2rem;
              line-height: 1.5em; }
            .p-company .p-jisseki .p-jisseki_cont .p-jisseki_text .p-jisseki_list li:first-of-type dl {
              font-size: 1.9rem; }
          .p-company .p-jisseki .p-jisseki_cont .p-jisseki_text p {
            font-size: 1.4rem; } }
  .p-company .p-shien {
    max-width: 800px;
    margin: 0 auto 120px; }
    .p-company .p-shien .c-title_b {
      margin-bottom: 130px;
      letter-spacing: 0.1em;
      line-height: 1.432em; }
    .p-company .p-shien .c-title_sub {
      margin-bottom: 25px;
      font-size: 2.6rem;
      color: #4e2a12; }
    .p-company .p-shien p {
      line-height: 2.063em;
      letter-spacing: 0.03em; }
    .p-company .p-shien .p-shien_list {
      margin-top: 2em; }
      .p-company .p-shien .p-shien_list .p-shien_list_cont {
        margin-bottom: 2em; }
      .p-company .p-shien .p-shien_list .c-indent01 {
        padding-left: 1em; }
      .p-company .p-shien .p-shien_list .c-indent02 {
        padding-left: 2em; }
      .p-company .p-shien .p-shien_list .c-indent03 {
        padding-left: 3em; }
        .p-company .p-shien .p-shien_list .c-indent03 dl {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-wrap: wrap;
          line-height: 2.063em; }
          .p-company .p-shien .p-shien_list .c-indent03 dl dt {
            width: 15%; }
          .p-company .p-shien .p-shien_list .c-indent03 dl dd {
            width: 85%;
            padding-left: 1em;
            box-sizing: border-box; }
      .p-company .p-shien .p-shien_list .p-shien_list_data dl {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        line-height: 2.063em;
        box-sizing: border-box; }
        .p-company .p-shien .p-shien_list .p-shien_list_data dl dt {
          width: 13em;
          max-width: 40%; }
        .p-company .p-shien .p-shien_list .p-shien_list_data dl dd {
          width: 8em;
          max-width: 30%; }
    @media only screen and (max-width: 750px) {
      .p-company .p-shien {
        margin: 0 auto 50px; }
        .p-company .p-shien .c-title_b {
          margin-bottom: 25px;
          letter-spacing: 0;
          line-height: 1.108em; }
        .p-company .p-shien .c-title_sub {
          margin-bottom: 15px;
          font-size: 1.5rem;
          line-height: 1.478em; }
        .p-company .p-shien p {
          font-size: 1.2rem;
          line-height: 1.478em; }
        .p-company .p-shien .p-shien_list {
          margin-top: 1em; }
          .p-company .p-shien .p-shien_list .p-shien_list_cont {
            margin-bottom: 1em; }
          .p-company .p-shien .p-shien_list .c-indent03 dl {
            font-size: 1.2rem;
            line-height: 1.478em; }
            .p-company .p-shien .p-shien_list .c-indent03 dl dt {
              width: 25%; }
            .p-company .p-shien .p-shien_list .c-indent03 dl dd {
              width: 75%; }
          .p-company .p-shien .p-shien_list .p-shien_list_data dl {
            font-size: 1.2rem;
            line-height: 1.478em; } }
  .p-company .p-company_birth {
    line-height: 1.75; }
    @media only screen and (max-width: 750px) {
      .p-company .p-company_birth {
        line-height: 1.5; } }
    .p-company .p-company_birth .column {
      margin-top: 55px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      @media only screen and (max-width: 750px) {
        .p-company .p-company_birth .column {
          margin-top: 20px;
          display: block; } }
      .p-company .p-company_birth .column > div {
        width: 48.9690721649%; }
        @media only screen and (max-width: 750px) {
          .p-company .p-company_birth .column > div {
            width: auto; } }
        .p-company .p-company_birth .column > div h3 {
          margin-bottom: 10px;
          font-size: 2.8rem;
          font-weight: 500;
          color: #4e2a12;
          line-height: 1.4; }
          @media only screen and (max-width: 750px) {
            .p-company .p-company_birth .column > div h3 {
              font-size: 1.8rem; } }
      .p-company .p-company_birth .column > figure {
        width: 43.2989690722%; }
        @media only screen and (max-width: 750px) {
          .p-company .p-company_birth .column > figure {
            width: auto;
            max-width: 230px;
            margin: 23px auto 0; } }
