@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal; }

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  margin: 0;
  padding: 0; }

hr {
  color: inherit;
  height: 0;
  overflow: visible; }

details, main {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden] {
  display: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

pre {
  font-size: 1em; }

b, strong {
  font-weight: bolder; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

table {
  border-color: inherit;
  text-indent: 0; }

iframe {
  border-style: none; }

input {
  border-radius: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none; }

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit; }

[disabled] {
  cursor: default; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled=true] {
  cursor: default; }

html, body {
  font-family: "游明朝", "Yu Mincho", "YuMincho", serif;
  font-size: 16px;
  line-height: 1.75; }

img {
  width: 100%;
  display: block;
  transition: all .2s linear; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li, ol li {
  list-style: none; }

a {
  color: #000;
  text-decoration: none;
  transition: all .15s linear; }

a:hover {
  text-decoration: none; }

a:hover img {
  opacity: .75; }

.header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between; }
  .header-logo {
    width: 255px;
    height: 37px;
    margin-top: 25px;
    margin-left: 3%; }
    @media screen and (max-width: 999px) {
      .header-logo {
        width: 200px;
        height: auto;
        margin-top: 15px; } }

.gnav-list {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 999px) {
    .gnav-list {
      display: none; } }
  .gnav-list-item {
    height: 100px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .gnav-list-item:last-child {
      padding-right: 0; }
.gnav .cv {
  padding: 40px;
  background-color: #004777;
  color: #fff; }
  .gnav .cv:hover {
    background-color: #2981bc; }

.nav-drawer {
  display: none; }

@media (max-width: 999px) {
  .nav-drawer {
    display: block;
    position: relative;
    z-index: 1000; }

  .nav-drawer .drawer-hamburger {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background-color: #004777; }

  .drawer-open .nav-drawer .drawer-hamburger {
    background-color: transparent; }

  .drawer-open .nav-drawer .drawer-nav {
    padding: 20px 30px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2000; }

  .drawer-menu-item {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0; }

  .nav-drawer .drawer-nav li a {
    color: #000;
    font-weight: 500;
    line-height: 1.6; }

  .nav-drawer .drawer-nav li:hover,
  .nav-drawer .drawer-nav li a:hover {
    text-decoration: none !important; }

  .nav-drawer .drawer-nav li:last-child {
    margin-bottom: 0;
    text-align: center;
    background-color: #004777; }

  .nav-drawer .drawer-nav li:last-child a {
    width: 100%;
    padding: 12px;
    display: block;
    color: #fff; }

  .nav-drawer .drawer-hamburger-icon,
  .nav-drawer .drawer-hamburger-icon:after,
  .nav-drawer .drawer-hamburger-icon:before {
    background-color: #fff; }

  .drawer-open .drawer-hamburger-icon {
    background-color: transparent; } }
.footer {
  padding: 12px 20px;
  background-color: #05101c;
  text-align: center; }
  .footer-cr {
    padding: 1em 0;
    color: #fff;
    font-size: 12px; }

html {
  scroll-behavior: smooth; }

.pc {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block; } }

section {
  position: relative;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    section {
      padding-bottom: 50px; } }

#wrapper {
  width: 100%;
  overflow: hidden; }

.sec-inner {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 100px; }
  @media screen and (max-width: 767px) {
    .sec-inner {
      padding-top: 50px; } }

.cmn-bgtxt01 {
  position: absolute;
  top: 0;
  left: 0;
  color: #eee;
  font-size: 100px;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .cmn-bgtxt01 {
      font-size: 80px; } }
.cmn-bgtxt02 {
  position: absolute;
  top: 0;
  left: 0;
  color: #f5f5f5;
  font-size: 100px;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .cmn-bgtxt02 {
      font-size: 80px; } }
.cmn-hl {
  position: relative;
  z-index: 10;
  color: #004777;
  font-size: 32px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .cmn-hl {
      font-size: 25px; } }
.cmn-lede {
  position: relative;
  z-index: 10;
  margin-top: 12px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .cmn-lede {
      font-size: 14px; } }
.cmn-cta {
  width: 90%;
  max-width: 840px;
  margin: 50px auto 0;
  padding: 35px;
  background: linear-gradient(145deg, #f1f1f1, #ffffff);
  box-shadow: 7px 7px 14px #ebebeb, -7px -7px 14px #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 480px) {
    .cmn-cta {
      padding: 25px;
      display: block; } }
  .cmn-cta-pic {
    width: 45%;
    max-width: 320px; }
    @media screen and (max-width: 767px) {
      .cmn-cta-pic {
        width: 40%; } }
    @media screen and (max-width: 480px) {
      .cmn-cta-pic {
        width: 100%; } }
  .cmn-cta-desc {
    width: 52.5%; }
    @media screen and (max-width: 767px) {
      .cmn-cta-desc {
        width: 55%; } }
    @media screen and (max-width: 480px) {
      .cmn-cta-desc {
        width: 100%; } }
  .cmn-cta-logo {
    width: 80%;
    max-width: 150px; }
    @media screen and (max-width: 480px) {
      .cmn-cta-logo {
        margin-top: 20px; } }
  .cmn-cta-hl {
    margin-top: 12px;
    color: #004777;
    font-size: 24px; }
    @media screen and (max-width: 767px) {
      .cmn-cta-hl {
        margin-top: 4px;
        font-size: 18px; } }
  .cmn-cta-btn {
    margin-top: 12px;
    padding: 8px 24px;
    display: inline-block;
    background-color: #044777;
    color: #fff;
    font-size: 14px;
    text-align: center;
    transition: all .15s linear; }
    @media screen and (max-width: 767px) {
      .cmn-cta-btn {
        margin-top: 4px; } }
    .cmn-cta-btn:hover {
      background-color: #2981bc; }

.hero {
  background: url("../img/hero-bg.png") center top no-repeat;
  background-size: 1920px 912px; }
  @media screen and (max-width: 999px) {
    .hero {
      background-position: center -200px; } }
  .hero-inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 150px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 999px) {
      .hero-inner {
        padding-top: 100px; } }
    @media screen and (max-width: 767px) {
      .hero-inner {
        padding-top: 90px;
        display: block; } }
  .hero-desc {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .hero-desc {
        width: 100%; } }
  .hero-shl {
    color: #004777;
    font-size: 20px;
    font-weight: bold; }
    @media screen and (max-width: 999px) {
      .hero-shl {
        font-size: 16px; } }
    @media screen and (max-width: 767px) {
      .hero-shl {
        font-size: 15px; } }
  .hero-hl {
    color: #004777;
    font-size: 48px;
    line-height: 1.5; }
    @media screen and (max-width: 999px) {
      .hero-hl {
        font-size: 32px; } }
    @media screen and (max-width: 767px) {
      .hero-hl {
        margin-top: 8px;
        font-size: 28px; } }
  .hero-lede {
    font-size: 16px; }
    @media screen and (max-width: 999px) {
      .hero-lede {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .hero-lede {
        margin-top: 8px;
        font-size: 13px; } }
  .hero-achivement {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .hero-achivement li img {
      width: 90%;
      max-width: 173px; }
      @media screen and (max-width: 999px) {
        .hero-achivement li img {
          max-width: 100px; } }
      @media screen and (max-width: 767px) {
        .hero-achivement li img {
          max-width: 150px; } }
  .hero-person {
    max-width: 680px;
    margin-top: 36px; }
  .hero-form {
    width: 40%;
    padding: 50px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 4px rgba(100, 100, 100, 0.25); }
    @media screen and (max-width: 767px) {
      .hero-form {
        width: 100%;
        padding: 25px;
        background-color: #fff;
        border: solid 1px #e5e5e5;
        box-shadow: none; } }
    .hero-form-ttl {
      color: #004777;
      font-size: 20px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .hero-form-ttl {
          font-size: 18px; } }
    .hero-form-lede {
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        .hero-form-lede {
          font-size: 13px; } }

.client {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .client {
      margin-top: 50px; } }
  .client-list li {
    display: flex;
    align-items: flex-start;
    justify-content: center; }

.domain {
  width: 100%;
  background-color: #f5f5f5; }
  .domain-list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 999px) {
      .domain-list {
        flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      .domain-list::after {
        content: "";
        display: block;
        width: 31%;
        order: 1; } }
    @media screen and (max-width: 480px) {
      .domain-list::after {
        width: 47.5%; } }
    .domain-list > li {
      width: 23%;
      padding: 15px 10px 20px;
      background: linear-gradient(145deg, #f1f1f1, #ffffff);
      box-shadow: 7px 7px 14px #ebebeb, -7px -7px 14px #ffffff; }
      @media screen and (max-width: 999px) {
        .domain-list > li {
          width: 23%; } }
      @media screen and (max-width: 767px) {
        .domain-list > li {
          width: 31%; } }
      @media screen and (max-width: 480px) {
        .domain-list > li {
          width: 47.5%; } }
      @media screen and (max-width: 480px) {
        .domain-list > li:nth-child(n+3) {
          margin-top: 20px; } }
      @media screen and (max-width: 767px) {
        .domain-list > li:nth-child(n+4) {
          margin-top: 20px; } }
      .domain-list > li:nth-child(n+5) {
        margin-top: 30px; }
        @media screen and (max-width: 999px) {
          .domain-list > li:nth-child(n+5) {
            margin-top: 20px; } }
  .domain-icn {
    width: 80%;
    max-width: 80px;
    margin: 0 auto; }
  .domain-txt {
    margin-top: 12px;
    font-size: 12px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .domain-txt {
        font-size: 12px; } }
  .domain-area {
    width: 100%;
    margin-top: 50px;
    padding: 40px;
    background: linear-gradient(145deg, #f1f1f1, #ffffff);
    box-shadow: 7px 7px 14px #ebebeb, -7px -7px 14px #ffffff;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .domain-area {
        display: block; } }
    .domain-area-desc {
      width: 55%; }
      @media screen and (max-width: 999px) {
        .domain-area-desc {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .domain-area-desc {
          width: 100%; } }
      .domain-area-desc-hl {
        border-bottom: solid 1px #ccc;
        color: #004777;
        font-size: 28px;
        line-height: 2; }
        @media screen and (max-width: 999px) {
          .domain-area-desc-hl {
            font-size: 24px; } }
        @media screen and (max-width: 767px) {
          .domain-area-desc-hl {
            font-size: 20px; } }
      .domain-area-desc-txt {
        margin-top: 12px; }
        @media screen and (max-width: 999px) {
          .domain-area-desc-txt {
            font-size: 14px; } }
  .domain-country {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 20px; }
    @media screen and (max-width: 999px) {
      .domain-country {
        justify-content: space-between;
        column-gap: 0; } }
    @media screen and (max-width: 767px) {
      .domain-country {
        width: 100%;
        margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .domain-country::before {
        content: "";
        display: block;
        width: 23%;
        order: 1; } }
    @media screen and (max-width: 480px) {
      .domain-country::before {
        width: 31%; } }
    @media screen and (max-width: 767px) {
      .domain-country::after {
        content: "";
        display: block;
        width: 23%; } }
    @media screen and (max-width: 480px) {
      .domain-country::after {
        width: 31%; } }
    .domain-country > li {
      width: calc(25% - 20px);
      text-align: center; }
      @media screen and (max-width: 999px) {
        .domain-country > li {
          width: 47.5%; } }
      @media screen and (max-width: 767px) {
        .domain-country > li {
          width: 23%; } }
      @media screen and (max-width: 480px) {
        .domain-country > li {
          width: 31%; } }
      @media screen and (max-width: 999px) {
        .domain-country > li:nth-child(n+3) {
          margin-top: 12px; } }
      @media screen and (max-width: 767px) {
        .domain-country > li:nth-child(n+3) {
          margin-top: 0; } }
      @media screen and (max-width: 480px) {
        .domain-country > li:nth-child(n+4) {
          margin-top: 12px; } }
      .domain-country > li:nth-child(n+5) {
        margin-top: 12px; }
      .domain-country > li > img {
        width: 80px;
        height: auto;
        display: inline-block; }
        @media screen and (max-width: 999px) {
          .domain-country > li > img {
            width: 80%; } }
    .domain-country-name {
      margin-top: 5px;
      font-size: 12px; }

.issue-list {
  width: 90%;
  margin: 50px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .issue-list {
      flex-wrap: wrap; } }
  .issue-list li {
    width: 31%; }
    @media screen and (max-width: 767px) {
      .issue-list li {
        width: 45%; } }
    @media screen and (max-width: 767px) {
      .issue-list li:nth-child(n+3) {
        margin-top: 20px; } }
    .issue-list li img {
      width: 100%;
      max-width: 250px;
      height: auto;
      margin: 0 auto; }
.issue-txt {
  margin-top: 20px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .issue-txt {
      font-size: 14px; } }
.issue-answer {
  width: 90%;
  margin: 50px auto 0;
  padding: 20px;
  background-color: #d1152b;
  color: #fff;
  font-size: 28px;
  text-align: center; }
  @media screen and (max-width: 999px) {
    .issue-answer {
      font-size: 24px; } }
  @media screen and (max-width: 480px) {
    .issue-answer {
      font-size: 20px; } }

.solution {
  background-color: #f5f5f5; }
  .solution-list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    .solution-list > li {
      width: 31%;
      max-width: 380px; }
      @media screen and (max-width: 767px) {
        .solution-list > li {
          width: 47.5%; } }
      @media screen and (max-width: 767px) {
        .solution-list > li:nth-child(n+3) {
          margin-top: 30px; } }
    .solution-list-hl {
      position: relative;
      width: calc(100% - 24px);
      height: 48px;
      background-color: #004777;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 20px; }
      @media screen and (max-width: 1499px) {
        .solution-list-hl {
          font-size: 18px; } }
      @media screen and (max-width: 999px) {
        .solution-list-hl {
          font-size: 1.5vw; } }
      @media screen and (max-width: 767px) {
        .solution-list-hl {
          font-size: 2.5vw; } }
      @media screen and (max-width: 480px) {
        .solution-list-hl {
          font-size: 3.25vw; } }
      .solution-list-hl::after {
        content: "";
        position: absolute;
        right: -48px;
        border-left: 24px solid #004777;
        border-top: 24px solid transparent;
        border-right: 24px solid transparent;
        border-bottom: 24px solid transparent; }
    .solution-list-dl {
      margin-top: 20px; }
    .solution-list-txt {
      margin-top: 20px;
      padding: 20px 25px;
      background-color: #e6e6e6;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .solution-list-txt {
          padding: 10px 15px;
          font-size: 12px; } }
  .solution-commit {
    width: 100%;
    margin-top: 50px;
    padding: 50px;
    background: linear-gradient(145deg, #f1f1f1, #ffffff);
    box-shadow: 7px 7px 14px #ebebeb, -7px -7px 14px #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .solution-commit {
        display: block;
        padding: 35px; } }
    .solution-commit-desc {
      width: 55%; }
      @media screen and (max-width: 767px) {
        .solution-commit-desc {
          width: 100%; } }
    .solution-commit-hl {
      padding-bottom: 12px;
      border-bottom: solid 1px #ccc;
      color: #004777;
      font-size: 28px;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .solution-commit-hl {
          font-size: 24px; } }
    .solution-commit-list > li {
      margin-top: 20px;
      padding-bottom: 20px;
      border-bottom: solid 1px #ccc; }
      @media screen and (max-width: 767px) {
        .solution-commit-list > li {
          font-size: 14px; } }
    .solution-commit-img {
      width: 40%;
      max-width: 420px; }
      @media screen and (max-width: 767px) {
        .solution-commit-img {
          width: 80%;
          margin: 40px auto 0; } }

.achievement .sec-inner {
  width: 100%;
  max-width: initial; }
.achievement-list {
  margin-top: 20px; }
  .achievement-list-item {
    width: 800px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding: 30px; }
    @media screen and (max-width: 767px) {
      .achievement-list-item {
        width: 400px; } }
    .achievement-list-item-inner {
      padding: 35px;
      display: flex;
      background-color: #fff;
      justify-content: space-between;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .achievement-list-item-inner {
          display: block; } }
.achievement-ttl {
  width: 45%; }
  @media screen and (max-width: 767px) {
    .achievement-ttl {
      width: 100%; } }
.achievement-pic {
  width: 100%; }
.achievement-company {
  margin-top: 12px; }
.achievement-hl {
  margin-top: 8px;
  color: #004777;
  font-size: 20px; }
.achievement-desc {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .achievement-desc {
      width: 100%;
      margin-top: 20px; } }
.achievement-issue-hl {
  width: 80px;
  height: 25px;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px; }
.achievement-issue > li {
  margin-top: 8px;
  padding-left: 20px;
  position: relative;
  font-size: 14px; }
  .achievement-issue > li::before {
    content: "■";
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    color: #ccc;
    font-size: 10px; }
.achievement-result-hl {
  width: 80px;
  height: 25px;
  margin-top: 20px;
  background-color: #6fa9c1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px; }
.achievement-result > li {
  margin-top: 8px;
  padding-left: 20px;
  position: relative;
  font-size: 14px; }
  .achievement-result > li::before {
    content: "■";
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    color: #6fa9c1;
    font-size: 10px; }

.staff {
  background-color: #f5f5f5; }
  .staff-list {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px; }
    .staff-list li {
      width: 31%;
      max-width: 350px; }
  @media screen and (max-width: 767px) {
    .staff-pic {
      margin-bottom: 12px; } }
  .staff-pic-wrap {
    position: relative; }
  .staff-name {
    padding: 4px 15px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 20px;
    background-color: #fff;
    font-size: 17px; }
    @media screen and (max-width: 767px) {
      .staff-name {
        padding: 0;
        position: static;
        background-color: transparent; } }
  .staff-position {
    margin-right: 10px;
    font-size: 13px; }
    @media screen and (max-width: 767px) {
      .staff-position {
        display: block;
        font-size: 12px; } }
  .staff-list-shl {
    margin-top: 20px;
    padding: 4px 12px;
    display: inline-block;
    background-color: #6fa9c1;
    color: #fff;
    font-size: 12px; }
    @media screen and (max-width: 767px) {
      .staff-list-shl {
        padding-left: 4px;
        padding-right: 4px;
        margin-top: 12px; } }
    @media screen and (max-width: 480px) {
      .staff-list-shl {
        font-size: 10px; } }
  .staff-list-txt {
    margin-top: 4px; }
    @media screen and (max-width: 767px) {
      .staff-list-txt {
        font-size: 14px; } }
    @media screen and (max-width: 480px) {
      .staff-list-txt {
        font-size: 12px; } }

.faq-accordion {
  max-width: 800px;
  margin: 50px auto 0; }

.panel {
  border: 1px solid #eee;
  margin-bottom: 10px; }
  .panel-header {
    width: 100%;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eee;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
    transition: all .15s linear; }
    @media screen and (max-width: 767px) {
      .panel-header {
        font-size: 14px; } }
    .panel-header:hover {
      background: #f8f9fa; }
    .panel-header-txt {
      padding: 0 40px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .panel-header-txt {
          font-size: 14px; } }
      .panel-header-txt::before {
        content: "Q";
        position: absolute;
        top: 0;
        left: 0; }
    .panel-header.active .icon {
      transform: rotate(45deg); }
  .panel-content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-out; }
  .panel-body {
    padding: 20px;
    border-top: 1px solid #eee; }
    @media screen and (max-width: 767px) {
      .panel-body {
        font-size: 14px; } }
    .panel-body-txt {
      padding: 0 40px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .panel-body-txt {
          font-size: 14px; } }
      .panel-body-txt::before {
        content: "A";
        position: absolute;
        top: 0;
        left: 0; }

.icon {
  font-size: 20px;
  transition: transform 0.3s; }

.hero-form .wpcf7-form {
  margin-top: 15px; }
.hero-form .hidden-fields-container {
  border: none; }
.hero-form p {
  margin-top: 10px; }
  .hero-form p label::before {
    content: "■";
    display: inline-block;
    margin-right: 5px;
    color: #caf481; }
.hero-form .wpcf7-select {
  width: 100%;
  margin-top: 3px;
  padding: 8px 15px;
  border: solid 1px #ccc; }
.hero-form-btn {
  width: 80%;
  max-width: 180px;
  margin: 20px auto 0;
  padding: 10px;
  display: block;
  background-color: #004777;
  color: #fff;
  font-style: 16px;
  font-weight: bold;
  text-align: center;
  transition: all .15s linear; }
  .hero-form-btn:hover {
    opacity: .75; }

.contact-form-wrap .wpcf7-form {
  margin-top: 15px; }
.contact-form-wrap .hidden-fields-container {
  border: none; }
.contact-form-wrap p {
  margin-top: 10px; }
  .contact-form-wrap p label::before {
    content: "■";
    display: inline-block;
    margin-right: 5px;
    color: #caf481; }
  .contact-form-wrap p .wpcf7-list-item label::before {
    content: none; }
.contact-form-wrap .wpcf7-text {
  width: 100%;
  margin-top: 3px;
  padding: 8px 15px;
  border: solid 1px #ccc; }
.contact-form-wrap .wpcf7-tel {
  width: 100%;
  margin-top: 3px;
  padding: 8px 15px;
  border: solid 1px #ccc; }
.contact-form-wrap .wpcf7-email {
  width: 100%;
  margin-top: 3px;
  padding: 8px 15px;
  border: solid 1px #ccc; }
.contact-form-wrap .wpcf7-textarea {
  width: 100%;
  margin-top: 3px;
  padding: 8px 15px;
  border: solid 1px #ccc; }
.contact-form-wrap .wpcf7-submit {
  width: 80%;
  max-width: 180px;
  margin: 0 auto;
  padding: 10px;
  display: block;
  background-color: #004777;
  color: #fff;
  font-style: 16px;
  font-weight: bold;
  text-align: center;
  transition: all .15s linear; }
  .contact-form-wrap .wpcf7-submit:hover {
    opacity: .75; }

.contact {
  background-color: #f5f5f5; }
  .contact-form-wrap {
    width: 90%;
    max-width: 640px;
    margin: 50px auto 0;
    padding: 30px 80px;
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      .contact-form-wrap {
        padding: 10px 25px; } }

html {
  height: 100%; }

.submit {
  width: 100%;
  padding: 50px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 4px rgba(100, 100, 100, 0.25); }
  @media screen and (max-width: 767px) {
    .submit {
      padding: 25px; } }
  .submit-body {
    height: 100%; }
  .submit-main {
    height: 100%; }
  .submit-wrapper {
    height: 100%; }
  .submit-hero {
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .submit-inner {
    text-align: center; }
  .submit-ttl {
    color: #004777;
    font-size: 24px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .submit-ttl {
        font-size: 20px; } }
  .submit-lede {
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .submit-lede {
        font-size: 13px; } }
  .submit-link {
    display: block;
    margin-top: 20px;
    color: #004777; }
