@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット  */
input[type=submit],
input[type=button],
input[type=radio],
input[type=tel],
input[type=email],
input[type=text],
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
input[type=radio]::focus,
input[type=tel]::focus,
input[type=email]::focus,
input[type=text]::focus,
textarea::focus {
  outline-offset: -2px;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

li, ol {
  list-style: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
picture {
  display: block;
}

img {
  width: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.08em;
  color: #333;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

main {
  overflow: hidden;
  padding-top: 78.98px;
}

.sp {
  display: none;
}

#nav-toggle {
  margin: 0 0 0 auto;
  display: none;
  cursor: pointer;
  z-index: 1000;
  box-sizing: border-box;
  height: 33px;
  width: 48px;
}
#nav-toggle > div {
  position: relative;
  width: 48px;
  margin: 0 auto;
}
#nav-toggle span {
  width: 100%;
  height: 4px;
  display: block;
  background: #333;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 15px;
}
#nav-toggle span:nth-child(3) {
  top: 31px;
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 25px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}
.open #gloval-nav {
  right: 0;
}

#gloval-nav {
  background: #fff;
  position: fixed;
  top: 100px;
  left: auto;
  right: -570px;
  height: 100%;
  width: 570px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease, right 0.6s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.gnav_sp {
  margin-top: 69px;
  margin-left: 43.7px;
}
.gnav_sp-item {
  font-size: 24px;
}
.gnav_sp-item:nth-child(n+2) {
  margin-top: 60px;
}
.gnav_sp-item a {
  color: #333;
  font-weight: bold;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background-color: #fff;
}
.header-container {
  height: 76.48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 10px 0 19px;
}
.header--logo {
  width: 107.4px;
}
.header--navs {
  display: flex;
  gap: 45px;
  margin: 0 35px 0 auto;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  font-weight: bold;
}
.header--navs a {
  color: #333333;
}
.header--btn {
  width: 195px;
  height: 36px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #D53148;
  border-radius: 10px;
  box-shadow: 2.3443px 2.3443px 3.9072px rgba(35, 25, 22, 0.2);
}
.header--btn img {
  position: absolute;
  width: 10px;
  right: 13px;
}

.section--tit {
  font-size: 24px;
  text-align: center;
  margin-bottom: 60px;
}
.section--tit:after {
  display: block;
  width: 50px;
  height: 3px;
  content: "";
  background-color: #D53148;
  margin: 30px auto 0;
}

.fv {
  background-image: url(../img/fv.webp);
  background-position: center;
  background-size: cover;
  height: 628.8749px;
  color: #333;
}
.fv--ai {
  height: 100%;
  width: auto;
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
}
.fv--box--logo {
  display: block;
  width: 250px;
  mix-blend-mode: multiply;
}
.fv--box--tit {
  color: #333;
  font-size: 32px;
  font-feature-settings: "palt";
  line-height: 2.105625;
  margin-top: 10px;
}
.fv--box--txt {
  font-size: 20px;
  font-feature-settings: "palt";
  line-height: 2.105625;
}
.fv--content {
  height: 628.8749px;
  box-sizing: border-box;
  padding-top: 165px;
  height: 100%;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.fv--content--tit {
  font-size: 32px;
  font-feature-settings: "palt";
  line-height: 2.105625;
  text-shadow: 3px 3px 5px rgba(35, 25, 22, 0.4);
}
.fv--content--txt {
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 2.83625;
  margin-top: 62.1348px;
  text-shadow: 3px 3px 5px rgba(35, 25, 22, 0.4);
}
.fv--content--btn {
  width: 320px;
  height: 56.235px;
  color: #fff;
  font-size: 21.02px;
  font-weight: bold;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #D53148;
  border-radius: 10px;
  box-shadow: 2.3443px 2.3443px 3.9072px rgba(35, 25, 22, 0.2);
  margin-top: 110px;
}
.fv--content--btn img {
  position: absolute;
  width: 10.4px;
  right: 11.25px;
}

.news {
  padding: 80px 0;
  width: 800px;
  margin: 0 auto;
}
.news--article {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 80px;
  border-top: 1px solid #DBDADA;
  border-bottom: 1px solid #DBDADA;
}
.news--article--time {
  display: block;
  font-size: 16px;
  padding: 0 20px;
}
.news--article--tit {
  font-size: 16px;
  font-weight: 400;
  padding: 0 20px;
}

.company {
  padding: 80px 0;
  width: 1000px;
  margin: 0 auto;
}
.company--table {
  width: 800px;
  margin: 0 auto;
  line-height: 1.7;
  border-collapse: collapse;
  border: 1px solid #DBDADA;
}
.company--ttit {
  padding: 30px 40px;
  border: 1px solid #DBDADA;
  text-align: left;
}
.company--tdata {
  padding: 30px 40px;
  border: 1px solid #DBDADA;
  width: 450px;
}
.company--tdata p {
  position: relative;
  padding-left: 20px;
}
.company--tdata p:before {
  content: "・";
  left: 0px;
  position: absolute;
}

.business {
  padding: 80px 0;
  width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 3;
}

.contact {
  padding: 80px 0;
  width: 1000px;
  margin: 0 auto;
}
.contact--table {
  width: 800px;
  margin: 0 auto;
  line-height: 1.7;
  border-collapse: collapse;
}
.contact--ttit {
  padding: 30px 40px;
}
.contact--tdata {
  padding: 30px 40px;
}
.contact--tdata input {
  display: block;
  border: 1px solid #DBDADA;
  width: 100%;
  height: 50px;
  padding: 20px;
  font-size: 20px;
}
.contact--tdata textarea {
  display: block;
  border: 1px solid #DBDADA;
  width: 100%;
  height: 250px;
  font-size: 20px;
  padding: 20px;
}
.contact--submit {
  display: block;
  width: 280px;
  height: 40px;
  margin: 40px auto 0;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  background-color: #D53148;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  height: 40px;
}

.container {
  width: 960px;
  margin: 80px auto;
  line-height: 1.9;
}
.container h1, .container h2, .container h3, .container h4, .container h5, .container h6, .container p {
  margin: 20px 0;
}
.container .section--tit {
  margin-bottom: 60px;
}

@media screen and (max-width: 950px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  #nav-toggle {
    display: block;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    background-color: #fff;
  }
  .header-container {
    width: 600px;
    margin: 0 auto;
    height: 100px;
    padding: 0;
  }
  .header--logo {
    width: 137.4px;
  }
  .header--btn {
    width: 215px;
    height: 61.66px;
    box-sizing: border-box;
    justify-content: flex-end;
    padding-left: 28px;
    font-size: 22px;
    border-radius: 10px;
    box-shadow: 2.8098px 2.8098px 4.683px rgba(35, 25, 22, 0.2);
    margin: 0 23px 0 auto;
  }
  .header--btn img {
    position: absolute;
    width: 9.96px;
    right: 13px;
  }
  .main {
    padding-top: 100px;
  }
  .section--tit {
    font-size: 28px;
    text-align: center;
    margin-bottom: 60px;
  }
  .section--tit:after {
    display: block;
    width: 50px;
    height: 3px;
    content: "";
    background-color: #D53148;
    margin: 30px auto 0;
  }
  .fv {
    background-image: url(../img/fv.webp);
    background-position: center;
    background-size: cover;
    height: 600px;
    box-sizing: border-box;
  }
  .fv--ai {
    height: 50%;
    width: auto;
    z-index: 5;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .fv--box--logo {
    display: block;
    width: 250px;
    mix-blend-mode: multiply;
  }
  .fv--box--tit {
    color: #333;
    font-size: 32px;
    font-feature-settings: "palt";
    line-height: 2.105625;
  }
  .fv--box--txt {
    font-size: 20px;
    font-feature-settings: "palt";
    line-height: 2.105625;
  }
  .fv--content {
    max-width: 600px;
    margin: 0 auto;
  }
  .fv--content--tit {
    font-size: 32px;
    font-feature-settings: "palt";
    line-height: 2.105625;
    text-shadow: 3px 3px 5px rgba(35, 25, 22, 0.4);
  }
  .fv--content--txt {
    font-feature-settings: "palt";
    font-size: 16px;
    line-height: 2.83625;
    margin-top: 62.1348px;
    text-shadow: 3px 3px 5px rgba(35, 25, 22, 0.4);
  }
  .fv--content--btn {
    width: 320px;
    height: 56.235px;
    color: #fff;
    font-size: 21.02px;
    font-weight: bold;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #D53148;
    border-radius: 10px;
    box-shadow: 2.3443px 2.3443px 3.9072px rgba(35, 25, 22, 0.2);
    margin-top: 110px;
  }
  .fv--content--btn img {
    position: absolute;
    width: 10.4px;
    right: 11.25px;
  }
  .news {
    padding: 80px 0;
    width: 600px;
    margin: 0 auto;
  }
  .news--article {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 80px;
    border-top: 1px solid #DBDADA;
    border-bottom: 1px solid #DBDADA;
  }
  .news--article--time {
    display: block;
    font-size: 20px;
    padding: 0 10px;
  }
  .news--article--tit {
    font-size: 20px;
    font-weight: 400;
    padding: 0 10px;
  }
  .company {
    padding: 80px 0;
    width: 600px;
    margin: 0 auto;
  }
  .company--table {
    width: 600px;
    margin: 0 auto;
    line-height: 1.7;
    border-collapse: collapse;
    border: 1px solid #DBDADA;
    font-size: 20px;
  }
  .company--ttit {
    padding: 30px 40px;
    border: 1px solid #DBDADA;
  }
  .company--tdata {
    width: 260px;
    padding: 30px 40px;
    border: 1px solid #DBDADA;
  }
  .business {
    padding: 80px 0;
    width: 600px;
    margin: 0 auto;
    font-size: 20px;
  }
  .contact {
    padding: 80px 0;
    width: 600px;
    margin: 0 auto;
  }
  .contact--table {
    width: 600px;
    margin: 0 auto;
    line-height: 1.7;
    border-collapse: collapse;
    font-size: 20px;
  }
  .contact--ttit {
    padding: 30px 20px;
    vertical-align: top;
    text-align: left;
  }
  .contact--tdata {
    padding: 30px 20px;
  }
  .contact--tdata input {
    display: block;
    border: 1px solid #DBDADA;
    width: 100%;
    height: 50px;
  }
  .contact--tdata textarea {
    display: block;
    border: 1px solid #DBDADA;
    width: 100%;
    height: 250px;
  }
  .contact--submit {
    display: block;
    width: 320px;
    height: 60px;
    margin: 40px auto 0;
    cursor: pointer;
    background-color: #D53148;
    color: #fff;
    font-size: 20px;
  }
  .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 60px;
  }
  .container {
    width: 670px;
    margin: 70px auto;
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */