@charset "UTF-8";
header #SecondHeader {
  width: 100%;
  height: 48vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  header #SecondHeader .inner .title {
    position: absolute;
    top: 36.1111%;
    left: 50%;
    transform: translateX(-50%);
    width: 48%;
    text-align: center; }
    header #SecondHeader .inner .title .second-title {
      width: 100%;
      height: 47.575px;
      background-color: rgba(125, 125, 125, 0.35);
      border: 1px solid #ffffff;
      border-radius: 23.79px;
      font-size: 2.75rem;
      font-weight: normal;
      line-height: 47.575px;
      vertical-align: middle;
      color: #ffffff; }
      @media (max-width: 320px) {
        header #SecondHeader .inner .title .second-title {
          font-size: 2.0rem; } }
    header #SecondHeader .inner .title p {
      font-family: "Lato", sans-serif;
      font-size: 1.2rem;
      letter-spacing: 0.2rem;
      color: #ffffff;
      opacity: 0.6;
      margin-top: 8px; }
header .business {
  background-image: url(../img/sp/second-header-bgimg_business.png); }
header .company {
  background-image: url(../img/sp/second-header-bgimg_company.png); }
header .contact {
  background-image: url(../img/sp/second-header-bgimg_contact.png); }
header .work {
  background-image: url(../img/sp/second-header-bgimg_work.png); }

#contents {
  padding-top: 0px; }
  #contents h3.lead-title {
    width: calc(100% - 15px);
    margin: 37.5px auto 0;
    font-size: 2.1rem;
    letter-spacing: 0.08rem;
    color: #13a7e5;
    text-align: center; }
    @media (max-width: 320px) {
      #contents h3.lead-title {
        font-size: 1.8rem; } }
  #contents .lead-text {
    width: calc(100% - 15px);
    margin: 18px auto 0;
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #666;
    text-align: center;
    font-feature-settings: "palt"; }
  #contents .lead-image {
    width: calc(100% - 15px);
    margin: 21px auto 0;
    height: auto; }
  #contents .lead-image-slide {
    position: relative;
    width: 100%;
    height: 86px;
    background-image: url(../img/pc/second-lead-image_bussiness.png);
    background-size: auto 100%;
    animation: bg-slider 40s linear infinite;
    margin: 20px 0; }
@keyframes bg-slider {
  from {
    background-position: 0 0; }
  to {
    background-position: -1600px 0; }
  /* 1518pxとは使用した背景画像の長さ */ }
  #contents .detail .inner {
    width: calc(100% - 15px);
    margin: 0 auto; }
    #contents .detail .inner h3 {
      font-size: 2.1rem;
      letter-spacing: 0.08rem;
      color: #13a7e5; }
    #contents .detail .inner h4 {
      font-size: 1.6rem;
      color: #ffffff; }
    #contents .detail .inner p {
      font-size: 1.3rem;
      line-height: 2.0rem;
      letter-spacing: 0.02rem;
      color: #666;
      text-align: justify;
      font-feature-settings: "palt";
      margin-top: 12px; }
    #contents .detail .inner .button {
      display: block;
      width: 100%;
      height: 45px;
      border-radius: 5px;
      background-color: #13a7e5;
      background-image: url(../img/sp/arrow_right_normal.png);
      background-position: right 15px center;
      background-repeat: no-repeat;
      background-size: 33.5px 6.5px;
      font-size: 1.3rem;
      letter-spacing: 0.1rem;
      line-height: 45px;
      color: #ffffff;
      text-align: center;
      vertical-align: middle;
      margin-top: 10px; }
  #contents #business {
    width: 100%;
    background-image: url(../img/sp/second-detail-bgimg_business.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 28px;
    padding: 33px 0 42px; }
    #contents #business .inner {
      text-align: center; }
      #contents #business .inner h3 {
        font-size: 2.1rem;
        letter-spacing: 0.08rem;
        color: #13a7e5; }
      #contents #business .inner div {
        position: relative;
        margin-top: 32px; }
        #contents #business .inner div h4 {
          position: absolute;
          top: -14px;
          left: 50%;
          transform: translateX(-50%);
          border-radius: 14.4px;
          width: 180px;
          height: 28px;
          font-weight: normal;
          line-height: 28px;
          vertical-align: middle; }
        #contents #business .inner div + div {
          margin-top: 52px; }
      #contents #business .inner .left > h4 {
        background-color: #72c90c; }
      #contents #business .inner .right > h4 {
        background-color: #72c90c; }
  #contents .message {
    width: calc(100% - 15px);
    margin: 41px auto 0; }
    #contents .message h3 {
      font-size: 2.1rem;
      letter-spacing: 0.08rem;
      color: #13a7e5;
      text-align: center; }
    #contents .message div {
      margin-top: 27px; }
      #contents .message div img {
        margin-bottom: 15px; }
      #contents .message div span {
        display: inline-block;
        font-size: 1.4rem;
        line-height: 2.1rem;
        font-feature-settings: "palt";
        text-align: justify; }
        #contents .message div span br {
          margin-bottom: 5px; }
      #contents .message div p {
        margin-top: 25px;
        text-align: right;
        font-size: 1.25rem; }
        #contents .message div p .sp {
          display: inline-block;
          margin: 0 0 1px 10px;
          height: 16px;
          width: 73px; }
        #contents .message div p .pc {
          display: none; }
  #contents #company {
    margin-top: 30px; }
    #contents #company .inner ul li {
      border-bottom: 1px solid #c9c9c9;
      font-size: 1.3rem; }
      #contents #company .inner ul li .lead {
        display: block;
        margin-top: 14px;
        letter-spacing: 0.08rem;
        color: #13a7e5; }
        #contents #company .inner ul li .lead a.maplink {
          position: relative;
          display: inline-block;
          background-color: #ffffff;
          border: 1px solid #13a7e5;
          border-radius: 6.25px;
          width: 90px;
          height: 20px;
          margin-top: -2.5px;
          margin-left: 15px;
          font-size: 1.0rem;
          line-height: 17px;
          letter-spacing: 0.1rem;
          color: #13a7e5;
          text-align: center;
          vertical-align: middle; }
          #contents #company .inner ul li .lead a.maplink::before {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 5.5px;
            content: '\f105';
            font-size: 0.5rem;
            font-family: "Font Awesome 5 Free";
            font-weight: 700; }
      #contents #company .inner ul li .item {
        position: relative;
        display: block;
        line-height: 1.8rem;
        color: #666;
        margin-top: 12px;
        margin-bottom: 18px;
        font-feature-settings: "palt"; }
        #contents #company .inner ul li .item .caution {
          display: inline-block;
          font-feature-settings: normal;
          font-size: 1.1rem;
          line-height: 1.5rem;
          color: #666; }
        #contents #company .inner ul li .item a.pdf {
          position: absolute;
          top: -4px;
          right: 0;
          display: inline-block;
          background-color: #13a7e5;
          width: 150px;
          height: 20px;
          border-radius: 5px;
          font-size: 1.1rem;
          line-height: 21px;
          letter-spacing: 0.08rem;
          color: #ffffff;
          text-align: center;
          vertical-align: middle; }
          @media (max-width: 320px) {
            #contents #company .inner ul li .item a.pdf {
              position: relative;
              top: auto;
              right: auto; } }
          #contents #company .inner ul li .item a.pdf::before {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 5.5px;
            content: '\f105';
            font-size: 0.5rem;
            font-family: "Font Awesome 5 Free";
            font-weight: 700;
            opacity: 0.8; }
    @media (max-width: 750px) {
      #contents #company .inner ul .pc {
        display: none; } }
  #contents .map_campany {
    width: calc(100% - 15px);
    margin: 39px auto 0; }
    #contents .map_campany .inner div + div {
      margin-top: 31px; }
    #contents .map_campany .inner div p {
      margin-top: 19px;
      font-size: 1.2rem; }
      #contents .map_campany .inner div p .lead {
        display: inline-block;
        margin-right: 18px;
        font-size: 1.3rem;
        letter-spacing: 0.05rem;
        color: #13a7e5; }
        #contents .map_campany .inner div p .lead i {
          margin-right: 6px; }
    #contents .map_campany .inner div .map1, #contents .map_campany .inner div .map2 {
      width: 100%;
      height: 0;
      margin-top: 9px;
      padding-top: 183px;
      position: relative; }
      #contents .map_campany .inner div .map1 iframe, #contents .map_campany .inner div .map2 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #contents .contact {
    width: calc(100% - 15px);
    margin: 35px auto 0; }
    #contents .contact a {
      display: block;
      width: 100%;
      height: 45px;
      border-radius: 5px;
      background-color: #13a7e5;
      background-image: url(../img/sp/arrow_right_normal.png);
      background-position: right 15px center;
      background-repeat: no-repeat;
      background-size: 33.5px 6.5px;
      color: #ffffff;
      text-align: center;
      letter-spacing: 0.1rem;
      line-height: 45px;
      vertical-align: middle; }
  #contents #work .inner div {
    margin-top: -39px;
    padding-top: 70px;
    text-align: center; }
    #contents #work .inner div h4 {
      width: 165px;
      height: 26px;
      border-radius: 14.4px;
      margin: 0 auto;
      font-size: 1.5rem;
      font-weight: normal;
      line-height: 26px;
      vertical-align: middle; }
    #contents #work .inner div .caution {
      font-size: 1.2rem;
      line-height: 1.6rem; }
    #contents #work .inner div ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #contents #work .inner div ul li {
        width: 49%; }
    #contents #work .inner div .act-menu {
      margin-top: 15px; }
      #contents #work .inner div .act-menu .act-list {
        position: relative;
        min-height: 239px;
        margin-top: 15px;
        border-width: 1px;
        border-style: solid;
        border-radius: 5px; }
        #contents #work .inner div .act-menu .act-list dl dt {
          height: 40px;
          font-size: 1.4rem;
          line-height: 40px;
          letter-spacing: 0.1rem;
          color: #ffffff;
          vertical-align: middle; }
          #contents #work .inner div .act-menu .act-list dl dt span {
            font-size: 1.0rem;
            letter-spacing: 0; }
        #contents #work .inner div .act-menu .act-list dl dd {
          width: calc(100% - 15px);
          margin: 25px auto 0;
          font-size: 1.2rem;
          font-weight: bold;
          line-height: 1.6rem; }
          #contents #work .inner div .act-menu .act-list dl dd + dd {
            margin-top: 8px;
            border-top: 1px solid;
            padding-top: 6px; }
        #contents #work .inner div .act-menu .act-list p {
          position: absolute;
          bottom: 17px;
          left: 6.88%;
          width: 76.4908%;
          height: 30px;
          font-size: 1.1rem;
          line-height: 1.5rem;
          letter-spacing: -0.06rem; }
      #contents #work .inner div .act-menu .few dl dd {
        margin: 40px auto; }
      #contents #work .inner div .act-menu .mult dl dd {
        margin: 16px auto 0; }
      #contents #work .inner div .act-menu .mult p {
        margin: 16px 0 17px  6.88%; }
    #contents #work .inner div .act-image {
      margin-top: 20px; }
      #contents #work .inner div .act-image li {
        width: calc(50% - 2.5px);
        margin-bottom: 5px; }
  #contents #work .inner #Work1 h4 {
    background-color: #ffae13; }
  #contents #work .inner #Work1 ul li {
    border-color: #ffae13; }
    #contents #work .inner #Work1 ul li dl dt {
      background-color: #ffae13; }
    #contents #work .inner #Work1 ul li dl dd + dd {
      border-color: #ffae13; }
  #contents #work .inner #Work2 h4 {
    background-color: #72c90c; }
  #contents #work .inner #Work2 ul li {
    border-color: #72c90c; }
    #contents #work .inner #Work2 ul li dl dt {
      background-color: #72c90c; }
    #contents #work .inner #Work2 ul li dl dd + dd {
      border-color: #72c90c; }
  #contents #contact .inner ul {
    margin-top: 30px; }
    #contents #contact .inner ul li {
      border: 1px solid #13a7e5;
      border-radius: 5px; }
      #contents #contact .inner ul li dl {
        text-align: center; }
        #contents #contact .inner ul li dl dt {
          font-size: 1.8rem;
          letter-spacing: 0.05rem;
          color: #000;
          padding: 22px 0; }
          #contents #contact .inner ul li dl dt i {
            display: block;
            font-size: 3.1rem;
            color: #13a7e5;
            margin-bottom: 10px; }
        #contents #contact .inner ul li dl dd {
          background-color: #13a7e5;
          border-radius: 0 0 5px 5px;
          padding: 30px 0 25px;
          font-size: 1.2rem;
          color: #ffffff;
          text-align: center; }
          @media (max-width: 320px) {
            #contents #contact .inner ul li dl dd {
              font-size: 1.1rem; } }
          #contents #contact .inner ul li dl dd a {
            display: block;
            font-family: "Lato", sans-serif;
            font-size: 2.5rem;
            color: #ffffff;
            text-align: center;
            height: 2.5rem;
            margin-top: 0;
            margin-bottom: 18px;
            background: none; }
            @media (max-width: 320px) {
              #contents #contact .inner ul li dl dd a {
                font-size: 2.1rem; } }
      #contents #contact .inner ul li + li {
        margin-top: 13px; }
        #contents #contact .inner ul li + li dl dd a {
          font-size: 3.0rem; }
  #contents .form h3 {
    width: calc(100% - 15px);
    margin: 50px auto 0;
    font-size: 2.1rem;
    color: #13a7e5;
    text-align: center; }
  #contents .form p {
    width: calc(100% - 15px);
    margin: 20px auto 30px;
    font-size: 1.4rem;
    color: #000;
    text-align: center; }
    #contents .form p .required {
      color: #ff0000; }
  #contents .form ul li dl dt {
    width: 100%;
    height: 40px;
    background-color: #e7f6fc;
    padding: 0 20px;
    font-size: 1.7rem;
    line-height: 40px;
    vertical-align: middle; }
    #contents .form ul li dl dt .required {
      font-size: 1.7rem;
      line-height: 36px;
      vertical-align: top;
      color: #ff0000; }
  #contents .form ul li dl dd {
    width: 100%;
    min-height: 50px;
    padding: 17px 12.5px; }
    #contents .form ul li dl dd .title {
      display: inline-block;
      width: 13%;
      height: 35px;
      font-size: 1.5rem;
      line-height: 35px; }
    #contents .form ul li dl dd input {
      display: inline-block;
      width: 100%;
      height: 35px;
      font-size: 1.5rem;
      padding: 0 5px; }
    #contents .form ul li dl dd .type-text1 {
      width: 87%; }
    #contents .form ul li dl dd .sex {
      margin: 0 50px 0 30px; }
    #contents .form ul li dl dd input[type="radio"] {
      position: relative;
      top: -4px;
      width: auto; }
    #contents .form ul li dl dd select {
      outline: none;
      text-indent: 0.01px;
      text-overflow: '';
      background: none transparent;
      vertical-align: middle;
      color: inherit;
      border: 2px solid #e6e6e6;
      -webkit-appearance: button;
      -moz-appearance: button;
      appearance: button;
      padding: 0 20px 0 5px;
      display: inline-block;
      font-size: 1.5rem;
      height: 35px; }
      #contents .form ul li dl dd select option {
        background-color: #fff;
        color: #333; }
      #contents .form ul li dl dd select::-ms-expand {
        display: none; }
      #contents .form ul li dl dd select:-moz-focusring {
        color: transparent; }
    #contents .form ul li dl dd .select-wrap {
      position: relative;
      display: inline-block;
      margin-right: 4px; }
      #contents .form ul li dl dd .select-wrap::before {
        z-index: 1;
        position: absolute;
        right: 10px;
        top: 0;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        line-height: 35px;
        color: #7F878C;
        pointer-events: none; }
    #contents .form ul li dl dd p {
      font-size: 1.1rem;
      line-height: 1.6rem;
      text-align: left;
      margin: 9px 0 0;
      width: 100%; }
    #contents .form ul li dl dd .mailcheck {
      font-size: 1.2rem;
      margin: 0 0 9px; }
    #contents .form ul li dl dd dl dt {
      height: auto;
      background: none;
      padding: 0;
      font-size: 1.3rem;
      line-height: 1; }
    #contents .form ul li dl dd dl dd {
      padding: 0;
      margin-top: 5px;
      min-height: none; }
      #contents .form ul li dl dd dl dd .p-code {
        display: inline; }
    #contents .form ul li dl dd dl + dl {
      margin-top: 15px; }
    #contents .form ul li dl dd textarea {
      width: 100%;
      height: 46vw;
      border: 1px solid #e6e6e6;
      padding: 5px; }
  #contents .form .contact_buttons .back, #contents .form .contact_buttons .submit {
    display: block;
    width: 93.3333%;
    height: 60px;
    background: none;
    background-color: #13a7e5;
    border: none;
    border-radius: 5px;
    margin: 0 auto 18px;
    font-size: 1.9rem;
    line-height: 60px;
    letter-spacing: 0.6rem;
    color: #ffffff;
    text-align: center; }

footer {
  margin-top: 100px; }

@media (min-width: 750px) {
  header #SecondHeader {
    height: 200px; }
    header #SecondHeader .inner {
      width: auto;
      max-width: 1000px;
      margin: 0 auto; }
      header #SecondHeader .inner .title {
        top: 34%;
        width: 220px; }
        header #SecondHeader .inner .title .second-title {
          height: 55px;
          border-radius: 27.5px;
          font-size: 3.2rem;
          line-height: 55px;
          letter-spacing: 0.2rem; }
        header #SecondHeader .inner .title p {
          font-size: 1.4rem; }
  header .business {
    background-image: url(../img/pc/second-header-bgimg_business.png); }
  header .company {
    background-image: url(../img/pc/second-header-bgimg_company.png); }
  header .contact {
    background-image: url(../img/pc/second-header-bgimg_contact.png); }
  header .work {
    background-image: url(../img/pc/second-header-bgimg_work.png); } }
@media only screen and (min-width: 750px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 750px) and (min-resolution: 2dppx) {
  header .business {
    background-image: url(../img/pc/second-header-bgimg_business@2x.png); }
  header .company {
    background-image: url(../img/pc/second-header-bgimg_company@2x.png); }
  header .contact {
    background-image: url(../img/pc/second-header-bgimg_contact@2x.png); }
  header .work {
    background-image: url(../img/pc/second-header-bgimg_work@2x.png); } }

@media (min-width: 750px) {
  #contents h3.lead-title {
    width: 100%;
    max-width: 1000px;
    margin: 55px auto 0;
    font-size: 2.8rem; }
  #contents .lead-text {
    width: 100%;
    max-width: 1000px;
    margin: 35px auto;
    font-size: 1.6rem;
    line-height: 3.0rem; }
  #contents .lead-image {
    width: 100%;
    max-width: 1000px;
    margin: 45px auto 0; }
    #contents .lead-image ul {
      display: flex;
      justify-content: space-between; }
      #contents .lead-image ul li {
        width: 33%; }
  #contents .lead-image-slide {
    width: 100%;
    height: 220px;
    background-image: url(../img/pc/second-lead-image_bussiness.png);
    background-size: auto 100%;
    animation: bg-slider 40s linear infinite;
    margin: 12px 0; } }
  @media only screen and (min-width: 750px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 750px) and (min-resolution: 2dppx) {
    #contents .lead-image-slide {
      background-image: url(../img/pc/second-lead-image_bussiness@2x.png); } }
@media (min-width: 750px) {
  @keyframes bg-slider {
    from {
      background-position: 0 0; }
    to {
      background-position: -1600px 0; }
    /* 1518pxとは使用した背景画像の長さ */ }
  #contents .detail .inner {
    width: 100%;
    max-width: 1000px;
    margin: 36px auto 0; }
    #contents .detail .inner h3 {
      font-size: 2.8rem; }
    #contents .detail .inner h4 {
      font-size: 2.0rem;
      color: #ffffff; }
    #contents .detail .inner p {
      font-size: 1.4rem;
      line-height: 2.6rem;
      letter-spacing: 0;
      margin-top: 17px; }
    #contents .detail .inner .button {
      display: block;
      width: 100%;
      height: 50px;
      background-image: url(../img/pc/arrow_right_normal.png);
      background-position: right 20px center;
      background-size: 42px 9px;
      font-size: 1.6rem;
      line-height: 50px;
      margin-top: 20px;
      transition: all 0.2s ease-in; } }
    @media only screen and (min-width: 750px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 750px) and (min-resolution: 2dppx) {
      #contents .detail .inner .button {
        background-image: url(../img/pc/arrow_right_normal@2x.png); } }
@media (min-width: 750px) {
      #contents .detail .inner .button:hover {
        background-position: right 12px center;
        opacity: 0.8; }
    #contents .detail .inner .left {
      float: left; }
    #contents .detail .inner .right {
      float: right; }
  #contents #business {
    background-image: url(../img/pc/second-detail-bgimg_business.png);
    margin-top: 60px;
    padding: 60px 0;
    overflow: auto; } }
  @media only screen and (min-width: 750px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 750px) and (min-resolution: 2dppx) {
    #contents #business {
      background-image: url(../img/pc/second-detail-bgimg_business@2x.png); } }
@media (min-width: 750px) {
    #contents #business .inner {
      text-align: center; }
      #contents #business .inner h3 {
        font-size: 2.8rem; }
      #contents #business .inner div {
        margin-top: 50px;
        width: 50%;
        padding: 0 2.5%; }
        #contents #business .inner div h4 {
          top: -18px;
          border-radius: 18px;
          width: 227px;
          height: 36px;
          line-height: 36px; }
        #contents #business .inner div + div {
          margin-top: 50px; }
  #contents .message {
    clear: both;
    overflow: auto;
    width: 100%;
    max-width: 1000px;
    margin: 120px auto 0;
    padding-bottom: 72px; }
    #contents .message h3 {
      font-size: 2.8rem;
      text-align: center; }
    #contents .message div {
      margin-top: 50px; }
      #contents .message div img {
        float: left;
        margin-bottom: 0; }
      #contents .message div span {
        width: 48%;
        float: right;
        font-size: 1.6rem;
        line-height: 3.3rem;
        font-feature-settings: "palt";
        text-align: justify; }
      #contents .message div p {
        width: 48%;
        margin-top: 25px;
        text-align: right;
        font-size: 1.25rem;
        clear: both;
        float: right; }
        #contents .message div p .sp {
          display: none; }
        #contents .message div p .pc {
          display: inline-block;
          margin: -4px 0 0 28px;
          width: 83px;
          height: 18px;
          float: right; }
  #contents #company {
    margin-top: 0; }
    #contents #company .inner ul {
      width: 48%; }
      #contents #company .inner ul li {
        font-size: 1.5rem; }
        #contents #company .inner ul li .lead {
          margin-top: 23px; }
          #contents #company .inner ul li .lead a.maplink {
            border-radius: 12.5px;
            width: 100px;
            height: 25px;
            margin-top: -5px;
            margin-left: 13px;
            font-size: 1.1rem;
            line-height: 22px;
            padding-left: 13px;
            text-align: left;
            transition: all 0.3s ease; }
            #contents #company .inner ul li .lead a.maplink::before {
              right: 6px; }
            #contents #company .inner ul li .lead a.maplink:hover {
              background-color: #13a7e5;
              color: #ffffff;
              transition: all 0.3s ease; }
        #contents #company .inner ul li .item {
          position: relative;
          display: block;
          line-height: 2.1rem;
          color: #666;
          margin-top: 22px;
          margin-bottom: 27px;
          font-feature-settings: "palt"; }
          #contents #company .inner ul li .item .caution {
            font-size: 1.2rem;
            line-height: 1.8rem;
            margin-top: 10px; }
          #contents #company .inner ul li .item a.pdf {
            top: -2px;
            right: 17px;
            width: 170px;
            font-size: 1.2rem;
            line-height: 21px;
            transition: all 0.3s ease; }
            #contents #company .inner ul li .item a.pdf::before {
              right: 7px;
              content: '\f105';
              opacity: 0.8; }
            #contents #company .inner ul li .item a.pdf:hover {
              background-color: #ffffff;
              border: 1px solid #13a7e5;
              color: #13a7e5;
              transition: all 0.3s ease; } }
    @media (min-width: 750px) and (max-width: 750px) {
      #contents #company .inner ul .pc {
        display: none; } }
@media (min-width: 750px) {
  #contents .map_campany {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    #contents .map_campany .inner {
      width: 100%;
      padding-top: 75px;
      display: flex;
      justify-content: space-between; }
      #contents .map_campany .inner .left, #contents .map_campany .inner .right {
        width: 49%;
        margin-top: 0; }
      #contents .map_campany .inner p {
        margin-top: 0;
        font-size: 1.3rem; }
        #contents .map_campany .inner p .lead {
          margin-left: 5px;
          font-size: 1.6rem; }
          #contents .map_campany .inner p .lead i {
            margin-right: 8px; }
      #contents .map_campany .inner .map1, #contents .map_campany .inner .map2 {
        width: 100%;
        height: 0;
        margin-top: 9px;
        padding-top: 183px;
        position: relative; }
        #contents .map_campany .inner .map1 iframe, #contents .map_campany .inner .map2 iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  #contents .contact {
    width: 100%;
    max-width: 1000px;
    margin: 35px auto 0; }
    #contents .contact a {
      width: 450px;
      height: 50px;
      margin: 0 auto;
      background-image: url(../img/pc/arrow_right_normal.png);
      background-position: right 20px center;
      background-size: 42px 9px;
      font-size: 1.6rem;
      letter-spacing: 0.1rem;
      line-height: 50px;
      transition: all 0.2s ease-in; } }
    @media only screen and (min-width: 750px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 750px) and (min-resolution: 2dppx) {
      #contents .contact a {
        background-image: url(../img/pc/arrow_right_normal@2x.png); } }
@media (min-width: 750px) {
      #contents .contact a:hover {
        background-position: right 7px center;
        opacity: 0.8; }
  #contents #work .inner div {
    margin-top: -200px;
    margin-bottom: 90px;
    padding-top: 200px; }
    #contents #work .inner div h4 {
      width: 227px;
      height: 36px;
      border-radius: 18px;
      margin: 0 auto;
      font-size: 2.0rem;
      line-height: 36px; }
    #contents #work .inner div .caution {
      font-size: 1.4rem;
      line-height: 2.0rem; }
    #contents #work .inner div ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #contents #work .inner div ul li {
        width: calc((100% - 30px)/4); }
    #contents #work .inner div .act-menu {
      margin-top: 15px; }
      #contents #work .inner div .act-menu .act-list {
        position: relative;
        min-height: none;
        height: 280px;
        margin-top: 20px;
        border-width: 1px;
        border-style: solid;
        border-radius: 5px; }
        #contents #work .inner div .act-menu .act-list dl dt {
          height: 55px;
          font-size: 1.8rem;
          line-height: 55px; }
          #contents #work .inner div .act-menu .act-list dl dt span {
            font-size: 1.3rem; }
        #contents #work .inner div .act-menu .act-list dl dd {
          width: calc(100% - 20px);
          margin: 35px auto 0;
          font-size: 1.5rem;
          font-weight: bold;
          line-height: 2.2rem; }
          #contents #work .inner div .act-menu .act-list dl dd + dd {
            margin-top: 11px;
            border-top: 1px solid;
            padding-top: 9px; }
        #contents #work .inner div .act-menu .act-list p {
          bottom: 15px;
          left: 50%;
          transform: translateX(-50%);
          width: 86.5979%;
          height: 30px;
          margin: 0;
          font-size: 1.3rem;
          line-height: 1.8rem;
          letter-spacing: 0; }
    #contents #work .inner div .act-image {
      margin-top: 50px; }
      #contents #work .inner div .act-image li {
        width: calc((100% - 30px)/4);
        margin-bottom: 0; }
  #contents #work .inner #Work1 h4 {
    background-color: #ffae13; }
  #contents #work .inner #Work1 ul li {
    border-color: #ffae13; }
    #contents #work .inner #Work1 ul li dl dt {
      background-color: #ffae13; }
    #contents #work .inner #Work1 ul li dl dd + dd {
      border-color: #ffae13; }
  #contents #work .inner #Work2 h4 {
    background-color: #72c90c; }
  #contents #work .inner #Work2 ul li {
    border-color: #72c90c; }
    #contents #work .inner #Work2 ul li dl dt {
      background-color: #72c90c; }
    #contents #work .inner #Work2 ul li dl dd + dd {
      border-color: #72c90c; }
  #contents #contact .inner ul {
    display: flex;
    justify-content: space-between;
    width: 95.6%;
    margin: 40px auto 0; }
    #contents #contact .inner ul li {
      border-radius: 10px;
      width: 47.6987%; }
      #contents #contact .inner ul li dl dt {
        font-size: 2.052rem;
        padding: 25px 0; }
        #contents #contact .inner ul li dl dt i {
          display: block;
          font-size: 4.4rem;
          color: #13a7e5;
          margin-bottom: 15px; }
      #contents #contact .inner ul li dl dd {
        height: 115px;
        padding: 30px 0;
        font-size: 1.2rem;
        color: #ffffff;
        text-align: center;
        border-radius: 0 0 9px 9px; } }
      @media (min-width: 750px) and (max-width: 320px) {
        #contents #contact .inner ul li dl dd {
          font-size: 1.1rem; } }
@media (min-width: 750px) {
        #contents #contact .inner ul li dl dd a {
          display: block;
          font-family: "Lato", sans-serif;
          font-size: 2.992rem;
          color: #ffffff;
          text-align: center;
          height: 30px;
          margin-bottom: 22px;
          background: none; } }
        @media (min-width: 750px) and (max-width: 320px) {
          #contents #contact .inner ul li dl dd a {
            font-size: 2.1rem; } }
@media (min-width: 750px) {
      #contents #contact .inner ul li + li {
        margin-top: 0; }
        #contents #contact .inner ul li + li dl dd a {
          font-size: 3.676rem; }
  #contents .form {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    #contents .form h3 {
      width: 100%;
      margin: 120px auto 0;
      font-size: 2.8rem; }
    #contents .form p {
      width: 100%;
      margin: 20px auto 9px;
      font-size: 1.4rem;
      color: #000;
      text-align: center; }
      #contents .form p .required {
        color: #ff0000; }
    #contents .form ul {
      border-right: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6; }
      #contents .form ul li dl {
        display: flex; }
        #contents .form ul li dl dt {
          width: 23.4%;
          height: auto;
          min-height: 70px;
          padding: 0 0 0 30px;
          font-size: 1.6rem;
          line-height: 70px;
          border-top: 1px solid #e6e6e6;
          border-left: 1px solid #e6e6e6; }
          #contents .form ul li dl dt .required {
            font-size: 1.1rem;
            line-height: 70px; }
        #contents .form ul li dl dd {
          width: 76.6%;
          min-height: 70px;
          padding: 15px 52px 15px 30px;
          border-top: 1px solid #e6e6e6;
          border-left: 1px solid #e6e6e6; }
          #contents .form ul li dl dd .title {
            display: inline-block;
            width: auto;
            height: 40px;
            font-size: 1.5rem;
            line-height: 40px;
            margin-right: 15px; }
          #contents .form ul li dl dd input {
            display: inline-block;
            width: 100%;
            height: 35px;
            font-size: 1.5rem; }
          #contents .form ul li dl dd .type-text1 {
            width: 40%; }
          #contents .form ul li dl dd .sex {
            margin: 0 50px 0 0; }
          #contents .form ul li dl dd input[type="radio"] {
            position: relative;
            top: -4px;
            width: auto; }
          #contents .form ul li dl dd select {
            outline: none;
            text-indent: 0.01px;
            text-overflow: '';
            background: none transparent;
            vertical-align: middle;
            color: inherit;
            border: 2px solid #e6e6e6;
            -webkit-appearance: button;
            -moz-appearance: button;
            appearance: button;
            padding: 0 20px 0 5px;
            display: inline-block;
            font-size: 1.5rem;
            height: 40px; }
            #contents .form ul li dl dd select option {
              background-color: #fff;
              color: #333; }
            #contents .form ul li dl dd select::-ms-expand {
              display: none; }
            #contents .form ul li dl dd select:-moz-focusring {
              color: transparent; }
          #contents .form ul li dl dd .select-wrap {
            position: relative;
            display: inline-block;
            margin-right: 4px; }
            #contents .form ul li dl dd .select-wrap::before {
              z-index: 1;
              position: absolute;
              right: 10px;
              top: 0;
              content: "\f107";
              font-family: "Font Awesome 5 Free";
              font-weight: 700;
              line-height: 40px;
              color: #7F878C;
              pointer-events: none; }
          #contents .form ul li dl dd p {
            font-size: 1.2rem;
            line-height: 1.8rem;
            text-align: left;
            margin: 7px 0 0;
            width: 100%; }
          #contents .form ul li dl dd .mailcheck {
            font-size: 1.5rem;
            line-height: 2.6rem;
            margin: 0 0 9px; }
          #contents .form ul li dl dd dl dt {
            border: none;
            padding: 0;
            font-size: 1.4rem;
            margin-top: 5px;
            margin-right: 15px;
            width: 125px;
            min-height: 30px;
            height: 30px;
            line-height: 20px; }
          #contents .form ul li dl dd dl dd {
            width: calc(100% - 140px);
            border: none;
            margin-top: 0;
            min-height: 30px; }
            #contents .form ul li dl dd dl dd input {
              font-size: 1.4rem; }
            #contents .form ul li dl dd dl dd p {
              margin: 0; }
            #contents .form ul li dl dd dl dd .p-code {
              display: inline-block; }
          #contents .form ul li dl dd dl + dl {
            margin-top: 10px; }
          #contents .form ul li dl dd textarea {
            height: 141px; }
    #contents .form ul.check li dl dd {
      font-size: 1.6rem;
      line-height: 40px; }
    #contents .form .contact_buttons {
      margin-top: 30px;
      text-align: center; }
      #contents .form .contact_buttons .back, #contents .form .contact_buttons .submit {
        display: inline-block;
        width: 28%;
        margin: 0 20px;
        font-size: 1.6rem; }
        #contents .form .contact_buttons .back:hover, #contents .form .contact_buttons .submit:hover {
          opacity: 0.8; }
      #contents .form .contact_buttons .submit {
        position: relative;
        top: -2px; }

  footer {
    margin-top: 100px; } }
