@charset "UTF-8";
.koho,
#footer .copyright,
header#header .flex .head_menu nav ul.menu li a,
.hamburger-menu .menu-btn:after,
.pc-menu .menu li a {
  font-family: "KoHo", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #2c353a;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-height: 100vh;
  color: #fff;
  background-color: #2c353a;
  width: 100%;
  font-size: 18px;
  max-font-size: 18px;
}

.sp {
  display: none !important;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.basein {
  width: 1610px;
  margin: auto;
}

.flex {
  display: flex;
}

p {
  line-height: 1.8;
}

.btn a {
  border: 1px solid #be8a43;
  background-color: #be8a43;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  border-radius: 50px;
  transition: 0.3s;
  font-weight: bold;
}
.btn a:hover {
  background-color: #2c353a;
  border-color: #2c353a;
}

.fuwatto.js-target {
  transition: 0.3s;
  opacity: 0;
}
.fuwatto.js-target.js-active {
  -webkit-animation: fuwatto 0.3s linear 0s normal both;
          animation: fuwatto 0.3s linear 0s normal both;
}

article#main {
  width: 800px;
  position: absolute;
  z-index: 2;
  box-shadow: 0 0 5px white;
  background-color: rgba(44, 53, 58, 0.9);
  left: calc(50% + 300px);
  top: 0px;
  transform: translateX(-50%);
  min-height: 100vh;
}
@media all and (max-width: 1200px) {
  article#main {
    left: 50%;
  }
}

.backimg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.backimg:after {
  content: "";
  width: 80%;
  height: 90%;
  background-image: url(../img/logo.webp);
  background-size: contain;
  position: absolute;
  left: 10%;
  top: 8%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  -webkit-animation: popup 50s linear alternate;
          animation: popup 50s linear alternate;
}

.pc-menu {
  position: fixed;
  width: 40%;
  left: 10%;
  top: 0%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
}
.pc-menu .menu {
  list-style: none;
  padding-left: 3rem;
}
.pc-menu .menu li {
  list-style: none;
}
.pc-menu .menu li a {
  display: block;
  padding: 1rem 0;
  text-align: left;
  font-size: 250%;
  width: 100%;
  transition: 0.3s;
}
.pc-menu .menu li a:hover {
  transform: scale(1.1);
  color: #be8a43;
}

.hamburger-menu {
  display: block;
  position: absolute;
  transition: all 0.5s;
  z-index: 100;
  right: 0;
  top: 0;
}
.hamburger-menu p {
  position: absolute;
  font-size: 60%;
  top: 0;
}
.hamburger-menu .menu-btn.on span {
  background-color: rgba(255, 255, 255, 0) !important; /*メニューオープン時は真ん中の線を透明にする*/
  box-shadow: none;
  width: 25px;
}
.hamburger-menu .menu-btn.on span::before {
  bottom: 0;
  transform: rotate(45deg);
  transition: all 0.5s;
  width: 25px;
}
.hamburger-menu .menu-btn.on span::after {
  top: 0;
  transform: rotate(-45deg);
  transition: all 0.5s;
  width: 25px;
}
.hamburger-menu .menu-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  transition: all 0.5s;
}
.hamburger-menu .menu-btn:after {
  content: "MENU";
  position: absolute;
  bottom: 0;
  display: block;
  font-size: 0.6rem;
  color: #2c353a;
  font-weight: 600;
}
.hamburger-menu .menu-btn span, .hamburger-menu .menu-btn span:before, .hamburger-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background-color: #2c353a;
  position: absolute;
  transition: all 0.5s;
}
.hamburger-menu .menu-btn span:before {
  bottom: 10px;
  width: 30px;
  right: 0;
}
.hamburger-menu .menu-btn span:after {
  top: 10px;
  width: 30px;
  right: 0;
}

.anchor {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
  height: 0;
  width: 100%;
}

header#header {
  background-color: white;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  display: flex;
  display: none;
  align-items: stretch;
  justify-content: flex-start;
  z-index: 5;
  transition: 0.5s;
}
header#header.hide {
  top: -80px;
}
header#header a {
  color: #2c353a;
}
header#header .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 100%;
}
header#header .flex h1 {
  width: 30%;
  padding: 0;
  padding-left: 5%;
  margin: 0;
  font-size: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1%;
}
header#header .flex h1 a img {
  max-height: 80px;
  transition: 0.3s;
}
header#header .flex h1 a:hover img {
  transform: scale(1.05);
}
header#header .flex .head_menu {
  width: 55%;
  display: flex;
  align-items: stretch;
}
header#header .flex .head_menu nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
header#header .flex .head_menu nav ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
header#header .flex .head_menu nav ul.menu li {
  list-style: none;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header#header .flex .head_menu nav ul.menu li:after {
  content: "/";
  display: block;
  width: 2rem;
  font-weight: 600;
  color: #2c353a;
}
header#header .flex .head_menu nav ul.menu li:last-child:after {
  display: none;
}
header#header .flex .head_menu nav ul.menu li a {
  font-weight: 600;
  font-style: normal;
  font-size: 100%;
  transition: 0.3s;
}
header#header .flex .head_menu nav ul.menu li a:hover {
  color: #be8a43;
  transform: scale(1.05);
}
header#header .flex .head_menu nav ul.menu li:hover:after {
  top: 1px;
  transition: 0.3s;
}
header#header .flex .head_menu nav ul.menu li:hover > ul.sub-menu {
  transition: 0.3s;
  opacity: 1;
  z-index: 5;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
header#header .flex .head_menu nav ul.menu .btn a {
  border-radius: 5px;
  border: 1px solid white;
  background-color: inherit;
  color: white;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  transition: 0.5s;
}
header#header .flex .head_menu nav ul.menu .btn a:hover {
  border-color: #be8a43;
  background-color: #be8a43;
  color: white;
  transform: scale(1);
}

#mv {
  padding: 5rem 0;
}
#mv .image {
  margin: auto;
  width: 60%;
}
#mv h2 {
  font-size: 280%;
  padding: 2rem 2rem;
  line-height: 1.8;
  letter-spacing: 0.3rem;
  color: #be8a43;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-animation: fuwatto 0.6s linear 6s forwards;
          animation: fuwatto 0.6s linear 6s forwards;
  gap: 2rem;
}
#mv h2:before {
  content: "";
  width: 8rem;
  height: 8rem;
  background-image: url("../img/icon01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
#mv h2:after {
  content: "";
  width: 8rem;
  height: 8rem;
  background-image: url("../img/icon02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
#mv h2.js-active::before {
  -webkit-animation: purun 0.6s linear 0.3s 1;
          animation: purun 0.6s linear 0.3s 1;
}
#mv h2.js-active:after {
  -webkit-animation: purun 0.6s linear 0.5s 1;
          animation: purun 0.6s linear 0.5s 1;
}
#mv p {
  opacity: 0;
  -webkit-animation: fuwatto 0.6s linear 6s forwards;
          animation: fuwatto 0.6s linear 6s forwards;
  font-size: 180%;
}
#mv p b {
  color: #be8a43;
  line-height: 1.8;
}

#nayami {
  padding: 0 2rem;
}
#nayami .fukidashis {
  width: 90%;
  margin: auto;
}
#nayami .fukidashi {
  width: 75%;
  background-color: white;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
#nayami .fukidashi:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #fff transparent;
  border-width: 2rem 1.5rem 0 0;
  bottom: -1.5rem;
  left: 10%;
  margin-left: -1rem;
  transform: rotate(20deg);
}
#nayami .fukidashi p {
  display: flex;
  width: 70%;
  font-size: 130%;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: #2c353a;
}
#nayami .fukidashi.f01 {
  background-image: url("../img/top_fukidashi01.webp");
}
#nayami .fukidashi.f02 {
  background-image: url("../img/top_fukidashi02.webp");
  margin-left: 25%;
  justify-content: flex-end;
  background-position: left center;
}
#nayami .fukidashi.f02:after {
  left: inherit;
  right: 10%;
  transform: scaleX(-1) rotate(20deg);
}
#nayami .fukidashi.f03 {
  background-image: url("../img/top_fukidashi03.webp");
}
#nayami .matome {
  padding: 3rem 0;
  line-height: 1.8;
  font-size: 180%;
}
#nayami .matome b {
  padding-top: 0.6em;
  background-position: top left -1px;
  background-repeat: repeat-x;
  background-size: 1em 0.8em;
  background-image: radial-gradient(0.2em 0.2em at center center, #be8a43, #be8a43 100%, transparent);
}

#mission {
  padding: 5rem 2rem 1rem;
}
#mission .loadmap .image {
  padding: 2rem;
  max-width: 80%;
  margin: auto;
}
#mission .loadmap .text p strong {
  color: #be8a43;
  font-size: 150%;
}
#mission .method {
  padding: 2rem 0 8rem;
}
#mission .text p {
  font-size: 140%;
  word-break: auto-phrase;
}

#works {
  background-color: white;
  padding: 3rem 2rem 1rem;
  margin: 0 2rem;
  border-radius: 1rem;
  color: #2c353a;
}
#works .insta_block {
  margin: 2rem 0;
  width: 100%;
}
#works .voice .voice_block {
  display: flex;
  gap: 1rem;
  align-items: stretch;
  justify-content: space-between;
}
#works .voice .voice_block .block {
  width: 100%;
}
#works .voice .voice_block .block p {
  text-align: center;
  color: #be8a43;
  font-size: 100%;
}
#works .voice .voice_block .block:after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
#works .voice .voice_block .block.voice01 {
  -webkit-animation: purun 0.8s linear 0s 1;
          animation: purun 0.8s linear 0s 1;
}
#works .voice .voice_block .block.voice01:after {
  background-image: url("../img/work_fukidashi01.webp");
}
#works .voice .voice_block .block.voice02 {
  -webkit-animation: purun 0.8s linear 1s 1;
          animation: purun 0.8s linear 1s 1;
}
#works .voice .voice_block .block.voice02:after {
  background-image: url("../img/work_fukidashi02.webp");
}
#works .voice .voice_block .block.voice03 {
  -webkit-animation: purun 0.8s linear 2s 1;
          animation: purun 0.8s linear 2s 1;
}
#works .voice .voice_block .block.voice03:after {
  background-image: url("../img/work_fukidashi03.webp");
}

#vision {
  padding: 5rem 2rem;
}
#vision .text p {
  font-size: 130%;
  word-break: auto-phrase;
}
#vision .text p b, #vision .text p strong {
  color: #be8a43;
}
#vision .text p strong {
  font-size: 200%;
  display: block;
}
#vision .image {
  padding: 3rem 0;
  max-width: 60%;
  margin: auto;
}

#value {
  background-color: white;
  padding: 3rem 2rem 1rem;
  margin: 0 2rem 5rem;
  border-radius: 1rem;
  color: #2c353a;
}
#value .subtitle {
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
#value .subtitle:hover:after {
  bottom: -3.5rem;
}
#value .subtitle:after {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  background-image: url("../img/arrow.svg");
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}
#value .accordion {
  overflow: hidden;
  max-height: 0px;
  transition: 0.5s;
}
#value .accordion.view {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#value .text p {
  font-size: 130%;
  word-break: auto-phrase;
  text-align: left;
}
#value .text p b, #value .text p strong {
  color: #be8a43;
}
#value .text p strong {
  font-size: 180%;
  display: inline-block;
}
#value .image {
  max-width: 60%;
  margin: auto;
}
#value .namevalue .name_text strong {
  display: inline-block;
  font-size: 160%;
  margin-bottom: 1rem;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
#value .namevalue .matome {
  font-size: 120%;
}
#value .namevalue .matome b {
  padding-top: 0.6em;
  background-position: top left -1px;
  background-repeat: repeat-x;
  background-size: 1em 0.8em;
  background-image: radial-gradient(0.2em 0.2em at center center, #be8a43, #be8a43 100%, transparent);
}

#service {
  padding: 3rem 0;
}
#service .flex {
  display: flex;
  flex-wrap: wrap;
}
#service .flex .title {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#service .flex .title h3 {
  position: relative;
  width: 80%;
  padding-top: 80%;
  -webkit-animation: purun 0.6s linear 0.3s 1;
          animation: purun 0.6s linear 0.3s 1;
}
#service .flex .title h3:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  border-radius: 999px;
}
#service .flex .title h3 strong {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #2c353a;
  width: 100%;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  font-size: 150%;
  text-align: left;
  padding-left: 17%;
}
#service .flex .text {
  width: 63%;
  text-align: left;
}
#service .flex .text .block {
  margin-bottom: 2rem;
}
#service .flex .text h4 {
  color: #be8a43;
  margin-bottom: 0.4rem;
  font-size: 140%;
}
#service .flex .text ul {
  padding-left: 2rem;
}
#service .flex .text ul li {
  font-size: 120%;
  margin-bottom: 0.4rem;
  word-break: auto-phrase;
}

#our_service {
  background-color: white;
  padding: 4rem 2rem 2rem;
  margin: 0 2rem;
  border-radius: 1rem;
  color: #2c353a;
  position: relative;
  overflow: hidden;
}
#our_service h2.title {
  position: absolute;
  top: 1rem;
  left: -100%;
  padding-left: 20%;
  font-size: 100%;
  font-weight: normal;
  top: 1rem;
  opacity: 0;
}
#our_service h2.title:before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #2c353a;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
}
#our_service.js-active h2.title {
  -webkit-animation: slide-in 1s forwards;
          animation: slide-in 1s forwards;
}
#our_service .our_block {
  text-align: left;
  width: 60%;
  margin: 2rem auto;
}
#our_service .our_block p {
  font-size: 60%;
  word-break: auto-phrase;
}
#our_service .note_link {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#footer {
  padding: 2rem 0;
  position: relative;
}
#footer:after {
  content: "";
  display: block;
  width: 20%;
  padding-top: 20%;
  background-image: url("../img/foot_back.webp");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
#footer .logo {
  max-width: 60%;
  margin: auto;
  padding: 2rem 0;
}
#footer address {
  font-style: normal;
  font-size: 90%;
  line-height: 1.5;
  padding: 1rem 0;
}
#footer .tel {
  padding: 1rem 0;
}
#footer .tel a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
#footer .tel a:before {
  content: "";
  display: block;
  width: 5%;
  padding-top: 4%;
  max-width: 20px;
  max-height: 25px;
  background-image: url("../img/phone_icon.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s;
}
#footer .tel a:hover {
  color: #be8a43;
}
#footer .tel a:hover:before {
  transform: scale(1.05);
}
#footer .mail {
  margin-bottom: 3rem;
}
#footer .mail .subtitle02 {
  background-color: #be8a43;
  min-width: 45%;
  padding: 0.5rem 1rem;
}
#footer .mail .subtitle02:before, #footer .mail .subtitle02:after {
  background-color: #be8a43;
}
#footer .mail .subtitle02 b {
  color: #2c353a;
  letter-spacing: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: bold;
}
#footer .mail .subtitle02 b:after {
  content: "";
  display: block;
  width: 9%;
  padding-top: 9%;
  max-width: 20px;
  max-height: 25px;
  background-image: url("../img/mail.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s;
}
#footer .copyright {
  font-size: 80%;
}

.subtitle {
  width: auto;
  margin: auto auto 3rem;
}
.subtitle p {
  font-size: 100%;
  font-weight: 500;
  margin: 0;
}

.subtitle02 {
  display: inline-block;
  background-color: #2c353a;
  color: white;
  padding: 0.5rem 2rem;
  text-align: center;
  width: auto;
  position: relative;
  font-size: 100%;
}
.subtitle02 b {
  font-weight: normal;
}
.subtitle02:before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.99rem;
  height: 100%;
  width: 1rem;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-color: #2c353a;
}
.subtitle02:after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.99rem;
  height: 100%;
  width: 1rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0% 100%);
  background-color: #2c353a;
}

.mail_tab {
  position: fixed;
  right: 0px;
  width: 40px;
  transition: 0.5s;
  top: 30%;
  background-color: #be8a43;
  color: #2c353a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 0;
  z-index: 5;
}
.mail_tab.tabnone {
  right: -40px;
}
.mail_tab:after {
  content: "";
  margin-top: 5px;
  width: 20px;
  padding-top: 20px;
  background-image: url("../img/mail.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.mail_tab:hover {
  transform: scale(1.1);
}
.mail_tab a {
  transform: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  writing-mode: vertical-rl;
  color: #2c353a;
  letter-spacing: 0.2rem;
  font-weight: 600;
}

#totop {
  position: fixed;
  right: 5%;
  text-align: center;
  width: 80px;
  height: 90px;
  transition: 1s;
  z-index: 5;
  bottom: -100px;
}
#totop.show {
  bottom: 2%;
}

#subpage {
  padding: 3rem 1rem;
}

.contact_form {
  max-width: 600px;
  margin: auto;
}
.contact_form .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact_form .block .form_title {
  width: 30%;
  text-align: left;
}
.contact_form .block .form_body {
  width: 68%;
}
.contact_form .block.column {
  flex-direction: column;
}
.contact_form .block.column .form_title,
.contact_form .block.column .form_body {
  text-align: center;
  width: 100%;
}
.contact_form textarea,
.contact_form input[type=text],
.contact_form input[type=tel],
.contact_form input[type=email] {
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-radius: 5px;
}
.contact_form .btn input[type=submit] {
  border-radius: 15rem;
  padding: 1rem;
  background-color: #be8a43;
  color: white;
  font-size: 150%;
  border: none;
  min-width: 100%;
  border: 1px solid #2c353a;
  transition: 0.3s;
}
.contact_form .btn input[type=submit]:hover {
  background-color: #2c353a;
  border-color: #be8a43;
}

.wpcf7 form .wpcf7-response-output.tt-show, .wpcf7 form.invalid .wpcf7-response-output {
  word-break: auto-phrase;
}

/* pc end */
/*#####################################################################
 *
 * tab base in
 *
 #####################################################################*/
@media all and (max-width: 1260px) {
  header#header {
    display: flex;
  }
  article#main {
    left: inherit;
    right: 0;
    transform: inherit;
  }
  .pc-menu {
    background: rgba(44, 53, 58, 0.9);
    width: 40%;
    height: 100%;
    border-right: 1px solid white;
    left: -85%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pc-menu.on {
    left: 0;
  }
  .pc-menu .logo {
    padding: 1rem;
  }
  .pc-menu .menu {
    padding-left: 2rem;
  }
}
/*#####################################################################
*
 * tab 767px in
 *
#####################################################################*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*#####################################################################
*
 * sp 540px in
 *
#####################################################################*/
@media all and (max-width: 800px) and (orientation: portrait) {
  .pc-menu {
    width: 80%;
  }
  .sp_nolink > a {
    pointer-events: none;
  }
  .sp {
    display: inline-block !important;
  }
  .sp.block {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sptcenter {
    text-align: center;
  }
  .sp_left {
    text-align: left !important;
  }
  body {
    overflow-x: hidden;
    font-size: 3.8vw;
  }
  img {
    max-width: 100%;
  }
  .basein {
    width: 90%;
    margin: 0 5%;
  }
  .basein.w100 {
    width: 100%;
    margin: 0;
  }
  html {
    font-size: 3.8vw;
  }
  article#main {
    width: 100%;
    left: 0;
    transform: inherit;
  }
  .hamburger-menu {
    display: flex;
    top: 5%;
  }
  .hamburger-menu .menu-btn {
    height: 4rem;
    width: 4rem;
    margin-top: 1%;
    margin-right: 2%;
    top: 0;
    right: 0;
  }
  .hamburger-menu .menu-btn:after {
    bottom: 0.5rem;
  }
  .anchor {
    margin-top: -5rem;
    padding-top: 5rem;
  }
  header#header {
    height: 5rem;
  }
  header#header .basein {
    width: 100%;
    margin: 0;
  }
  #mv h2 {
    font-size: 180%;
  }
  #mv h2:before, #mv h2:after {
    width: 3rem;
    height: 3rem;
  }
  #mv p {
    font-size: 120%;
  }
  #nayami .fukidashis {
    width: 100%;
  }
  #nayami .fukidashi {
    width: 90%;
  }
  #nayami .fukidashi.f02 {
    margin-left: 5%;
  }
  #nayami .fukidashi p {
    width: 80%;
    font-size: 80%;
  }
  #nayami .matome {
    padding: 1rem 0;
    font-size: 100%;
  }
  #mission .loadmap .image {
    max-width: 100%;
  }
  #mission .text p {
    font-size: 90%;
  }
  #mission .text p strong {
    font-size: 130%;
    display: block;
  }
  #mission .method {
    padding: 2rem 0 5rem;
  }
  #works .voice .voice_block {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  #works .voice .voice_block .block {
    width: 70%;
    padding: 0.5rem;
  }
  #works .voice .voice_block .block p {
    font-size: 100%;
  }
  #vision .text p {
    font-size: 90%;
  }
  #vision .text p strong {
    font-size: 160%;
    display: block;
  }
  #vision .image {
    padding: 1rem 0;
    max-width: 80%;
  }
  #value {
    padding: 3rem 1rem 1rem;
  }
  #value .image {
    max-width: 80%;
  }
  #value .text p {
    line-height: 1.5;
    font-size: 95%;
    word-break: break-word;
  }
  #value .namevalue .name_text strong {
    font-size: 100%;
  }
  #value .namevalue .matome {
    font-size: 100%;
  }
  #service {
    padding: 3rem 2rem;
  }
  #service .flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #service .flex .title {
    width: 70%;
  }
  #service .flex .text {
    width: 100%;
  }
  #our_service .our_block {
    width: 100%;
  }
  .mail_tab {
    top: inherit;
    bottom: 15%;
  }
}
/*****page navigation******************************************************/
.navigation.pagination {
  padding: 5% 0;
}

.navigation.post {
  position: relative;
}

.navigation.post .nav-links {
  text-align: center;
}

.navigation.post .nav-links a {
  text-decoration: none;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  width: 60px;
  height: 60px;
}
.page-numbers a, .page-numbers span {
  font-size: 130%;
  padding: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 60px;
  color: #555;
  background-color: #eee;
}
.page-numbers a:hover, .page-numbers a.current, .page-numbers span:hover, .page-numbers span.current {
  color: white;
  background-color: #222;
}
.page-numbers .prev, .page-numbers .next {
  background-color: none;
  padding: 0;
}
.page-numbers .prev img {
  transform: scaleX(-1);
}

.navigation.post .nav-links a:hover {
  color: #999;
}

.navigation.post .nav-links a[rel=prev] {
  position: absolute;
  left: 0;
}

.navigation.post .nav-links a[rel=next] {
  position: absolute;
  right: 0;
}

@media all and (max-width: 1610px) {
  .page-numbers li {
    width: 4vw;
    height: 4vw;
  }
}
@media all and (max-width: 800px) and (orientation: portrait) {
  .page-numbers li {
    width: 7vw;
    height: 7vw;
  }
  .page-numbers li a, .page-numbers li span {
    padding: 1vw;
  }
}
/***********************************************************/
.cursor {
  pointer-events: none;
}
.cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 1000;
}
.cursor__ball circle {
  fill: #f7f8fa;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.end {
  clear: both;
  font-size: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.clear {
  display: block;
  clear: both;
  height: 2px;
}

.cleared {
  display: block;
  clear: both;
}

.align_l, .t_left {
  text-align: left !important;
}

.align_r, .t_right {
  text-align: right !important;
}

.align_c, .t_center {
  text-align: center !important;
}

.bold, .bold * {
  font-weight: bold !important;
}

.nolink {
  pointer-events: none;
}
.nolink:after {
  display: none !important;
}

.mb5 {
  margin-bottom: 5% !important;
}

.mb8 {
  margin-bottom: 8% !important;
}

/* display */
.none {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inlineblock {
  display: inline-block;
}

.ime_act {
  ime-mode: active;
}

.ime_dis {
  ime-mode: disabled;
}

.ime_inact {
  ime-mode: inactive;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.tips {
  font-size: 70%;
}

.clearfix {
  display: block;
}

html > body .clearfix {
  display: block\9 ;
}

@-webkit-keyframes opacityfadein {
  100% {
    opacity: 1;
  }
}
@keyframes opacityfadein {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fuwatto {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fuwatto {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes mvbackmove {
  0% {
    background-size: 100% 100%;
  }
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes mvbackmove {
  0% {
    background-size: 100% 100%;
  }
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@-webkit-keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -200vw 0;
  }
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -200vw 0;
  }
}
@-webkit-keyframes popanime {
  from {
    bottom: -100px; /* 親要素外に配置させて見えなくしておく */
  }
  to {
    bottom: 0px; /* 下から0pxに指定 */
  }
}
@keyframes popanime {
  from {
    bottom: -100px; /* 親要素外に配置させて見えなくしておく */
  }
  to {
    bottom: 0px; /* 下から0pxに指定 */
  }
}
@-webkit-keyframes slide-in {
  /* from: アニメーションの開始状態 */
  from {
    opacity: 0;
    left: -100%;
  }
  /* to: アニメーションの終了状態 */
  to {
    opacity: 1;
    left: 0;
  }
}
@keyframes slide-in {
  /* from: アニメーションの開始状態 */
  from {
    opacity: 0;
    left: -100%;
  }
  /* to: アニメーションの終了状態 */
  to {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@-webkit-keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 0.8;
  }
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 0.8;
  }
}
/*
* ContactForm7にてメール送信後にメッセージをアニメーションさせる
*/
/* 送信後、表示指定していないものは全部消す */
.wpcf7 form.sent > *:not(.tt-show) {
  display: none;
}

/* 送信結果表示、最初は消す */
.wpcf7 form .wpcf7-response-output {
  transform: translateY(50px);
  opacity: 0;
  padding: 1rem;
  line-height: 1.4;
  border-radius: 5px;
  margin: 1rem auto;
}

/* 送信結果表示、送信後は出す */
.wpcf7 form .wpcf7-response-output.tt-show,
.wpcf7 form.invalid .wpcf7-response-output {
  display: block;
  transform: translateY(0px);
  transition: all 0.5s ease-out;
  opacity: 1;
}
/*# sourceMappingURL=default.css.map */