@charset "UTF-8";
/***********************
   基本サイズ
***********************/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.53125;
}

.mv-ttl, .g-ttl, .copy-txt {
  font-family: nimbus-sans, sans-serif;
  font-style: normal;
}

[data-target] {
  cursor: pointer;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  color: #595757;
  font-feature-settings: "palt";
  letter-spacing: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  opacity: 0;
  overflow-wrap: break-word;
  overflow-x: hidden;
  transition: all 0.3s;
  visibility: hidden;
}

body[data-loading="true"] {
  opacity: 1;
  visibility: visible;
}

ul,
li {
  list-style: none;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

video {
  height: auto;
  max-width: 100%;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: normal;
}

form {
  margin: 0;
  padding: 0;
}

form button {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: auto;
}

form button:hover, form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.7;
}

form button ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-image: none;
  border: 1px solid #989898;
  border-radius: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 8px;
  width: 100%;
}

textarea:hover, textarea:focus {
  outline: none;
}

textarea:focus {
  border-color: #989898;
  box-shadow: none;
  outline: none;
}

textarea ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input:focus {
  border-color: #989898;
  box-shadow: none;
  outline: none;
}

input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  background: #000;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  height: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  width: auto;
  width: 100%;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus {
  outline: none;
}

input[type="submit"]:hover, input[type="button"]:hover {
  opacity: 0.7;
}

input[type="submit"] ::-moz-focus-inner, input[type="button"] ::-moz-focus-inner {
  border: none;
  padding: 0;
}

/* **************************************


     common


***************************************/

.mv-contents {
  height: 550px;
  margin-left: auto;
  position: relative;
  width: 815px;
}

.mv-ttl {
  bottom: 50px;
  color: #00a283;
  font-size: 5.4rem;
  font-weight: bold;
  left: -100px;
  position: absolute;
}

.mv-ttl span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

.sec-contents {
  margin-left: auto;
  padding: 180px 0;
  position: relative;
  width: 850px;
  z-index: 1;
}

.sec-ttl {
  border-bottom: 2px solid #595757;
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  padding-bottom: 0.25rem;
  position: relative;
  z-index: 1;
}

.sec-head {
  font-size: 2rem;
  font-weight: bold;
  margin: 20px 0;
  position: relative;
  z-index: 1;
}

.btn {
  border: 1px solid #595757;
  display: inline-block;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  transition: 0.2s;
  width: 240px;
}

.btn span {
  margin-right: 0.5rem;
}

.btn:hover {
  background: #595757;
  color: #fff;
}

.inner {
  height: inherit;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  position: relative;
  width: 1120px;
}

.drawer {
  width: 100%;
  z-index: 40;
}

.drawer-close {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 39;
}

.drawer-close.is-checked {
  display: block;
  opacity: 0.4;
}

.drawer-icon {
  background-color: inherit;
  border: none;
  cursor: pointer;
  display: none;
  position: relative;
  text-align: center;
  z-index: 41;
}

.drawer-icon:focus {
  outline: none;
}

.drawer-icon::after {
  color: #fff;
  content: "MENU";
  display: none;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 4px;
  text-align: center;
}

.drawer-icon.is-checked::after {
  content: "CLOSE";
}

.drawer-icon.is-checked + body {
  overflow: hidden;
}

.drawer-bars {
  display: inline-block;
  height: 16px;
  position: relative;
  vertical-align: bottom;
  width: 30px;
}

.drawer-bars:before {
  border-radius: 50%;
  content: "";
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  z-index: -1;
}

.drawer-bar {
  background: #595757;
  border-radius: 3px;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.3s linear 0s;
  width: 100%;
}

.drawer-bar:nth-of-type(1) {
  top: 0;
}

.drawer-bar:nth-of-type(2) {
  top: 7px;
}

.drawer-bar:nth-of-type(3) {
  top: 14px;
}

.is-checked .drawer-bar:nth-of-type(1) {
  top: 10px;
  transform: rotate(-45deg);
}

.is-checked .drawer-bar:nth-of-type(2) {
  background: transparent;
}

.is-checked .drawer-bar:nth-of-type(3) {
  top: 10px;
  transform: rotate(45deg);
}

.g-nav {
  margin-top: 32px;
  text-align: justify;
}

.g-item {
  position: relative;
}

.g-link {
  font-size: 1.4rem;
  padding: 0.25em 0;
  transition: 0.2s;
}

.g-link:hover {
  opacity: 0.7;
}

body.is-checked {
  overflow: hidden;
}

.g-ttl {
  color: #00a283;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 30px;
  writing-mode: vertical-rl;
}

.g-ttl span {
  font-size: 2rem;
}

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


     footer


============================================================================= */
footer {
  background: #00a283;
  color: #fff;
  padding: 50px 0 30px;
  position: relative;
  z-index: 21;
}

.footer-contents {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.footer-logo {
  width: 300px;
}

.footer-logo figcaption {
  font-size: 1.4rem;
}

.footer-logo img {
  margin-top: 20px;
}

.footer-name {
  font-size: 1.8rem;
}

.footer-info {
  font-size: 1.4rem;
}

.copy-txt {
  font-size: 1.2rem;
  margin-top: 30px;
  text-align: center;
}

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


     header


============================================================================= */
.header-contents {
  position: fixed;
  top: 0;
  z-index: 10;
}

.header-logo {
  background: #00a283;
  padding: 50px 50px 50px 0;
  position: relative;
  transition: 0.3s;
}

.header-logo:before {
  background: #00a283;
  content: "";
  height: 100%;
  left: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 50px;
}

.header-logo img {
  transition: 0.3s;
  width: 390px;
}

#header.transform .header-logo {
  padding: 25px 25px 25px 0;
}

#header.transform .header-logo:before {
  left: -25px;
  width: 25px;
}

#header.transform .header-logo img {
  width: 215px;
}

.tab-none {
  display: block;
}

.tab-dis {
  display: none;
}

.sp-none {
  display: block;
}

.sp-dis {
  display: none;
}

@media (max-width: 1119px){
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .tab-none {
    display: none;
  }
  .tab-dis {
    display: block;
  }
}

@media screen and (max-width: 768px){
  .mv .inner {
    padding: 0;
  }
  .mv-contents {
    height: 60vh;
    max-height: 400px;
    min-height: 200px;
    width: 100%;
  }
  .mv-contents img {
    font-family: "object-fit:cover";
    height: 100%;
    object-fit: cover;
  }
  .mv-ttl {
    /*     background-color: rgba($color: #f2ecdf, $alpha: 0.8); */
    background-color: rgba(255, 255, 255, 0.8);
    bottom: -30px;
    font-size: 3rem;
    left: 24px;
    padding: 0.25em;
  }
  .mv-ttl span {
    font-size: 1.2rem;
  }
  .sec-contents {
    padding: 100px 0;
    width: 100%;
  }
  .sec-ttl {
    font-size: 2.2rem;
  }
  .sec-head {
    font-size: 1.6rem;
  }
  .g-ttl {
    text-align: center;
    writing-mode: inherit;
  }
  .g-ttl span {
    vertical-align: middle;
  }
  footer {
    padding: 30px 0;
    z-index: 1;
  }
  .footer-contents {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-company {
    margin-top: 40px;
  }
  .header-contents {
    left: 0;
    width: 100%;
  }
  .header-logo {
    overflow-x: hidden;
    padding: 25px;
    width: calc(100% - 50px);
  }
  .header-logo:before {
    background: url(../images/common/header-logo_sp.svg);
    background-position: center;
    background-repeat: no-repeat;
    left: auto;
    opacity: 0.2;
    right: -25px;
    width: 80px;
  }
  .header-logo img {
    width: 170px;
  }
}

@media (max-width: 768px){
  body {
    font-size: 1.4rem;
  }
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .drawer {
    border: none;
    height: auto;
    position: fixed;
    right: 10px;
    top: 20px;
    width: 40px;
  }
  .drawer-icon {
    display: inline-block;
  }
  .drawer-content {
    background: #fff;
    bottom: auto;
    color: translate;
    height: 100%;
    left: auto;
    max-width: 90%;
    overflow: auto;
    padding-top: 50px;
    position: fixed;
    right: 0;
    text-align: left;
    top: 0;
    transform: translateX(105%);
    transition: all 0.5s ease 0s;
    width: 200px;
    z-index: 40;
  }
  .drawer-content.is-checked {
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
    transform: translateX(0);
  }
  .drawer-content--left {
    left: 0;
    right: auto;
    transform: translateX(-105%);
  }
  .drawer-content--top {
    bottom: auto;
    height: 100%;
    max-width: 100%;
    top: 0;
    transform: translateY(-105%);
    width: 100%;
  }
  .drawer-bg.is-checked {
    height: 100vh;
    left: 0;
    opacity: 0.7;
    /*     background-color: #000; */
    position: absolute;
    top: 0;
    transition: 0.4s;
    width: 100vw;
  }
  .g-link {
    display: block;
    font-size: 1.6rem;
    height: auto;
    padding: 10px 0;
    text-align: center;
  }
  .sp-none {
    display: none;
  }
  .sp-dis {
    display: block;
  }
}


/*# sourceMappingURL=common.css.map*/