@charset "UTF-8";
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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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 {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* 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 {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*---------------------------------------------
    font
---------------------------------------------*/
/*---------------------------------------------
    html
---------------------------------------------*/
html {
  font-size: 62.5%;
}

/*---------------------------------------------
    body
  ---------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  background: url(../images/common/mv.jpg);
  background-position: center -100px;
  background-size: cover;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

body * {
  box-sizing: border-box;
}

/*---------------------------------------------
    link
  ---------------------------------------------*/
a {
  -webkit-transition-duration: 0.5s;
  color: inherit;
  outline: none;
  text-decoration: none;
  transition-duration: 0.5s;
}

a img {
  transition-duration: 0.5s;
}

a img:hover {
  opacity: 0.8;
}

/*---------------------------------------------
    common
  ---------------------------------------------*/
html {
  -webkit-text-size-adjust: none;
}

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

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

ul {
  list-style: none;
}

@media screen and (max-width: 500px) {
  /* pcでのみ表示 */
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  /* spでのみ表示 */
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  /* pcでのみ表示 */
  .pcsmall {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  /* spでのみ表示 */
  .spsmall {
    display: none !important;
  }
}
input[type=submit],
input[type=button] {
  -moz-appearance: button;
  -webkit-appearance: button;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: border-box;
  appearance: button;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

::-moz-placeholder {
  color: #aaa;
}

::placeholder {
  color: #aaa;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-expand {
  display: none;
}

.check .select::after {
  display: none;
}

label.error {
  color: #f00;
}

main {
  padding-top: 40px;
}

/*---------------------------------------------
    mv
---------------------------------------------*/
.mv {
  position: relative;
}
.mv img {
  width: 100%;
}

.wave {
  bottom: 0;
  display: flex;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 3000px;
}
.wave ul {
  animation: wave 20s infinite linear 1s both;
  display: flex;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.wave ul:last-child {
  margin-left: -1px;
}
@keyframes wave {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.wave ul li {
  width: 380px;
}
.wave ul li img {
  display: block;
  width: 100%;
}

/*---------------------------------------------
    wave
  ---------------------------------------------*/
/*---------------------------------------------
    container
  ---------------------------------------------*/
.wrapper {
  background: url(../images/common/mv.jpg) no-repeat;
  background-position: center -100px;
  background-size: cover;
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wrapper > .bg-logo {
  animation: anim_logo 1.5s linear;
  left: 12%;
  position: absolute;
  top: 60px;
  width: 500px;
}
@keyframes anim_logo {
  0% {
    left: -1000%;
  }
  100% {
    left: 12%;
  }
}
@media screen and (max-width: 1280px) {
  .wrapper > .bg-logo {
    top: 80px;
    width: 400px;
  }
}
.wrapper > .bg-mark {
  bottom: 200px;
  left: 10%;
  position: absolute;
  width: 160px;
}
.wrapper .bg-flex {
  bottom: 0;
  display: flex;
  left: 0;
  position: absolute;
}
.wrapper > .pc-gnav {
  bottom: 30px;
  left: 6%;
  position: absolute;
  z-index: 9999;
}
@media screen and (max-width: 1280px) {
  .wrapper > .pc-gnav {
    left: 4%;
  }
}
@media screen and (max-width: 1400px) {
  .wrapper > .pc-gnav {
    left: 4%;
  }
}
.wrapper > .pc-gnav .name {
  width: 210px;
}
.wrapper > .pc-gnav ul {
  display: flex;
}
.wrapper > .pc-gnav ul li {
  margin-right: 1em;
}
.wrapper > .pc-gnav ul li a {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 1400px) {
  .wrapper > .pc-gnav ul li a {
    font-size: 1.4rem;
  }
}
.wrapper > .pc-gnav ul li a::before {
  color: #756DAE;
  content: "●";
  font-size: 1rem;
  left: -1px;
  position: relative;
  top: -2px;
}

.container {
  background: #fff;
  border-radius: 40px 40px 0 0;
  height: calc(100dvh - 60px);
  max-width: 500px;
  overflow: auto;
  position: fixed;
  right: 6%;
  top: 60px;
  width: 100%;
  z-index: 9999;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.container.open {
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .container {
    right: 2%;
  }
}
@media screen and (max-width: 1160px) {
  .container {
    border-radius: 0;
    height: 100dvh;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
    top: 0;
  }
}
.container .content::-webkit-scrollbar {
  display: none;
}

/*---------------------------------------------
    header
  ---------------------------------------------*/
header {
  background: rgba(255, 255, 255, 0.8);
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  header {
    height: 68px;
  }
}
header .inner {
  margin: 0 auto;
  width: 90%;
}
header .inner .logo {
  margin-top: 8px;
  width: 300px;
}
@media screen and (max-width: 500px) {
  header .inner .logo {
    width: 240px;
  }
}
header .inner .nav {
  align-items: center;
  display: block;
  flex-direction: column;
  height: 100svb;
  justify-content: center;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 99999999;
}
header .inner .nav.open {
  opacity: 1;
  transition: all 0.5s;
  visibility: visible;
}
header .inner .nav__inner {
  background: #FDEEE6;
  height: 100svb;
  overflow: auto;
  padding: 20px 15% 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 1160px) {
  header .inner .nav__inner {
    height: 100vh;
    padding: 24px 8% 0;
  }
}
header .inner .nav__inner .a-logo {
  height: 80px;
  margin: 0 auto 24px;
  width: 80px;
}
@media screen and (max-width: 500px) {
  header .inner .nav__inner .a-logo {
    height: 40px;
    width: 40px;
  }
}
header .inner .nav__inner--list {
  margin-bottom: 24px;
}
@media screen and (max-width: 1400px) {
  header .inner .nav__inner--list {
    margin-bottom: 10px;
  }
}
header .inner .nav__inner--list > li {
  margin-bottom: 14px;
}
@media screen and (max-width: 500px) {
  header .inner .nav__inner--list > li {
    margin-bottom: 8px;
  }
}
header .inner .nav__inner--list > li::before {
  background: url(../images/common/icon_fugu_b.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 26px;
  margin-right: 14px;
  position: relative;
  top: 4px;
  width: 40px;
}
header .inner .nav__inner--list > li.current::before {
  background: url(../images/common/icon_fugu.png) no-repeat;
  background-size: cover;
  display: inline-block;
  height: 26px;
  margin-right: 14px;
  position: relative;
  top: 4px;
  width: 40px;
}
header .inner .nav__inner--list > li ul {
  margin-left: 80px;
  margin-top: 16px;
  position: relative;
}
header .inner .nav__inner--list > li ul::before {
  background: #231815;
  content: "";
  display: inline-block;
  height: 52px;
  margin-right: 12px;
  position: absolute;
  top: -10px;
  width: 1px;
}
header .inner .nav__inner--list > li ul li::before {
  background: #231815;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 12px;
  position: relative;
  top: -7px;
  width: 50px;
}
header .inner .nav__inner .sns {
  display: flex;
}
header .inner .nav__inner .sns li {
  height: 30px;
  margin-right: 16px;
  width: 30px;
}
header .inner .nav__inner .foot {
  align-items: center;
  background: url(../images/common/nav_footer.png);
  background-size: cover;
  bottom: 60px;
  display: flex;
  height: 125px;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 1160px) {
  header .inner .nav__inner .foot {
    bottom: 0;
  }
}
header .inner .nav__inner .foot img {
  position: relative;
  top: 14px;
  width: 240px;
}
@media screen and (max-width: 1160px) {
  header .inner .nav__inner .foot img {
    top: 10px;
    width: 180px;
  }
}

/* ハンバーガーメニュー */
.toggle-btn {
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 5%;
  top: 10px;
  width: 50px;
  z-index: 999999999999;
}
.toggle-btn span {
  background: #333;
  border-radius: 4px;
  display: block;
  height: 2px;
  left: 5px;
  position: relative;
  top: 14px;
  transition: 0.2s;
  width: 32px;
}
.toggle-btn span::before {
  background: #333;
  border-radius: 4px;
  content: "";
  display: block;
  height: 2px;
  left: 0px;
  position: absolute;
  top: 12px;
  transition: 0.3s;
  width: 27px;
}
.toggle-btn span::after {
  background: #333;
  border-radius: 4px;
  content: "";
  display: block;
  height: 2px;
  left: 0px;
  position: absolute;
  top: 24px;
  transition: 0.3s;
  width: 22px;
}
.toggle-btn .close {
  background: transparent;
  border: none;
}
.toggle-btn .close::before, .toggle-btn .close::after {
  margin-top: 0;
}
.toggle-btn .close::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #333;
  top: 10px;
}
.toggle-btn .close::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  background: #333;
  top: 10px;
  width: 27px;
}

a {
  text-decoration: none;
}

/*---------------------------------------------
    footer
  ---------------------------------------------*/
footer {
  padding-bottom: 56px;
}
footer .copyright {
  font-size: 1.4rem;
  padding: 12px 0;
  text-align: center;
}
@media screen and (max-width: 500px) {
  footer .copyright {
    font-size: 1.2rem;
  }
}

/*---------------------------------------------
    btn contact
---------------------------------------------*/
.btn-contact {
  background: rgba(230, 0, 18, 0.8);
  bottom: 0;
  max-width: 500px;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 1160px) {
  .btn-contact {
    max-width: 100%;
  }
}
.btn-contact a {
  color: #fff;
  display: block;
  text-align: center;
}
.btn-contact a span {
  font-size: 2rem;
  font-weight: bold;
}
.btn-contact a span::after {
  background: url(../images/common/icon_contact.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 20px;
  left: 6px;
  position: relative;
  top: 3px;
  width: 20px;
}

/*---------------------------------------------
    company
---------------------------------------------*/
.company {
  background: url(../images/common/bg_company.png);
  background-size: 50%;
  margin-top: -30px;
  padding-bottom: 24px;
  padding-top: 110px;
  padding-top: 100px;
}
.company h2::after {
  background: url(../images/common/icon_fugu.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 36px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -46px;
  width: 54px;
}
.company .inner {
  margin: 0 auto;
  width: 86%;
}
.company .inner table {
  margin: 0 auto;
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 1160px) {
  .company .inner table {
    max-width: 375px;
  }
}
.company .inner table tr th, .company .inner table tr td {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .company .inner table tr th, .company .inner table tr td {
    font-size: 1.4rem;
  }
}
.company .inner table tr th th, .company .inner table tr td th {
  letter-spacing: 2px;
  width: 4em;
}
.company .inner table tr th td, .company .inner table tr td td {
  padding-left: 14px;
}

/*---------------------------------------------
    access
---------------------------------------------*/
.access {
  background: url(../images/common/bg_company.png);
  background-size: 50%;
  padding-top: 60px;
}
.access h2::after {
  background: url(../images/common/icon_access.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 40px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -46px;
  width: 27px;
}
.access .map iframe {
  display: block;
}
.access ul {
  background: #FDEEE6;
  font-size: 1.6rem;
  padding: 16px 7%;
}
@media screen and (max-width: 500px) {
  .access ul {
    font-size: 1.4rem;
  }
}

/*---------------------------------------------
    pagetop
---------------------------------------------*/
.pagetop {
  bottom: 60px;
  position: fixed;
  width: 500px;
  z-index: 10;
}
@media screen and (max-width: 1160px) {
  .pagetop {
    bottom: 60px;
    right: 4%;
    width: 50px;
  }
}
.pagetop a {
  float: right;
  margin-right: 20px;
  width: 50px;
}
@media screen and (max-width: 500px) {
  .pagetop a {
    float: none;
    margin-right: auto;
    width: 50px;
  }
}

/*---------------------------------------------
    fadein
---------------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
@media screen and (min-width: 501px) {
  .fadein.pc {
    opacity: 1;
  }
}
.fadein.fadein-left {
  transform: translate(-30px, 0);
}
.fadein.fadein-right {
  transform: translate(30px, 0);
}
.fadein.fadein-up {
  transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/*---------------------------------------------
    loading
---------------------------------------------*/
/* 初期状態では非表示 */
#loading,
#loading-logo {
  display: none;
}

#loading {
  background: #fff;
  color: #fff;
  height: 100%;
  /*fixedで全面に固定*/
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 100000000000000000000000000;
}

/* Loading画像中央配置 */
#loading-logo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定 */
#loading-logo img {
  width: 500px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: fadeUpAnime;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}