@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Pacifico");
@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
.wf-nicomoji {
  font-family: "Nico Moji";
}

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

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

ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

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

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

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

img, abbr, acronym, fieldset {
  border: 0;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-size: 62.5%;
}

body {
  font: 1.4rem/1.9 "Noto Sans JP", Arial, Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #000;
  background: #fff;
  width: 100%;
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 56px;
    font-size: 14px;
  }
}

a {
  color: #0066ff;
  text-decoration: none;
}

a:hover, .active {
  text-decoration: underline;
}

a:active, a:focus, input:active, input:focus {
  outline: 0;
}

input {
  font-family: inherit;
  font-size: inherit;
  border-radius: 0.25rem;
  border: 1px solid #ddd;
  outline: none;
  padding: 0.6rem;
}

select {
  font-family: inherit;
  font-size: inherit;
  border-radius: 0.25rem;
  border: 1px solid #ddd;
  outline: none;
  padding: 0.6rem;
  width: 100%;
  padding: 1rem;
}

input[type=text], input[type=email], input[type=tel], input[type=date], textarea {
  font-family: inherit;
  font-size: inherit;
  border-radius: 0.25rem;
  border: 1px solid #ddd;
  outline: none;
  width: 100%;
  padding: 1rem;
}

input:focus {
  border-color: rgba(17, 107, 226, 0.5);
  box-shadow: 0 0 3px 1px rgba(17, 107, 226, 0.5);
}

input[type=checkbox],
input[type=radio] {
  accent-color: #0b6dee;
}

input[type=submit],
input[type=button],
button {
  cursor: pointer;
}

/* ヘッダー
------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 7rem;
  color: #000;
  background-color: #fff;
  z-index: 999;
  transition: background-color 0.6s ease, color 0.6s ease;
}
@media screen and (min-width: 768px) {
  #header {
    height: auto;
  }
}
#header a {
  color: #000;
}

#logo {
  margin-left: 10px;
}

a#menu {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 10px;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  a#menu {
    display: none;
  }
}

#menuBtn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #000;
  transition: 0.2s;
}

#menuBtn:before, #menuBtn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  background: #000;
  transition: 0.3s;
}

#menuBtn:before {
  margin-top: -7px;
}

#menuBtn:after {
  margin-top: 5px;
}

a#menu .close {
  background: transparent;
}

a#menu .close:before, a#menu .close:after {
  margin-top: 0;
}

a#menu .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

a#menu .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.panel {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 7rem;
  z-index: 9998;
}

#mainnav {
  position: relative;
  text-align: right;
}

#mainnav ul {
  text-align: left;
  background-color: #fff;
}

#mainnav li a {
  position: relative;
  display: block;
  padding: 15px 5px 15px 25px;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #mainnav li a {
    border-bottom: none;
  }
}
#mainnav li a:hover {
  text-decoration: none;
  color: #999;
}

#mainnav li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
}

#main-contents {
  width: 100%;
  position: relative;
}

/* フッター
------------------------------------------------------------*/
#footer {
  clear: both;
  padding: 50px 10px 50px 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #4d4d4d;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 70px 10px 70px 0;
  }
}

/* 共通
------------------------------------------------------------*/
h1, h2 {
  font-family: "Josefin Sans", "Noto Sans JP", serif;
}

img {
  width: 100%;
  height: auto;
}

section {
  clear: both;
}

section h2 {
  padding: 50px 0 20px 0;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.inner {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.col2 li {
  display: inline-block;
  width: 100%;
  margin: 20px 0 20px 0;
}

/* KV
------------------------------------------------------------*/
.kv {
  padding-top: 80px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .kv {
    padding-top: 120px;
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
}
.kv-content {
  margin: 0 auto;
  width: 80%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .kv-content {
    width: 90%;
    height: 100%;
  }
}
.kv-copy {
  width: 100%;
  font-size: 10vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .kv-copy {
    font-size: 8vw;
    text-align: left;
  }
}
.kv-txt {
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  position: relative;
  color: #fff;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .kv-txt {
    font-size: 28px;
    text-align: left;
  }
}
.kv-txt-md {
  margin-top: 20px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .kv-txt-md {
    font-size: 20px;
    display: block;
  }
}
.kvh {
  margin: 0 auto;
  width: 60%;
  position: relative;
  bottom: -40px;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .kvh {
    margin: 0;
    width: 50%;
    height: auto;
    position: absolute;
    bottom: -60px;
    right: 2%;
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  .kvh {
    width: auto;
    height: calc(90% + 60px);
  }
}
.kvh img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .kvh img {
    width: auto;
    height: 100%;
  }
}
.kv-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0b6dee;
  z-index: -1;
}

/* SEC01 VISION
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  #sec01 {
    padding-top: 60px;
  }
}

.vision {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 60px;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .vision {
    font-size: 18px;
    padding-bottom: 80px;
  }
}

#sec01 h2 {
  padding: 70px 0 20px;
  font-size: 28px;
}

/* SEC02 MESSAGE
------------------------------------------------------------*/
.sec02 .wrap {
  clear: both;
  width: 100%;
  background: #0b6dee;
  color: #fff;
}

.bg {
  line-height: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bg {
    width: 50%;
  }
}

.txt {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .txt {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.txt h2 {
  padding: 0 0 20px !important;
}

.txt h3 {
  padding: 0 0 20px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.vMid {
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .vMid {
    margin: 0 auto;
    padding: 0 100px;
    display: table-cell;
    vertical-align: middle;
  }
}

/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .col3 {
    text-align: center;
  }
}

.col3 li {
  margin: 0 auto 50px;
  display: block;
  max-width: 288px;
}
@media screen and (min-width: 768px) {
  .col3 li {
    display: inline-block;
    width: 30%;
    padding: 0 1.5%;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
  }
}

.col3 img {
  max-width: 288px;
  display: block;
  margin: -5px auto 20px;
}

/* SEC04 STORY & SUCCESS
------------------------------------------------------------*/
#sec04 {
  background: url(../images/bgSec04.webp) no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  position: relative;
}
#sec04::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#sec04 .content {
  padding: 80px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
#sec04 .content h3 {
  padding: 50px 0 20px 0;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
#sec04 .readmore {
  margin-top: 40px;
}
#sec04 .readmore-link {
  padding: 20px 40px;
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  transition: opacity 0.6s ease;
}
#sec04 .readmore-link:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05 {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  #sec05 {
    padding-top: 60px;
  }
}

#sec05 dl {
  line-height: 1.2;
}

#sec05 dt {
  clear: left;
  float: left;
  display: block;
  width: 30%;
  margin-right: 10%;
  margin-bottom: 20px;
  text-align: right;
  line-height: 1.6em;
}

#sec05 dd {
  width: 60%;
  float: left;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.6em;
}

#map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 96% !important;
  height: 100% !important;
  left: 2%;
  border: 0;
}

/* mailform
------------------------------------------------------------*/
.mf {
  text-align: center;
}
.mf h3 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
}
.mf .form-area {
  background-color: #efefef;
}
.mf .form-container {
  margin: 0 auto;
  width: 96%;
  max-width: 980px;
  position: relative;
  background-color: #efefef;
  text-align: center;
}
.mf .form-inner {
  padding: 40px;
  width: auto;
  max-width: 100%;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .mf .form-inner {
    padding: 40px;
  }
}
.mf .submitbtn {
  padding: 1rem 2rem;
  background-color: #0066ff;
  color: #fff;
}
.mf .submitbtn:hover {
  background-color: #257cff;
}
.mf .back {
  margin-top: 2rem;
}
.mf .backbtn {
  padding: 1rem 2rem;
  background-color: #ddd;
  color: #000;
}
.mf .backbtn:hover {
  background-color: #d4d4d4;
}

.form-table {
  margin-bottom: 30px;
}
.form-table-tr {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .form-table-tr {
    display: flex;
  }
}
.form-confirm-table .form-table-tr {
  border-bottom: 1px solid #ccc;
}
.form-table-label {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .form-table-label {
    width: 20rem;
    padding: 1rem;
  }
}
.form-table-input {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .form-table-input {
    flex: 1;
  }
}
.form-confirm-table .form-table-input {
  padding: 1rem 0;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/
@media screen and (min-width: 1280px) {
  .inner {
    width: 1024px;
    padding-bottom: 120px;
  }
  section h2 {
    padding: 70px 0 20px;
  }
  .txt h2 {
    padding: 0 0 20px !important;
  }
  .vMid {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .panel {
    top: 0;
    width: auto;
    height: auto;
    display: block !important;
    position: relative;
  }
  #mainnav ul {
    text-align: right;
    padding-right: 30px;
    background-color: transparent;
  }
  #mainnav li {
    display: inline-block;
    padding: 0 4px;
    font-size: 14px;
    font-weight: 300;
  }
  #mainnav a {
    color: #000;
  }
  #mainnav.changeNav {
    background: rgba(255, 255, 255, 0.9);
  }
  /* SEC03 SERVICE MESSAGE STORY
  -----------------*/
  /* SEC05 PROFILE
  -----------------*/
}
@media screen and (min-width: 576px) {
  .col2 li {
    width: 40%;
    padding: 0 3%;
    vertical-align: top;
  }
  #map iframe {
    width: 100% !important;
    left: 0;
  }
}
.mb-s {
  margin-bottom: 10px;
}
.mb-m {
  margin-bottom: 30px;
}
.mb-l {
  margin-bottom: 50px;
}

.red {
  color: #f00;
}

@media screen and (min-width: 768px) {
  .br-s {
    display: none;
  }
}

/* flex */
.flex, .flex-c, .flex-b, .flex-e, .flex-s {
  display: flex;
}
.flex-s {
  justify-content: flex-start;
}
.flex-e {
  justify-content: flex-end;
}
.flex-b {
  justify-content: space-between;
}
.flex-c {
  justify-content: center;
}
.flex-w {
  flex-wrap: wrap;
}
.flex-rr {
  flex-flow: row-reverse;
}
.flex-rw {
  flex-flow: row-reverse wrap;
}
.flex-ac {
  align-items: center;
}
.flex-ae {
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 576px) {
  .flex-sm, .flex-sm-c, .flex-sm-b, .flex-sm-e, .flex-sm-s {
    display: flex;
  }
  .flex-sm-s {
    justify-content: flex-start;
  }
  .flex-sm-e {
    justify-content: flex-end;
  }
  .flex-sm-b {
    justify-content: space-between;
  }
  .flex-sm-c {
    justify-content: center;
  }
  .flex-sm-w {
    flex-wrap: wrap;
  }
  .flex-sm-rr {
    flex-flow: row-reverse;
  }
  .flex-sm-rw {
    flex-flow: row-reverse wrap;
  }
  .flex-sm-ac {
    align-items: center;
  }
  .flex-sm-ae {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .flex-pt, .flex-pt-c, .flex-pt-b, .flex-pt-e, .flex-pt-s {
    display: flex;
  }
  .flex-pt-s {
    justify-content: flex-start;
  }
  .flex-pt-e {
    justify-content: flex-end;
  }
  .flex-pt-b {
    justify-content: space-between;
  }
  .flex-pt-c {
    justify-content: center;
  }
  .flex-pt-w {
    flex-wrap: wrap;
  }
  .flex-pt-rr {
    flex-flow: row-reverse;
  }
  .flex-pt-rw {
    flex-flow: row-reverse wrap;
  }
  .flex-pt-ac {
    align-items: center;
  }
  .flex-pt-ae {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .flex-p, .flex-p-c, .flex-p-b, .flex-p-e, .flex-p-s {
    display: flex;
  }
  .flex-p-s {
    justify-content: flex-start;
  }
  .flex-p-e {
    justify-content: flex-end;
  }
  .flex-p-b {
    justify-content: space-between;
  }
  .flex-p-c {
    justify-content: center;
  }
  .flex-p-w {
    flex-wrap: wrap;
  }
  .flex-p-rr {
    flex-flow: row-reverse;
  }
  .flex-p-rw {
    flex-flow: row-reverse wrap;
  }
  .flex-p-ac {
    align-items: center;
  }
  .flex-p-ae {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}/*# sourceMappingURL=style.css.map */