@charset "UTF-8";
/*!===========================
このcssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
html {
  font-feature-settings: 'palt';
  font-size: 62.5%;
  color: #000;
  background: #fff; }

html,
#content [id^="top-"] h2 span,
#pttl .ttl span {
  font-family: YuGothic, 'Yu Gothic', Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 500; }

#content h2, #about-sec01 .name, #about-sec05 ul li .ttl {
  font-family: ten-mincho, serif;
  font-weight: 400; }

#hnav li.no01 a, #copyright, #content [id^="top-"] h2, #pttl .ttl, #top-strength ul li .more, #works-sec01 ul li .date, #recruit-sec05 .tel {
  font-family: europa, sans-serif;
  font-weight: 400; }

body {
  line-height: 1.75;
  font-size: 1.6em; }

a {
  color: inherit; }
  a:hover {
    text-decoration: none;
    opacity: .8; }
  a, a::before, a::after {
    transition: .2s; }

figure {
  text-align: center; }

img {
  max-width: 100% !important;
  height: auto !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4; }

hr {
  clear: both;
  border: 0;
  margin: 60px 0;
  border-top: 1px solid; }

table {
  width: 100%;
  font-size: 1.4rem;
  border: 0;
  border-bottom: 3px double #E3E3E3;
  border-collapse: collapse; }
  table > tbody > tr > th,
  table > tbody > tr > td {
    padding: 20px;
    border-top: 3px double #E3E3E3; }
  table > tbody > tr > th {
    width: 25%;
    font-weight: inherit;
    text-align: left;
    color: #00A1C4; }
  table > tbody > tr > td {
    line-height: 2.2; }
  table.col > tbody > tr > th {
    width: auto; }
  table > caption {
    font-weight: bold;
    text-align: left; }
  table.pt02 {
    border: 0; }
    table.pt02 > tbody > tr > th,
    table.pt02 > tbody > tr > td {
      padding: 15px;
      border: 1px solid #ccc; }
    table.pt02 > tbody > tr > th {
      text-align: center;
      color: inherit;
      background: #EBF7FA; }
    table.pt02 > tbody > tr > td {
      line-height: inherit; }

/* form
============================== */
form [type="text"],
form [type="number"],
form [type="search"],
form [type="email"],
form [type="tel"],
form [type="url"],
form [type="password"],
form [type="date"],
form [type="datetime-local"],
form [type="month"],
form [type="week"],
form [type="time"],
form textarea,
form select {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px; }
  form [type="text"][disabled],
  form [type="number"][disabled],
  form [type="search"][disabled],
  form [type="email"][disabled],
  form [type="tel"][disabled],
  form [type="url"][disabled],
  form [type="password"][disabled],
  form [type="date"][disabled],
  form [type="datetime-local"][disabled],
  form [type="month"][disabled],
  form [type="week"][disabled],
  form [type="time"][disabled],
  form textarea[disabled],
  form select[disabled] {
    background-color: #ddd; }
form textarea {
  height: 100px;
  vertical-align: middle; }
form select {
  width: auto;
  min-width: 120px;
  padding-right: 20px;
  background: url("../img/select.svg") right 10px center no-repeat; }
  form select::-ms-expand {
    display: none; }
form [type="button"],
form [type="submit"],
form [type="reset"] {
  font: inherit; }
  form [type="button"]:hover,
  form [type="submit"]:hover,
  form [type="reset"]:hover {
    opacity: .8; }

.form .form-table {
  border-bottom: 1px solid #E3E3E3; }
  .form .form-table th,
  .form .form-table td {
    padding: 30px 20px;
    border-top: 1px solid #E3E3E3; }
  .form .form-table th {
    font-weight: bold;
    white-space: nowrap;
    color: #005377;
    background: #EBF1F4; }
    .form .form-table th .req {
      margin-left: .5em; }
  .form .form-table td {
    line-height: inherit;
    font-size: 1.6rem;
    padding-bottom: 20px; }
    .form .form-table td input,
    .form .form-table td textarea,
    .form .form-table td select,
    .form .form-table td p,
    .form .form-table td dt {
      margin-bottom: 10px; }
    .form .form-table td [type="button"],
    .form .form-table td [type="file"],
    .form .form-table td [type="color"] {
      margin-top: 10px; }
    .form .form-table td dl {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .form .form-table td dl dt {
        width: 100px;
        font-size: 1.4rem;
        font-weight: bold;
        color: #005377; }
      .form .form-table td dl dd {
        width: calc(100% - 100px);
        padding-left: 10px; }
    .form .form-table td .error {
      color: red; }
    .form .form-table td #name {
      max-width: 360px; }
    .form .form-table td #age {
      max-width: 100px; }
    .form .form-table td #tel {
      max-width: 300px; }
    .form .form-table td #zip {
      max-width: 200px; }
.form .req {
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: middle;
  color: #fff;
  padding: .2em .5em;
  background: red; }
.form .privacy {
  max-width: 820px;
  text-align: center;
  margin: 30px auto 0;
  padding: 15px 5px;
  background: #EBF1F4; }
.form .submit {
  margin-top: 40px; }

/* class
============================== */
.sp {
  display: none; }

.clearfix::after, #content::after {
  content: "";
  display: block;
  clear: both; }

.right {
  text-align: right !important; }

.center {
  text-align: center !important; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft,
.alignright {
  max-width: 52% !important;
  margin-bottom: 20px; }

.alignleft {
  float: left;
  margin-right: 40px; }

.alignright {
  float: right;
  margin-left: 40px; }

.nowrap {
  white-space: nowrap; }

.wrap {
  word-break: break-all; }

.note {
  line-height: 1.75;
  font-size: 1.2rem;
  margin-top: .5em; }
  .note:first-child {
    margin-top: 0; }

.kome:not(ul),
ul.kome > li {
  text-indent: -1em;
  padding-left: 1em; }
  .kome:not(ul)::before,
  ul.kome > li::before {
    content: "※"; }

.mtop0 {
  margin-top: 0 !important; }

.col:not(table) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .col:not(table) > * {
    width: 48%; }

.btn, form [type="button"],
form [type="submit"],
form [type="reset"] {
  display: block;
  position: relative;
  width: 560px;
  max-width: 100% !important;
  line-height: 1.4;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: .1em;
  color: #fff;
  margin: 0 auto;
  padding: 1em;
  background: #00A1C4;
  border: 0;
  border-radius: 3px; }

.gmap {
  position: relative; }
  .gmap::after {
    content: "";
    display: block;
    padding-top: 30px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
  .gmap iframe,
  .gmap object,
  .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ==================================================
layout
================================================== */
header,
footer,
#content > * {
  padding-left: 10px;
  padding-right: 10px; }

header > *,
footer > * {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

#content > * > *,
#top-strength ul > * {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

#top-strength ul {
  max-width: none;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px; }

/* ==================================================
header
================================================== */
header {
  line-height: 1.15; }
  header a {
    text-decoration: none; }
  header > div {
    display: flex;
    justify-content: space-between; }

#hlogo {
  width: 30%;
  margin-top: 20px; }

#gnav-wrap {
  width: 70%;
  max-width: 625px; }

#hnav {
  display: flex;
  justify-content: flex-end; }
  #hnav li {
    width: 200px;
    margin-left: 3px; }
    #hnav li a {
      display: block;
      line-height: 1.2;
      font-weight: bold !important;
      text-align: center;
      color: #fff;
      padding: 1em 0; }
      #hnav li a::before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        line-height: 1.15;
        margin-right: .3em; }
    #hnav li.no01 a {
      background: #00A1C4; }
      #hnav li.no01 a::before {
        content: "\f879"; }
    #hnav li.no02 a {
      background: #E18A00; }
      #hnav li.no02 a::before {
        content: "\f508"; }

#gnav {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 20px; }
  #gnav li {
    flex-grow: 1;
    text-align: center; }
    #gnav li a {
      display: block;
      font-weight: bold;
      letter-spacing: .1em;
      padding-bottom: 20px; }
  #gnav .bar {
    position: absolute;
    bottom: 0;
    height: 3px;
    background: #00A1C4;
    transform: translateX(-50%);
    transition: all .3s; }

/* ==================================================
footer
================================================== */
footer {
  line-height: 1.15;
  text-align: center;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #006EA6; }
  footer a {
    text-decoration: none; }
  footer address {
    line-height: 1.75;
    font-size: 1.5rem;
    font-weight: bold; }
    footer address p {
      margin-top: 2.5em; }
      footer address p:first-child {
        margin-top: 0; }

#ptop a {
  display: block;
  position: fixed;
  z-index: 1;
  bottom: 30px;
  right: 30px;
  width: 76px;
  height: 76px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/ptop.svg") center/100% no-repeat; }

#copyright {
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 2.5em; }

/* ==================================================
main
================================================== */
#content {
  overflow: hidden; }
  #content > * {
    padding-top: 60px;
    padding-bottom: 60px; }
    #content > *:last-child {
      padding-bottom: 100px; }
  #content h2 {
    font-size: 3rem;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 40px; }
  #content .nav {
    padding-bottom: 0; }
    #content .nav ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      max-width: 990px;
      margin-top: -20px; }
      #content .nav ul li {
        min-width: 216px;
        margin: 20px calc(13 / 830 * 100%) 0; }
        #content .nav ul li a {
          display: block;
          position: relative;
          line-height: 1.4;
          font-size: 1.4rem;
          font-weight: bold;
          text-decoration: none;
          color: #00A1C4;
          padding: 20px 35px 20px 20px;
          border: 1px solid;
          border-radius: 50px; }
          #content .nav ul li a::after {
            content: "\f063";
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
            position: absolute;
            top: calc(50% - .5em);
            right: 20px;
            line-height: 1;
            font-size: 16px; }
  #recruit-sec04 h3, #content .lead {
    position: relative;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    padding: 20px;
    border: 1px solid;
    background: inherit; }
    #recruit-sec04 h3::before, #recruit-sec04 h3::after, #content .lead::before, #content .lead::after {
      content: "";
      position: absolute;
      bottom: -35px;
      left: 50%;
      height: 45px;
      transform: translateX(-50%); }
    #recruit-sec04 h3::before, #content .lead::before {
      width: 60px;
      background: inherit; }
    #recruit-sec04 h3::after, #content .lead::after {
      width: 0;
      border-left: 1px solid;
      transform: none; }

#pttl {
  position: relative;
  height: 195px;
  margin-bottom: 108px;
  padding-top: 0;
  padding-bottom: 0;
  background: url("../img/pttl-bg01.jpg") center/cover no-repeat; }
  #content [id^="top-"] h2, #pttl .ttl {
    position: relative;
    z-index: 1;
    top: 108px;
    font-size: 10rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: .05em; }
    #content [id^="top-"] h2 span, #pttl .ttl span {
      display: block;
      font-size: 2.2rem;
      font-weight: inherit;
      letter-spacing: .1em;
      color: #00A1C4;
      margin-top: .5em; }
  #pttl > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    background: inherit;
    filter: blur(8px);
    opacity: 0; }

/* top
============================== */
#content [id^="top-"] {
  padding-top: 0;
  padding-bottom: 100px; }
  #content [id^="top-"] > * {
    max-width: 1200px; }
  #content [id^="top-"] h2 {
    top: -.85em !important;
    margin-bottom: calc(40px - .85em); }

#top-kv {
  position: relative;
  padding: 0 !important; }
  #top-kv > * {
    max-width: none !important; }
  #top-kv .slide {
    opacity: 0; }
  #top-kv .slick-slide li {
    vertical-align: top; }
  #top-kv img:not([src$=".svg"]) {
    width: 100%; }
  #top-kv > div {
    position: absolute;
    z-index: 1;
    bottom: 10%;
    left: 5%; }
  #top-kv .ttl {
    opacity: 0;
    animation-delay: .5s; }
  #top-kv .txt {
    font-size: 1.8rem;
    text-shadow: 0 0 5px #000;
    color: #fff;
    margin-top: 2em;
    opacity: 0;
    animation-delay: 1s; }

#top-strength ul {
  max-width: none !important;
  display: flex;
  padding: 0; }
  #top-strength ul > * {
    max-width: none; }
  #top-strength ul li {
    width: 33.33%;
    height: 33.33vw; }
    #top-strength ul li a {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      position: relative;
      z-index: 1;
      height: 100%;
      text-align: center;
      text-decoration: none;
      color: #fff;
      padding: 30px; }
      #top-strength ul li a::before, #top-strength ul li a::after {
        content: "";
        position: absolute;
        z-index: -1; }
      #top-strength ul li a::before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: center / auto 100% no-repeat; }
      #top-strength ul li a::after {
        top: 30px;
        left: 30px;
        width: calc(100% - 60px);
        height: calc(100% - 60px);
        border: 2px solid; }
      #top-strength ul li a:hover::before {
        background-size: auto 110%; }
    #top-strength ul li.no01 a::before {
      background-image: url("../img/top-strength-img01.jpg"); }
    #top-strength ul li.no02 a::before {
      background-image: url("../img/top-strength-img02.jpg"); }
    #top-strength ul li.no03 a::before {
      background-image: url("../img/top-strength-img03.jpg"); }
    #top-strength ul li .ttl {
      line-height: 1.4;
      font-size: 2.6rem;
      font-weight: bold;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
      letter-spacing: .05em;
      margin-bottom: 1.5em; }
    #top-strength ul li .more {
      width: 140px;
      line-height: 1;
      font-size: 1.8rem;
      font-weight: bold;
      padding: .5em 0 .7em;
      background: linear-gradient(90deg, #00a1c4 0%, #006ea6 100%);
      border-radius: 50px; }

#top-recruit {
  background: #F7F7F7; }
  #top-recruit ul {
    display: flex;
    justify-content: space-between;
    margin-top: 95px; }
    #top-recruit ul li {
      width: calc(360 / 1200 * 100%);
      height: calc(236 / 1200 * 100vw); }
      #top-recruit ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        line-height: 1.4;
        font-size: 2.2rem;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
        letter-spacing: .1em;
        color: #fff;
        background: url("../img/top-recruit-img01.jpg") center/auto 100% no-repeat; }
        #top-recruit ul li a:hover {
          background-size: auto 110%; }
      #top-recruit ul li.no01 a {
        background-image: url("../img/top-recruit-img01.jpg"); }
      #top-recruit ul li.no02 a {
        background-image: url("../img/top-recruit-img02.jpg"); }
      #top-recruit ul li.no03 a {
        background-image: url("../img/top-recruit-img03.jpg"); }
  #top-recruit > p:last-child {
    margin-top: 50px; }

#content #top-home h2 {
  top: 0 !important;
  margin-bottom: 3rem; }

#top-home {
  background: #fff;
  padding-top: 3rem !important;
  border-top: 1px solid #006EA6; }
  #top-home .lead {
    border: none;
    margin-bottom: 3rem; }
  #top-home .lead:before,
  #top-home .lead:after {
    content: none;
    border: none; }
  #top-home > p:last-child {
    margin-top: 50px; }

/* about
============================== */
#content [id^="about-sec"] > * {
  max-width: 800px; }

#content .nav.about-sec ul {
  max-width: 830px; }

#about-sec01 {
  background: url("../img/bg01.png") right -50px top 60px no-repeat; }
  #about-sec01 > * {
    max-width: 1200px !important; }
  #about-sec01 .col {
    align-items: center; }
    #about-sec01 .col > figure {
      width: calc(350 / 1200 * 100%); }
    #about-sec01 .col > div {
      width: calc(790 / 1200 * 100%); }
  #about-sec01 p {
    margin-top: 2em; }
    #about-sec01 p:first-child {
      margin-top: 0; }
  #about-sec01 .name {
    font-size: 2.4rem;
    text-align: right;
    margin: 1em 1em 0 0; }
    #about-sec01 .name span {
      font-size: 1.4rem; }

#about-sec02,
#about-sec04 {
  background: #F7F7F7; }

#about-sec02 .col {
  margin-top: 80px; }
  #about-sec02 .col > * {
    width: calc(380 / 800 * 100%); }

#about-sec03 th:first-child {
  width: 80px; }
#about-sec03 th:nth-child(2) {
  width: 120px; }

#about-sec04 {
  text-align: center; }
  #about-sec04 figure {
    margin-top: 40px; }

#about-sec05 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 880px !important; }
  #about-sec05 ul li {
    width: 212px;
    margin: 30px calc(40 / 880 * 100%) 0; }
    #about-sec05 ul li p {
      font-size: 1.4rem; }
    #about-sec05 ul li .ttl {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      width: 100%;
      height: 212px;
      line-height: 1.2;
      font-size: 2.2rem;
      text-align: center;
      letter-spacing: 0.1em;
      color: #005377;
      margin-bottom: 20px;
      padding: 120px 0 30px;
      border: 1px solid;
      border-radius: 100%; }
      #about-sec05 ul li .ttl::before {
        content: "";
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        height: 65px;
        background: url("../img/icon01-01.svg") center no-repeat; }
    #about-sec05 ul li.no01 .ttl::before {
      background-image: url("../img/icon01-01.svg"); }
    #about-sec05 ul li.no02 .ttl::before {
      background-image: url("../img/icon01-02.svg"); }
    #about-sec05 ul li.no03 .ttl::before {
      background-image: url("../img/icon01-03.svg"); }
    #about-sec05 ul li.no04 .ttl::before {
      background-image: url("../img/icon01-04.svg"); }
    #about-sec05 ul li.no05 .ttl::before {
      background-image: url("../img/icon01-05.svg"); }
#about-sec05 figure {
  margin-top: 40px; }

/* works
============================== */
#content [id^="works-sec"] > * {
  max-width: 900px; }

#works-sec01 {
  padding-bottom: 0; }
  #works-sec01 > p {
    text-align: center; }
  #works-sec01 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    padding: 60px 0 100px; }
    #works-sec01 ul::after {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 50%;
      width: 100vw;
      height: 100%;
      background: #F7F7F7;
      transform: translateX(-50%); }
    #works-sec01 ul li {
      width: calc(420 / 900 * 100%);
      margin-top: 50px; }
      #works-sec01 ul li:nth-child(-n+2) {
        margin-top: 0; }
      #works-sec01 ul li a {
        display: block;
        position: relative;
        height: 100%;
        line-height: 1.4;
        text-decoration: none;
        color: #005377;
        padding: 0 60px 25px 65px;
        background: #fff;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
        #works-sec01 ul li a::after {
          content: "\f00e";
          font-family: "Font Awesome 5 Pro";
          font-weight: 400;
          position: absolute;
          bottom: 20px;
          right: 20px;
          line-height: 1;
          font-size: 14px;
          padding: .5em;
          border: 1px solid; }
      #works-sec01 ul li figure {
        margin: 0 -60px 25px -65px;
        overflow: hidden;
        transition: inherit; }
        #works-sec01 ul li figure img {
          transition: inherit; }
      #works-sec01 ul li a:hover figure img {
        transform: scale(1.1); }
      #works-sec01 ul li .date {
        position: absolute;
        left: 0;
        width: 54px;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        color: #fff;
        margin-top: .2em;
        background: #005377; }
      #works-sec01 ul li .ttl {
        font-size: 1.7rem;
        font-weight: bold; }

/* recruit
============================== */
#recruit-sec01 {
  text-align: center; }
  #recruit-sec01 .col {
    margin-top: 40px; }
    #recruit-sec01 .col > * {
      width: calc(463 / 960 * 100%); }

#recruit-sec02,
#recruit-sec04 {
  background: #F7F7F7; }

#recruit-sec02 .col {
  align-items: center; }
  #recruit-sec02 .col > figure {
    width: calc(340 / 960 * 100%); }
  #recruit-sec02 .col > div {
    width: calc(570 / 960 * 100%); }
#recruit-sec02 h3 {
  color: #00a1c4;
  margin-top: 2em; }

#recruit-sec03 th {
  color: #005377; }

#recruit-sec04 h3 {
  margin-top: 50px; }
  #recruit-sec04 h3:first-of-type {
    margin-top: 0; }
#recruit-sec04 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px; }
  #recruit-sec04 li:first-child {
    margin-top: 0; }
  #recruit-sec04 li:nth-child(even) {
    flex-direction: row-reverse; }
  #recruit-sec04 li > figure {
    width: calc(380 / 960 * 100%); }
  #recruit-sec04 li > div {
    width: calc(540 / 960 * 100%); }
  #recruit-sec04 li h4 {
    font-size: 2rem;
    font-style: italic;
    letter-spacing: .1em;
    color: #00A1C4;
    margin-bottom: 2em; }
    #recruit-sec04 li h4::before {
      content: "Q."; }

#recruit-sec05 {
  font-weight: bold;
  text-align: center; }
  #recruit-sec05 p {
    margin-top: .5em; }
    #recruit-sec05 p:first-child {
      margin-top: 0; }
  #recruit-sec05 .ttl {
    font-size: 2rem;
    margin-top: 30px; }
  #recruit-sec05 .tel {
    line-height: 1;
    font-size: 5rem;
    font-weight: bold;
    margin-top: 5px; }
    #recruit-sec05 .tel a {
      text-decoration: none; }
      #recruit-sec05 .tel a::before {
        content: "\f879";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        font-size: calc(30 / 50 * 1em);
        vertical-align: middle;
        margin-right: .3em; }
