@charset "UTF-8";
/* Common Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  font-size: 62.5%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1; }

body {
  font-size: 1.4rem;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.7;
  font-weight: 400;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #333;
  background-color: #FFF;
  text-align: center; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  color: #555; }

h1 {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: -.1rem; }

h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: -.1rem;
  color: #9CD4FA;
  font-weight: 800; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
  color: #CCC;
  font-weight: 800; }

h6 {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0; }

/* Larger than phablet */
@media (max-width: 599px) {
  h1 {
    font-size: 2.4rem; }
  h2 {
    font-size: 2.4rem; }
  h3 {
    font-size: 2.2rem; }
  h4 {
    font-size: 2.2rem; }
  h5 {
    font-size: 1.6rem; }
  h6 {
    font-size: 1.6rem; } }

img {
  vertical-align: bottom; }

li {
  list-style-type: none; }

.circle {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.cf:after {
  content: "";
  display: block;
  clear: both; }

.rel {
  position: relative; }

.abs {
  position: absolute; }

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.select-1 {
  position: relative; }

.select-1:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 40%;
  right: 1.4em;
  margin-top: -.2em;
  border-width: .55em .45em;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.6) transparent transparent; }

a:link {
  color: #888; }

a:visited {
  color: #CCC;
  text-decoration: none; }

a:hover {
  color: #555;
  text-decoration: none; }

/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  box-sizing: border-box;
  border-top: 3px solid #1B79D1; }

.header {
  color: #333;
  position: absolute;
  top: -2px;
  width: 100%;
  height: 64px;
  z-index: 1000;
  box-sizing: border-box;
  background-color: white; }
  .header .inner {
    width: 100%;
    position: relative; }
    .header .inner .logo {
      position: absolute;
      top: 16px;
      left: 16px;
      width: 140px; }
    .header .inner .nav {
      position: absolute;
      top: 6px;
      right: 16px; }
      .header .inner .nav ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-left: 24px; }
        .header .inner .nav ul li {
          display: block;
          font-size: 1.8rem; }
        .header .inner .nav ul .blue {
          border-radius: 4px;
          font-size: 84%;
          background-color: rgba(255, 255, 255, 0.3);
          color: #229DF0;
          border: solid 1px #229DF0;
          letter-spacing: -0.2px; }
          .header .inner .nav ul .blue a {
            display: inline-block;
            padding: 0.5rem 1rem;
            color: #229DF0;
            text-decoration: none;
            font-weight: 600; }

.header.no-nav {
  margin-top: 16px; }
  .header.no-nav .inner {
    box-sizing: border-box;
    border-bottom: solid 1px #CCC;
    padding-left: 32px;
    padding-right: 32px; }
    .header.no-nav .inner .logo {
      position: relative;
      top: 8px;
      left: 0;
      margin-bottom: 24px; }

.hero {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  margin-top: 64px; }

.hero .visual {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background-position: 50%;
  background-size: cover;
  opacity: 0; }

.hero.serv {
  height: 160px;
  background-color: #082344; }
  .hero.serv .serv-title {
    color: #FFF;
    height: 100%;
    width: 100%;
    line-height: 160px;
    font-size: 3.0rem;
    position: absolute;
    text-align: center; }

.hero.serv .visual {
  opacity: 0.3; }

.serv-case {
  margin: 32px auto 56px; }

.serv-heading {
  position: relative; }
  .serv-heading .serv-heading-icon {
    width: 48px;
    float: left;
    margin-left: 24px; }
    .serv-heading .serv-heading-icon img {
      width: 40px; }
  .serv-heading .serv-heading-text {
    float: left; }

.hero__img-1 {
  background-image: url(../images/top_01.jpg); }

.hero__img-2 {
  background-image: url(../images/top_02.jpg); }

.hero__img-3 {
  background-image: url(../images/top_03.jpg); }

.hero__img-service {
  background-image: url(../images/03.jpg); }

.hero-copy {
  background-color: #FAFAFA;
  padding: 16px 0; }
  .hero-copy .inner {
    padding: 8px 32px 0;
    text-align: left; }
    .hero-copy .inner p {
      font-size: 1.6rem; }

.hero-copy.serv {
  background-color: #FFF;
  padding-top: 0; }

.tab-menu {
  z-index: 1000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-bottom: solid 1px rgba(240, 240, 240, 0.9);
  background-color: #FFF; }
  .tab-menu ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    margin: 0;
    padding: 0; }
    .tab-menu ul li {
      display: block;
      width: 33.3%;
      height: 100%;
      line-height: 56px;
      font-size: 1.4rem;
      font-weight: 600;
      color: #888;
      border-bottom: solid 1px #CCC;
      cursor: pointer; }
      .tab-menu ul li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: inherit; }
    .tab-menu ul li.current {
      color: #229DF0;
      border-bottom: solid 4px #229DF0; }

.service {
  box-sizing: border-box;
  padding-bottom: 24px; }
  .service .heading {
    margin: 40px auto 24px; }
  .service .c-half-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .service .c-half-box .left-50 {
      width: 100%; }
    .service .c-half-box .right-50 {
      width: 100%; }
    .service .c-half-box .txt-box {
      box-sizing: border-box;
      padding: 32px;
      text-align: left;
      height: auto; }
      .service .c-half-box .txt-box .sub {
        margin-bottom: -1rem;
        font-weight: 600; }
      .service .c-half-box .txt-box p a {
        line-height: 3;
        font-weight: bold;
        color: #229DF0;
        text-decoration: none;
        font-size: 95%; }
    .service .c-half-box .img-box {
      box-sizing: border-box;
      height: auto;
      padding-left: 16px;
      padding-right: 16px; }
      .service .c-half-box .img-box .inner {
        width: 100%;
        height: 100%; }
  .service .left-up {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .service .right-up {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

.message {
  background-color: #FAFAFA; }
  .message .inner {
    padding: 8px 32px 56px; }
    .message .inner .heading {
      margin: 48px auto 32px; }
    .message .inner .txt-box {
      text-align: left; }
      .message .inner .txt-box .profile a {
        background-color: rgba(195, 230, 248, 0.9);
        color: #1B79D1;
        border-radius: 12px;
        padding: 6px 12px;
        text-decoration: none;
        font-size: 12px;
        font-weight: 600; }
      .message .inner .txt-box .profile strong {
        font-size: 110%;
        line-height: 2; }
    .message .inner .portlait {
      width: 160px;
      margin: auto auto 32px; }

.company {
  background-color: #082344;
  color: #fff; }
  .company .inner {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 48px 24px 24px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .company .inner .info {
      width: 100%;
      text-align: left;
      padding-right: 0;
      box-sizing: border-box; }
      .company .inner .info .heading {
        margin-bottom: 24px; }
        .company .inner .info .heading h6 {
          display: inline-block;
          padding-left: 12px;
          color: #FFF; }
      .company .inner .info table {
        width: 100%;
        font-size: 12px; }
        .company .inner .info table td {
          padding: 6px 8px;
          vertical-align: baseline; }
        .company .inner .info table tr td:first-child {
          width: 8em; }
    .company .inner .inquiry {
      width: 100%;
      text-align: left;
      margin-top: 48px;
      margin-left: auto;
      font-size: 86%;
      padding-top: 24px;
      padding-right: 8px;
      padding-left: 8px;
      box-sizing: border-box; }
      .company .inner .inquiry .heading {
        margin-bottom: 24px; }
        .company .inner .inquiry .heading h6 {
          display: inline-block;
          padding-left: 12px;
          position: relative;
          top: -1px;
          color: #FFF; }
      .company .inner .inquiry table {
        width: 100%; }
        .company .inner .inquiry table tr {
          display: block; }
        .company .inner .inquiry table tr:nth-child(even) {
          margin: 0 auto 2px; }
        .company .inner .inquiry table td {
          display: block; }
      .company .inner .inquiry .input-title {
        color: #FFF; }
      .company .inner .inquiry input, .company .inner .inquiry textarea, .company .inner .inquiry select {
        width: 100%;
        box-sizing: border-box;
        border-radius: 2px;
        margin: 4px auto 8px;
        border: solid 1px rgba(240, 240, 240, 0.3);
        background-color: rgba(240, 240, 240, 0.25);
        padding: 6px 8px;
        font-size: 1.6rem; }
      .company .inner .inquiry input:focus, .company .inner .inquiry textarea:focus {
        outline: 0;
        border: 1px solid #229DF0; }
      .company .inner .inquiry input.btn_submit {
        width: 100%;
        height: 40px;
        color: #FFF;
        background-color: #229DF0;
        margin-top: 12px;
        margin-left: 0;
        font-weight: 800;
        border: none; }
      .company .inner .inquiry .honbun {
        resize: none;
        height: 180px; }
      .company .inner .inquiry .success {
        color: #b4e1ff;
        font-size: 100%;
        font-weight: 600; }
      .company .inner .inquiry #error {
        color: #ff4b28;
        font-size: 100%;
        font-weight: 600; }

.footer {
  position: relative;
  width: 100%;
  background-color: #082344;
  color: #fff; }
  .footer .copyright p {
    font-size: 1.2rem;
    padding: 8px 0 16px;
    margin: 0 auto;
    color: #CCC; }

.policy {
  padding-top: 120px;
  border-top: solid 1px #CCC; }
  .policy .inner {
    text-align: left;
    padding-left: 32px;
    padding-right: 32px; }
    .policy .inner .heading {
      margin-bottom: 56px; }
      .policy .inner .heading h1 {
        font-size: 2.8rem; }
    .policy .inner .para {
      margin-bottom: 40px; }
      .policy .inner .para h2 {
        font-size: 2.2rem; }
    .policy .inner ol li {
      list-style-type: decimal; }
    .policy .inner ul li {
      list-style-type: disc; }

.serv-section {
  margin: 0 auto 16px;
  padding-top: 72px;
  text-align: left; }
  .serv-section h2 {
    font-size: 3.2rem;
    line-height: 1.35;
    letter-spacing: -.08rem; }
  .serv-section h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: -.05rem;
    color: #229DF0;
    font-weight: 800; }
  .serv-section h4 {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 600; }
  .serv-section h5 {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0;
    color: #888;
    font-weight: 600; }
  .serv-section .c-case-box {
    margin: 16px auto 0px;
    background-color: #FAFAFA;
    border-radius: 8px;
    overflow: hidden; }
    .serv-section .c-case-box h4 {
      padding: 16px 24px 12px;
      background-color: rgba(240, 240, 240, 0.9); }
      .serv-section .c-case-box h4 .tag {
        font-size: 74%;
        background-color: #229DF0;
        color: #FFF;
        padding: 4px 5px 3px;
        border-radius: 4px;
        margin-right: 8px; }
    .serv-section .c-case-box p {
      margin: 0;
      padding: 16px 24px 8px; }
    .serv-section .c-case-box ul {
      margin: 8px 24px 24px;
      padding: 16px;
      background-color: rgba(240, 240, 240, 0.9);
      border-radius: 8px; }

/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 600px) {
  .header {
    top: 1px; }
    .header .inner {
      width: 100%;
      margin: auto; }
      .header .inner .logo {
        top: 8px;
        left: 16px;
        width: 140px; }
      .header .inner .nav {
        display: block;
        top: 0px;
        right: 16px; }
        .header .inner .nav ul {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; }
          .header .inner .nav ul li {
            font-size: 1.6rem;
            margin: auto 16px; }
  .hero {
    height: 480px; }
  .hero.serv {
    height: 240px; }
    .hero.serv .serv-title {
      line-height: 240px;
      font-size: 3.6rem; }
  .hero-copy {
    padding: 40px; }
    .hero-copy .inner {
      width: 90%;
      margin: auto;
      text-align: center; }
      .hero-copy .inner p {
        font-size: 1.5rem; }
  .serv-heading {
    position: relative;
    z-index: 0; }
    .serv-heading .serv-heading-icon {
      float: left; }
    .serv-heading .serv-heading-text {
      float: left; }
  .service {
    padding-bottom: 48px; }
    .service .heading {
      margin: 48px auto 32px; }
    .service .c-half-box {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .service .c-half-box .left-50 {
        width: 50%; }
      .service .c-half-box .right-50 {
        width: 50%; }
      .service .c-half-box .txt-box {
        box-sizing: border-box;
        padding: 32px 40px 32px 32px;
        text-align: left;
        height: auto; }
      .service .c-half-box .img-box {
        height: auto;
        padding: 0; }
  .message .inner {
    width: 90%;
    margin: auto;
    box-sizing: border-box; }
    .message .inner .c-half-box {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      text-align: left; }
      .message .inner .c-half-box .portlait {
        width: 25%;
        margin: 0 auto; }
      .message .inner .c-half-box .txt-box {
        width: 75%; }
        .message .inner .c-half-box .txt-box p {
          box-sizing: border-box;
          margin: 0;
          padding-left: 32px; }
        .message .inner .c-half-box .txt-box .profile {
          font-size: 86%;
          padding-top: 24px; }
  .company .inner {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%; }
    .company .inner .info {
      width: 50%;
      padding-right: 16px; }
    .company .inner .inquiry {
      width: 50%;
      border: none;
      margin-top: 0;
      padding-top: 0;
      padding-right: 8px;
      padding-left: 8px; }
      .company .inner .inquiry table {
        width: 90%; }
      .company .inner .inquiry input {
        width: 100%;
        font-size: 1.5rem; }
      .company .inner .inquiry input.btn_submit {
        width: 100%; }
  .tab-menu ul li {
    width: 180px;
    font-size: 1.5rem; } }

/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 960px) {
  .header .inner {
    width: 960px;
    margin: auto; }
    .header .inner .logo {
      width: 150px; }
    .header .inner .nav {
      top: 0px; }
  .header.no-nav .inner {
    width: 800px;
    margin: auto;
    padding-left: 0; }
  .hero {
    height: 480px; }
  .hero.serv {
    height: 240px; }
  .hero-copy {
    padding: 40px; }
    .hero-copy .inner {
      width: 860px;
      margin: auto; }
  .hero-copy.serv {
    background-color: #FFF; }
    .hero-copy.serv .inner {
      width: 760px; }
      .hero-copy.serv .inner p {
        text-align: left; }
  .serv-heading {
    position: relative; }
    .serv-heading .serv-heading-icon {
      width: 48px;
      float: left; }
    .serv-heading .serv-heading-text {
      float: left; }
  .service {
    width: 960px;
    margin: auto;
    box-sizing: border-box; }
    .service .c-half-box .txt-box {
      font-size: 1.5rem; }
  .message .inner {
    width: 880px;
    margin: auto;
    box-sizing: border-box; }
    .message .inner .c-half-box {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      text-align: left; }
      .message .inner .c-half-box .portlait {
        width: 210px;
        margin: 0 auto; }
      .message .inner .c-half-box .txt-box p {
        box-sizing: border-box;
        width: 660px;
        margin: 0;
        padding-left: 32px; }
      .message .inner .c-half-box .txt-box .profile {
        font-size: 86%;
        padding-top: 24px; }
  .company .inner {
    width: 960px;
    padding: 48px 24px 40px;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .company .inner .info {
      width: 50%; }
      .company .inner .info table {
        text-align: left;
        font-size: 12px; }
        .company .inner .info table tr td:first-child {
          padding-right: 24px; }
    .company .inner .inquiry {
      width: 50%; }
      .company .inner .inquiry table {
        width: 100%; }
      .company .inner .inquiry input {
        width: 100%; }
      .company .inner .inquiry input.btn_submit {
        width: 120px; }
  .policy .inner {
    width: 800px;
    padding-left: 32px;
    padding-right: 32px;
    margin: auto; } }
