@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900&display=swap');

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Serif Japanese';
   font-style: normal;
   font-weight: 700;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf) format('opentype');
 }


/*---------------------------------
common
--------------------------------*/
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
  letter-spacing: 0.03em;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

p {
  padding: 10px 0;
  line-height: 1.7;
}

p.image {
  padding: 0;
}

h1, h2, h3 {
   margin: 0;
   padding: 0;
}


* {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; 
}

html {
  overflow-y: scroll; 
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch
}

ol, ul {
  list-style: none; 
}

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

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden; 
}

.cf:after {
  clear: both; 
}

.cf {
  zoom: 1; 
}


img {
  vertical-align: bottom; 
}

a {
   opacity: 1.0;
   text-decoration: none;
   -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.sp {
    display: none!important;
}

.pc {
    display: block!important;
}

@media screen and (max-width: 768px) {
body {
  font-size: 14px;
  line-height: 1.5;
}
.pc {
        display: none!important;
}

.sp {
        display: block!important;
}
}


h3.en {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.15rem;
  padding: 30px 0;
}

h3.jp_min {
  font-family: "Noto Serif Japanese", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: normal;
  font-size: 24px;
  padding: 0 0 20px;
  line-height: 1.4;
  /*-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;*/
}

h3.jp {
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 20px;
   line-height: 1.4;
   -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

a.btn01 { 
       position:relative;
       display:block;
       padding: 0; 
       margin: 20px 0;
       width:300px; 
       height: 50px;
       line-height:50px; 
       text-align:center; 
       border: solid 2px #000;
       color:#000; 
       font-weight: bold;
       font-size: 16px; 
       letter-spacing: .1em; 
       font-family: 'Raleway', sans-serif;
       font-weight: 500;
        -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}

a.btn01:hover {
	letter-spacing: 0.25rem;
}

a.btn02 { 
       position:relative;
       display:block;
       padding: 0; 
       margin: 20px 0;
       width:300px; 
       height: 50px;
       line-height:50px; 
       text-align:center; 
       border: solid 2px #fff;
       color:#fff; 
       font-weight: bold;
       font-size: 16px; 
       letter-spacing: .1em; 
       font-family: 'Raleway', sans-serif;
       font-weight: 500;
        -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}

a.btn02:hover {
	letter-spacing: 0.25rem;
}





/***** コンテンツ幅 制御 *****/
.contents_box {
     position:relative;
     display: block;
     width: 90%;
     max-width: 1200px;
     margin: 30px auto;
}



@media screen and (max-width: 768px) {
p {
  padding: 5px 0;
  line-height: 1.5;
}

h3.en {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.06rem;
  padding: 20px 0 5px;
}

h3.jp_min {
  font-size: 20px;
  padding: 5px 0;
}

h3.jp {
  font-weight: bold;
  font-size: 20px;
  padding: 0 0 5px;
}

a.btn01, a.btn02 { 
       position:relative;
       display:block;
       padding: 0; 
       margin: 15px 0;
       width: 80%; 
}

a.btn01, a.btn02 { 
       position:relative;
       display:block;
       padding: 0; 
       margin: 20px auto;
}
}




/* SIDE NAVI
    ドロワーメニュー
------------------------------------------------- */
.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(5, 5, 5, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
main {
  position: relative;
  width: 95%;
  height: 100vh;
  /*padding: 0 50px;*/
  background-color: #fff;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.open {
  transform: translateX(-250px);
}

.menu-trigger {
  background-color: #18356f;
  display: inline-block;
  width: 5%;
  height: 70px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  padding: 30px 0;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  width: 70%;
  top: 20px;
  left: 15%;
  height: 2px;
  background-color: #fff;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 20px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(13px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 33px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  top: 46px;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-13px) rotate(45deg);
}

nav {
  width: 250px;
  height: 100%;
  padding-top: 180px;
  background-color: #18356f;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .5s;
}
nav.open {
  transform: translateZ(0);
}

nav ul {
   display: block;
   width: 100%;
   margin: 0 auto;
   padding: 0;
}
nav li {
  text-align: center;
  padding: 15px 0;
}


nav li a {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1rem;
}

nav li a.active {
    color: #777;
} 

nav li a:hover {
   color: #aaa;
}
 

/* FOOTER
------------------------------------------------- */
footer {
     position: relative;
     display: block;
      width: 100%;
      height: auto;
      padding: 60px 0;
      background-color: #f5f5f5;/* dbdbdb*/
}


footer .footbox{
      position: relative;
      width: 90%;
      max-width: 1200px;
      height: auto;
      margin: 0 auto;
      padding-bottom: 40px;
      display: flex;
  justify-content: center;
  align-items: center;
}


footer .foot_logo {
      width: 24%;
      margin: 0;
     text-align: left;
     float: left
}

footer .foot_logo h1 {
   font-family: 'Raleway', sans-serif;
   font-weight: 700;
   font-size: 20px;
   text-align: left;
    line-height: 1;
    margin: 0;
    color: #333;
}

footer .foot_logo h1 span {
   font-weight: 400;
   font-size: 19px;
   padding-left: 5px;
}



footer a {
     color: #878787;
     -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

footer a:hover {
      color: #333;
}


footer .navi {
       width: 76%;
       padding: 0;
       float: right;
}


footer .navi .box {
       width: 100%;
       float: right;
}

footer .navi .box .list {
       margin: 3px auto;
       padding-left: 20px;
       float: right;
       text-align: right;
}


footer .navi .box .list .name {
        position: relative;
        display: block;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
        font-weight: 600;
	line-height: 1;
        text-align: right;
}



footer .address {
     display: block;
     width: 90%;
     max-width: 1200px;
     margin: 0 auto;
}

footer .address p.left {
      padding: 0;
      font-size: 12px;
      letter-spacing: 0;
      text-align: left;
      color: #878787;
}

footer .address p.right {
      padding:0;
      margin-top: -20px;
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 11px;
      color: #878787;
      text-align: right;
}

footer .address p.right i {
      font-weight: 400;
      font-size: 10px;
      padding-right: 5px;
}



#page-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 6100;
}

#page-top a {
    background-color: rgba(42,42,42,0.3);
    text-decoration: none;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2rem;
    text-align: center;
    display: block;
    
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(42,42,42,0.6);
}


/* トップページ
    FV
------------------------------------------------- */

.page-view {
  position: relative;
  width: 100%;
  height: 100vh;
 /* position: absolute;
  top: 0;
  left: 0;*/
  margin-left: 0;
  /*margin-top: -46px;*/
  z-index: 98;
}


.page-view .project {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/fv.jpg);
  background-position: center center;
  background-repeat:no-repeat;
  background-size: cover;
  /*object-fit: cover; */
}



.page-view .project .text {
  width: 80%;
  max-width: 1200px;
  position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  display: table;
  text-align: left;
  color: #fff;
}


.page-view .project .text h1 {
   font-family: 'Raleway', sans-serif;
   font-weight: 700;
   font-size: 155px;
   text-align: left;
   letter-spacing: 0.1em;
    line-height: 0.9;
    margin: 0;
}

.page-view .project .text h1 span {
   display: block;
   font-weight: 300;
   font-size: 120px;
   letter-spacing: 0.03em;
}

.page-view .project .text h2{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 30px 0 0 10px;
    
}

/*****  NEWS  *****/
.page-view .news_box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}

.page-view .news_box a {
    color: #fff;
}

.page-view .news_box .news_in {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-view .news_box .news_in .n_left {
   background-color: #18356f;
   width: 20%;
   height: 50px;
   padding-top: 2px;
   font-family: 'Raleway', sans-serif;
  font-weight: 400;
   text-align: center;
   font-size: 16px;
   line-height: 1;
   letter-spacing: 0.06em;
   display: table-cell; /* IE8から使用可能 */
 vertical-align: middle;
   float: left;
}


.page-view .news_box .news_in .n_right {
   background-color: #000;
   width: 80%;
   height: 50px;
   padding-top: 5px;
   padding-left: 35px;
   text-align: left;
   float:  right;
}

.page-view .news_box .news_in .n_right span {
    font-family: 'Raleway', sans-serif;
  font-weight: 400;
    padding-right: 15px;
}

a.arrows {
  position: absolute;
  width: 17px;
  height: 150px;
  bottom: 0 ;
  right: -3%;
  text-align: center;
  color: #878787;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  z-index: 9;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}


a.arrows span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 15px;
  height: 40px;
  border-left:1px solid #878787;
}



@media screen and (max-width: 768px) {
main {
  width: 100%;
  height: 100vh;
  /*padding: 0 50px;*/
  background-color: #fff;
  transition: all .5s;
  display: block;
}

.menu-trigger {
  background-color: #18356f;
  display: inline-block;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  padding: 5px 0;
}

nav {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background-color: #18356f;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(100%);
  transition: all .5s;
}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  width: 70%;
  top: 15px;
  left: 15%;
  height: 2px;
  background-color: #fff;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 15px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(13px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 28px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  top: 41px;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-13px) rotate(45deg);
}


.page-view .project .text {
  width: 90%;
  position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  display: table;
  text-align: center;
  color: #fff;
}


.page-view .project .text h1 {
   font-family: 'Raleway', sans-serif;
   font-weight: 700;
   font-size: 150px;
   text-align: center;
    letter-spacing: 0.15rem;
}

.page-view .project .text h1 span {
   display: block;
   font-weight: 300;
   font-size: 110px;
   letter-spacing: 0.04rem;
}

.page-view .project .text h2{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 25px auto 0;
    letter-spacing: 0;
}

 a.arrows {
  position: absolute;
  width: 12px;
  height: 160px;
  bottom: -220px;
  right: 50%;
  margin-right: -6px;
  text-align: center;
  color: #eee;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  z-index: 99;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}


a.arrows span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 12px;
  height: 45px;
  border-left: 0.8px solid #eee;
}



footer {
     position: relative;
     display: block;
      width: 100%;
      height: auto;
      padding: 30px 0 15px;
      background-color: #f5f5f5;
}


footer .footbox{
      position: relative;
      width: 90%;
      max-width: 1200px;
      height: auto;
      margin: 0 auto;
      padding-bottom: 25px;
      display: block;
}


footer .foot_logo {
      width: 100%;
      margin: 0 auto;
     text-align: center;
     float: none
}

footer .foot_logo h1 {
   font-family: 'Raleway', sans-serif;
   font-weight: 700;
   font-size: 20px;
   text-align: center;
    line-height: 1;
    margin: 0;
    color: #333;
}

footer .foot_logo h1 span {
   font-weight: 400;
   font-size: 19px;
   padding-left: 5px;
}

footer a {
     color: #777;
     -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

footer a:hover {
      color: #333;
}


footer .navi {
       width: 90%;
       margin: 30px auto 5px;
       padding: 0;
       float: none;
}


footer .navi .box {
       width: 100%;
       float: none;
}

footer .navi .box .list {
       width: 31%;
       margin: 1%;
       padding: 0;
       float: left;
       text-align: center;
}

footer .navi .box .list .name {
        position: relative;
        display: block;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
        font-weight: 600;
	line-height: 1;
        text-align: center;
}

footer .address {
     display: block;
     width: 90%;
     max-width: 1200px;
     margin: 0 auto;
}

footer .address p.left {
      padding: 0 0 10px;
      font-size: 11px;
      letter-spacing: 0;
      text-align: center;
      color: #878787;
}

footer .address p.right {
      padding:0;
      margin-top: 30px;
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 10px;
      color: #878787;
      text-align: center;
}

footer .address p.right i {
      font-weight: 400;
      font-size: 8px;
      padding-right: 3px;
}


#page-top {
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 6100;
}

#page-top a {
    background-color: rgba(42,42,42,0.3);
    text-decoration: none;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
    text-align: center;
    display: block;
    
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(42,42,42,0.6);
}



/***** NEWS *****/
.page-view .news_box .news_in .n_left {
   display: block;
   background-color: #18356f;
   width: 15%;
   padding-top: 2px;
   min-height: 80px;
   float: left;
   font-family: 'Raleway', sans-serif;
  font-weight: 400;
   text-align: center;
   font-size: 13px;
   letter-spacing: 0.06em;
}


.page-view .news_box .news_in .n_right {
   display: block;
   background-color: #000;
   width: 85%;
   padding-top: 2px;
   min-height: 80px;
   float:  right;
   padding-left: 15px;
   text-align: left;
}

.page-view .news_box .news_in .n_right span {
    /*font-family: 'Raleway', sans-serif;
    font-weight: 400;*/
    display: block;
    padding-right: 10px;
    padding-bottom: 5px;
    font-size: 12px;
}
}


@media screen and (max-width: 650px) {
main {
  width: 100%;
  height: 85vh;
  /*padding: 0 50px;*/
  background-color: #fff;
  transition: all .5s;
  display: block;
  flex-direction: none;
}

.page-view {
  position: relative;
  width: 100%;
  height: 85vh;
}
.page-view .project .text {
  width: 90%;
  max-width: 1000px;
  position: absolute;
  top: 43%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  display: table;
  text-align: center;
  color: #fff;
}

.page-view .project .text h1 {
   font-family: 'Raleway', sans-serif;
   font-weight: 700;
   font-size: 95px;
   text-align: center;
    letter-spacing: 0.15rem;
}

.page-view .project .text h1 span {
   display: block;
   font-weight: 300;
   font-size: 70px;
   letter-spacing: 0.04rem;
}

.page-view .project .text h2{
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: 25px 0 0;
    letter-spacing: 0;
}

 a.arrows {
  position: absolute;
  width: 12px;
  height: 160px;
  bottom: -160px;
  right: 50%;
}
}





/***** ABOUT *****/

#about {
    position: relative;
    display: block;
    width: 100%;
    margin: 80px auto;
}

#about:before{
    position:absolute;
    z-index:-1;
    left:0;
    bottom: 0;
    width:70%;
    height:70%;
    content:"";
    background-color: #f5f5f5;
}
#about .right_image {
     position: absolute;
     top: 0;
     right: 0;
     width: 55%;
     max-height: 520px;
     overflow: hidden;
     z-index: 1;
}

#about .right_image img {
      width: 100%;
      height: auto;
      background-position: right center;
}

#about .left_box {
     position: relative;
     padding-bottom: 80px;
     z-index: 2;
}

#about .left_box .text {
      padding: 10px 0;
}

@media screen and (max-width: 768px) {
#about {
    position: relative;
    display: block;
    width: 100%;
    margin: 30px auto 50px;
}

#about:before{
    display: none
}

#about .left_box {
     position: relative;
     padding-bottom: 0;
     z-index: 2;
}

#about .right_image {
     position: relative;
     width: 100%;
     z-index: 1;
}
}


/***** WORK *****/

#work {
    position: relative;
    display: block;
    width: 100%;
    margin: 80px auto;
    color: #fff;
}

#work:before{
    position:absolute;
    z-index:-1;
    right:0;
    bottom: 0;
    width:90%;
    height:85%;
    min-height: 440px;
    content:"";
    background-color: #000;
}

#work .boxs {
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
}
#work .left_image {
     width: 50%;
     padding-right: 20px;
     padding-bottom: 20px;
     float: left;
}

#work .left_image img {
      width: 100%;
      height: auto;
}

#work .right_box {
     width: 50%;
     padding-left: 20px;
     float: right;
}

#work .right_box .text {
      padding:  10px 0;
}

@media screen and (max-width: 768px) {
#work {
    position: relative;
    display: block;
    width: 100%;
    margin: 30px auto;
    padding: 20px 0;
    background-color: #000;
    color: #fff;
}

#work:before{
    display: none;
}

#work .boxs {
     position: relative;
     display: block;
}
#work .left_image {
     width: 100%;
     padding-right: 0;
     padding-bottom: 0;
     float: none;
}

#work .left_image img {
      width: 100%;
      height: auto;
}

#work .right_box {
     width: 100%;
     padding: 0;
     float: none;
}

#work .right_box .text {
      padding:  10px 0;
}

}

/***** PERSON *****/

#person {
    position: relative;
    display: block;
    width: 100%;
    margin: 80px auto;
}

#person .right_image {
     position: absolute;
     top: 0;
     right: 0;
     width: 65%;
     max-height: 520px;
     overflow: hidden;
     z-index: 1;
}

#person .right_image img {
      width: 100%;
      height: auto;
      background-position: right center;
}

#person .left_box {
     position: relative;
     width: 45%;
     padding: 60px 0 40px;
     z-index: 2;
}

#person .left_box .text {
      padding: 10px 0;
}

@media screen and (max-width: 768px) {
   #person {
    position: relative;
    display: block;
    width: 100%;
    margin: 30px auto 0;
}
#person .right_image {
     position: relative;
     width: 100%;
     z-index: 1;
}

#person .right_image img {
      width: 100%;
      height: auto;
      background-position: center center;
}

#person .left_box {
     position: relative;
     width: 100%;
     padding: 10px 0;
     z-index: 2;
}

#person .left_box .text {
      padding: 10px 0;
}
}


/***** LINKZOON *****/

#link_zoon {
     position: relative;
     width: 100%;
}

#link_zoon .left_image {
     position: relative;
     width: 50%;
     margin: 50px auto;
     float: left;
     /*transition-duration: 0.4s;*/
}
/*#link_zoon .left_image:hover {
	transform: scale(0.96);
}*/


#link_zoon .right_image {
     position: relative;
     width: 50%;
     margin: 50px auto;
     float: right;
}


#link_zoon .center_image {
     position: relative;
     display: block;
     width: 100%;
     height: 200px;
     margin: 0 auto 50px;
     background-color: #18356f;
     float: none;
}


#link_zoon .left_image .image, #link_zoon .right_image .image {
      position: relative;
      width: 100%;
}

#link_zoon .left_image .image img, #link_zoon .right_image .image img {
      width: 100%; 
      height: auto;
}

#link_zoon .left_image .text, #link_zoon .right_image .text, #link_zoon .center_image .text  {
     position: absolute;
     top: 50%;
     left: 50%;
     -ms-transform: translate(-50%,-50%);
     -webkit-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
     margin:0;
     padding:0;
     color: #fff;
     font-family: 'Raleway', sans-serif;
     font-weight: 700;
     font-size: 32px;
     letter-spacing: 0.15rem;
     text-align: center;
}

#link_zoon .left_image .text span, #link_zoon .right_image .text span, #link_zoon .center_image .text span {
       display: block;
       font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
       font-weight: bold;
       font-size: 14px;
       line-height:1;
}

@media screen and (max-width: 768px) {

#link_zoon .left_image {
     position: relative;
     width: 50%;
     margin: 30px auto 0;
     float: left;
     transition-duration: 0.4s;
}

#link_zoon .right_image {
     position: relative;
     width: 50%;
     margin: 30px auto 0;
     float: right;
     transition-duration: 0.4s;
}

#link_zoon .center_image {
     position: relative;
     display: block;
     width: 100%;
     height: 200px;
     margin: 0 auto 30px;
     background-color: #18356f;
     float: none;
     transition-duration: 0.4s;
}    

#link_zoon .left_image:hover, #link_zoon .right_image:hover, #link_zoon .center_image:hover {
	transform: scale(1.0);
}

#link_zoon .left_image .text, #link_zoon .right_image .text, #link_zoon .center_image .text  {
     position: absolute;
     top: 50%;
     left: 50%;
     -ms-transform: translate(-50%,-50%);
     -webkit-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
     margin:0;
     padding:0;
     color: #fff;
     font-family: 'Raleway', sans-serif;
     font-weight: 700;
     font-size: 22px;
     letter-spacing: 0.08rem;
     text-align: center;
}

#link_zoon .left_image .text span, #link_zoon .right_image .text span, #link_zoon .center_image .text span {
       font-size: 10px;
       line-height:1;
       letter-spacing: 0;
}


}

@media screen and (max-width: 650px) {
#link_zoon .center_image {
     height: 105px;
}    
}


/***** pages-style *****/

#page {
    position: relative;
    display: block;
    width: 100%;
    margin: 80px auto;
}



#page .center_box {
     position: relative;
     display: block;
     width: 100%;
     padding-bottom: 80px;
}

#page .center_box .text {
      padding: 10px 0;
}

@media screen and (max-width: 768px) {
#page {
    position: relative;
    display: block;
    width: 100%;
    margin: 30px auto 50px;
}


#page .center_box {
     padding-bottom: 0;
}
}

/***** pages-COMPANY *****/

#page .company h3 {
      text-align: center;
}



.company p.map {
position: relative;
padding-bottom: 50%;/*56.25%*/
padding-top: 30px;
margin-bottom: 60px;
height: 0;
overflow: hidden;
}

.company p.map iframe,
.company p.map object,
.company p.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* --------- original table --------- */

.company table {
    width: 100%;
    margin: 0 auto 30px;
    /*border-collapse: separate;*/
    /*border-spacing: 0 15px;*/
}
 
.company table th,
.company table td {
    padding: 10px;
}
 
.company table th {
    background: #f7f0eb;/* f8f5ed*/
    vertical-align: middle;
    text-align: center;
    width: 200px;
    overflow: visible;
    position: relative;
    font-weight: normal;
}
 

 
.company table td {
    background: #f9f9f9;
    padding-left: 50px;
    text-align: left;
}

    
@media screen and (max-width: 768px) {


.company table {
    width: 100%;
    margin: 0 auto 40px;
    border-collapse: collapse;
    border-spacing: 0;
}


.company table th, #company table td {
   display: block;
   width: 100%;
}


.company .table th {
    text-align: left;
    padding-left: 20px;
    font-weight: bold;
}

.company .table td {
    background: #f8f8f8;
    padding: 20px;
    padding-left: 20px;
    text-align: left;
}

}



/*****footer追加*****/
.footer__note{
  font-size: 12px;
  letter-spacing: 0;
  color: #878787;
  padding-bottom: 0;
  margin-top: 1em;
}