@charset "utf-8";
/* CSS Document */
/* ■01.reset
--------------------------------------------------- */
body,
div,p,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,
form,fieldset,legend,input,textarea,blockquote,
th,td,figure,figcaption
{
    margin:0;
    padding:0;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.06em;
}

h1,h2,h3,h4,h5,h6{ font-weight:inherit; /*line-height:100%;*/ }
li{ list-style:none; }
table{ border-collapse: collapse; border-spacing: 0; }

fieldset,img { border: 0; vertical-align: bottom; }
img{ width:100%;}

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.7;
    color: #fff;
    /*font-weight: 400;*/
    font-size: 16px;
	background-color: #000;
}
ul {
  list-style: none;
}
a:hover {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.sp_only{
	display: none;
}
video {
    width: 100%;
    height: auto;
    display: block;
}
.contents {
    max-width: 1200px;
    margin: 0 auto;
}
h2{
	font-family: "Oswald";
	color: #fff;
	font-size: 66px;
}
span.blue{
	color: #2AD7D0;
}
/*タブ切り替え*/
.tab_inner{
	width: 100%;
	margin: 0 auto;
}
.r-tabs .r-tabs-nav {
    margin: 0 auto;
    padding: 0;
	width: 60%;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px 0;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}
/* Tabs container */
.r-tabs {
  position: relative;
  background-color: #000;
  border-top: 5px solid #000;
  border-right: 5px solid #000;
  border-left: 5px solid #000;
  border-bottom: 5px solid #000;
  border-radius: 5px;

}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  background-color: #fff;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 10px 18px;
  text-decoration: none;
  font-size: 16px;
  color: #000;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #000;
  text-shadow: none;
  background-color:#2AD7D0;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
  background-color:#000;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;

}
p.tablist_tit {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid;
    border-top: 1px solid;
    margin-bottom: 3%;
}
ul.work_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
ul.work_list li{
	width: 22%;
	margin-bottom: 3%;
}
dl.position {
    display: flex;
	margin-top: 5px;
	font-size: 14px;
}
dl.position dt{
	border: 1px solid #fff;
	padding: 3px 8px;
	margin-right: 5px;
}
dl.position dd{
	border: 1px solid #fff;
	padding: 3px 8px;
}
ul.skill_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
ul.skill_list li{
	width: 23%;
	margin-bottom: 3%;
}
ul.skill_list li dt{
	max-width: 80px;
	margin: 0 auto;
}
ul.skill_list li dd{
	text-align: center;
}
ul.skill_tool {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
ul.skill_tool li{
	color: #2AD7D0;
	border: 1px solid #fff;
	border-radius: 50px;
	text-align: center;
	margin-bottom: 1%;
	width: 23%;
}
h3 {
    font-size: 30px;
    text-align: center;
}
ul.sis_list {
    display: flex;
    justify-content: space-around;
}
ul.sis_list li{
	width: 30%;
}
address {
    text-align: center;
    font-size: 12px;
    padding: 5% 0;
}
p.name {
    font-size: 36px;
	font-family: "Oswald";
}
.about_wrap {
    display: flex;
    justify-content: space-between;
}
section#ai {
    margin: 10% 0;
}
.about_photo {
    width: 40%;
}
.about_plofile {
    width: 55%;
}
p.btn {
    text-align: center;
	margin-top: 3%;
}
p.btn a {
    color: #2AD7D0;
    border: 1px solid #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 21px;
    padding: 10px 30px;
    text-decoration: none;
}
ul.ai_img {
    display: flex;
    justify-content: space-around;
}
ul.ai_img li{
	width: 24%;
}
p.pp1 {
    border: 1px solid #fff;
    text-align: center;
    margin: 1% 0;
}
p.pp2 {
    border: 1px solid #fff;
    text-align: center;
    margin: 1% 0;
	color: #2AD7D0;
}
footer {
    padding: 8% 0 0 0;
}

/* ■05.横幅767px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:768px) {
/* ▼SP用================================================================ */
.sp_only{
		display: block;
	}
.pc_only{
		display: none;
	}

.contents {
    width: 90%;
}
h2 {
    font-size: 46px;
}	
.r-tabs .r-tabs-nav {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}	
.r-tabs .r-tabs-nav .r-tabs-anchor {
    display: inline-block;
    padding: 10px 10px;
	}
	.r-tabs .r-tabs-nav .r-tabs-tab {
    margin-bottom: 1%;
}
	ul.work_list li {
    width: 49%;
    margin-bottom: 10%;
}
	dl.position {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}
	dl.position dt {
    margin-right: 0;
}
	dl.position dd {
		margin-top: 5px;
}
	ul.skill_list li {
    width: 49%;
    margin-bottom: 10%;
}
	ul.skill_tool li {
    width: 48%;
}
	section#ai {
    margin: 30% 0;
}
	ul.ai_img {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
	ul.ai_img li {
    width: 49%;
    margin-bottom: 5%;
}
	.about_wrap {
    display: block;
	}
	.about_photo {
    width: 70%;
    margin: 0 auto;
}
	.about_plofile {
    width: 100%;
}
	p.btn {
    text-align: center;
    margin-top: 10%;
}
	footer {
    padding: 25% 0 0 0;
}
	ul.sis_list {
    display: block;
	}
	ul.sis_list li {
    width: 70%;
    margin: 0 auto 2%;
}
	
	
	
	
	
	
	
/* ▲sp用================================================================== */
}















