@charset "UTF-8";
@import url("http://fonts.googleapis.com/css?family=Pacifico");
/* 通常時のclearfix
-------------------------- */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/* 上記で不都合が通じる場合のclearfix
-------------------------- */
.clearfix2 {
  overflow: hidden; }

/* イレギュラーな場合のみ使うCSS(※基本的には使用しないこと)
-------------------------- */
/* margin
--------------
 */
/* top */
.mt00 {
  margin-top: 0 !important; }

.mt05 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

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

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

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

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

/* bottom */
.mb00 {
  margin-bottom: 0 !important; }

.mb05 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

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

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

/* left */
.ml0 {
  margin-left: 0px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

/* right */
.mr10 {
  margin-right: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

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

.mr30 {
  margin-right: 30px !important; }

/* padding
--------------
 */
/* top */
.pt00 {
  padding-top: 0 !important; }

.pt05 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

/* bottom */
.pb00 {
  padding-bottom: 0 !important; }

.pb05 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pb50 {
  padding-bottom: 50px !important; }

/* ====================================================
layout style
==================================================== */
/* header
-------------------------- */
/* footer
-------------------------- */
/* typography
-------------------------- */
.caption_ttl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  color: #444444; }

.section_ttl {
  max-width: 950px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px; }
  @media screen and (max-width: 600px) {
    .section_ttl {
      padding: 0 20px; } }
  .section_ttl .txt_main {
    color: #555555;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 20px;
    position: relative; }
    @media screen and (max-width: 600px) {
      .section_ttl .txt_main {
        font-size: 16px;
        font-size: 1.6rem;
        padding-left: 15px; } }
    .section_ttl .txt_main:before {
      display: inline-block;
      content: '';
      background-color: #2657c1;
      width: 4px;
      height: 20px;
      position: absolute;
      left: 0; }
      @media screen and (max-width: 600px) {
        .section_ttl .txt_main:before {
          height: 16px; } }
  .section_ttl .txt_sub {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-top: 20px; }
    @media screen and (max-width: 600px) {
      .section_ttl .txt_sub {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.6923076923; } }

.f15 {
  font-size: 15px;
  font-size: 1.5rem; }
  @media screen and (max-width: 1100px) {
    .f15 {
      font-size: 14px;
      font-size: 1.4rem; } }

/* ====================================================
module style
==================================================== */
/* 見出しモジュール
-------------------------- */
.head_ttl {
  display: table;
  width: 100%;
  height: 277px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 7px solid #e6e6e6; }
  @media screen and (max-width: 768px) {
    .head_ttl {
      height: 184px;
      border-bottom: 4px solid #e6e6e6; } }

.page_ttl {
  display: table-cell;
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 5px;
  text-shadow: 0px 0px 10px #fff; }
  .page_ttl span {
    display: block;
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px #fff; }
  @media screen and (max-width: 768px) {
    .page_ttl {
      font-size: 30px;
      font-size: 3rem;
      line-height: 1; }
      .page_ttl span {
        margin-top: 10px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1; } }

.ttl_cont {
  margin-bottom: 40px;
  color: #2657c1;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .ttl_cont {
      margin-bottom: 30px;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1; } }

/* テキストモジュール
-------------------------- */
.lead_box {
  text-align: center; }
  .lead_box .page_lead {
    display: inline-block;
    margin: 70px 0 60px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .lead_box .page_lead {
        margin: 30px 0;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.5384615385; } }

/* リンクモジュール
-------------------------- */
/*==================================================
parts
==================================================*/
.ttl_section {
  margin-bottom: 40px;
  color: #2657c1;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px; }
  .ttl_section span {
    display: block;
    margin-top: 10px;
    color: #666666;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: normal; }
  @media screen and (max-width: 768px) {
    .ttl_section {
      margin-bottom: 20px;
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1; }
      .ttl_section span {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1; } }

a.btn_detail {
  display: block;
  margin: 0 auto;
  width: 162px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.8571428571;
  font-weight: bold;
  text-align: center;
  background: #2657c1; }

.bg_gy {
  background: #f7f7f7; }

/*==================================================
index
==================================================*/
.content_index .img_main {
  margin-bottom: 88px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
  text-align: center;
  border-bottom: 11px solid #e6e6e6; }
  @media screen and (max-width: 768px) {
    .content_index .img_main {
      margin-bottom: 40px; } }
  .content_index .img_main img {
    width: 1500px; }

.content_index .sec_service ul li {
  margin-bottom: 20px;
  width: 24.06%;
  float: left;
  text-align: center;
  margin-left: 1.25%; }
  .content_index .sec_service ul li a {
    display: block; }
  .content_index .sec_service ul li:first-child {
    margin-left: 0; }
  @media screen and (max-width: 768px) {
    .content_index .sec_service ul li {
      margin-bottom: 30px;
      margin-left: 4%;
      width: 48%; }
      .content_index .sec_service ul li:nth-child(3) {
        margin-left: 0; } }
  @media screen and (max-width: 640px) {
    .content_index .sec_service ul li {
      margin-left: 0;
      width: 100%; } }
  .content_index .sec_service ul li img {
    width: 100%; }
  .content_index .sec_service ul li p {
    margin-bottom: 24px;
    color: #fff;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 2.619047619;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      .content_index .sec_service ul li p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 2.25; } }
  .content_index .sec_service ul li span {
    padding-left: 30px;
    background-size: 23px auto;
    background-repeat: no-repeat;
    background-position: left center; }
    @media screen and (max-width: 640px) {
      .content_index .sec_service ul li span {
        background-size: 18px auto; } }
  .content_index .sec_service ul li.item01 p {
    background: #8ecbcc; }
    .content_index .sec_service ul li.item01 p span {
      background-image: url(../images/index/icn_service01.png); }
  .content_index .sec_service ul li.item02 p {
    background: #45b1e6; }
    .content_index .sec_service ul li.item02 p span {
      background-image: url(../images/index/icn_service02.png); }
  .content_index .sec_service ul li.item03 p {
    background: #e9b310; }
    .content_index .sec_service ul li.item03 p span {
      background-image: url(../images/index/icn_service03.png); }
  .content_index .sec_service ul li.item04 p {
    background: #888888; }
    .content_index .sec_service ul li.item04 p span {
      background-image: url(../images/index/icn_service04.png); }

.content_index .sec_strength {
  padding: 100px 0 0; }
  .content_index .sec_strength .bg_gy .inner {
    padding: 50px 40px 40px;
    background: url(../images/index/bg_strength.jpg) no-repeat center center; }
  .content_index .sec_strength .bg_gy .txt {
    width: 57.5%;
    float: left; }
    .content_index .sec_strength .bg_gy .txt .ttl_box {
      margin-bottom: 25px;
      color: #2657c1;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.3333333333;
      font-weight: bold; }
    .content_index .sec_strength .bg_gy .txt p {
      margin-bottom: 50px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.7333333333; }
    .content_index .sec_strength .bg_gy .txt .btn_detail {
      margin: 0; }
  .content_index .sec_strength .bg_gy .img {
    width: 28%;
    float: right; }
  @media screen and (max-width: 768px) {
    .content_index .sec_strength {
      padding: 40px 0 0; }
      .content_index .sec_strength .bg_gy {
        padding: 10px 0; }
        .content_index .sec_strength .bg_gy .inner {
          padding: 30px 3%;
          background: none; }
        .content_index .sec_strength .bg_gy .txt {
          width: 70%; }
          .content_index .sec_strength .bg_gy .txt .ttl_box {
            margin-bottom: 25px;
            color: #2657c1;
            font-size: 24px;
            font-size: 2.4rem;
            line-height: 1.3333333333;
            font-weight: bold; }
          .content_index .sec_strength .bg_gy .txt p {
            margin-bottom: 30px;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.4285714286; }
          .content_index .sec_strength .bg_gy .txt .btn_detail {
            margin: 0; }
        .content_index .sec_strength .bg_gy .img {
          width: 30%;
          float: right; } }

.content_index .sec_recruit {
  padding: 100px 0 0; }
  .content_index .sec_recruit .bg_box {
    background: url(../images/index/bg_recruit.jpg) no-repeat center center;
    background-size: cover; }
    .content_index .sec_recruit .bg_box .inner {
      display: table;
      width: 100%;
      height: 320px; }
    .content_index .sec_recruit .bg_box .txt_box {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .content_index .sec_recruit .bg_box .txt_box p {
        margin-bottom: 45px;
        color: #fff;
        font-size: 30px;
        font-size: 3rem;
        line-height: 1;
        font-weight: bold;
        text-shadow: 0px 0px 10px #000000; }
      .content_index .sec_recruit .bg_box .txt_box .btn_detail {
        color: #2657c1;
        background: #fff; }
  @media screen and (max-width: 768px) {
    .content_index .sec_recruit {
      padding: 40px 0 0; }
      .content_index .sec_recruit .bg_box .inner {
        height: 220px; }
      .content_index .sec_recruit .bg_box .txt_box p {
        margin-bottom: 30px;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1; } }

.content_index .sec_news {
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    .content_index .sec_news {
      padding: 40px 0 50px; } }
  .content_index .sec_news ul {
    border-top: 1px solid #e4e4e4; }
    .content_index .sec_news ul li {
      display: table;
      margin: 0 auto;
      padding: 30px 0;
      width: 100%;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4285714286;
      border-bottom: 1px solid #e4e4e4; }
      .content_index .sec_news ul li span {
        display: table-cell;
        width: 130px;
        text-align: center;
        box-sizing: border-box;
        color: #2657c1;
        font-weight: 500; }
      .content_index .sec_news ul li p {
        display: table-cell;
        padding-left: 15px;
        color: #666666; }
      @media screen and (max-width: 768px) {
        .content_index .sec_news ul li {
          display: block;
          padding: 15px;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 1.5384615385; }
          .content_index .sec_news ul li span {
            display: block;
            margin-bottom: 6px;
            padding-right: 0;
            text-align: left;
            width: 100%; }
          .content_index .sec_news ul li p {
            display: block;
            padding-left: 0; } }

/* ====================================================
contact
==================================================== */
.content_contact .head_ttl {
  width: 100%;
  background: url(../images/contact/img_head.jpg) no-repeat center center;
  background-size: cover; }

.content_contact .page_lead span {
  font-weight: bold; }

.content_contact section .page_lead {
  margin: 0 0 55px; }
  @media screen and (max-width: 768px) {
    .content_contact section .page_lead {
      margin: 0 0 15px; } }

.content_contact section .bg_gy {
  margin-bottom: 75px;
  padding: 50px 0 40px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .content_contact section .bg_gy {
      margin-bottom: 40px;
      padding: 20px 0; } }
  .content_contact section .bg_gy .contact_box p {
    margin: 0 0 15px;
    color: #2657c1;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px; }
    @media screen and (max-width: 768px) {
      .content_contact section .bg_gy .contact_box p {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1;
        letter-spacing: 1px; } }
  .content_contact section .bg_gy .contact_box .open_hour {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 2px; }
    .content_contact section .bg_gy .contact_box .open_hour span {
      display: inline-block;
      margin-top: 20px;
      color: #2657c1;
      font-weight: bold; }
    @media screen and (max-width: 768px) {
      .content_contact section .bg_gy .contact_box .open_hour {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1;
        letter-spacing: 1px; }
        .content_contact section .bg_gy .contact_box .open_hour span {
          margin-top: 5px; } }

.content_contact .form_wrap {
  margin: 0 auto 90px;
  max-width: 600px; }
  @media screen and (max-width: 768px) {
    .content_contact .form_wrap {
      margin: 0 auto 50px; } }
  .content_contact .form_wrap dl {
    display: table;
    margin-bottom: 38px;
    width: 100%; }
    .content_contact .form_wrap dl dt {
      display: table-cell;
      width: 33.33%;
      color: #444;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 4.0714285714;
      font-weight: bold; }
    .content_contact .form_wrap dl dd {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1; }
      .content_contact .form_wrap dl dd input {
        padding: 0 25px;
        width: 100%;
        height: 57px;
        background: #f7f7f7;
        line-height: 57px;
        border-radius: 6px; }
      .content_contact .form_wrap dl dd.postcode {
        margin-bottom: 40px; }
        .content_contact .form_wrap dl dd.postcode input {
          margin-left: 10px;
          width: 215px; }
      .content_contact .form_wrap dl dd textarea {
        padding: 20px 25px;
        width: 100%;
        height: 19em;
        resize: none;
        background: #f7f7f7;
        border-radius: 6px; }
    .content_contact .form_wrap dl:last-of-type dt {
      vertical-align: top; }
    @media screen and (max-width: 620px) {
      .content_contact .form_wrap dl {
        display: block;
        margin-bottom: 15px; }
        .content_contact .form_wrap dl dt {
          display: block;
          width: 100%;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 2.3076923077; }
        .content_contact .form_wrap dl dd input {
          padding: 0 15px;
          height: 45px;
          line-height: 45px;
          border-radius: 4px; }
        .content_contact .form_wrap dl dd textarea {
          padding: 15px;
          height: 12em;
          border-radius: 4px; }
        .content_contact .form_wrap dl dd.postcode {
          margin-bottom: 20px; } }

.content_contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  width: 235px;
  box-sizing: border-box;
  height: 34px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 25px;
  color: #808080; }

.content_contact select::-ms-expand {
  display: none; }

.content_contact .selectWrap {
  position: relative;
  display: inline-block;
  background: #f7f7f7;
  border-radius: 5px; }
  .content_contact .selectWrap::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    background: #2a7de8;
    height: 100%;
    width: 28px;
    border-radius: 0 5px 5px 0; }
  .content_contact .selectWrap::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    width: 28px;
    height: 34px;
    background: url(../images/contact/arrow_select.png) no-repeat center center;
    background-size: 8px auto; }

.content_contact .agree_policy {
  margin-bottom: 100px;
  text-align: center; }
  @media screen and (max-width: 620px) {
    .content_contact .agree_policy {
      margin-bottom: 50px; } }
  .content_contact .agree_policy .btn_submit {
    display: inline-block;
    width: 100%;
    max-width: 346px;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 4.3;
    font-weight: bold;
    text-align: center;
    background: #2657c1;
    border-radius: 6px; }
    @media screen and (max-width: 620px) {
      .content_contact .agree_policy .btn_submit {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 3.125; } }

/* ====================================================
company
==================================================== */
.content_company .head_ttl {
  width: 100%;
  background: url(../images/company/img_head.jpg) no-repeat center center;
  background-size: cover; }

.content_company section {
  margin-bottom: 120px; }
  @media screen and (max-width: 768px) {
    .content_company section {
      margin-bottom: 40px; } }

.content_company .sec_lead_company {
  margin-bottom: 50px; }
  .content_company .sec_lead_company .inner .oder {
    overflow: hidden;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 75px 0 0; }
    .content_company .sec_lead_company .inner .oder .item {
      float: left; }
    .content_company .sec_lead_company .inner .oder .item-text {
      width: 100%; }
      @media screen and (max-width: 768px) {
        .content_company .sec_lead_company .inner .oder .item-text {
          width: 100%;
          margin-bottom: 30px; } }
      .content_company .sec_lead_company .inner .oder .item-text h2.ttl_cont {
        text-align: center;
        margin-bottom: 27px; }
      .content_company .sec_lead_company .inner .oder .item-text p {
        line-height: 1.71429; }
    .content_company .sec_lead_company .inner .oder .item-img {
      width: 370px;
      float: right; }
      @media screen and (max-width: 1100px) {
        .content_company .sec_lead_company .inner .oder .item-img {
          width: 40%; } }
      @media screen and (max-width: 768px) {
        .content_company .sec_lead_company .inner .oder .item-img {
          width: 100%;
          text-align: center; } }

.content_company .list_company {
  text-align: center; }
  .content_company .list_company .item {
    font-size: 14px;
    font-size: 1.4rem; }
    .content_company .list_company .item h2.ttl_cont {
      margin-top: 120px; }
      @media screen and (max-width: 768px) {
        .content_company .list_company .item h2.ttl_cont {
          margin-top: 40px;
          margin-bottom: 15px; } }
    .content_company .list_company .item .bg_gy {
      padding: 40px 0; }
      .content_company .list_company .item .bg_gy .inner h3 {
        font-size: 30px;
        font-size: 3rem;
        font-weight: bold; }
        @media screen and (max-width: 800px) {
          .content_company .list_company .item .bg_gy .inner h3 {
            font-size: 14px;
            font-size: 1.4rem; } }
      .content_company .list_company .item .bg_gy .inner ul.ul_list {
        max-width: 480px;
        margin: auto; }
        .content_company .list_company .item .bg_gy .inner ul.ul_list li {
          margin-bottom: 10px;
          position: relative;
          padding-left: 10px;
          text-align: left;
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: bold; }
          .content_company .list_company .item .bg_gy .inner ul.ul_list li:before {
            content: "";
            width: 5px;
            height: 5px;
            position: absolute;
            left: 0;
            top: 7px;
            border-radius: 100%;
            background: #333; }
      .content_company .list_company .item .bg_gy .inner table.table_company {
        width: 100%; }
        .content_company .list_company .item .bg_gy .inner table.table_company tr {
          border-bottom: 1px solid #ccc; }
          .content_company .list_company .item .bg_gy .inner table.table_company tr td {
            font-size: 15px;
            font-size: 1.5rem;
            padding: 30px;
            text-align: left;
            vertical-align: top;
            line-height: 21px; }
            @media screen and (max-width: 768px) {
              .content_company .list_company .item .bg_gy .inner table.table_company tr td {
                width: 100% !important;
                display: block;
                text-align: left !important;
                padding: 10px 15px !important; } }
            .content_company .list_company .item .bg_gy .inner table.table_company tr td:nth-child(1) {
              text-align: right;
              color: #2657c1;
              width: 330px;
              font-weight: bold; }
          .content_company .list_company .item .bg_gy .inner table.table_company tr:last-child {
            border-bottom: none; }
      .content_company .list_company .item .bg_gy .inner table.table_company.table2 tr td:nth-child(1) {
        width: 370px; }
    .content_company .list_company .item .desc_map {
      font-size: 15px;
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        .content_company .list_company .item .desc_map {
          padding: 0 10px; } }
    .content_company .list_company .item .map {
      margin-top: 30px; }
      .content_company .list_company .item .map iframe {
        width: 100% !important;
        height: 480px !important; }

.content_company .sec_flow {
  text-align: center; }

.content_company .sec_ttl {
  margin-bottom: 30px;
  /*color: $color-gr;*/
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 600;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .content_company .sec_ttl {
      margin-bottom: 20px;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1; } }

.content_company .bg_gy {
  padding: 50px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286; }
  @media screen and (max-width: 768px) {
    .content_company .bg_gy {
      padding: 30px 0; } }

.content_company .sec_philosophy .philosophy {
  text-align: center; }
  .content_company .sec_philosophy .philosophy ul {
    display: inline-block;
    margin-bottom: 80px; }
    .content_company .sec_philosophy .philosophy ul li {
      font-size: 20px;
      font-size: 2rem;
      line-height: 2.15;
      font-weight: bold;
      text-align: left; }
  @media screen and (max-width: 768px) {
    .content_company .sec_philosophy .philosophy ul {
      margin-bottom: 40px; }
      .content_company .sec_philosophy .philosophy ul li {
        margin-bottom: 15px;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.4117647059; } }

.content_company .sec_philosophy .outline {
  text-align: center; }
  .content_company .sec_philosophy .outline .cont_outline {
    display: inline-block; }
  .content_company .sec_philosophy .outline table {
    line-height: 35px; }
    @media screen and (max-width: 768px) {
      .content_company .sec_philosophy .outline table {
        line-height: 24px; } }
    .content_company .sec_philosophy .outline table th {
      width: 200px;
      text-align: left;
      vertical-align: top; }
      .content_company .sec_philosophy .outline table th span {
        display: inline-block;
        position: relative;
        /*color: $color-gr;*/
        font-weight: bold; }
        .content_company .sec_philosophy .outline table th span:before {
          content: '';
          position: absolute;
          bottom: 3px;
          left: 0;
          width: 100%;
          height: 1px;
          /*background:  $color-gr;*/ }
    .content_company .sec_philosophy .outline table td {
      text-align: left;
      vertical-align: top; }
    @media screen and (max-width: 768px) {
      .content_company .sec_philosophy .outline table th {
        padding-bottom: 10px;
        width: 7em;
        text-align: left;
        vertical-align: top; }
      .content_company .sec_philosophy .outline table td {
        padding-bottom: 10px; } }

.content_company .sec_history .inner {
  text-align: center; }
  .content_company .sec_history .inner ul {
    display: inline-block;
    text-align: left; }
    .content_company .sec_history .inner ul li {
      display: table;
      margin-bottom: 15px; }
      .content_company .sec_history .inner ul li:last-child {
        margin-bottom: 0; }
      .content_company .sec_history .inner ul li span {
        display: table-cell;
        width: 165px; }
      .content_company .sec_history .inner ul li p {
        display: table-cell; }
      @media screen and (max-width: 768px) {
        .content_company .sec_history .inner ul li {
          display: block; }
          .content_company .sec_history .inner ul li span {
            display: block;
            margin-bottom: 5px;
            width: auto; }
          .content_company .sec_history .inner ul li p {
            display: block; } }

.content_company .sec_map .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 39.58%;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .content_company .sec_map .map {
      padding-bottom: 56.25%; } }

.content_company .sec_map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.content_recruit .head_ttl {
  width: 100%;
  background: url(../images/recruit/img_head.jpg) no-repeat center center;
  background-size: cover; }

.content_recruit .ttl_cont {
  margin: 85px 0 15px; }
  @media screen and (max-width: 768px) {
    .content_recruit .ttl_cont {
      margin: 35px 0 15px; } }

.content_recruit section.sec_lead h2.ttl_cont {
  font-size: 30px;
  font-size: 3rem;
  text-align: center; }

.content_recruit section.sec_lead .item_recruit {
  background: url(../images/recruit/img_01.jpg) no-repeat center center;
  background-size: cover; }
  .content_recruit section.sec_lead .item_recruit .inner ul {
    padding: 50px 0; }
    @media screen and (max-width: 768px) {
      .content_recruit section.sec_lead .item_recruit .inner ul {
        padding: 25px 0; } }
    .content_recruit section.sec_lead .item_recruit .inner ul li {
      display: block;
      color: white;
      background: #2657c1;
      padding: 20px 30px;
      margin-bottom: 40px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .content_recruit section.sec_lead .item_recruit .inner ul li {
          margin-bottom: 20px; } }
      .content_recruit section.sec_lead .item_recruit .inner ul li h3 {
        width: 60%;
        float: left;
        font-size: 30px;
        font-size: 3rem;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          .content_recruit section.sec_lead .item_recruit .inner ul li h3 {
            width: 100%;
            font-size: 22px;
            font-size: 2.2rem;
            line-height: 1.4; } }
      .content_recruit section.sec_lead .item_recruit .inner ul li span {
        width: 40%;
        float: left;
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: normal;
        line-height: 30px; }
        @media screen and (max-width: 768px) {
          .content_recruit section.sec_lead .item_recruit .inner ul li span {
            width: 100%;
            font-size: 14px;
            font-size: 1.4rem; } }

.content_recruit .sec_flow {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 120px; }
  @media screen and (max-width: 768px) {
    .content_recruit .sec_flow {
      margin-bottom: 50px; } }
  .content_recruit .sec_flow h3.ttl_cont {
    text-align: left; }
  .content_recruit .sec_flow .tile-table {
    overflow: hidden;
    margin-bottom: 40px; }
    .content_recruit .sec_flow .tile-table .item {
      width: 50%;
      float: left; }
      @media screen and (max-width: 768px) {
        .content_recruit .sec_flow .tile-table .item {
          width: 100%;
          margin-bottom: 15px; } }
      .content_recruit .sec_flow .tile-table .item span {
        display: block;
        padding-top: 20px;
        font-size: 15px;
        font-size: 1.5rem; }
      .content_recruit .sec_flow .tile-table .item:nth-child(2) {
        float: right; }
        .content_recruit .sec_flow .tile-table .item:nth-child(2) ul {
          float: right; }
          @media screen and (max-width: 768px) {
            .content_recruit .sec_flow .tile-table .item:nth-child(2) ul {
              width: 100%; } }
          .content_recruit .sec_flow .tile-table .item:nth-child(2) ul li {
            float: left; }
            .content_recruit .sec_flow .tile-table .item:nth-child(2) ul li a {
              padding: 20px;
              display: block;
              font-size: 18px;
              font-size: 1.8rem;
              font-weight: bold; }
              @media screen and (max-width: 768px) {
                .content_recruit .sec_flow .tile-table .item:nth-child(2) ul li a {
                  font-size: 16px;
                  font-size: 1.6rem;
                  padding: 11px 10px; } }
            .content_recruit .sec_flow .tile-table .item:nth-child(2) ul li.active a {
              background: #2657c1;
              color: white;
              padding: 20px 60px;
              font-size: 26px;
              font-size: 2.6rem; }
              @media screen and (max-width: 768px) {
                .content_recruit .sec_flow .tile-table .item:nth-child(2) ul li.active a {
                  font-size: 18px;
                  font-size: 1.8rem;
                  padding: 10px 10px; } }
            @media screen and (max-width: 768px) {
              .content_recruit .sec_flow .tile-table .item:nth-child(2) ul li {
                width: 50%;
                text-align: center; } }
  .content_recruit .sec_flow table {
    width: 100%; }
    .content_recruit .sec_flow table tr td {
      border: 1px solid #ccc;
      padding: 30px;
      vertical-align: top;
      line-height: 21px;
      font-size: 15px;
      font-size: 1.5rem; }
      .content_recruit .sec_flow table tr td:nth-child(1) {
        width: 235px;
        background: #f7f7f7;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          .content_recruit .sec_flow table tr td:nth-child(1) {
            border-bottom: none;
            font-weight: 600;
            background: none; } }
      @media screen and (max-width: 768px) {
        .content_recruit .sec_flow table tr td {
          width: 100% !important;
          display: block;
          padding: 15px;
          border-bottom: none; } }
    @media screen and (max-width: 768px) {
      .content_recruit .sec_flow table tr {
        border: none; }
        .content_recruit .sec_flow table tr:nth-child(even) {
          background: #f7f7f7; }
        .content_recruit .sec_flow table tr:last-child {
          border-bottom: 1px solid #ccc; } }
  .content_recruit .sec_flow .show_recruit {
    text-align: center; }
    .content_recruit .sec_flow .show_recruit h3.ttl_cont {
      text-align: center; }
    .content_recruit .sec_flow .show_recruit img {
      margin: 70px 0 40px; }
    .content_recruit .sec_flow .show_recruit .step {
      padding: 50px 90px;
      background: #f7f7f7;
      overflow: hidden;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .content_recruit .sec_flow .show_recruit .step {
          padding: 20px; } }
      .content_recruit .sec_flow .show_recruit .step ul li {
        margin-bottom: 40px;
        position: relative;
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .content_recruit .sec_flow .show_recruit .step ul li {
            font-size: 14px;
            font-size: 1.4rem;
            margin-bottom: 20px; } }
        .content_recruit .sec_flow .show_recruit .step ul li .txtleft {
          width: 15%;
          float: left; }
          @media screen and (max-width: 768px) {
            .content_recruit .sec_flow .show_recruit .step ul li .txtleft {
              width: 100%; } }
        .content_recruit .sec_flow .show_recruit .step ul li .txtright {
          width: 85%;
          float: left;
          padding-top: 10px;
          line-height: 1.4; }
          @media screen and (max-width: 768px) {
            .content_recruit .sec_flow .show_recruit .step ul li .txtright {
              width: 100%; } }
        .content_recruit .sec_flow .show_recruit .step ul li span.tstep {
          font-size: 27px;
          font-size: 2.7rem;
          font-weight: bold;
          color: #2657c1; }
          @media screen and (max-width: 768px) {
            .content_recruit .sec_flow .show_recruit .step ul li span.tstep {
              font-size: 22px;
              font-size: 2.2rem; } }
        .content_recruit .sec_flow .show_recruit .step ul li span.num {
          font-size: 36px;
          font-size: 3.6rem;
          font-weight: bold;
          margin-right: 30px;
          color: #2657c1; }
          @media screen and (max-width: 768px) {
            .content_recruit .sec_flow .show_recruit .step ul li span.num {
              font-size: 28px;
              font-size: 2.8rem; } }
        .content_recruit .sec_flow .show_recruit .step ul li:last-child {
          margin-bottom: 0; }
  .content_recruit .sec_flow .list-item {
    overflow: hidden;
    margin: 0 -30px; }
    @media screen and (max-width: 768px) {
      .content_recruit .sec_flow .list-item {
        margin: 0; } }
    .content_recruit .sec_flow .list-item .item {
      float: left;
      width: 50%;
      padding: 0px 30px; }
      @media screen and (max-width: 768px) {
        .content_recruit .sec_flow .list-item .item {
          width: 100%;
          padding: 0; } }
      .content_recruit .sec_flow .list-item .item .oder h3 {
        text-align: center; }
      .content_recruit .sec_flow .list-item .item .oder ul {
        background: #f7f7f7;
        padding: 35px; }
        @media screen and (max-width: 768px) {
          .content_recruit .sec_flow .list-item .item .oder ul {
            padding: 15px 10px; } }
        .content_recruit .sec_flow .list-item .item .oder ul li {
          margin-bottom: 12px;
          font-size: 17px;
          font-size: 1.7rem;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            .content_recruit .sec_flow .list-item .item .oder ul li {
              font-size: 14px;
              font-size: 1.4rem; } }
          .content_recruit .sec_flow .list-item .item .oder ul li p {
            margin-top: 10px;
            line-height: 1.5; }
      .content_recruit .sec_flow .list-item .item:nth-child(2) .oder ul li {
        line-height: 20px;
        margin-bottom: 25px; }
        @media screen and (max-width: 768px) {
          .content_recruit .sec_flow .list-item .item:nth-child(2) .oder ul li {
            margin-bottom: 15px; } }

.content_recruit .show-img h3.ttl_cont {
  text-align: center; }

.content_recruit .show-img .img {
  margin: auto; }
  .content_recruit .show-img .img img {
    width: 100%; }

.content_recruit .show-img .oder {
  padding: 50px 0;
  background: #f7f7f7; }
  .content_recruit .show-img .oder .list {
    overflow: hidden;
    width: 760px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .content_recruit .show-img .oder .list {
        width: 100%; } }
    .content_recruit .show-img .oder .list .oder {
      width: 50%;
      float: left;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .content_recruit .show-img .oder .list .oder {
          padding: 0;
          width: 100%;
          text-align: center; } }
      .content_recruit .show-img .oder .list .oder ul li {
        margin-bottom: 14px;
        position: relative;
        padding-left: 10px;
        text-align: left;
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          .content_recruit .show-img .oder .list .oder ul li {
            font-size: 15px;
            font-size: 1.5rem; } }
        .content_recruit .show-img .oder .list .oder ul li:before {
          content: "";
          width: 5px;
          height: 5px;
          position: absolute;
          left: 0;
          margin-top: 5px;
          border-radius: 100%;
          background: #333; }
      @media screen and (max-width: 768px) {
        .content_recruit .show-img .oder .list .oder ul {
          width: 100%;
          padding-left: 10px;
          display: inline-block;
          margin: auto; } }

.content_recruit .price {
  text-align: center; }
  .content_recruit .price h3.ttl_cont {
    text-align: center;
    margin-bottom: 50px; }

.item_link {
  text-align: center; }
  .item_link h3 {
    color: #333;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    font-weight: bold;
    margin: 90px 0 25px; }
    @media screen and (max-width: 768px) {
      .item_link h3 {
        margin: 40px 0 25px;
        font-size: 20px;
        font-size: 2rem; } }
  .item_link ul {
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .item_link ul {
        margin: 0; } }
    .item_link ul li {
      float: left;
      margin-right: 1%;
      width: 24.2%; }
      .item_link ul li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .item_link ul li {
          width: 100%;
          margin-bottom: 15px;
          padding: 0px; } }
      .item_link ul li a {
        display: block;
        padding: 25px 0 20px 0;
        font-size: 20px;
        font-size: 2rem;
        color: white;
        white-space: nowrap;
        font-weight: bold;
        background: #8ecbcc; }
        @media screen and (max-width: 768px) {
          .item_link ul li a {
            padding: 20px;
            font-size: 20px;
            font-size: 2rem; } }
        .item_link ul li a img {
          margin-right: 10px;
          width: 20px; }
      .item_link ul li.item-02 a {
        background: #45b1e6; }
      .item_link ul li.item-03 a {
        background: #e9b310; }
      .item_link ul li.item-04 a {
        background: #888888; }

/* ====================================================
Strength
==================================================== */
.content_strength .head_ttl {
  width: 100%;
  background: url(../images/strength/img_head.jpg) no-repeat center center;
  background-size: cover; }

.content_strength .sec_lead {
  padding: 70px 0 30px; }
  @media screen and (max-width: 768px) {
    .content_strength .sec_lead {
      padding: 40px 0 20px; } }
  .content_strength .sec_lead .inner {
    position: relative; }
  .content_strength .sec_lead h2.ttl {
    padding-bottom: 20px;
    font-size: 30px;
    font-size: 3rem;
    color: #2657c1;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .content_strength .sec_lead h2.ttl {
        font-size: 24px;
        font-size: 2.4rem; } }
  .content_strength .sec_lead .lead {
    max-width: 61%;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .content_strength .sec_lead .lead {
        max-width: 100%;
        font-size: 14px;
        font-size: 1.4rem; } }
  .content_strength .sec_lead .logon1 {
    position: absolute;
    width: 27%;
    right: 30px;
    bottom: -100px; }
    @media screen and (max-width: 768px) {
      .content_strength .sec_lead .logon1 {
        position: relative;
        width: 100%;
        right: 0;
        bottom: 0;
        margin-top: 12%; } }
    .content_strength .sec_lead .logon1 .no1 {
      width: 100%; }
      @media screen and (max-width: 768px) {
        .content_strength .sec_lead .logon1 .no1 {
          position: absolute;
          width: 27%;
          right: 30px;
          bottom: -100px; } }
      @media screen and (max-width: 375px) {
        .content_strength .sec_lead .logon1 .no1 {
          bottom: -50px; } }

.content_strength .sec_banner img {
  width: 100%; }

.content_strength .sec_flow {
  padding: 95px 0 30px; }
  @media screen and (max-width: 768px) {
    .content_strength .sec_flow {
      padding: 45px 0 20px; } }
  .content_strength .sec_flow .inner .ttl {
    padding-bottom: 20px;
    font-size: 30px;
    font-size: 3rem;
    color: #2657c1;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .content_strength .sec_flow .inner .ttl {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.4; } }
  .content_strength .sec_flow .inner .lead {
    max-width: 548px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5; }
  .content_strength .sec_flow .inner ul.list {
    margin-top: 40px;
    width: 30%;
    float: left; }
    @media screen and (max-width: 768px) {
      .content_strength .sec_flow .inner ul.list {
        margin-top: 20px;
        width: 100%; } }
    .content_strength .sec_flow .inner ul.list li {
      position: relative;
      padding-left: 10px;
      padding-bottom: 5px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.5;
      font-weight: bold; }
      .content_strength .sec_flow .inner ul.list li::before {
        position: absolute;
        top: 40%;
        left: 0;
        content: '';
        width: 4px;
        height: 4px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background-color: #444444; }
  .content_strength .sec_flow .inner .dagramFlow {
    margin-top: -20px;
    margin-right: 50px;
    width: 40%;
    float: right; }
    .content_strength .sec_flow .inner .dagramFlow img {
      width: 100%; }
    @media screen and (max-width: 768px) {
      .content_strength .sec_flow .inner .dagramFlow {
        width: 100%;
        margin-top: 0;
        margin-right: 0; } }
  .content_strength .sec_flow .inner .ttl-2 {
    padding: 120px 0 30px; }
    @media screen and (max-width: 768px) {
      .content_strength .sec_flow .inner .ttl-2 {
        padding: 40px 0 20px; } }
  .content_strength .sec_flow .flow {
    background-color: #f7f7f7;
    margin-bottom: 40px;
    padding: 40px 0 50px; }
    .content_strength .sec_flow .flow .inner {
      overflow-x: auto;
      max-width: 890px; }
    .content_strength .sec_flow .flow .box_flow {
      display: table;
      width: 870px; }
      .content_strength .sec_flow .flow .box_flow > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
      .content_strength .sec_flow .flow .box_flow .txt_flow {
        width: 90px;
        padding: 20px 0;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1;
        font-weight: bold;
        background: #fff;
        border: 2px solid #2657c1; }
        .content_strength .sec_flow .flow .box_flow .txt_flow .num {
          padding: 0 5px;
          border: 1px solid #444444;
          border-radius: 14px;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.8; }
      .content_strength .sec_flow .flow .box_flow .arrow {
        padding: 0 10px;
        font-size: 40px;
        font-size: 4rem;
        line-height: 1;
        color: #2657c1; }
    @media screen and (max-width: 768px) {
      .content_strength .sec_flow .flow .box_flow {
        display: block;
        margin: 0 auto;
        height: auto;
        width: auto;
        max-width: 600px; }
        .content_strength .sec_flow .flow .box_flow > div {
          display: block; }
        .content_strength .sec_flow .flow .box_flow .txt_flow {
          width: 100%;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 2.7777777778; }
          .content_strength .sec_flow .flow .box_flow .txt_flow .num {
            padding: 0px 5px;
            border: 1px solid #444444;
            border-radius: 14px;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.8; }
        .content_strength .sec_flow .flow .box_flow .arrow {
          padding: 0;
          font-size: 25px;
          font-size: 2.5rem;
          line-height: 1; } }
  .content_strength .sec_flow .flow_detail .inner {
    max-width: 890px; }
    .content_strength .sec_flow .flow_detail .inner dl dt {
      padding-bottom: 10px;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1;
      color: #2657c1;
      font-weight: bold;
      letter-spacing: 1px; }
      @media screen and (max-width: 768px) {
        .content_strength .sec_flow .flow_detail .inner dl dt {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1; } }
      .content_strength .sec_flow .flow_detail .inner dl dt .num {
        padding: 0px 5px;
        margin-right: 5px;
        border: 1px solid #2657c1;
        border-radius: 14px;
        font-size: 18px;
        font-size: 1.8rem; }
    .content_strength .sec_flow .flow_detail .inner dl dd {
      padding-bottom: 20px;
      padding-left: 22px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1;
      line-height: 1.5;
      color: #444444;
      letter-spacing: 1px; }
      @media screen and (max-width: 768px) {
        .content_strength .sec_flow .flow_detail .inner dl dd {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1;
          line-height: 1.4; } }
  .content_strength .sec_flow .flow_img .inner .list_img {
    margin-top: 10px; }
    .content_strength .sec_flow .flow_img .inner .list_img li {
      float: left;
      width: 24%;
      margin-right: 1%; }
      @media screen and (max-width: 768px) {
        .content_strength .sec_flow .flow_img .inner .list_img li {
          width: 49%;
          margin-right: 2%;
          margin-bottom: 10px; }
          .content_strength .sec_flow .flow_img .inner .list_img li:nth-child(even) {
            margin-right: 0; } }
      .content_strength .sec_flow .flow_img .inner .list_img li:last-child {
        margin-right: 0; }
      .content_strength .sec_flow .flow_img .inner .list_img li .img {
        width: 100%; }
        .content_strength .sec_flow .flow_img .inner .list_img li .img img {
          width: 100%; }

.content_strength .various {
  padding: 70px 0; }
  @media screen and (max-width: 768px) {
    .content_strength .various {
      padding: 25px 0; } }
  .content_strength .various .inner h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    line-height: 1.5;
    color: #444444;
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .content_strength .various .inner h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1; } }
  .content_strength .various .inner ul.content {
    margin-top: 20px; }
    .content_strength .various .inner ul.content li {
      width: 24.2%;
      float: left;
      margin-right: 1%;
      padding: 25px 0;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .content_strength .various .inner ul.content li {
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px; } }
      .content_strength .various .inner ul.content li:last-child {
        margin-right: 0; }
      .content_strength .various .inner ul.content li a {
        position: relative;
        padding-left: 30px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1;
        line-height: 1.5;
        color: #ffffff;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          .content_strength .various .inner ul.content li a {
            font-size: 20px;
            font-size: 2rem;
            line-height: 1; } }
      .content_strength .various .inner ul.content li.air {
        background-color: #8ECBCC; }
        .content_strength .various .inner ul.content li.air a::before {
          position: absolute;
          top: -4px;
          left: 0;
          content: url(../images/common/ico_air.png); }
      .content_strength .various .inner ul.content li.water {
        background-color: #45B1E6; }
        .content_strength .various .inner ul.content li.water a::before {
          position: absolute;
          top: 0;
          left: 0;
          content: url(../images/common/ico_water.png); }
      .content_strength .various .inner ul.content li.electric {
        background-color: #E9B310; }
        .content_strength .various .inner ul.content li.electric a::before {
          position: absolute;
          top: -4px;
          left: 0;
          content: url(../images/common/ico_electric.png); }
      .content_strength .various .inner ul.content li.construction {
        background-color: #888888; }
        .content_strength .various .inner ul.content li.construction a::before {
          position: absolute;
          top: -4px;
          left: 0;
          content: url(../images/common/ico_construction.png); }

/* ====================================================
Service
==================================================== */
.content_service .head_ttl {
  width: 100%;
  background: url(../images/service/img_head.jpg) no-repeat center center;
  background-size: cover; }

.content_service .sec_lead {
  padding: 70px 0 60px; }
  @media screen and (max-width: 768px) {
    .content_service .sec_lead {
      padding: 40px 0 20px; } }
  .content_service .sec_lead .inner {
    max-width: 752px;
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5; }

.content_service .box-conditioner .head h2.box-ttl {
  max-width: 980px;
  padding: 39px 0 39px 70px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.4;
  color: #ffffff; }
  @media screen and (max-width: 768px) {
    .content_service .box-conditioner .head h2.box-ttl {
      padding: 30px 0 30px 60px;
      margin-left: 10px;
      font-size: 24px;
      font-size: 2.4rem; } }

.content_service .box-conditioner .content {
  padding: 100px 0 10px;
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .content_service .box-conditioner .content {
      padding: 50px 0 10px;
      margin-bottom: 50px; } }
  .content_service .box-conditioner .content .inner .box-content {
    padding-bottom: 90px; }
    @media screen and (max-width: 768px) {
      .content_service .box-conditioner .content .inner .box-content {
        padding-bottom: 40px; } }
    .content_service .box-conditioner .content .inner .box-content .left {
      width: 60%;
      float: left; }
      @media screen and (max-width: 768px) {
        .content_service .box-conditioner .content .inner .box-content .left {
          width: 100%; } }
    .content_service .box-conditioner .content .inner .box-content .right {
      float: right;
      width: 40%; }
      @media screen and (max-width: 768px) {
        .content_service .box-conditioner .content .inner .box-content .right {
          width: 100%; } }
      .content_service .box-conditioner .content .inner .box-content .right .img {
        float: right;
        max-width: 356px; }
        @media screen and (max-width: 768px) {
          .content_service .box-conditioner .content .inner .box-content .right .img {
            margin: 10px auto;
            float: none; } }
        .content_service .box-conditioner .content .inner .box-content .right .img img {
          width: 100%; }
    .content_service .box-conditioner .content .inner .box-content .ttl {
      padding-bottom: 30px;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.4;
      color: #8ECBCC;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .content_service .box-conditioner .content .inner .box-content .ttl {
          padding-bottom: 20px;
          font-size: 24px;
          font-size: 2.4rem; } }
    .content_service .box-conditioner .content .inner .box-content .desc {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.7; }
  .content_service .box-conditioner .content .inner .box2 .left {
    width: 40%;
    float: left; }
    @media screen and (max-width: 768px) {
      .content_service .box-conditioner .content .inner .box2 .left {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .content_service .box-conditioner .content .inner .box2 .left .img {
        max-width: 356px;
        margin: 10px auto;
        float: none; } }
  .content_service .box-conditioner .content .inner .box2 .right {
    float: right;
    width: 60%; }
    @media screen and (max-width: 768px) {
      .content_service .box-conditioner .content .inner .box2 .right {
        width: 100%; } }
    .content_service .box-conditioner .content .inner .box2 .right .img {
      float: left;
      max-width: 356px; }
      .content_service .box-conditioner .content .inner .box2 .right .img img {
        width: 100%; }

.content_service #air_conditioner .head {
  background-color: #8ECBCC; }
  .content_service #air_conditioner .head h2.box-ttl {
    background: url("../images/service/ico_air.png") left center no-repeat; }

.content_service #air_conditioner .content {
  background: url("../images/service/bg_air.jpg") center no-repeat;
  background-size: cover; }

.content_service #plumbing_equipment .head {
  background-color: #45B1E6; }
  .content_service #plumbing_equipment .head h2.box-ttl {
    background: url("../images/service/ico_plumbing.png") left center no-repeat; }

.content_service #plumbing_equipment .content {
  background: url("../images/service/bg_plumbing.jpg") center no-repeat;
  background-size: cover; }
  .content_service #plumbing_equipment .content .ttl {
    color: #45B1E6; }

.content_service #electrical_equipment .head {
  background-color: #E9B310; }
  .content_service #electrical_equipment .head h2.box-ttl {
    background: url("../images/service/ico_electrical.png") left center no-repeat; }

.content_service #electrical_equipment .content {
  background: url("../images/service/bg_electrical.jpg") center no-repeat;
  background-size: cover; }
  .content_service #electrical_equipment .content .ttl {
    color: #E9B310; }

.content_service #construction_work .head {
  background-color: #888888; }
  .content_service #construction_work .head h2.box-ttl {
    background: url("../images/service/ico_construction.png") left center no-repeat; }

.content_service #construction_work .content {
  background: url("../images/service/bg_construction.jpg") center no-repeat;
  background-size: cover; }
  .content_service #construction_work .content .ttl {
    color: #888888; }

.content_service #work {
  background-color: #f7f7f7;
  padding: 50px 0;
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .content_service #work {
      padding: 25px 0;
      margin-bottom: 40px; } }
  .content_service #work .inner {
    max-width: 670px; }
    .content_service #work .inner .left {
      width: 50%;
      float: left;
      padding-top: 10%; }
      @media screen and (max-width: 768px) {
        .content_service #work .inner .left {
          width: 100%;
          text-align: center;
          margin-bottom: 20px; } }
      .content_service #work .inner .left span {
        border-bottom: 2px solid #2657c1;
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.4;
        color: #2657c1;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          .content_service #work .inner .left span {
            font-size: 24px;
            font-size: 2.4rem; } }
    .content_service #work .inner .right {
      width: 50%;
      float: right; }
      @media screen and (max-width: 768px) {
        .content_service #work .inner .right {
          width: 100%; } }
      .content_service #work .inner .right ul li {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          .content_service #work .inner .right ul li {
            font-size: 15px;
            font-size: 1.5rem; } }

/* ====================================================
works
==================================================== */
.content_works .head_ttl {
  width: 100%;
  background: url(../images/works/img_head.jpg) no-repeat center center;
  background-size: cover; }

.content_works .sec_works .list_block {
  width: 100%;
  margin-bottom: 95px; }
  @media screen and (max-width: 780px) {
    .content_works .sec_works .list_block {
      margin-bottom: 35px; } }
  .content_works .sec_works .list_block li {
    float: left;
    width: 32.48%;
    font-weight: center;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
    background: #2657c1;
    color: white;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4; }
    @media screen and (max-width: 900px) {
      .content_works .sec_works .list_block li {
        font-size: 17px;
        float: none;
        width: 100%;
        margin-right: 0; } }
    @media screen and (max-width: 780px) {
      .content_works .sec_works .list_block li {
        font-size: 13px; } }
    .content_works .sec_works .list_block li a {
      padding: 38px 0;
      display: block; }
      @media screen and (max-width: 780px) {
        .content_works .sec_works .list_block li a {
          padding: 20px 0; } }
    .content_works .sec_works .list_block li:nth-child(3n) {
      margin-right: 0; }

.content_works .sec_works .ttl_works {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  border-left: 12px solid #2657c1;
  color: #2657c1;
  background: #F7F7F7;
  padding: 45px; }
  @media screen and (max-width: 900px) {
    .content_works .sec_works .ttl_works {
      font-size: 25px;
      padding: 20px; } }
  @media screen and (max-width: 780px) {
    .content_works .sec_works .ttl_works {
      font-size: 14px;
      font-size: 1.4rem; } }

.content_works .sec_works .img_insti {
  max-width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 780px) {
    .content_works .sec_works .img_insti {
      height: 300px; } }
  @media screen and (max-width: 480px) {
    .content_works .sec_works .img_insti {
      height: 200px; } }

.content_works .sec_works .img_insti_01 {
  background-image: url(../images/works/img01-2.png); }

.content_works .sec_works .img_insti_02 {
  background-image: url(../images/works/img02-2.png); }

.content_works .sec_works .img_insti_03 {
  background-image: url(../images/works/img03-2.png); }

.content_works .sec_works .img_insti_04 {
  background-image: url(../images/works/img04-2.png); }

.content_works .sec_works .img_insti_05 {
  background-image: url(../images/works/img05-2.png); }

.content_works .sec_works .img_insti_06 {
  background-image: url(../images/works/img06-2.png); }

.content_works .sec_works .insti_wrap {
  margin: 58px 0; }
  @media screen and (max-width: 780px) {
    .content_works .sec_works .insti_wrap {
      margin: 30px 0; } }
  .content_works .sec_works .insti_wrap .insti_box {
    float: left;
    width: 42%;
    margin-left: 3%;
    padding-top: 10px; }
    @media screen and (max-width: 780px) {
      .content_works .sec_works .insti_wrap .insti_box {
        padding-top: 5px; } }
    .content_works .sec_works .insti_wrap .insti_box .ttl_insti {
      font-size: 120px;
      font-size: 2.0rem;
      font-weight: bold;
      color: #2657c1;
      padding-bottom: 15px; }
      @media screen and (max-width: 780px) {
        .content_works .sec_works .insti_wrap .insti_box .ttl_insti {
          font-size: 13px;
          font-size: 1.3rem;
          padding-bottom: 10px; } }
    .content_works .sec_works .insti_wrap .insti_box ul li {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.7;
      margin-bottom: 15px;
      text-indent: -.5em; }
      @media screen and (max-width: 780px) {
        .content_works .sec_works .insti_wrap .insti_box ul li {
          margin-bottom: 10px;
          font-size: 13px;
          font-size: 1.3rem; } }

.content_works .sec_works .line_ttl {
  border-bottom: 1px solid #2657c1;
  width: 100%;
  padding: 15px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #2657c1; }
  @media screen and (max-width: 780px) {
    .content_works .sec_works .line_ttl {
      font-size: 16px;
      font-size: 1.6rem; } }

.content_works .sec_works .txt_coment {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 19px;
  margin-bottom: 50px; }
  @media screen and (max-width: 780px) {
    .content_works .sec_works .txt_coment {
      font-size: 13px;
      font-size: 1.3rem; } }

.content_works .sec_works .ttl_charge {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  color: #2657c1;
  margin-bottom: 35px;
  margin-top: 100px; }
  @media screen and (max-width: 780px) {
    .content_works .sec_works .ttl_charge {
      margin-top: 30px;
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 15px; } }

.content_works .sec_works table.charge_table {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid #C8C8C8;
  margin-bottom: 100px; }
  @media screen and (max-width: 780px) {
    .content_works .sec_works table.charge_table {
      font-size: 12px;
      font-size: 1.2rem; } }
  .content_works .sec_works table.charge_table tr {
    background: white;
    line-height: 22px; }
    .content_works .sec_works table.charge_table tr:nth-child(2n) {
      background: #e2e7f1; }
    .content_works .sec_works table.charge_table tr th {
      background: #2657C1;
      color: white;
      font-weight: bold;
      padding: 28px;
      border-right: solid 1px white; }
      @media screen and (max-width: 780px) {
        .content_works .sec_works table.charge_table tr th {
          padding: 28px 5px; } }
      .content_works .sec_works table.charge_table tr th:nth-child(1) {
        width: 20%; }
      .content_works .sec_works table.charge_table tr th:nth-child(2) {
        width: 30%; }
      .content_works .sec_works table.charge_table tr th:nth-child(3) {
        width: 30%; }
      .content_works .sec_works table.charge_table tr th:nth-child(4) {
        width: 20%;
        border-right: none; }
    .content_works .sec_works table.charge_table tr td {
      border: 1px solid #C8C8C8;
      padding: 25px 20px; }
      @media screen and (max-width: 780px) {
        .content_works .sec_works table.charge_table tr td {
          padding: 15px 5px; } }
      .content_works .sec_works table.charge_table tr td:nth-child(1) {
        border-left: none; }
      .content_works .sec_works table.charge_table tr td:nth-child(4) {
        border-right: none; }

.type_list p {
  text-align: center;
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 25px; }
  @media screen and (max-width: 780px) {
    .type_list p {
      font-size: 16px;
      font-size: 1.6rem; } }

.type_list ul {
  width: 100%;
  margin-bottom: 80px; }
  .type_list ul li {
    float: left;
    width: 32.48%;
    font-weight: center;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
    color: white;
    font-size: 25px;
    text-align: center;
    line-height: 1.4;
    box-shadow: 2px 2px 6px -1px #bdbdbd;
    -moz-box-shadow: 2px 2px 6px -1px #bdbdbd;
    -webkit-box-shadow: 2px 2px 6px -1px #bdbdbd; }
    @media screen and (max-width: 780px) {
      .type_list ul li {
        float: none;
        margin-right: 0;
        width: 100%;
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 10px; } }
    .type_list ul li a {
      padding: 38px 0;
      display: block; }
      @media screen and (max-width: 780px) {
        .type_list ul li a {
          padding: 20px 0; } }
    .type_list ul li:nth-child(3n) {
      margin-right: 0; }
    .type_list ul li span {
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 23px;
      padding-left: 30px; }
      @media screen and (max-width: 780px) {
        .type_list ul li span {
          background-size: 15px;
          padding-left: 20px; } }
    .type_list ul li:nth-child(1) {
      background: #8ECBCC; }
      .type_list ul li:nth-child(1) span {
        background-image: url("../images/index/icn_service01.png"); }
    .type_list ul li:nth-child(2) {
      background: #45B1E6; }
      .type_list ul li:nth-child(2) span {
        background-image: url("../images/index/icn_service02.png"); }
    .type_list ul li:nth-child(3) {
      background: #E9B310; }
      .type_list ul li:nth-child(3) span {
        background-image: url("../images/index/icn_service03.png"); }

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