@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');

/* ==================================================================================
   general style
===================================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, main, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", -apple-system, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Roboto", "Avenir Next", "Helvetica Neue", Helvetica, Verdana, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  min-height: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
.wrap, .wrap-m, .wrap-s {
  width: calc(100% - 48px);
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/*--- Link ---*/
a {
  text-decoration: none;
  color: #212121;
  transition: all 0.15s;
}
a:link {
  text-decoration: none;
  color: #212121;
}
a:visited {
  text-decoration: none;
  color: #212121;
}
a:hover {
  text-decoration: none;
  color: #212121;
  opacity: 1;
}
a:active {
  text-decoration: none;
}
.form-control {
  transition: all 0.15s ease-in-out 0s;
}
a,
.btn {
  transition: all 0.15s;
  border-radius: 0px;
}
button {
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
/*--- Typography ---*/
.serif {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
p {
  font-size: 14px;
  line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
  font: 600 16px/1.5;
  margin: 0;
  font-feature-settings: "palt";
}
h1 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 2px;
}
h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}
h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 8px;
}
h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
h5 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

/*--- Color ---*/
.orange {
  color: #DC440A;
}
.orange-bg {
  background: #DC440A;
}
.blue {
  color: #001B74;
}
.blue-bg {
  background: #001B74;
}
.black {
  color: #000;
}
.black-bg {
  background: #000;
}
.black-21 {
  color: #212121;
}
.black-21-bg {
  background: #212121;
}
.black-66 {
  color: #666;
}
.black-66-bg {
  background: #666;
}
.black-99 {
  background: #999;
}
.black-99-bg {
  color: #999;
}
.black-dd {
  background: #ddd;
}
.black-dd-bg {
  color: #ddd;
}
.black-ef {
  background: #efefef;
}
.black-ef-bg {
  background: #efefef;
}
.black-fa {
  background: #fafafa;
}
.black-fa-bg {
  background: #fafafa;
}
.white {
  background: #fff;
}
.white-bg {
  background: #fff;
}

/* -----------------------------------
   Loader
-------------------------------------- */
#lottie{
  width:50%;
  height:50%;
  display:block;
  overflow: hidden;
  transform: translate3d(0,0,0);
  text-align: center;
  opacity: 1;
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:5%;
  margin: auto;
  z-index: 999999;
}
#lottie {
  -webkit-animation: lotties 2.2s forwards;
          animation: lotties 2.2s forwards;
}
@-webkit-keyframes lotties {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes lotties {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
.loader{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fafafa;
  z-index:99999;
}
.loader {
  -webkit-animation: loaderbg 2.5s forwards;
          animation: loaderbg 2.5s forwards;
}
@-webkit-keyframes loaderbg {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes loaderbg {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
} 

/* -----------------------------------
   header
-------------------------------------- */
.header {
  width: 100%;
  height: 64px;
  display: block;
  margin: 0 auto;
  position: fixed;
  z-index: 9999;
  transition: all 0.15s ease-in-out;
  background: none;
}

.header-wrap {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-logo {
  margin-right: auto;
  height: 26px;
  display: flex;
  align-items: flex-end;
}
.header-logo a{
  height: 26px;
}
.header-logo img {
  width: auto;
  height: 26px;
  margin-left: 16px;
}
.header-logo p{
  margin-left: 8px;
  font-size: 0.7rem;
  font-family: 'Roboto';
  color: #DC440A;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 3px;
}
.header-logo p span{
  display: block;
}
/* hmb menu */
#hmb {
  position: absolute;
  top: 8px;
  right: 10px;
  transition: all 0.15s;
}

.nav-open #hmb {
  position: fixed;
  transition: all 0.15s ease-in-out;
}
.line-list {
  display: block;
  transition: all 0.15s;
  box-sizing: border-box;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 0;
  margin-left: auto;
  z-index: 9999;
}
.line-list span {
  display: block;
  transition: all 0.15s;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 1px;
  background: #DC440A;
}
.line-list span:nth-child(1) {
  margin-top: -5px;
}
.line-list span:nth-child(2) {
  margin-top: 5px;
}
.line-list.active span:nth-child(1) {
  transform: translateY(5px) rotate(-45deg);
  background: #999;
  width: 32px;
  left: 5px;
}

.line-list.active span:nth-child(2) {
  transform: translateY(-5px) rotate(45deg);
  background: #999;
  width: 32px;
  left: 5px;
}

/* メニューの中身 */
#hmb-content{
  position:fixed;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  top:0;
  left: 0;
  right: 0;
  width:100%;
  height: 100vh;
  background:#fff;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
#hmb-content .header-logo{
  top: 19px;
  height: 26px;
  display: none;
  transition: all 0.15s ease-in-out;
}
.nav-open #hmb-content .header-logo{
  z-index: 999;
  display: flex;
  position: fixed;
}
#hmb-content .header-logo p{
  color: #DC440A;
}
.nav-open #hmb-content{
  position:fixed;
  visibility: visible;
  opacity: 1;
  z-index:999;
  top:0;
  left: 0;
  right: 0;
  width:100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.header-menu-list{
  display: flex;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 40px;
}
#hmb ul {
  display: flex;
  position: relative;
  flex-direction: column;
  list-style: none;
  margin-right: auto;
  width: auto;
  padding: 0 24px;
}
#hmb ul li {
  text-align: left;
  padding: 14px 0;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 4px;
  display: flex;
  align-items: center;
  display: inline-block;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
#hmb ul a {
  font-family: 'Roboto';
  color: #212121;
  font-weight: 400;
  text-align: left;
  width: 100%;
  height: auto;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
#hmb-content .hmb-contact{
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 auto;
  width: calc(100% - 48px);
  padding: 24px 0 0;
  border-top: 1px solid #ddd;
  position: relative;
}

#hmb-content .hmb-contact p{
  font-family: 'Roboto';
  font-weight: 400;
  letter-spacing: 2px;
  color: #999;
}
#hmb-content .hmb-contact .copyrights{
  margin-top: 24px;
  font-size: 0.75rem;
  font-family: 'Roboto';
  font-weight: 400;
  letter-spacing: 0;
  color: #999;
}
.header-menu-list{
  position: relative;
  width: 100%;
  height: auto;
}
#hmb ul li{
  opacity: 0.2;
  transform: translateY(80px);
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}
.nav-open #hmb ul li{
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 1 !important;
  transform: translateY(0);
}
#hmb ul li:nth-child(2){
  transition-delay: 0.05s;
}
#hmb ul li:nth-child(3){
  transition-delay: 0.1s;
}
#hmb ul li:nth-child(4){
  transition-delay: 0.15s;
}
#hmb ul li:nth-child(5){
  transition-delay: 0.2s;
}
#hmb ul li:nth-child(6){
  transition-delay: 0.25s;
}
#hmb ul li:nth-child(7){
  transition-delay: 0.3s;
}
.hmb-contact{
  opacity: 0.2;
  transform: translateY(80px);
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}
.hmb-contact .header-entry-sp{
  display: flex;
  align-items: center;
  padding: 10px 24px;
  width: calc(250px - 48px);
  background: #DC440A;
  color: #fff;
  margin-bottom: 32px;
  border-radius: 8px;
}
.hmb-contact .header-entry-sp span:nth-child(1){
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 2.5rem;
}
.hmb-contact .header-entry-sp span img{
  height: 24px;
  width: auto;
  margin-right: 16px;
}
.hmb-contact .header-entry-sp span:nth-child(2){
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.25;
}


.nav-open #hmb .hmb-contact{
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 1 !important;
  transform: translateY(0);
}
.header-menu-img{
  width: 80px;
  height: auto;
  position: absolute;
  top: 100px;
  right: 24px;
  overflow: hidden;
}
.header-menu-img img{
  width: 100%;
}
.header-menu-img{
  opacity: 0;
  transform: translateY(80px);
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}
.nav-open .header-menu-img{
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  opacity: 0.2 !important;
  transform: translateY(0);
}




/* -----------------------------------
   common
-------------------------------------- */
.container{
  position: relative;
}
.contents{
  position: relative;
  z-index: 9;
}

.btn-base{
  display: flex;
  align-items: center;
  padding: 8px 20px 10px;
  width: calc(240px - 40px);
  background: #DC440A;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0px  3px 6px rgba(0, 0, 0, .16);
  will-change: transform;
}
.btn-base span{
  z-index: 3;
}
.btn-base span:nth-child(1){
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 2.5rem;
}
.btn-base span img{
  height: 24px;
  width: auto;
  margin-right: 12px;
}
.btn-base span:nth-child(2){
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #fff;
}
.btn-base-hvr:hover{
  opacity: 1;
}
.btn-base-hvr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #DC440A;
  width: 100%;
  height: 100%;
  transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  border-radius: 8px;
  mix-blend-mode: multiply;
}
.btn-base-hvr:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.btn-base-hvr-wh:hover{
  opacity: 1;
}
.btn-base-hvr-wh:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background: #BE1E00;
  width: 100%;
  height: 100%;
  transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  border-radius: 8px;
}
.btn-base-hvr-wh:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.btn-base-hvr-wh:after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  top:0;
  left: 0;
  margin: auto;
  width: 64px;
  height: 24px;
  line-height: 1;
  z-index: 5;
  background-image: url(../images/entry_wh.svg);
  background-repeat: no-repeat;
  background-size: 64px;
  transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  visibility: hidden;
}
.btn-base-hvr-wh:hover:after{
  transform-origin:left top;
  transform:scale(1, 1);
  visibility: visible;
}
.btn-l{
  position: absolute;
  width: 300px;
  height: 64px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.btn-l .btn-base{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px 10px;
  width: calc(300px - 40px);
  background: #fff;
  color: #DC440A;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.btn-l .btn-base span{
  color: #DC440A;
}
.btn-l.btn-l-footer{
  position: absolute;
  width: 300px;
  height: 64px;
  top: auto;
  bottom: 24px;
  right: 0;
  left: 0;
  margin: auto;
}


.btn{
  position: relative;
}
.btn-link {
  position: relative;
  display: flex;
  align-items: center;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 0.875rem;
  color: #DC440A;
}

.btn:hover .btn-link::after {
  -webkit-animation: cubic-bezier(0.165, 0.84, 0.44, 1) slide-in .4s forwards;
  animation: cubic-bezier(0.165, 0.84, 0.44, 1) slide-in .4s forwards;
}

@-webkit-keyframes btn-anim-rvs{
  0%{background:#DC440A;transform:scaleX(1);transform-origin:right}49%{background:#DC440A;transform:scaleX(0);transform-origin:right}50%{background:#DC440A;transform:scaleX(0);transform-origin:left}100%{background:#DC440A;transform:scaleX(1);transform-origin:left}
}
@keyframes btn-anim-rvs{
  0%{background:#DC440A;transform:scaleX(1);transform-origin:right}49%{background:#DC440A;transform:scaleX(0);transform-origin:right}50%{background:#DC440A;transform:scaleX(0);transform-origin:left}100%{background:#DC440A;transform:scaleX(1);transform-origin:left}
}
@-webkit-keyframes btn-anim{
  0%{background:#DC440A;transform:scaleX(1);transform-origin:right}49%{background:#DC440A;transform:scaleX(0);transform-origin:right}50%{background:#DC440A;transform:scaleX(0);transform-origin:left}100%{background:#DC440A;transform:scaleX(1);transform-origin:left}
}
@keyframes btn-anim{
  0%{background:#DC440A;transform:scaleX(1);transform-origin:right}49%{background:#DC440A;transform:scaleX(0);transform-origin:right}50%{background:#DC440A;transform:scaleX(0);transform-origin:left}100%{background:#DC440A;transform:scaleX(1);transform-origin:left}
}
@-webkit-keyframes slide-in{
  0%{opacity:0}25%{opacity:0;transform:translateX(-1.5625rem)}100%{opacity:1;transform:translateX(0)}}
@keyframes slide-in{
  0%{opacity:0}25%{opacity:0;transform:translateX(-1.5625rem)}100%{opacity:1;transform:translateX(0)}}@media screen and (max-width: 769px){.profile .profile-link_work{margin-top:2.9375rem}}
  @-webkit-keyframes fadeIn-label-anim{0%{content:attr(data-download-label)}45%{opacity:0}50%{opacity:0}55%{opacity:0}100%{content:attr(data-download-hover-label);opacity:1}
}
/* white */
.btn-white{
  color: #fff;
}
.btn-white .btn-link{
  color: #fff;
}
.btn-white .btn-link::before {
  background: #fff;
  -webkit-animation: btn-anim-rvs-w .3s ease forwards;
  animation: btn-anim-rvs-w .3s ease forwards;
}
.btn-white .btn-link::after {
  background-image: url(../images/arrow_w.svg);
}
.btn-white .btn-link:hover::before {
  -webkit-animation: btn-anim-w .3s ease forwards;
  animation: btn-anim-w .3s ease forwards;
}
@-webkit-keyframes btn-anim-rvs-w{
  0%{background:#fff;transform:scaleX(1);transform-origin:right}49%{background:#fff;transform:scaleX(0);transform-origin:right}50%{background:#fff;transform:scaleX(0);transform-origin:left}100%{background:#fff;transform:scaleX(1);transform-origin:left}
}
@keyframes btn-anim-rvs-w{
  0%{background:#fff;transform:scaleX(1);transform-origin:right}49%{background:#fff;transform:scaleX(0);transform-origin:right}50%{background:#fff;transform:scaleX(0);transform-origin:left}100%{background:#fff;transform:scaleX(1);transform-origin:left}
}
@-webkit-keyframes btn-anim-w{
  0%{background:#fff;transform:scaleX(1);transform-origin:right}49%{background:#fff;transform:scaleX(0);transform-origin:right}50%{background:#fff;transform:scaleX(0);transform-origin:left}100%{background:#fff;transform:scaleX(1);transform-origin:left}
}
@keyframes btn-anim-w{
  0%{background:#fff;transform:scaleX(1);transform-origin:right}49%{background:#fff;transform:scaleX(0);transform-origin:right}50%{background:#fff;transform:scaleX(0);transform-origin:left}100%{background:#fff;transform:scaleX(1);transform-origin:left}
}


/* title-common */
.head-l{
  font-size: 2.25rem;
  font-weight: 700;
  font-family: 'Roboto';
  color: #DC440A;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.head-m{
  margin-bottom: 16px;
  letter-spacing: 1px;
}
.head-m span{
  display: block;
}
.head-s{
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

/* -----------------------------------
   animation
-------------------------------------- */

.fade{
  opacity: 0.2;
  transform: translateY(16px);
}
.fade-on{
  transition: all 1s linear;
  opacity: 1 !important;
  transform: translateY(0);
}

.fadeup{
  opacity: 0.2;
  transform: translateY(24px);
}
.fadeup-on{
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  opacity: 1;
  transform: translateY(0);
}
/* txt fadeup */
.txtup span {
  display: block;
  transform: translate(0, 110%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.2s;
}
.txtup.txtup-on span{
  transform: translate(0, 0);
}
.txtup span:nth-child(2) {
  transition-delay: 0.05s;
}
.txtup span:nth-child(3) {
  transition-delay: 0.1s;
}
.txtup span:nth-child(4) {
  transition-delay: 0.15s;
}
.txtup span:nth-child(5) {
  transition-delay: 0.2s;
}
.txtup span:nth-child(6) {
  transition-delay: 0.25s;
}
.txtup span:nth-child(7) {
  transition-delay: 0.3s;
}
.txtup span:nth-child(8) {
  transition-delay: 0.35s;
}
.txtup span:nth-child(9) {
  transition-delay: 0.4s;
}
.txtup span:nth-child(10) {
  transition-delay: 0.45s;
}
.txtup span:nth-child(11) {
  transition-delay: 0.5s;
}
.txtup span:nth-child(12) {
  transition-delay: 0.55s;
}




/* -----------------------------------
   top sp
-------------------------------------- */
.contents{
  position: relative;
  min-height: 100%;
}

/*--- mv ---*/
.mv {
  position: relative;
  display: block;
  width: 100%;
  height: 80vh;
  background: #efefef;
}
.mv-wrap {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.mv-bg{
  position: absolute;
  width: 100%;
  height: 80vh;
  top:0;
}
.mv-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.scroll-trigger{
  position: relative;
}
.ribon{
  position: absolute;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  top: 0;
}
.ribon1{
  width: 120%;
  height: 120px;
  position: fixed;
  top: 0;
  left: -40px;
}
.ribon2{
  width: 120%;
  height: 110px;
  position: fixed;
  top: 65vh;
  left: -24px;
}
.ribon3{
  width: 120%;
  height: 110px;
  position: fixed;
  top: 65vh;
  right: 0;
  z-index: -1;
}
.ribon-page{
  top: 0;
}
.ribon-page .ribon1{
  top: 64px;
}
.ribon-page .ribon6{
  display: block;
  position: absolute;
  width: 80%;
  height: 80px;
  transform:rotate(-15deg);
  top: 38vh;
  right: -60px;
  z-index: 1;
}


/* mv-title */
.mv-title{
  position: relative;
  width: 80%;
  height: 65vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99;
  overflow: hidden;
}
#lottie-sp{
  width: 100%;
}

.mv-title h6{
  margin-top: 16px;
  font-family: 'Roboto';
  font-weight: 400;
  letter-spacing: 4px;
  font-size: 0.875rem;
  color: #DC440A;
}
.mv-title h6 span{
  font-weight: 700;
  margin-left: 4px;
}
.mv-cc p{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 0.75rem;
  color: #DC440A;
  position: absolute;
  left: 16px;
  bottom: 16px;
}
.mv-btn{
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999999;
}

/* top-msg sp */
.msg{
  position: relative;
  width: 100%;
  padding: 32px 0 48px;
}
.msg-head{
  width: 96%;
  margin: 0 auto;
  font-family: 'Roboto';
  font-weight: 200;
  font-size: 3.5rem;
  color: #ddd;
  line-height: 0.7;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
.msg-head span{
  display: block;
}
.msg-head span:nth-child(2){
  font-weight: 500;
}
.msg-content{
  position: relative;
  width: calc(100% - 64px);
  margin: 0 auto;
}
.msg-content h5{
  font-size: 0.875rem;
  line-height: 2.25;
}
.msg-content h5 span{
  display: block;
}
.memberimg-wrap{
  height: 100%;
  overflow: hidden;
}
.memberimg-wrap ul {
  display: flex;
  list-style: none;
}
.memberimg-wrap ul li{
  height: 160px;
  margin-bottom: 8px;
}
.memberimg-wrap ul li img{
  height: 100%;
}
/* vision */
.vision{
  position: relative;
  padding: 0;
  background: #DC440A;
  color: #fff;
}
.vision-wrap{
  padding: 48px 0;
}
.vision-mission{
  background: #fff;
  color: #212121;
}
.vision .head-l{
  color: #fff;
}
.vision-mission .head-l{
  color: #DC440A;
}
.vision-wrap .top-head{
  position: relative;
  z-index: 9;
}
.vision-wrap .top-head p{
  line-height: 2;
}
.vision-wrap .top-head p span{
  display: block;
}
.vision-img{
  width: 100px;
  height: auto;
  position: absolute;
  right: 0;
  top: 40px;
  opacity: 0.8;
}
.vision-img img{
  width: 100%;
  object-fit: contain;
}
.mission-img{
  width: 100px;
  height: auto;
  opacity: 0.1;
}
.vision-ph{
  position: relative;
  height: 200px;
  width: 100%;
}
.vision-ph img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  overflow: hidden;
}

/* top-whoweare */
.top-who{
  position: relative;
  padding: 48px 0 0;
}
.top-who-contents{
  position: relative;
  padding: 8px 0 0;
}
.top-who-item{
  position: relative;
  margin-bottom: 24px;
}
.top-who-item:last-child{
  margin-bottom: 0;
}
.top-who-item a{
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px  3px 6px rgba(0, 0, 0, .16);
}
.top-who-item-img{
  width: 100%;
  height: 180px;
}
.top-who-item-img img{
  width: 100%;
  height: 180px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.top-who-item:nth-child(2) .top-who-item-img{
  border-bottom: 1px solid #DC440A;
}
.top-who-item-txt{
  position: relative;
  padding: 16px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-who-item-txt-head h4{
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 1.5rem;
  color: #DC440A;
  letter-spacing: 2px;
  margin-bottom: 4px;
  line-height: 1;
}
.top-who-item-txt-head h6{
  letter-spacing: 1px;
}
.top-who-item-txt-link{
  position: relative;
  display: flex;
  align-items: center;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 0.875rem;
  color: #DC440A;
}
.top-who-item-txt-link span{
  margin-right: 24px;
}
.top-who-item-txt-link::after{
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 20px;
  height: 8px;
  line-height: 1;
  content: "";
  background-image: url(../images/arrow_orange.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  transform: translateX(0);
}
/* top-workstyle sp */
.top-ws{
  position: relative;
  padding: 48px 0 0;
}
.top-ws-contents{
  position: relative;
  padding: 8px 0 0;
}
.top-ws-item a{
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px  3px 6px rgba(0, 0, 0, .16);
}
.top-ws-item-img{
  width: 100%;
  height: 220px;
}
.top-ws-item-img img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.top-ws-item-txt-link{
  position: relative;
  display: flex;
  width: 80px;
  height: 48px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 0.875rem;
  color: #DC440A;
}
.top-ws-item-txt-link span{
  margin-right: 24px;
}
.top-ws-item-txt-link::after{
  position: absolute;
  right: 0;
  bottom: 18px;
  width: 20px;
  height: 8px;
  line-height: 1;
  content: "";
  background-image: url(../images/arrow_orange.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  transform: translateX(0);
}
.top-ws-item-txt-head{
  position: absolute;
  bottom: 64px;
  right: 16px;
  text-align: right;
}
.top-ws-item-txt-head h4{
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 1.5rem;
  color: #DC440A;
  letter-spacing: 2px;
  margin-bottom: 4px;
  line-height: 1;
}
.top-ws-logo-mark{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 16px;
  top: 16px;
}
/* top-joinus sp */
.top-joinus{
  position: relative;
  padding: 40px 0 0;
}
.top-joinus-wrap{
  position: relative;
  width: 100%;
}
.top-joinus-bg{
  width: 100%;
  height: 140px;
  position: relative;
}
.top-joinus-bg img{
  width: 100%;
  height: 140px;
  overflow: hidden;
  object-fit: cover;
}

/* top-products sp */
.top-products{
  position: relative;
  padding: 48px 0 0;
}
.top-products-contents{
  position: relative;
  padding: 8px 0 0;
}
.top-products-txt img{
  width: auto;
  height: 32px;
  margin-bottom: 12px;
}
.top-products-txt h5{
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.top-products-txt h5 span{
  display: block;
}
.top-products-img{
  position: relative;
  width: 100%;
  height: auto;
}
.top-products-img img{
  width: 294px;
  height: 184px;
  object-fit: cover;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  border-radius: 8px;
  display: block;
  margin-left: auto;
  margin-top: 24px;
  margin-bottom: 20%;
}
.top-products-img img:nth-child(2){
  position: absolute;
  margin-bottom: 0;
  top: 20%;
  right: 10%;
}

/* top-company sp */
.top-company{
  position: relative;
  padding: 48px 0 0;
}
.top-company-contents{
  position: relative;
  padding: 8px 0 40px;
}
.top-company-contents table tr{
  font-size: 0.75rem;
  display: flex;
  width: 100%;
}
.top-company-contents table th{
  width: 20%;
  text-align: left;
  padding: 16px 0;
  border-top: 1px solid #212121;
  margin-right: 4%;
}
.top-company-contents table td{
  width: 76%;
  text-align: left;
  padding: 16px 0;
  border-top: 1px solid #ddd;
}
.top-company-contents table tr:last-child th{
  border-bottom: 1px solid #212121;
}
.top-company-contents table tr:last-child td{
  border-bottom: 1px solid #ddd;
}

.top-company-slide{
  position: relative;
}
.imgslide3 .swiper-slide{
  width: 100%;
  height: 220px;
  list-style: none;
}
.imgslide3 .swiper-slide img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  overflow: hidden;
}
.top-company-slide .swiper-button-next, .top-company-slide .swiper-button-prev{
  top: 0;
  bottom:0;
  margin: auto;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}
.top-company-slide .swiper-button-next {
	background-image: url(../images/slide_next_w.svg);
  right: 24px;
}
.top-company-slide .swiper-button-prev {
	background-image: url(../images/slide_prev_w.svg);
  left: 24px;
}
.top-company-slide .swiper-button-prev:after,
.top-company-slide .swiper-button-next:after {
 display: none;
}
/* top-doc sp */
.top-doc{
  position: relative;
  padding: 48px 0 24px;
  background: #FFF2ED;
}
.top-doc-wrap .head-m{
  margin-bottom: 8px;
}
.top-doc-wrap h6{
  font-size: 0.875rem;
  letter-spacing: 1px;
}
.top-doc-contents{
  padding-bottom: 8px;
}
.top-doc-item{
  width: 100%;
  height: auto;
  position: relative;
  padding: 24px 0;
}
.top-doc-item-upper{
  position: relative;
  width: 100%;
  height: 200px;
}
.top-doc-item-lower{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.top-doc-item-lower-txt{
  width: 45%;
}
.top-doc-item-lower-txt h5{
  font-size: 1rem;
  margin-bottom: 8px;
}
.top-doc-item-lower-txt p{
  font-size: 0.75rem;
}
.top-doc-item-lower-movie{
  width: 50%;
  height: auto;
}
.top-doc-item-lower-movie iframe{
  width: 100%;
  height: 120px;
  border-radius: 8px;
}

.top-doc .swiper-button-next, .top-doc .swiper-button-prev{
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.top-doc .swiper-button-next {
	background-image: url(../images/slide_next_or.svg);
  right: -48px;
}
.top-doc .swiper-button-prev {
	background-image: url(../images/slide_prev_or.svg);
  left: -48px;
}
.top-doc .swiper-button-prev:after,
.top-doc .swiper-button-next:after {
 display: none;
}

/* top-flow sp */
.top-flow{
  position: relative;
  padding: 48px 0 0;
}
.top-flow-contents{
  position: relative;
  padding: 16px 0;
}
.top-flow-contents:last-child{
  padding-bottom: 0;
}
.top-flow-item{
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.top-flow-item img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.top-flow-item-cap{
  position: relative;
  background: #fafafa;
  border-radius: 8px;
}
.top-flow-item-cap-wrap{
  padding: 16px;
}
.top-flow-item-cap-wrap h6{
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.top-flow-item-cap-wrap p{
  font-size: 0.75rem;
  line-height: 1.75;
}
.top-flow-item-cap-wrap p span:first-child{
  display: block;
}
.top-flow-list-wrap {
  position: relative;
  margin-bottom: 32px;
}
.top-flow-list-wrap:last-child{
  margin-bottom: 0;
}
.top-flow-list-wrap h5{
  font-size: 1rem;
  padding-bottom: 8px;
  border-bottom: 2px solid #212121;
}
.top-flow-list-wrap ul li{
  position: relative;
  list-style: none;
  
  border-bottom: 1px solid #212121;
}
.top-flow-list-wrap ul li a{
  display: block;
  width: 100%;
  height: auto;
  font-weight: 700;
  padding: 16px 0;
}
.top-flow-list-wrap ul li a::after{
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 10px;
  height: 16px;
  line-height: 1;
  content: "";
  background-image: url(../images/arrow2_orange.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  transform: translateX(0);
}


/* -----------------------------------
   page
-------------------------------------- */
.page-mv{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.page-mv-wrap{
  position: relative;
  width: 100%;
  height: 50vh;
}
.page-mv-title{
  position: absolute;
  display: block;
  bottom: 24px;
  left: 24px;
  z-index: 999;
  color: #212121;
}
.page-mv-title h1{
  font-size: 3rem;
  line-height: 0.95;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.page-mv-title h1 span{
  display: block;
}
.page-mv-ph{
  width: 100%;
  height: 50vh;
}
.page-mv-ph img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.page-head h3{
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Roboto';
  color: #DC440A;
  margin-bottom: 8px;
  letter-spacing: 1px;
  line-height: 1;
}
.page-head h6{
  letter-spacing: 2px;
}



/* -----------------------------------
   who we are sp
-------------------------------------- */
.member, .infographics, .interview{
  position: relative;
  padding: 48px 0 0;
}
.interview{
  padding: 48px 0 24px;
}
.member-contents{
  position: relative;
  padding: 24px 0 0;
}
.member-contents-list{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.member-item{
  position: relative;
  width: 48%;
  height: 156px;
  margin-bottom: 4%;
	display: block;
  transition: .2s ease-in-out;
}
.member-item img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: .2s ease-in-out;
  display: block;
}
.member-item:hover img:nth-of-type(2) {
	opacity: 0;
}
.member-item-profile{
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: .2s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.member-item-profile::after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(220, 68, 0, 0.7);
  mix-blend-mode: multiply;
  z-index: 1;
}
.member-item:hover .member-item-profile{
  visibility: visible;
}
.member-item-profile-name{
  color: #fff;
  z-index: 9;
  text-align: center;
}
.member-item-profile-name p{
  font-family: 'Roboto';
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 0.75rem;
  margin-bottom: 8px;
}
.member-item-profile-name h6{
  font-family: 'Roboto';
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 0.875rem;
  line-height: 1;
}
.member-more{
  position: relative;
  font-family: 'Roboto';
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  z-index: 9;
  margin-top: 24px;
}
.member-more::after{
  position: absolute;
  right: -24px;
  bottom: 2px;
  width: 20px;
  height: 8px;
  line-height: 1;
  content: "";
  background-image: url(../images/arrow_wh.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  transform: translateX(0);
}
/* modal */
.remodal-overlay{
  background: rgba(0, 0, 0, 0.2);
}
.remodal-wrapper{
  padding: 0;
}
.remodal{
  padding: 0;
  border-radius: 0;
  color: #212121;
  background: none;
}
.remodal-close{
  left: auto;
  right: 24px;
  top: 24px;
  width: 32px;
  height: 32px;
  color: #fff;
  z-index: 9;
}
.remodal-close:before{
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  width: 32px;
  height: 32px;
  line-height: 1;
  content: "";
  background-image: url(../images/icon_close.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  transform: translateX(0);
}
.remodal-item-ph{
  position: relative;
  width: 100%;
  height: 220px;
}
.remodal-item-ph img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  overflow: hidden;
}
.remodal-item-ph .remodal-item-msg{
  width: 160px;
  height: 108px;
  position: absolute;
  bottom: 0;
  right: 16px;
  object-fit: contain;
}
.remodal-item-txt{
  display: block;
  background: rgba(220, 68, 0, 0.9);
  mix-blend-mode: multiply;
  color: #fff;
  text-align: left;
  padding: 32px 24px 24px;
}
.remodal-item-txt-meta1{
  font-family: 'Roboto';
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 0.875rem;
  margin-bottom: 8px;
  line-height: 1.5;
}
.remodal-item-txt h6{
  font-family: 'Roboto';
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 8px;
}
.remodal-item-txt-name{
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
.remodal-item-txt-name span{
  font-size: 0.75rem;
}
.remodal-item-txt-cap{
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.remodal-item-qa{
  border-left: 1px solid #fff;
  padding-left: 12px;
  font-size: 0.875rem;
  margin-bottom: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
.remodal-item-qa span:nth-child(1){
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
  font-size: 0.75rem;
}
.remodal-item-qa a{
  color: #fff;
  text-decoration: underline;
  font-size: 0.75rem;
}




.infographics-contents{
  position: relative;
  padding: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.infographics-item{
  width:48%;
  height: auto;
  margin-bottom: 8px;
}
.infographics-item:nth-child(odd){
  margin-right: 4%;
}
.infographics-item img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.bg-orange{
  background: #DC440A;
}
.bg-orange .page-head h3, .bg-orange .page-head h6 {
  color: #fff;
}

.infographics-reason-wrap{
  position: relative;
  padding: 40px 0;
}
.qa-list{
  position: relative;
  margin-bottom: 32px;
}
.qa-list:last-child{
  margin-bottom: 0;
}
.qa-list h5{
  font-size: 1.125rem;
  padding: 2px 8px;
  background: #fff;
  color: #DC440A;
}
.qa-item{
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0; 
}
.qa-item-border{
  height: 1px;
  position: relative;
}
.qa-item-border::after{
  content: "";
  background: linear-gradient(to right, #fff, #fff 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.qa-item h6{
  font-size: 1.125rem;
  line-height: 1.4;
  width: 75%;
}
.qa-item h6 span{
  display: block;
}
.qa-item ul{
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  width: calc(75% - 16px);
  padding-left: 16px;
}
.qa-item ul li{
  margin-bottom: 4px;
}
.qa-item ul li:last-child{
  margin-bottom: 0;
}
.qa-item-no{
  width: 25%;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: 'Roboto';
  text-align: right;
}
.qa-item-no span{
  font-size: 2.75rem;
}
.qa-list-cap{
  width: 100%;
  position: relative;
  margin-top: 16px;
  color: #fff;
}
.qa-list-cap p{
  line-height: 1.75;
  font-size: 0.75rem;
}
.qa-list-cap p span{
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}
.interview-contents{
  width: 100%;
  height: auto;
  position: relative;
  padding: 24px 0;
}

.interview-item{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 32px;
}
.interview-item:last-child{
  margin-bottom: 0;
}
.interview-item-img{
  position: relative;
  width: 100%;
  height: 140px;
  margin-bottom: 16px;
}
.interview-item-img img{
  width: 100%;
  height: 140px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
}
.interview-item-txt h6{
  font-size: 0.875rem;
  letter-spacing: 2px;
}

a.interview-contents-more{
  display: flex;
  position: relative;
  justify-content: flex-end;
  font-family: 'Roboto';
  font-weight: 500;
  letter-spacing: 1px;
  color: #DC440A;
  padding-right: 24px;
  font-size: 0.875rem;
}
.interview-contents-more::after{
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 20px;
  height: 8px;
  line-height: 1;
  content: "";
  background-image: url(../images/arrow_orange.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  transform: translateX(0);
}

/* -----------------------------------
   work style sp
-------------------------------------- */
.org, .value, .benefits{
  position: relative;
  padding: 48px 0 0;
}
.benefits{
  padding: 48px 0 24px;
}

.org-contents{
  position: relative;
  padding-top: 24px;
}
.org-txt {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.org-txt p{
  padding: 16px;
  font-size: 0.875rem;
  font-weight: 600;
}
.org-txt p .span-orange{
  color: #DC440A;
}
.org-img{
  position: relative;
  width: 100%;
  height: auto;
}
.org-arrow{
  position: absolute;
  top: -16px;;
  z-index: 1;
  left: 40px;
}
.org-img-graph{
  position: relative;
  padding-top: 24px;
  width: 100%;
  height: auto;
}

.value-wrap{
  position: relative;
  padding: 48px 0;
}
.value-contents{
  padding: 24px 0 0;
  color: #fff;
}
.value-item{
  position: relative;
  display: flex;
  padding: 20px 0;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #C13D0B;
  align-items: center;
}
.value-item:last-child{
  padding-bottom: 0;
}
.value-item-no{
  width: 15%;
  margin-right: 5%;
  font-family: 'Roboto';
  font-size: 3rem;
  font-weight: 500;
}
.value-item-main{
  width: 75%;
}
.value-item-main h3{
  font-size: 1.3rem;
  margin-bottom: 8px;
  line-height: 1;
}
.value-item-main p{
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25;
}
.value-item-txt p{
  margin-top: 8px;
}

.benefits-contents{
  position: relative;
  padding: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.benefits-item{
  width: calc(100% - 48px);
  padding: 24px;
  border: 1px solid #DC440A;
  border-radius: 8px;
  margin-bottom: 16px;
}

.benefits-item-main{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.benefits-item-main h5{
  font-size: 1.25rem;
  color: #DC440A;
  letter-spacing: 2px;
}
.benefits-item-main img{
  width: 48px;
  height: auto;
  object-fit: contain;
}
.benefits-item-txt p{
  text-align: justify;
}
.benefits-other h5{
  font-size: 1rem;
  margin-bottom: 8px;
  margin-top: 8px;
  color: #DC440A;
  letter-spacing: 2px;
}


/* ==================================================================================
   PC min-width:768px
===================================================================================== */
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
  .sp-none {
    display: block;
  }
  .wrap {
    width: calc(100% - 160px);
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
  .wrap-m{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
  .wrap-s{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
  .serif {
    font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
      "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
      "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  p {
    font-size: 16px;
    line-height: 1.75;
  }

  h1, h2, h3, h4, h5, h6 {
    font: 700 16px/1.5;
    margin: 0;
    font-feature-settings: "palt";
  }
  h1 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 2px;
  }
  h2 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
  }
  h3 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
  }
  h4 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }
  h5 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }
  h6 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }
  #lottie {
    width: 15%;
    height: 15%;
  }


/* ===================================
   header pc
====================================== */
 .header {
    width: 100%;
    height: 80px;
    display: block;
    position: fixed;
    z-index: 9999;
  }
  .header-wrap {
    position: relative;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .header-logo {
    height: 28px;
    display: flex;
    align-items: flex-end;
    margin-right: auto;
  }
  .header-logo a{
    height: 28px;
  }
  .header-logo img {
    width: auto;
    height: 28px;
    margin-left: 40px;
  }
  .header-logo p{
    margin-left: 12px;
    font-size: 0.8rem;
    font-family: 'Roboto';
    color: #DC440A;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 2px;
  }
  .header-logo p span{
    display: block;
  }
  .header-menu{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-right: 40px;
  }
  .header-menu ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header-menu ul li{
  list-style: none;
  font-size: 0.875rem;
  font-family: 'Roboto';
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 12px;
}
.header-menu ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #212121;
}

.header-menu ul li a:hover{
  opacity: 1;
  color: #DC440A;
}
.header-menu ul li a::before {
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 1px;
  content: "";
}
.header-menu ul li a:hover::before {
  -webkit-animation: header-line-anim .5s ease forwards;
          animation: header-line-anim .5s ease forwards;
}

@-webkit-keyframes header-line-anim{
  0%{background:#DC440A;transform:scaleX(1);transform-origin:right}49%{background:#DC440A;transform:scaleX(0);transform-origin:right}50%{background:#DC440A;transform:scaleX(0);transform-origin:left}100%{background:#DC440A;transform:scaleX(1);transform-origin:left}
}

@keyframes header-line-anim{
  0%{background:#DC440A;transform:scaleX(1);transform-origin:right}49%{background:#DC440A;transform:scaleX(0);transform-origin:right}50%{background:#DC440A;transform:scaleX(0);transform-origin:left}100%{background:#DC440A;transform:scaleX(1);transform-origin:left}
}
.header-menu .selected a::before {
  background:#DC440A;
}


#hmb {
  display: none;
}



/* ===================================
   animation pc
====================================== */
.fade{
  opacity: 0.2;
  transform: translateY(16px);
}
.fade-on{
  transition: all 1s linear;
  opacity: 1 !important;
  transform: translateY(0);
}

.fadeup{
  opacity: 0.2;
  transform: translateY(24px);
}
.fadeup-on{
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  opacity: 1;
  transform: translateY(0);
}



.slidein::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  }
  .slidein-on::before{
    transform-origin:left top;
    transform:scale(1, 1);
    -webkit-animation-name:slidein-effect;
            animation-name:slidein-effect;
    -webkit-animation-duration:1s;
            animation-duration:1s;
	  -webkit-animation-fill-mode:forwards;
	          animation-fill-mode:forwards;
    opacity: 1;
  }

    @-webkit-keyframes slidein-effect{
      0% {
        transform-origin:left;
        transform:scaleX(0);
        background-color: #DC440A;
      }
      50% {
        transform-origin:left;
        transform:scaleX(1);
        background-color: #DC440A;
      }
      50.001% {
        transform-origin:right;
        background-color: #DC440A;
      }
      100% {
        transform-origin:right;
        transform:scaleX(0);
      }
    }

    @keyframes slidein-effect{
      0% {
        transform-origin:left;
        transform:scaleX(0);
        background-color: #DC440A;
      }
      50% {
        transform-origin:left;
        transform:scaleX(1);
        background-color: #DC440A;
      }
      50.001% {
        transform-origin:right;
        background-color: #DC440A;
      }
      100% {
        transform-origin:right;
        transform:scaleX(0);
      }
    }
    .slidein-on:nth-child(2)::before{
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s;
    }
    .slidein-on:nth-child(3)::before{
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s;
    }
    .slidein-on:nth-child(4)::before{
      -webkit-animation-delay: 0.9s;
              animation-delay: 0.9s;
    }
    .slidein-on:nth-child(5)::before{
      -webkit-animation-delay: 1.2s;
              animation-delay: 1.2s;
    }



/* ===================================
   common pc
====================================== */
.btn-base{
  padding: 12px 24px 14px;
  width: calc(264px - 48px);
}
.btn-base span:nth-child(1){
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 2.75rem;
}
.btn-base span img{
  height: 28px;
  width: auto;
  margin-right: 12px;
}
.btn-base span:nth-child(2){
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.25;
  color: #fff;
}

.btn-base-hvr-wh:after{
  width: 72px;
  height: 28px;
  background-size: 72px;
}

.btn-l{
  position: absolute;
  width: 640px;
  height: 78px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 9;
}
.btn-l .btn-base{
  color: #DC440A;
  padding: 24px 0 22px;
  width: 640px;
}
.btn-l .btn-base span {
  color: #DC440A;
  font-size: 1rem;
  letter-spacing: 2px;
}
.btn-l .btn-base span img{
  height: 28px;
  margin-right: 16px;
}
.btn-l.btn-l-footer{
  position: absolute;
  width: 640px;
  height: 78px;
  top: auto;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: auto;
}


/* title-common */
.head-l{
  font-size: 4rem;
  font-weight: 700;
  font-family: 'Roboto';
  color: #DC440A;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
.head-m{
  margin-bottom: 24px;
  letter-spacing: 2px;
}
.head-m span{
  display: block;
}
.head-s{
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 2px;
  margin-bottom: 16px;
  width: 100%;
}
.head-s span{
  display: block;
}

/* ===================================
   top pc
====================================== */
.mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.mv-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.mv-bg{
  position: absolute;
  width: 100%;
  height: 100vh;
  top:0;
}
.mv-scroll{
  position: absolute;
  width: 14px;
  height: 90px;
  left: 24px;
  top: auto;
  bottom: 24px;
  margin: auto;
  z-index: 99;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ribon{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ribon1{
  width: 90%;
  height: 300px;
  position: fixed;
  top: -120px;
  left: -80px;
}
.ribon2{
  width: 100%;
  height: 260px;
  position: fixed;
  top: auto;
  bottom: -40px;
  left: -40px;
}
.ribon3{
  width: 90%;
  height: 260px;
  bottom: 0;
  left: auto;
  right: -80px;
}
.ribon-page{
  height: 480px;
  top: 0;
}
.ribon-page .ribon1{
  width: 90%;
  height: 300px;
  position: fixed;
  top: -40px;
  left: -80px;
}
.ribon-page .ribon6{
  position: absolute;
  width: 80%;
  height: 180px;
  transform:rotate(-12deg);
  top: 260px;
  right: -60px;

}




/* title */
.mv-title{
  width: 80%;
  height: 65vh;
}
.mv-title img{
  width: 100%;
}
#lottie-pc{
  width: 100%;
  max-width: 740px;
  min-width: 540px;
}
.mv-title h6{
  font-size: 1rem;
  letter-spacing: 8px;
}

.mv-scroll-txt{
  margin-bottom: 8px;
}
.mv-scroll-arrow{
  -webkit-animation: scrolldown 2s ease-in-out infinite;
          animation: scrolldown 2s ease-in-out infinite;
  opacity:0;
  margin-top: -8px; 
}
@-webkit-keyframes scrolldown{
  0%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    margin-top: 30px; 
    opacity: 0;
  }
}
@keyframes scrolldown{
  0%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    margin-top: 30px; 
    opacity: 0;
  }
}

/* top-msg pc */
.msg{
  position: relative;
  width: 80%;
  max-width: 680px;
  margin: 0 auto;
  padding: 80px 0 110px;
}
.msg-head{
  width: 100%;
  font-size: 4.5rem;
  line-height: 0.8;
}
.msg-content{
  width: 100%;
}
.msg-content h5{
  font-size: 1.125rem;
  line-height: 2.25;
  letter-spacing: 3px;
}
.memberimg-wrap ul li{
  height: 280px;
  margin-bottom: 8px;
}
.vision-wrap{
  padding: 110px 0 130px;
  display: flex;
  justify-content: space-between;
}
.vision-txt{
  width: 60%;
}
.vision-wrap .vision-txt p{
  line-height: 2.25;
}
.vision-img{
  width: 180px;
  height: auto;
  position: absolute;
  right: 0;
  top: 80px;
  opacity: 0.8;
}
.vision-mission .vision-wrap{
  flex-direction: row-reverse;
  align-items: center;
}
.mission-img{
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  top: auto;
  left: -40px;
  opacity: 1;
}
.mission-txt{
  width: 60%;
}
.vision-ph{
  position: relative;
  height: 440px;
  width: 100%;
}
.vision-ph img{
  width: 100%;
  height: 440px;
  object-fit: cover;
  overflow: hidden;
}
.top-who{
  position: relative;
  padding: 100px 0 0;
}
.top-who-contents{
  position: relative;
  padding: 32px 0 0;
  display: flex;
  justify-content: space-between;
}
.top-who-item{
  position: relative;
  margin-bottom: 0;
  width: 48%;
}
.top-who-item-img{
  height: 280px;
  overflow: hidden;
}
.top-who-item-img img{
  height: 280px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  transform: scale(1);
  transition: .3s ease-in-out;
}
.top-who-item:nth-child(2) .top-who-item-img img{
  object-fit: contain;
  height: 260px;
  padding-top: 10px;
}

.top-who-item a:hover{
  opacity: 1;
  border-radius: 8px;
  overflow: hidden;
}
.top-who-item a:hover img{
  transform: scale(1.1);
  -webkit-animation: flash .3s;
          animation: flash .3s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}


.top-who-item-txt{
  padding: 24px;
  display: flex;
}
.top-who-item-txt-head h6{
  letter-spacing: 2px;
}
.top-who-item-txt-link{
  font-size: 1rem;
}
.top-who-item-txt-link span{
  margin-right: 32px;
}
.top-who-item-txt-link::after{
  right: 0;
  bottom: 4px;
  width: 24px;
  height: 8px;
  background-size: 24px;
}
.top-ws{
  padding: 100px 0 0;
}
.top-ws-contents{
  padding: 32px 0 0;
}
.top-ws-item-img{
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.top-ws-item-img img{
  width: 100%;
  height: 320px;
  transform: scale(1);
  transition: .3s ease-in-out;
}
.top-ws-item-txt-link{
  width: 88px;
  height: 64px;
  font-size: 1rem;
}
.top-ws-item-txt-link span{
  margin-right: 32px;
}
.top-ws-item-txt-link::after{
  right: 0;
  bottom: 27px;
  width: 24px;
  height: 8px;
  background-size: 24px;
}
.top-ws-item-txt-head{
  bottom: 100px;
  right: 40px;
  text-align: right;
  z-index: 9;
}
.top-ws-item-txt-head h4{
  font-size: 2rem;
  color: #DC440A;
  letter-spacing: 2px;
  margin-bottom: 4px;
  line-height: 1;
}
.top-ws-item-txt-head h6{
  letter-spacing: 2px;
}

.top-ws-item a:hover{
  opacity: 1;
}
.top-ws-item a:hover .top-ws-item-img img{
  transform: scale(1.1);
  -webkit-animation: flash .3s;
          animation: flash .3s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}


.top-ws-logo-mark{
  width: 80px;
  height: 80px;
  position: absolute;
  right: 40px;
  top: auto;
  bottom: 180px;
  z-index: 9;
}
.top-joinus{
  padding: 100px 0 0;
}
.top-joinus-bg{
  width: 100%;
  height: 320px;
}
.top-joinus-bg img{
  width: 100%;
  height: 320px;
}

/* top-products pc */
.top-products{
  position: relative;
  padding: 100px 0 0;
}
.top-products-contents{
  padding: 24px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top-products-txt{
  width: 45%;
}
.top-products-txt img{
  width: auto;
  height: 40px;
  margin-bottom: 24px;
  margin-top: 40px;
}
.top-products-txt h5{
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 16px;
  letter-spacing: 2px;
}
.top-products-txt h5 span{
  display: block;
}
.top-products-txt p{
  width: 80%;
  line-height: 2;
}
.top-products-img{
  width: 48%;
}
.top-products-img img{
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 20%;
}
.top-company{
  padding: 100px 0 0;
}
.top-company-contents{
  position: relative;
  padding: 32px 0  100px;
}
.top-company-contents table{
  width: 100%;
}
.top-company-contents table tr{
  font-size:  1rem;
  display: flex;
  width: 100%;
}
.top-company-contents table th{
  width: 24%;
  text-align: left;
  padding: 16px 0;
  padding-left: 16px;
  border-top: 1px solid #212121;
  margin-right: 2%;
  letter-spacing: 2px;
}
.top-company-contents table td{
  width: 74%;
  text-align: left;
  padding: 16px 0;
  padding-left: 16px;
  border-top: 1px solid #ddd;
  letter-spacing: 1px;
}
.imgslide3 .swiper-slide{
  height: 400px;
}
.imgslide3 .swiper-slide img{
  height: 400px;
}
.top-company-slide .swiper-button-next, .top-company-slide .swiper-button-prev{
  height: 40px;
  width: 40px;
  background-size: 40px;
}
.top-company-slide .swiper-button-next {
  right: 40px;
}
.top-company-slide .swiper-button-prev {
  left:  40px;
}
.top-doc{
  padding: 100px 0;
}
.top-doc-wrap .head-m{
  margin-bottom: 12px;
}
.top-doc-wrap h6{
  font-size: 1rem;
  letter-spacing: 1px;
}
.top-doc-contents{
  width: 100%;
  padding-bottom: 0;
}
.top-doc-item{
  padding: 48px 0 0;
}
.top-doc-item-upper{
  width: 100%;
  height: 520px;
}
.top-doc-item-lower{
  margin-top: 48px;
}
.top-doc-item-lower-txt{
  width: 45%;
  margin-top: 40px;
}
.top-doc-item-lower-txt h5{
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.top-doc-item-lower-txt p{
  font-size:  1rem;
}
.top-doc-item-lower-movie{
  width: 50%;
}
.top-doc-item-lower-movie iframe{
  height: 260px;
}
.top-doc .swiper-button-next, .top-doc .swiper-button-prev{
  top: 20%;
  bottom:0;
  left: auto;
  right: auto;
  margin: auto;
  height: 40px;
  width: 40px;
  background-size: 40px;
}
.top-doc .swiper-button-next {
	background-image: url(../images/slide_next_or.svg);
  right: 0;
}
.top-doc .swiper-button-prev {
	background-image: url(../images/slide_prev_or.svg);
  left: 0;
}
.top-flow{
  position: relative;
  padding: 100px 0 48px;
}
.top-flow-contents{
  padding: 32px 0 24px;
}
.top-flow-item{
  margin-bottom: 40px;
}
.top-flow-item-cap-wrap{
  padding: 24px;
}
.top-flow-item-cap-wrap h6{
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.top-flow-item-cap-wrap p{
  font-size: 0.875rem;
  line-height: 1.75;
}
.top-flow-list{
  display: flex;
  justify-content: space-between;
}
.top-flow-list-wrap {
  width: 47%;
  margin-bottom: 0;
}
.top-flow-list-wrap ul li{
  padding-left: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}


/* ===================================
   page pc
====================================== */
.page-mv-wrap{
  height: 460px;
}
.page-mv-title{
  width: calc(100% - 200px);
  max-width: 1080px;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-mv-title h1{
  font-size: 5rem;
  line-height: 0.95;
  letter-spacing: 2px;
}
.page-mv-title h1 span{
  display: block;
}
.page-mv-ph{
  width: 100%;
  height: 420px;
}
.page-mv-ph img{
  width: 100%;
  height: 100%;
}
.page-head h3{
  font-size: 3.25rem;
  margin-bottom: 16px;
  letter-spacing: 1px;
  line-height: 1;
}
.page-head h6{
  font-size: 1.25rem;
  letter-spacing: 2px;
}
/* -----------------------------------
   who we are pc
-------------------------------------- */
.member, .infographics, .interview{
  position: relative;
  padding: 80px 0 0;
}
.interview{
  padding: 80px 0 48px;
}
.member-contents{
  padding: 48px 0 0;
}
.member-item{
  width: 31%;
  height: 340px;
  margin-bottom: 3.5%;
}
.member-item-profile-name{
  padding-top: 48px;
}
.member-item-profile-name p{
  letter-spacing: 4px;
  font-size: 1rem;
  margin-bottom: 8px;
}
.member-item-profile-name h6{
  font-family: 'Roboto';
  font-weight: 400;
  letter-spacing: 4px;
  font-size: 1.125rem;
  line-height: 1;
}
.member-more{
  font-size: 0.875rem;
  margin-top: 48px;
}
/* modal pc */
.remodal-overlay{
  background: rgba(0, 0, 0, 0.3);
}
.remodal-wrapper{
  padding: 0;
  bottom: 0;
}
.remodal{
  width: 100%;
  height: 100vh;
  max-width: 1440px;
  max-height: 900px;
}
.remodal-item{
  display: flex;
  width: 100%;
  height: 100%;
}
.remodal-item-ph{
  width: 50%;
  height: 100%;
}
.remodal-item-ph img{
  width: 100%;
  height: 100%;
}
.remodal-item-ph .remodal-item-msg{
  width: 400px;
  height: 266px;
  bottom: 0;
  right: 8px;
}
.remodal-item-txt{
  width: calc(50% - 128px);
  background: rgba(220, 68, 0, 0.9);
  padding: 80px 64px;
}
.remodal-item-txt-meta1{
  letter-spacing: 3px;
  font-size: 1rem;
  margin-bottom: 16px;
  font-weight: 400;
}
.remodal-item-txt h6{
  font-family: 'Roboto';
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.remodal-item-txt-name{
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.remodal-item-txt-cap{
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 48px;
  line-height: 2;
}
.remodal-item-qa{
  border-left: 1px solid #fff;
  padding-left: 24px;
  font-size: 1rem;
  margin-bottom: 32px;
  font-weight: 400;
}
.remodal-item-qa span:nth-child(1){
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1rem;
}
.remodal-item-qa a{
  color: #fff;
  text-decoration: underline;
  font-size: 0.875rem;
}


.infographics-contents{
  padding: 48px 0 0;
  justify-content: space-between;
}
.infographics-item{
  width:31%;
  height: auto;
  margin-bottom: 32px;
}
.infographics-item:nth-child(odd){
  margin-right: 0;
}
.infographics-reason{
  position: relative;
  padding: 80px 0;
  margin-top: 48px;
}
.infographics-reason-wrap{
  display: flex;
  justify-content: space-between;
}
.qa-list{
  width: 47.5%;
  margin-bottom: 0;
}
.qa-list img{
  width: 100%;
}
.qa-list h5{
  font-size: 1.25rem;
  padding: 2px 8px;
}
.qa-item{
  width: 100%;
  padding: 24px 0; 
}
.qa-item h6{
  font-size: 1.5rem;
  line-height: 1.4;
  width: 75%;
}
.qa-item ul{
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 16px;
}
.qa-item ul li{
  margin-bottom: 4px;
}
.qa-item-no{
  font-size: 1.5rem;
}
.qa-item-no span{
  font-size: 3.5rem;
}
.qa-list-cap{
  margin-top: 24px;
}
.qa-list-cap p{
  font-size: 0.875rem;
}

.interview-contents{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding:48px 0 32px;
}
.interview-item{
  width: 31%;
}

.interview-item-img{
  overflow: hidden;
  border-radius: 8px;
}
.interview-item-img img{
  position: relative;
  transform: scale(1);
  transition: .3s ease-in-out;
}
.interview-contents a:hover img{
    transform: scale(1.1);
    -webkit-animation: flash .3s;
            animation: flash .3s;
  }
  a.interview-contents-more{
    padding-right: 32px;
  }





/* -----------------------------------
   work style pc
-------------------------------------- */
.org, .value, .benefits{
  position: relative;
  padding: 80px 0 0;
}
.benefits{
  position: relative;
  padding: 80px 0;
}
.org-contents{
  position: relative;
  padding-top:40px;
}
.org-txt{
  width: auto;
  display: inline-block;
  margin-bottom: 24px;
}
.org-txt p{
  padding: 24px;
  font-size: 1rem;
  font-weight: 600;
}
.org-txt p .span-block{
  display: block;
}
.org-img{
  position: relative;
  width: 100%;
  height: auto;
}
.org-arrow{
  width: 56px;
  top: -40px;
  z-index: 1;
  left: 120px;
}
.value-wrap{
  position: relative;
  padding: 80px 0;
}
.value-contents{
  padding: 48px 0 0;
}
.value-item{
  padding: 24px 0;
}
.value-item-no{
  width: 8%;
  margin-right: 4%;
  font-size: 4.5rem;
  font-weight: 500;
}
.value-item-main{
  width: 42%;
  margin-right: 2%;
}
.value-item-main h3{
  font-size: 2rem;
  margin-bottom: 8px;
  line-height: 1;
  letter-spacing: 2px;
}
.value-item-main p{
  font-size: 0.875rem;
  letter-spacing: 2px;
}
.value-item-txt{
  width: 44%;
}
.value-item-txt p{
  margin: 0;
}
.value-logo {
  width: 240px;
  position: absolute;
  right: 40px;
  top: 24px;
  opacity: 0.1;
}


.benefits-contents{
  padding: 48px 0 0;
  justify-content: space-between;
}
.benefits-item{
  width: calc(31.33% - 64px);
  padding: 24px 32px;
  border-radius: 8px;
  margin-bottom: 3%;
}

.benefits-item:nth-child(1), .benefits-item:nth-child(2){
  width: calc(48.5% - 64px);
}
.benefits-item-main{
  justify-content: center;
  margin-bottom: 16px;
}
.benefits-item-main h5{
  font-size: 1.25rem;
  margin-right: 16px;;
}



}
/* pc end */

/* -----------------------------------
   footer
-------------------------------------- */
.btn-m-wrap{
  position: relative;
  width: calc(100% - 48px);
  margin: 40px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.btn-m-wrap .btn-m{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  border: 1px solid #DC440A;
  border-radius: 8px;
  color: #DC440A;
  font-size: 1rem;
  font-weight: 600;
  transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.btn-m-wrap .btn-m span{
  z-index: 9;
  transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  color: #DC440A;
}
.btn-m-wrap .btn-m::after{
  position: absolute;
  right: 16px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 10px;
  height: 16px;
  line-height: 1;
  content: "";
  background-image: url(../images/arrow2_orange.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  transform: translateX(0);
  z-index: 9;
}
.btn-m-wrap .btn-m:first-child{
  margin-bottom: 16px;
}

.ribon-footer{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

/*--- mv ---*/
.footer-mv {
  position: relative;
  display: block;
  width: 100%;
  height: 70vh;
  background: #efefef;
}
.footer-mv .mv-wrap {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
.footer-mv .mv-bg{
  position: absolute;
  width: 100%;
  height: 70vh;
  top:0;
}
.footer-mv .mv-title{
  position: relative;
  height: 50vh;
  z-index: 1;
}
.ribon4{
  width: 120%;
  height: auto;
  position: absolute;
  top: -40px;
  left: -40px;
}
.ribon5{
  width: 120%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: -20px;
}

.footer {
  position: relative;
  padding: 0 0 48px;
  background: #fafafa;
  color: #4a4a4a;
}
.footer-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.footer-upper{
  position: relative;
  width: calc(100% - 48px);
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px solid #efefef;
}
.footer-upper-logo {
  margin-right: auto;
  height: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 32px;
}
.footer-upper-logo a{
  height: 26px;
}
.footer-upper-logo img {
  width: auto;
  height: 26px;
  margin-left: 0;
}
.footer-upper-logo p{
  margin-left: 8px;
  font-size: 0.7rem;
  font-family: 'Roboto';
  color: #DC440A;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 3px;
}
.footer-upper-logo p span{
  display: block;
}
.footer-upper-menu ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}
.footer-upper-menu ul li{
  list-style: none;
  font-size: 0.875rem;
  font-family: 'Roboto';
  font-weight: 700;
  margin-right: 12px;
  letter-spacing: 1px;
}
.footer-upper-menu ul li a{
  position: relative;
  display: inline-block;
  color: #4a4a4a;
}
.footer-upper-menu ul li:last-child{
  margin-right: 0;
}
.footer-sns{
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.footer-sns a{
  width: 32px;
  height: 32px;
  margin-left: 12px;
}
.footer-sns a img{
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.footer-lower{
  position: relative;
  width: 100%;
  height: auto;
  width: calc(100% - 48px);
  margin: 0 auto;
  padding: 32px 0 48px;
}
.footer-lower ul{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.footer-lower ul li{
  list-style: none;
  font-size: 0.75rem;
  padding: 0 12px;
  margin-bottom: 12px;
  border-right: 1px solid #ddd;
}
.footer-lower ul li:last-child{
  border-right: none;
}
.footer-copyright p{
  font-size: 0.75rem;
  color: #999;
  font-family: 'Roboto';
  text-align: center;
}

/* PC */
@media only screen and (min-width: 768px) {
  .btn-m-wrap{
    position: relative;
    width: calc(100% - 200px);
    max-width: 1080px;
    margin: 40px auto;
    margin-bottom: 80px;
    flex-direction: row;
    justify-content: space-between;
  }
  .btn-m-wrap .btn{
    width: 48%;
  }
  .btn-m-wrap .btn-m{
    width: 100%;
    height: 58px;
    padding: 16px 0;
    letter-spacing: 1px;
    box-sizing: border-box;
    transition: .15s linear;
  }
  .btn-m-wrap .btn-m:first-child{
    margin-bottom: 0;
  }
  .btn-m-wrap .btn-m:hover{
    border: 2px solid #DC440A;
    box-sizing: border-box;
}
.btn-m-wrap .btn-m:hover::after{
  background-image: url(../images/arrow2_orange_b.svg);
}

  .footer-mv {
    position: relative;
    display: block;
    width: 100%;
    height: 90vh;
    max-height: 800px;
    background: #efefef;
  }
  .footer-mv .mv-wrap {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
  }
  .footer-mv .mv-bg{
    position: absolute;
    width: 100%;
    height: 90vh;
    top:0;
  }
  .footer-mv .mv-title{
    position: relative;
    height: 50vh;
  }
#lottie-pc2{
  width: 80%;
  max-width: 740px;
  min-width: 540px;
}
.ribon-footer{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.ribon4{
  width: 90%;
  height: 300px;
  top: -120px;
  left: -80px;
  position: absolute;
}
.ribon5{
  width: 100%;
  height: 260px;
  top: auto;
  bottom: -80px;
  left: -40px;
  position: absolute;
}

.footer-upper-menu ul li a:hover{
  opacity: 1;
  color: #DC440A;
}
.footer-upper-menu ul li a::before {
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 1px;
  content: "";
}
.footer-upper-menu ul li a:hover::before {
  -webkit-animation: header-line-anim .5s ease forwards;
          animation: header-line-anim .5s ease forwards;
}


.footer {
  position: relative;
  padding: 0;
  background: #fafafa;
  color: #4a4a4a;
}

  .footer-upper{
    width: calc(100% - 80px);
    padding: 64px 0 80px;
    display: flex;
  }
  .footer-upper-menu ul li{
    margin-right: 24px;
    letter-spacing: 1px;
  }
  .footer-upper-menu ul li:last-child{
    margin-right: 0;
  }

  .footer-lower{
    width: calc(100% - 80px);
    padding: 32px 0 80px;
  }
}

/* ==================================================================================
   tablet max-width:1080px
===================================================================================== */
@media only screen and (min-width:479px) and (max-width:1079px) {
 
  }

