@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .xs {
    display: none; } }
@media (max-width: 575.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .sm {
    display: none; } }
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .md {
    display: none; } }
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 1200px) {
  .lg {
    display: none; } }
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px) {
  .xl {
    display: none; } }
@media (min-width: 768px) {
  *:not(body).sp {
    display: none !important; } }
@media (max-width: 767.98px) {
  *:not(body).pc {
    display: none !important; } }
.c1 {
  color: #C80852; }

.c2 {
  color: #F9F9F9; }

.c3 {
  color: #EE6F00; }

.c4 {
  color: #183C68; }

.c5 {
  color: linear-gradient(120deg, #ed6c00 0%, #ffa200 100%); }

.bs1 {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2); }

.ts1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }

/*
	Last Update:2020/11/05
	下層ページ用
*/
.page-- {
  	/*=================================
  
  		#共通部分
  
  	==================================*/
  	/*=================================
  
  		form
  
  	==================================*/
  	/*=================================
  
  		faq
  
  	==================================*/
  	/*=================================
  
  		recruit
  
  	==================================*/
  	/*=================================
  
  		contact
  
  	==================================*/
  	/*=================================
  
  		news
  
  	==================================*/ }
  .page--common_contact {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url("../image/layout/contact_back.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #FFF; }
    @media (max-width: 767.98px) {
      .page--common_contact {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (max-width: 767.98px) {
      .page--common_contact {
        background-image: url("../image/layout/contact_back-sp.jpg"); } }
    .page--common_contact .center {
      text-align: center; }
      .page--common_contact .center a {
        color: #FFF; }
      .page--common_contact .center .hl {
        margin-bottom: 10px;
        font-size: 3rem;
        font-weight: bold; }
        @media (max-width: 767.98px) {
          .page--common_contact .center .hl {
            font-size: 2.2rem; } }
      .page--common_contact .center .comment {
        margin-bottom: 30px;
        font-size: 1.4rem; }
      @media (min-width: 768px) {
        .page--common_contact .center .flex {
          display: flex;
          justify-content: center;
          align-items: center; } }
      .page--common_contact .center .flex .tel {
        position: relative;
        display: inline-block;
        padding-left: 50px; }
        @media (min-width: 768px) {
          .page--common_contact .center .flex .tel {
            margin-right: 30px;
            padding-right: 30px;
            border-right: 1px solid rgba(255, 255, 255, 0.5);
            text-align: left; } }
        @media (max-width: 767.98px) {
          .page--common_contact .center .flex .tel {
            margin-bottom: 20px;
            padding-left: 43px; } }
        .page--common_contact .center .flex .tel .num {
          position: relative;
          margin-top: -0.4em;
          margin-bottom: -10px;
          font-size: 5rem;
          font-weight: bold; }
          @media (max-width: 767.98px) {
            .page--common_contact .center .flex .tel .num {
              font-size: 4rem;
              margin-bottom: 0px; } }
          .page--common_contact .center .flex .tel .num a {
            text-decoration: none; }
        .page--common_contact .center .flex .tel .time {
          font-size: 1.4rem;
          line-height: 1; }
        .page--common_contact .center .flex .tel:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 31px;
          height: 41px;
          background-image: url("../image/layout/contact_mark.png");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; }
      .page--common_contact .center .flex .button a {
        display: block;
        padding: 15px 20px;
        border: 3px solid #FFF;
        border-radius: 10px;
        font-size: 2rem;
        font-weight: bold;
        text-decoration: none;
        box-sizing: border-box;
        transition: all ease 0.5s; }
        @media (max-width: 767.98px) {
          .page--common_contact .center .flex .button a {
            font-size: 1.8rem; } }
        .page--common_contact .center .flex .button a:hover {
          background: #FFF;
          color: #222; }
  .page--common_text {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (max-width: 767.98px) {
      .page--common_text {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .page--common_text + .page--common_text {
      padding-top: 0; }
    .page--common_text iframe[src*="google.com/maps/"] {
      width: 100%;
      height: 500px;
      border-radius: 20px; }
  .page--form_login {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (max-width: 767.98px) {
      .page--form_login {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .page--form_login .center {
      max-width: 600px; }
    .page--form_login input[type="text"],
    .page--form_login input[type="password"],
    .page--form_login textarea {
      max-width: 100%;
      width: 100%;
      padding: 10px 10px;
      background: #FFF;
      border: 1px solid #CCC;
      border-radius: 5px; }
    .page--form_login input[id*="ZipCode"] {
      width: auto !important;
      padding: 10px 10px;
      background: #FFF;
      border: 1px solid #CCC;
      border-radius: 5px; }
    .page--form_login input[type="text"] + input[type="text"] {
      margin-top: 10px; }
    .page--form_login input[name="chk_mail"] {
      margin-top: 15px;
      margin-bottom: 15px; }
    .page--form_login textarea {
      height: 200px; }
    .page--form_login.es__cart_formTable_cell_images {
      float: left; }
    .page--form_login.es__cart_formTable_cell_itemName {
      margin-left: 65px; }
    .page--form_login.es__cart_formTable_cell_subTotalPrice {
      display: none; }
    .page--form_login.es__cart_formTable_cell_inQty, .page--form_login.es__cart_formTable_cell_delete, .page--form_login.es__cart_formTable_cell_unitPrice {
      clear: both;
      display: inline-block;
      margin-right: -4px;
      padding: 10px 10px 0; }
    .page--form_login.es__cart_formTable_cell_inQty {
      width: 30%; }
    .page--form_login.es__cart_formTable_cell_delete {
      width: 20%; }
    .page--form_login.es__cart_formTable_cell_unitPrice {
      width: 50%; }
    #base .page--form_login.es__history1_formTable_order_cell_no.pos_ac {
      text-align: left; }
    .page--form_login em.sp_come {
      background: #AAA;
      font-size: 1.2rem;
      margin-right: 7px;
      font-weight: normal;
      padding: 0 10px;
      color: #FFF; }
      .page--form_login em.sp_come.-l {
        display: block;
        margin: 10px 0 7px; }
    .page--form_login .need {
      margin-left: 5px; }
    .page--form_login table:not(.style--tbl_2) {
      display: block; }
      .page--form_login table:not(.style--tbl_2) > tbody {
        display: block; }
        .page--form_login table:not(.style--tbl_2) > tbody > tr {
          display: block;
          padding-bottom: 30px; }
          .page--form_login table:not(.style--tbl_2) > tbody > tr > th {
            display: block;
            position: relative;
            padding-bottom: 5px; }
            .page--form_login table:not(.style--tbl_2) > tbody > tr > th[scope="row"] {
              padding-left: 20px;
              font-weight: bold;
              font-size: 1.8rem;
              margin-bottom: 15px; }
              .page--form_login table:not(.style--tbl_2) > tbody > tr > th[scope="row"]:before {
                content: "";
                display: block;
                position: absolute;
                width: 5px;
                height: 100%;
                left: 0;
                top: 0;
                background: #C80852; }
          .page--form_login table:not(.style--tbl_2) > tbody > tr > td {
            display: block; }
            .page--form_login table:not(.style--tbl_2) > tbody > tr > td dt, .page--form_login table:not(.style--tbl_2) > tbody > tr > td dd {
              margin-left: 5px;
              padding-left: 20px;
              border-left: 5px solid #EEE; }
            .page--form_login table:not(.style--tbl_2) > tbody > tr > td dt {
              padding-bottom: 5px;
              color: #C80852;
              font-size: 1.4rem; }
            .page--form_login table:not(.style--tbl_2) > tbody > tr > td dl + dl,
            .page--form_login table:not(.style--tbl_2) > tbody > tr > td dd + dt {
              margin-top: 30px; }
    .page--form_login input[type="button"]:not(class) {
      background: #007DC5;
      color: #FFF;
      border: none;
      padding: 5px 15px;
      border-radius: 5px;
      font-weight: bold; }
    .page--form_login textarea[name*="history"] {
      height: 2.5em; }
    @media (max-width: 767.98px) {
      .page--form_login #time_tbl {
        width: 100%;
        overflow-x: scroll; } }
    .page--form_login #time_tbl tr:first-child th {
      background: #C80852;
      color: #FFF;
      text-align: center;
      padding: 0; }
    @media (max-width: 767.98px) {
      .page--form_login #time_tbl tr:not(:first-child) th {
        width: 100px !important; } }
    @media (max-width: 767.98px) {
      .page--form_login #time_tbl tr:not(:first-child) td input {
        width: calc(100vw - 100px) !important; } }
    .page--form_login #time_tbl td {
      padding: 0 !important; }
    .page--form_login #time_tbl th {
      padding: 0 15px !important; }
    .page--form_login dir {
      padding: 0;
      margin: 0;
      display: block;
      list-style-type: disc;
      margin-block-start: 0;
      margin-block-end: 0;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      padding-inline-start: 0px; }
    .page--form_login .check tbody tr th {
      font-weight: bold; }
    .page--form_login .check tbody tr td {
      padding-bottom: 20px;
      border-bottom: 1px solid #EEE; }
    .page--form_login .button {
      margin-bottom: 20px; }
      .page--form_login .button button {
        color: #fff;
        background-color: #C80852;
        border-color: #C80852;
        border: 1px solid transparent;
        padding: 10px 20px;
        line-height: 1.5;
        border-radius: 5px;
        font-size: 1.6rem; }
        .page--form_login .button button i {
          display: none; }
        .page--form_login .button button._back {
          background: #666; }
      .page--form_login .button .right {
        text-align: right; }
  .page--faq_list {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (max-width: 767.98px) {
      .page--faq_list {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .page--faq_list .list details {
      overflow: hidden;
      list-style: none; }
      .page--faq_list .list details summary {
        display: flex;
        position: relative;
        background: #F9F9F9;
        list-style: none;
        border-radius: 20px;
        overflow: hidden;
        cursor: pointer; }
        @media (max-width: 767.98px) {
          .page--faq_list .list details summary {
            border-radius: 15px; } }
        .page--faq_list .list details summary strong {
          display: block;
          padding: 20px 50px 20px 30px;
          font-weight: normal; }
          @media (max-width: 767.98px) {
            .page--faq_list .list details summary strong {
              padding: 15px 40px 15px 15px; } }
        .page--faq_list .list details summary:before {
          content: "Q";
          display: block;
          padding: 0 20px;
          font-family: "DIN";
          font-size: 4rem;
          background: #C80852;
          color: #FFF; }
          @media (max-width: 767.98px) {
            .page--faq_list .list details summary:before {
              font-size: 3rem;
              padding: 3px 15px; } }
        .page--faq_list .list details summary:after {
          content: "＋";
          display: block;
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%);
          margin-top: -3px;
          font-size: 2rem;
          opacity: 0.25; }
        .page--faq_list .list details summary::-webkit-details-marker {
          position: absolute;
          color: transparent;
          display: none; }
        .page--faq_list .list details summary + p {
          padding: 30px; }
          @media (max-width: 767.98px) {
            .page--faq_list .list details summary + p {
              padding: 20px 0; } }
      .page--faq_list .list details + details {
        margin-top: 40px; }
        @media (max-width: 767.98px) {
          .page--faq_list .list details + details {
            margin-top: 30px; } }
      .page--faq_list .list details[open] summary:after {
        content: "ー"; }
      .page--faq_list .list details[open] summary + p {
        animation: fadein .3s ease-in-out; }
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
  .page--recruit_list {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (max-width: 767.98px) {
      .page--recruit_list {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 768px), (max-width: 767.98px) {
      .page--recruit_list {
        padding-top: 0; } }
    .page--recruit_list .hl {
      position: relative;
      padding: 15px 30px 15px 40px;
      background: #183C68;
      color: #FFF;
      font-weight: bold;
      font-size: 2.2rem; }
      .page--recruit_list .hl span {
        margin-top: 4px;
        font-size: 1.6rem;
        float: right;
        font-weight: normal; }
      .page--recruit_list .hl:after {
        content: "";
        display: block;
        position: absolute;
        left: 20px;
        top: 10px;
        width: 5px;
        height: calc(100% - 20px);
        background: #FFF;
        border-radius: 100px; }
    .page--recruit_list .list {
      margin-bottom: 40px;
      padding: 50px;
      background: #F9F9F9; }
      @media (max-width: 767.98px) {
        .page--recruit_list .list {
          padding: 30px; } }
      .page--recruit_list .list .unit a {
        display: block;
        background: #FFF;
        box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
        text-decoration: none;
        color: #222; }
        @media (min-width: 768px) {
          .page--recruit_list .list .unit a .flex {
            display: flex; } }
        .page--recruit_list .list .unit a .flex .image {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; }
          @media (min-width: 768px) {
            .page--recruit_list .list .unit a .flex .image {
              width: 250px; } }
          @media (max-width: 767.98px) {
            .page--recruit_list .list .unit a .flex .image:after {
              content: "";
              display: block;
              padding-top: 50%; } }
        @media (min-width: 768px) {
          .page--recruit_list .list .unit a .flex .text {
            padding: 40px; } }
        @media (max-width: 767.98px) {
          .page--recruit_list .list .unit a .flex .text {
            padding: 30px; } }
        .page--recruit_list .list .unit a .flex .text .title span {
          position: relative;
          top: -2px;
          margin-right: 15px;
          border: 1px solid #183C68;
          color: #183C68;
          font-size: 1.4rem;
          padding: 3px 10px; }
        .page--recruit_list .list .unit a .flex .text .title strong {
          text-decoration: underline;
          color: #C80852;
          font-size: 2.2rem;
          font-weight: bold; }
          @media (max-width: 767.98px) {
            .page--recruit_list .list .unit a .flex .text .title strong {
              display: block;
              padding-top: 5px;
              font-size: 2rem; } }
        .page--recruit_list .list .unit a .flex .text .salary {
          margin: 15px 0;
          color: #999; }
        @media (max-width: 767.98px) {
          .page--recruit_list .list .unit a .flex .text .comment {
            font-size: 1.4rem; } }
      .page--recruit_list .list .unit + .unit {
        margin-top: 40px; }
  .page--recruit_detail {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (max-width: 767.98px) {
      .page--recruit_detail {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .page--recruit_detail .detail {
      margin-bottom: 75px; }
      @media (max-width: 767.98px) {
        .page--recruit_detail .detail {
          margin-bottom: 50px; } }
      .page--recruit_detail .detail .status {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px; }
        .page--recruit_detail .detail .status .category {
          position: relative;
          top: -2px;
          margin-right: 15px;
          border: 1px solid #183C68;
          color: #183C68;
          font-size: 1.4rem;
          padding: 3px 10px; }
        .page--recruit_detail .detail .status .update {
          margin-left: auto; }
          @media (max-width: 767.98px) {
            .page--recruit_detail .detail .status .update {
              padding-left: 30px;
              font-size: 1.4rem;
              color: #999; } }
      @media (min-width: 768px) {
        .page--recruit_detail .detail .flex {
          display: flex; } }
      @media (min-width: 768px) {
        .page--recruit_detail .detail .flex .text {
          width: calc(100% - 400px);
          padding-right: 40px; } }
      .page--recruit_detail .detail .flex .text .title {
        margin-bottom: 20px;
        color: #C80852;
        font-size: 2.6rem;
        font-weight: bold; }
      @media (min-width: 768px) {
        .page--recruit_detail .detail .flex .image {
          width: 400px; } }
      @media (max-width: 767.98px) {
        .page--recruit_detail .detail .flex .image img {
          width: 100%;
          margin-top: 20px; } }
  .page--recruit_form {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (max-width: 767.98px) {
      .page--recruit_form {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .page--recruit_form .entry_detail {
      padding: 30px;
      background: #F9F9F9; }
      @media (min-width: 768px) {
        .page--recruit_form .entry_detail .flex {
          display: flex;
          align-items: center; } }
      @media (min-width: 768px) {
        .page--recruit_form .entry_detail .flex .text {
          padding-left: 30px; } }
      .page--recruit_form .entry_detail .flex .text .status {
        display: flex;
        margin-bottom: 5px; }
        .page--recruit_form .entry_detail .flex .text .status .category {
          position: relative;
          top: -2px;
          margin-right: 15px;
          background: #FFF;
          border: 1px solid #183C68;
          color: #183C68;
          font-size: 1.4rem;
          padding: 3px 10px; }
        .page--recruit_form .entry_detail .flex .text .status .update {
          margin-left: auto; }
      .page--recruit_form .entry_detail .flex .text .title {
        color: #C80852;
        font-size: 2.2rem;
        font-weight: bold; }
      @media (min-width: 768px) {
        .page--recruit_form .entry_detail .flex .image {
          width: 150px; } }
      @media (max-width: 767.98px) {
        .page--recruit_form .entry_detail .flex .image {
          margin-bottom: 30px; } }
    .page--recruit_form .privacy label {
      display: block;
      width: 100%;
      margin: 40px 0;
      padding: 20px;
      border: 1px solid #DDD;
      text-align: center;
      color: #C80852; }
      .page--recruit_form .privacy label input {
        margin-right: 5px; }
    .page--recruit_form .privacy_comment {
      text-align: center; }
  .page--recruit_popup .text {
    align-items: center;
    padding: 50px; }
    @media (max-width: 575.98px) {
      .page--recruit_popup .text {
        padding: 30px; } }
    .page--recruit_popup .text .hs {
      display: block;
      position: relative;
      font-family: "DIN";
      font-size: 1.6rem;
      font-weight: bold;
      font-style: italic;
      color: #183C68;
      opacity: 0.25;
      vertical-align: middle;
      opacity: 0.25; }
    .page--recruit_popup .text .hl {
      margin-bottom: 15px;
      font-weight: bold;
      font-size: 3.5rem;
      color: #183C68;
      line-height: 1.4; }
      @media (max-width: 575.98px) {
        .page--recruit_popup .text .hl {
          font-size: 2.2rem; } }
  .page--contact_form {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (max-width: 767.98px) {
      .page--contact_form {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .page--contact_form .privacy label {
      display: block;
      width: 100%;
      margin: 40px 0;
      padding: 20px;
      border: 1px solid #DDD;
      text-align: center;
      color: #C80852; }
      .page--contact_form .privacy label input {
        margin-right: 5px; }
    .page--contact_form .privacy_comment {
      text-align: center; }
  .page--news_list {
    padding: 70px 0;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .page--news_list {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .page--news_list .hl {
      text-align: center;
      font-size: 2.6rem;
      font-weight: bold; }
      .page--news_list .hl h3 {
        font-weight: bold; }
    .page--news_list a {
      color: #222 !important; }
    .page--news_list .overflow {
      /*overflow-y:scroll ; height: 240px;*/
      margin-bottom: 20px;
      position: relative;
      font-size: 2.2rem;
      font-weight: bold;
      vertical-align: middle; }
      @media (max-width: 767.98px) {
        .page--news_list .overflow {
          font-size: 2rem; } }
      .page--news_list .overflow i {
        margin-right: 10px;
        color: #C80852;
        font-size: 3rem;
        vertical-align: middle; }
      .page--news_list .overflow table {
        width: 100%; }
      @media (max-width: 767.98px) {
        .page--news_list .overflow tr:not(:last-child) {
          padding-bottom: 15px;
          border-bottom: 1px solid #DDD; } }
      .page--news_list .overflow th, .page--news_list .overflow td {
        padding-top: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #DDD; }
        .page--news_list .overflow th a, .page--news_list .overflow td a {
          text-decoration: none; }
      .page--news_list .overflow th[scope="row"] {
        font-size: 1.6rem; }
      .page--news_list .overflow th, .page--news_list .overflow .category {
        white-space: nowrap; }
      .page--news_list .overflow th {
        width: 4em;
        padding-right: 0; }
      .page--news_list .overflow .category {
        padding-left: 20px; }
        @media (min-width: 768px) {
          .page--news_list .overflow .category {
            width: 100px; } }
        @media (max-width: 767.98px) {
          .page--news_list .overflow .category {
            padding-left: 7px; } }
        .page--news_list .overflow .category span {
          position: relative;
          top: 2px;
          display: block;
          margin-top: 0;
          padding: 3px 15px;
          background: #FFF;
          border: 1px solid #C80852;
          color: #C80852;
          font-size: 1.2rem;
          text-align: center; }
      .page--news_list .overflow td {
        font-size: 1.6rem; }
        @media (min-width: 768px) {
          .page--news_list .overflow td {
            padding-left: 20px; } }
      .page--news_list .overflow .alert {
        margin-right: 10px;
        padding: 1px 10px;
        background: #C90909;
        color: #FFF;
        font-size: 1.2rem; }
      @media (max-width: 767.98px) {
        .page--news_list .overflow {
          /*height: 500px;*/ }
          .page--news_list .overflow tbody, .page--news_list .overflow tr, .page--news_list .overflow td, .page--news_list .overflow th {
            display: block;
            width: 100%; }
          .page--news_list .overflow tr th, .page--news_list .overflow tr th + td {
            display: inline-block;
            width: auto;
            padding-bottom: 0;
            border-bottom: none; }
          .page--news_list .overflow td:last-child {
            display: block;
            width: 100%;
            padding-top: 0;
            padding-bottom: 10px; } }
    .page--news_list .more {
      text-align: right; }
      .page--news_list .more a i {
        margin-right: 5px;
        vertical-align: middle;
        color: #C80852; }
  .page--news_detail {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (max-width: 767.98px) {
      .page--news_detail {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .page--news_detail .unit {
      margin-top: 50px;
      padding-bottom: 50px;
      border-bottom: 1px solid #EAEAEA; }
      .page--news_detail .unit .date {
        margin-bottom: 15px; }
        .page--news_detail .unit .date span {
          display: inline-block;
          margin-left: 15px;
          padding: 3px 5px;
          border: 1px solid #C80852;
          color: #C80852;
          font-size: 1.2rem; }
      .page--news_detail .unit .title {
        margin-bottom: 20px;
        padding: 10px 15px;
        background: #C80852;
        font-size: 2rem;
        font-weight: bold;
        color: #FFF; }
        .page--news_detail .unit .title a {
          color: #C80852; }
    .page--news_detail .list_pager {
      margin-top: 30px; }

/*=================================

	#information

==================================*/
#information #secondary_info {
  display: none; }

.info_unit {
  margin-bottom: 15px; }
  .info_unit a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 15px 40px 15px 15px; }
    .info_unit a:after {
      content: "\f105";
      color: #0f6ab2;
      position: absolute;
      right: 15px;
      top: calc(50% - 0.6em); }
  .info_unit dl > * {
    text-align: left; }
  .info_unit dt {
    color: #333;
    width: 200px; }
  .info_unit .tag {
    margin-right: 10px; }

body.pc .info_unit a:hover {
  background: rgba(255, 255, 255, 0.2); }
  body.pc .info_unit a:hover dd {
    text-decoration: none; }

@media (max-width: 575.98px) {
  .info_unit a {
    color: #333; }
  .info_unit dt {
    padding: 0 0 5px;
    color: #0f6ab2;
    font-size: 0.95em; } }
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) {
  .info_unit a {
    color: #1894e2; }
  .info_unit dl {
    display: table;
    width: 100%; }
    .info_unit dl > * {
      display: table-cell;
      vertical-align: top; }
  .info_unit dt {
    width: 200px; }
  .info_unit dd {
    text-decoration: underline; } }
.info_header {
  border-bottom: 2px dotted #ccc;
  margin-bottom: 30px;
  padding: 10px 0 15px; }
  .info_header .date {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #0f6ab2; }
    .info_header .date .tag {
      margin-right: 10px; }
  .info_header h2 {
    font-size: 1.5em;
    line-height: 140%; }

.info_contents {
  position: relative; }

.sub_photo {
  margin-top: 50px; }

/*=================================

	#work

==================================*/
/*---------------------------------------------------------
	.work_card
-----------------------------------------------------------*/
.work_card {
  border-top: 5px solid #3887c3;
  margin-bottom: 30px; }
  .work_card .meta:not(._no) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px; }
  .work_card .meta._no {
    margin-bottom: 25px; }
  .work_card .meta ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding-bottom: 10px; }
    .work_card .meta ul li {
      display: table-cell;
      vertical-align: middle; }
  .work_card .meta .campaign .tag {
    background: #fff4f4;
    color: #f00c1a;
    border: 1px solid #f00c1a; }
  .work_card .meta .btn_keep {
    border: 1px solid #e5e5e5;
    font-size: 12px;
    border-radius: 3px; }
  .work_card .meta .pickup .tag {
    background: #fff;
    color: #f00c1a;
    border: 1px solid #f00c1a; }
  .work_card .meta .new {
    width: 50px; }
    .work_card .meta .new .tag {
      background: #f00c1a;
      color: #fff;
      border: 1px solid #f00c1a;
      min-width: 50px; }
  .work_card .number {
    font-size: 13px;
    color: #999; }
  .work_card .meta .share_ul {
    display: table;
    width: auto;
    margin: 0 0 0 auto; }
    .work_card .meta .share_ul li {
      display: table-cell;
      vertical-align: middle;
      padding: 0 0 0 10px; }
      .work_card .meta .share_ul li img {
        max-width: 30px; }
  .work_card .title {
    margin-bottom: 5px; }
    .work_card .title a {
      color: #3887c3; }
  .work_card .detail {
    margin-bottom: 10px; }
    .work_card .detail .tbl_empty th, .work_card .detail .tbl_empty td {
      vertical-align: middle; }
    .work_card .detail .tbl_empty i {
      font-size: 1.5em;
      margin-right: 10px;
      vertical-align: middle; }
  .work_card .photo .img_rect {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px; }
  .work_card .comment {
    font-size: 0.9em; }
  .work_card .disp_limit {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 50px; }
  .work_card .share_area {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px; }
    .work_card .share_area dl {
      display: table;
      width: auto;
      margin: 0 auto; }
      .work_card .share_area dl > * {
        display: table-cell;
        vertical-align: middle; }
      .work_card .share_area dl dt {
        width: 120px; }
        .work_card .share_area dl dt i {
          margin-right: 5px; }
      .work_card .share_area dl dd {
        padding: 0 0 0 10px; }
        .work_card .share_area dl dd img {
          max-width: 35px; }

@media (max-width: 575.98px) {
  .work_card {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    border-radius: 3px;
    overflow: hidden; }
    .work_card .meta .campaign {
      width: 110px; }
    .work_card .meta .keep {
      width: 30px; }
    .work_card .meta .btn_keep {
      padding: 2px 2px 1px; }
      .work_card .meta .btn_keep i {
        margin: 0; }
      .work_card .meta .btn_keep > span {
        display: none; }
    .work_card .meta .pickup {
      width: 75px; }
    .work_card .title {
      font-size: 1.05em; }
    .work_card .text_wrap {
      display: table;
      width: 100%;
      margin: 10px 0 0; }
      .work_card .text_wrap > * {
        display: table-cell;
        vertical-align: top; }
    .work_card .photo {
      width: 35%; }
    .work_card .comment {
      padding: 0 0 10px 10px; }
    .work_card .detail {
      border-top: 1px solid #ddd;
      padding-top: 10px; }
      .work_card .detail .tbl_empty th, .work_card .detail .tbl_empty td {
        padding: 4px 0; }
      .work_card .detail .tbl_empty th {
        width: 30px; }
        .work_card .detail .tbl_empty th > span {
          display: none; } }
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) {
  .work_card .meta .campaign {
    width: 115px; }
  .work_card .meta .keep {
    width: 75px; }
  .work_card .meta .btn_keep {
    padding: 2px 5px 1px 0; }
  .work_card .meta .pickup {
    width: 80px; }
  .work_card .title {
    font-size: 1.25em; }
  .work_card .detail .tbl_empty th, .work_card .detail .tbl_empty td {
    padding: 8px 0;
    font-size: 0.9em; }
  .work_card .detail .tbl_empty th {
    width: 80px; } }
#detail_slide {
  position: relative;
  padding: 30px 50px;
  margin-bottom: 30px; }

/*---------------------------------------------------------
	.tab
-----------------------------------------------------------*/
.tab_navi {
  margin-bottom: 20px; }
  .tab_navi a {
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center; }
    .tab_navi a.active:after {
      content: "";
      position: absolute;
      top: 100%;
      width: 0;
      height: 0;
      border-style: solid; }
  .tab_navi._sort a {
    color: #333;
    padding: 10px;
    border-radius: 3px;
    background: #ededed; }
    .tab_navi._sort a.active {
      background: #0f6ab4;
      color: #fff; }
      .tab_navi._sort a.active:after {
        left: calc(50% - 7px);
        border-width: 7px;
        border-color: #0f6ab4 transparent transparent transparent; }

body.pc .tab_navi._sort a:not(.active):hover {
  background: #edf4fa; }

.tab_navi._mypage {
  padding-bottom: 10px; }
  .tab_navi._mypage a {
    color: #999;
    border: 1px solid #ccc;
    padding: 15px 0; }
  .tab_navi._mypage .row > div:not(:first-child) {
    border-left: none; }
  .tab_navi._mypage a > * {
    display: block; }
  .tab_navi._mypage a i {
    margin-bottom: 10px; }
  .tab_navi._mypage a .count {
    margin: 0 auto;
    padding: 3px 0 2px;
    line-height: 100%;
    border-radius: 50px;
    background: #f0f0f0; }
  .tab_navi._mypage .row > div:first-child a {
    border-radius: 3px 0 0 3px; }
  .tab_navi._mypage .row > div:last-child a {
    border-radius: 0 3px 3px 0; }
  .tab_navi._mypage a.active {
    background: #fb6722;
    color: #fff;
    border-color: #fb6722; }
    .tab_navi._mypage a.active:after {
      left: calc(50% - 10px);
      border-width: 10px;
      border-color: #fb6722 transparent transparent transparent; }
    .tab_navi._mypage a.active .count {
      background: #fff;
      color: #fb6722; }

@media (max-width: 575.98px) {
  .tab_navi._mypage {
    margin-top: 15px; }
    .tab_navi._mypage a {
      font-size: 12px; }
      .tab_navi._mypage a i {
        font-size: 2.5em; }
      .tab_navi._mypage a .count {
        max-width: 45px; } }
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) {
  .tab_navi._mypage a i {
    font-size: 2em; }
  .tab_navi._mypage a .count {
    max-width: 65px; } }
/*---------------------------------------------------------
	.search
-----------------------------------------------------------*/
#search_box {
  margin-bottom: 30px; }
  #search_box .back_in_search {
    display: none; }
  #search_box a {
    position: relative;
    display: table;
    text-decoration: none;
    color: #333;
    font-size: 0.9em;
    width: 100%; }
    #search_box a > span {
      display: table-cell;
      vertical-align: middle;
      line-height: 150%; }
    #search_box a.popup_btn {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 3px;
      margin-bottom: 10px; }
      #search_box a.popup_btn span {
        padding: 10px 0; }
      #search_box a.popup_btn i {
        font-size: 1.5em;
        margin-right: 5px; }
      #search_box a.popup_btn:not(._last):after {
        content: "\0d7";
        position: absolute;
        right: -23px;
        top: calc(50% - 0.8em);
        color: #aaa;
        font-size: 1.25em; }

body.pc #search_box a.popup_btn:hover {
  color: #0f6ab2; }

#search_box .search_box_button {
  width: 100%;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  border-width: 3px;
  border-style: solid;
  border-color: #0f6ab2 #0f6ab2 #1b6095 #0f6ab2;
  font-size: 1.1em; }
  #search_box .search_box_button span:not(.disp_tbl) {
    display: table-cell;
    vertical-align: middle;
    line-height: 120%;
    padding: 0; }
  #search_box .search_box_button .disp_tbl span:not(.pos_ar) {
    padding: 0 15% 0 0; }
  #search_box .search_box_button span.pos_ar {
    width: 38%; }
  #search_box .search_box_button i {
    font-size: 1.85em; }

body.pc #search_box .search_box_button:hover {
  opacity: 0.8; }

/*=================================

	#contact / form

==================================*/
.kiyaku_box_in {
  background: #fff;
  max-height: 180px;
  overflow: auto;
  font-size: 0.9em; }

@media (max-width: 575.98px) {
  .kiyaku_box {
    padding: 30px 15px; }

  .kiyaku_box_in {
    padding: 15px 10px 20px; } }
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) {
  .kiyaku_box {
    padding: 30px; }

  .kiyaku_box_in {
    padding: 20px 10px; } }
.primary_box.entry_box h3 {
  line-height: 130%; }

@media (max-width: 575.98px) {
  .primary_box.entry_box {
    padding: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); } }
/*=================================

	#page

==================================*/
.box {
  border: 1px solid #0f6ab2;
  border-radius: 5px;
  padding: 15px 15px 20px; }
  .box .title {
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 5px; }

/* photo_link / guide */
.photo_link {
  margin-bottom: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden; }
  .photo_link a {
    display: block;
    text-decoration: none;
    color: #333; }
  .photo_link .text {
    padding: 10px 15px; }
  .photo_link .title {
    font-weight: bold; }

body.pc .photo_link:hover {
  background: #edf4fa; }

.photo_link2 {
  margin-bottom: 30px; }
  .photo_link2 a {
    display: block;
    text-decoration: none;
    color: #333; }
  .photo_link2 .photo {
    border-radius: 5px;
    overflow: hidden; }
  .photo_link2 .text {
    padding: 10px 0 0; }

body.pc .photo_link2 a:hover {
  color: #0f6ab2; }

.photo_link3 {
  position: relative;
  border: 2px solid #fff; }
  .photo_link3 a {
    display: table;
    width: 100%;
    height: 100%;
    color: #0f6ab2; }
  .photo_link3 .photo {
    display: table-cell;
    padding-top: 50%; }
    .photo_link3 .photo .img_back {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .photo_link3 .text {
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8); }

body.pc .photo_link3 a:hover {
  opacity: 0.8; }

/*---------------------------------------------------------
	toggle_box / offices
-----------------------------------------------------------*/
.toggle_box {
  border: 1px solid #ddd;
  overflow: hidden;
  margin-bottom: 20px; }
  .toggle_box .title {
    position: relative;
    cursor: pointer;
    padding: 10px 15px; }
    .toggle_box .title h3 {
      font-weight: bold;
      font-size: 1.25em; }
    .toggle_box .title:after {
      content: "\f055";
      position: absolute;
      top: calc(50% - 0.5em);
      right: 10px;
      color: #0f6ab2;
      font-size: 1.25em; }
  .toggle_box._open .title:after {
    content: "\f056"; }
  .toggle_box:not(._open) .contents {
    display: none; }

@media (max-width: 575.98px) {
  .toggle_box .contents {
    padding: 10px; } }
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) {
  .toggle_box .contents {
    padding: 25px; } }
/*---------------------------------------------------------
	dl_1 / privacy
-----------------------------------------------------------*/
.dl_1 dt {
  font-weight: bold;
  margin-bottom: 10px; }
  .dl_1 dt:before {
    content: "【"; }
  .dl_1 dt:after {
    content: "】"; }
.dl_1 dd {
  margin-bottom: 30px; }
  .dl_1 dd ol {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    counter-reset: ol_li; }
    .dl_1 dd ol li {
      position: relative;
      margin-bottom: 5px; }
      .dl_1 dd ol li:before {
        counter-increment: ol_li;
        content: counter(ol_li) ".";
        position: absolute;
        top: 1px;
        left: -20px;
        font-weight: normal; }

/*---------------------------------------------------------
	.ul_1 / about/shikaku
-----------------------------------------------------------*/
.ul_1 {
  list-style: none; }
  .ul_1 > li {
    position: relative;
    margin: 0 0 5px 20px; }
    .ul_1 > li:before {
      color: #0f6ab2;
      content: "●";
      font-size: 10px;
      position: absolute;
      top: 3px;
      left: -17px; }

/* 2020/06/30 */
/* yamakawa */
/*---------------------------------------------------------
	.ul_2 / first
-----------------------------------------------------------*/
.ul_2 {
  list-style: none; }
  .ul_2 > li {
    position: relative;
    margin: 0 0 5px 20px; }
    .ul_2 > li:before {
      color: #000;
      content: "●";
      font-size: 10px;
      position: absolute;
      top: 3px;
      left: -17px; }

/*=================================

	#first

==================================*/
.entry_flow {
  border: 3px solid #DCEAF5;
  padding: 5px;
  border-radius: 5px; }
  .entry_flow a {
    text-decoration: none;
    color: #000; }

#first .dl_2 > li {
  position: relative;
  margin: 0 0 5px 20px; }
  #first .dl_2 > li:before {
    color: #000;
    font-size: 10px;
    position: absolute;
    top: 3px;
    left: -17px; }

/*=================================

	#about

==================================*/
/* daily_wages */
#about table td {
  border: 2px solid #EBEBEB;
  padding: 10px; }

.info_work img {
  float: left; }

.balloon {
  position: relative;
  display: inline-block; }
  .balloon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #edf4fa; }
  .balloon p {
    padding: 20px; }

.business_exc {
  border: 2px solid #408EC7;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
  text-align: center; }

/*=================================

	#guide

==================================*/
.box_red {
  border: 3px solid #e0182c;
  border-radius: 3px;
  overflow: hidden; }
  .box_red .title {
    background: #e0182c;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    padding: 5px; }
  .box_red .box_in {
    padding: 20px; }

.box_blue1 {
  border: 3px solid #0069a2;
  border-radius: 3px;
  overflow: hidden; }
  .box_blue1 .title {
    background: #0069a2;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    padding: 5px; }
  .box_blue1 .box_in {
    padding: 20px; }

.box_blue2 {
  border: 3px solid #00a0e9;
  border-radius: 3px;
  overflow: hidden; }
  .box_blue2 .title {
    background: #00a0e9;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    padding: 5px; }
  .box_blue2 .box_in {
    padding: 20px; }

.point {
  display: inline-block;
  vertical-align: text-top;
  border: 1px solid #ddd;
  padding: 0 15px;
  font-size: 0.9em;
  margin-right: 10px;
  border-radius: 3px; }
  .point.c_blue {
    border-color: #0f6ab2; }
  .point.c_red {
    border-color: #f00c1a; }
  .point + * {
    display: inline-block;
    vertical-align: text-top;
    line-height: 140%; }

/*=================================

	#edit

==================================*/
.edit {
  text-align: left; }
  .edit img {
    height: auto !important; }
  .edit p {
    margin-bottom: 15px; }
  .edit ul, .edit ol {
    list-style: none;
    margin-bottom: 20px; }
  .edit ul > li, .edit ol > li {
    position: relative;
    margin: 0 0 5px 20px; }
  .edit ul > li:before {
    color: #0075c2;
    content: "■";
    font-size: 10px;
    position: absolute;
    top: 3px;
    left: -18px; }
  .edit ul > li > ul > li:before {
    color: #00a0e9;
    content: "\f105"; }
  .edit ol {
    counter-reset: ol_li; }
    .edit ol > li:before {
      color: #0075c2;
      counter-increment: ol_li;
      content: counter(ol_li) ".";
      position: absolute;
      top: 1px;
      left: -20px;
      font-weight: bold; }
    .edit ol > li > ol > li:before {
      color: #00a0e9; }
