@charset "UTF-8";
html {
  scroll-behavior: smooth; }

* {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #444;
  line-height: 2; }

a:hover {
  opacity: 0.7; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.optional {
  display: none; }

.sp {
  display: none; }

div.frame {
  position: relative;
  height: 0;
  overflow: hidden;
  margin: auto;
  margin-bottom: 60px;
  z-index: 1; }
  div.frame iframe,
  div.frame img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10; }
  header div.wrap {
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(gainsboro));
    background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
    background: -o-linear-gradient(top, white 0%, gainsboro 100%);
    background: linear-gradient(180deg, white 0%, gainsboro 100%); }
    header div.wrap div.flex {
      max-width: 1200px;
      padding: 0 50px;
      height: 60px;
      position: relative;
      margin: auto; }
      header div.wrap div.flex h1 {
        max-width: 200px;
        margin: auto;
        margin-top: 5px; }
      header div.wrap div.flex img.header_tel {
        width: 180px;
        position: absolute;
        right: 20px;
        top: 15%; }
  header nav {
    background: #256ab3;
    padding: 10px 0; }
    header nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      header nav ul li {
        border-left: 1px solid #fff;
        padding: 0 3%; }
        header nav ul li a {
          color: #fff;
          text-decoration: none;
          height: 30px;
          line-height: 30px;
          display: block;
          font-size: 12px; }
        header nav ul li:last-child {
          border-right: 1px solid #fff; }

main section h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 36px;
  letter-spacing: 5px;
  position: relative;
  margin-bottom: 60px; }
  main section h2::first-letter {
    font-size: 48px;
    color: #256ab3; }
  main section h2::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    background: #256ab3;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%; }

main section p {
  max-width: 700px;
  margin: auto; }

main section div.wrap {
  max-width: 1200px;
  margin: auto;
  padding: 50px; }

main section#hero {
  height: 100vh;
  background-image: url(../img/hero_bg@2x.jpg);
  background-position: center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  main section#hero p.copy {
    margin: auto;
    max-width: 550px; }
    main section#hero p.copy img {
      margin-top: 20%; }

@supports (-webkit-touch-callout: none) {
  main section#hero {
    /* Safari用のハック */
    height: -webkit-fill-available; } }

main section#service {
  background-image: url(../img/services_bg@2x.png);
  background-position: center center;
  padding: 100px 20px; }
  main section#service h2 {
    max-width: 200px;
    margin: auto;
    margin-bottom: 70px; }
    main section#service h2::after {
      display: none; }
  main section#service ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: auto; }
    main section#service ul li {
      padding: 0 20px; }

main section#workstylereform {
  background-image: url(../img/rakugo_bg@2x.png);
  padding: 100px;
  position: relative; }
  main section#workstylereform div.wrap div.cloud-left,
  main section#workstylereform div.wrap div.cloud-right {
    content: '';
    max-width: 500px;
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: contain; }
  main section#workstylereform div.wrap div.cloud-left {
    background-image: url(../img/cloud_left@2x.png);
    top: 0;
    left: 0; }
  main section#workstylereform div.wrap div.cloud-right {
    background-image: url(../img/cloud_right@2x.png);
    right: 0;
    top: 0; }
  main section#workstylereform div.wrap h2,
  main section#workstylereform div.wrap p {
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
    z-index: 2; }
  main section#workstylereform div.wrap h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 36px;
    letter-spacing: 5px; }
    main section#workstylereform div.wrap h2::first-letter {
      font-size: 48px;
      color: #ec5923; }
    main section#workstylereform div.wrap h2::after {
      display: none; }
  main section#workstylereform div.wrap p {
    margin-bottom: 55px;
    text-align: center; }
  main section#workstylereform div.wrap div.frame {
    padding-bottom: 40%;
    max-width: 800px; }
    main section#workstylereform div.wrap div.frame img {
      -o-object-fit: contain;
      object-fit: contain; }

main section#agent {
  padding: 100px; }
  main section#agent div.wrap div.box {
    margin: auto;
    margin-top: 50px;
    padding: 70px;
    background: #f5fbff;
    max-width: 900px; }
    main section#agent div.wrap div.box ul li {
      list-style-type: disc;
      margin-left: 30px;
      color: #256ab3;
      margin-bottom: 40px; }
      main section#agent div.wrap div.box ul li h3 {
        font-size: 18px;
        color: #256ab3;
        margin-bottom: 20px; }
      main section#agent div.wrap div.box ul li p {
        margin-bottom: 20px; }

main section#consulting {
  background-image: url(../img/consulting_bg@2x.png);
  background-size: contain;
  background-position: center top;
  padding: 100px; }
  main section#consulting div.wrap div.slogan {
    background: #256ab3;
    max-width: 600px;
    margin: auto;
    margin-bottom: 80px; }
    main section#consulting div.wrap div.slogan p {
      color: #fff;
      font-size: 24px;
      text-align: center;
      padding: 40px; }
      main section#consulting div.wrap div.slogan p span {
        color: #fff;
        font-size: 36px;
        border-bottom: 2px solid #fff;
        padding-bottom: 10px; }
  main section#consulting div.wrap div.description {
    padding: 80px 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #bdbdbd;
    box-shadow: 0 0 10px #bdbdbd; }
    main section#consulting div.wrap div.description p {
      margin: auto;
      font-size: 14px;
      line-height: 2.5; }
      main section#consulting div.wrap div.description p span.blue {
        color: #256ab3; }
      main section#consulting div.wrap div.description p span.red {
        color: #F25200; }
      main section#consulting div.wrap div.description p span.fz24 {
        font-size: 24px; }
      main section#consulting div.wrap div.description p span.fz22 {
        font-size: 22px; }
      main section#consulting div.wrap div.description p span.fz20 {
        font-size: 20px; }
      main section#consulting div.wrap div.description p span.fz18 {
        font-size: 18px; }

main section#philosophy div.wrap {
  padding: 100px 0 0; }
  main section#philosophy div.wrap p.top {
    color: #256ab3;
    font-size: 2.5vw;
    text-align: center; }
  main section#philosophy div.wrap p.bottom {
    text-align: center;
    font-size: 1.8vw;
    margin-top: 60px; }

main section#pointer div.wrap {
  padding: 100px; }
  main section#pointer div.wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px; }
    main section#pointer div.wrap ul li {
      padding: 10px 20px;
      background: #256ab3;
      color: #fff;
      font-size: 18px;
      margin: 0 30px; }

main section#greetings div.wrap p.sub {
  text-align: center;
  font-size: 24px;
  margin-top: -30px;
  position: relative; }
  main section#greetings div.wrap p.sub::before, main section#greetings div.wrap p.sub::after {
    content: '〜';
    margin: 0 5px; }

main section#greetings div.wrap div.flex {
  max-width: 1000px;
  padding: 0 20px;
  margin: auto;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  main section#greetings div.wrap div.flex div {
    width: 45%; }
    main section#greetings div.wrap div.flex div.txt p {
      margin-bottom: 10px; }

main section#profile div.wrap {
  width: 70%;
  max-width: 800px;
  padding: 100px 20px; }
  main section#profile div.wrap p {
    margin: 0;
    margin-bottom: 10px; }
  main section#profile div.wrap h3 {
    font-size: 20px;
    margin-top: 40px;
    border-bottom: 1px solid #256ab3;
    display: inline-block;
    margin-bottom: 10px; }
  main section#profile div.wrap ul li {
    list-style-type: disc;
    margin-left: 20px; }

main section#form div.wrap p {
  margin-bottom: 30px;
  font-size: 14px; }
  main section#form div.wrap p a {
    color: #256ab3; }

main section#form div.wrap form {
  margin: auto;
  max-width: 700px; }
  main section#form div.wrap form dl {
    border: 1px solid #595959;
    margin-bottom: 50px; }
    main section#form div.wrap form dl div.flex:last-child dt,
    main section#form div.wrap form dl div.flex:last-child dd {
      border-bottom: none; }
    main section#form div.wrap form dl div.flex dt,
    main section#form div.wrap form dl div.flex dd {
      border-bottom: 1px solid #aaa;
      padding: 10px;
      font-size: 12px; }
    main section#form div.wrap form dl div.flex dt {
      background: #F2F2F2;
      width: 40%;
      height: auto;
      border-right: 1px solid #aaa; }
      main section#form div.wrap form dl div.flex dt.required {
        position: relative; }
      main section#form div.wrap form dl div.flex dt span.required {
        color: #fff;
        background: #f00;
        padding: 0 10px;
        right: 20px;
        position: absolute;
        font-size: 10px;
        font-weight: bold; }
    main section#form div.wrap form dl div.flex dd {
      width: 60%; }
      main section#form div.wrap form dl div.flex dd input,
      main section#form div.wrap form dl div.flex dd textarea {
        width: 100%;
        border: 1px solid #aaaaaa;
        padding: 0 5px; }
      main section#form div.wrap form dl div.flex dd textarea {
        height: calc(1.5em * 10);
        line-height: 1.5; }
      main section#form div.wrap form dl div.flex dd span {
        color: #ff0000; }
  main section#form div.wrap form p.agree {
    text-align: center;
    font-size: 16px; }
    main section#form div.wrap form p.agree label input {
      margin-right: 5px; }
  main section#form div.wrap form p#form_submit {
    text-align: center; }
    main section#form div.wrap form p#form_submit input {
      color: #fff;
      background: #256ab3;
      border-radius: 50px;
      padding: 10px 50px;
      position: relative;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      main section#form div.wrap form p#form_submit input:hover {
        opacity: 0.7; }
      main section#form div.wrap form p#form_submit input[disabled] {
        opacity: 0.5;
        cursor: default; }

main section#about div.wrap {
  max-width: 1000px; }
  main section#about div.wrap > div.flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0; }
    main section#about div.wrap > div.flex > div {
      width: 48%; }
      main section#about div.wrap > div.flex > div.info dl div.flex {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start; }
        main section#about div.wrap > div.flex > div.info dl div.flex dt {
          color: #256ab3;
          width: 4em;
          text-align-last: justify;
          margin-right: 30px; }
        main section#about div.wrap > div.flex > div.info dl div.flex dd {
          width: 70%; }

main section#policy, main section#thanks {
  padding-top: 150px; }
  main section#policy h2, main section#thanks h2 {
    font-size: 24px; }
    main section#policy h2::first-letter, main section#thanks h2::first-letter {
      font-size: 30px; }
  main section#policy div.wrap, main section#thanks div.wrap {
    padding: 0 20px;
    max-width: 800px;
    margin-bottom: 100px; }
    main section#policy div.wrap p, main section#thanks div.wrap p {
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      margin: 0;
      margin-bottom: 30px;
      font-size: 14px; }
    main section#policy div.wrap h3, main section#thanks div.wrap h3 {
      margin-bottom: 10px;
      font-size: 16px;
      border-bottom: 1px solid #256ab3;
      display: inline-block; }
    main section#policy div.wrap ol, main section#thanks div.wrap ol {
      margin-bottom: 30px; }
      main section#policy div.wrap ol li, main section#thanks div.wrap ol li {
        font-size: 14px; }
    main section#policy div.wrap ul, main section#thanks div.wrap ul {
      margin-bottom: 30px; }
      main section#policy div.wrap ul li, main section#thanks div.wrap ul li {
        font-size: 14px; }

main section#contact {
  background-image: url(../img/contact_bg@2x.png);
  background-position: center right 30%;
  background-size: cover;
  padding: 50px; }
  main section#contact div.wrap {
    max-width: 1000px;
    margin: auto; }
    main section#contact div.wrap p.head {
      text-align: center;
      font-size: 20px;
      color: #fff;
      margin-bottom: 65px; }
    main section#contact div.wrap div.flex > * {
      width: 50%; }
    main section#contact div.wrap div.flex div dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      main section#contact div.wrap div.flex div dl > * {
        margin: auto; }
      main section#contact div.wrap div.flex div dl dt {
        color: #fff;
        font-size: 16px;
        margin-bottom: 10px; }
      main section#contact div.wrap div.flex div dl dd {
        font-size: 38px; }
        main section#contact div.wrap div.flex div dl dd a {
          color: #fff; }
    main section#contact div.wrap div.flex div#mail dt {
      margin-bottom: 30px; }
    main section#contact div.wrap div.flex div#mail dl dd {
      max-width: 250px; }

main h2.sub {
  margin-top: 100px;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  background-image: url(../img/h2_bg@2x.jpg);
  background-size: cover;
  background-position: center top; }
  main h2.sub img {
    max-width: 170px;
    margin: auto; }

footer div.wrap {
  background: #256ab3;
  padding: 100px 100px 0; }
  footer div.wrap div.container {
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto; }
    footer div.wrap div.container > * {
      width: 50%; }
    footer div.wrap div.container div.box {
      padding-left: 100px; }
      footer div.wrap div.container div.box p {
        color: #fff;
        margin-bottom: 20px; }
        footer div.wrap div.container div.box p.footer_ttl {
          font-size: 30px; }
        footer div.wrap div.container div.box p.footer_tel {
          font-size: 24px; }
    footer div.wrap div.container div.frame {
      padding-bottom: 40%;
      width: 60%; }

footer small {
  width: 100%;
  background: #fff;
  display: block;
  text-align: center;
  padding: 20px 0;
  font-size: 12px; }
