@charset "UTF-8";
/* CSS Document */
* {
    margin : 0;
    padding : 0;
    font-size : 100%;
}
body {
    font-size : 75%;
    text-align : center;
    font-family: 'Noto Sans JP', sans-serif;
    line-height : 1.4;
}
#container {
    width : 540px;
    margin : 15px auto 30px;
}

html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  letter-spacing: 0.15em;
}
a {
  color: inherit;
  text-decoration: none;
}
.full {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("./img/01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.filter {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
}
.header {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 96.9%;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #f6f8f9;
  padding: 2rem 3rem;
  transition: 0.5s;
}
.header:last-child {
  margin-right: auto;
}
.header.change-color {
  background-color: #0B92EA;
  transition: 0.5s;
}
.header-menu-sp {
  display: none;
}
.checkForm-header {
  background-color: #0B92EA !important;
}
.logo {
  margin-left: 1vw;
}
.logo img {
  width: 16rem;
}
.logo_02 img {
  width: 23rem;
}
.header-menu {
  margin-left: auto;
}
.header-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-menu ul li {
  color: #F6F8F9;
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  margin: 0 1.5vw;
  list-style: none;
}
.header-menu-sp {
  display: none;
}
.contact-btn {
  background-color: #fb8e3d;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
.catch-phrase {
  position: absolute;
  top: calc(50% - 10em);
  color: #F6F8F9;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1.5;
  margin-left: 10rem;
  text-shadow: 1px 2px 3px #1e1e1e;
}
.catch-phrase-b {
  font-size: 5rem;
  margin-bottom: 1rem;
}
.catch-phrase-s {
  font-size: 2.4rem;
}
.scrolldown2 {
  position: absolute;
  bottom: 10px;
  left: 50%;
}
.scrolldown2 span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #eee;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.scrolldown2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  background: #eee;
  animation:
    circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scrolldown2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 50px;
  background: #eee;
}
.about, .scene-wrapper, .products, .history {
  padding: 16rem;
}
.about-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-image {
  width: 50%;
}
.about-image-wrapper {
  width: 100%;
  aspect-ratio: 5 / 3;
}
.about-image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.about-text-box {
  width: 50%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1.5;
  padding-left: 10rem;
}
h2 {
  font-size: 4.2rem;
  margin-bottom: 5rem;
}
.about-text-phrase-s {
  font-size: 2.8rem;
}
.about-text-phrase-s span {
  padding-bottom: 1rem;
  border-bottom: solid 3px #FEAA6B;
}
.about-text {
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1.5;
  margin-top: 3rem;
  line-height: 1.8;
}
.parallax_01 {
  width: 100%;
  height: 18vw;
  background-image: url("./img/02.jpg");
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: center top;
  background-attachment: fixed;
}
.parallax_02 {
  width: 100%;
  height: 18vw;
  background-image: url("./img/06.JPG");
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: center top;
  background-attachment: fixed;
}
.scene {
  background-color: #f6f8f9;
}
.contents_title {
  display: flex;
  align-items: center;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  text-align: left;
}
.contents_title .contents_title-b {
  font-size: 6rem;
}
.contents_title-s {
  font-size: 3.2rem;
  padding-left: 1.5rem;
}
.contents_title-s_02 {
  font-size: 3.2rem;
  padding-left: 0;
}
.scene_contents {
  margin-bottom: 5rem;
  padding-top: 15rem;
}
.scene_contents_item {
  display: flex;
  margin-bottom: 20rem;
  padding: 0 5vw;
}
.scene_contents_item-last {
  display: flex;
  padding: 0 5vw;
}
.images {
  display: grid;
  width: 50%;
  height: 35vw;
  grid-template-rows: 50% 50%;
  grid-template-columns: 50% 50%;
  grid-gap: 1rem;
}
.item1 {
  width: auto;
  background-color: #888;
  grid-area: 1 / 1 / 2 / 3;
}
.item1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item2 {
  background-color: #555555;
  grid-area: 2 / 1 / 2 / 2;
}
.item2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item3 {
  width: 100%;
  background-color: #333333;
  grid-area: 2 / 2 / 3 / 3;
}
.item3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-box {
  position: relative;
  width: 50%;
  padding: 10% 10% 10% 0;
  z-index: 2;
}
.box {
  position: absolute;
  top: 5vw;
  left: -2vw;
  width: 40%;
  height: 20%;
  background: linear-gradient(to left, #0B92EA, #29C0FF);
  z-index: -1;
}
.text-box-right {
  position: relative;
  width: 50%;
  padding: 10% 0 10% 10%;
  z-index: 1;
}
.box-right {
  position: absolute;
  top: 5vw;
  left: 5vw;
  width: 40%;
  height: 20%;
  background: linear-gradient(to left, #0B92EA, #29C0FF);
  z-index: -1;
}
.text-box-wrapper {
  background-color: #fff;
  padding: 2.5rem;
}
.text-box-wrapper p {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
}
.text-title {
  font-size: 3.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}
.text {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1.5;
  line-height: 1.8;
}
.kome {
  font-size: 1.6rem;
}
.under-line {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3px;
  margin: 2rem 0;
}
.orange {
  width: 10vw;
  height: 3px;
  background-color: #FE9F3F;
}
.gray {
  width: 100%;
  height: 1px;
  background-color: #bbb;
}
.blue {
  width: 20%;
  height: 3px;
  background-color: #1E8FD7;
}
.products_contents {
  display: flex;
  justify-content: space-between;
  padding-top: 10rem;
}
.products_contents_item {
  width: calc(23% - 6rem);
  height: auto;
}
.products_images {
  width: 100%;
  height: auto;
}
.products_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products_text-box {
  font-family: 'Noto Sans JP', sans-serif;
}
.products_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  height: 7rem;
  margin-top: 2rem;
  text-align: center;
}
.under-line_03 {
  width: 25%;
  height: 3px;
  background-color: #1e1e1e;
  margin: 2rem auto;
}
.products_text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
}
.indent {
  display: block;
  text-indent: -4.2em;
  padding-left: 4.2em;
}
.history-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
}
.history-image {
  width: 50%;
}
.history-image-wrapper {
  width: 100%;
  aspect-ratio: 5 / 3;
}
.history-image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.history-text-box {
  width: 50%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1.5;
  padding-left: 10rem;
}
.history-text-phrase-s {
  font-size: 2.4rem;
}
.history-text-phrase-s span {
  padding-bottom: 1rem;
  border-bottom: solid 3px #FEAA6B;
}
.history-text {
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1.5;
  margin-top: 3rem;
  line-height: 1.8;
}
.menber-lists {
  background-color: #f6f8f9;
  padding: 20rem 16rem 12rem;
}
.menber-lists-wrapper {
  padding: 10rem;
}
.menber-list {
  width: 100%;
}
.menber-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3rem;
}
.menber-list li p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}
.menber-lists-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.menber-lists-contact-tel {
  margin-left: -0.1rem;
}
.menber-lists-contact p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  width: 100%;
  border: solid 1px #888;
  margin-bottom: 5rem;
  padding: 1.2rem 0;
}
.menber-lists-contact-name {
  background-color: #DDDDDD;
}
.name {
  width: 60%;
  text-align: left;
}
.address {
  width: 100%;
  text-align: left;
}
.map {
  display: none;
  width: 100%;
  margin-bottom: 2rem;
}
.map-btn {
  color: #f6f8f9;
  width: 15%;
  background-color: #1e1e1e;
  text-align: center;
  padding: 0.3rem;
}
.map-btn:hover {
  cursor: pointer;
  cursor: hand;
}
.change-color-btn {
  background-color: #fb8e3d;
}
.contact {
  font-family: 'Noto Sans JP', sans-serif;
  color: #F6F8F9;
}
.contact-bg {
  width: 100%;
  background-image: url("./img/14.JPG");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-bg-filter {
  width: 100%;
  height: 100%;
  background-color: rgba(12, 49, 112, 0.9);
}
.contact-wrapper {
  width: 50vw;
  padding: 7rem 0;
  margin: 0 auto;
}
.contact-title {
  text-align: center;
  font-size: 4.8rem;
  margin-top: 4rem;
}
.contact-title-s {
  text-align: center;
  font-size: 1.8rem;
  margin: 1rem;
}
.form-wrapper {
  width: auto;
  margin: 4rem auto 0 auto;
}
form {
  color: #f6f8f9;
}
table {
  width: 100%;
  table-layout: fixed;
}
.formTbl th {
  display: block;
  font-weight: 500;
  margin: 0.5rem;
}
td {
  margin-bottom: 1rem;
}
input {
  width: 100%;
  box-sizing: border-box;
  border: none;
  padding: 0.8rem;
  border-radius: 0.4rem;
}
select {
  height: 4.4rem;
  padding: 0.8rem;
  border-radius: 0.4rem;
}
select address1 {
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
}
textarea {
  width: 100%;
  height: 8vw;
  border-radius: 0.4rem;
}
.form-body {
  width: 100%;
  border-collapse: collapse;
}
.formTbl {
  border-collapse: collapse;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  margin: 0 auto;
}
.formTbl, .formTbl td {
  display: table;
  width: 100%;
}
.required {
  display: inline-block;
  background: #cc0000;
  font-size: 0.9rem;
  padding: 0.1rem 0.6rem;
  border-radius: 2rem;
  margin: -0.4rem 0 0 0.5rem;
  vertical-align: middle;
}
.note {
  font-size: 10px;
  margin-left: 10px;
  color: #cccccc;
  margin: -0.4rem 0 0 0.5rem;
}
.input-Num {
  width: 5vw;
}
.tel {
  width: 5vw;
}
.btn-wrapper {
  margin: 5rem auto 0;
}
.btn {
  font-family: 'Noto Sans JP', sans-serif;
  color: #F6F8F9;
  font-weight: 500;
  font-size: 1.4rem;
  width: 20rem;
  height: 5rem;
  padding: 1rem 2rem;
  background-color: #fb8e3d;
  border: none;
  letter-spacing: 1.5;
}
.btn:hover {
  background-color: #ff974a;
  transition: all 0.3s ease;
  cursor: pointer;
  cursor: hand;
}
.sectionInner {
  width: 100%;
  color: #fff;
  margin: 0 auto;
  background-color: rgba(12, 49, 112, 0.9);
}
.checkForm-wrapper {
  color: #fff;
  width: 75vw;
  margin: 0 auto;
  padding: 15rem 0;
}
.checkForm-title {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  font-size: 48px;
  margin: 0 0 40px 0;
}
.mgb40 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  margin-bottom: 40px !important;
}
.err {
  padding: 4px;
  font-size: 75%;
  background: #f9e9e9;
  border: 1px solid #c00;
  color: #c00;
  margin-bottom: 5px;
  border-radius: 6px;
}
.check-contact-bg {
  width: 100%;
  min-height: 100vh;
  background: url("./img/14.JPG") center / cover;
}
table {
  font-family: 'Noto Sans JP', sans-serif;
  border-collapse: collapse;
}
.tbl02 tr {
  border-bottom: 1px dotted #bbb;
}
.tbl02 th, .tbl02 td {
  color: #fff;
  padding: 1.5rem;
  font-size: 1.4rem;
  border-width: 0 0 1px 0;
  margin: 0;
}
.tbl02 th {
  letter-spacing: 5;
  background-color: #5074a7;
}
.checkBtn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  align-items: center;
}
form {
  color: #f6f8f9;
}
.btnBl {
  margin-left: 1rem;
}
.backBtn {
  font-family: 'Noto Sans JP', sans-serif;
  color: #F6F8F9;
  font-weight: 500;
  font-size: 1.4rem;
  width: 20rem;
  height: 5rem;
  margin-right: 1rem;
  padding: 1rem 2rem;
  background-color: #0b92ea;
  border: none;
  letter-spacing: 1.5;
}
.checkFormTxt {
  font-family: 'Noto Sans JP', sans-serif;
  color: #F6F8F9;
  font-weight: 500;
  font-size: 1.8rem;
}
.top-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  color: #F6F8F9;
  font-weight: 500;
  font-size: 1.4rem;
  width: 20rem;
  height: 5rem;
  margin: 5rem auto;
  padding: 1rem 2rem;
  background-color: #fb8e3d;
  border: none;
  letter-spacing: 1.5;
}
.effect-fade {
  opacity: 0;
  transform: translate(0, 5rem);
  transition: all 1500ms;
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
.copy-right {
  font-family: 'Noto Sans JP', sans-serif;
  color: #F6F8F9;
  font-size: 1.4rem;
  background-color: #0d125c;
  padding: 0.5rem 0;
  margin: 0;
  text-align: center;
}
#pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  border-radius: 4rem;
  color: #fff;
  background: #fb8e3d;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1850px) {
  .about-text-box {
    width: 50%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    text-align: left;
    padding-left: 7rem;
  }
  h2 {
    font-size: 3.8rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1672px) {
  h2 {
    font-size: 3.6rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1608px) {
  h2 {
    font-size: 3.4rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1544px) {
  h2 {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
  .parallax_01 {
    height: 15vw;
    background: url("./img/02.jpg");
    background-size: cover;
    background-position: top;
  }
  .parallax_02 {
    height: 15vw;
    background-size: cover;
    background-position: right;
    background-attachment: initial;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) {
  body {
    letter-spacing: 0.1em;
  }
  .header {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 97%;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #f6f8f9;
    padding: 2rem 3rem;
  }
  .header-menu ul {
    display: flex;
  }
  .header-menu ul li {
    color: #F6F8F9;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin: 0 1vw;
    list-style: none;
  }
  .logo {
    margin-left: 1vw;
  }
  h2 {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
  .about, .scene-wrapper, .products, .history {
    padding: 6rem;
  }
  .scene_contents {
    padding-top: 10rem;
  }
  .scene_contents_item {
    display: flex;
    margin-bottom: 5rem;
  }
  .scene_contents_item-last {
    display: flex;
  }
  .products_contents_item {
    width: calc(25% - 3rem);
    height: auto;
  }
  .products_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    height: 7rem;
    margin-top: 2rem;
    text-align: center;
  }
  .products_text {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .menber-lists {
    background-color: #f6f8f9;
    padding: 6rem 6rem 0;
  }
  .menber-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 3rem;
  }
  .menber-list li p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .menber-lists-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .menber-lists-contact p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    width: 100%;
    border: solid 1px #888;
    margin-bottom: 3rem;
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1267px) {
  h2 {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  .logo {
    display: none;
  }
  .scene-wrapper {
    padding: 6rem 6rem 0 6rem;
  }
  .text-title {
    font-size: 3rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
  }
  .text-box {
    position: relative;
    width: 50%;
    padding: 0 10% 10% 0;
    z-index: 2;
  }
  .box {
    position: absolute;
    top: -2vw;
    left: -2vw;
    width: 40%;
    height: 20%;
    background: linear-gradient(to left, #0B92EA, #29C0FF);
    z-index: -1;
  }
  .text-box-right {
    position: relative;
    width: 50%;
    padding: 0 0 10% 10%;
    z-index: 1;
  }
  .box-right {
    position: absolute;
    top: -2vw;
    left: 6vw;
    width: 40%;
    height: 20%;
    background: linear-gradient(to left, #0B92EA, #29C0FF);
    z-index: -1;
  }
  .scene_contents {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .header {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 99%;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #f6f8f9;
    padding: 2rem 1rem;
  }
  .header-menu ul li {
    color: #F6F8F9;
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin: 0 1vw;
    list-style: none;
  }
  .logo {
    display: none;
  }
  .logo_02 img {
    width: 20rem;
  }
  .catch-phrase-b {
    font-size: 4.2rem;
    margin-bottom: 1rem;
  }
  .catch-phrase-s {
    font-size: 1.8rem;
  }
  .about {
    padding: 12rem 4rem;
  }
  .products, .history {
    padding: 8rem 4rem;
  }
  .scene-wrapper {
    padding: 8rem 4rem 2rem;
  }
  .about-text-phrase {
    font-size: 2.4rem;
  }
  .about-text-phrase-s {
    font-size: 1.8rem;
  }
  .about-text {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: left;
    margin-top: 3rem;
  }
  .history-text {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: left;
    margin-top: 3rem;
  }
  .contents_title-b {
    font-size: 4rem !important;
  }
  .contents_title-s {
    font-size: 2.4rem;
    padding-left: 1.5rem;
  }
  .text-title {
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
  }
  .text {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 1.5;
    line-height: 1.8;
  }
  .text-box {
    position: relative;
    width: 50%;
    padding: 0 10% 10% 0;
    z-index: 2;
  }
  .box {
    position: absolute;
    top: -2vw;
    left: -2vw;
    width: 40%;
    height: 20%;
    background: linear-gradient(to left, #0B92EA, #29C0FF);
    z-index: -1;
  }
  .text-box-right {
    position: relative;
    width: 50%;
    padding: 0 0 10% 10%;
    z-index: 1;
  }
  .box-right {
    position: absolute;
    top: -2vw;
    left: 6vw;
    width: 40%;
    height: 20%;
    background: linear-gradient(to left, #0B92EA, #29C0FF);
    z-index: -1;
  }
  .scene_contents_item {
    display: flex;
    margin-bottom: 10rem;
  }
  .parallax_01 {
    height: 15rem;
    background: url("./img/02.jpg");
    background-size: cover;
    background-position: right;
  }
  .parallax_02 {
    height: 15rem;
    background-size: cover;
    background-position: right;
    background-attachment: initial;
  }
  .menber-lists {
    background-color: #f6f8f9;
    padding: 8rem 4rem 0;
  }
  .menber-lists-wrapper {
    padding: 2rem;
  }
  .contact-wrapper {
    width: 75vw;
    padding: 7rem 0;
    margin: 0 auto;
  }
  .input-Num, .tel {
    width: 8vw;
  }
  textarea {
    width: 100%;
    height: 10vw;
    border-radius: 0.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .logo_02 img {
    width: 16rem;
  }
  .about-text-box {
    width: 50%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    text-align: left;
    padding-left: 5rem;
  }
  .sp-menu {
    position: fixed;
    top: 0.9rem;
    right: 0;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    transition-duration: 0.5s;
  }
  .sp-menu-re {
    position: fixed;
    top: 0!important;
    right: 0;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    transition-duration: 0.5s;
  }
  .sp-menu span, .sp-menu span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #F6F8F9;
    position: absolute;
    transition-duration: 0.5s;
  }
  .sp-menu span:before {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #F6F8F9;
    position: absolute;
    bottom: 8px;
  }
  .sp-menu span:after {
    top: 8px;
  }
  .sp-menu.active span:before {
    opacity: 0;
  }
  .sp-menu.active span {
    top: 20px;
    left: 20px;
    transform: translateY(6px) rotate(-45deg);
    transition-duration: 0.5s;
  }
  .sp-menu.active span:after {
    top: 7px;
    left: 0;
    transform: translateY(-6px) rotate(90deg);
    width: 100%;
    transition-duration: 0.5s;
  }
  .header-menu ul {
    margin-right: 7rem;
  }
  .header-menu-sp {
    display: none;
    position: fixed;
    top: 7.9594rem;
    left: 0px;
    background-color: #fff;
    width: 100%;
    padding: 4rem 0;
  }
  .header-menu-sp-re {
    display: none;
    position: fixed;
    top: 5.9594rem!important;
    left: 0px;
    background-color: #fff;
    width: 100%;
    padding: 4rem 0;
  }
  .header-menu-sp ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    list-style: none;
    padding-left: 0;
    text-align: center;
  }
  .header-menu-sp ul li {
    width: calc(25% - 3rem);
  }
  .none-tab {
    display: none;
  }
  .map-btn {
    width: 20%;
  }
  .map-btn:hover {
    transition: all 0.3s ease;
    cursor: pointer;
    cursor: hand;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .catch-phrase {
    position: absolute;
    top: calc(50% - 5.5em);
    color: #F6F8F9;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1.5;
    margin-left: 5rem;
    text-shadow: 1px 2px 3px #1e1e1e;
  }
  .about-text-box {
    width: 50%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    text-align: left;
    padding-left: 5rem;
  }
  .about-text-phrase {
    font-size: 2rem;
  }
  .menber-lists-wrapper {
    padding: 4rem;
  }
  .history-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
  }
  .menber-lists-contact {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .menber-lists-contact p {
    margin-bottom: 0;
  }
  .menber-lists-contact-tel {
    margin-top: -0.1rem;
    margin-bottom: 4rem !important;
  }
}
@media screen and (max-width: 1025px) {
  .open-menu {
    display: none;
  }
  .ham-menu {
    display: none;
  }
}
@media screen and (min-width: 1020px) {
  .scene_contents-sp, .image-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .scene_contents-sp, .image-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .scrolldown2 {
    position: absolute;
    bottom: 7rem;
    left: 50%;
  }
  .parallax_01 {
    height: 15rem;
    background: url("./img/02.jpg");
    background-size: cover;
    background-position: right;
  }
  .parallax_02 {
    height: 15rem;
    background-size: cover;
    background-position: right;
    background-attachment: initial;
  }
  .images {
    display: grid;
    width: 96%;
    height: auto;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    grid-gap: 1rem;
    margin-bottom: 1rem;
  }
  .logo, .header-menu {
    display: none;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #f6f8f9;
    padding: 2rem;
    width: 100%;
    z-index: 4;
  }
  .logo_02 img {
    width: 14rem;
  }
  .sp-menu {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    transition-duration: 0.5s;
  }
  .sp-menu span, .sp-menu span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #F6F8F9;
    position: absolute;
    transition-duration: 0.5s;
  }
  .sp-menu span:before {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #F6F8F9;
    position: absolute;
    bottom: 8px;
  }
  .sp-menu span:after {
    top: 8px;
  }
  .sp-menu.active span:before {
    opacity: 0;
  }
  .sp-menu.active span {
    top: 20px;
    left: 20px;
    transform: translateY(6px) rotate(-45deg);
    transition-duration: 0.5s;
  }
  .sp-menu.active span:after {
    top: 7px;
    left: 0;
    transform: translateY(-6px) rotate(90deg);
    width: 100%;
    transition-duration: 0.5s;
  }
  .header-menu-sp {
    display: none;
    position: fixed;
    top: 5.9rem;
    left: 0px;
    background-color: #fff;
    width: 100%;
  }
  .header-menu-sp ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  .header-menu-sp ul li {
    display: block;
    width: 100%;
    border-bottom: solid 1px #f6f8f9;
    text-align: center;
  }
  .header-menu-sp ul li a {
    display: block;
    padding: 2rem 0;
  }
  .filter {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .catch-phrase {
    position: absolute;
    top: calc(50% - 12em);
    color: #F6F8F9;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1.5;
    text-shadow: 1px 2px 3px #1e1e1e;
    margin: 0;
    padding: 0 1rem;
  }
  .catch-phrase-b {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .catch-phrase-s {
    font-size: 1.4rem;
  }
  .about, .scene-wrapper, .products, .history {
    padding: 6rem 2rem;
  }
  .about-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  .about-image {
    display: none;
  }
  .about-image-sp {
    width: 90%;
    margin-top: 6rem;
  }
  .about-text-box {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1.5;
    padding: 0;
  }
  h2 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .about-text-phrase-s {
    font-size: 1.8rem;
  }
  .about-text-phrase-s span {
    padding-bottom: 1rem;
    border-bottom: solid 3px #FEAA6B;
  }
  .about-text {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1.5;
    margin-top: 3rem;
  }
  .contents_title {
    display: flex;
    align-items: center;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    text-align: left;
  }
  .contents_title .contents_title-b {
    font-size: 2.4rem;
  }
  .contents_title-s {
    font-size: 1.8rem;
    padding-left: 0;
  }
  .scene_contents {
    display: none;
  }
  .scene_contents_item {
    display: flex;
    flex-flow: column;
    margin-bottom: 5rem;
    padding: 0 5vw;
  }
  .scene_contents_item:nth-child(3) {
    display: flex;
    flex-flow: column;
    margin-bottom: 0;
    padding: 0 5vw;
  }
  .text-box {
    position: relative;
    width: 100%;
    padding-top: 10%;
    z-index: 2;
  }
  .text-title {
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
  }
  .text {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 1.5;
    line-height: 1.8;
    padding: 1rem 0 0;
  }
  .images-sp img {
    width: 100%;
  }
  .text-box-wrapper {
    background-color: #fff;
    padding: 2rem;
  }
  .products_contents {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding-top: 4rem;
  }
  .products_contents_item {
    width: 100%;
    margin-bottom: 4rem;
  }
  .products_images {
    width: 70%;
    margin: 0 auto;
  }
  .products_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    height: 7rem;
    text-align: center;
  }
  .products_text {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    padding: 0 2rem;
  }
  .menber-lists {
    background-color: #f6f8f9;
    padding: 6rem 2rem;
  }
  .menber-lists-wrapper {
    padding: 0 1rem;
  }
  .menber-list {
    width: 100%;
  }
  .menber-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 100%;
    margin-bottom: 3rem;
  }
  .menber-list li p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .menber-lists-contact {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .menber-lists-contact p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    width: 100%;
    border: solid 1px #888;
    margin-bottom: 0;
    padding: 1.2rem 0;
    font-weight: 600;
  }
  .menber-lists-contact-tel {
    margin-top: -0.1rem !important;
    margin-bottom: 2rem !important;
  }
  .menber-lists-contact-name {
    background-color: #DDDDDD;
  }
  .name {
    width: 100%;
    text-align: left;
    font-weight: 600;
  }
  .address {
    width: 100%;
    text-align: left;
    font-weight: 500 !important;
  }
  .map-btn {
    color: #f6f8f9;
    font-weight: 600;
    width: 20%;
    background-color: #1e1e1e;
    margin-right: auto;
    padding: 1rem 2rem;
  }
  .change-color-btn {
    background-color: #fb8e3d;
  }
  .contents_title-sp {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    text-align: left;
  }
  .history-image {
    display: none;
  }
  .history-wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
  .history-text-box {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 1.5;
    padding-left: 0;
  }
  .none {
    display: none;
  }
  .text-sp {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0 1rem;
  }
  .image-sp {
    margin-top: 6rem;
  }
  .contact-wrapper {
    width: 90%;
    padding: 7rem 2rem;
    margin: 0 auto;
  }
  .contact-title {
    text-align: center;
    font-size: 3.2rem;
    margin-top: 2rem;
  }
  .contact-title-s {
    text-align: center;
    font-size: 1.4rem;
    margin: 1rem;
  }
  .input-Num, .tel {
    width: 15vw;
  }
  textarea {
    width: 100%;
    height: 20vw;
    border-radius: 0.4rem;
  }
  .tbl02 tr {
    border: none;
  }
  .tbl02 tr:first-child {
    border: none;
  }
  .contact-bg {
    width: 100%;
    height: max-content;
    background-image: url(./img/14.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .checkForm-title {
	font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 0 40px 0;
  }
  .mgb40 {
    font-size: 1.4rem;
    margin-bottom: 40px !important;
  }
  .tbl02 th, .tbl02 td {
	font-family: 'Noto Sans JP', sans-serif;
    border: none;
    display: block;
    width: auto !important;
  }
  .tbl02 th {
    background-color: #5074a7;
    text-align: left;
  }
  .tbl02 td {
    margin-bottom: 1rem;
  }
  .checkBtn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
    align-items: center;
    flex-flow: column;
  }
  .backBtn {
    font-family: 'Noto Sans JP', sans-serif;
    color: #F6F8F9;
    font-weight: 500;
    font-size: 1.4rem;
    height: 6rem;
    background-color: #0b92ea;
    border: none;
    letter-spacing: 1.5;
    margin: 0 0 2.5rem;
  }
  .btn {
    font-family: 'Noto Sans JP', sans-serif;
    color: #F6F8F9;
    font-weight: 500;
    font-size: 1.4rem;
    height: 6rem;
    padding: 1rem 2rem;
    background-color: #fb8e3d;
    border: none;
    letter-spacing: 1.5;
    margin-left: 0;
  }
  .checkFormTxt {
    font-family: 'Noto Sans JP', sans-serif;
    color: #F6F8F9;
    font-weight: 500;
    font-size: 1.6rem;
  }
  .copy-right {
    font-family: 'Noto Sans JP', sans-serif;
    color: #F6F8F9;
    font-size: 1rem;
    background-color: #0d125c;
    padding: 0.5rem 0;
  }
  #pagetop {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    border-radius: 3rem;
    color: #fff;
    background: #fb8e3d;
    text-decoration: none;
  }
}