@charset "utf-8";

/* ----------------------------------------------

 * Basis

---------------------------------------------- */
body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: .15em;
  font-family: futura-pt,"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  display: inline-block;
}
ul,li {
  list-style: none;
  margin: 0;
  padding: 0;
}
figure,figcaption {
  margin: 0;
  padding: 0;
}
.obf {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.pc {
  display: none;
}
.tab {
  display: none;
}


/*================================================
 □ FONT
 ================================================*/

h1,h2,h3,h4,h5,h6,p {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 15px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: .2em;
  padding: .5em 0;
}
h4 {
  font-size: 18px;
  font-weight: 600;
  padding: .5em 0;
}
h5 {
  font-size: 14px;
  font-weight: normal;
}
h6 {
  font-size: 12px;
  font-weight: normal;
}
p {
  color: #535353;
  padding: 1em 0;
}


/*================================================
 □ aタグの設定
 ================================================*/
a {
  outline:none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.6;
}


/*================================================
 □ ボタンの設定
 ================================================*/

@import url(//codepen.io/chrisdothtml/pen/ojLzJK.css);
.animate, .btn, .btn-border-o:before, .btn-border-o:after, .btn-border:before, .btn-border:after, .btn-border-rev-o:before, .btn-border-rev-o:after, .btn-border-rev:before, .btn-border-rev:after, .btn-fill-vert-o:before, .btn-fill-vert-o:after, .btn-fill-vert:before, .btn-fill-vert:after, .btn-fill-horz-o:before, .btn-fill-horz-o:after, .btn-fill-horz:before, .btn-fill-horz:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
button {
  outline: none;
  border: none!important;
  background-color: transparent;
}
.btn {
  display: inline-block;
  line-height: 35px;
  margin: 0;
  padding: 1em 5em;
  font-size: 12px;
  position: relative;
  opacity: .999;
  font-family: futura-pt,"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  letter-spacing: .15em;
  cursor: pointer;
  cursor: hand;
}
.btn-border-o {
  background-color: transparent;
  border: 1px solid #0000fe;
  color: #0000fe;
}
.btn-border-o:before, .btn-border-o:after {
  content: '';
  border-style: solid;
  position: absolute;
  z-index: 5;
  box-sizing: content-box;
}
.btn-border-o:before {
  width: 0;
  height: 100%;
  border-width: 1px 0 1px 0;
  top: -1px;
  left: 0;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.btn-border-o:after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
  top: 0;
  left: -1px;
}
.btn-border-o:hover:before {
  width: 100%;
}
.btn-border-o:hover:after {
  height: 100%;
}
.btn-border-o.btn-green:before, .btn-border-o.btn-green:after {
  border-color: #fe0000;
}
.btn-border-o.btn-green:hover {
  color: #fe0000;
}
a.btn {
  color: #0000fe;
}
a.btn:hover {
  color: #fe0000;
  opacity: 1;
}

/*================================================
 □ HEADER
 ================================================*/
.drawer--navbarTopGutter {
  padding-top: 0;
}
.drawer-container {
  max-width: 100%;
}
.drawer-navbar {
  width: 100%;
  background-color: #ffffff;
  border-bottom: none;
}
.drawer-navbar-header {
  text-align: left;
}
.drawer-navbar .drawer-navbar-header {
  width: 88%;
  height: 54px;
  padding: 0 6%;
  margin: 0;
  border-bottom: none;
  display: flex;
  align-items: center;
  box-sizing: initial;
}
.drawer-navbar .drawer-brand {
  line-height: 1em;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 15px;
}
.drawer-navbar .drawer-brand img {
  width: 24px;
  padding: 0 .8em 0 0;
}
.drawer-hamburger {
  padding: 0;
  width: 2.5em;
  height: 54px;
}
.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  right: 6%;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  height: 1px;
}
.drawer-hamburger-icon {
  margin: 0;
  background-color: #fe0000;
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #0000fe;
}
.drawer-hamburger-icon {
  margin: 0;
}
.drawer-navbar .drawer-nav {
  padding-top: 0;
  background-color: #1b1b1b;
  height: 100%;
}
.drawer-navbar .drawer-menu {
  padding: 54px 0 0 0;
}
.drawer-menu li {
  padding: 0;
  font-size: 15px;
}
.drawer-menu-item {
  color: #ffffff;
  padding: 1.5em 0 1.5em 12%;
  width: 88%;
  display: inline-block;
  font-size: 15px;
}
.drawer-menu-item:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: .6;
}
.drawer-dropdown-menu {
  margin: 0;
  padding: .8em 0;
}
.drawer-dropdown-menu li {
  width: 100%;
}
.drawer-dropdown-menu-item {
  padding: 1em 0 1em 12%;
  width: 88%;
  line-height: 1em;
  display: inline-block;
}
.drawer-dropdown-menu-item:hover {
  text-decoration: none;
}


/* -------------------------------------------------- */

@media (min-width:768px) {

/* -------------------------------------------------- */
.drawer-navbar .drawer-navbar-header {
  height: 80px;
}
.drawer-navbar .drawer-brand img {
  width: 45px;
}
.drawer-navbar .drawer-brand {
  font-size: 20px;
}
.drawer-hamburger {
  height: 80px;
}
.drawer-navbar .drawer-menu {
  padding: 80px 0 0 0;
}
}

/* -------------------------------------------------- */

@media (min-width:992px) {

/* -------------------------------------------------- */
.drawer-navbar {
  height: 100px;
  background: linear-gradient(90deg,#ffffff 0%,#ffffff 80%,#1b1b1b 80%,#1b1b1b 100%);
}
.drawer-container {
  width: 84%;
  padding: 0 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drawer-navbar .drawer-navbar-header {
  width: auto;
  padding: 0;
  height: 100px;
}
.drawer-navbar .drawer-brand img {
  width: 45px;
}
.drawer-navbar .drawer-nav {
  background-color: #ffffff;
  height: 100px;
}
.drawer-navbar .drawer-menu {
  height: 100px;
  padding: 0;
  display: flex;
  align-items: center;
}
.drawer-menu li a {
  font-size: 12px;
}
.drawer-navbar .drawer-menu li {
  float: none;
  height: 100px;
  display: flex;
  align-items: center;
}
.drawer-navbar .drawer-menu li:last-of-type {
  background-color: #1b1b1b;
  padding: 0 2em;
  margin: 0 0 0 .5em;
}
.drawer-navbar .drawer-menu li:last-of-type a {
  color: #ffffff;
}
.drawer-navbar .drawer-menu-item {
  line-height: 1em;
  color: #000000;
  padding: 0 2em 0 0;
  margin: 0;
}
.drawer-navbar .drawer-menu-item:hover {
  opacity: .6;
}
.drawer-navbar .drawer-menu .drawer-dropdown-menu li:last-of-type {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.drawer-navbar .drawer-dropdown-menu {
  border: none;
  top: 100px;
  margin: 0;
  background-color: #1b1b1b;
}
.drawer-navbar .drawer-menu .drawer-dropdown-menu li {
  height: auto;
  width: 100%;
  padding: 0;
}
.drawer-navbar .drawer-menu .drawer-dropdown-menu li a {
  color: #ffffff;
  padding: 1.5em 10%;
  width: 80%;
}
}


/*================================================
 □ FV
 ================================================*/

#top_fv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.tfv_1 {
  position: absolute;
  top: 15vh;
  left: 0;
  width: 65vw;
  height: 85vh;
  background-color: #1b1b1b;
  z-index: -1;
}
.tfv_2 {
  position: absolute;
  top: 54px;
  right: 0;
  width: 78vw;
  height: 78vh;
  background-color: #0000fe;
}
.tfv_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .6;
}
.scr {
  position: absolute;
  bottom: 0;
  left: 12vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1%;
}
.scr p {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode:vertical-rl;
  transform: rotateZ( 180deg );
  -moz-transform:    rotateZ( 180deg );  /* Firefox用 */
  -webkit-transform: rotateZ( 180deg );  /* Chrome,Safari,新しいOpera用 */
  -o-transform:      rotateZ( 180deg );  /* 古いOpera用 */
  -ms-transform:     rotateZ( 180deg );  /* IE9用 */
}
.scr p a {
  font-size: 11px;
  letter-spacing: .2em;
  line-height: 0;
  color: #b5b5b5;
  transition: all .3s;
}
.scr p a:hover {
  transition: all .3s;
}
.scr .bou {
  width: 1px;
  height: 32vh;
  background-color: #b5b5b5;
  margin-top: 1em;
}
#top_fv #cc {
  position: absolute;
  top: 30vh;
  left: 9vw;
  width: 85%;
  max-width: 950px;
}


/*================================================
 □ CONTENTS
 ================================================*/

#top_content {
  padding: 2em 0 0 0;
}
#top_content figure {
  padding: 10% 0;
}
#top_content figcaption {
  width: 88%;
  margin: 0 auto;
}
.fgimg {
  width: 100%;
  height: 270px;
}
.fgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----- ↓ SERVICE ↓ -----*/

#t_service {
  width: 100%;
  position: relative;
}
#t_service .s_bg {
  position: absolute;
  top: 15vh;
  right: 0;
  width: 20vw;
  height: 90%;
  background-color: #eeeeee;
  z-index: -1;
}
#t_service h3, #t_service h6 {
  width: 88%;
  margin: 0 auto;
}
#t_service h4 {
  display: flex;
  align-items: center;
}
#t_service h4 i {
  color: #0000fe;
}
#t_service .btn {
  margin: 1em 0 4em;
}
#t_service figure:first-of-type .fgimg img {
  object-position: 0 0;
}

/*----- ↓ CONTACT ↓ -----*/

#cmn_contact h3, #cmn_contact h6 {
  width: 88%;
  margin: 0 auto;
}
#cmn_contact figcaption {
  background-color: #1b1b1b;
  color: #b5b5b5;
  padding: 8% 6%;
  filter: drop-shadow(.5em .5em .5em rgba(0,0,0,0.4));
}
#cmn_contact figcaption p {
  color: #b5b5b5;
  padding: 2em 0;
}
#cmn_contact h5 {
  display: flex;
  align-items: center;
}
#cmn_contact h5 i {
  color: #0000fe;
}
#cmn_contact h2 {
  font-size: 12vw;
  font-weight: 400;
  padding: .5em 0 .7em;
}
#cmn_contact h2 a {
  color: #ffffff;
}
#cmn_contact .btn-border-o {
  color: #ffffff;
  margin: 2em 0;
}
#cmn_contact .btn-border-o a {
  color: #ffffff;
}

/*================================================
 □ footer
 ================================================*/
footer {
  width: 100%;
  padding: 3em 0 0 0;
}
.f_logo {
  width: 88%;
  margin: 0 auto;
}
footer h1 {
  width: 100%;
  margin: 0 auto;
}
footer h1 a {
  display: flex;
  align-items: center;
  font-size: 14px;
}
footer h1 img {
  width: 26px;
  padding: 0 .8em 0 0;
}
footer p {
  font-size: 12px;
}
#f_bm {
  width: 88%;
  padding: 2em 6%;
  background-color: #1b1b1b;
  color: #b5b5b5;
}
#f_bm img {
  width: 35px;
}
#f_bm ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0;
}
#f_bm ul li {
  padding: .5em 1.2em .5em 0;
}
#f_bm ul li a {
  font-size: 12px;
  color: #b5b5b5!important;
}
#f_bm p {
  font-size: 9px;
  line-height: 1.5em;
  color: #b5b5b5;
}

/*================================================
 □ TOPに戻る
 ================================================*/

.totop {
  position: fixed;
  bottom: 4vh;
  right: 5vw;
  display: flex;
  align-items: center;
}
.sankaku {
  border-right: 20px solid transparent;
  border-bottom: 33px solid #0000fe;
  border-left: 20px solid transparent;
}
.totop p {
  color: #0000fe;
  font-size: 10px;
  font-weight: 600;
  margin: 0 auto;
  padding: 1em 0;
  line-height: 0;
  text-align: center;
}

/* -------------------------------------------------- */

@media (min-width:576px) {

/* -------------------------------------------------- */
}




/* -------------------------------------------------- */

@media (min-width:768px) {

/* -------------------------------------------------- */

h1 {
  font-size: 20px;
}
.sp_tab {
  display: none;
}
.tab {
  display: inline-block;
}

/*================================================
 □ FV
 ================================================*/

.tfv_1 {
  top: 20vh;
  left: 0;
  width: 70%;
  height: 80vh;
  background-color: #1b1b1b;
}
.tfv_2 {
  position: absolute;
  top: 80px;
  right: 0;
  width: 70vw;
  height: 70vh;
}
.tfv_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .6;
}
.scr {
  bottom: 0;
  left: 12vw;
}
.scr p a {
  font-size: 12px;
}
#top_fv #cc {
  top: 29vh;
  left: 11vw;
  width: 80%;
}

/*================================================
 □ content
 ================================================*/

.fgimg {
  height: 380px;
}
#t_service figure:last-of-type .fgimg img {
  object-position: 0 0;
}

/*----- ↓ CONTACT ↓ -----*/

#cmn_contact figure {
  display: block;
  position: relative;
  padding: 10% 0;
}
#cmn_contact h3, #cmn_contact h6 {
  color: #ffffff;
}
#cmn_contact .fgimg {
  width: 90%;
  height: 75vh;
  background-image: url(../img/contact.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#cmn_contact .fgimg img {
  display: none;
}
#cmn_contact figcaption {
  position: absolute;
  top: 30%;
  right: 0;
  width: 50vw;
  background-color: #1b1b1b;
  color: #b5b5b5;
  padding: 6%;
}
#cmn_contact figcaption p {
  color: #b5b5b5;
}
#cmn_contact h5 {
  display: flex;
  align-items: center;
}
#cmn_contact h5 i {
  color: #0000fe;
}
#cmn_contact h2 {
  font-size: 50px;
  font-weight: 400;
}
#cmn_contact h2 a {
  color: #ffffff;
}

/*================================================
 □ footer
 ================================================*/
.footer_l {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#f_bm img {
  padding: 0 1em 0 0;
}
#f_bm ul {
  width: 90%;
}
#f_bm p {
  width: 100%;
}

/*================================================
 □ TOPに戻る
 ================================================*/

.totop {
  bottom: 10vh;
  right: 5vw;
}
.sankaku {
  border-right: 25px solid transparent;
  border-bottom: 40px solid #0000fe;
  border-left: 25px solid transparent;
}
.totop p {
  font-size: 12px;
  font-weight: 600;
  padding: 1em 0;
}
}


/* -------------------------------------------------- */

@media (min-width:992px) {

/* -------------------------------------------------- */

h2 {
  font-size: 56px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 15px;
}

.sp {
  display: none;
}
.pc {
  display: inline-block;
}

/*================================================
 □ FV
 ================================================*/

.tfv_1 {
  top: 20vh;
  left: 0;
  width: 40%;
  height: 120vh;
}
.tfv_2 {
  position: absolute;
  top: 100px;
  right: 0;
  width: 70vw;
  height: 70vh;
}
.scr {
  bottom: 0;
  left: 19vw;
}
.scr p a {
  font-size: 13px;
}
.scr .bou {
  height: 28vh;
  margin-top: 1em;
}
#top_fv #cc {
  top: 30vh;
  left: 18vw;
  width: 65%;
}

/*================================================
 □ content
 ================================================*/

#top_content figure {
  display: flex;
  padding: 10% 0;
}
#top_content figcaption {
  width: 39%;
  margin: 0 auto;
  padding: 0 8%;
}
.fgimg {
  width: 45%;
  height: 452px;
}
.fgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*----- ↓ ABOUT US ↓ -----*/

#top_content #t_about figure {
  flex-direction: row-reverse;
}

/*----- ↓ SERVICE ↓ -----*/

#t_service .s_bg {
  top: 15vh;
  width: 70vw;
  height: 93%;
}
#top_content #t_service figure {
  padding: 6% 0;
}
#top_content #t_service figure:nth-child(odd) {
  flex-direction: row-reverse;
}
#t_service h3, #t_service h6 {
  width: 84%;
  margin: 0 auto;
}
#t_service .btn {
  margin: 1em 0 4em;
}
#t_service figure:last-of-type .fgimg img {
  object-position: unset;
}

/*----- ↓ CONTACT ↓ -----*/

#cmn_contact h3, #cmn_contact h6 {
  width: 84%;
}
#cmn_contact figcaption {
  top: 30%;
  width: 38vw;
  padding: 6%;
}

/*================================================
 □ footer
 ================================================*/
 footer {
  width: 100%;
  padding: 8em 0 0 0;
}
.f_logo {
  width: 84%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 1.5em 0;
}
footer h1 {
  width: auto;
  margin: 0;
  padding: 0 1em 0 0;
}
footer h1 img {
  width: 42px;
}
footer h1 a {
  font-size: 20px;
}
#f_bm {
  width: 84%;
  padding: 2em 8%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#f_bm img {
  width: 50px;
  padding: 0 1.5em 0 0;
}
#f_bm ul {
  width: auto;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0;
}
#f_bm p {
  font-size: 11px;
  width: auto;
}

/*================================================
 □ TOPに戻る
 ================================================*/

.totop {
  bottom: 10vh;
  right: 5vw;
}
.sankaku {
  border-right: 25px solid transparent;
  border-bottom: 40px solid #0000fe;
  border-left: 25px solid transparent;
}
.totop p {
  font-size: 12px;
  padding: 1em 0;
}
}
/* -------------------------------------------------- */

@media (min-width:1170px) {

/* -------------------------------------------------- */

body {
  font-size: 15px;
}
h1 {
  font-size: 24px;
}
.drawer-navbar .drawer-brand {
  font-size: 24px;
}
}

/* -------------------------------------------------- */

@media (min-width:1280px) {

/* -------------------------------------------------- */

/*================================================
 □ footer
 ================================================*/
#f_bm ul {
  width: auto;
  padding: 1em 1em 1em 0;
}
}