@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@900&display=swap");
html {
  font-size: 62.5%; }

body {
  font-family: "Noto Serif JP", serif, メイリオ, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: .1em; }

/**************************************/
header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }
  header .container {
    display: flex;
    align-items: center;
    max-width: none;
    justify-content: space-between;
    height: 120px;
    max-width: 960px; }
  header .logo {
    display: block;
    width: 30%;
    max-width: 300px;
    padding-right: 10px; }
    header .logo img {
      vertical-align: center; }
    @media (max-width: 980px) {
      header .logo {
        width: 70%;
        max-width: auto; } }
  header .navi {
    margin: 0 -80px 0 auto;
    min-width: 600px; }
    @media (max-width: 980px) {
      header .navi {
        display: none; } }
  header .list_header {
    font-size: 14px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 0 0 15px;
    align-items: right;
    justify-content: space-around;
    height: 80px;
    background-color: #FFFFFF;
    border: 0px solid;
    border-color: #3B4043;
    font-size: 14px; }
    header .list_header li {
      list-style: none;
      padding: 0;
      margin: 0;
      align-items: center;
      justify-content: center; }
    header .list_header a {
      color: #3B4043;
      text-decoration: none;
      padding: 0 0;
      font-size: 14px;
      font-size: 1.4rem;
      position: relative;
      display: inline-block; }
    header .list_header a.lh:after {
      position: absolute;
      bottom: -4px;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #333;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform .3s; }
    header .list_header a.lh:hover:after {
      transform: scale(1, 1); }
    header .list_header .btn_ico_mail {
      font-size: 14px;
      font-size: 1.4rem;
      text-decoration: none;
      display: block;
      margin: auto;
      padding: 10px 15px;
      text-align: center;
      color: #FFFFFF;
      background-color: #3B4043; }
    header .list_header .btn_ico_mail:hover {
      border: 0px solid;
      color: #3B4043;
      background-color: #F4F4F4; }
  header .menu-btn {
    position: fixed;
    top: 10px;
    right: 0;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #3B4043; }
    @media (max-width: 760px) {
      header .menu-btn {
        position: fixed;
        top: 30px;
        right: 0;
        display: flex;
        height: 60px;
        width: 60px; } }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute; }
  header .menu-btn span:before {
    bottom: 8px; }
  header .menu-btn span:after {
    top: 8px; }
  header #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg); }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg); }
  header .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 80;
    text-align: center;
    font-weight: bold;
    background-color: #FFFFFF;
    line-height: 1.0; }
  header #menu-btn-check {
    display: none; }
  header .menu-content {
    padding: 15% 10px 0; }
    @media (max-width: 760px) {
      header .menu-content {
        padding: 25% 10px 0; } }
  header .menu-content li {
    border-bottom: solid 0px #FFFFFF;
    list-style: none; }
    header .menu-content li a:after {
      position: absolute;
      bottom: -4px;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #333;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform .3s; }
    header .menu-content li a:hover:after {
      transform: scale(1, 1); }
  header .menu-content li a {
    display: block;
    width: 30%;
    font-size: 15px;
    font-size: 1.5rem;
    box-sizing: border-box;
    color: #3B4043;
    text-decoration: none;
    padding: 9px 0 10px 0;
    position: relative;
    border-bottom: 0px solid #3B4043;
    font-weight: bold;
    position: relative;
    display: inline-block; }
    @media (max-width: 760px) {
      header .menu-content li a {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 15px 0 10px 0;
        width: 100%; } }

.area_top_view {
  z-index: -1;
  background: url(../img/png/top.png) no-repeat center center;
  background-size: cover;
  background-color: #FFFFFF;
  /*twitter欄の描写*/ }
  @media (max-width: 760px) {
    .area_top_view {
      background: url(../img/png/top-s.png) no-repeat center center;
      background-size: contain; } }
  .area_top_view .container {
    height: 700px; }
  .area_top_view .tl {
    display: flex;
    justify-content: bottom;
    align-items: center;
    float: left;
    margin: 0 auto 0 0; }
    @media (max-width: 760px) {
      .area_top_view .tl {
        margin-top: 20%;
        margin: 310px 10px 0 0;
        flex-direction: column;
        align-items: flex-start; } }
  .area_top_view .title {
    margin: 330px 10px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline; }
    .area_top_view .title img {
      width: 80px;
      opacity: 0.8;
      margin: 10px; }
    @media (max-width: 760px) {
      .area_top_view .title {
        margin: 0; }
        .area_top_view .title img {
          width: 50px;
          margin: 0; } }
  .area_top_view .ttl {
    font-size: 70px;
    font-size: 7rem;
    letter-spacing: 0.07em;
    margin: 0;
    padding: 10px;
    line-height: 1.0;
    text-shadow: 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF;
    font-weight: bold; }
    @media (max-width: 760px) {
      .area_top_view .ttl {
        font-size: 30px;
        font-size: 3rem;
        letter-spacing: 0.05em; } }
  .area_top_view .ttl2 {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    padding: 10px 10px;
    margin: auto 0;
    vertical-align: middle;
    color: #3B4043;
    text-shadow: 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF; }
    @media (max-width: 760px) {
      .area_top_view .ttl2 {
        font-size: 12px;
        font-size: 1.2rem; } }
  .area_top_view .twit {
    position: absolute;
    left: 60%;
    bottom: -45%;
    Height: 350px;
    width: 350px;
    z-index: 4;
    background-color: #3B4043;
    border: 1px solid #3B4043;
    color: #FFFFFF; }
    @media (max-width: 760px) {
      .area_top_view .twit {
        left: 0;
        right: 0;
        bottom: -50%;
        width: 100%;
        max-width: 350px;
        margin: auto; } }
    .area_top_view .twit .twitt {
      padding: 14px; }

.area_home_about {
  margin: 0px 0;
  margin-top: 400px; }
  .area_home_about .title {
    margin: 0px 0 auto 0;
    padding: auto auto auto auto;
    height: 66px;
    font-size: 50px;
    font-size: 5rem;
    color: #3B4043;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: left;
    border-bottom: 1px solid #3B4043; }
    @media (max-width: 760px) {
      .area_home_about .title {
        margin-top: 100px;
        font-size: 30px;
        font-size: 3rem;
        height: 40px; } }
  .area_home_about .title2 {
    margin: 0 0 0 0;
    padding-top: 0px;
    margin-bottom: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #3B4043;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: left; }
    @media (max-width: 760px) {
      .area_home_about .title2 {
        font-size: 14px;
        font-size: 1.4rem;
        padding-top: 0px; } }
  .area_home_about .about {
    display: flex;
    align-items: left; }
    @media (max-width: 760px) {
      .area_home_about .about {
        flex-direction: column;
        width: 100%;
        height: auto; } }
    .area_home_about .about .about_t {
      font-size: 40px;
      font-size: 4rem;
      color: #3B4043;
      font-weight: bold;
      text-align: left;
      display: flex;
      align-items: center;
      margin: 50px  0;
      padding: 10px;
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 2px;
      width: 40%; }
      @media (max-width: 760px) {
        .area_home_about .about .about_t {
          margin: 20px 0;
          padding: 0px;
          font-size: 30px;
          font-size: 3rem;
          width: 100%; } }
    .area_home_about .about .about_s {
      font-size: 18px;
      font-size: 1.8rem;
      padding: 0 0 0 0px;
      margin: auto; }
      @media (max-width: 760px) {
        .area_home_about .about .about_s {
          padding: 0px 0 30px 0;
          font-size: 16px;
          font-size: 1.6rem; } }

.area_home_feature {
  padding: 100px 0 0 0; }
  @media (max-width: 760px) {
    .area_home_feature {
      background-size: 100%;
      background-color: #FFFFFF;
      padding: 80px 0 0 0; } }
  .area_home_feature .title {
    margin: 0px 0 auto 0;
    padding: auto auto auto auto;
    height: 66px;
    font-size: 50px;
    font-size: 5rem;
    color: #3B4043;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: left;
    border-bottom: 1px solid #3B4043; }
    @media (max-width: 760px) {
      .area_home_feature .title {
        font-size: 30px;
        font-size: 3rem;
        height: 40px; } }
  .area_home_feature .title2 {
    margin: 0 0 0 0;
    padding-top: 0px;
    margin-bottom: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #3B4043;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: left; }
    @media (max-width: 760px) {
      .area_home_feature .title2 {
        font-size: 14px;
        font-size: 1.4rem;
        padding-top: 0px; } }
  .area_home_feature .fmenu {
    width: 100%;
    align-items: center;
    padding: 15px auto;
    margin: auto;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
  .area_home_feature .feature {
    width: calc(100%/3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 5px; }
    @media (max-width: 760px) {
      .area_home_feature .feature {
        width: 100%; } }
    .area_home_feature .feature button.readmore1, .area_home_feature .feature button.readmore2, .area_home_feature .feature button.readmore3,
    .area_home_feature .feature button.readmore4, .area_home_feature .feature button.readmore5, .area_home_feature .feature button.readmore6,
    .area_home_feature .feature button.readmore7, .area_home_feature .feature button.readmore8, .area_home_feature .feature button.readmore9,
    .area_home_feature .feature button.readmore10, .area_home_feature .feature button.readmore11 {
      position: relative;
      margin: 0 auto;
      display: block;
      padding: 0 auto;
      background-color: transparent;
      text-align: center;
      color: #92999F;
      padding-bottom: 20px;
      padding-top: 5px;
      border: none;
      outline: 0;
      transition: .5s;
      -erbkit-transition: .5s;
      position: relative; }
    .area_home_feature .feature button.readmore1::after, .area_home_feature .feature button.readmore2::after, .area_home_feature .feature button.readmore3::after,
    .area_home_feature .feature button.readmore4::after, .area_home_feature .feature button.readmore5::after, .area_home_feature .feature button.readmore6::after,
    .area_home_feature .feature button.readmore7::after, .area_home_feature .feature button.readmore8::after, .area_home_feature .feature button.readmore9::after,
    .area_home_feature .feature button.readmore10::after, .area_home_feature .feature button.readmore11::after {
      content: "もっと読む";
      transition: .5s;
      -erbkit-transition: .5s; }
    .area_home_feature .feature button.on-click::after {
      content: "閉じる";
      transition: .5s;
      -erbkit-transition: .5s; }
  .area_home_feature .feature_img {
    text-align: center;
    margin: 10 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
  .area_home_feature .feature_ttl {
    padding: 10px;
    color: #3B4043;
    font-size: 17px;
    font-size: 1.7rem;
    text-align: center;
    letter-spacing: .0em;
    font-weight: bold; }
  .area_home_feature .feature_s1, .area_home_feature .feature_s2, .area_home_feature .feature_s3,
  .area_home_feature .feature_s4, .area_home_feature .feature_s5, .area_home_feature .feature_s6,
  .area_home_feature .feature_s7, .area_home_feature .feature_s8, .area_home_feature .feature_s9,
  .area_home_feature .feature_s10, .area_home_feature .feature_s11 {
    font-size: 12px;
    font-size: 1.2rem;
    color: #3B4043;
    display: none; }
    @media (max-width: 760px) {
      .area_home_feature .feature_s1, .area_home_feature .feature_s2, .area_home_feature .feature_s3,
      .area_home_feature .feature_s4, .area_home_feature .feature_s5, .area_home_feature .feature_s6,
      .area_home_feature .feature_s7, .area_home_feature .feature_s8, .area_home_feature .feature_s9,
      .area_home_feature .feature_s10, .area_home_feature .feature_s11 {
        font-size: 14px;
        font-size: 1.4rem; } }

.area_home_cooporate {
  padding: 0 0;
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/ }
  @media (max-width: 760px) {
    .area_home_cooporate {
      min-height: auto; } }
  .area_home_cooporate .title {
    margin: 0px 0 auto 0;
    padding: auto auto auto auto;
    height: 66px;
    font-size: 50px;
    font-size: 5rem;
    color: #3B4043;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: left;
    border-bottom: 1px solid #3B4043; }
    @media (max-width: 760px) {
      .area_home_cooporate .title {
        font-size: 30px;
        font-size: 3rem;
        height: 40px; } }
  .area_home_cooporate .title2 {
    margin: 0 0 0 0;
    padding-top: 0px;
    margin-bottom: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #3B4043;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: left; }
    @media (max-width: 760px) {
      .area_home_cooporate .title2 {
        font-size: 14px;
        font-size: 1.4rem;
        padding-top: 0px; } }
  .area_home_cooporate .rinen1 {
    font-size: 25px;
    font-size: 2.5rem;
    color: #3B4043;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 40px; }
    @media (max-width: 760px) {
      .area_home_cooporate .rinen1 {
        font-size: 14px;
        font-size: 1.4rem; } }
  .area_home_cooporate .rinen2 {
    font-size: 25px;
    font-size: 2.5rem;
    color: #3B4043;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 0; }
    @media (max-width: 760px) {
      .area_home_cooporate .rinen2 {
        font-size: 14px;
        font-size: 1.4rem; } }
  .area_home_cooporate .rinen3 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #92999F;
    padding: 0;
    margin: 0;
    margin-bottom: 30px; }
    @media (max-width: 760px) {
      .area_home_cooporate .rinen3 {
        font-size: 14px;
        font-size: 1.4rem; } }
  .area_home_cooporate .rinen4 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #3B4043;
    margin-bottom: 20px; }
    @media (max-width: 760px) {
      .area_home_cooporate .rinen4 {
        font-size: 14px;
        font-size: 1.4rem; } }
  .area_home_cooporate .tabs {
    margin-top: 100px;
    padding-bottom: 0;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px; }
  .area_home_cooporate .tab_item {
    width: calc(100%/3);
    height: 50px;
    border-bottom: 1px solid #3B4043;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #3B4043;
    float: left;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0 auto; }
    @media (max-width: 760px) {
      .area_home_cooporate .tab_item {
        　vertical-align: middle;
        font-size: 13px;
        height: 50px;
        line-height: 30px;
        padding: 10px; } }
  .area_home_cooporate .tab_item2 {
    width: calc(100%/3);
    height: 50px;
    border-bottom: 1px solid #3B4043;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #3B4043;
    float: left;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0 auto; }
    @media (max-width: 760px) {
      .area_home_cooporate .tab_item2 {
        　vertical-align: middle;
        font-size: 13px;
        height: 50px;
        line-height: 15px;
        padding: 10px; } }
  .area_home_cooporate .tab_item:hover {
    opacity: 0.75; }
  .area_home_cooporate input[name="tab_item"] {
    display: none; }
  .area_home_cooporate .tab_content {
    display: none;
    padding: 100px;
    clear: both;
    overflow: hidden;
    background-color: #F4F4F4;
    width: 100%; }
    @media (max-width: 760px) {
      .area_home_cooporate .tab_content {
        padding: 10px; } }
    .area_home_cooporate .tab_content .tab_content_description {
      background-color: #FFFFFF;
      padding: 50px; }
      @media (max-width: 760px) {
        .area_home_cooporate .tab_content .tab_content_description {
          padding: 10px; } }
    .area_home_cooporate .tab_content hr {
      margin: 0;
      padding: 0; }
    .area_home_cooporate .tab_content td {
      vertical-align: baseline;
      padding: 50px 0; }
    .area_home_cooporate .tab_content th {
      vertical-align: baseline;
      padding: 30px 0;
      width: 30%; }
  .area_home_cooporate #all:checked ~ #all_content,
  .area_home_cooporate #gaiyou:checked ~ #gaiyou_content,
  .area_home_cooporate #design:checked ~ #design_content {
    display: block; }
  .area_home_cooporate .tabs input:checked + .tab_item,
  .area_home_cooporate .tabs input:checked + .tab_item2 {
    color: #FFFFFF;
    background-color: #3B4043;
    border-bottom: 1px solid #3B4043; }

.area_home_mail {
  padding: 0px 0;
  color: #3B4043;
  margin-bottom: 200px; }
  @media (max-width: 760px) {
    .area_home_mail {
      padding: 80px 0;
      background-size: 100%;
      background-color: #FFFFFF; } }
  .area_home_mail .container {
    width: 100%; }
    @media (max-width: 760px) {
      .area_home_mail .container {
        width: 80%; } }
  .area_home_mail a {
    color: #92999F;
    border-bottom: 1px solid #92999F; }
  .area_home_mail .title {
    margin: 0px 0 auto 0;
    padding: auto auto auto auto;
    height: 66px;
    font-size: 50px;
    font-size: 5rem;
    color: #3B4043;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: left;
    border-bottom: 1px solid #3B4043; }
    @media (max-width: 760px) {
      .area_home_mail .title {
        font-size: 30px;
        font-size: 3rem;
        height: 40px; } }
  .area_home_mail .title2 {
    margin: 0 0 0 0;
    padding-top: 0px;
    margin-bottom: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #3B4043;
    letter-spacing: 0.1em;
    text-align: left; }
    @media (max-width: 760px) {
      .area_home_mail .title2 {
        font-size: 14px;
        font-size: 1.4rem;
        padding-top: 0px; } }
  .area_home_mail .lead-form {
    font-size: 20px;
    width: 70%;
    margin: 0px auto 0 auto;
    font-size: 16px;
    font-size: 1.6rem; }
    @media (max-width: 760px) {
      .area_home_mail .lead-form {
        font-size: 16px;
        font-size: 1.6rem;
        width: 100%; } }
  .area_home_mail form {
    width: 70%;
    margin: 90px auto 0 auto; }
    @media (max-width: 760px) {
      .area_home_mail form {
        width: 100%; } }
  .area_home_mail .form-group {
    font-size: 14px;
    font-size: 1.4rem;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex; }
    @media (max-width: 760px) {
      .area_home_mail .form-group {
        flex-direction: column; } }
  .area_home_mail label {
    float: left;
    margin-right: 20px;
    width: 33%;
    padding-left: 10px; }
    @media (max-width: 760px) {
      .area_home_mail label {
        width: 100%; } }
  .area_home_mail input {
    float: left;
    width: 66%; }
    @media (max-width: 760px) {
      .area_home_mail input {
        width: 100%; } }
  .area_home_mail input[type="text"], .area_home_mail input[type="email"] {
    border: solid 1px #aaa;
    color: #3B4043;
    border-radius: 0px;
    padding: 10px;
    font-size: 15px;
    float: left;
    background-color: #FFFFFF;
    width: 66%; }
    @media (max-width: 760px) {
      .area_home_mail input[type="text"], .area_home_mail input[type="email"] {
        width: 100%; } }
  .area_home_mail textarea {
    border: solid 1px #aaa;
    border-radius: 0px;
    padding: 10px;
    height: 160px;
    font-size: 15px;
    float: left;
    width: 66%;
    background-color: #FFFFFF;
    color: #3B4043; }
    @media (max-width: 760px) {
      .area_home_mail textarea {
        width: 100%; } }
  .area_home_mail .btn-area {
    text-align: center; }
    @media (max-width: 760px) {
      .area_home_mail .btn-area {
        width: 100%; } }
  .area_home_mail .btn-primary {
    background: #3B4043;
    border: solid 0px;
    color: #FFFFFF;
    border-radius: 0px;
    font-size: 14px;
    font-size: 1.4rem;
    height: 50px;
    width: 270px;
    padding: 0;
    margin: 0;
    float: left; }
    @media (max-width: 760px) {
      .area_home_mail .btn-primary {
        float: none; } }

footer {
  background-color: #3B4043;
  color: #fff;
  padding-top: 20px;
  padding-top: 30px; }
  footer .fn {
    margin: 5px;
    display: flex; }
    @media (max-width: 760px) {
      footer .fn {
        margin: 0px; } }
  footer .foot_address {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 10px; }
  footer .copy {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    color: #FFFFFF; }
  footer .foot_address {
    padding: 0px;
    font-size: 12px;
    font-size: 1.2rem; }
  footer .fn {
    display: flex; }
  footer .foot_navi, footer .foot_navi2 {
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    footer .foot_navi li, footer .foot_navi2 li {
      list-style: none;
      background-repeat: no-repeat;
      background-position: left center;
      display: inline-block;
      float: left;
      margin-right: 5px;
      font-size: 11px;
      font-size: 1.1rem; }
      @media (max-width: 760px) {
        footer .foot_navi li, footer .foot_navi2 li {
          font-size: 14px;
          font-size: 1.4rem; } }
  @media (max-width: 760px) {
    footer .foot_navi {
      width: 100%;
      margin: 0; }
    footer .foot_navi2 {
      width: 100%;
      margin: 0; } }
  footer a {
    color: #FFFFFF;
    padding-left: 5px;
    text-decoration: none; }
  footer a:hover {
    color: #92999F; }
  footer .copy {
    margin-top: 30px; }

.scr {
  opacity: 0;
  transform: translate(-10%, 0); }

.scr.is-show {
  transform: translate(0, 0);
  opacity: 1;
  transition: 1s; }

.area_sub_view .container {
  min-height: 300px; }
@media (max-width: 760px) {
  .area_sub_view {
    background-size: contain; }
    .area_sub_view .container {
      height: 200px; } }

.area_home_recruit {
  padding: 0 0;
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/ }
  .area_home_recruit .title {
    margin: 0px 0 auto 0;
    padding: auto auto auto auto;
    height: 66px;
    font-size: 50px;
    font-size: 5rem;
    color: #3B4043;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: left;
    border-bottom: 1px solid #3B4043; }
    @media (max-width: 760px) {
      .area_home_recruit .title {
        font-size: 30px;
        font-size: 3rem;
        height: 40px; } }
  .area_home_recruit .title2 {
    margin: 0 0 0 0;
    padding-top: 0px;
    margin-bottom: 50px;
    font-weight: bold;
    color: #3B4043;
    letter-spacing: 0.1em;
    text-align: left; }
    @media (max-width: 760px) {
      .area_home_recruit .title2 {
        font-size: 14px;
        font-size: 1.4rem;
        padding-top: 0px; } }
  .area_home_recruit .title3 {
    margin: 0 0 100px 0;
    padding: 0;
    font-size: 30px;
    font-size: 3rem;
    color: #3B4043;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: left; }
    @media (max-width: 760px) {
      .area_home_recruit .title3 {
        font-size: 18px;
        font-size: 1.8rem; } }
  .area_home_recruit .tabs {
    margin-top: 100px;
    padding-bottom: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    width: 80%;
    margin: 0 auto; }
    @media (max-width: 760px) {
      .area_home_recruit .tabs {
        width: 100%; } }
  .area_home_recruit .tab_item {
    width: calc(100%/2);
    height: 50px;
    border-bottom: 3px solid #F0F3F5;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #3B4043;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.5s ease; }
    @media (max-width: 760px) {
      .area_home_recruit .tab_item {
        line-height: 30px;
        height: 80px; } }
  .area_home_recruit .tab_item:hover {
    opacity: 0.75; }
  .area_home_recruit input[name="tab_item"] {
    display: none; }
  .area_home_recruit .tab_content {
    font-size: 14px;
    font-size: 1.4rem;
    display: none;
    padding: 60px  0;
    clear: both;
    overflow: hidden;
    width: 100%; }
    .area_home_recruit .tab_content hr {
      margin: 0;
      padding: 0; }
    .area_home_recruit .tab_content td {
      vertical-align: baseline;
      padding: 50px 0; }
    .area_home_recruit .tab_content th {
      vertical-align: baseline;
      padding: 30px 0;
      width: 30%; }
  .area_home_recruit #recruit1:checked ~ #recruit1_content,
  .area_home_recruit #programming:checked ~ #programming_content,
  .area_home_recruit #design:checked ~ #design_content {
    display: block; }
  .area_home_recruit .tabs input:checked + .tab_item {
    color: #3B4043;
    border-bottom: 3px solid #707F89; }

#confirm .container {
  padding-top: 150px;
  min-height: 300px;
  width: 80%; }
  @media (max-width: 760px) {
    #confirm .container {
      padding-top: 150px;
      width: 80%; } }
#confirm input {
  border: 1px solid #3B4043;
  border-radius: 0px;
  color: #3B4043;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem; }
  @media (max-width: 760px) {
    #confirm input {
      font-size: 14px;
      font-size: 1.4rem; } }
#confirm button {
  border: 1px solid #3B4043;
  border-radius: 0px;
  color: #3B4043;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem; }
  @media (max-width: 760px) {
    #confirm button {
      font-size: 14px;
      font-size: 1.4rem; } }

#thanks .container {
  padding-top: 150px;
  min-height: 300px;
  width: 80%; }
  @media (max-width: 760px) {
    #thanks .container {
      padding-top: 150px;
      width: 80%; } }

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