@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
form,
input,
button,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: 500;
}

.josefin {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
}

button {
  font-size: 1em;
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-thumb {
  background: #E51C15;
}

body::-webkit-scrollbar-track {
  background: #F1F8FF;
}

/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/

.area1200 {
  width: 97%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.img_center {
  margin-left: -400px;
}

.op0 {
  opacity: 0;
}

.visible800 {
  display: none !important;
}

/*--------------------------------------------------------
定数
--------------------------------------------------------*/

.c {
  text-align: center !important;
}

.cm {
  margin-left: auto;
  margin-right: auto;
}

.b {
  font-weight: bold;
}

.m {
  font-weight: 500;
}

.relative {
  position: relative;
}

.z1 {
  z-index: +1;
}

.z2 {
  z-index: +2;
}

.z3 {
  z-index: +3;
}

.z99 {
  z-index: +9999;
}

/*横幅*/

.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w75 {
  width: 75%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.inline_b {
  display: inline-block;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.pointer_evNone {
  pointer-events: none;
}

.pointer {
  cursor: pointer;
}

main,
article,
aside,
nav,
header,
footer,
img,
button,
picture,
picture source {
  display: block;
}

body {
  /*iphone用*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/*--------------------------------------------------------
定数 ※個別設定
--------------------------------------------------------*/
.back_white {
  background-color: #fff;
}

.back_red {
  background-color: #E51C15;
}

.back_pink {
  background-color: #F99D9D;
}

/*-------------------------------------
    err
-------------------------------------*/

.err_msg {
  font-size: 1.2em;
  color: #db4429;
  border-radius: 0.3em;
  margin: 0.5em 1em 0 0;
}

.err_msg2 {
  font-size: 1.2em;
  color: #db4429;
  font-weight: bold;
  border-radius: 0.3em;
  margin: 0.5em 1em 0 0;
}

/*--------------------------------------------------------
各種レイアウト
--------------------------------------------------------*/
.header {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  height: 120px;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 999;
  width: 100%;
}

.orfe_logo {
  position: absolute;
  top: 15%;
  left: 5vw;
}

.menu_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 25%;
  right: 5%;
  width: 559px;
  font-weight: bold;
}

.menu_area div {
  text-align: center;
  margin-left: 2%;
  margin-right: 2%;
}

.menu_area div a {
  font-size: 11px;
}

.menu_area div span {
  font-size: 16px;
}

.slider {
  height: 100%;
  margin-inline: auto;
  overflow: hidden;
  /* 画像がはみ出ないようにする */
  width: 100%;
}

.slick-img img {
  width: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
    /* 拡大率 */
  }
}

.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.border {
  border-top: solid 3px #E51C15;
}

.fv_txt1 {
  position: absolute;
  top: 35%;
  left: 0;
}

.fv_txt1_sp {
  position: absolute;
  top: 42.9%;
  left: 0;
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }

  30% {
    transform: scaleX(1) translateX(0);
  }

  100% {
    transform: scaleX(1) translateX(0);
  }

  30%,
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fv_txt1 .bg-wrap,
.fv_txt1_sp .bg-wrap {
  position: relative;
  display: inline-block;
  font-size: 6.5vw;
}

.fv_txt1.is-animated .bg-wrap::before,
.fv_txt1_sp.is-animated .bg-wrap::before {
  animation: bg 2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 62%;
  transform-origin: left center;
  margin-top: 2.6%;
}

.fv_txt1 .bg-wrap .inn,
.fv_txt1_sp .bg-wrap .inn {
  opacity: 0;
  animation: fadeIn 0.5s ease 0.5s forwards;
  color: #333;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 0.6s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }

  50% {
    transform-origin: left;
    transform: scaleX(1);
  }

  50.001% {
    transform-origin: right;
  }

  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

.fv_txt2 {
  position: absolute;
  bottom: -5.4%;
  left: 0;
  color: #fff;
  font-size: 9.3vw;
  line-height: 1.1;
}

.about {
  margin-top: 160px;
  font-size: 128px;
  color: #E51C15;
}

.about .bgLRextend::before {
  background-color: #E51C15;
}

.about_sub {
  font-size: 32px;
  color: #E51C15;
  margin-top: -40px;
}

.about_txt_area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 80px;
}

.about_txt1 {
  font-size: 40px;
}

.about_txt2 {
  font-size: 16px;
  margin-top: 40px;
}

.red_area {
  margin-top: -170px;
}

.red_area .back_red,
.red_area2 .back_red {
  padding-top: 160px;
  padding-bottom: 160px;
}

.project {
  font-size: 128px;
  color: #fff;
}

.project .bgLRextend::before {
  background-color: #fff;
}

.project_sub {
  font-size: 32px;
  color: #fff;
  margin-top: -40px;
}

.project_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}

.project_txt {
  color: #E51C15;
  background-color: #fff;
  font-size: 20px;
  padding: 5% 2%;
  text-align: center;
}

.white_area {
  margin-top: 160px;
}

.company {
  font-size: 128px;
  color: #E51C15;
}

.company .bgLRextend::before {
  background-color: #E51C15;
}

.company_sub {
  font-size: 32px;
  color: #E51C15;
  margin-top: -40px;
}

.orfe_logo2 {
  margin-top: 80px;
}

.orfe_logo2 img {
  margin-left: auto;
  margin-right: auto;
}

.company_txt1 {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.company_txt2 {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.map {
  margin-top: 80px;
}

.map iframe {
  width: 100%;
}

.red_area2 {
  margin-top: 160px;
}

.recruit {
  font-size: 128px;
  color: #fff;
}

.recruit .bgLRextend::before {
  background-color: #fff;
}

.recruit_sub {
  font-size: 32px;
  color: #fff;
  margin-top: -40px;
}

.orfe_06 {
  margin-top: 80px;
}

.orfe_06 img {
  width: 100%;
}

.h-btn.slide {
  background: inherit;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
  border: solid 2px #fff;
  padding: 2.7% 11% 2.5%;
  width: 420px;
  text-align: center;
}

.h-btn.slide::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.h-btn.slide:hover {
  color: #E51C15;
}

.h-btn.slide:hover::after {
  transform: scale(1, 1);
}

.contact {
  font-size: 128px;
  color: #E51C15;
}

.contact .bgLRextend::before {
  background-color: #E51C15;
}

.contact_sub {
  font-size: 32px;
  color: #E51C15;
  margin-top: -40px;
}

.contact_txt {
  margin-top: 80px;
  font-size: 16px;
  text-align: center;
}

.h-btn2.slide {
  background: #E51C15;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 32px;
  color: #fff;
  border: solid 2px #E51C15;
  padding: 33px 131px 30px;
  width: 420px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

a.h-btn2.slide {
  display: block;
}

.h-btn2.slide::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.h-btn2.slide:hover {
  color: #E51C15;
}

.h-btn2.slide:hover::after {
  transform: scale(1, 1);
}

.pink_area {
  margin-top: 160px;
}

.pink_area .back_pink {
  padding-top: 20px;
  padding-bottom: 30px;
}

.orfe_logo3 {
  display: inline-block;
}

.footer_txt {
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
  text-align: center;
}

.menu_area2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0 -50%);
  font-size: 16px;
  color: #fff;
  width: 450px;
}

.menu_area div,
.menu_area2 div,
.menu_area3 div {
  cursor: pointer;
}

.menu_area div a,
.menu_area2 div a,
.menu_area3 div a {
  display: block;
  text-decoration: none;
  position: relative;
}

.menu_area div a::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}

.menu_area2 div a::after,
.menu_area3 div a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}

.menu_area .current a::after,
.menu_area div a:hover::after,
.menu_area2 .current a::after,
.menu_area2 div a:hover::after,
.menu_area3 .current a::after,
.menu_area3 div a:hover::after {
  transform: scale(1, 1);
}

#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(229, 28, 21, 0.9);
  transition: all 0.3s;
  visibility: hidden;
}

#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
  display: block;
}

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 20px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 10px;
}

#g-nav li a span {
  font-size: 16px;
}

.openbtn1 {
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 100px;
  height: 50px;
}

.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  height: 3px;
  border-radius: 2px;
  background-color: #333;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 30px;
}

.openbtn1 span:nth-of-type(3) {
  top: 45px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  transform: translate(-50%) translateY(6px) rotate(-45deg);
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  transform: translate(-50%) translateY(-6px) rotate(45deg);
}

#footer {
  position: relative;
}

#page_top {
  position: fixed;
  right: 20px;
  bottom: 40px;
  cursor: pointer;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.active_button {
  opacity: 1 !important;
  visibility: visible !important;
}

.absolute_button {
  position: absolute !important;
  top: -110px !important;
  bottom: auto !important;
}

@-webkit-keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }

  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}


@keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }

  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}


@-webkit-keyframes text-revealer {

  0%,
  50% {
    transform-origin: 0 50%;
  }

  60%,
  100% {
    transform-origin: 100% 50%;
  }


  60% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}


@keyframes text-revealer {

  0%,
  50% {
    transform-origin: 0 50%;
  }

  60%,
  100% {
    transform-origin: 100% 50%;
  }


  60% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

.reveal_a,
.reveal_a::after {
  -webkit-animation-iteration-count: var(--iterations, 1);
  animation-iteration-count: var(--iterations, 1);
  -webkit-animation-duration: var(--duration, 800ms);
  animation-duration: var(--duration, 800ms);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.reveal_a {
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  -webkit-animation-name: clip-text;
  animation-name: clip-text;
  white-space: nowrap;
  cursor: default
}

.reveal_a::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  -webkit-animation-name: text-revealer;
  animation-name: text-revealer;
}


/*------------ project ---------------*/
#keyvisual.secondary {
  width: 100%;
  height: 600px;
}

#keyvisual.secondary picture {
  width: 100%;
  height: 100%;
}

#keyvisual.secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#project .read {
  margin: 80px 0;
  line-height: 2em;
}

#project .project_contents .cont {
  display: flex;
  align-items: center;
  margin: 80px 0;
}

#project .project_contents .cont .photo {
  height: 100%;
  width: min(580px, 50%);
  padding: 0 0 20px 20px;

}

#project .project_contents .cont .imgs {
  width: 100%;
  height: auto;
  aspect-ratio: 560/410;
  position: relative;
}

#project .project_contents .cont .imgs:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #F99D9D;
  position: absolute;
  top: 20px;
  left: -20px;
  z-index: 0;
}

#project .project_contents .cont .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

#project .project_contents .cont .text {
  width: 50%;
  padding: 0 0 0 40px;
}

#project .project_contents .cont p {
  line-height: 2em;
}

#project .project_contents div:nth-child(2n) .cont {
  flex-direction: row-reverse;
}

#project .project_contents div:nth-child(2n) .cont .photo {
  padding: 0 20px 20px 0;
}

#project .project_contents div:nth-child(2n) .cont .imgs:after {
  left: auto;
  right: -20px;
}

#project .project_contents div:nth-child(2n) .cont .text {
  padding: 0 40px 0 0;
}

#project .project_contents h3 {
  border-bottom: 1px solid black;
  padding-bottom: 16px;
  margin-bottom: 24px;
  font-size: clamp(18px, 3vw, 32px);
}

.media_area {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 10px;
}

.red_box {
  background-color: #e51c15;
  color: #fff;
  padding: 0.5% 2% 1%;
  margin-right: 10px;
}

.red_box p {
  width: 100%;
}

.media_area img {
  width: 120px;
}

/*------------- company -------------*/

#company .company_contents {
  margin: 80px auto;
}

#company .company_contents table {
  width: min(100%, 800px);
  margin: auto;
}

#company .company_contents table tr th,
#company .company_contents table tr td {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px;
  text-align: left;
  font-weight: normal;
}

#company .company_contents table tr th {
  width: min(100px, 10%);
}


/*------------- recruit -------------*/

#recruit .recruit_contents {
  margin: 80px auto;
}

#recruit .recruit_contents p {
  margin: 2em auto;
  text-align: center;
  line-height: 2em;
}

/*------------- contact -------------*/

#contact .contact_contents {
  margin: 80px auto;
}

#contact .contact_contents .current_posi img {
  margin: 0px auto;
}

#contact .contact_contents p {
  margin: 2em auto;
  text-align: center;
  line-height: 2em;
}

.formarea {
  margin: 80px auto;
  width: min(100%, 800px);
}

.formarea input[type="text"],
.formarea input[type="tel"],
.formarea input[type="email"],
.formarea textarea {
  border: 1px solid #666;
  width: 100%;
  padding: 10px;
}

.formarea textarea {
  font-family: 'Noto Sans JP', sans-serif;
  height: 300px;
}

.formarea dl {
  margin-bottom: 40px;
}

.formarea dl dt {
  margin-bottom: 10px;
}

.formarea.confirm dl {
  margin-bottom: 60px;
}

.formarea.confirm dl dt {
  margin-bottom: 20px;
}

.formarea.confirm dl dd {
  padding-left: 20px;
  line-height: 2em;
}

.formarea .submit_area {
  margin: 80px auto 0;
}

#contact button {
  width: 250px;
  padding: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: normal;
}

#contact button.back_btn.h-btn2.slide {
  background: #333;
  border-color: #333;
  margin-top: 20px;
}

#contact button.back_btn.h-btn2.slide:hover {
  color: #333;
}