@charset "UTF-8";
@font-face {
  font-family: "IBMPlexSansJP";
  src: url("./IBMPlexSansJP-Regular.otf");
}
body {
  color: #000;
  font-size: 1rem;
  font-family: "IBMPlexSansJP", sans-serif;
  background-color: #F5F4F4;
  -webkit-animation: bodyfadeIn 2s ease 0s 1 normal forwards;
          animation: bodyfadeIn 2s ease 0s 1 normal forwards;
}

@-webkit-keyframes bodyfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bodyfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  color: #000;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.wrapper {
  max-width: 1100px;
  margin: 0px auto 100px;
  padding: 80px 4% 100px;
}

.wrapper2 {
  max-width: 900px;
  margin: 0px auto 100px;
  padding: 80px 4% 100px;
}

.sp {
  display: none;
}

.bg {
  position: absolute;
  filter: drop-shadow(4px 4px 0px #FFF352);
  background-size: contain;
  z-index: -2;
  height: 522px;
  width: 221px;
}
.bg.bg-left {
  background-image: url(../img/bg-left.webp);
}
.bg.bg-right {
  background-image: url(../img/bg-right.webp);
  bottom: 100px;
  right: 0;
}

#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 8px;
  bottom: 8px;
  background-color: #000;
  z-index: 98;
}

#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "icomoon";
  content: "\e903";
  font-size: 40px;
  color: #fff;
  position: absolute;
  width: 40px;
  height: 30px;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  font-family: Montserrat;
  content: "TOP";
  font-size: 13px;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #fff;
}

.page-header {
  margin-bottom: 80px;
  background: linear-gradient(90deg, #D9D9D9 0%, #F7FF00 0.01%, #FFF352 0.02%, #DB36A4 99.31%);
  width: 100%;
  height: 200px;
  color: #fff;
}
.page-header .inner {
  height: 100%;
  display: grid;
  text-align: center;
}
.page-header .inner > * {
  grid-area: 1/-1;
}
.page-header .inner span {
  margin-top: calc(100px - 2.5rem);
  font-family: Montserrat;
  font-weight: 700;
  font-size: 2.5rem;
}
.page-header .inner h1 {
  font-size: 1rem;
  letter-spacing: 0.1em;
  align-self: end;
  margin-bottom: calc(100px - 2.5rem);
}

.page-subtitle {
  margin: 0 auto 40px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #FFF352 30%);
}

.cmn-table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cmn-table dt {
  width: 25%;
  padding: 24px 10px 24px 60px;
  border-bottom: 1px solid rgb(219, 225, 88);
  font-weight: bold;
}
.cmn-table dt:first-of-type {
  border-top: 1px solid rgb(219, 225, 88);
}
.cmn-table dd {
  width: 75%;
  padding: 24px 20px 24px 60px;
  border-bottom: 1px solid #ccc;
}
.cmn-table dd:first-of-type {
  border-top: 1px solid #ccc;
}
.cmn-table .flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

/*-------------------------------------------
Header
-------------------------------------------*/
#header a {
  color: #fff;
}
#header .icon {
  font-size: 2.4rem;
}
#header .overlay-outside {
  cursor: pointer;
  height: 100vh;
  width: 100vw;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  z-index: 99;
}
#header .overlay-outside.show {
  visibility: visible;
}
#header .gMenuBg {
  width: 200px;
  height: 100px;
  position: fixed;
  background-color: #161616;
  z-index: 100;
  right: -80px;
  top: -15px;
  transform: rotate(45deg);
}
#header .gMenuBtn {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 8px;
  top: 8px;
  z-index: 101;
  overflow: hidden;
}
#header #open {
  color: #fff;
}
#header #open.hide {
  display: none;
}
#header .overlay {
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  background-color: #161616;
  padding: 72px 0 72px 72px;
  width: 50vw;
  transform: translatex(100vw);
  pointer-events: none;
  font-size: 1.2rem;
  transition: transform 0.3s;
  opacity: 0.95;
}
#header .overlay.show {
  transform: translatex(0);
  pointer-events: auto;
}
#header .overlay #close {
  position: absolute;
  cursor: pointer;
  color: #fff;
  right: 16px;
  top: 16px;
}
#header .overlay ul {
  line-height: 3rem;
}
#header .overlay ul li a::after {
  content: none;
}

/*-------------------------------------------
TOP
-------------------------------------------*/
main {
  position: relative;
}

#mainvisual {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 92px;
}
#mainvisual .mv_movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
#mainvisual .mv_movie video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#mainvisual .mv_movie::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
}
#mainvisual .logo {
  position: absolute;
  bottom: calc(3rem + 16px);
  left: calc(3rem + 8px);
  width: 250px;
}
#mainvisual span {
  position: absolute;
  display: block;
  background: #000;
}
#mainvisual span.line-1 {
  bottom: 2rem;
  left: 0;
  width: 100%;
  height: 1px;
}
#mainvisual span.line-2 {
  top: 0;
  left: 2rem;
  width: 1px;
  height: 100%;
}

.top-subtitle {
  display: flex;
  flex-direction: column;
}
.top-subtitle span {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 2.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, rgb(252, 81, 133) 70%);
}

#top-aboutus {
  background-color: #fff;
  border: #000 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-aboutus .title {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#top-aboutus .title img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 450px;
  aspect-ratio: 1.618/1;
  border: #000 1px solid;
}
#top-aboutus .content {
  width: 45%;
}
#top-aboutus .content span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 16px;
}
#top-aboutus .content p {
  font-size: 1.125rem;
}
#top-aboutus .btn01 {
  margin-top: 24px;
  position: relative;
}
#top-aboutus .btn01 a {
  display: inline-block;
  position: absolute;
  border: 1px solid #000;
  padding: 8px 40px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 1.25rem;
  right: 20px;
  box-shadow: 6px 6px 0px #FFF352;
}
#top-aboutus .btn01 a:hover {
  opacity: inherit;
  background-color: #fff352;
  box-shadow: 6px 6px 0px #000;
}
#top-aboutus .btn01 a::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: -40px;
  transform: rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #333;
}
#top-aboutus .btn01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background-color: #333;
}

#top-business {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #fff;
  border: #000 1px solid;
}
#top-business .top-subtitle {
  position: absolute;
  right: 80px;
}
#top-business .business {
  display: grid;
}
#top-business .business > * {
  grid-area: 1/-1;
}
#top-business .business .img01, #top-business .business .img02 {
  position: relative;
  overflow: hidden;
  border: #000 1px solid;
}
#top-business .business .img01 img, #top-business .business .img02 img {
  width: 450px;
  height: 278px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}
#top-business .business .img01 {
  margin-top: 32px;
  justify-self: start;
}
#top-business .business .img02 {
  justify-self: end;
}
#top-business .business .img02 img {
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}
#top-business .business .businesstitle01, #top-business .business .businesstitle02 {
  z-index: 1;
  display: block;
  background-color: #fff;
  border: #000 1px solid;
  box-shadow: 10px 10px 0px #FFF352;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  transition: all 0.5s;
}
#top-business .business .businesstitle01 {
  padding: 24px 13% 24px calc(13% + 1.5rem);
  align-self: end;
  justify-self: end;
  margin-bottom: 5%;
  margin-right: 8%;
  letter-spacing: 1.5rem;
}
#top-business .business .businesstitle02 {
  padding: 24px 5% 24px calc(5% + 1.6rem);
  align-self: end;
  margin-bottom: 7%;
  margin-left: 5%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.5rem;
}
#top-business .business:hover .businesstitle01, #top-business .business:hover .businesstitle02 {
  opacity: inherit;
  background-color: #FFF352;
  box-shadow: 10px 10px 0px #000;
  transition: all 0.5s;
}
#top-business .business:hover img {
  transform: scale(1.1, 1.1);
  transition: transform 0.5s;
}

/*-------------------------------------------
会社情報
-------------------------------------------*/
#companyinfo {
  background-color: #fff;
  border: #000 1px solid;
}

#map {
  background-color: #fff;
  border: #000 1px solid;
}
#map iframe {
  width: 100%;
  height: 400px;
  border: 1px solid #000;
  filter: hue-rotate(320deg);
}

/*-------------------------------------------
事業内容
-------------------------------------------*/
.bus {
  background-color: #fff;
  border: #000 1px solid;
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 480px));
  gap: 24px;
  justify-content: center;
}
.bus img {
  border: #000 1px solid;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.618/1;
  width: 100%;
}
.bus img.d1 {
  -o-object-position: 0% 40%;
     object-position: 0% 40%;
}
.bus img.d2 {
  -o-object-position: 0% 20%;
     object-position: 0% 20%;
}
.bus img.d3 {
  -o-object-position: 0% 25%;
     object-position: 0% 25%;
}
.bus img.d4 {
  -o-object-position: 0% 80%;
     object-position: 0% 80%;
}
.bus img.d5 {
  -o-object-position: 0% 40%;
     object-position: 0% 40%;
}
.bus img.d6 {
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}
.bus .bus01-content .page-subtitle {
  margin-left: 0;
}
.bus .bus02-content {
  grid-row-start: 1;
  grid-column-start: 2;
}
.bus .bus02-content .page-subtitle {
  margin-right: 0;
}

#bus02 {
  margin-top: 80px;
  margin-bottom: 80px;
}

/*-------------------------------------------
お問合せ
-------------------------------------------*/
#contact {
  background-color: #fff;
  border: #000 1px solid;
}
#contact .link_privacy {
  text-decoration: underline;
}
#contact .form {
  margin-top: 40px;
}
#contact .form .item {
  border-top: 1px solid #ddd;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  display: flex;
  align-items: center;
}
#contact .form .item .item-label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#contact .form .item .isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
#contact .form .item .input, #contact .form .item .textarea {
  border: 1px solid #000;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  flex: 1;
  width: 100%;
  background: #eaedf2;
}
#contact .form .item .input {
  height: 48px;
  max-width: 410px;
}
#contact .form .item .textarea {
  height: 216px;
}
#contact .form .btn {
  display: block;
  padding: 14px 32px;
  background: #fff;
  border: 1px solid #000;
  letter-spacing: 0.1em;
  color: #000;
  margin: 40px auto 0;
  width: 280px;
  box-shadow: 6px 6px 0px #FFF352;
  transition: all 0.3s;
}
#contact .form .btn:hover {
  opacity: inherit;
  background-color: #FFF352;
  box-shadow: 6px 6px 0px #000;
  transition: all 0.3s;
}
#contact .false-message {
  color: red;
  display: none;
}
#contact .thanks_img {
  margin: 30px auto 40px;
  width: 250px;
}

#thanks {
  background-color: #fff;
  border: #000 1px solid;
  margin-top: 160px;
  margin-bottom: 160px;
  padding-bottom: 80px;
}
#thanks p {
  display: inline-block;
}

/*-------------------------------------------
プライバシーポリシー
-------------------------------------------*/
#privacy {
  background-color: #fff;
  border: #000 1px solid;
}
#privacy h2 {
  display: block;
  background: linear-gradient(90deg, #FFF898 0%, #FFFFFF 100%);
  margin-bottom: 8px;
}
#privacy p, #privacy ul {
  margin-bottom: 32px;
  line-height: 1.8;
}
#privacy p:last-child, #privacy ul:last-child {
  margin-bottom: 0;
}
#privacy li {
  list-style: disc inside;
}

/*-------------------------------------------
Footer
-------------------------------------------*/
#footer {
  position: relative;
  z-index: -1;
  padding: 0;
  background-color: #161616;
}
#footer .wrapper {
  margin-bottom: 0;
  padding: 0 4%;
}
#footer .inner {
  display: flex;
  flex-direction: column;
  color: #fff;
}
#footer .inner a {
  color: #fff;
}
#footer .inner .f-menu {
  border-bottom: 1px solid #999231;
}
#footer .inner .f-menu ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}
#footer .inner .f-menu ul a {
  display: inline-block;
  line-height: 50px;
  margin: 20px 0;
}
#footer .inner .f-info {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 40px 0 35px;
}
#footer .inner .f-info img {
  margin-bottom: 16px;
  width: 200px;
}
#footer .inner .f-info span {
  font-size: 1.2rem;
}
#footer .copylight {
  padding-bottom: 16px;
  font-size: 0.9rem;
  text-align: center;
}

/*-------------------------------------------
SP 960
-------------------------------------------*/
@media screen and (max-width: 960px) {
  .wrapper, .wrapper2 {
    padding: 40px 4% 50px;
    margin: 0 2% 80px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
  .page-subtitle {
    margin-bottom: 24px;
  }
  .cmn-table dt, .cmn-table dd {
    padding: 24px 0;
  }
  .cmn-table dd {
    padding-left: 3%;
  }
  .page-header {
    height: 160px;
  }
  .page-header .inner span {
    margin-top: calc(80px - 2.2rem);
    font-size: 2.2rem;
  }
  .page-header .inner h1 {
    margin-bottom: calc(80px - 2.2rem);
  }
  #header .overlay {
    width: 80vw;
  }
  /*-------------------------------------------
  TOP
  -------------------------------------------*/
  #mainvisual {
    margin-bottom: 80px;
  }
  /*-------------------------------------------
  事業内容
  -------------------------------------------*/
  .bus {
    grid-template-columns: repeat(auto-fill, minmax(250px, 480px));
  }
  .bus .bus02-content {
    grid-row-start: auto;
    grid-column-start: auto;
  }
  .bus .bus02-content .page-subtitle {
    margin-left: 0;
  }
  /*-------------------------------------------
  お問い合わせ
  -------------------------------------------*/
  #contact .form .item {
    flex-wrap: wrap;
  }
  #contact .form .item .item-label {
    max-width: inherit;
  }
  #contact .form .item .isMsg {
    margin-top: 0;
  }
  #contact .form .item .input {
    margin-left: 0;
    margin-top: 8px;
    height: 40px;
    flex: inherit;
  }
  #contact .form .item .textarea {
    margin-left: 0;
    margin-top: 8px;
    height: 200px;
    flex: inherit;
  }
  #contact .form .btn {
    margin-top: 16px;
    padding: 10px 0;
    width: 100%;
  }
  #thanks {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-bottom: 40px;
  }
}
/*-------------------------------------------
SP 520
-------------------------------------------*/
@media screen and (max-width: 520px) {
  #mainvisual {
    height: 80vh;
  }
  #mainvisual .logo {
    bottom: calc(1rem + 16px);
    left: calc(1rem + 8px);
    width: 160px;
  }
  #mainvisual span.line-1 {
    bottom: 1rem;
  }
  #mainvisual span.line-2 {
    left: 1rem;
  }
  #top-aboutus {
    flex-direction: column;
  }
  #top-aboutus .title, #top-aboutus .content {
    width: 100%;
    margin-bottom: 40px;
  }
  #top-aboutus .btn01 a {
    right: 28px;
  }
  #top-business {
    gap: 16px;
  }
  #top-business .top-subtitle {
    position: static;
  }
  #top-business .business .img01 {
    margin-top: 0;
    margin-bottom: 24px;
  }
  #top-business .business .businesstitle01, #top-business .business .businesstitle02 {
    padding: 6px 24px;
    font-size: 1.1rem;
    letter-spacing: 0.25rem;
    align-self: end;
    justify-self: end;
  }
  #top-business .business .businesstitle01 {
    margin-bottom: 20px;
    margin-right: 16px;
  }
  #top-business .business .businesstitle02 {
    width: auto;
    margin-bottom: -5px;
    margin-right: 16px;
  }
  #footer .inner .f-info {
    flex-direction: column;
    padding: 24px 0 24px;
    gap: 8px;
  }
  #footer .inner .f-info img {
    width: 160px;
  }
}/*# sourceMappingURL=style.css.map */