@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
:root {
  --font-noto: 'Noto Sans JP', sans-serif;
  --font-sh: 'Shippori Mincho', serif;
  --col-black: #333333;
}

@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

html {
  color: #000;
  background: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, table, tr, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: normal;
  font-weight: normal;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

abbr {
  cursor: help;
}

label {
  cursor: pointer;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
  *font-size: 100%;
}

img {
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

/* Setting
------------------------------------------------------------------------*/
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

dt, dd {
  line-height: 1.7;
}

th, td {
  border: 1px solid;
  padding: 1em;
}

th {
  font-weight: bold;
  text-align: center;
}

caption {
  padding-bottom: .5em;
  text-align: left;
}

dfn {
  font-style: normal;
}

address {
  font-style: normal;
  line-height: 1.0;
}

.clear {
  clear: both;
}

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

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* Font-size fixed */
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #292929;
  line-height: 36px;
  letter-spacing: .1em;
  font-weight: normal;
}

html {
  -webkit-text-size-adjust: none;
}

html > body {
  font-size: 15px;
}

select {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  color: #333;
  line-height: 1.5;
  font-size: 100%;
}

input {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  color: #333;
  line-height: 1.5;
  font-size: 100%;
}

button {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  color: #333;
  line-height: 1.5;
  font-size: 100%;
}

textarea {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  color: #333;
  line-height: 1.5;
  font-size: 100%;
}

table {
  font-size: inherit;
}

pre {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  *font-size: 108%;
  line-height: 1.5;
  color: #333;
  font-size: 100%;
}

code {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  *font-size: 108%;
  line-height: 1.5;
  color: #333;
}

kbd {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  *font-size: 108%;
  line-height: 1.5;
  color: #333;
}

samp {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  *font-size: 108%;
  line-height: 1.5;
  color: #333;
}

tt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  *font-size: 108%;
  line-height: 1.5;
  color: #333;
}

li {
  font-size: 100%;
}

li li {
  font-size: 100%;
}

li dt {
  font-size: 100%;
}

li dd {
  font-size: 100%;
}

li input {
  font-size: 100%;
}

li select {
  font-size: 100%;
}

li button {
  font-size: 100%;
}

li textarea {
  font-size: 100%;
}

li p {
  font-size: 100%;
}

li th {
  font-size: 100%;
}

li td {
  font-size: 100%;
}

dt {
  font-size: 100%;
}

dt li {
  font-size: 100%;
}

dt dt {
  font-size: 100%;
}

dt dd {
  font-size: 100%;
}

dt input {
  font-size: 100%;
}

dt select {
  font-size: 100%;
}

dt button {
  font-size: 100%;
}

dt textarea {
  font-size: 100%;
}

dt p {
  font-size: 100%;
}

dt th {
  font-size: 100%;
}

dt td {
  font-size: 100%;
}

dd {
  font-size: 100%;
}

dd li {
  font-size: 100%;
}

dd dt {
  font-size: 100%;
}

dd dd {
  font-size: 100%;
}

dd input {
  font-size: 100%;
}

dd select {
  font-size: 100%;
}

dd button {
  font-size: 100%;
}

dd textarea {
  font-size: 100%;
}

dd p {
  font-size: 100%;
}

dd th {
  font-size: 100%;
}

dd td {
  font-size: 100%;
}

th {
  font-size: 100%;
}

th li {
  font-size: 100%;
}

th dt {
  font-size: 100%;
}

th dd {
  font-size: 100%;
}

th input {
  font-size: 100%;
}

th select {
  font-size: 100%;
}

th button {
  font-size: 100%;
}

th textarea {
  font-size: 100%;
}

th p {
  font-size: 100%;
}

th th {
  font-size: 100%;
}

th td {
  font-size: 100%;
}

td {
  font-size: 100%;
}

td li {
  font-size: 100%;
}

td dt {
  font-size: 100%;
}

td dd {
  font-size: 100%;
}

td input {
  font-size: 100%;
}

td select {
  font-size: 100%;
}

td button {
  font-size: 100%;
}

td textarea {
  font-size: 100%;
}

td p {
  font-size: 100%;
}

td th {
  font-size: 100%;
}

td td {
  font-size: 100%;
}

p {
  font-size: 100%;
}

p input {
  font-size: 100%;
}

h1 {
  font-size: 100%;
}

h2 {
  font-size: 100%;
}

h3 {
  font-size: 100%;
}

h4 {
  font-size: 100%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 100%;
}

blockquote {
  font-size: 100%;
}

address {
  font-size: 100%;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 13px;
    line-height: 2;
  }
  html > body {
    font-size: 13px;
  }
}

/*************************************************************************/
/*     			                   Elements  			  			     */
/*************************************************************************/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.dis-sp {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.fixed-contents {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fixed-contents.-for-link {
  z-index: 9;
  cursor: pointer;
}

.border-inside {
  position: relative;
}

.border-inside::before {
  background: none;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  inset: 10px;
  border: 2px solid #000;
}

.tit-sec {
  --lws: 84px;
  --lhs: 53px;
}

.tit-sec p {
  font-family: var(--font-sh);
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.tit-sec .en {
  margin-top: 24px;
  font-size: 1.1875em;
  line-height: 1.5;
  letter-spacing: .05em;
}

.tit-sec .jp {
  font-size: 3.06667em;
  line-height: 1.5;
  letter-spacing: .16em;
}

.tit-sec.-white p {
  color: white;
}

.tit-sec.-black p {
  color: var(--col-black);
}

.tit-sec::before {
  display: block;
  content: "";
  width: var(--lws);
  height: var(--lhs);
  margin: 0 auto;
  background: url(../images/tit-sec-logo.png) no-repeat center;
  background-size: 100%;
}

.img-fixed {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-full {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-full {
  width: 100%;
  height: 100%;
}

/*************************************************************************/
/*     			                 Animation  					  	     */
/*************************************************************************/
.finp {
  -webkit-animation-name: fadeinup;
          animation-name: fadeinup;
}

.finl {
  -webkit-animation-name: fadeinleft;
          animation-name: fadeinleft;
}

.finr {
  -webkit-animation-name: fadeinright;
          animation-name: fadeinright;
}

/*------------------------------------------------------------
	Breakpoint
------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .tit-sec {
    --lws: 70px;
  }
  .tit-sec .en {
    margin-top: 10px;
    font-size: 1em;
  }
  .tit-sec .jp {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 768px) {
  .dis-sp {
    display: block !important;
  }
  .dis-pc {
    display: none !important;
  }
  .border-inside::before {
    inset: 8px;
  }
  .tit-sec {
    --lws: 50px;
    --lhs: 32px;
  }
  .tit-sec .en {
    margin-top: 15px;
    font-size: 0.9375em;
  }
  .tit-sec .jp {
    font-size: 2.1875em;
  }
}

.container-lg {
  max-width: 1440px;
  margin: 0 auto;
}

.container-md {
  max-width: 1280px;
  margin: 0 auto;
}

.container-sm {
  max-width: 1024px;
  margin: 0 auto;
}

.container-ssm {
  max-width: 900px;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .container-md {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .container-sm {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 900px) {
  .container-ssm {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
  .container-md, .container-sm, .container-ssm {
    padding-left: 20px;
    padding-right: 20px;
  }
}

:root {
  --font-noto: 'Noto Sans JP', sans-serif;
  --font-sh: 'Shippori Mincho', serif;
  --col-black: #333333;
}

@keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

/* TOP PAGE
-------------------------------------------------------------------------*/
/*************************************************************************/
/*     					 STRAT BACKGROUND COMMON  						 */
/*************************************************************************/
#top-office-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#top-office-bg {
  background-image: url(../images/top-office-bg.jpg);
}

/*************************************************************************/
/*     			         END BACKGROUND COMMON  						 */
/*************************************************************************/
/*
*
*
*
*
*
*
*
*
*
*
*/
/*************************************************************************/
/*     			STRAT BREAKPOINT 1440PX ---->99999PX FOR PC  			 */
/*************************************************************************/
.fake-menu {
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 90px;
  background-color: rgba(255, 166, 0, 0.436);
}

.top-scroll {
  width: 20px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 2;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.top-scroll img {
  width: 6px;
}

.top-scroll:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.top-blvideos {
  padding: 130px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-blvideos .video-popup {
  overflow: hidden;
  position: relative;
  margin-top: 49px;
  --green: #63a772;
  --triangle: 20px;
  --circle: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.1);
}

.top-blvideos .video-popup img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  -webkit-filter: grayscale(0) blur(0);
          filter: grayscale(0) blur(0);
}

.top-blvideos .video-popup .play-btn {
  position: absolute;
  width: var(--circle);
  height: var(--circle);
  margin: 0 auto;
  overflow: hidden;
  z-index: 3;
  border-radius: 50%;
  cursor: pointer;
}

.top-blvideos .video-popup .play-btn__io {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: var(--triangle);
  height: var(--triangle);
  border: 100px solid #fff;
}

.top-blvideos .video-popup .play-btn__io::after {
  content: "";
  position: absolute;
  border: solid transparent;
  border-right-width: 0;
  border-left-width: var(--triangle);
  border-top-width: calc(var(--triangle) / 2);
  border-bottom-width: calc(var(--triangle) / 2);
  border-top-color: #fff;
  border-bottom-color: #fff;
  height: 0;
  width: 0;
}

.top-blvideos .video-popup:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-filter: grayscale(30%) blur(2px);
          filter: grayscale(30%) blur(2px);
}

.top-blvideos__te {
  margin-top: 68px;
}

.top-blvideos__te p {
  font-size: 1em;
  font-family: var(--font-sh);
  font-weight: 600;
  line-height: 40px;
  letter-spacing: .16em;
  text-align: center;
}

.top-blvideos__te.-white p {
  color: white;
}

.top-blvideos__te.-black p {
  color: var(--col-black);
}

.top-blvideos.-inhe {
  background-image: url(../images/top-inhe-bg.jpg);
}

.top-blvideos.-divo {
  background-image: url(../images/top-divo-bg.jpg);
}

.top-blvideos.-real {
  background-image: url(../images/top-real-bg.jpg);
}

.top-office {
  padding: 120px 0 140px;
  margin-bottom: 145px;
  overflow: hidden;
}

.top-office .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 81px;
}

.top-office .bl-me {
  background-color: rgba(6, 48, 15, 0.7);
  width: 51%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 73px 109px;
  margin-top: 7px;
  -webkit-box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.1);
}

.top-office .bl-me__ti {
  padding-bottom: 32px;
  border-bottom: 1px solid #84ad8d;
}

.top-office .bl-me__ti p {
  font-family: var(--font-sh);
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}

.top-office .bl-me__ti .en {
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: .16em;
}

.top-office .bl-me__ti .jp {
  font-size: 2.25em;
  line-height: 1.5;
  letter-spacing: .2em;
  text-indent: -.1em;
}

.top-office .bl-me__te {
  margin-top: 26px;
}

.top-office .bl-me__te p {
  font-size: 0.9375em;
  line-height: 40px;
  letter-spacing: .16em;
  font-family: var(--font-sh);
  font-weight: 600;
  text-align: justify;
  color: white;
}

.top-office .bl-in {
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 80px;
}

.top-office .bl-in__ta table {
  width: 100%;
}

.top-office .bl-in__ta table tr td {
  font-size: 0.9375em;
  font-family: var(--font-sh);
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .16em;
  color: white;
  vertical-align: top;
  border: 0;
  padding: 0;
  padding-bottom: 26px;
}

.top-office .bl-in__ta table tr td:first-child {
  font-weight: bold;
  width: 110px;
}

.top-office .bl-in__ma {
  margin-top: 27px;
  line-height: 0;
}

.top-office .bl-in__ma iframe {
  height: 239px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/*************************************************************************/
/*     			 END BREAKPOINT 1440PX ---->99999PX FOR PC  			 */
/*************************************************************************/
/*
*
*
*
*
*
*
*
*
*
*
*/
/*************************************************************************/
/*     		STRAT BREAKPOINT 1400PX ---->769PX FOR PC + TABLET 			 */
/*************************************************************************/
@media only screen and (max-width: 1280px) {
  .top-office .bl-me {
    padding: 70px 50px;
    margin-top: 0;
  }
  .top-office .bl-in {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .top-blvideos .video-popup {
    --triangle: 16px;
    --circle: 85px;
  }
  .top-office .bl-me {
    padding: 50px 30px;
  }
  .top-office .bl-me__ti {
    padding-bottom: 25px;
  }
  .top-office .bl-me__ti .en {
    font-size: 0.9375em;
  }
  .top-office .bl-me__ti .jp {
    font-size: 2em;
  }
  .top-office .bl-me__te {
    margin-top: 20px;
  }
  .top-office .bl-me__te p {
    line-height: 2.3;
  }
  .top-office .bl-in {
    padding: 0;
    padding-left: 30px;
  }
  .top-office .bl-in__ta table tr td {
    padding-bottom: 20px;
  }
  .top-office .bl-in__ta table tr td:first-child {
    width: 90px;
  }
  .top-office .bl-in__ma {
    margin-top: 20px;
    line-height: 0;
  }
  .top-office .bl-in__ma iframe {
    height: 200px;
  }
}

/*************************************************************************/
/*     		 END BREAKPOINT 1399PX ---->769PX FOR PC + TABLET 			 */
/*************************************************************************/
/*
*
*
*
*
*
*
*
*
*
*
*/
/*************************************************************************/
/*     			  STRAT BREAKPOINT 768PX ---->320PX FOR SP  		     */
/*************************************************************************/
@media only screen and (max-width: 768px) {
  .fake-menu {
    height: 60px;
  }
  #top-office-bg {
    background-image: url(../images/top-office-sp-bg.jpg);
  }
  .top-blvideos {
    padding: 70px 0;
  }
  .top-blvideos .video-popup {
    margin-top: 40px;
    --triangle: 15px;
    --circle: 70px;
  }
  .top-blvideos__te {
    margin-top: 40px;
    padding: 0 20px;
  }
  .top-blvideos__te br {
    display: none;
  }
  .top-blvideos__te p {
    text-align: justify;
    line-height: 2.5;
  }
  .top-blvideos.-inhe {
    background-image: url(../images/top-inhe-sp-bg.jpg);
  }
  .top-blvideos.-divo {
    background-image: url(../images/top-divo-sp-bg.jpg);
  }
  .top-blvideos.-real {
    background-image: url(../images/top-real-sp-bg.jpg);
  }
  .top-office {
    padding: 70px 0;
    margin-bottom: 50px;
  }
  .top-office .container {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-office .bl-me {
    padding: 40px 20px;
    width: 100%;
  }
  .top-office .bl-me__ti {
    padding-bottom: 20px;
  }
  .top-office .bl-me__ti p {
    text-align: center;
  }
  .top-office .bl-me__ti .en {
    font-size: 0.8125em;
  }
  .top-office .bl-me__ti .jp {
    font-size: 1.75em;
  }
  .top-office .bl-me__te p {
    font-size: 0.96875em;
  }
  .top-office .bl-in {
    padding: 0 20px;
    width: 100%;
    margin-top: 40px;
  }
  .top-office .bl-in__ta table tr td {
    padding-bottom: 14px;
    font-size: 0.96875em;
    line-height: 1.5;
    letter-spacing: .1em;
  }
  .top-office .bl-in__ta table tr td:first-child {
    width: 75px;
  }
  .top-office .bl-in__ma {
    margin-top: 20px;
  }
  .top-office .bl-in__ma iframe {
    height: 200px;
  }
}

@media only screen and (max-width: 540px) {
  .top-blvideos .video-popup {
    --triangle: 12px;
    --circle: 60px;
  }
  .top-office .bl-in__ma {
    margin-top: 20px;
  }
  .top-office .bl-in__ma iframe {
    height: 160px;
  }
}

@media only screen and (max-width: 360px) {
  .top-blvideos__te {
    padding: 0;
  }
  .top-office .bl-in {
    padding: 0;
  }
}

/*************************************************************************/
/*     			   END BREAKPOINT 768PX ---->320PX FOR SP  				 */
/*************************************************************************/
/* END TOP PAGE
-------------------------------------------------------------------------*/
.foot-banner {
  background-color: #f3f3f3;
  padding: 74px 0;
}

.foot-banner .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
  grid-gap: 10px;
}

.foot-banner .bl-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  border: 1px solid #c4c4c4;
  position: relative;
  z-index: 1;
  background-color: white;
}

.foot-banner .bl-bnr p {
  font-size: 1.25em;
  font-family: var(--font-sh);
  line-height: 1.5;
  letter-spacing: .16em;
  color: #20662e;
  font-weight: 600;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.foot-banner .bl-bnr i {
  color: #20662e;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.foot-banner .bl-bnr i::before {
  opacity: 0;
}

.foot-banner .bl-bnr::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: transparent;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.foot-banner .bl-bnr:hover::before {
  background-color: rgba(32, 102, 46, 0.3);
}

.foot-banner .bl-bnr:hover p {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

.foot-banner .bl-bnr:hover i {
  right: 12px;
}

.foot-banner .bl-bnr:hover i:before {
  opacity: 1;
}

.foot-contents {
  padding: 88px 0 92px;
  background: #fff url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
  --green: #216c33;
}

.foot-contents .container-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.foot-contents .bl-in {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 80px;
}

.foot-contents .bl-in__ti p {
  font-size: 2em;
  line-height: 1.5;
  letter-spacing: .23em;
  color: var(--green);
  font-weight: 600;
  font-family: var(--font-sh);
  position: relative;
  padding-bottom: 36px;
  text-indent: -.15em;
}

.foot-contents .bl-in__ti p::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 2px;
  background-color: var(--green);
}

.foot-contents .bl-in__te {
  margin-top: 40px;
  max-width: 386px;
}

.foot-contents .bl-in__no {
  margin-top: 22px;
}

.foot-contents .bl-in__no p {
  font-family: var(--font-sh);
  font-weight: 600;
  font-size: 1em;
  line-height: 2;
  letter-spacing: .16em;
  color: var(--green);
}

.foot-contents .bl-co {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 80px 0 123px;
}

.foot-contents .bl-co__ti p {
  font-family: var(--font-sh);
  font-weight: 600;
  color: white;
  text-align: center;
}

.foot-contents .bl-co__ti .en {
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: .1em;
}

.foot-contents .bl-co__ti .jp {
  font-size: 2em;
  line-height: 2;
  letter-spacing: .24em;
}

.foot-contents .bl-co__btn {
  width: 100%;
  height: 110px;
  margin-top: 36px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  --tf: -18px;
}

.foot-contents .bl-co__btn > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.foot-contents .bl-co__btn img {
  width: 38px;
  -webkit-transform: translateX(var(--tf));
          transform: translateX(var(--tf));
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.foot-contents .bl-co__btn p {
  font-family: var(--font-sh);
  font-weight: 600;
  -webkit-transform: translateX(var(--tf));
          transform: translateX(var(--tf));
  font-size: 1.875em;
  line-height: 1.5;
  letter-spacing: .1em;
  color: var(--green);
  margin-left: 35px;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.foot-contents .bl-co__btn i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--green);
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  opacity: 0;
}

.foot-contents .bl-co__btn:hover {
  --tf: -26px;
}

.foot-contents .bl-co__btn:hover i {
  right: 10px;
  opacity: 1;
}

.foot-copyrighting {
  padding: 27px 0;
  background-color: #144f22;
  position: relative;
}

.foot-copyrighting .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1118px;
  margin: 0 auto;
}

.foot-copyrighting .container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.foot-copyrighting .container img {
  width: 113px;
}

.foot-copyrighting .container p {
  font-size: 12px;
  font-family: var(--font-sh);
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: .16em;
  color: white;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.foot-copyrighting .container p::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #6b9375;
}

.foot-copyrighting .page-top {
  width: 15px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  position: absolute;
  right: 26px;
  top: -25px;
}

.foot-copyrighting .page-top img {
  width: 6px;
}

.foot-copyrighting .page-top:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

@media only screen and (min-width: 1441px) {
  .foot-copyrighting .container {
    max-width: calc(100% - 160px);
  }
}

@media only screen and (max-width: 1280px) {
  .foot-contents .bl-in {
    padding: 0 30px;
  }
  .foot-contents .bl-co {
    padding: 0 30px;
  }
  .foot-copyrighting .container {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .foot-contents .bl-in {
    padding: 0;
    padding-right: 30px;
  }
  .foot-contents .bl-in__ti p {
    font-size: 1.75em;
    padding-bottom: 30px;
  }
  .foot-contents .bl-in__te {
    max-width: 300px;
  }
  .foot-contents .bl-in__no p {
    font-size: 0.9375em;
  }
  .foot-contents .bl-co {
    padding: 0;
    padding-left: 30px;
  }
  .foot-contents .bl-co__ti .en {
    font-size: 0.9375em;
  }
  .foot-contents .bl-co__ti .jp {
    font-size: 1.75em;
  }
  .foot-contents .bl-co__btn {
    height: 100px;
    --tf: 0;
  }
  .foot-contents .bl-co__btn img {
    width: 30px;
  }
  .foot-contents .bl-co__btn p {
    font-size: 1.625em;
    margin-left: 25px;
  }
  .foot-contents .bl-co__btn:hover {
    --tf: -10px;
  }
}

@media only screen and (max-width: 900px) {
  .foot-contents .bl-in__ti p {
    font-size: 1.5em;
    padding-bottom: 25px;
  }
  .foot-contents .bl-in__no p {
    font-size: 0.875em;
    letter-spacing: .1em;
  }
  .foot-contents .bl-co__ti .jp {
    font-size: 1.625em;
  }
}

@media only screen and (max-width: 768px) {
  .foot-banner {
    padding: 70px 0;
  }
  .foot-banner .container {
    grid-gap: 10px;
  }
  .foot-banner .bl-bnr {
    height: 60px;
  }
  .foot-banner .bl-bnr p {
    font-size: 1.125em;
  }
  .foot-banner .bl-bnr i {
    right: 10px;
    -webkit-transform: translateY(-50%) scale(0.7);
            transform: translateY(-50%) scale(0.7);
  }
  .foot-banner .bl-bnr:hover p {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .foot-banner .bl-bnr:hover i {
    right: 10px;
  }
  .foot-contents {
    background: none;
    padding: 0;
  }
  .foot-contents .container-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    left: 50%;
    right: 50%;
    padding: 0;
    position: relative;
  }
  .foot-contents .bl-in {
    padding: 60px 40px;
    width: 100%;
    background: #fff url(../images/foot-sp-bg.jpg) no-repeat center;
    background-size: cover;
  }
  .foot-contents .bl-in__ti p {
    font-size: 1.625em;
    padding-bottom: 16px;
    text-align: center;
  }
  .foot-contents .bl-in__ti p::before {
    width: 50px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .foot-contents .bl-in__te {
    max-width: 250px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .foot-contents .bl-in__no {
    margin-top: 20px;
  }
  .foot-contents .bl-in__no p {
    font-size: 0.8125em;
    text-align: center;
  }
  .foot-contents .bl-co {
    padding: 60px 40px;
    width: 100%;
    background-color: #216c33;
  }
  .foot-contents .bl-co__ti .en {
    font-size: 0.8125em;
  }
  .foot-contents .bl-co__ti .jp {
    font-size: 1.625em;
  }
  .foot-contents .bl-co__btn {
    height: 65px;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .foot-contents .bl-co__btn img {
    width: 22px;
  }
  .foot-contents .bl-co__btn p {
    font-size: 1.5em;
    margin-left: 25px;
  }
  .foot-copyrighting {
    padding: 13px 0 73px;
  }
  .foot-copyrighting .container {
    padding: 0 20px;
  }
  .foot-copyrighting .container img {
    width: 70px;
  }
  .foot-copyrighting .container p {
    font-size: 8px;
    line-height: 2;
    margin-left: 10px;
    padding-left: 10px;
  }
  .foot-copyrighting .page-top {
    width: 15px;
    position: absolute;
    right: 13px;
    top: -30px;
  }
  .foot-copyrighting .page-top img {
    width: 6px;
  }
  .foot-copyrighting .page-top:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (max-width: 540px) {
  .foot-banner .container {
    grid-gap: 5px;
    padding: 0 20px;
  }
  .foot-contents .bl-co__btn {
    height: 65px;
    width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  .foot-contents .bl-in {
    padding: 60px 20px;
  }
  .foot-contents .bl-co {
    padding: 60px 20px;
  }
}

.gg-arrow-up {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-arrow-up::after,
.gg-arrow-up::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 4px;
}

.gg-arrow-up::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 7px;
}

.gg-arrow-up::before {
  width: 2px;
  height: 16px;
  left: 10px;
  background: currentColor;
}

.gg-arrow-down {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-arrow-down::after,
.gg-arrow-down::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 4px;
}

.gg-arrow-down::after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 7px;
}

.gg-arrow-down::before {
  width: 2px;
  height: 16px;
  left: 10px;
  background: currentColor;
}

.gg-arrow-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-arrow-right::after,
.gg-arrow-right::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 3px;
}

.gg-arrow-right::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 7px;
}

.gg-arrow-right::before {
  width: 16px;
  height: 2px;
  bottom: 10px;
  background: currentColor;
}

.gg-arrow-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-arrow-left::after,
.gg-arrow-left::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 3px;
}

.gg-arrow-left::after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 7px;
}

.gg-arrow-left::before {
  width: 16px;
  height: 2px;
  bottom: 10px;
  background: currentColor;
}

.arrw::before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 30px;
  height: 5px;
  width: 5px;
  border: 1px solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: currentColor;
}

.gg-push-chevron-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.gg-push-chevron-right::after,
.gg-push-chevron-right::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 14px;
  border-right: 2px solid;
  top: 2px;
  right: 0;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.gg-push-chevron-right::after {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 6px;
  top: 4px;
}

.navi-btn {
  position: fixed;
  z-index: 21;
  top: 150px;
  right: -10px;
  display: none;
}

.navi-btn .btn {
  width: 60px;
  height: auto;
  padding: 42px 10px 42px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.navi-btn .btn__io {
  width: var(--ws);
  height: var(--hs);
}

.navi-btn .btn__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.navi-btn .btn__text p {
  font-size: 20px;
  line-height: 1;
  letter-spacing: .2em;
  font-family: var(--font-sh);
  font-weight: 600;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.navi-btn .btn.-phone {
  background-color: white;
  --ws:22px;
  --hs:22px;
}

.navi-btn .btn.-phone .btn__text p {
  color: #216c33;
}

.navi-btn .btn.-web {
  background-color: #216c33;
  --ws:20px;
  --hs:20px;
  margin-top: 10px;
}

.navi-btn .btn.-web .btn__text p {
  color: white;
}

.navi-btn .btn:hover {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

@media only screen and (max-width: 768px) {
  .navi-btn {
    top: unset;
    right: 0;
    bottom: 0;
    width: 100%;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navi-btn .btn {
    margin-top: 0 !important;
    width: calc(100% / 2);
    height: 60px;
    padding: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .navi-btn .btn__text {
    margin-top: 0;
    margin-left: 15px;
  }
  .navi-btn .btn__text p {
    font-size: 15px !important;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    letter-spacing: .05em;
  }
  .navi-btn .btn.-phone {
    --ws:21px;
    --hs:21px;
  }
  .navi-btn .btn.-web {
    --ws:19px;
    --hs:19px;
  }
  .navi-btn .btn:hover {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*  MV
-------------------------------------------------------------------------*/
.top-mv {
  position: relative;
  --hsize: calc(100.6vh);
}

.top-mv .carousel-cell {
  width: 100%;
  margin: 0 auto;
  -webkit-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}

.top-mv .carousel img {
  display: block;
  width: 100%;
  height: var(--hsize);
  -o-object-fit: cover;
     object-fit: cover;
}

.top-mv .container-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.top-mv .top-scroll {
  bottom: 40px;
  right: 23px;
}

.top-mv::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

@media only screen and (min-width: 1441px) {
  .top-mv {
    --hsize: calc(100vh);
  }
}

@media only screen and (max-width: 768px) {
  .top-mv {
    --hsize: calc(100vh);
  }
  .top-mv .top-scroll {
    bottom: 15px;
    right: 20px;
  }
  .top-mv .container-md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 18vh;
  }
}

.vi-dis, .vi-dis2, .vi-dis3 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  display: none;
}

.vi-center, .vi-center2, .vi-center3 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vi-center .popUpWrapper, .vi-center2 .popUpWrapper, .vi-center3 .popUpWrapper {
  width: 100%;
  height: 100%;
  z-index: 100;
}

.vi-center #videoWrap, .vi-center2 #videoWrap, .vi-center3 #videoWrap {
  width: 100%;
  height: 100%;
}