@charset "UTF-8";
/* =====================================*/
/* foundation */
/* -------------------------------------*/
/*!
 * CSS Reset 2011-12-25
 * https://gist.github.com/1360380
 *
 * Author:  Takeru Suzuki, http://terkel.jp/
 * License: Public domain
 *
 * Inspired by Normalize.css: http://necolas.github.com/normalize.css/
 */
/* HTML5 display definitions */
section, nav, article, aside, hgroup,
header, footer, figure, figcaption, details {
  display: block; }

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* The root element */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* Sections */
body {
  font-family: sans-serif;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0; }

/* Grouping content */
p, blockquote, dl, dd, figure {
  margin: 0; }

hr {
  color: inherit;
  height: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0; }

ol, ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

address {
  font-style: normal; }

/* Text-level semantics */
a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

strong, b {
  font-weight: bold; }

small {
  font-size: 0.83em; }

q {
  quotes: none; }

abbr[title] {
  border-bottom: 1px dotted; }

code, samp, kbd {
  font-family: monospace, sans-serif; }

mark {
  color: black;
  background-color: yellow; }

sub, sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

br {
  letter-spacing: 0; }

/* Embedded content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

/* Tabular data */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  padding: 0;
  text-align: left; }

th, td {
  text-align: left;
  vertical-align: baseline;
  padding: 0; }

/* Forms */
form {
  margin: 0; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  border: 0;
  *margin-left: -7px; }

input, button, select, textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0; }

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]:focus {
  outline-offset: -2px; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

select {
  background-color: inherit;
  line-height: normal; }

textarea {
  vertical-align: top;
  overflow: auto;
  *font-family: sans-serif; }

HTML5 display definitions
section, nav, article, aside, hgroup,
header, footer, figure, figcaption, details {
  display: block; }

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000000;
  font-size: 95%;
  line-height: 1.6em;
  counter-reset: number;
  width: 100%; }

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

a:link {
  color: #000000; }
a:visited {
  color: #000000; }
a:hover {
  text-decoration: none;
  color: #008cd0;
  opacity: 0.7; }
a:active {
  color: #00f; }

input, textarea {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

p {
  margin: 0px 0px 25px; }

h2, h3, h4 {
  transform: rotate(0.001deg);
  font-weight: 400; }

.pcNo {
  display: none; }

.spNo {
  display: block; }

@media only screen and (max-width: 750px) {
  .pcNo {
    display: block; }

  .spNo {
    display: none; } }
/* =====================================*/
/* layout */
/* -------------------------------------*/
.l_wapper_in {
  width: 1060px;
  margin: 0px auto; }
  @media only screen and (max-width: 750px) {
    .l_wapper_in {
      width: 100%; } }

.l_con_in {
  width: 1060px;
  margin: 0px auto; }
  @media only screen and (max-width: 750px) {
    .l_con_in {
      width: 95%; } }

/* ===========================================*/
/*　ヘッダー　*/
/* -------------------------------------------*/
.l_head {
  margin: 0px auto;
  align-items: center;
  padding: 10px 0px;
  width: 100%;
  z-index: 9999;
  top: 0;
  background: #FFFFFF; }
  .l_head_in {
    display: flex;
    width: 1060px;
    margin: 0px auto; }
    @media only screen and (max-width: 750px) {
      .l_head_in {
        width: 100%; } }
  .l_headLogo {
    margin: 0px 10px 0px 0px;
    display: flex;
    align-items: center;
    width: 40%; }
  .l_headNavi {
    width: 840px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center; }
    @media only screen and (max-width: 750px) {
      .l_headNavi {
        display: none; } }
    .l_headNavi li {
      position: relative;
      height: 93px;
      width: 300px;
      border-right: 1px solid #999999; }
      .l_headNavi li:nth-child(1) {
        border-left: 1px solid #999999; }
      .l_headNavi li a {
        height: 93px;
        font-size: 14px;
        display: inline-block;
        align-items: center;
        display: flex;
        text-align: center;
        justify-content: center;
        text-decoration: none;
        font-weight: bold;
        line-height: 1.3;
        color: #000000; }
        .l_headNavi li a:hover {
          color: #dd9c35; }
      .l_headNavi li.shin a {
        background: #dd9c35;
        margin: 0px 10px;
        color: #fff; }
    @media only screen and (max-width: 750px) {
      .l_headNavi {
        padding: 0px 5px; } }

.pg_int .l_headNavi .nav_jnt a {
  color: #dd9c35; }

.pg_faq .l_headNavi .nav_faq a {
  color: #dd9c35; }

/*=================================================== */
/* sp_navi */
/*--------------------------------------------------- */
@media only screen and (min-width: 750px) {
  nav.menu {
    display: none; } }
@media only screen and (max-width: 750px) {
  .p_footNaviCha {
    bottom: 60%; } }
nav.menu {
  width: 25px;
  height: 30px;
  top: 10px;
  right: 10px;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  z-index: 9999;
  padding: 0px 5px 0px;
  background: #dd9c35;
  border: 2px solid #000; }

@media only screen and (max-width: 750px) {
  .p_footNavi {
    position: fixed;
    bottom: 0px;
    width: auto; }

  nav.menu {
    position: fixed;
    right: 10px; } }
.l_navi {
  max-width: 750px;
  margin: 0px auto;
  position: relative; }

nav .menu1 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  top: 5px;
  position: absolute; }

nav .menu2 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  top: 13px;
  position: absolute; }

nav .menu3 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  top: 21px;
  position: absolute; }

nav .menu1, nav .menu2, nav .menu3 {
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out; }

nav .menuclick1 {
  top: 13px;
  -o-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg); }

nav .menuclick2 {
  background-color: rgba(255, 255, 255, 0); }

nav .menuclick3 {
  top: 13px;
  -o-transform: rotate(-405deg);
  -moz-transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg); }

.c_menu {
  max-width: 735px;
  position: absolute;
  font-weight: bold;
  display: none;
  right: 0px;
  left: 1%;
  top: 40px;
  box-sizing: border-box;
  list-style-type: none;
  background-color: white;
  border: 2px solid #000;
  padding: 10px 20px 10px 20px;
  z-index: 9999; }
  .c_menu .shin {
    background: #442d84; }
    .c_menu .shin a {
      color: #fff; }

@media only screen and (max-width: 750px) {
  .c_menu {
    position: fixed;
    width: 98%; } }
.c_menu li {
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #ddd; }

.c_menu li a {
  display: block;
  padding: 0px 0px 0px 5px;
  line-height: 1.3;
  text-decoration: none; }

.c_menu li:last-child {
  border-bottom: none; }

.c_menu li::after {
  position: absolute;
  content: "";
  top: 30%;
  left: 5px;
  width: 30px;
  height: 20px;
  margin-top: -5px;
  background-size: 10px 10px;
  background: url(../img/nav_icon.png);
  background-size: 10px 10px;
  background-size: cover; }

.c_menuSub {
  font-size: 90%;
  padding: 10px 10px 10px 30px !important; }

.c_menuSub::after {
  position: absolute !important;
  content: "";
  top: 30% !important;
  left: 25px !important;
  width: 38px !important;
  height: 20px !important;
  margin-top: -5px !important;
  background-size: 10px 10px !important;
  background: url(../img/nav_icon_sub.png) !important;
  background-size: 10px 10px !important;
  background-size: cover !important; }

/* =====================================*/
/*　foooter　*/
/* -------------------------------------*/
.l_foot {
  background: #000;
  text-align: center;
  color: #FFFFFF;
  font-size: 90%;
  padding: 5px; }
  .l_foot a {
    color: #FFFFFF; }
  .l_footCopy {
    font-size: 12px; }

.l_sideNav {
  border: 1px solid #ccc;
  margin: 10px 0px 10px;
  padding: 1px; }
  .l_sideNavttl {
    font-family: "Noto Sans Japanese";
    font-size: 18px;
    text-align: center;
    padding: 25px 5px;
    color: #FFFFFF;
    background: #dd9c35; }
  .l_sideNavLst li {
    border-bottom: 1px solid #CCCCCC; }
    .l_sideNavLst li a {
      display: block;
      position: relative;
      padding: 15px 15px 15px 45px; }
    .l_sideNavLst li a {
      color: #000000; }
    .l_sideNavLst li a:before {
      left: 15px;
      content: '';
      width: 16px;
      position: absolute;
      top: 18px;
      height: 16px;
      background: url(../images/common/side_navi_icon.png) no-repeat center center; }
  .l_sideNavLst .sub-menu {
    font-size: 80%; }
    .l_sideNavLst .sub-menu li {
      border-top: 1px solid #CCCCCC;
      border-bottom: none; }
      .l_sideNavLst .sub-menu li a {
        padding: 7px 7px 7px 55px; }
      .l_sideNavLst .sub-menu li a:before {
        left: 30px;
        content: '';
        width: 16px;
        position: absolute;
        top: 12px;
        height: 16px;
        background: url(../images/common/side_navi_icon.png) no-repeat center center;
        background-size: 60%; }

/* =====================================*/
/* object */
/* -------------------------------------*/
/* component */
/* -------------------------------------*/
.c_pankuzu {
  background: #f3f3f3;
  margin: 0px 0px 20px; }
  .c_pankuzuLst {
    width: 1060px;
    margin: 0px auto;
    display: flex;
    font-size: 12px; }
    @media only screen and (max-width: 750px) {
      .c_pankuzuLst {
        width: 100%; } }

/*=================================================== */
/* タイトル */
/*--------------------------------------------------- */
.c_pgTtl {
  text-align: center;
  font-size: 35px;
  line-height: 1.5;
  font-weight: bold;
  padding: 10px 0px;
  background: #dd9c35;
  color: #fff; }
  @media only screen and (max-width: 750px) {
    .c_pgTtl {
      font-size: 18px; } }

.c_pgTtlLv2 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  padding: 10px 0px;
  color: #000000;
  border-bottom: 1px solid #ccc;
  margin: 0px 0px 20px; }

.c_ichiBtn {
  text-align: center;
  margin: 30px 0px 40px; }
  .c_ichiBtn a {
    font-size: 17px;
    border: 2px solid #dd9c35;
    padding: 15px 90px;
    display: inline-block;
    color: #dd9c35;
    text-decoration: none;
    font-weight: bold; }
    @media only screen and (max-width: 750px) {
      .c_ichiBtn a {
        padding: 15px 30px; } }
    .c_ichiBtn a:hover {
      background: #dd9c35;
      color: #FFFFFF;
      opacity: 1;
      transition: background-color 0.3s; }

.c_secReadTtl {
  position: relative;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 15px;
  color: #000000;
  font-size: 20px;
  font-weight: bold; }
  @media only screen and (max-width: 750px) {
    .c_secReadTtl {
      margin: 20px 0px 15px 0px; } }
  .c_secReadTtl:before {
    content: '';
    display: inline-block;
    width: 5px;
    top: -5px;
    left: 0px;
    height: 35px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background: #3b1e87;
    background-size: contain;
    vertical-align: middle;
    position: absolute; }
.c_secReadTxt {
  margin: 0px 0px 20px; }
  @media only screen and (max-width: 750px) {
    .c_secReadTxt {
      margin: 10px 0px 0; } }
  @media only screen and (max-width: 750px) {
    .c_secReadTxt p {
      margin: 0px 0px 10px; } }
  .c_secReadTxt.siro {
    color: #FFFFFF; }

.c_lnks {
  display: flex;
  flex-flow: wrap;
  width: 700px; }
  @media only screen and (max-width: 750px) {
    .c_lnks {
      width: 100%;
      display: block; } }
  .c_lnksBox {
    width: 340px;
    margin: 0px 0px 30px 10px;
    background: #FFFFFF;
    box-sizing: border-box; }
    @media only screen and (max-width: 750px) {
      .c_lnksBox {
        width: 100%;
        margin: 0 0 5px; } }
  .c_lnksLst {
    display: flex;
    flex-flow: wrap;
    text-align: center;
    justify-content: space-between; }
    @media only screen and (max-width: 750px) {
      .c_lnksLst {
        margin-bottom: 0px; } }
    @media only screen and (max-width: 750px) {
      .c_lnksLst li {
        width: 50%;
        margin-bottom: 10px; } }
    .c_lnksLst a {
      display: inline-block;
      width: 160px;
      color: #FFFFFF;
      margin: 0px 0px 10px 5px;
      padding: 5px;
      background: #999999;
      box-sizing: border-box;
      text-decoration: none;
      font-weight: bold;
      border-radius: 5px; }
@media only screen and (max-width: 750px) and (max-width: 750px) {
  .c_lnksLst a {
    width: 90%;
    margin: 0px; } }

      .p_topShoku .c_lnksLst a {
        margin: 0px 0px 10px 0px; }
    .c_lnksLst .ttl {
      width: 335px;
      background: #fcc875;
      padding: 5px;
      margin-bottom: 10px;
      font-weight: bold;
      position: relative; }
      @media only screen and (max-width: 750px) {
        .c_lnksLst .ttl {
          width: 100%; } }
      .c_lnksLst .ttl:before {
        width: 5px;
        top: -20px;
        left: -8px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        vertical-align: middle;
        position: absolute;
        width: 63px;
        height: 63px; }
        @media only screen and (max-width: 750px) {
          .c_lnksLst .ttl:before {
            top: -10px;
            width: 50px;
            height: 50px; } }
      .c_lnksLst .ttl.lunch:before {
        content: '';
        display: inline-block;
        background: url(../images/top/top_jikan_time_lunch.png);
        background-size: contain; }
      .c_lnksLst .ttl.dinner:before {
        content: '';
        display: inline-block;
        background: url(../images/top/top_jikan_time_dinner.png);
        background-size: contain; }
      .c_lnksLst .ttl.shinya:before {
        content: '';
        display: inline-block;
        background: url(../images/top/top_jikan_time_shinya.png);
        background-size: contain; }
      .c_lnksLst .ttl.junbi:before {
        content: '';
        display: inline-block;
        background: url(../images/top/top_jikan_time_junbi.png);
        width: 98px;
        height: 64px;
        background-size: contain; }
        @media only screen and (max-width: 750px) {
          .c_lnksLst .ttl.junbi:before {
            top: -10px;
            width: 77px;
            height: 50px; } }
      .p_topShoku .c_lnksLst .ttl {
        background: #dd9c35;
        color: #FFFFFF;
        background-size: contain; }
      .c_lnksLst .ttl a {
        border-radius: 0px; }
@media only screen and (max-width: 750px) and (max-width: 750px) {
  .c_lnksLst .ttl a {
    width: 95%;
    margin: 0 auto 0px;
    box-sizing: border-box; } }

    .c_lnksLst .long {
      width: 100%; }
      .c_lnksLst .long a {
        width: 97%;
        margin: 0px 0px 10px; }
        @media only screen and (max-width: 750px) {
          .c_lnksLst .long a {
            margin: 0px; } }
        .p_topShoku .c_lnksLst .long a {
          width: 100%; }

/*=================================================== */
/* よくある質問 */
/*--------------------------------------------------- */
.c_faq {
  line-height: 1.5; }
  .c_faq dt {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
    color: #dd9c35;
    position: relative;
    padding: 0px 0px 0px 40px; }
    .c_faq dt:before {
      position: absolute;
      content: '';
      background: url(../images/interview/q_icon.png);
      top: 0px;
      left: 0px;
      display: block;
      font-size: 18px;
      font-weight: bold;
      width: 30px;
      height: 30px;
      background-size: cover; }
  .c_faq dd {
    margin-bottom: 30px;
    position: relative;
    padding: 0px 0px 0px 40px; }
    .c_faq dd:before {
      position: absolute;
      content: '';
      background: url(../images/interview/a_icon.png);
      top: 0px;
      left: 0px;
      display: block;
      font-size: 18px;
      font-weight: bold;
      width: 30px;
      height: 30px;
      background-size: cover; }

/* project */
/* -------------------------------------*/
/*=================================================== */
/* top */
/*--------------------------------------------------- */
/* メイン画像 */
/*--------------------------------------------------- */
.p_topMain {
  line-height: 0;
  background: #ffffff; }
  .p_topMain_in {
    text-align: center;
    width: 1156px;
    margin: 0px auto; }
    @media only screen and (max-width: 750px) {
      .p_topMain_in {
        width: 100%; } }
    .p_topMain_in .pc {
      display: block; }
      @media only screen and (max-width: 750px) {
        .p_topMain_in .pc {
          display: none; } }
    .p_topMain_in .sp {
      display: none; }
      @media only screen and (max-width: 750px) {
        .p_topMain_in .sp {
          display: block;
          width: 100%;
          height: auto; } }

@media only screen and (max-width: 750px) {
  .slick-next {
    right: 5px !important; } }

@media only screen and (max-width: 750px) {
  .slick-prev {
    left: 5px !important;
    z-index: 90; } }

/* 採用の流れ */
/*--------------------------------------------------- */
.p_topFlow {
  background: #f2f3ee; }
  .p_topFlow.pcNo {
    margin: 10px 0px 20px;
    padding: 10px; }
  .p_topFlowLst {
    text-align: center;
    display: flex;
    width: 1060px;
    margin: 0px auto 18px;
    padding: 20px 0px;
    justify-content: space-around; }
    @media only screen and (max-width: 750px) {
      .p_topFlowLst {
        width: 100%;
        flex-flow: wrap; } }
    .p_topFlowLst li {
      display: block; }
      @media only screen and (max-width: 750px) {
        .p_topFlowLst li {
          width: 47%; } }
      .p_topFlowLst li.li-sp {
        display: none; }
        @media only screen and (max-width: 750px) {
          .p_topFlowLst li.li-sp {
            display: block;
            background: #FFFFFF;
            border: 2px solid #dd9c35;
            padding: 10px;
            width: 85%;
            margin: 0px auto 15px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px; } }
        @media only screen and (max-width: 750px) {
          .p_topFlowLst li.li-sp:before {
            border-left: 30px solid transparent;
            border-right: 30px solid transparent;
            border-top: 30px solid black; } }
    .p_topFlowLstTtl {
      display: none; }
      @media only screen and (max-width: 750px) {
        .p_topFlowLstTtl {
          display: none; } }
      .p_topFlowLstTtl-sp {
        display: none !important; }
        @media only screen and (max-width: 750px) {
          .p_topFlowLstTtl-sp {
            width: 95% !important;
            display: block !important;
            color: #FFFFFF;
            background: #dd9c35;
            text-align: center;
            margin-bottom: 10px;
            padding: 5px;
            width: 95%;
            margin: 0px auto 10px;
            font-weight: bold; } }
  .p_topFlowNav {
    display: flex;
    width: 95% !important;
    margin: 10px auto 0px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center; }
    .p_topFlowNav li {
      width: 49%; }
      .p_topFlowNav li a {
        background: #cd9034;
        height: 43px;
        font-size: 14px;
        align-items: center;
        display: flex;
        text-align: center;
        justify-content: center;
        text-decoration: none;
        font-weight: bold;
        line-height: 1.3;
        color: #ffffff; }

/*  */
/*--------------------------------------------------- */
.p_sec_in {
  width: 1060px;
  margin: 0px auto; }
  @media only screen and (max-width: 750px) {
    .p_sec_in {
      width: 95%;
      padding: 0px 5px;
      box-sizing: border-box; } }

/* あなたに合った仕事を探す */
/*--------------------------------------------------- */
.p_topAna_in {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between; }
.p_topAna-top {
  width: 336px;
  border: 2px solid #fff;
  margin-bottom: 10px; }
  @media only screen and (max-width: 750px) {
    .p_topAna-top {
      width: 100%; } }
.p_topAnaBox {
  width: 336px;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative; }
  @media only screen and (max-width: 750px) {
    .p_topAnaBox {
      width: 100%;
      background-position: 0px 55px;
      text-align: center; } }
  .p_topAnaBox h3 {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    right: 10px; }
    @media only screen and (max-width: 750px) {
      .p_topAnaBox h3 {
        top: 10px;
        font-size: 18px;
        margin: 0px 0px 0px 10px; } }
    @media only screen and (max-width: 750px) {
      .p_topAnaBox h3 br {
        display: none; } }
  .p_topAnaBoxImg {
    line-height: 0; }
  .p_topAnaBoxBtn {
    width: 100%; }
    @media only screen and (max-width: 750px) {
      .p_topAnaBoxBtn {
        left: 5px;
        right: 5px; } }

/* 働く時間から探す */
/*--------------------------------------------------- */
.p_topJikan {
  background: #f2f3ee; }
  .p_topJikan_in {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px; }
    @media only screen and (max-width: 750px) {
      .p_topJikan_in {
        display: block;
        display: block;
        padding: 20px 5px;
        box-sizing: border-box; } }
  .p_topJikan-top {
    width: 345px; }
    .p_topJikan-topTxt {
      margin: 35px 0px 0px; }

/* 職種から探す */
/*--------------------------------------------------- */
.p_topShoku_in {
  width: 1160px;
  display: flex;
  justify-content: space-between;
  padding: 30px 0px; }
  @media only screen and (max-width: 750px) {
    .p_topShoku_in {
      width: 100%;
      display: block;
      display: block;
      padding: 20px 5px;
      box-sizing: border-box; } }
.p_topShoku-top {
  width: 345px; }

/* ブランドから探す */
/*--------------------------------------------------- */
.p_topBrand {
  background: #f2f3ee; }
  .p_topBrand_in {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px; }
    @media only screen and (max-width: 750px) {
      .p_topBrand_in {
        display: block;
        display: block;
        padding: 20px 5px;
        box-sizing: border-box; } }
  .p_topBrandHead {
    width: 350px; }
    @media only screen and (max-width: 750px) {
      .p_topBrandHead {
        width: 100%; } }
  .p_topBrandDay {
    display: flex;
    flex-flow: wrap; }
    @media only screen and (max-width: 750px) {
      .p_topBrandDay {
        margin-bottom: 30px; } }
    .p_topBrandDayTtl {
      text-align: center;
      background: #dd9c35;
      text-align: center;
      color: #000000;
      font-weight: bold;
      padding: 10px 0px;
      font-size: 18px;
      margin-bottom: 2px; }
      @media only screen and (max-width: 750px) {
        .p_topBrandDayTtl {
          margin-bottom: 5px;
          margin-top: 20px; } }
    .p_topBrandDay li {
      width: 49%;
      text-align: center;
      border: 1px dashed #ccc;
      margin: 1px 0.861% 1px 0px; }
      @media only screen and (max-width: 750px) {
        .p_topBrandDay li {
          width: 48.5%; } }
      .p_topBrandDay li:nth-child(even) {
        margin-right: 0px; }
      .p_topBrandDay li a {
        background: #FFFFFF;
        display: block;
        padding: 7px;
        font-weight: bold;
        text-decoration: none;
        color: #000000; }
  .p_topBrandLst {
    width: 685px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between; }
    @media only screen and (max-width: 750px) {
      .p_topBrandLst {
        width: 100%; } }
    .p_topBrandLst li {
      width: 32.33333%; }
      .p_topBrandLst li img {
        width: 75%; }
      .p_topBrandLst li a {
        text-align: center;
        border: 1px solid #ccc;
        margin: 0px 0px 10px;
        background: #fff;
        display: block; }

/* 場所から探す */
/*--------------------------------------------------- */
.p_topMap_in {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px; }
  @media only screen and (max-width: 750px) {
    .p_topMap_in {
      display: block;
      display: block;
      padding: 20px 5px;
      box-sizing: border-box; } }
.p_topMap .c_secReadTxt {
  margin-bottom: 70px; }
  @media only screen and (max-width: 750px) {
    .p_topMap .c_secReadTxt {
      margin-bottom: 20px; } }
.p_topMap-top {
  width: 345px; }
.p_topMapSagasu {
  margin-bottom: 30px; }
  .p_topMapSagasu a {
    background: #dd9c35;
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px 0px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    position: relative; }
    .p_topMapSagasu a:after {
      background-image: url(../images/top/map_search_icon.png);
      background-size: auto;
      background-repeat: no-repeat;
      position: absolute;
      content: '';
      top: 17px;
      right: 55px;
      display: block;
      width: 26px;
      height: 23px; }
      @media only screen and (max-width: 750px) {
        .p_topMapSagasu a:after {
          right: 6%; } }
.p_topMapSearchTtl {
  font-size: 20px;
  font-weight: bold;
  color: #dd9c35; }
.p_topMapSearch input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
  margin-top: 5px;
  border-radius: 3px; }

/*=================================================== */
/* インタビュー */
/*--------------------------------------------------- */
.p_intePro {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 10px; }
  @media only screen and (max-width: 750px) {
    .p_intePro {
      padding: 5px;
      display: block;
      box-sizing: border-box;
      margin: 0px 5px 15px; } }
  .p_inteProImg {
    margin: 0px 30px 0px 0px;
    line-height: 0;
    width: 30%; }
    @media only screen and (max-width: 750px) {
      .p_inteProImg {
        width: 100%;
        margin: 0px 0px 20px; } }
  .p_inteProTxt {
    line-height: 1.3;
    width: 70%; }
    @media only screen and (max-width: 750px) {
      .p_inteProTxt {
        width: 100%;
        margin: 0px 0px 0px; } }
    .p_inteProTxtCatc {
      font-size: 35px;
      margin: 0px 0px 20px;
      font-weight: 800; }
      @media only screen and (max-width: 750px) {
        .p_inteProTxtCatc {
          font-size: 18px;
          margin: 0px 0px 10px; } }
    .p_inteProTxtName {
      font-size: 20px;
      margin: 0px 0px 10px; }
      @media only screen and (max-width: 750px) {
        .p_inteProTxtName {
          font-size: 18px; } }
    .p_inteProTxtTenpo {
      font-size: 20px;
      margin: 0px 0px 10px; }
      @media only screen and (max-width: 750px) {
        .p_inteProTxtTenpo {
          font-size: 18px; } }
    .p_inteProTxtTanto {
      font-size: 20px;
      margin: 0px 0px 20px; }
      @media only screen and (max-width: 750px) {
        .p_inteProTxtTanto {
          font-size: 18px; } }
    .p_inteProTxtCatc2 {
      font-size: 20px;
      font-weight: bold;
      margin: 0px 0px 20px; }
      @media only screen and (max-width: 750px) {
        .p_inteProTxtCatc2 {
          font-size: 18px; } }
.p_inteOther {
  background: #f3f3f3;
  padding: 30px 0px 30px; }
  .p_inteOtherTtl {
    text-align: center;
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0px 0px 30px; }
    @media only screen and (max-width: 750px) {
      .p_inteOtherTtl {
        font-size: 20px; } }
  .p_inteOtherLst {
    flex-flow: wrap;
    display: flex;
    justify-content: left; }
    .p_inteOtherLstBox {
      width: 19.5%;
      margin: 0px 0.5% 0.5% 0;
      text-align: center; }
      @media only screen and (max-width: 750px) {
        .p_inteOtherLstBox {
          width: 49.5%; } }
      .p_inteOtherLstBox:nth-child(5n+2):last-child {
        margin-left: auto;
        margin-right: 62%; }
      .p_inteOtherLstBox a {
        border: 1px solid #ccc;
        padding: 10px;
        box-sizing: border-box;
        display: block;
        background: #FFFFFF;
        text-decoration: none; }
        @media only screen and (max-width: 750px) {
          .p_inteOtherLstBox a {
            margin: 0px 0px 5px; } }
      .p_inteOtherLstBox .tenpo {
        font-weight: bold;
        margin: 0px 0px 5px; }
      .p_inteOtherLstBox .name {
        font-size: 12px; }
      .p_inteOtherLstBox .img {
        line-height: 0; }
      .p_inteOtherLstBox .lnk {
        background: #dd9c35;
        color: #fff;
        font-size: 14px;
        border-radius: 4px;
        padding: 0px 0px 2px; }
.p_inteBox {
  margin-bottom: 30px; }
  .p_inteBoxTtl {
    width: 49%;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px; }
    @media only screen and (max-width: 750px) {
      .p_inteBoxTtl {
        width: 100%;
        font-size: 18px; } }
  .p_inteBoxImg {
    width: 45%; }
    @media only screen and (max-width: 750px) {
      .p_inteBoxImg {
        width: 100%; } }
    .p_inteBoxImg_full {
      text-align: center; }
      .p_inteBoxImg_full img {
        width: 100%;
        height: auto; }
  .p_inteBoxTxt {
    width: 48%; }
    @media only screen and (max-width: 750px) {
      .p_inteBoxTxt {
        width: 98%;
        margin: 0px auto; } }
  .p_inteBox .fr {
    float: right; }
    @media only screen and (max-width: 750px) {
      .p_inteBox .fr {
        float: none; } }
  .p_inteBox .fl {
    float: left; }
    @media only screen and (max-width: 750px) {
      .p_inteBox .fl {
        float: none; } }

/* その他のInterview */
.pg_homewife .p_inteOtherLstBox .active {
  background: #f3dee5; }

.pg_senior .p_inteOtherLstBox .active {
  background: #e4cfe0; }

.pg_student .p_inteOtherLstBox .active {
  background: #d6eaf1; }

.pg_free .p_inteOtherLstBox .active {
  background: #ccf1e0; }

.pg_ex .p_inteOtherLstBox .active {
  background: #fcd3bf; }

/* 各ページ色変更 */
/*--------------------------------------------------- */
.pg_homewife .c_pgTtl {
  background: #ec7a91; }
.pg_homewife .p_inteOtherLstBox .lnk {
  background: #ec7a91; }
.pg_homewife .c_ichiBtn a {
  border: 2px solid #ec7a91; }
.pg_homewife .c_ichiBtn a {
  border: 2px solid #ec7a91;
  color: #ec7a91; }
.pg_homewife .c_ichiBtn a:hover {
  background: #ec7a91; }
.pg_homewife .c_faq dt {
  color: #ec7a91; }

.pg_senior .c_pgTtl {
  background: #b86ea9; }
.pg_senior .p_inteOtherLstBox .lnk {
  background: #b86ea9; }
.pg_senior .c_ichiBtn a {
  border: 2px solid #b86ea9; }
.pg_senior .c_ichiBtn a {
  border: 2px solid #b86ea9;
  color: #b86ea9; }
.pg_senior .c_ichiBtn a:hover {
  background: #b86ea9; }
.pg_senior .c_faq dt {
  color: #b86ea9; }

.pg_student .c_pgTtl {
  background: #6ec4db; }
.pg_student .p_inteOtherLstBox .lnk {
  background: #6ec4db; }
.pg_student .c_ichiBtn a {
  border: 2px solid #6ec4db; }
.pg_student .c_ichiBtn a {
  border: 2px solid #6ec4db;
  color: #6ec4db; }
.pg_student .c_ichiBtn a:hover {
  background: #6ec4db; }
.pg_student .c_faq dt {
  color: #6ec4db; }

.pg_free .c_pgTtl {
  background: #66ab8c; }
.pg_free .p_inteOtherLstBox .lnk {
  background: #66ab8c; }
.pg_free .c_ichiBtn a {
  border: 2px solid #66ab8c; }
.pg_free .c_ichiBtn a {
  border: 2px solid #66ab8c;
  color: #66ab8c; }
.pg_free .c_ichiBtn a:hover {
  background: #66ab8c; }
.pg_free .c_faq dt {
  color: #66ab8c; }

.pg_ex .c_pgTtl {
  background: #c66636; }
.pg_ex .p_inteOtherLstBox .lnk {
  background: #c66636; }
.pg_ex .c_ichiBtn a {
  border: 2px solid #c66636; }
.pg_ex .c_ichiBtn a {
  border: 2px solid #c66636;
  color: #c66636; }
.pg_ex .c_ichiBtn a:hover {
  background: #c66636; }
.pg_ex .c_faq dt {
  color: #c66636; }

/*=================================================== */
/* 1day */
/*--------------------------------------------------- */
.p_onedayLogo {
  display: none;
  text-align: center; }
.p_onedayPro {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 10px; }
  @media only screen and (max-width: 750px) {
    .p_onedayPro {
      padding: 5px;
      display: block;
      box-sizing: border-box;
      margin: 0px 5px 15px; } }
  .p_onedayProImg {
    margin: 0px 30px 0px 0px;
    line-height: 0;
    width: 30%; }
    @media only screen and (max-width: 750px) {
      .p_onedayProImg {
        width: 100%;
        margin: 0px 0px 20px; } }
  .p_onedayProTxt {
    line-height: 1.3;
    width: 70%; }
    @media only screen and (max-width: 750px) {
      .p_onedayProTxt {
        width: 100%;
        margin: 0px 0px 0px; } }
    .p_onedayProTxtCatc {
      font-size: 35px;
      margin: 0px 0px 20px;
      font-weight: 800; }
      @media only screen and (max-width: 750px) {
        .p_onedayProTxtCatc {
          font-size: 18px;
          margin: 0px 0px 10px; } }
    .p_onedayProTxtName {
      font-size: 20px;
      margin: 0px 0px 10px; }
      @media only screen and (max-width: 750px) {
        .p_onedayProTxtName {
          font-size: 18px; } }
    .p_onedayProTxtTenpo {
      font-size: 20px;
      margin: 0px 0px 10px; }
      @media only screen and (max-width: 750px) {
        .p_onedayProTxtTenpo {
          font-size: 18px; } }
    .p_onedayProTxtTanto {
      font-size: 20px;
      margin: 0px 0px 20px; }
      @media only screen and (max-width: 750px) {
        .p_onedayProTxtTanto {
          font-size: 18px; } }
    .p_onedayProTxtCatc2 {
      font-size: 20px;
      font-weight: bold;
      margin: 0px 0px 20px; }
      @media only screen and (max-width: 750px) {
        .p_onedayProTxtCatc2 {
          font-size: 18px; } }
.p_onedayBox {
  margin-bottom: 30px;
  border: 1px solid #dd9c35;
  padding: 1px;
  box-sizing: border-box;
  position: relative;
  margin: 25px 0px 65px; }
  @media only screen and (max-width: 750px) {
    .p_onedayBox {
      margin: 25px 0px 10%; } }
  .p_onedayBox:before {
    content: "";
    position: absolute;
    bottom: -23%;
    right: 47%;
    margin-top: -12px;
    width: 0px;
    border-color: #dd9c35;
    border-style: solid;
    border-width: 30px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent; }
    @media only screen and (max-width: 750px) {
      .p_onedayBox:before {
        border-width: 20px;
        bottom: -8.5%;
        right: 42%; } }
  .p_onedayBox.last:before {
    display: none; }
  .p_onedayBoxTtl {
    width: 49%;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px; }
    @media only screen and (max-width: 750px) {
      .p_onedayBoxTtl {
        width: 100%;
        font-size: 18px; } }
  .p_onedayBoxImg {
    width: 45%;
    line-height: 0; }
    @media only screen and (max-width: 750px) {
      .p_onedayBoxImg {
        width: 100%; } }
    .p_onedayBoxImg_full {
      text-align: center; }
      .p_onedayBoxImg_full img {
        width: 100%;
        height: auto; }
  .p_onedayBoxTxt {
    width: 48%;
    padding: 26px 36px 0px; }
    @media only screen and (max-width: 750px) {
      .p_onedayBoxTxt {
        width: 98%;
        margin: 0px auto;
        padding: 0px 0px 0px 60px;
        padding: 10px;
        box-sizing: border-box; } }
    .p_onedayBoxTxt .time {
      color: #dd9c35;
      font-size: 30px;
      font-weight: 700;
      line-height: 1.5;
      position: relative; }
      @media only screen and (max-width: 750px) {
        .p_onedayBoxTxt .time {
          padding: 0px 0px 0px 60px; } }
      .p_onedayBoxTxt .time.timeLe:after {
        top: -45px;
        left: -80px; }
        @media only screen and (max-width: 750px) {
          .p_onedayBoxTxt .time.timeLe:after {
            top: 10%;
            left: -8px; } }
      .p_onedayBoxTxt .time.timeRi:after {
        top: -45px;
        right: -80px; }
        @media only screen and (max-width: 750px) {
          .p_onedayBoxTxt .time.timeRi:after {
            top: 10%;
            left: -8px; } }
      .p_onedayBoxTxt .time.time10:after {
        background-image: url(../images/one_day/tokei_15.png); }
      .p_onedayBoxTxt .time.time11:after {
        background-image: url(../images/one_day/tokei_15.png); }
      .p_onedayBoxTxt .time.time12:after {
        background-image: url(../images/one_day/tokei_15.png); }
      .p_onedayBoxTxt .time.time13:after {
        background-image: url(../images/one_day/tokei_15.png); }
      .p_onedayBoxTxt .time.time14:after {
        background-image: url(../images/one_day/tokei_15.png); }
      .p_onedayBoxTxt .time.time15:after {
        background-image: url(../images/one_day/tokei_15.png); }
      .p_onedayBoxTxt .time.time16:after {
        background-image: url(../images/one_day/tokei_15.png); }
      .p_onedayBoxTxt .time.time17:after {
        background-image: url(../images/one_day/tokei_15.png); }
      .p_onedayBoxTxt .time.time18:after {
        background-image: url(../images/one_day/tokei_15.png); }
      .p_onedayBoxTxt .time.time19:after {
        background-image: url(../images/one_day/tokei_15.png); }
      .p_onedayBoxTxt .time.time20:after {
        background-image: url(../images/one_day/tokei_15.png); }
      .p_onedayBoxTxt .time.time21:after {
        background-image: url(../images/one_day/tokei_15.png); }
      .p_onedayBoxTxt .time.icon:after {
        position: absolute;
        content: '';
        display: block;
        width: 74px;
        height: 74px;
        background-size: contain;
        background-repeat: no-repeat; }
        @media only screen and (max-width: 750px) {
          .p_onedayBoxTxt .time.icon:after {
            width: 55px; } }
    .p_onedayBoxTxt .ttl {
      color: #dd9c35;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 20px;
      border-bottom: 1px solid #dd9c35;
      padding: 0px 0px 20px; }
      @media only screen and (max-width: 750px) {
        .p_onedayBoxTxt .ttl {
          padding: 0px 0px 20px 60px; } }
  .p_onedayBox .fr {
    float: right; }
    @media only screen and (max-width: 750px) {
      .p_onedayBox .fr {
        float: none; } }
  .p_onedayBox .fl {
    float: left; }
    @media only screen and (max-width: 750px) {
      .p_onedayBox .fl {
        float: none; } }

/*=================================================== */
/* 声 */
/*--------------------------------------------------- */
.p_voice {
  width: 1160px;
  margin: 0 auto; }
  .p_voiceTtl {
    text-align: center;
    padding: 2rem 0;
    border-top: 2px solid #ff1f45;
    border-bottom: 2px solid #ff1f45;
    margin-bottom: 2rem; }
  .p_voice-in {
    display: flex; }
  .p_voice-l {
    width: 50%; }
  .p_voice-r {
    width: 50%; }

/*=================================================== */
/* プレゼント*/
/*--------------------------------------------------- */
.pc {
  display: block !important; }

.sp {
  display: none !important; }

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
.p_rec {
  width: 1160px;
  margin: 0 auto; }
  @media only screen and (max-width: 750px) {
    .p_rec {
      width: 100%; } }
  .p_recMain {
    margin-bottom: 7rem; }
    @media only screen and (max-width: 750px) {
      .p_recMain {
        margin-bottom: 0; } }
    @media only screen and (max-width: 750px) {
      .p_recMain img {
        width: 100%;
        height: auto; } }
	.p_recMain p {
		color: #da3915;
		text-align: center;
		font-weight: bold;
		font-size: 42px;
		margin-top: 10px;
        line-height: 50px;
	}
    @media only screen and (max-width: 480px) {
	.p_recMain p {
		font-size: 15px;
	} 
    }

  .p_recBtn {
    text-align: center;
    margin: 2rem 0; }
    @media only screen and (max-width: 750px) {
      .p_recBtn {
        margin: 2rem 0.5rem; } }
    .p_recBtn img {
      margin: 0 auto; }
  .p_recRead {
    margin-bottom: 1rem;
    position: relative; }
    @media only screen and (max-width: 750px) {
      .p_recRead {
        display: none; } }
    .p_recRead:after {
      content: "";
      display: inline-block;
      width: 370px;
      height: 295px;
      background: url(../images/top/read_hito.png) no-repeat;
      background-size: contain;
      position: absolute;
      top: -45px;
      right: -70px; }
      @media only screen and (max-width: 1024px) {
        .p_recRead:after {
          right: 0px; } }
    .p_recReadSho {
      padding: 1rem 1rem 0;
      font-weight: bold;
      background: #fcd68d;
      margin: 0 0 2rem; }
      .p_recReadSho .txt1 {
        font-size: 2rem;
        line-height: 1.3;
        position: relative;
        padding: 0 0 0 185px;
        margin: 0 0 1rem 0; }
        .p_recReadSho .txt1:after {
          content: "";
          display: inline-block;
          width: 166px;
          height: 166px;
          background: url("../images/top/read_icon.png") no-repeat;
          background-size: contain;
          position: absolute;
          top: -100px;
          left: 0; }
      .p_recReadSho .txt2 {
        font-size: 3rem;
        color: #3b1e88;
        line-height: 1.3;
        font-weight: 900;
        padding: 1rem 0 1rem 50px; }
      .p_recReadSho .txt3 {
        padding: 0 20rem 1rem 50px;
        font-size: 1.3rem;
        line-height: 1.4; }
      .p_recReadSho strong {
        font-weight: 900;
        text-decoration: underline; }
    .p_recReadPre {
      font-weight: bold;
      font-size: 2.7rem;
      line-height: 1.3;
      font-style: italic;
      color: #ff3064;
      font-weight: 900;
      position: relative;
      padding: 0 0 0 10rem; }
      .p_recReadPre strong {
        font-weight: 900;
        text-decoration: underline; }
      .p_recReadPre:after {
        content: "";
        display: inline-block;
        width: 17em;
        height: 3em;
        background: url("../images/top/maitsuki_ttl.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: 0px;
        left: 0; }
  .p_recVoi {
    margin-bottom: 2rem; }
    @media only screen and (max-width: 750px) {
      .p_recVoi {
        margin: 0 1rem; } }
    .p_recVoiPho {
      margin-bottom: 2rem; }
      @media only screen and (max-width: 750px) {
        .p_recVoiPho {
          margin-bottom: 2rem; } }
    .p_recVoiTtl {
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.5;
      border-top: 3px solid #ff3064;
      border-bottom: 3px solid #ff3064;
      padding: 0.7rem 0;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 750px) {
        .p_recVoiTtl {
          font-size: 1.5rem;
          line-height: 1.3;
          margin-bottom: 1.5rem; } }
      .p_recVoiTtl span {
        font-size: 3rem;
        color: #ff3064; }
        @media only screen and (max-width: 750px) {
          .p_recVoiTtl span {
            font-size: 2rem;
            display: block; } }
    .p_recVoi-in {
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 750px) {
        .p_recVoi-in {
          display: block; } }
    .p_recVoi-r {
      width: 48%; }
      @media only screen and (max-width: 750px) {
        .p_recVoi-r {
          width: 100%; } }
      .p_recVoi-r dl {
        margin-bottom: 1rem; }
        .p_recVoi-r dl dt {
          font-size: 1.2rem;
          font-weight: bold;
          margin-bottom: 0.5rem;
          color: #ff3064; }
    .p_recVoi-l {
      width: 48%; }
      @media only screen and (max-width: 750px) {
        .p_recVoi-l {
          width: 100%; } }
    .p_recVoiSho {
      display: flex;
      justify-content: space-between;
      align-items: baseline; }
      .p_recVoiShoBox {
        display: flex;
        align-items: flex-end;
        margin-bottom: 1rem; }
        .p_recVoiShoBox .img {
          margin-right: 1rem; }
          @media only screen and (max-width: 750px) {
            .p_recVoiShoBox .img {
              width: 90px; } }
          .p_recVoiShoBox .img img {
            width: 100px;
            height: auto; }
        .p_recVoiShoBox .Lst {
          display: flex;
          flex-flow: wrap; }
          .p_recVoiShoBox .Lst li {
            margin-right: 0.5rem; }
      .p_recVoiSho dl {
        margin-bottom: 0rem; }
        .p_recVoiSho dl dt {
          font-weight: bold;
          font-size: 1rem; }
          @media only screen and (max-width: 750px) {
            .p_recVoiSho dl dt {
              margin-bottom: 0.5rem; } }
        @media only screen and (max-width: 750px) {
          .p_recVoiSho dl dd {
            font-size: 0.8rem; } }
        @media only screen and (max-width: 750px) {
          .p_recVoiSho dl dd span {
            display: block; } }
        @media only screen and (max-width: 750px) {
          .p_recVoiSho dl dd br {
            display: none; } }
    .p_recVoiKoe {
      display: inline-table;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 750px) {
        .p_recVoiKoe {
          display: block; } }
      .p_recVoiKoe .ttl {
        width: 20%;
        font-weight: bold;
        color: #ffffff;
        background: #ea697b;
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
        @media only screen and (max-width: 750px) {
          .p_recVoiKoe .ttl {
            display: block;
            width: 100%; } }
      .p_recVoiKoe .txt {
        padding: 1rem;
        width: 100%;
        background: #fbebd1;
        box-sizing: border-box; }
  .p_recFaq {
    margin-bottom: 2rem; }
    .p_recFaqTtl {
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.5;
      background: #6ec4db;
      padding: 0.7rem 0;
      text-align: center;
      color: #ffffff;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 750px) {
        .p_recFaqTtl {
          font-size: 1.5rem; } }
    .p_recFaq dl {
      border: 1px solid #CCCCCC;
      margin-bottom: 1rem;
      width: 100%;
      margin: 0 auto 1rem; }
      @media only screen and (max-width: 750px) {
        .p_recFaq dl {
          margin: 0 auto 1rem;
          width: 90%; } }
      .p_recFaq dl dt {
        padding: 1rem 1rem;
        font-weight: bold;
        font-size: 1.2rem;
        cursor: pointer;
        position: relative; }
        @media only screen and (max-width: 750px) {
          .p_recFaq dl dt {
            font-size: 1rem;
            padding: 1rem 2rem 1rem 1rem;
            text-indent: -2.5rem;
            margin: 0 0 0 2rem; } }
        .p_recFaq dl dt:after {
          content: "\f0fe";
          font-family: FontAwesome;
          position: absolute;
          top: 15px;
          right: 13px;
          font-weight: bold;
          color: #7d7d7d; }
          @media only screen and (max-width: 750px) {
            .p_recFaq dl dt:after {
              right: -15px; } }
        .p_recFaq dl dt.active:after {
          content: "\f146"; }
        .p_recFaq dl dt span {
          background: #6ec4db;
          color: #ffffff;
          font-size: 14px;
          margin-right: 1rem;
          padding: 0.3rem 1rem; }
          @media only screen and (max-width: 750px) {
            .p_recFaq dl dt span {
              margin-right: 0.5rem;
              padding: 0.3rem 0.3rem; } }
        .p_recFaq dl dt:hover {
          background: #f9feff; }
      .p_recFaq dl dd {
        margin: 0 1rem 1rem; }
        @media only screen and (max-width: 750px) {
          .p_recFaq dl dd {
            font-size: 1rem;
            margin: 1rem 1rem 1rem; } }

/* utility */
/* -------------------------------------*/
/* =====================================*/
/*　フォント　*/
/* -------------------------------------*/
.u_font1 {
  font-family: "Rounded Mplus 1c"; }

/* =====================================*/
/*　clearfix　*/
/* -------------------------------------*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/* googleマップ */
/* -------------------------------------------*/
.googlemap {
  position: relative;
  height: 400px;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 1px; }
  .googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1px 0px;
    width: 100% !important;
    height: 400px !important; }

.googlemap2 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .googlemap2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 550px !important; }

/* 中央画像 */
/* -------------------------------------------*/
.u_imgC {
  display: block;
  margin: 0 auto; }

/* 写真リスト */
/* -------------------------------------------*/
.u_phoLst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .u_phoLst li {
    width: 49.5%; }

/* font */
/* -------------------------------------------*/
.fontMin {
  font-family: "Sawarabi Mincho"; }

/* float */
/* -------------------------------------------*/
.fl {
  float: left; }

.fr {
  float: right; }

/* text-align */
/* -------------------------------------------*/
.u_tac {
  text-align: center !important; }

.u_tal {
  text-align: left; }

.u_tar {
  text-align: right; }

/* font-size */
/* -------------------------------------------*/
/* Rマーク */
.u_fonL {
  font-size: 130% !important; }

/* Rマーク */
.u_fonR {
  font-size: 50%; }

/* Rマーク */
.u_fonM {
  font-size: 80%; }

/* margin */
/* -------------------------------------------*/
.u_mB0 {
  margin-bottom: 0px; }

/* S */
.u_marSl {
  margin-left: 5px; }

.u_marSb {
  margin-bottom: 5px; }

.u_marSr {
  margin-right: 5px; }

.u_marSt {
  margin-top: 5px; }

/* M */
.u_marMl {
  margin-left: 10px; }

.u_marMb {
  margin-bottom: 10px; }

.u_marMr {
  margin-right: 10px; }

.u_marMt {
  margin-top: 10px; }

/* L */
.u_marLl {
  margin-left: 20px !important; }

.u_marLb {
  margin-bottom: 20px !important; }

.u_marLr {
  margin-right: 20px !important; }

.u_marLt {
  margin-top: 20px !important; }

.u_marLt2 {
  margin-top: 40px !important; }

.u_marLt3 {
  margin-top: 60px !important; }

/* padding */
/* -------------------------------------------*/
.u_pB0 {
  padding-bottom: 0px; }

/* 色 */
/* -------------------------------------------*/
.u_txtRed {
  color: #FF0004 !important; }

.u_strong {
  color: #FF0004 !important; }

.u_strong2 {
  color: #0074FF !important; }

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

/* 20210510 snsボタン実装 */
.social_wrap {
  width: 100%;
  margin: 30px 0;
}
.social_wrap .shareModule {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .social_wrap {
    margin-top: 0;
  }
  .social_wrap .shareModule {
    margin: 20px 5px 35px;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.social_wrap .shareModule .ico {
  margin: 0 5px;
}
@media screen and (min-width: 1001px) {
  .social_wrap .shareModule {
    justify-content: flex-end;
  }
  .social_wrap .shareModule .ico {
    margin-right: 0;
  }
}

/* 20240416 画像差し替え */
.p_recRead_cp:after {
  content: "";
  display: inline-block;
  width: 370px;
  height: 295px;
  background: url(../images/top/read_hito_5000.png) no-repeat; /*5000円のとき*/
  /* background: url(../images/top/read_hito_10000.png) no-repeat; */ /*10000円のとき*/
  background-size: contain;
  position: absolute;
  top: -45px;
  right: -70px; }
  @media only screen and (max-width: 1024px) {
    .p_recRead_cp:after {
      right: 0px; } }

/*-----------------------------------*/
.message_wrap {
    max-width: 860px;
    margin: 0 auto;
}

/* 20240830 リファラルページ更新 */
.p_recMain .p_topMain_annotation {
  font-size: 46px;
}
@media only screen and (max-width: 480px) {
  .p_recMain .p_topMain_annotation {
    font-size: 18px;
  }
}

/* 20250131　友人紹介制度　更新 */
.p_recMain .p_topMain_annotation {
  font-size: 48px;
}
@media only screen and (max-width: 480px) {
  .p_recMain .p_topMain_annotation {
    font-size: 20px;
    line-height: initial;
  }
}