@charset "UTF-8";
/* CSS Document */

body {
  background-color: #F9F9F9 !important;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
/*Google Chrome、Safariへの対応*/
body::-webkit-scrollbar{
display: none;
}

:root {
  --ray: #202250;
}

p {
  line-height: 1.8;
  font-size: 1.2rem;
}


/* --------------------------------------
    BackGround
---------------------------------------*/

.bg-ray {
  background-color: #202250 !important;
}

.bg-ray-container {
  background-color: #F9F9F9 !important;
}

.bg-eee {
  background-color: #eee;
}

/* --------------------------------------
    Nav
---------------------------------------*/

a.bg-ray:hover, a.bg-ray:focus,
button.bg-ray:hover,
button.bg-ray:focus {
  background-color: #202250 !important;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-ray .navbar-brand {
  color: #fff;
}

.navbar-ray .navbar-brand:hover, .navbar-ray .navbar-brand:focus {
  color: #fff;
}

.navbar-ray .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-ray .navbar-nav .nav-link:hover, .navbar-ray .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-ray .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-ray .navbar-nav .show > .nav-link,
.navbar-ray .navbar-nav .active > .nav-link,
.navbar-ray .navbar-nav .nav-link.show,
.navbar-ray .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-ray .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-ray .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-ray .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-ray .navbar-text a {
  color: #fff;
}

.navbar-ray .navbar-text a:hover, .navbar-ray .navbar-text a:focus {
  color: #fff;
}

/* --------------------------------------
    jumbotron
---------------------------------------*/

.jumbotron {
  height: 540px;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-size: cover;
  background-position: center center;
  border-radius: 0.3rem;
}

.jumbotron-blog {
  background-image: url(../images/jumbo_blog.png);
}

.jumbotron-about {
  background-image: url(../images/jumbo_about.png);
}

.jumbotron-designmanagement {
  background-image: url(../images/jumbo_main.png);
}

.jumbotron-work {
  background-image: url(../images/jumbo_work.png);
}

.jumbotron-website {
  background-image: url(../images/jumbo_website.png);
}

.jumbotron-contact{
  background-image: url(../images/jumbo_contact.png);
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron .textarea {
  padding: 0.6rem 1rem 0.02rem;
  background: rgba(0,0,0,0.3);
  margin-top: 14.0rem;
  color: #fff;
}

.jumbotron .textarea h2 {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0.2rem 0.2rem 0.4rem black;
}

.jumbotron .textarea p {
  text-shadow: 0.1rem 0.1rem 0.2rem black;
  line-height: 1.4;
}

/* --------------------------------------
    parallax
---------------------------------------*/

.parallax-window {
  min-height: 640px;
  background: transparent;
}

.parallax-container {
  height: 480px;
  width: 100%;
}

/* --------------------------------------
    cg
---------------------------------------*/

.cgbox {
  border: solid 0.05rem;
  border-radius: 0.1rem;
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 0.8rem;
}

.cgsearch {
  justify-content: center;
}

.cgsearch ul {
  display: flex;
  list-style: none;
}

.cgsearch li {
  background-color: #888;
  padding: 0.2rem 0.8rem;
  margin: 0.6rem;
  border-radius: 0.2rem;
}

.cgsearch  li a {
  color: #fff;
}

input.title {
  width: 70%;
}

.business-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.episode li {
  padding-left: 1.4rem;
  text-indent: -1.4rem;
  padding-bottom: 0.8rem;
}

.value p {
  margin-left: 1.6rem;
}

.office span {
    font-size: 0.8rem;
}

.intLink {
  cursor: pointer;
  text-decoration: underline;
  color: #0000ff;
}

/* --------------------------------------
    contents
---------------------------------------*/

.policy {
  border: 1px solid #000;
  margin: 0 auto;
  padding: 2.0rem 0.6rem 0.4rem 0.2rem;
  font-size: 1.2rem;
}

.policy li {
  padding-bottom: 1.0rem;
}

/* --------------------------------------
    text
---------------------------------------*/

h1 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 2.0rem;
}

.ray-content h2 {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.0rem;
  text-shadow: 0.1rem 0.1rem 0.2rem #ddd;
}

h3 {
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.4rem;
}

h4,h5 {
  line-height: 1.6;
}

.text-ssm {
  font-size: 0.8rem;
}

.text-md {
  font-size: 0.9rem;
}

.text-sm {
  font-size: 1.2rem;
}

.text-lg {
  font-size: 1.6rem;
}

.text-lighter {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 200;
}

@media only screen and (max-width: 750px) {
  .text-sm {
    font-size: 1.0rem;
  }
  h1 {
    font-size: 1.8rem;
  }
}

.text-red {
  color: darkred;
}

ion-icon .basedown {
  line-height: 0.4;
}

.ray-content  a {
  color: #202250;
  text-decoration: none;
}

.btnslide {
  cursor: pointer;
  padding-bottom: 30px;
}
.contentafter {
  display: none;
}

/* --------------------------------------
    hr
---------------------------------------*/

.titleunder {
  border: #202250 2px solid;
  margin-bottom: 1.4rem;
}


/* --------------------------------------
    breadcrumb
---------------------------------------*/

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f9f9f9;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;
}

.breadcrumb li:after {/* ▶を表示*/
  font-family: FontAwesome;
  content: '\f0da';
  padding: 0 0.6em;
  color: silver;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #888;
}

.breadcrumb li:first-child a:before {
  /*家アイコン*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.0em;
  color: #aaa;
  padding-left: 0.6em;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/* --------------------------------------
    notfound
---------------------------------------*/

.notfound {
    text-align: center;
}
.notfound img {
    margin: 0 auto;
}
.notfound_title {
	font-family: bebas-neue-pro, sans-serif;
	font-size: 8rem;
	color: crimson;
	padding: 0;
	margin: 0;
}
.notfound_txt {
	font-size: 1.2rem;
    font-weight: lighter;
}

.notfound_txt a {
	text-decoration: underline;
    color: blue;
}

/* --------------------------------------
    break
---------------------------------------*/

.pc {
  display: block;
}

.pc-only {
  display: block;
}

.sp {
  display: none;
}

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

  .pc {
      display: none;
  }
  .pc-only {
    display: none;
  }
  .sp {
      max-width: 100%;
      display: block;
  }
}

/* --------------------------------------
    tab
---------------------------------------*/

.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  border:1px solid #202250;
  margin: 0 auto;}
.tab_item {
  width: calc(100%/2);    
  padding:15px 0;
  border-bottom: 3px solid #202250 ;
  background-color: #ececec;
  text-align: center;
  color: #202250 ;
  display: block;
  float: left;
  text-align: center;
  font-weight: normal;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content {  
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #202250 ;
  color: #fff;
}

/* --------------------------------------
    accordion
---------------------------------------*/

.accordion {
  margin: 0;
  text-align: left;
}

.accordion ul {
  margin: 0;
  padding: 0;
}

.accordion li {
  list-style: none;
}

.list02 {
  list-style: none;
  box-sizing: border-box;
  margin-bottom: 0.6rem;
  padding: 0;
}


.list02:not(:first-child) {
  margin-top: 10px;
}

.accordion .title {
  background: #feecd2;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 10px 30px;
  position: relative;
  margin: 0;
}

.accordion .title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #2B334F;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.accordion .title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #2B334F;
  transition: all .3s ease-in-out;
}

.accordion .title.open:before {
  transform: rotate(180deg);
}

.accordion .title.open:after {
  opacity: 0;
}

/* --------------------------------------
    side-fixed
---------------------------------------*/

.box {
  color: #000;
  background: #FFFFFF;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  display: none;
  padding: 20px 30px;
  margin: 0;
}

#fixed01 a {
  position: fixed;
  bottom: 28%;
  right: 0;
  width: 40px;
  background-color: #fff;
  border: 1px solid #202250;
  font-size: 1.0rem;
  color: #202250;
  text-decoration: none;
  padding: 1.0rem 0.6rem 1.0rem 2.2rem;
  z-index: 10;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

#fixed01 a:hover {
  background-color: #202250;
  border: 1px solid #202250;
  font-size: 1.0rem;
  color: #fff;
  text-decoration: none;
}

#fixed02 a {
  position: fixed;
  top: 15%;
  right: 0;
  width: 40px;
  color: #fff;
  background-color: #202250;
  border: 1px solid #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 1.0rem 0.6rem 1.0rem 2.2rem;
  z-index: 10;
}

#fixed02 {
  font-size: 1.0rem;
  text-decoration: none;
}

#fixed02 a:hover {
  background-color: #202250;
  border: 1px solid #202250;
  font-size: 1.0rem;
  color: yellow;
  text-decoration: none;
}

@media  (max-width:767px) {
  
  #fixed01 a {
    display: none;
  }

  #fixed02 a {
    position: fixed;
    top: 15%;
    right: 0;
    width: 40px;
    color: #fff;
    background-color: #202250;
    border: 1px solid #fff;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 1.0rem 0.6rem 1.0rem 1.6rem;
    z-index: 10;
  }
  
  #fixed02 {
    font-size: 0.9rem;
    text-decoration: none;
  }
  
  }

  /* --------------------------------------
    page-top
---------------------------------------*/

#page-top {
  position: fixed;
  bottom: 160px;
  right: 20px;
  font-size: 80%;
}

#page-top a {
display: block;
background: #ccc;
color: #666;
width: 100px;
padding: 25px 0;
text-align: center;
text-decoration: none;
border-radius: 10px;
}

#page-top a:hover {
background: #aaa;
color: #333;
text-decoration: none;
}

@media only screen and (max-width: 750px) {
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 80%;
}

#page-top a {
  display: block;
  background: #ccc;
  color: #666;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

#page-top a:hover {
  background: #eee;
  text-decoration: none;
}
}

/* --------------------------------------
  blog
---------------------------------------*/

.blogcategory {
background-color: #ddd;
color: #333;
padding: 0rem 0.6rem;
border-radius: 0.2rem;
display: inline-block;
}

.blog-card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.6));
}

.blog-card > hr {
margin-right: 0;
margin-left: 0;
}

.blog-card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem;
}

.blog-card-title {
margin-bottom: 0.75rem;
}

.blog-card-img,
.blog-card-img-top,
.blog-card-img-bottom {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
}

.blog-card-img,
.blog-card-img-top {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}

.blog-card-img,
.blog-card-img-bottom {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}

/* --------------------------------------
  textArea
---------------------------------------*/

.textArea {
	background: rgba(0,0,0,0.6);
	position: fixed;
	bottom: 0%;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 15px 8px 1px 8px;
}

.textArea p {
	color: #fff;
	font-size: 14px;
  margin: 0;
}

.textArea ion-icon {
	color: #fff;
	padding-left: 10px;
	font-size: 1.2em;
}

.textArea ion-icon a {
	color: #fff;
	font-size: 1.2em;
}

.textArea img {
	max-width: 10%;
}

@media  (min-width:768px) and (max-width:1200px) {
.textArea {
	bottom: 0%;
	left: 0%;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 15px 8px 1px 8px;
}
.textArea p {
	color: #fff;
	font-size: 0.8rem;
}

.textArea span {
	font-size: 0.8rem;
	}

.textArea img {
	max-width: 20%;
}

}

@media  (max-width:767px) {
.textArea {
	bottom: 0%;
	left: 0%;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 15px 8px 1px 8px;
}

.textArea p {
	color: #fff;
	font-size: 0.8remx;
}

.textArea span {
	font-size: 1.0em;
	}
.textArea img {
	max-width: 50%;
}

}

/* --------------------------------------
  Instagram
---------------------------------------*/

/*
  .instagram-gallery {
  justify-content: center;
}

.instagram-gallery ul {
  object-fit: cover;
  max-width: 100%;
}

.instagram-gallery ul li {
  list-style: none;
  display: inline;
}

.instagram-gallery ul li img {
  object-fit: cover;
  max-width: 30%;
}
*/



.insta_zone {
  width: 100%;
  background-color: #efefef;
  margin-bottom: 3.0rem;
  padding: 2.0rem 0;
}

.insta_zone .container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.insta_list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0px 0;
}

.insta_list li{
  position: relative;
  width: calc((100% - 40px)/3);
  list-style: none;
}

@media screen and (max-width: 750px){
  .insta_list li{
      width: calc((100% - 20px)/2);
  }
}

.insta_list li::before{
  content: "";
  display: block;
  margin: 0;
  padding: 0;
}

.insta_list a{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.insta_list img{
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.insta_btn01 {

  padding: .5em 1em;
  width: fit-content;
  margin: 0 auto;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s;
  font-size: 1.8rem;
  font-weight: lighter;
  color: #000;
}

.insta_btn01::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
  font-weight: 400;
  padding-right: 0.8rem;
}

.insta_btn02{
  background-color: #000;
  padding: .5em 1em;
  width: fit-content;
  margin: 0 auto;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s
}

.insta_btn02 a{
  color: #fff;
  text-decoration: none;
}

.insta_btn02::after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 400;
  padding-left: 0.8rem;
  color: #fff;
}

.insta_btn02:hover{
  background-color: #999;
}
