@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
html{
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #484c50;
  height: 100%;
  position: relative;
}

body.com-overflow {
  overflow-x: auto;
}

/*T&Y*/
/* backcolor:#405162 */
li {
	list-style-type:none;
}

.info-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  }
  .info-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  }

  .pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 80px;
    width: 80px;
    border-radius: 10% 10%;
    border: 1px solid #FFF;
    background-image: url(../images/pagetop.png);
    background-size: cover;
  }

  .pagetop a {
    display: block;
    height: 80px;
    width: 80px;
    text-align: center;
    color: #FFF;
    font-size: medium;
    font-weight: bold;
    padding-top: 50px;
  }

  @media screen and (max-width: 414px) {
    .pagetop {
      height: 60px;
      width: 60px;
      right: 10px;
    }

    .pagetop a {
      height: 60px;
      width: 60px;
      right: 10px;
      font-size: small ;
      font-weight: 600;
      padding-top: 30px;
    }
  }

  .right-fixed-banner {
    position: fixed;
    bottom: 20%;
    right: 0;
    width: 10%;
    margin-right: 10%;
    text-align: center;
    line-height: 100px;
    font-size: 36px;
  }
  
  .banner-box {
    height: 100px;
    border: 1px solid #000;
  }
  
  #banner-1 {
    background: skyblue;
  }
  
  #banner-2 {
    background: tomato;
  }
  
  #banner-3 {
    background: lime;
  }
  
  #banner-4 {
    background: yellow;
  }
  /*T&Y*/

a {
  color: #484c50;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #484c50;
  outline: none;
  text-decoration: none;
}

p, figure {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #484c50;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}
/*アンカーのずれ補正
.content-block h3 {
    padding-top: 60px;
    margin-top:-60px;
}
*/
::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

.btn {
  color:black;
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn.btn-md {
  padding: 10px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover, .btn:active, .btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #8dc63f;
  color: #fff;
  border: 2px solid #8dc63f;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #99cc53 !important;
  border-color: #99cc53 !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #8dc63f;
  border: 2px solid #8dc63f;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #8dc63f;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #2772db;
  color: #fff;
  border: 2px solid #2772db;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #fff !important;
  color: #2772db;
  border-color: #2772db !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #2772db;
  border: 2px solid #2772db;
}

.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #2772db;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}

.form-control:active, .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #8dc63f;
}

body {
  background: #efefef url(../images/white_wave.png) repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body {
    background: #efefef url(../images/white_wave_@2X.png) repeat;
  }
}



.boxed #com-page {
  /*max-width: 1340px;
  max-width: 1140px;*/
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.boxed #com-page .container {
  max-width: 1140px;
  max-width: 960px;
  margin: 0 auto;
}

#com-header {
  position: fixed; /*absolute*/
  background-color: white;
  width: 100%;
  left: 0;
  z-index: 10;
  /*:::::::::::::::::::::::::::::::::::::::: */
  max-height: 135px; /*header-top height 指定 */
  /*:::::::::::::::::::::::::::::::::::::::: */
}
@media screen and (max-width: 768px) {
  #com-header {
    /*:::::::::::::::::::::::::::::::::::::::: */
    max-height: 85px; /*header-top height 指定 */
    /*:::::::::::::::::::::::::::::::::::::::: */
  }
}


#com-header #com-logo {
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}

#com-header #com-logo a {
  font-size: 30px;
  font-weight: 500;
  color: white;
}

#com-header .flexbox1 .flexbox2 {
  display: flex;
  flex-direction: column;
  margin-left: 5%;
}
#com-header .flexbox1 {
  width: 580px;
  height: 100px;
}
#com-header .flexbox2 {
  width: 580px;
  height: 30px;
  position: relative;
  left: 0px;
  top: -15px;
}


@media screen and (max-width: 768px) {
  #com-header .flexbox1 {
    width: 50%;
    height: 50%;
    margin-top: 0%;
    margin-left: 0%;
  }
    #com-header .flexbox2 {
    width: 50%;
    height: 50%;
    margin-top: 0%;
    margin-left: 0%;
  }
}
/*iphone15*/
@media screen and (max-width: 430px) {
  #com-header .flexbox1 {
    width: 90%;
    height: 90%;
    margin-top: 0%;
    margin-left: 0%;
  }
    #com-header .flexbox2 {
    width: 90%;
    height: 90%;
    margin-top: 0%;
    margin-left: 0%;
  }
}

#com-header #com-logo a span {
  color: #2772db;
}

#com-header nav {
  position: relative;
}


/*#com-offcanvas display: none media-query LINE:1890*/
/*com-nav-toggle display: block media-query LINE:2020*/
#com-header nav ul {
  /*padding: 0;
  margin: 0;*/
  z-index: 2;
  position: relative;
  /*T&Y*/
  padding-right: 10%;
  padding-top: 100px;
}

@media screen and (max-width: 1260px) {
  #com-header nav ul {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  #com-header nav ul {
    display: none;
  }
}

/*#com-offcanvas display: none media-query LINE:1890*/
/*com-nav-toggle display: block media-query LINE:2020*/


#com-header nav ul li {
  display: inline;
}

#com-header nav ul li a {
  background: #FFF;
  color: #484c50; /*rgba(255, 255, 255, 0.5);*/
  font-weight: 400;
  padding: 10px;
  transition: background 0.5s;
  border-radius: 5px;
}

#com-header nav ul li a:hover {
  background: #405162;
  color: #FFF;
}

#com-header nav ul li.com-cta-btn a {
  position: relative;
  border-bottom: none;
  padding: 7px 20px;
  border: 2px solid black; /*rgba(255, 255, 255, 0.5)*/
  border-radius: 7px;
}

#com-header nav ul li.com-cta-btn a:hover {
  border: 2px solid black; /*white*/
}

#com-header nav ul li.active a {
  color: white;
}

#com-header nav ul.left-menu li {
  margin-right: 30px;
}

#com-header nav ul.right-menu li {
  margin-left: 30px;
}




#com-footer {
  padding-bottom: 0;
}

#com-footer a {
  color: #6a7885;
}

#com-footer a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  #com-footer .com-footer-widget {
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
}

#com-footer .com-footer-widget h3 {
  font-size: 18px;
  font-weight: 400;
}

#com-footer .com-footer-widget .com-links {
  padding: 0;
  margin: 0;
}

#com-footer .com-footer-widget .com-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
  line-height: 24px;
}

#com-footer .com-footer-widget .com-links li a {
  color: #6a7885;
}

#com-footer .com-footer-widget .com-links li a:hover {
  text-decoration: underline;
}

#com-footer .com-copyright {
  height: 150px;
  background-color: #405162;
  color: #FFF;
  padding: 60px 0;
}

#com-footer .com-copyright a {
  font-weight: 700;
}

#com-footer .com-copyright p {
  margin-bottom: 0;
}

#com-footer .com-copyright p small {
  font-size: 15px;
}

#com-footer .com-copyright .com-left {
  float: left;
}

#com-footer .com-copyright .com-center {
  text-align: center; /*T&Y*/
}

#com-footer .com-copyright .com-right {
  float: right;
}

@media screen and (max-width: 768px) {
  #com-footer .com-copyright .com-right {
    float: left;
  }
}
@media screen and (max-width: 768px) {
  #com-footer .com-copyright .com-center {
    float: left;
  }
}

#com-footer .contact-info {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #com-footer .contact-info {
    margin-bottom: 70px;
  }
}

#com-offcanvas, .com-nav-toggle, #com-page {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#com-offcanvas, .com-nav-toggle, #com-page {
  position: relative;
}

#com-page {
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas-visible #com-page {
  -webkit-transform: translateX(-275px);
  transform: translateX(-275px);
}

#com-offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: #405162;
  padding: 30px;
}
/*header-menu display: none media-query LINE:870*/
/*com-nav-toggle display: block media-query LINE:2020*/
  @media screen and (max-width: 1260px) {
  #com-offcanvas {
    display: block;
  }
}
/*header-menu display: none media-query LINE:870*/
/*com-nav-toggle display: block media-query LINE:2020*/
#com-offcanvas ul {
  padding: 0;
  margin: 0;
  margin-top: 50px; /*T&Y*/
}

#com-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}

#com-offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

#com-offcanvas ul li.active a {
  color: #8dc63f;
}

.com-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.com-nav-toggle.active i::before, .com-nav-toggle.active i::after {
  background: #fff;
}

.com-nav-toggle.dark.active i::before, .com-nav-toggle.dark.active i::after {
  background: #fff;
}

.com-nav-toggle:hover, .com-nav-toggle:focus, .com-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.com-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  top: -15px;
  width: 50px; /*30px*/
  height: 3px; /*2px*/
  color: #2772DB; /*#FFF*/
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #2772DB;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.com-nav-toggle i::before, .com-nav-toggle i::after {
  content: '';
  width: 50px; /*30px*/
  height: 3px; /*2px*/
  background: #2772DB;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.com-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #2772DB;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.com-nav-toggle.dark i::before, .com-nav-toggle.dark i::after {
  background: #2772DB;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.com-nav-toggle i::before {
  top: -13px;
}

.com-nav-toggle i::after {
  bottom: -13px;
}

.com-nav-toggle:hover i::before {
  top: -13px;
}

.com-nav-toggle:hover i::after {
  bottom: -13px;
}

.com-nav-toggle.active i {
  background: transparent;
}

.com-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.com-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.com-nav-toggle {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}

/*header-menu display: none media-query LINE:870*/
/*#com-offcanvas display: none media-query LINE:1890*/
  @media screen and (max-width: 1260px) {
  .com-nav-toggle {
    display: block;
    top: 40px;
  }
}
/*header-menu display: none media-query LINE:870*/
/*#com-offcanvas display: none media-query LINE:1890*/


/*////////////////////////////////////////////////////////////////////////
//  carousel styles
///////////////////////////////////////////////////////////////////////*/

.shadow-effect {
        background: #fff;
        padding: 20px;
        border-radius: 4px;
        text-align: center;
        border:1px solid #ECECEC;
        box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    }
    #customers-members .shadow-effect p {
        font-family: inherit;
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 17px 0;
        font-weight: 300;
    }
    .member-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: #3190E7;
        padding: 9px 35px;
        border-radius: 12px;
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
    }
    #customers-members .item {
        text-align: center;
        padding: 50px;
        margin-bottom:80px;
        opacity: .2;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #customers-members .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
    }
    .owl-carousel .owl-item img {
        transform-style: preserve-3d;
        max-width: 90px;
        margin: 0 auto 17px;
    }
    #customers-members.owl-carousel .owl-dots .owl-dot.active span,
    #customers-members.owl-carousel .owl-dots .owl-dot:hover span {
            background: #3190E7;
            transform: translate3d(0px, -50%, 0px) scale(0.7);
        }
    #customers-members.owl-carousel .owl-dots{
      display: inline-block;
      width: 100%;
      text-align: center;
    }
    #customers-members.owl-carousel .owl-dots .owl-dot{
      display: inline-block;
    }
    #customers-members.owl-carousel .owl-dots .owl-dot span {
        background: #3190E7;
        display: inline-block;
        height: 20px;
        margin: 0 2px 5px;
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform-origin: 50% 50% 0;
        transition: all 250ms ease-out 0s;
        width: 20px;
}



/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/

.content-block{
	background:transparent no-repeat center center fixed;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	overflow:hidden;
	padding: 60px 0;
}
.parallax{
	padding: 80px 0;
}

.block-body {
	margin-top: 0px;
}

#topics {
	background-image: url(../images/tile-bg.jpg);
	color: #484c50;
}
    .topic-item {
      margin-bottom: 12px;
      padding: 8px;
      border-bottom: 1px solid #ddd;
    }
    .topic-item:hover {
      background: lavender;
    }

    #topics .tpc-date {
      font-weight: 700;
      display: inline-block;
      padding: 5px 10px;
      border-radius: 5px;
    }
        #topics .case1 {
          background-color: lightblue;
        }
        #topics .case2 {
          background-color: lightgreen;
        }
        #topics .case3 {
          background-color: lightyellow;
        }
        #topics .case4 {
          background-color: lightseagreen;
        }
        #topics .case5 {
          background-color: peachpuff;
        }
        #topics .case6 {
          background-color: lightsteelblue;
        }
        #topics .case7 {
          background-color: mistyrose;
        }
    #topics .tpc-tytle {
      margin-left: 2rem;
      font-weight: 500;
    }
    #topics .tpc-detail {
      margin-left: 5rem;
    }
#services {
	background-image: url(../images/4topics.jpg);
	color: white;
}
#parallax {
	background-image: url(../images/top_back01.jpg);
	color: white;
}
#portfolio {
	background-image: url(../images/aaa_wave-1020x680.jpg);
	color: white;
}
#blog {
	background-image: url(../images/aaa_wave-1020x680.jpg);
	color: #405162;
}
#members {
	background-image: url(../images/aaa_wave-1020x680.jpg);
	color: #405162;
}
#contact {
	background-image: url(../images/newsletter-bg.png);
	color: white;
	background-color: #405162;
}
#access {
	background-image: url(../images/aaa_wave-1020x680.jpg);
	color: #405162;
}
#parallax h1{
	margin-bottom: 60px;
	color: white;
	font-family:  'Noto Sans JP', sans-serif;
}
#parallax p{
	color: deepskyblue;
	/*font-size: 1.8em;*/ 
  line-height: 1.5;
	font-family:  "M PLUS 1p";
	text-shadow: 1px 1px 1px white;
}




/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/

.recent-work {
    width: 100%;
    padding-bottom: 27%;
    background: rgba(2, 56, 58, 0.4);
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 27%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
}

.recent-work span{
	margin-top: -18px;
	opacity: 1;
	position: relative;
	z-index: 1;
}
.recent-work:before {
    background: rgba(2, 56, 58, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    -o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}


/*////////////////////////////////////////////////////////////////////////
//  06 - Services
///////////////////////////////////////////////////////////////////////*/

#services h1, #services h2{
	color: white;
}
#services h3 ,#services p {
	color: black;
  background-color: rgba(255,255,254,0.8);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}
#services .svc-dt {
  font-size: 2.7rem;
  font-weight: 500;
	color: black;
    text-shadow:
    1px 1px 0 lightyellow,
    -1px 1px 0 lightyellow,
    -1px -1px 0 lightyellow,
    1px -1px 0 lightyellow;

  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}
.service i {
    font-size: 60px;
}
.service {
    padding: 0 25px;
}




/*////////////////////////////////////////////////////////////////////////
//  07 - Blog
///////////////////////////////////////////////////////////////////////*/


#blog .blog-post img {
    max-width: 100%;
    margin-bottom: 20px;
}
#blog .date {
    margin-bottom: 15px;
    font-style: italic;
}


/*////////////////////////////////////////////////////////////////////////
//  08 - members
///////////////////////////////////////////////////////////////////////*/


#members {
    display: flex;
    flex-direction: column;
    gap: 15px; /* 各行の間隔 */
}
#members .member {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
}

.member strong {
    margin-top: 10px;
}
.member .inf1 {
    display: flex;
    flex-direction: row;
}
.member .inf1-1 {
  white-space: nowrap;
    margin-right: 1rem; /* inf1-1 の右側に少しスペースを追加 */
}
.member .inf1-2 {
    margin-left: 0rem; /* inf1-2 の左側にマージンを追加してインデント */
}
.member .inf2 {
    margin-left: 13.8rem; /* 情報部分を少しインデント */
}
@media (max-width: 480px){
#members .member {
    padding-left: 20px;
}
	} 

/*////////////////////////////////////////////////////////////////////////
//  09 - Contact
///////////////////////////////////////////////////////////////////////*/


#contact{
	color: white;
}
#contact h1{color: white}

.form-control-white {
    background: transparent;
    color: white;
}

.form-control-white::-webkit-input-placeholder { /* WebKit browsers */
    color:    white;
}
.form-control-white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    white;
    opacity:  1;
}
.form-control-white::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    white;
    opacity:  1;
}
.form-control-white:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    white;
}


/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/


#footer{ background: #2B3E51; color: white;}



/*////////////////////////////////////////////////////////////////////////
//  11 - Responsive styles
///////////////////////////////////////////////////////////////////////*/


@media (max-width: 767px){
	#header .slogan {
		font-size: 2.8em; 
	} 

	#header .secondary-slogan {
		font-size: 1.2em;
	}

	#header .bottom {
		bottom: 13%;
	}

	.blog-post {
		margin-bottom: 40px;
	}

	.recent-work {
		background-position: center;
	}

	.recent-work:before {
		opacity: 0; /*1*/
	}

	.recent-work span {
		opacity: 1;
	}
}

@media (max-width: 480px) {
	#drawer-right {
		padding: 10px 20px;
	}

	#drawer-right .nav-pills>li>a {
		font-size: 17px;
	}

	.nav-stacked>li+li {
		margin-top: 0;
	}

	.nav>li>a {
		padding: 8px 15px;
	}

	#drawer-right .social {
		margin-top: 5px;
	}

	#header {
		background-size: cover;
	}
}





.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
  border: 10px solid red;
}

.com-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_4.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */