@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;700;&display=swap");
@import url("font/fontawesome/css/all.css");
/* ------------------------------
 Base
------------------------------ */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
}

* {
  border: none;
  margin: 0;
  padding: 0;
  letter-spacing: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: normal;
  letter-spacing: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section, article, aside, dialog, figure, footer, header, hgroup, nav, li {
  display: block;
}

body {
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  line-height: 1.6;
  letter-spacing: .05em;
  text-align: center;
  color: #000000;
  background: #fff;
  font-feature-settings: "palt";
}

a {
  color: inherit;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a.hover {
  cursor: pointer;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-tap-highlight-color: transparent;
}
img.objectfit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}
img.objectfit.contain {
  object-fit: contain;
}

svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  vertical-align: middle;
}

::selection {
  background: #ddd;
}

::-moz-selection {
  background: #ddd;
}

body {
  overflow: auto !important;
}

body.no-scroll {
  overflow: hidden !important;
}

/* ---------- Animation-Setting ---------- */
.anime-fade {
  opacity: 0;
  transition: transform, opacity, 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.anime-fade.is-active {
  opacity: 1;
}

.anime-fade-up {
  transform: translateY(20px);
  opacity: 0;
  transition: transform, opacity, 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.anime-fade-up.is-active {
  transform: translateY(0);
  opacity: 1;
}

.anime-fade-down {
  transform: translateY(-20px);
  opacity: 0;
  transition: transform, opacity, 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.anime-fade-down.is-active {
  transform: translateY(0);
  opacity: 1;
}

.anime-fade-toright {
  transform: translateX(-20px);
  opacity: 0;
  transition: transform, opacity, 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.anime-fade-toright.is-active {
  transform: translateX(0);
  opacity: 1;
}

.anime-fade-toleft {
  transform: translateX(20px);
  opacity: 0;
  transition: transform, opacity, 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.anime-fade-toleft.is-active {
  transform: translateX(0);
  opacity: 1;
}

/* ------------------------------
 Base END
------------------------------ */
main {
  display: block;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  text-align: left;
  clear: both;
}
.wrapper.wide {
  max-width: 1480px;
  padding-left: 50px;
  padding-right: 50px;
}

.spnone {
  display: block;
}

.pcnone,
.pctabnone {
  display: none;
}

#container {
  position: relative;
}

#contents {
  overflow: hidden;
}

/* ------------------------------
 Header
------------------------------ */
#header {
  position: fixed;
  z-index: 555;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 3vw 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#header #headerlogo {
  width: 260px;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#header #headerlogo a {
  display: block;
}
#header #headerlogo a svg {
  filter: drop-shadow(2px 0 10px rgba(0, 0, 0, 0.4));
}
.thanks #header #headerlogo a svg * {
  fill: #fff;
}
.is-scroll #header {
  padding: 10px 3vw;
}
.is-scroll #header #headerlogo {
  width: 220px;
}
.is-scroll #header #headernavi #fix_btn {
  width: 100px;
  height: 100px;
}
.home.is-scroll #header {
  background: rgba(255, 255, 255, 0.3);
}
.home.no-scroll #header {
  background: rgba(255, 255, 255, 0);
}
#header #headernavi {
  display: flex;
}
#header #headernavi .globalnavi {
  margin-right: 10px;
  display: flex;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#header #headernavi .globalnavi li {
  position: relative;
  padding: 0 15px;
}
#header #headernavi .globalnavi li::after {
  content: "";
  width: 2px;
  height: 80%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
}
#header #headernavi .globalnavi li:last-of-type::after {
  width: 0;
  height: 0;
}
#header #headernavi .globalnavi li a {
  color: #fff;
  filter: drop-shadow(2px 0 10px rgba(0, 0, 0, 0.4));
  /*text-shadow: rgba($black, .25) 2px 0 10px;
  text-shadow: 
  	rgba($black, .2) 1px 1px 10px, rgba($black, .2) -1px 1px 10px,
  	rgba($black, .2) 1px -1px 10px, rgba($black, .2) -1px -1px 10px;*/
  font-size: 16px;
  font-weight: bold;
}
#header #headernavi #navibutton {
  display: none;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#header #headernavi #fix_btn {
  width: 110px;
  height: 110px;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
body.no-scroll #header #headernavi #fix_btn {
  opacity: 0;
}
#header #headernavi #fix_btn a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000000;
  border-radius: 50%;
  color: #fff;
}
#header #headernavi #fix_btn a i {
  display: block;
  font-size: 30px;
}
#header #headernavi #fix_btn a span {
  letter-spacing: 0;
  line-height: 1;
  display: block;
  text-align: center;
  font-size: clamp(10px, 1.8vw, 15px);
}
.thanks #header #headernavi {
  display: none;
}

/* ------------------------------
 Globalnavi
------------------------------ */
#navibutton {
  display: none;
}
.thanks #navibutton {
  display: none;
}

.fat-nav {
  display: none;
}
.thanks .fat-nav {
  display: none;
}

/* ------------------------------
 Footer
------------------------------ */
#footer {
  width: 100%;
  padding: 150px 3vw 100px;
  background-color: #373737;
  box-sizing: border-box;
  overflow: hidden;
}
#footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .footer_data {
  color: #fff;
}
#footer .footer_data .footer_logo {
  width: 260px;
}
#footer .footer_data .footer_logo a {
  display: block;
}
#footer .footer_data dl {
  padding-left: 75px;
}
#footer .footer_data dl .address a {
  color: #E60012;
  margin-left: 10px;
}
#footer .footer_data dl .tel {
  font-size: clamp(24px, 3.6vw, 32px);
}
#footer .footer_text {
  color: #fff;
  position: relative;
}
#footer .footer_text .footer_catch {
  line-height: 1.45;
  text-align: right;
  font-size: clamp(22px, 3.8vw, 45px);
  font-weight: 700;
}
#footer .footer_text .footer_mark {
  width: 340px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#footer .footer_text .footer_mark svg * {
  fill: #fff;
  opacity: .2;
}
#footer .footer_text .copy {
  text-align: right;
  font-size: 12px;
}

/* ------------------------------
 Contents
------------------------------ */
.sec_title_area {
  position: absolute;
  top: 0;
}
.sec_title_area h2 {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: sideways;
}
.sec_title_area h2 .jp {
  color: #fff;
  display: block;
  line-height: 1.1;
  color: #fff;
  font-size: clamp(12px, 2.2vw, 21px);
  font-weight: 700;
}
.sec_title_area h2 .en {
  color: #E60012;
  display: block;
  line-height: 1.1;
  font-size: clamp(32px, 9vw, 100px);
  font-weight: 700;
}

/* ------------------------------
 TopSlider
------------------------------ */
#toparea {
  height: calc(100vh + 440px);
  position: relative;
}
#toparea .wrapper {
  height: 100vh;
  position: relative;
  z-index: 2;
}
#toparea .mv_text {
  color: #fff;
  text-align: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#toparea .mv_text .main_catch {
  line-height: 1.45;
  margin-bottom: 30px;
  animation: textanime_main .8s ease-in-out 1.2s 1;
  animation-fill-mode: both;
  opacity: 0;
  font-size: clamp(36px, 6.5vw, 80px);
  font-weight: 900;
}
#toparea .mv_text .sub_catch {
  line-height: 1.45;
  animation: textanime_sub .8s ease-in-out 2s 1;
  animation-fill-mode: both;
  opacity: 0;
  font-size: clamp(17px, 4.5vw, 45px);
  font-weight: 700;
}
#toparea .mv_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#toparea .mv_img img {
  animation: zoomout 1.2s ease-in-out 0s 1;
  animation-fill-mode: both;
}

@keyframes zoomout {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes textanime_main {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes textanime_sub {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ------------------------------
 Concept
------------------------------ */
#concept {
  background: url("/realestate/img/mountain.png") no-repeat center top;
  background-size: cover;
  padding: 440px 0 0;
  margin-top: -440px;
  position: relative;
  z-index: 2;
}
#concept .wrapper {
  position: relative;
}
#concept .main_catch {
  color: #fff;
  line-height: 1.45;
  margin-bottom: 80px;
  font-size: clamp(17px, 4.5vw, 45px);
  font-weight: 700;
}
#concept .catch_text_area {
  position: relative;
}
#concept .catch_text_area .catch_text {
  color: #fff;
  text-align: right;
  line-height: 1.35;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: clamp(28px, 7.8vw, 80px);
  font-weight: 900;
}
#concept .catch_text_area .catch_mark {
  width: 530px;
  margin-left: auto;
  transition-delay: 1s;
}
#concept .catch_text_area .catch_mark svg * {
  fill: #E60012;
  mix-blend-mode: screen;
}

/* ------------------------------
 Planning
------------------------------ */
#planning {
  position: relative;
  z-index: 2;
  background: #373737;
  padding: 150px 0 200px;
  margin-top: -50px;
}
#planning .wrapper {
  position: relative;
}
#planning .sec_title_area {
  left: 0;
}
#planning .cnt_inner {
  width: 70%;
  margin-left: auto;
  color: #fff;
}
#planning .cnt_inner dl {
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#planning .cnt_inner dl:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#planning .cnt_inner dl dt {
  padding-left: 70px;
  position: relative;
  margin-bottom: 40px;
  font-size: clamp(17px, 3.9vw, 40px);
  font-weight: 700;
}
#planning .cnt_inner dl dt::before {
  content: "";
  width: 47px;
  height: 9px;
  border-radius: 10px;
  background: #E60012;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#planning .cnt_inner dl dd {
  text-align: justify;
  font-size: clamp(14px, 2.2vw, 18px);
  font-weight: 500;
}

/* ------------------------------
 Sales
------------------------------ */
#sales {
  background: #373737;
  overflow: hidden;
}
#sales .text_area {
  background: url("/realestate/img/climbing.jpg") no-repeat center center;
  background-size: cover;
  padding: 200px 0 180px;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}
#sales .text_area .main_catch {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 30px;
  font-size: clamp(30px, 7.8vw, 80px);
  font-weight: 900;
}
#sales .text_area .main_catch span {
  color: #E60012;
  position: relative;
}
#sales .text_area .main_catch span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #E60012;
  position: absolute;
  left: 0;
  bottom: 7px;
}
#sales .text_area h2 {
  color: #fff;
  font-size: clamp(17px, 3.9vw, 40px);
  font-weight: 700;
}
#sales figure {
  width: 84%;
  margin: -80px 1vw 0 auto;
  position: relative;
  z-index: 3;
}

/* ------------------------------
 Merit
------------------------------ */
#merit {
  background: #373737;
}
#merit h2 {
  text-align: right;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 70px;
  font-size: clamp(30px, 7.8vw, 80px);
  font-weight: 900;
}
#merit h2 span {
  color: #E60012;
  position: relative;
}
#merit h2 span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #E60012;
  position: absolute;
  left: 0;
  bottom: 7px;
}
#merit .list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#merit .list li {
  width: calc(100% / 3);
  padding: 100px 40px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#merit .list li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
#merit .list li:nth-of-type(1) {
  background: url("/realestate/img/merit01.jpg") no-repeat center center;
  background-size: cover;
  transition-delay: 0.2s;
}
#merit .list li:nth-of-type(2) {
  background: url("/realestate/img/merit02.jpg") no-repeat center center;
  background-size: cover;
  transition-delay: 0.5s;
}
#merit .list li:nth-of-type(3) {
  background: url("/realestate/img/merit03.jpg") no-repeat center center;
  background-size: cover;
  transition-delay: 0.8s;
}
#merit .list li dl {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
#merit .list li dl dt {
  position: relative;
  line-height: 1.3;
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
}
#merit .list li dl dt::before {
  content: "";
  width: 47px;
  height: 9px;
  border-radius: 10px;
  background: #E60012;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#merit .list li dl dd {
  font-size: clamp(14px, 2.2vw, 18px);
  font-weight: 500;
}
#merit .list li figure {
  width: auto;
  height: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#merit .list li figure img {
  width: auto;
  height: 100%;
}

/* ------------------------------
 Company
------------------------------ */
#company {
  padding: 120px 0;
  background: #e2e2e2;
}
#company .wrapper {
  position: relative;
}
#company .sec_title_area {
  right: 0;
}
#company .sec_title_area .jp {
  color: #000000;
}
#company .cnt_inner {
  width: 70%;
  margin-right: auto;
}
#company .cnt_inner table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #000000;
}
#company .cnt_inner table tr {
  border-bottom: 1px solid #000000;
  font-size: clamp(15px, 2.2vw, 18px);
  font-weight: 500;
}
#company .cnt_inner table tr th {
  width: 26%;
  text-align: right;
  padding: 20px 30px 20px 0;
  box-sizing: border-box;
  position: relative;
}
#company .cnt_inner table tr th::before {
  content: "";
  width: 1px;
  height: 60%;
  background: #000000;
  position: absolute;
  right: 0;
  top: 20%;
}
#company .cnt_inner table tr td {
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
}

.recruit_banner {
  width: 787px;
  margin: 130px auto 0;
}
.recruit_banner a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 260px;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  z-index: 2;
}
.recruit_banner a:hover .bg {
  opacity: .8;
}
.recruit_banner a .text_inner .logoarea {
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit_banner a .text_inner .logoarea span {
  display: block;
}
.recruit_banner a .text_inner .logoarea span.mark {
  width: 196px;
}
.recruit_banner a .text_inner .logoarea span.en {
  margin-left: 15px;
  font-size: 28px;
  color: #6A6A6A;
}
.recruit_banner a .text_inner .view {
  display: inline-block;
  background-color: #FFF;
  line-height: 34px;
  padding: 0 15px;
  font-size: 14px;
}
.recruit_banner a .text_inner .view::after {
  content: "\f35d";
  display: inline-block;
  margin-left: 7px;
  font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
  font-size: 11px;
  font-weight: bold;
  color: #6A6A6A;
}
.recruit_banner a .bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.media {
  margin-top: 130px;
}
.media + .recruit_banner {
  margin: 65px auto 0;
}
.media .media_content {
  max-width: 1000px;
  margin: 0 auto;
}
.media .media_content .media_item {
  background-color: #373737;
  padding: 60px 90px;
  display: flex;
}
.media .media_content .media_item > figure {
  flex-shrink: 0;
  width: 45%;
}
.media .media_content .media_item > figure img {
  object-fit: contain;
  object-position: center top;
}
.media .media_content .media_item > dl {
  width: 100%;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #DEDEDE;
}
.media .media_content .media_item > dl dt {
  font-size: 23px;
  margin: 5px 0 30px;
}
.media .media_content .media_item > dl dt::before {
  content: "";
  display: inline-block;
  vertical-align: 7px;
  width: 5px;
  height: 5px;
  background-color: #E60012;
  margin-right: 15px;
}
.media .media_content .media_item > dl dd {
  font-size: 14px;
  text-align: justify;
}
.media .media_content .media_item > dl dd p.name {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.media .media_content .media_item > dl dd .link {
  margin-top: 30px;
  text-align: right;
}
.media .media_content .media_item > dl dd .link a {
  display: inline-block;
  color: #DEDEDE;
  font-size: 14px;
  padding-bottom: 5px;
  position: relative;
}
.media .media_content .media_item > dl dd .link a::after {
  content: "\f35d";
  display: inline-block;
  margin-left: 10px;
  font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
  font-size: 12px;
  font-weight: bold;
  color: #707070;
}
.media .media_content .media_item > dl dd .link a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #707070;
}

/* ------------------------------
 Mail-Form
------------------------------ */
#formarea {
  padding: 80px 0 100px;
  background: #f3f3f3;
}
#formarea h2 {
  margin-bottom: 80px;
  padding-left: 70px;
  position: relative;
  line-height: 1.1;
  font-size: clamp(20px, 3.9vw, 40px);
  font-weight: 700;
}
#formarea h2::before {
  content: "";
  width: 47px;
  height: 9px;
  border-radius: 10px;
  background: #E60012;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

form#mailformpro {
  padding: 0;
  text-align: left;
}
form#mailformpro dl dt {
  float: none;
  width: auto;
  clear: both;
  font-size: inherit;
  padding: 0;
  text-align: left;
  border: none;
  margin: 0px;
}
form#mailformpro dl dd {
  border: none;
  margin: 0px;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
}

.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_file {
  box-shadow: none;
  border: 1px solid #000000;
  background-color: #fff;
  border-radius: 0;
  padding: 5px;
  box-sizing: border-box;
  margin: 2px 0;
}

table.inputform {
  width: 100%;
  margin: 0 auto 30px;
  clear: both;
  border-collapse: collapse;
}
table.inputform tr {
  border-bottom: 1px solid none;
}
table.inputform th {
  width: 25%;
  box-sizing: border-box;
  text-align: right;
  vertical-align: middle;
  padding: 20px 0 20px 10px;
}
table.inputform td {
  padding: 20px 20px 20px 60px;
  box-sizing: border-box;
}
table.inputform textarea {
  height: 150px !important;
  width: 100% !important;
}
table.inputform input[type="text"],
table.inputform input[type="tel"],
table.inputform input[type="email"],
table.inputform textarea {
  width: 100%;
  border: 1px solid #000000;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 2px;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: none;
}
table.inputform input[type="text"]:focus, table.inputform input[type="text"]:focus-visible,
table.inputform input[type="tel"]:focus,
table.inputform input[type="tel"]:focus-visible,
table.inputform input[type="email"]:focus,
table.inputform input[type="email"]:focus-visible,
table.inputform textarea:focus,
table.inputform textarea:focus-visible {
  background-color: #fff;
  border-color: #E60012;
  outline: none;
}
table.inputform input[type=radio],
table.inputform input[type=checkbox] {
  vertical-align: middle;
}
table.inputform select {
  border: 1px solid #000000;
  background-color: #fff;
  border-radius: 2px;
  padding: 8px;
  vertical-align: middle;
  box-shadow: none;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  letter-spacing: 1px;
}
table.inputform input.noborder {
  border: none;
}
table.inputform ul {
  overflow: hidden;
}
table.inputform ul.list_file li {
  margin: 3px 0;
}
table.inputform ul.float li {
  float: left;
  padding-right: 10px;
  margin: 3px 0;
}

#privacybox {
  border: #686868 1px solid;
  padding: 20px;
  margin-bottom: 10px;
  text-align: justify;
}
#privacybox .privacy-title {
  font-weight: bold;
  border-bottom: #686868 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#privacybox .privacy-body {
  height: 200px;
  overflow: auto;
  font-size: 13px;
  line-height: 1.5;
}
#privacybox .privacy-body .title {
  font-weight: bold;
  font-size: 15px;
  margin: 15px 0 10px;
}
#privacybox .privacy-body ul li {
  margin: 5px 0;
  padding-left: 26px;
  text-indent: -26px;
}
#privacybox .privacy-body ul li span {
  display: inline-block;
  text-indent: 0;
  width: 26px;
  text-align: right;
  box-sizing: border-box;
  letter-spacing: 0;
  padding-right: 5px;
}
#privacybox .privacy-body > dl {
  margin: 10px 0;
}
#privacybox .privacy-body > dl dt {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
#privacybox .privacy-body > dl dd {
  padding-left: 15px;
  text-indent: -15px;
}
#privacybox .privacy-body > dl dd::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #d8d8d8;
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
  vertical-align: 1px;
}
#privacybox .privacy-body .madoguchi {
  border: #686868 1px solid;
  margin: 12px 0;
  padding: 0 20px 15px;
}
#privacybox .privacy-body .madoguchi dl dt {
  font-weight: bold;
  margin-top: 5px;
}
#privacybox .privacy-body .madoguchi a {
  color: #E60012;
}

.hissu {
  padding: 1px 8px;
  color: #fff;
  background-color: #000000;
  font-size: 13px;
  border-radius: 20px;
  letter-spacing: 0.2em;
  vertical-align: 1px;
  margin-left: 10px;
  display: inline-block;
}

.ninni {
  padding: 1px 8px;
  color: #fff;
  background-color: #BFBFBF;
  font-size: 13px;
  border-radius: 2px;
  letter-spacing: 0.2em;
  vertical-align: 1px;
  margin-left: 10px;
  display: inline-block;
}

.atention {
  margin-top: 10px;
  font-size: 80%;
  color: #686868;
}
.atention .tel {
  font-size: 120%;
}
.atention .tel .nam {
  font-size: 140%;
  font-weight: bold;
}

:placeholder-shown {
  color: #bbb;
}

::-webkit-input-placeholder {
  color: #bbb;
}

:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #bbb;
}

.mfp_err {
  clear: both;
}

.zipsearch {
  display: inline-block;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  padding: 4px 15px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #000000;
  border-radius: 50px;
  vertical-align: middle;
  margin-left: 10px;
}

.zipsearch:hover {
  background-color: #E60012;
}

table.inputform span.br {
  padding-left: 15px;
}

table.inputform br.spbr {
  display: none;
}

/* ---------- label override ---------- */
form#mailformpro label {
  white-space: normal;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: block;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  cursor: pointer;
}
form#mailformpro label input[type="radio"],
form#mailformpro label input[type="checkbox"] {
  display: none;
}

form#mailformpro label.mfp_checked {
  padding: 6px 12px 6px 30px;
  background-color: rgba(230, 0, 18, 0.1);
  border: #E60012 1px solid;
  box-shadow: none;
  border-radius: 2px;
}
form#mailformpro label.mfp_checked::before {
  content: "\f00c";
  width: 24px;
  height: 24px;
  line-height: 1;
  font-size: 24px;
  font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
  font-weight: 900;
  text-shadow: 2px 2px 1px #fff;
  color: #E60012;
  border: none;
  background-color: transparent;
  top: 50%;
  left: 7px;
  margin-top: -13px;
}

form#mailformpro label,
form#mailformpro label.mfp_not_checked {
  padding: 6px 12px 6px 30px;
  border: #000000 1px solid;
  background-color: #fff;
  border-radius: 2px;
}
form#mailformpro label::before,
form#mailformpro label.mfp_not_checked::before {
  content: "";
  width: 16px;
  height: 16px;
  border: #000000 1px solid;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  margin-top: -9px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 10px;
}

form#mailformpro ul.radio label::before {
  border-radius: 50%;
}

/* ---------- button override ---------- */
.mfp_element_all {
  max-width: none;
}

#mfp_buttons p {
  text-align: center;
  width: auto;
  margin: 0 auto;
  box-shadow: none;
}

#mfp_buttons button#btn_confirm {
  border: none;
  border-radius: 50px;
  background: #000000;
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 500;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  padding: 0;
  overflow: hidden;
  text-shadow: none;
  transform: translateY(-5px);
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.1);
}

#mfp_buttons button#btn_confirm:hover {
  background-color: #E60012;
  text-shadow: 0 0 8px #fff;
  transform: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}

/* ---------- confirm.css override ---------- */
div#mfp_phase_confirm {
  margin: 0 0;
}

div#mfp_phase_confirm h4 {
  font-size: clamp(18px, 2.9vw, 28px);
  color: #E60012;
  font-weight: 700;
  padding: 0;
  text-align: center;
  margin: 0 0 30px;
}

table#mfp_confirm_table {
  border-bottom: none 1px solid;
  width: 80%;
  margin: 0 auto;
}

table#mfp_confirm_table tr th {
  width: 30%;
  white-space: nowrap;
  padding: 20px 10px 20px 30px;
  box-sizing: border-box;
}

table#mfp_confirm_table tr td {
  padding: 20px 30px;
  box-sizing: border-box;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  text-align: left;
  border-top: none 1px solid;
  font-size: 15px;
}

table#mfp_confirm_table tr.mfp_colored {
  background-color: #fff;
}

.mfp_buttons {
  margin: 30px auto 20px;
  vertical-align: middle;
}

div.mfp_buttons button {
  border: none;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  border-radius: 50px;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  margin: 0 10px;
  text-align: center;
  text-shadow: none;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  vertical-align: middle;
  padding: 0;
}

div.mfp_buttons button:hover {
  border: none;
  box-shadow: none;
}

div.mfp_buttons button#mfp_button_send {
  width: 300px;
  height: 66px;
  line-height: 66px;
  background: #E60012;
}

div.mfp_buttons button#mfp_button_send:hover {
  background-color: rgba(230, 0, 18, 0.8);
}

div.mfp_buttons button#mfp_button_cancel {
  width: 160px;
  font-size: 16px;
  letter-spacing: 0;
  background: #AAA;
  padding: 10px 0;
}

div.mfp_buttons button#mfp_button_cancel:hover {
  background-color: #ccc;
}

/* ---------- Guide override ---------- */
div.mfp_guide div {
  border-radius: 3px;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 500;
  background: #E60012;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}

/* ------------------------------
 Thanks
------------------------------ */
.thanks .thanks_main {
  text-align: center;
  background-color: #E60012;
  color: #fff;
  padding: 200px 40px 120px;
}
.thanks .thanks_main .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 60px;
}
.thanks .thanks_main .thankstext p {
  margin-top: 1em;
}

/* ------------------------------
 Tel
------------------------------ */
.tel_area {
  padding: 70px 0;
  text-align: center;
}
.tel_area dl {
  line-height: 1.3;
}
.tel_area dl dt {
  font-size: clamp(18px, 2.8vw, 24px);
}
.tel_area dl .tel {
  font-size: clamp(40px, 6.5vw, 50px);
  font-weight: 700;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
  .wrapper.wide {
    padding-left: 50px;
    padding-right: 50px;
  }

  /* ------------------------------
   Header
  ------------------------------ */
  #header {
    padding: 20px 3vw 0;
    z-index: 9999;
  }
  #header #headerlogo {
    width: 220px;
  }
  .is-scroll #header #headerlogo {
    width: 180px;
  }
  .is-scroll #header #headernavi #fix_btn {
    width: 90px;
    height: 90px;
  }
  #header #headernavi .globalnavi {
    display: none;
  }
  #header #headernavi #navibutton {
    display: block;
  }
  #header #headernavi #fix_btn {
    padding-right: 100px;
    width: 100px;
    height: 100px;
  }

  /* ------------------------------
   Globalnavi
  ------------------------------ */
  #navibutton {
    display: block;
    width: 100px;
    height: 100px;
    position: fixed;
    z-index: 9999;
    right: 3vw;
    top: 20px;
  }
  .is-scroll #navibutton {
    top: 5px;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: none;
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
    overflow: hidden;
  }
  .hamburger.active {
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }

  .hamburger__icon {
    position: relative;
    transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    -webkit-transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 2px;
    width: 64px;
    background-color: #000000;
  }
  .hamburger.active .hamburger__icon {
    background-color: transparent;
  }
  .hamburger.active .hamburger__icon::before, .hamburger.active .hamburger__icon::after {
    opacity: 1;
    visibility: visible;
    background-color: #fff;
  }
  .hamburger.active .hamburger__icon::before {
    top: -7px;
    transform: translateY(7px) rotate(40deg);
  }
  .hamburger.active .hamburger__icon::after {
    bottom: -7px;
    transform: translateY(-7px) rotate(-40deg);
  }
  .hamburger__icon::before, .hamburger__icon::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #000000;
    height: 2px;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .hamburger__icon::before {
    top: -12px;
  }
  .hamburger__icon::after {
    bottom: -12px;
  }

  .fat-nav {
    top: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    text-align: left;
    box-sizing: border-box;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .fat-nav, .hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    transition-duration: 0.4s;
  }

  .fat-nav.active::before {
    opacity: 1;
  }
  .fat-nav.active .fat-nav__inner {
    width: 500px;
  }

  .fat-nav__inner {
    display: block;
    background-color: #E60012;
    margin-left: auto;
    width: 0;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    -webkit-transition: all 0.4s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 999;
    position: relative;
    overflow-y: auto;
  }
  .fat-nav__inner .fat-nav__menu {
    height: 100%;
    min-height: 100%;
    padding: 150px 55px;
    box-sizing: border-box;
  }
  .fat-nav__inner .fat-nav__menu .fat-nav__menu_inner {
    width: 100%;
    height: 100%;
    padding-top: 110px;
    transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition-delay: .6s;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .fat-nav.active .fat-nav__inner .fat-nav__menu .fat-nav__menu_inner {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .fat-nav__inner .fat-nav__menu .fat-nav__menu_inner .menulist {
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .fat-nav__inner .fat-nav__menu .fat-nav__menu_inner .menulist > li {
    margin-bottom: 30px;
  }
  .fat-nav__inner .fat-nav__menu .fat-nav__menu_inner .menulist > li:last-of-type {
    margin-bottom: 0;
  }
  .fat-nav__inner .fat-nav__menu .fat-nav__menu_inner .menulist > li.blank a .jp::after {
    content: "\f35d";
    display: inline-block;
    margin-left: 5px;
    font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
    font-size: 10px;
    font-weight: bold;
  }
  .fat-nav__inner .fat-nav__menu .fat-nav__menu_inner .menulist > li a {
    display: block;
    position: relative;
    color: #fff;
    line-height: 1.3;
  }
  .fat-nav__inner .fat-nav__menu .fat-nav__menu_inner .menulist > li a span {
    display: block;
  }
  .fat-nav__inner .fat-nav__menu .fat-nav__menu_inner .menulist > li a .en {
    line-height: 1.2;
    font-size: 45px;
    font-weight: 700;
  }
  .fat-nav__inner .fat-nav__menu .fat-nav__menu_inner .menulist > li a .jp {
    line-height: 1.2;
    font-size: 15px;
    font-weight: 700;
    opacity: .6;
  }

  .fatnav-cover {
    position: fixed;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 888;
  }
  .fatnav-cover.active {
    visibility: visible;
    opacity: 1;
  }

  /* ------------------------------
   Footer
  ------------------------------ */
  #footer {
    padding: 130px 0 100px;
  }
  #footer .footer_data .footer_logo {
    width: 220px;
  }
  #footer .footer_data dl {
    padding-left: 65px;
  }
  #footer .footer_text .footer_mark {
    width: 300px;
  }

  /* ------------------------------
   TopSlider
  ------------------------------ */
  /* ------------------------------
   Concept
  ------------------------------ */
  /* ------------------------------
   Planning
  ------------------------------ */
  #planning .sec_title_area {
    left: 50px;
  }

  /* ------------------------------
   Sales
  ------------------------------ */
  #sales figure {
    width: 90%;
  }

  /* ------------------------------
   Merit
  ------------------------------ */
  #merit .list li {
    padding: 80px 20px;
  }
  #merit .list li dl dt {
    font-size: 34px;
  }

  /* ------------------------------
   Company
  ------------------------------ */
  #company .sec_title_area {
    right: 50px;
  }

  .recruit_banner {
    margin: 100px auto 0;
  }

  .media {
    margin-top: 100px;
  }
  .media + .recruit_banner {
    margin: 50px auto 0;
  }
  .media .media_content .media_item {
    padding: 50px 60px;
  }
  .media .media_content .media_item > dl {
    padding-left: 35px;
  }
  .media .media_content .media_item > dl dt {
    font-size: 21px;
  }
  .media .media_content .media_item > dl dd {
    font-size: 14px;
    text-align: justify;
  }
  .media .media_content .media_item > dl dd p.name {
    color: #707070;
    margin-bottom: 5px;
  }

  /* ------------------------------
   Mail-Form
  ------------------------------ */
  #formarea {
    padding: 70px 0 90px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  body {
    font-size: 15px;
  }

  .wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .wrapper.wide {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .pcnone {
    display: block;
  }

  /* ------------------------------
   Header
  ------------------------------ */
  #header {
    padding: 20px 3vw 0;
  }
  .is-scroll #header {
    padding: 10px 3vw;
  }

  /* ------------------------------
   Globalnavi
  ------------------------------ */
  .fat-nav__inner .fat-nav__menu .fat-nav__menu_inner {
    padding-top: 0;
  }
  .fat-nav__inner .fat-nav__menu .fat-nav__menu_inner .menulist {
    padding-bottom: 0;
  }

  /* ------------------------------
   Footer
  ------------------------------ */
  #footer {
    padding: 100px 0;
  }
  #footer .footer_data {
    width: 50%;
  }
  #footer .footer_data .footer_logo {
    width: 200px;
  }
  #footer .footer_data dl {
    padding-left: 52px;
  }
  #footer .footer_text {
    flex: 1;
  }
  #footer .footer_text .footer_mark {
    width: 240px;
  }

  /* ------------------------------
   TopSlider
  ------------------------------ */
  #toparea {
    height: calc(100svh + 220px);
  }
  #toparea .wrapper {
    height: 100svh;
  }

  /* ------------------------------
   Concept
  ------------------------------ */
  #concept {
    padding: 250px 0 0;
    margin-top: -220px;
  }
  #concept .main_catch {
    margin-bottom: 40px;
  }
  #concept .catch_text_area .catch_mark {
    width: 450px;
  }

  /* ------------------------------
   Planning
  ------------------------------ */
  #planning {
    padding: 100px 0;
  }
  #planning .sec_title_area {
    left: 6vw;
  }
  #planning .cnt_inner {
    width: 78%;
  }
  #planning .cnt_inner dl {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  /* ------------------------------
   Sales
  ------------------------------ */
  #sales .text_area {
    padding: 150px 0;
  }
  #sales figure {
    width: 94%;
  }

  /* ------------------------------
   Merit
  ------------------------------ */
  #merit h2 {
    margin-bottom: 40px;
  }
  #merit .list {
    display: block;
  }
  #merit .list li {
    width: 100%;
    padding: 40px;
  }
  #merit .list li:nth-of-type(1) {
    transition-delay: 0s;
  }
  #merit .list li:nth-of-type(2) {
    transition-delay: 0s;
  }
  #merit .list li:nth-of-type(3) {
    transition-delay: 0s;
  }
  #merit .list li dl dt {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 30px;
  }
  #merit .list li figure {
    height: 80px;
  }

  /* ------------------------------
   Company
  ------------------------------ */
  #company {
    padding: 80px 0;
  }
  #company .sec_title_area {
    right: 6vw;
  }
  #company .cnt_inner {
    width: 78%;
  }
  #company .cnt_inner table tr th {
    width: 30%;
    padding: 20px 20px 20px 0;
  }
  #company .cnt_inner table tr td {
    padding: 20px;
  }

  .recruit_banner {
    margin: 80px auto 0;
    padding: 0 6vw;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .recruit_banner a {
    height: 240px;
  }
  .recruit_banner a .text_inner .text {
    font-size: 14px;
  }
  .recruit_banner a .text_inner .logoarea span.mark {
    width: 180px;
  }
  .recruit_banner a .text_inner .logoarea span.en {
    font-size: 26px;
  }
  .recruit_banner a .text_inner .view {
    line-height: 30px;
    font-size: 13px;
  }

  .media {
    margin-top: 80px;
  }
  .media + .recruit_banner {
    margin: 40px auto 0;
  }
  .media .media_content .media_item {
    padding: 30px 40px;
  }
  .media .media_content .media_item > figure {
    width: 38%;
  }
  .media .media_content .media_item > dl {
    padding-left: 30px;
  }
  .media .media_content .media_item > dl dt {
    font-size: 18px;
    margin: 5px 0 20px;
  }
  .media .media_content .media_item > dl dt::before {
    vertical-align: 6px;
    width: 4px;
    height: 4px;
  }
  .media .media_content .media_item > dl dd {
    font-size: 13px;
  }
  .media .media_content .media_item > dl dd .link {
    margin-top: 20px;
  }
  .media .media_content .media_item > dl dd .link a {
    font-size: 13px;
  }
  .media .media_content .media_item > dl dd .link a::after {
    font-size: 11px;
  }

  /* ------------------------------
   Mail-Form
  ------------------------------ */
  #formarea h2 {
    margin-bottom: 40px;
  }

  table.inputform th {
    width: 28%;
    text-align: left;
    padding: 15px 0 15px 0;
    font-size: 14px;
  }
  table.inputform td {
    padding: 15px 0 15px 15px;
    font-size: 15px;
  }
  table.inputform span.br {
    padding-left: 0;
    display: block;
  }

  .hissu {
    font-size: 11px;
  }

  .ninni {
    font-size: 11px;
  }

  /* ---------- confirm.css override ---------- */
  table#mfp_confirm_table {
    width: 100%;
  }

  /* ------------------------------
   Thanks
  ------------------------------ */
  .thanks .thanks_main {
    padding: 150px 40px 80px;
  }
  .thanks .thanks_main .title {
    font-size: 24px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  body {
    line-height: 1.6;
    font-size: 14px;
  }

  .wrapper {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .wrapper.wide {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .spnone {
    display: none;
  }

  .pctabnone {
    display: block;
  }

  /* ------------------------------
   Header
  ------------------------------ */
  #header {
    padding: 10px 2vw 0;
  }
  #header #headerlogo {
    width: 140px;
  }
  .is-scroll #header {
    padding: 5px 2vw;
  }
  .is-scroll #header #headerlogo {
    width: 110px;
  }
  .is-scroll #header #headernavi #fix_btn {
    width: 56px;
    height: 56px;
  }
  #header #headernavi #fix_btn {
    width: 56px;
    height: 56px;
    padding-right: 50px;
  }
  #header #headernavi #fix_btn a i {
    font-size: 20px;
  }

  /* ------------------------------
   Globalnavi
  ------------------------------ */
  #navibutton {
    width: 60px;
    height: 60px;
    right: 0;
    top: 10px;
  }
  .is-scroll #navibutton {
    top: 5px;
  }

  .hamburger {
    width: 60px;
    height: 60px;
  }

  .hamburger__icon {
    width: 36px;
  }
  .hamburger.active .hamburger__icon::before {
    top: -7px;
    transform: translateY(7px) rotate(40deg);
  }
  .hamburger.active .hamburger__icon::after {
    bottom: -7px;
    transform: translateY(-7px) rotate(-40deg);
  }
  .hamburger__icon::before {
    top: -8px;
  }
  .hamburger__icon::after {
    bottom: -8px;
  }

  .fat-nav.active .fat-nav__inner {
    width: 100%;
  }

  .fat-nav__inner .fat-nav__menu {
    width: 100%;
    padding: 100px 30px;
  }
  .fat-nav__inner .fat-nav__menu .fat-nav__menu_inner .menulist > li {
    margin-bottom: 20px;
  }
  .fat-nav__inner .fat-nav__menu .fat-nav__menu_inner .menulist > li a .en {
    font-size: 35px;
  }
  .fat-nav__inner .fat-nav__menu .fat-nav__menu_inner .menulist > li a .jp {
    font-size: 13px;
  }

  /* ------------------------------
   Footer
  ------------------------------ */
  #footer {
    padding: 50px 0;
  }
  #footer .wrapper {
    display: block;
  }
  #footer .footer_data {
    width: 100%;
    margin-bottom: 40px;
  }
  #footer .footer_data .footer_logo {
    width: 150px;
  }
  #footer .footer_data dl {
    padding-left: 0;
  }
  #footer .footer_text .footer_mark {
    width: 220px;
  }

  /* ------------------------------
   Contents
  ------------------------------ */
  .sec_title_area h2 .en {
    font-weight: 900;
  }

  /* ------------------------------
   TopSlider
  ------------------------------ */
  #toparea {
    height: calc(100svh + 100px);
  }
  #toparea .mv_text .main_catch {
    margin-bottom: 20px;
  }
  #toparea .mv_text .main_catch .pctabnone {
    display: inline;
  }

  /* ------------------------------
   Concept
  ------------------------------ */
  #concept {
    padding: 140px 0 0;
    margin-top: -100px;
  }
  #concept .main_catch {
    margin-bottom: 10px;
  }
  #concept .catch_text_area .catch_mark {
    width: 200px;
  }

  /* ------------------------------
   Planning
  ------------------------------ */
  #planning {
    padding: 60px 0;
    margin-top: -20px;
  }
  #planning .sec_title_area {
    left: 5vw;
  }
  #planning .cnt_inner dl {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  #planning .cnt_inner dl dt {
    padding-left: 40px;
    margin-bottom: 20px;
  }
  #planning .cnt_inner dl dt::before {
    width: 28px;
    height: 5px;
  }

  /* ------------------------------
   Sales
  ------------------------------ */
  #sales .text_area {
    padding: 60px 0;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
  }
  #sales .text_area .main_catch {
    margin-bottom: 20px;
  }
  #sales .text_area .main_catch span::after {
    bottom: 3px;
  }
  #sales figure {
    width: 140%;
    margin: -30px -42% 0 auto;
  }

  /* ------------------------------
   Merit
  ------------------------------ */
  #merit {
    padding-top: 30px;
  }
  #merit h2 {
    margin-bottom: 30px;
  }
  #merit h2 span::after {
    bottom: 3px;
  }
  #merit .list li {
    padding: 30px 5vw;
  }
  #merit .list li dl {
    margin-bottom: 30px;
  }
  #merit .list li dl dt {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 22px;
  }
  #merit .list li dl dt::before {
    width: 28px;
    height: 5px;
  }
  #merit .list li figure {
    height: 50px;
  }

  /* ------------------------------
   Company
  ------------------------------ */
  #company {
    padding: 60px 0;
  }
  #company .sec_title_area {
    right: 5vw;
  }
  #company .sec_title_area h2 {
    display: inline-block;
  }
  #company .cnt_inner table tr th {
    text-align: left;
    width: 100%;
    display: block;
    padding: 10px 0 5px;
    font-weight: 500;
    font-size: 13px;
  }
  #company .cnt_inner table tr th::before {
    width: 0;
    height: 0;
  }
  #company .cnt_inner table tr td {
    width: 100%;
    display: block;
    padding: 0 0 10px;
  }

  .iphone #company .sec_title_area, .ipad #company .sec_title_area {
    position: absolute;
    top: 0;
    right: 20vw;
  }

  .recruit_banner {
    margin: 60px auto 0;
    padding: 0 5vw;
  }
  .recruit_banner a {
    height: auto;
    padding: 25px 15px;
  }
  .recruit_banner a .text_inner .text {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .recruit_banner a .text_inner .logoarea span.mark {
    width: 136px;
  }
  .recruit_banner a .text_inner .logoarea span.en {
    margin-left: 10px;
    font-size: 15px;
  }
  .recruit_banner a .text_inner .view {
    line-height: 26px;
    padding: 0 10px;
    font-size: 11px;
  }
  .recruit_banner a .text_inner .view::after {
    margin-left: 5px;
    font-size: 10px;
  }

  .media {
    margin-top: 60px;
  }
  .media + .recruit_banner {
    margin: 30px auto 0;
  }
  .media .media_content .media_item {
    padding: 25px 20px;
    display: block;
  }
  .media .media_content .media_item > figure {
    width: 100%;
    margin: 0 auto 20px;
  }
  .media .media_content .media_item > dl {
    width: 100%;
    padding-left: 0;
  }
  .media .media_content .media_item > dl dt {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .media .media_content .media_item > dl dd {
    font-size: 12px;
  }
  .media .media_content .media_item > dl dd .link {
    margin-top: 15px;
  }
  .media .media_content .media_item > dl dd .link a {
    font-size: 11px;
    padding-bottom: 3px;
  }
  .media .media_content .media_item > dl dd .link a::after {
    margin-left: 6px;
    font-size: 9px;
  }

  /* ------------------------------
   Mail-Form
  ------------------------------ */
  #formarea {
    padding: 60px 0;
  }
  #formarea h2 {
    margin-bottom: 20px;
    padding-left: 40px;
  }
  #formarea h2::before {
    width: 28px;
    height: 5px;
  }

  table.inputform {
    margin: 0 auto 30px;
    display: block;
  }
  table.inputform tbody, table.inputform thead {
    display: block;
  }
  table.inputform tr {
    display: block;
    border-bottom: 1px solid #d8d8d8;
  }
  table.inputform th {
    display: block;
    width: auto;
    padding: 15px 0 5px;
    font-weight: 500;
    font-size: 13px;
  }
  table.inputform th br {
    display: none;
  }
  table.inputform td {
    display: block;
    padding: 0 0 15px;
    font-size: 14px;
  }
  table.inputform ul.float li {
    margin: 4px 0;
  }
  table.inputform br.spbr {
    display: inline;
  }

  /* ---------- label override ---------- */
  form#mailformpro label.mfp_checked {
    padding: 8px 10px 8px 36px;
  }
  form#mailformpro label.mfp_checked::before {
    left: 8px;
  }

  form#mailformpro label,
  form#mailformpro label.mfp_not_checked {
    padding: 8px 10px 8px 36px;
    font-size: 14px;
  }
  form#mailformpro label::before,
  form#mailformpro label.mfp_not_checked::before {
    left: 12px;
  }

  /* ---------- button override ---------- */
  #mfp_buttons {
    padding: 0 20px;
  }

  #mfp_buttons button#btn_confirm {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 17px;
  }

  /* ---------- confirm.css override ---------- */
  div#mfp_phase_confirm h4 {
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 20px;
  }

  table#mfp_confirm_table {
    width: 100%;
  }

  table#mfp_confirm_table tr th {
    white-space: normal;
    padding: 15px 10px;
  }

  table#mfp_confirm_table tr td {
    padding: 15px 10px;
  }

  table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td {
    font-size: 14px;
  }

  .mfp_buttons {
    margin: 10px 0 30px;
  }

  div.mfp_buttons button#mfp_button_send {
    width: 55%;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
  }

  div.mfp_buttons button#mfp_button_cancel {
    width: 30%;
    font-size: 12px;
  }

  /* ------------------------------
   Thanks
  ------------------------------ */
  .thanks .thanks_main {
    padding: 100px 5vw 50px;
  }
  .thanks .thanks_main .title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .thanks .thanks_main .thankstext {
    text-align: justify;
  }
  .thanks .thanks_main .thankstext br {
    display: none;
  }

  /* ------------------------------
   Tel
  ------------------------------ */
  .tel_area {
    padding: 40px 0;
  }
}
