*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS Ｐゴシック", "MS PGothic", sans-serif;
}

#body_wrap {
  position: relative;
}

/* 固定ページhead部分(以下アカネ編集部分) */
.pc__show {
  display: block;
}

.sp__show {
  display: none;
}

@media (max-width: 990px) {
  .sp__show {
    display: block;
  }

  .pc__show {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }
}

#service {
  display: block;
  padding-top: 180px;
  margin-top: -70px;
}

/* ===============================
	base
 =============================== */
 .grecaptcha-badge { visibility: hidden; }
body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
  color: #0A0A0A;
  -webkit-text-size-adjust: 100%;
}
p{
  font-weight: 600;
}
img {
  width: 100%;
  height: auto;
}

.content {
  overflow: hidden;
  min-height: 100vh;
}

ul {
  list-style: none;
}

.width_1100 {
  max-width: 1100px;
  margin: auto;
}
.width_900{
  max-width: 900px;
  margin: auto;
}
.width_660{
  max-width: 660px;
  margin: auto;
}
.width_770{
  max-width: 770px;
  margin: auto;
}
.width_W {
  max-width: 1400px;
  margin: auto;
}
.tell a{
  
}
.tell img {
  width: 5%;
}

/*----------header-------------*/
.panelactive .pc_nav .nav_list{
  height: 100vh;
}
#header .logo{
  display: none;
}
#header .logo_bk{
  width: 50%;
  margin-top: 40px;
}
#header.dnone .logo{
  display: block;
  width: 50%;
  margin-top: 40px;
}
.post-type-archive-diary .header .nav_item a, .post-type-archive-diary .header .nav_item p ,.post-type-archive-diary .menu_ttl,
.single-diary .header .nav_item a, .single-diary .header .nav_item p ,.single-diary .menu_ttl
{
  color:#1a1a1a;
}
.post-type-archive-diary .openbtn1 span , .single-diary .openbtn1 span {
  background-color:#1a1a1a
}
.page-project .openbtn1 span ,.page-onjuku .openbtn1 span ,.page-jipang .openbtn1 span{
  background-color:#1a1a1a
}
@media screen and (max-width: 990px) {
  .single-diary .header .nav_item a, .post-type-archive-diary .header .nav_item a,.header .nav_item p{
  color:#fff;
}
}
@media screen and (max-width: 990px) {
.panelactive .pc_nav .nav_list{
  background: #1a1a1a;
  padding: 150px 50px;
  font-weight: 100;
}
.panelactive .sp__show .nav_item a ,.panelactive  .sp__show .nav_item p ,.openbtn1 span{
  color: #fff;
}

}
@media screen and (min-width: 1000px) {
  #body_wrap .sp_only{
    display: none;
  }
}
    /*========= 途中からハンバーガーメニューに変化するのためのCSS ===============*/

/*========= ボタンのためのCSS ===============*/
@media screen and (max-width: 990px) {
  /*.doneクラスがついたヘッダー*/
  #header.dnone {
    opacity: 0;
    display: none;
  }
  }
/*ボタン全体の形状*/
.openbtn1{
    /*はじめは非表示に*/
  display: none;
    /*ボタンの位置*/
  position:fixed;
  top:10px;
  right: 10px;
  z-index: 999;
    /*ボタンの形状*/
  cursor: pointer;
    width: 50px;
    height:50px;
}

/*ボタンのアイコン設定*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 3px;
    border-radius: 2px;
  background-color: #fff;
    width: 3em;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}
@media screen and (max-width: 990px) {

/*activeクラスが付与された後のボタンのアイコン設定*/
.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 3em;
    background: #fff
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    transform: translateY(-6px) rotate(45deg);
    width: 3em;
    background: #fff
}
}
/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    display: block;
}
@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/*========= ヘッダーナビゲーションのためのCSS ===============*/


/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたら*/
#header.dnone.panelactive {
  opacity: 1;/*不透明にして出現*/
  display: block;
  position: fixed;
}


/*.doneクラスがついたヘッダーのテキストナビゲーションの形状*/
#header.dnone #g-navi{
    /*固定位置にして最背面に*/
    position:fixed;
  top: 0;
    left: 0;
  z-index: -1;
    /*高さと幅*/  
  width:100%;
  height: 100vh;
    /*天地中央＆テキスト中央揃え*/  
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
    /*はじめは透過0に*/  
    opacity: 0;
  transition: all 0.4s;
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたナビゲーションの形状*/
#header.dnone.panelactive #g-navi{
  opacity: 1;/*不透明に*/
  z-index:3;/*最前面に*/
  background:#eee;
}

#header.dnone.panelactive #g-navi ul{
  display:block;/*flexの横並びをblockにして縦並びに*/
}

  
.header .pc_nav {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 990px) {
.header .pc_nav .nav_list {
  width: 100%;
}}

/* チェックボックスを非表示にする */
.header .drawer_hidden {
  display: none;
}

.header .nav_list {
  padding: 30px;
  width: 395px;
}

.header .nav_item a {
  color: #ffffff;
  font-size: 80px;
  line-height: .8em;
  position: relative;
  font-family: 'Bebas Neue', sans-serif;
  transition: .5s;
}

.header .nav_item p {
  color: #ffffff;
  margin: 10px 0;
  line-height: .8em;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 100;
  font-size: 27px;
  margin: 0;
}
.header .nav_item a::after {
position: absolute;
top: calc(50% - 6px);
left: -10px;
width: 0;
height: 6px;
content: "";
background-color: #db5534;
transition: width .25s;
transform: translateY(-50%);
}
.header .nav_item a.current::after {
  left: 5;
  width: 110%
}

.header .nav_item a:hover::after {
  left: 5;
  width: 110%
}

.header .nav_list .dropdown_lists {
  padding: 0 10px;
}

/* アイコンがクリックされたらメニューを表示 */
.sp__show #drawer_input:checked~.nav_content {
  top: 0;
  opacity: 1;
  display: block;
  /* メニューを画面に入れる */
}

.sp__show .nav_content {
  opacity: 0;
  display: none;
}

#body_wrap .header {
  width: 100%;
  position: absolute;
  z-index: 99;
  align-items: center;
  right: 0%;
  box-sizing: border-box;
  min-height: 10px;
}

/* ハンバーガーアイコンの設置スペース */
.header .drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 45px;
  top:30px;
  z-index: 100;
  /* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.header .drawer_open span,
.header .drawer_open span:before,
.header .drawer_open span:after {
  content: '';
  height: 3px;
  width: 35px;
  border-radius: 3px;
  background: #ffffff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.header .drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.header .drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked~.drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked~.drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked~.drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* メニューのデザイン*/
.header .nav_content {
  width: 40%;
  bottom: 100%;
  position: absolute;
  top: 85px;
  right: 0%;
  z-index: 10;
  transition: .5s;
  font-size: 1.8em;
}

.sp__show .nav_content .nav_list {
  background: #1a1a1a;
  height: 100vh;
  position: relative;
}

@media screen and (max-width: 990px) {
  .header .nav_item a{
    font-size: 60px;
  }
  .header .nav_item p{
    font-size: 20px;
  }
  .header .nav_content {
    width: 100%;
  }
  #body_wrap .header{
    z-index: 100;
  }
  .header .logo {
    width: 50%;
    position: absolute;
    bottom: 80px;
    right: 50%;
    transform: translateX(50%);
  }
}

/*---------footer--------------*/
#footer {
  background: #1a1a1a;
  color: #fff;
  padding: 115px 0 20px;
  /*position: absolute;/*←絶対位置*/

  bottom: 0;
  /*下に固定*/
  width: 100%;
  position: relative;
  z-index: 99;
}
#footer .nav_list{
  display: flex;
  justify-content: center;
}
#footer .link {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 13px;
  transition: 0.2s;
}
#footer .link:hover{
  opacity: .8;
}
#footer .opyright p {
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  font-family: 'Roboto',"游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS Ｐゴシック", "MS PGothic" , sans-serif;
  font-weight: 400;
  color: #fff;
}
.opyright_box .flex_box{
color: #fff;
align-items: center;
justify-content: center;
}
.opyright_box .flex_box span{
  font-size: 12px;
  padding: 3px;
  color: #fff;
}
@media screen and (min-width: 990px) {}

@media screen and (max-width: 990px) {
  #footer{
    padding: 50px 0 20px;
  }
}

/*----------フェイドイン---------*/
.fade-in {
  opacity: 0;
  transition-duration: 650ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/*----------フェイドイン終わり---------*/
/*----------TOP--------------------*/
.home .top_img {
  position: relative;
}

.home .top_text {
  position: absolute;
  width: 25%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.bk {
  background: #1a1a1a
}

.home .news {
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
}

.home .news .ttl {
  font-size: 66px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 100;
  padding-right: 1.5em;
}

.home .news ul {
  width: 80%;
}

.home .news li {
  font-weight: 600;
  padding: 10px;
}

.home .news li a {
  font-size: 15px;
  display: flex;
}

.news span {
  padding-right: 1em;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.mainContent .diary {
  padding: 80px 0;
}

.mainContent .diary .ttl {
  color: #fff;
  font-size: 66px;
  padding-bottom: 40px;
  text-align: center;
  line-height: .5em;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 100;
}

.mainContent .diary .ttl span {
  color: #fff;
  font-weight: 600;
}

.mainContent .diary .ttl_text {
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.mainContent .diary .diary_list , .diary_list{
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
  flex-wrap: wrap;
}
.mainContent .diary .diary_list .diary-item , .diary_list .diary-item{
  width: 30%;
  position: relative;
}
 .mainContent .diary .diary_list .diary-item .diary-date ,  .diary_list .diary-item .diary-date{
  position: absolute;
  color: #fff;
  bottom: 80px;
  line-height: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 100px;
}
#body_wrap .mainContent .diary .diary_list .diary-item .diary-title p{
  color: #fff;
  margin-top: 40px;
  font-weight: 600;
  text-align: center;
}
.mainContent .story{
  margin-bottom: 100px;
}
.mainContent .story_1,
.mainContent .story_2,
.mainContent .story_3 {
  position: relative;
  padding-top: 300px;
}

.mainContent .story_1 .img_1 {
  width: 20%;
  position: absolute;
  top: 1%;
  right: 32%;
  z-index: 1;
}

.mainContent .story_1 .set_1 {
  width: 28%;
  position: absolute;
  top: 5%;
  right: 0;
}

.mainContent .story_1 .set_1 .ttl {
  width: 60%;
  margin: calc(-18 / 100 * 100%) auto 0 9.2%;
}

.mainContent .story_1 .set_2 {
  position: relative;
}

.mainContent .story_2 .set_3 {
  width: 40%;
  margin: calc(-10 / 100 * 100%) auto 0 5%;
  position: relative;
  z-index: 2;
}

.mainContent .story_2 .set_3 .ttl {
  width: 50%;
  bottom: 4px;
  left: -10%;
  position: absolute;
}

.mainContent .story_1 .img_2 {
  position: absolute;
  width: 870px;
  top: 154px;
  z-index: 1;
}

.mainContent .story_1 .img_2 p {
  color: #fff;
  padding: 0 5%;
}

.mainContent .story_1 .img_3 {
  width: 60%;
}

.mainContent .story_1 .img_4 {
  width: 40%;
  margin: calc(-13 / 100 * 100%) auto 0 55%;
}

.mainContent .story_1 .text_1 {
  color: #fff;
  width: 45%;
  font-size: 20px;
  line-height: 2em;
  position: absolute;
  font-weight: 600;
  bottom: 25%;
  right: 0;
}
@media screen and (max-width: 1140px){
.mainContent .story_1 .text_1 .pc_only{
  display: none;
}
.mainContent .project .link_text .flex{
  display: flex;
  align-items: flex-start;
}
.home .mainContent .project .link_slick{
margin-bottom: 150px;
}
.mainContent .project .link_text_img{
  position: absolute;
  bottom: 0;
}
.mainContent .project .link_text .sub_ttl{
  padding-right: 10px;
}
#body_wrap .mainContent .diary .diary_list .diary-item .diary-title p{
  margin-top: 50px;
}
.mainContent .story_1 .img_3{
  width: 63%;
}
.mainContent .story_2 .set_3{
  width: 50%;
  margin: calc(-10 / 100* 100%) auto 0 0;
}
}
.mainContent .story_2 {
  margin: calc(-10 / 100 * 100%) auto 0 0%
}

.mainContent .story_2 .set_4 {
  position: relative;
  margin: calc(-5 / 100 * 100%) auto 0 0%
}

.mainContent .story_2 .set_4 .img_5 {
  position: absolute;
  top: -200px;
  width: 635px;
  right: 0;
  z-index: 2;
}

.mainContent .story_2 .set_4 .img_6 {
  width: 70%;
  display: block;
  margin: auto;
}

.mainContent .story_2 .set_4 .text_2 {
  position: absolute;
  top: 30%;
  left: 10%;
  color: #fff;
  font-size: 20px;
  line-height: 2em;
  z-index: 1;
  font-weight: 600;
}

.mainContent .story_2 .set_4 .text_3 {
  position: absolute;
  bottom: 20%;
  right: 5%;
  color: #fff;
  font-size: 20px;
  line-height: 2em;
  z-index: 1;
  font-weight: 600;
}

.mainContent .story_2 .set_4 .img_7 {
  position: absolute;
  bottom: -25%;
  z-index: 1;
  width: 80%;
}

.mainContent .story_3 {
  margin: calc(0 / 100 * 100%) auto 10% 0%
}

.mainContent .story_3 .img_8 {
  position: absolute;
  top: 13%;
  width: 23%;
  right: 8%;
  z-index: 1;
}

.mainContent .story_3 .set_5 {
  display: flex;
  align-items: center;
}

.mainContent .story_3 .set_5 .img_9 {
  width: 25%;
  margin: calc(-40 / 100 * 100%) auto 0 25%;
}

.mainContent .story_3 .set_5 .img_10 {
  margin: calc(-55 / 100 * 100%) auto 0 5%;
  width: 25%;
}

.mainContent .story_3 .set_5 .img_11 {
  width: 25%;
  margin-left: 2%;
}

.mainContent .story_3 .text_4 {
  width: 70%;
  color: #fff;
  font-size: 25px;
  line-height: 2em;
  margin: calc(-25 / 100 * 100%) auto 0 10%;
  font-weight: 600;
}

.mainContent .project {
  margin-top: 30px;
  max-width: 1200px;
  margin: auto;
}

.mainContent .project .ttl {
  border-bottom: #fff solid 1px;
  border-top: #fff solid 1px;
  padding: 26px 0 20px;
  font-size: 66px;
  text-align: center;
  color: #fff;
}
.mainContent .project .project_link{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-bottom: #fff solid 1px;
}
.mainContent .project .project_link .number{
  position: absolute;
  width: 18%;
  bottom: 0%;
  left: 0%;
  z-index: 1;
}
.mainContent .project .link_slick{
  width: 65%;
  margin: 0;
padding: 0;
line-height: 0;
}
.mainContent .project .link_text {
  padding: 15px;
  width: 35%;
}
.mainContent .project .link_text .flex_ttl{
display: flex;
position: relative;
align-items: flex-end;
padding-bottom: 10px;
margin-bottom: 29px;
}
.mainContent .project .link_text .linksub_ttl{
  padding-bottom: 10px;
margin-bottom: 30px;
position: relative;
}
#body_wrap .project .link_text .link_ttl_2{
  font-size: 50px;
  font-family: 'Bebas Neue', sans-serif;
  line-height: .8;
  color: #db5534;
  font-weight: 100;
}
.mainContent .project .link_text .left_m{
  margin-left: 10px;
}
#body_wrap .project .link_text .link_ttl_3{
  font-size: 50px;
  font-family: 'Bebas Neue', sans-serif;
  line-height: .8;
  font-weight: 100;
}
.mainContent .project .link_text .link_ttl{
  font-family: 'Bebas Neue', sans-serif;
  font-size: 34px;
font-weight: 100;
  line-height: .8;

}
.mainContent .project .link_text span{
  color: #db5534;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.mainContent .project .link_text .flex_ttl::after ,.mainContent .project .link_text .linksub_ttl::after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 2.5em;
  height: 1.5px;
  background: #fff;
}
.mainContent .project .link_text .sub_ttl {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 23px;
  line-height: 0;
  padding-top: 10px;
  font-weight: 100;
}
.mainContent .project .link_text .sub_ttl strong{
  display: block;
  color: #db5534;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 100;
  font-size: 36px;
}
.mainContent .project .link_text p{
  color: #fff;
  font-size: 13px;
}
.mainContent .project .btn{
  margin: 0;
  font-size: 18px;
  margin-top: 35px;
  font-size: 18px;
}

.home .link_btn{
  width: 30%;
  display: block;
  margin: 80px auto;
}
.home .instagram h2{
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .project .slick-slide img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: 450px;
    margin: 0 auto;
    object-fit: cover;
  }
}
@media screen and (max-width: 1000px) {
  .mainContent .diary .diary_list .diary-item , .diary_list .diary-item{
    padding: 10px;
  }
  .home .top_text {
    box-sizing: border-box;
    width: 45%;
    border-radius: 0;
    padding: 15px;
    bottom: auto;
  }
  .news span{
    font-size: 11px;
  }
  .home .news li a ,.mainContent .diary .ttl span{
    font-size: 13px;
  }
  .home .news{
    margin: 30px auto;
  }
  .home .news ul{
    width: 100%;
  }
  .home .top_text p {
    font-size: .7em;
  }
  .home .news .ttl ,.mainContent .diary .ttl{
width: 100%;
padding: 0;
text-align: center;
font-size: 45px;
  }
  .mainContent .story_1{
    padding-top: 200px;
  }
  .mainContent .story_2{
    padding-top: 35px;
  }
   .mainContent .story_3{
    padding-top: 140px;
  }
  .mainContent .story_1 .img_2{
    width: 100%;
    position: unset;
    margin-top: -120px;
  }
  .mainContent .story_1 .img_1{
    width: 32%;
    right: 28%;
    top:-23px;
  }
  .mainContent .story_1 .set_1{
    width: 32%;
    z-index: 1;
  }
  .mainContent .story_1 .text_1 ,.mainContent .story_3 .text_4{
    width: 100%;
    padding: 20px;
    font-size: 15px;
    font-weight: 100;
    position: relative;
    margin: 0;
  }
  .mainContent .story_3 .text_4{
    margin-top: -150px;
  }
  .mainContent .story_2 .set_4 .img_5{
    width: 45%;
    top: -40px;
    right: 5px;
  }
  .mainContent .story_2 .set_4 .img_7{
    width: 95%;
  }
  .mainContent .story_1 .img_4 {
    width: 45%;
    margin: calc(0 / 100 * 100%) auto 0 55%;
}
.mainContent .story_3 .img_8{
  width: 30%;
}
.mainContent .story_3 .set_5 .img_10{
  margin: calc(-60 / 100 * 100%) auto 0 5%;
  width: 35%;
}
.mainContent .story_3 .set_5 .img_9{
  margin: 0;
  margin-top: -150px;
  width: 30%;
}
.mainContent .project .ttl{
  font-size: 45px;
}
.mainContent .project .ttl span{
  font-size: 13px;
}

.mainContent .project .ttl span{
color: #fff;
}
.mainContent .project .ttl{
  border: none;
}
.mainContent .project .link_slick {
  width: 100%;
}
.mainContent .project .link_text{
  width: 80%;
  padding-bottom: 20px;
}
.mainContent .project .project_link .number{
  right: -1%;
  width: 30%;
  left: auto;
}
.mainContent .project .link_text .flex_ttl{
  font-size: 9px;
  margin-bottom: 15px;
}
.mainContent .project .link_text .link_ttl{
  font-size: 25px;
}
.mainContent .project .link_text .flex_ttl .link_ttl_2{
  font-size: 35px;
}

.mainContent .project .btn{
  margin-top: 0px;
  width: 6em;
}
.home .link_btn{
  width: 80%;
}
.mainContent .project .link_text .sub_ttl{
  line-height: .2;
  padding-top: 0;
}
.mainContent .project .link_text .sub_ttl strong{
  font-size: 23px;
}
.mainContent .project .link_text .linksub_ttl{
  margin-bottom: 10px;
}
.mainContent .project .link_text span{
  font-size: 9px;
  line-height: 25px;
}
}

/*--------------共通---------------------*/
* {
  color: #1a1a1a;
  box-sizing: border-box;
}

.flex_box {
  display: flex;
  flex-wrap: wrap;
}

.btn {
  font-size: 20px;
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 100;
  width: 11em;
  padding: 10px;
  background: #1a1a1a;
  border: 1px solid #ffffff;
  color: #db5534;
  transition: 0.5s;
  margin: auto;
}

.btn:hover {
  color: #1a1a1a;
  border: 1px solid #ffffff;
  background: #db5534;
}
.wh_btn{
  font-size: 20px;
  display: block;
  font-weight: 100;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  vertical-align: middle;
  text-decoration: none;
  width: 11em;
  padding: 10px;
  font-weight: bold;
  background: #ffffff;
  border: 1px solid #1a1a1a;
  color: #db5534;
  transition: 0.5s;
  margin: auto;
}
.wh_btn:hover {
  color: #ffffff;
  border: 1px solid #1a1a1a;
  background: #db5534;
}
h2 {
  color: #ffffff;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  line-height: .8em;
  font-size: 2em;
  font-weight: 100;
}

h2 span {
  font-size: 16px;
}

table {
  border-collapse: collapse
}

@media screen and (min-width: 990px) {}

@media screen and (min-width: 990px) {
  .btn{
    font-size: 18px;
  }
}