@charset "UTF-8";
/* Scss Document */
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
.indent {
  padding-left: 1.0em;
  text-indent: -1.0em; }

.indent02 {
  padding-left: 1.3em;
  text-indent: -1.3em; }

@media print, screen and (min-width: 768.2px) {
  .r_indent {
    padding-left: 6.5em;
    text-indent: -6.5em; } }
#header {
  width: 100%;
  height: 130px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1920px; }
  @media screen and (min-width: 1024px) and (max-width: 1400px) {
    #header {
      padding: 0 25px; } }

#page_ttl {
  margin-top: 130px;
  max-width: 1920px;
  margin-inline: auto; }
  @media only screen and (max-width: 1023.8px) {
    #page_ttl {
      margin-top: 60px; } }
  #page_ttl h1 {
    background-color: #f7f8f8;
    padding: 70px 10%;
    font-weight: 700;
    line-height: 1;
    font-size: 4.8rem;
    color: #000043; }
    @media only screen and (max-width: 1023.8px) {
      #page_ttl h1 {
        font-size: calc(2.2rem + 16 * (100vw - 320px)/704);
        padding: calc(30px + 30 * (100vw - 320px)/704) 10%; } }
  #page_ttl .photo {
    width: 100%;
    height: 400px; }
    @media only screen and (max-width: 1200px) {
      #page_ttl .photo {
        height: calc(100px + 200 * (100vw - 320px)/880); } }

#company #page_ttl .photo {
  background: url("../images/page_ttl_company.jpg") center no-repeat;
  background-size: cover; }

#works #page_ttl .photo {
  background: url("../images/page_ttl_works.jpg") center no-repeat;
  background-size: cover; }

/*印刷用*/
@media print {
  #header {
    position: relative !important; }

  #page_ttl {
    margin-top: 0 !important; } }
#privacy #page_ttl {
  margin-top: 110px;
  max-width: 1920px;
  margin-inline: auto; }
  @media only screen and (max-width: 1023.8px) {
    #privacy #page_ttl {
      margin-top: 80px; } }
  #privacy #page_ttl h1 {
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    font-size: 4.2rem;
    color: #0082C8;
    margin-top: 20px;
    text-align: center; }
    @media only screen and (max-width: 1023.8px) {
      #privacy #page_ttl h1 {
        font-size: calc(2.2rem + 16 * (100vw - 320px)/704);
        margin-top: calc(12px + 8 * (100vw - 320px)/704); } }

#recruit #main_visual {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  display: flex; }
  @media only screen and (max-width: 767.8px) {
    #recruit #main_visual {
      flex-direction: column-reverse; } }
  #recruit #main_visual .photo {
    width: 40%;
    background: url("../images/p_recruit_main.jpg") bottom no-repeat;
    background-size: cover;
    position: relative; }
    @media only screen and (max-width: 767.8px) {
      #recruit #main_visual .photo {
        width: 80%;
        max-width: 460px;
        margin-inline: auto;
        height: calc(370px + 50 * (100vw - 375px)/393); } }
  #recruit #main_visual .message {
    width: 60%;
    background-color: #0082C8;
    font-size: 2.8rem;
    line-height: 1.8;
    color: #fff;
    padding: 30px 40px; }
    @media print, screen and (min-width: 1024px) {
      #recruit #main_visual .message p:nth-of-type(1) {
        margin-bottom: 50px; } }
    @media only screen and (max-width: 1400px) {
      #recruit #main_visual .message {
        padding: calc(15px + 15 * (100vw - 320px)/1080);
        font-size: calc(1.8rem + 10 * (100vw - 320px)/1080); } }
    @media only screen and (max-width: 1023.8px) {
      #recruit #main_visual .message p:nth-of-type(2) {
        display: none; } }
    @media only screen and (max-width: 767.8px) {
      #recruit #main_visual .message {
        width: 100%;
        margin: 0 auto 40px;
        text-align: center; } }

.sub_section {
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .sub_section {
      padding: 30px 0; } }
  .sub_section h2 {
    line-height: 1;
    font-weight: 700; }

.breadcrumb_box {
  background-color: #E5EFF4;
  padding: 10px 0; }
  @media only screen and (max-width: 768px) {
    .breadcrumb_box {
      padding: 5px 10px; } }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  list-style: none;
  margin: 50px auto;
  width: 90%;
  max-width: 1340px; }
  @media print, screen and (min-width: 768.2px) {
    .breadcrumb {
      font-size: 1.4rem; } }
  @media only screen and (max-width: 768px) {
    .breadcrumb {
      font-size: 1.2rem;
      margin: 30px auto; } }
  .breadcrumb li {
    display: flex;
    align-items: center;
    color: #777; }
    .breadcrumb li::after {
      content: '>';
      padding: 0 0.4em; }
    .breadcrumb li:last-child:after {
      content: ''; }
    .breadcrumb li a {
      text-decoration: none;
      color: #666; }

.works_content {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 1023.8px) {
    .works_content {
      flex-direction: column; } }
  .works_content .text {
    max-width: 800px;
    width: 100%; }
    @media screen and (min-width: 1024px) and (max-width: 1340px) {
      .works_content .text {
        max-width: calc(550px + 250 * (100vw - 1024px)/316); } }
    @media only screen and (max-width: 1023.8px) {
      .works_content .text {
        margin-bottom: 60px; } }
  .works_content .photo {
    width: 500px; }
    @media print, screen and (min-width: 1024px) {
      .works_content .photo {
        margin-left: 40px;
        flex: 1; }
        .works_content .photo div + div {
          margin-top: 100px; } }
    @media only screen and (max-width: 1023.8px) {
      .works_content .photo {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .works_content .photo div {
          width: 48%; }
          .works_content .photo div:nth-of-type(n+3) {
            margin-top: 30px; } }

.t_p_column {
  display: flex; }
  @media only screen and (max-width: 1024px) {
    .t_p_column {
      flex-direction: column; } }
  .t_p_column .comment {
    flex: 1; }
    @media only screen and (max-width: 1024px) {
      .t_p_column .comment {
        margin-bottom: 40px; } }
    .t_p_column .comment h2 {
      padding: 10px 15px;
      border-left: solid 12px #0082C8;
      border-right: solid 12px #0082C8;
      width: max-content;
      width: -webkit-max-content;
      max-width: 100%;
      color: #0082C8;
      font-size: 2.4rem; }
  .t_p_column .photo {
    max-width: 600px; }
    @media only screen and (max-width: 1340px) {
      .t_p_column .photo {
        max-width: 460px; } }
    @media print, screen and (min-width: 768.2px) {
      .t_p_column .photo {
        margin-left: 50px; } }
    @media only screen and (max-width: 1024px) {
      .t_p_column .photo {
        margin: 0 auto; } }

.photo_3column {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 768.2px) {
    .photo_3column {
      flex-wrap: wrap;
      justify-content: space-around; } }
  .photo_3column li {
    list-style: none;
    height: 330px;
    text-align: center; }
    @media screen and (min-width: 768px) and (max-width: 1340px) {
      .photo_3column li {
        height: calc(180px + 100 * (100vw - 768px)/572); } }
    @media screen and (min-width: 460px) and (max-width: 768.2px) {
      .photo_3column li {
        height: 180px;
        margin-top: 20px; } }
    @media only screen and (max-width: 459.8px) {
      .photo_3column li {
        height: auto;
        max-height: 340px; }
        .photo_3column li + li {
          margin-top: 20px; } }

.recruit_point {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .recruit_point {
      flex-direction: column; } }
  .recruit_point li {
    list-style: none;
    width: 46%; }
    @media only screen and (max-width: 768px) {
      .recruit_point li {
        width: 90%;
        max-width: 640px;
        margin-inline: auto; }
        .recruit_point li + li {
          margin-top: 30px; } }
    .recruit_point li h3 {
      font-weight: 700;
      margin-bottom: 10px;
      margin-left: -26px;
      color: #e60012;
      font-size: 2.0rem;
      background: url("../images/ico_star.svg") no-repeat top left;
      background-size: auto 67px;
      padding: 20px 0 0 26px;
      min-height: 67px; }

.table_layout {
  display: flex;
  flex-wrap: wrap; }
  .table_layout dt, .table_layout dd {
    box-sizing: border-box;
    padding: 30px 20px;
    border-top: 1px solid #898989;
    font-size: 1.8rem; }
  .table_layout dt:last-of-type, .table_layout dd:last-of-type {
    border-bottom: 1px solid #898989; }
  .table_layout dt {
    width: 30%;
    font-weight: bold; }
    @media print, screen and (min-width: 1024px) {
      .table_layout dt {
        padding: 30px 60px; } }
    @media only screen and (max-width: 768px) {
      .table_layout dt {
        width: 100%;
        padding: 20px 20px 0;
        border-bottom: none !important; } }
  .table_layout dd {
    width: 70%;
    margin-left: 0; }
    @media only screen and (max-width: 768px) {
      .table_layout dd {
        width: 100%;
        border-top: none;
        padding: 20px;
        font-size: 1.6rem; } }

.table_layout_recruit {
  display: flex;
  flex-wrap: wrap; }
  .table_layout_recruit dt, .table_layout_recruit dd {
    box-sizing: border-box;
    padding: 30px 60px;
    border-top: 1px solid #898989;
    font-size: 1.8rem; }
  .table_layout_recruit dt:last-of-type, .table_layout_recruit dd:last-of-type {
    border-bottom: 1px solid #898989; }
  .table_layout_recruit dt {
    width: 30%;
    font-weight: bold;
    white-space: nowrap; }
    @media print, screen and (min-width: 1024px) {
      .table_layout_recruit dt {
        border-right: 1px solid #898989; } }
    @media only screen and (max-width: 768px) {
      .table_layout_recruit dt {
        width: 100%;
        max-width: 600px;
        margin-inline: auto;
        padding: 20px 20px 0;
        border-bottom: none !important; } }
  .table_layout_recruit dd {
    width: 70%;
    margin-left: 0; }
    @media only screen and (max-width: 768px) {
      .table_layout_recruit dd {
        width: 100%;
        max-width: 600px;
        margin-inline: auto;
        border-top: none;
        padding: 20px;
        font-size: 1.6rem; } }
    .table_layout_recruit dd a {
      color: #3F5AD7;
      text-decoration: underline; }

.recruit_ttl {
  position: relative; }
  .recruit_ttl h2 {
    width: calc(45% - 30px);
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
    margin: auto 0;
    font-weight: 900;
    font-size: 6.8rem;
    color: #0082C8; }
    @media screen and (min-width: 1340px) and (max-width: 1920px) {
      .recruit_ttl h2 {
        right: calc(60px + 50 * (100vw - 1350px)/580);
        font-size: calc(4.8rem + 20 * (100vw - 1350px)/580); } }
    @media screen and (min-width: 768.2px) and (max-width: 1339.8px) {
      .recruit_ttl h2 {
        right: calc(80px + 30 * (100vw - 768px)/572);
        width: calc(40% - 30px);
        font-size: calc(4.0rem + 25 * (100vw - 768px)/572); } }
    @media only screen and (max-width: 768px) {
      .recruit_ttl h2 {
        right: calc(20px + 30 * (100vw - 320px)/448);
        width: 40%;
        font-size: calc(2.2rem + 20 * (100vw - 320px)/448); } }

#main section.section_block:only-of-type {
  min-height: 500px; }
  @media only screen and (max-width: 768px) {
    #main section.section_block:only-of-type {
      min-height: 300px; } }

.midashi {
  color: #0082C8;
  padding: 0 0 15px 10px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  border-bottom: solid 2px #0082C8; }
  @media only screen and (max-width: 768px) {
    .midashi {
      padding: 15px 15px 10px;
      font-size: calc(2.2rem + 4 * (100vw - 320px)/448); } }

.sub_midashi01 {
  border: solid 2px #000043;
  border-left-width: 16px;
  padding: 8px 0 8px 15px;
  font-size: 2.4rem;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .sub_midashi01 {
      border-left-width: 10px;
      font-size: calc(1.8rem + 4 * (100vw - 320px)/448); } }

.sub_midashi02 {
  background-color: #000043;
  padding: 5px 20px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .sub_midashi02 {
      font-size: calc(1.8rem + 4 * (100vw - 320px)/448); } }

.sub_midashi03 {
  font-weight: bold;
  padding-bottom: 1.0em;
  text-align: center;
  position: relative;
  font-size: 2.8rem; }
  @media only screen and (max-width: 768px) {
    .sub_midashi03 {
      font-size: calc(2.0rem + 4 * (100vw - 320px)/448); } }
  .sub_midashi03::after {
    content: '';
    width: 3em;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #374880;
    border-radius: 3px; }

.bg_table th {
  font-weight: 700;
  width: 210px;
  text-align: center;
  font-size: 1.8rem;
  background-color: #ccc; }
  @media only screen and (max-width: 768px) {
    .bg_table th {
      padding: 20px 20px 15px 20px;
      font-size: calc(1.6rem + 4 * (100vw - 320px)/448); } }
.bg_table td {
  font-size: 1.8rem; }
  @media only screen and (max-width: 768px) {
    .bg_table td {
      padding: 0 20px 20px 20px;
      font-size: calc(1.4rem + 4 * (100vw - 320px)/448); } }
.bg_table th, .bg_table td {
  background-color: #ccc;
  line-height: 2.0; }
  @media print, screen and (min-width: 768.2px) {
    .bg_table th, .bg_table td {
      padding: 30px 20px; } }
  @media only screen and (max-width: 768px) {
    .bg_table th, .bg_table td {
      display: block;
      width: 100%;
      text-align: left; } }
.bg_table tr:nth-child(even) th, .bg_table tr:nth-child(even) td {
  background: #fff; }

.company_table {
  border-collapse: collapse; }
  .company_table th {
    background-color: #D7F0FF;
    white-space: nowrap;
    text-align: center;
    font-weight: bold; }
    @media print, screen and (min-width: 768.2px) {
      .company_table th {
        width: 210px; } }
  .company_table th, .company_table td {
    border-top: solid 1px #ccc;
    font-size: 1.8rem;
    line-height: 2.0;
    vertical-align: middle; }
    @media print, screen and (min-width: 768.2px) {
      .company_table th, .company_table td {
        padding: 20px 30px; } }
    @media only screen and (max-width: 768px) {
      .company_table th, .company_table td {
        padding: 10px 20px;
        font-size: calc(1.4rem + 4 * (100vw - 320px)/448); } }
  .company_table tr:last-child th, .company_table tr:last-child td {
    border-bottom: solid 1px #ccc; }

#form_block {
  margin-bottom: 60px; }
  #form_block .form {
    margin-bottom: 30px; }
    #form_block .form dt, #form_block .form dd {
      box-sizing: border-box;
      padding: 30px;
      font-size: 2.0rem; }
    #form_block .form dt {
      background: #E6F5FF;
      border-top: 1px solid #c9c9c9;
      display: flex;
      align-items: center;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        #form_block .form dt {
          padding: 15px 20px;
          font-size: 1.8rem; } }
    #form_block .form dd {
      margin-left: 0; }
      @media only screen and (max-width: 768px) {
        #form_block .form dd {
          padding: 20px 10px;
          font-size: 1.6rem; } }
    #form_block .form .required {
      background-color: #F88183;
      color: #fff;
      padding: 2px 10px;
      margin-left: auto;
      font-size: 1.6rem; }
      @media only screen and (max-width: 768px) {
        #form_block .form .required {
          font-size: 1.4rem; } }
    #form_block .form input[type="text"], #form_block .form textarea {
      width: 100%; }
    #form_block .form input[type="text"], #form_block .form input[type="email"], #form_block .form input[type="tel"], #form_block .form input[type="number"], #form_block .form input[type="date"],
    #form_block .form textarea {
      background: #f8f8f8;
      display: block;
      font-size: 1.6rem;
      padding: 12px 15px;
      transition: 0.8s;
      border-radius: 0; }
      @media only screen and (max-width: 768px) {
        #form_block .form input[type="text"], #form_block .form input[type="email"], #form_block .form input[type="tel"], #form_block .form input[type="number"], #form_block .form input[type="date"],
        #form_block .form textarea {
          width: 100%;
          padding: 12px 10px; } }
    #form_block .form input[name="郵便番号"] {
      width: 240px; }
    #form_block .form input[type="text"]:focus, #form_block .form input[type="email"]:focus, #form_block .form input[type="tel"]:focus, #form_block .form input[type="number"]:focus, #form_block .form input[type="date"]:focus,
    #form_block .form textarea:focus {
      background: #e9f5fb;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
    #form_block .form input[type="number"] {
      min-width: 200px; }
    #form_block .form textarea[name="content"] {
      display: inline-block;
      width: 100%;
      height: 200px; }
  #form_block .mfp_buttons {
    display: flex;
    justify-content: space-around;
    max-width: 640px;
    margin-inline: auto; }
  #form_block button[type="reset"], #form_block div.mfp_buttons button#mfp_button_cancel {
    font-size: 2.0rem;
    padding: 10px 20px;
    border-radius: 10px;
    border: solid 2px #ccc;
    cursor: pointer;
    display: block;
    text-align: center; }
    @media print, screen and (min-width: 768.2px) {
      #form_block button[type="reset"], #form_block div.mfp_buttons button#mfp_button_cancel {
        min-width: 160px; } }
    @media only screen and (max-width: 768px) {
      #form_block button[type="reset"], #form_block div.mfp_buttons button#mfp_button_cancel {
        font-size: 1.8rem; } }
  #form_block button[type="submit"], #form_block div.mfp_buttons button#mfp_button_send {
    font-size: 2.0rem;
    padding: 10px 20px;
    background: #0082C8;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    text-align: center; }
    @media print, screen and (min-width: 768.2px) {
      #form_block button[type="submit"], #form_block div.mfp_buttons button#mfp_button_send {
        min-width: 160px; } }
    @media only screen and (max-width: 768px) {
      #form_block button[type="submit"], #form_block div.mfp_buttons button#mfp_button_send {
        font-size: 1.8rem; } }

.return_link {
  font-size: 2.0rem;
  padding: 15px 20px;
  text-decoration: none;
  display: block;
  width: 80%;
  max-width: 220px;
  color: #fff;
  background-color: #0082C8;
  position: relative;
  transition: all .3s; }
  @media only screen and (max-width: 768px) {
    .return_link {
      font-size: 1.6rem;
      width: 60%; } }
  .return_link::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 21px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 18'%3E%3Cpath fill='%23ffffff' d='M9.5,10.2l-7.1,7.6c-0.3,0.3-0.8,0.3-1.1,0c0,0,0,0,0,0l-1.1-1.1c-0.3-0.3-0.3-0.8,0-1.1	l5.4-5.9c0.3-0.3,0.3-0.8,0-1.1L0.2,2.5c-0.3-0.3-0.3-0.8,0-1.1l1.1-1.1c0.3-0.3,0.8-0.3,1.1,0c0,0,0,0,0,0l7.1,7.6	C10.2,8.5,10.2,9.5,9.5,10.2z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
    background-size: contain;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s; }
    @media only screen and (max-width: 768px) {
      .return_link::after {
        width: 8px;
        height: 18px; } }
  @media print, screen and (min-width: 768.2px) {
    .return_link:hover {
      background-color: #3F548F; }
    .return_link:hover::after {
      right: 15px; } }
