@charset "UTF-8";
/* ==================================================================================== 

    MIXIN

==================================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
/* ====================================================================================

    R E S E T

==================================================================================== */
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video, picture {
  display: block;
  margin: 0;
  padding: 0; }

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.cf {
  min-height: 1px; }

* {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px; }

body {
  max-height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2; }

p {
  text-align: justify;
  line-height: 1.8;
  font-weight: 300;
  word-break: break-all; }

a {
  text-decoration: none; }

img,
iframe {
  vertical-align: bottom;
  max-width: 100%; }

#wrapper {
  font-family: "Hiragino Sans W3", "ヒラギノ角ゴシック W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  color: #000;
  line-height: 1;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.6px; }

.sp {
  display: none !important; }

.flex {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex; }

.between {
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between; }

.vertical {
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */ }

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.flex-bot {
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-box: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.btn-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  font-family: "Hiragino Sans W3", "ヒラギノ角ゴシック W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

.tr {
  text-align: right; }

.tc {
  text-align: center; }
  .tc p {
    text-align: center; }

.min {
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

.re {
  position: relative; }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 10px; }

.content {
  padding-top: 80px;
  padding-bottom: 80px; }

.inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
  width: 1040px; }

.half {
  width: 50%; }

.first-box {
  order: -1; }

/* ====================================================================================

    COMMON

==================================================================================== */
/* ====================================================================================

    HEADER

==================================================================================== */
#common-header {
  padding: 20px;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  z-index: 100; }
  #common-header .logo {
    position: relative;
    z-index: 2; }
    #common-header .logo a img {
      width: 130px; }
  #common-header.page-header {
    background: #fff; }

/* ====================================================================================

    NAv

==================================================================================== */
#nav-torigger {
  display: none;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 18px;
  z-index: 3; }
  #nav-torigger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    border-radius: 1px;
    transition: all 0.5s ease; }
    #nav-torigger span:nth-of-type(1) {
      top: 0; }
    #nav-torigger span:nth-of-type(2) {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    #nav-torigger span:nth-of-type(3) {
      bottom: 0; }
  #nav-torigger.active span:nth-of-type(1) {
    -webkit-transform: translate(0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg); }
  #nav-torigger.active span:nth-of-type(2) {
    opacity: 0; }
  #nav-torigger.active span:nth-of-type(3) {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
    transform: translate(0, -8px) rotate(-45deg); }

#common-nav ul li:after {
  background: #000; }

@media only screen and (min-width: 769px) {
  #common-nav ul li a {
    transition: all 0.5s ease; }
    #common-nav ul li a:hover {
      color: #025b63;
      opacity: 0.7; } }

.nav-list {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex; }
  .nav-list li {
    margin-right: 15px;
    padding-right: 15px;
    position: relative; }
    .nav-list li:after {
      content: '';
      width: 1px;
      height: 80%;
      background: #000;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%) rotate(20deg); }
    .nav-list li:last-child {
      padding-right: 0; }
      .nav-list li:last-child:after {
        content: none; }
    .nav-list li a {
      font-size: 1.4rem;
      color: #000;
      letter-spacing: 1px;
      font-family: "Montserrat", sans-serif; }

/* ====================================================================================

    SIDE

==================================================================================== */
/* ====================================================================================

    FOOTER

==================================================================================== */
#common-footer {
  padding-top: 110px;
  min-height: 204px;
  background: url(../img/footer.png) no-repeat center top;
  background-size: 100% 100%;
  color: #fff; }

.footer-logo a img {
  width: 146px; }

.footer-nav li:after {
  background: #fff; }

.footer-nav li a {
  color: #fff;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif; }
  @media only screen and (min-width: 769px) {
    .footer-nav li a {
      transition: all 0.5s ease; }
      .footer-nav li a:hover {
        opacity: 0.6; } }

.footer-top {
  margin-bottom: 20px; }

.footer-link {
  margin-right: 15px; }
  .footer-link li a {
    color: #fff;
    font-size: 1.1rem;
    font-family: "Montserrat", sans-serif; }
    @media only screen and (min-width: 769px) {
      .footer-link li a {
        transition: all 0.5s ease; }
        .footer-link li a:hover {
          opacity: 0.6; } }

.mv {
  display: block; }
  .mv img {
    max-width: none;
    width: 100%; }
  .mv.mv-page {
    height: 310px; }
    .mv.mv-page img {
      height: 100%;
      object-fit: cover; }

.bg-base {
  background: #025b63;
  color: #fff; }

.bg-black {
  background: #333;
  color: #fff; }

.title-h2 {
  margin-bottom: 40px;
  font-size: 4.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 3px; }
  .title-h2.center {
    text-align: center; }

.title-h3 {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Hiragino Sans W7", "ヒラギノ角ゴシック W8", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

.service-wrap {
  margin: 20px 0 0; }

.service-box {
  margin-right: 23px;
  width: 31.8%; }
  .service-box:nth-child(3n) {
    margin-right: 0; }
  .service-box figure {
    margin-bottom: 10px; }
  .service-box h3 {
    margin-bottom: 5px;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Hiragino Sans W7", "ヒラギノ角ゴシック W8", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #025b63; }

.works-box figure {
  width: 39.8%; }

.works-box dl {
  width: 56.6%; }
  .works-box dl dt {
    margin-bottom: 20px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Hiragino Sans W7", "ヒラギノ角ゴシック W8", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 1px; }
    .works-box dl dt span {
      margin-top: 3px;
      font-size: 1rem;
      font-family: "Montserrat", sans-serif;
      display: block;
      font-weight: normal;
      letter-spacing: 2px; }

.works-box + .works-box {
  margin-top: 80px; }

.btn-box {
  margin-top: 30px;
  text-align: right; }

.btn {
  padding: 7px 40px;
  border-radius: 20px;
  background: #2b2b2b;
  border: 1px solid #2b2b2b;
  display: inline-block;
  color: #fff;
  font-weight: bold; }
  @media only screen and (min-width: 769px) {
    .btn {
      transition: all 0.5s ease; }
      .btn:hover {
        background: #fff;
        color: #000; } }

.mission-wrapper {
  padding-top: 168px;
  position: relative; }

.mission-img {
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100vw - 1000px) / 2 + 830px);
  height: 438px; }
  .mission-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.mission-text {
  position: relative; }
  .mission-text:after {
    content: '';
    width: calc((100vw - 1000px) / 2 + 600px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #2b2b2b; }
  .mission-text .inner {
    position: relative;
    z-index: 1; }

.mission-inner {
  padding: 60px 40px 60px 0;
  width: 600px;
  max-width: 100%;
  color: #fff; }
  .mission-inner dl dt {
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "Hiragino Sans W7", "ヒラギノ角ゴシック W8", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
    .mission-inner dl dt span {
      padding-right: 10px;
      display: inline-block;
      position: relative; }
      .mission-inner dl dt span:after {
        content: '';
        width: 30px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(100%, -50%);
        transform: translate(100%, -50%); }

.mission-logo {
  margin-bottom: 30px; }
  .mission-logo img {
    width: 174px; }

.table-wrapper {
  margin: 0 auto;
  width: 770px;
  max-width: 100%; }

.table-layout {
  width: 100%; }
  .table-layout tr th,
  .table-layout tr td {
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 1.8;
    font-family: "Hiragino Sans W7", "ヒラギノ角ゴシック W8", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
  .table-layout tr th {
    padding-left: 16px;
    font-weight: bold;
    width: 26.62338%;
    vertical-align: top; }
  .table-layout tr td {
    padding-right: 30px;
    font-weight: bold; }
    .table-layout tr td span {
      font-weight: normal;
      font-family: "Hiragino Sans W3", "ヒラギノ角ゴシック W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
      .table-layout tr td span.tel_link {
        font-weight: bold;
        font-family: "Hiragino Sans W7", "ヒラギノ角ゴシック W8", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
    .table-layout tr td ul li + li {
      margin-top: 10px; }
    .table-layout tr td ul + ul {
      margin-top: 20px; }
    .table-layout tr td a {
      margin-top: 5px;
      color: #fff; }
      @media only screen and (min-width: 769px) {
        .table-layout tr td a {
          transition: all 0.5s ease; }
          .table-layout tr td a:hover {
            opacity: 0.6; } }

.company-table tr th {
  border-bottom: 1px solid #848484; }

.company-table tr td {
  border-bottom: 1px solid #494949; }

.contact-table tr {
  border-top: 1px solid #ccc; }
  .contact-table tr:last-child {
    border-bottom: 1px solid #ccc; }
  .contact-table tr th {
    padding-top: 27px; }
    .contact-table tr th em {
      margin-left: 2px;
      color: red;
      display: inline-block; }

.icon {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */ }
  .icon img {
    margin-right: 8px; }

.form-item {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  background: #f2f2f2;
  border: none;
  border-radius: 4px;
  font-family: "Hiragino Sans W3", "ヒラギノ角ゴシック W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  font-size: 16px; }

.form-input {
  height: 40px;
  font-size: 16px; }

.form-text {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 145px;
  resize: vertical; }

.privacy-check {
  margin: 30px 0 10px;
  text-align: center;
  font-size: 1.4rem; }
  .privacy-check a {
    color: #000;
    text-decoration: underline; }
    .privacy-check a:hover {
      text-decoration: none; }

.agree {
  font-size: 1.4rem;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-box: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.btn-submit {
  margin: 50px auto;
  padding: 22px 20px;
  display: block;
  background: #2b2b2b;
  border: 2px solid #2b2b2b;
  color: #fff;
  width: 520px;
  max-width: 100%;
  font-size: 1.5rem;
  font-family: "Hiragino Sans W7", "ヒラギノ角ゴシック W8", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 1px;
  border-radius: 40px;
  position: relative; }
  @media only screen and (min-width: 769px) {
    .btn-submit {
      transition: all 0.5s ease; }
      .btn-submit:hover {
        opacity: 0.6; } }
  .btn-submit:after {
    content: '';
    width: 8px;
    height: 12px;
    background: url(../img/icon-arrow-right.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.g-recaptcha > div {
  margin: 30px auto; }

.privacy {
  margin: 60px 0; }

.privacy-text {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff; }
  .privacy-text p {
    line-height: 2; }
    .privacy-text p + p {
      margin-top: 20px; }

.privacy-data {
  margin-top: 30px;
  font-weight: bold;
  text-align: right;
  font-family: "Hiragino Sans W7", "ヒラギノ角ゴシック W8", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 1px; }

@media only screen and (max-width: 1040px) {
  html {
    font-size: 1vw; } }

@media only screen and (max-width: 640px) {
  html {
    font-size: 2vw; }
  #wrapper {
    font-size: 1.8rem; }
  .flex {
    display: block; }
  .flex-box {
    width: 100% !important; }
  #common-header {
    display: block; }
  #common-nav {
    display: none;
    opacity: 0;
    padding: 150px 40px 100px;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    overflow-y: scroll; }
  .nav-list {
    display: block; }
    .nav-list li {
      margin: 0;
      padding: 0; }
      .nav-list li:after {
        content: none; }
      .nav-list li a {
        padding: 25px 20px;
        display: block;
        text-align: center;
        font-size: 2rem;
        border-bottom: 1px solid #000; }
      .nav-list li:last-child a {
        border-bottom: none; }
  #nav-torigger {
    display: block; }
  #common-footer {
    padding-top: 40px;
    background: #025b63;
    text-align: center;
    position: relative; }
    #common-footer:before {
      content: '';
      width: 100%;
      height: 16vw;
      background: url(../img/footer.png) no-repeat center bottom;
      background-size: 100% auto;
      position: absolute;
      top: 1px;
      left: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); }
    #common-footer .nav-list {
      margin-top: 40px;
      margin-bottom: 30px; }
      #common-footer .nav-list li a {
        border-bottom-color: #fff; }
  .footer-logo a img {
    width: 40%; }
  .footer-link {
    margin: 0; }
    .footer-link li a {
      font-size: 1.6rem; }
  .copy {
    margin-top: 30px;
    text-align: center; }
    .copy small {
      font-size: 1.4rem; }
  .mv.mv-page {
    height: 200px; }
  .service-box {
    margin: 45px 0; }
    .service-box h3 {
      margin: 25px 0 13px;
      font-size: 2rem; }
  .works-box figure {
    margin-bottom: 30px; }
  .mission-wrapper {
    padding-top: 0; }
  .mission-img {
    position: static;
    width: 100%;
    height: auto; }
    .mission-img img {
      height: auto;
      object-fit: none; }
  .mission-text {
    background: #2b2b2b; }
    .mission-text:after {
      content: none; }
  .mission-inner {
    width: 100%; }
  .table-layout tr {
    padding: 20px 0;
    display: block; }
    .table-layout tr th,
    .table-layout tr td {
      padding: 0;
      display: block;
      width: 100%;
      border: none; }
    .table-layout tr th {
      margin-bottom: 10px;
      font-size: 2rem; }
    .table-layout tr td {
      font-family: "Hiragino Sans W3", "ヒラギノ角ゴシック W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
      .table-layout tr td span.tel_link {
        font-family: "Hiragino Sans W3", "ヒラギノ角ゴシック W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
  .company-table tr {
    border-top: 1px solid #fff; }
  .form-input {
    height: 50px; }
  .privacy-check {
    margin: 30px 0; }
  .agree {
    font-size: 1.8rem;
    font-weight: bold; }
  .btn-submit {
    margin-bottom: 100px;
    font-size: 1.8rem; }
  .title-h3 {
    font-size: 2.4rem; } }

@media only screen and (max-width: 480px) {
  .content {
    padding-top: 60px;
    padding-bottom: 60px; }
  .title-h2 {
    margin-bottom: 30px; } }
