@charset "UTF-8";
/*
Theme Name:shiba-portfolio
Theme URI:portfolio.sh1ma.com
Description: portfolio
Author:Shiba Risa
Author URI:	https://shiba-portfolio.sh1ma.com/
Version:2.0.1
Text Domain:shiba-portfolio
*/
/*font*/
*{
     font-family: "Inter", sans-serif; 
    font-style: normal;
}
.inter,.center p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight:300;
  font-style: normal;
}
.flex_skill_in span{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight:bold;
  font-style: normal;
}
.center p {
    font-family: Inter;
    font-size:20px;
    line-height: 36px;}
/**/
.margina5,.key,.top_h3,.md-justify-between,.tp-sentence{
    max-width: 1200px;
    margin: auto;
    width: 80%;
}

.margin-topbottom7{
   margin-top: 7rem;
     margin-bottom: 9rem;  
}

.center{
    text-align: center;
}
.left{
    text-align: left;
}
.flex_skill_in {
    margin: 1rem;
}
.flex_skill_in figure.center{
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.flex_skill_in {
    text-align: center;
}
.key img{
    width: 100%;
    margin-top: 70px;
}

@media (max-width:680px) {
     .tp-sentence,.key{
  width:90%;
}  
    .tp-sentence{
    margin-top: 3rem;
     margin-bottom: 3rem;
}
    .flex_skill_in {
    margin-bottom: 3rem;
}
    ul.footer__navi.flex{
            display: table-caption;
    }
    .footer__navi.flex li {
    margin-bottom: 1rem;
}

}
@media (min-width: 681px) {
   .tp-sentence{
  width:80%;
}}
  @media (min-width: 1024px) {
      .tp-sentence{
    margin-top: 5rem;
     margin-bottom: 5rem;
}}
@media (min-width: 1025px) {
    .tp-sentence{
    margin-top: 6rem;
     margin-bottom: 6rem;
}
   .margina5{
  width:80%;
}

}
/*============================
btn
============================*/
btn.btn_black {
    padding: 1rem 3rem;
    color: #fff;
    background-color: #141414;
}
.btn_black_wrap {
    width: 80%;
    margin: auto;
    text-align: center;
}
/*============================
skill
============================*/
span.ore{
    color: #e48e2d;
}
span.blue{
     color: #419cd5;
}
span.pink{
    color: #d12076;
}
span.dk_blue{
    color: #1082a5;
}
.flex_skill_in img{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
/*============================
top
============================*/

/*============================
top_mb
============================*/
@media (max-width:1023px) {}


/*============================
top_pc
============================*/
@media (min-width: 1024px) {
    .flex_skill {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
    .flex_skill_in {
    width: 20%;
}
}
/*============================
works
============================*/
h2.top_h2 {
    position: relative;
    padding: 0.3rem 0 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    color: #fff;
}

h2.top_h2::before {
    position: absolute;
    border-bottom: 2px solid #fff;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    content: '';
}

h3.top_h3 {
    margin-bottom: 2rem;
    padding: 0.25em 0.5em; /*上下 左右の余白*/
    color: #fff; /*文字色*/
    background: transparent; /*背景透明に*/
    border-left: solid 10px #fff; /*左線*/
}

/*============================
works
============================*/
h2.top_h2 {
    position: relative;
    padding: 0.3rem 0 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    color: #fff;
}

h2.top_h2::before {
    position: absolute;
    border-bottom: 2px solid #fff;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    content: '';
}

h3.top_h3 {
    padding: 0.25em 0.5em; /*上下 左右の余白*/
    color: #fff; /*文字色*/
    background: transparent; /*背景透明に*/
    border-left: solid 10px #fff; /*左線*/
}

/*============================
works
============================*/
h2.top_h2 {
    position: relative;
    padding: 0.3rem 0 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    color: #fff;
}

h2.top_h2::before {
    position: absolute;
    border-bottom: 2px solid #fff;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    content: '';
}

h3.top_h3 {
    padding: 0.25em 0.5em; /*上下 左右の余白*/
    color: #fff; /*文字色*/
    background: transparent; /*背景透明に*/
    border-left: solid 10px #fff; /*左線*/
}

/*============================
works-bc
============================*/
.slant-bg {
    width: 100%;
    margin: 0;
    padding: 150px 0;
    position: relative;
}

.slant-bg p {
   /* width: 65%;*/
    margin: 0 auto;
}

.slant-bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #008ab1;
    transform: skewY(-7deg);
    z-index: -1;
    height: calc(100% + 90px); /* Extend to overlap footer background */
}

/*============================
footer-bc
============================*/
.footer_in {
    width: 100%;
    margin: 0;
    padding: 200px 0 70px;
    position: relative;
    overflow: hidden;
}

.footer_in p {
    width: 65%;
    margin: 0 auto;
}

.footer_in::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f4e621;
   
    z-index: -2;
    height: calc(100% + 15px); /* Extend to ensure overlap */
}
@media (max-width: 681px) {
    .footer_in{
            padding: 200px 0 50px;
    }}

.tpkey img {
    width: 100%;
}
.content p{
    margin-bottom: 0.5rem;
}