@charset "UTF-8";
/*共通部分
------------------------------------*/
html{
    font-size: 100%;
}
body{
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.7;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
/* ヘッダー
-----------------------------------*/
.main-nav{
    display: flex;
    justify-content: space-between;
}
.logo{
    width: 60px;
    margin-top: 7px;
}
.page-header{
    height: 75px;
    width: 100%;
    background-color: rgb(232, 244, 250,.5);
    position: fixed;
    z-index: 100;
    transition: all .5s;
}
.page-header.change-color{
    background-color: rgb(232, 244, 250)
}
.page-header div{
    display: flex;
}
.wrapper{
    margin: 0 auto;
    padding: 0 4%;
}
ruby{
    margin-top: 20px;
    margin-left: 5px;
    white-space: nowrap;
}
rb{
    font-family: 'Raleway', sans-serif;
}
rt{
    font-weight: bold;
}
.page-tittle a{
    color: black;
}
.slidebox{
    width: 100%;
}
.slide-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.prev-arrow {
    left: 0;
    z-index: 10;
    width: 5%;
    height: auto;
}
.next-arrow {
    right: 0;
    width: 5%;
    height: auto;
}
.slick-dots {
    font-size: -10px ;
}
.topic-tittle{
    text-align: center;
    margin-top: 60px;
    font-size: 2.1rem;
}
.topic-tittle h2{
    border-bottom:1px solid #ccc;
    display: inline-block;
}
.topic-contents{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 50px;
}
.twitter{
    text-align: center;
    width: 100%;
    margin-right: 50px;
}
.twitter h3{
    border-bottom:1px solid #ccc;
    display: inline-block;
}
.news{
    text-align: center;
    width: 100%;
    margin-left: 50px;
}
.news h3{
    margin-bottom: 10px;
    border-bottom:1px solid #ccc;
    display: inline-block;
}
.twitter-timeline{
    width: 100%;
}
/*ハンバーガーメニュー*/
/*PCメニュー*/

#header #navi {
    display: flex;
    flex-flow: nowrap ;
    white-space: nowrap;
    align-items: center;
    list-style: none;
}
#header #navi li  {
    line-height: 100%;
}

#header #navi li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 29px 20px 29px 20px;
}
#header #navi li a:hover{
    color: rgb(143, 140, 140);
    background-color: rgba(197, 205, 214, 0.4);
}
#header ul{
    margin-right: -20px;
}
dt{
float:left;
}
dd{
    margin-left:100px;
}
dl{
    width: 100%;;
    height: 180px;/*スクロールの高さ*/
	overflow-y: scroll;
}
dt{
    float:left;
    padding:10px 5px;
}

dd{
    border-bottom:1px solid #ccc;
    margin-left:100px;
    padding:10px 5px;
}
dl a{
    background-color: rgb(167, 193, 231);
    border-radius:5px;
    color:#fff;
    margin:0 20px;
    padding:5px 15px;
    text-decoration:none;
}
.twitter-timeline{
    width: 50%;
    }
/*PCメニュー*/
/*SPメニュー*/
@media screen and (max-width: 810px) {
    /* bager menu */
#header #navi {
transition: all 0.6s;
overflow-y: auto;
padding-top: 40px;
margin-top: 75px;
width: 300px;
height: 100vh;
z-index: 200;
top: 0;
right: -320px;
background-color: #fff;
position: fixed;
flex-direction: column;
align-items: baseline;
}
#header #navi li a {
    padding: 30px 300px 30px 20px;
}
#header .nav_btn {
width: 44px;
height: 44px;
z-index: 300;
top: 7px;
right: 7px;
cursor: pointer ;
position: absolute;
}
.hamburger_line {
transition: all 0.6s;
width: 34px;
height: 2px;
right: 16px;
background-color: #000;
position: absolute;
}
.hamburger_line1 {
top: 16px;
}
.hamburger_line2 {
top: 27px;
}
.hamburger_line3 {
top: 38px;
}
.nav_bg {
opacity: 0;
transition: all 0.6s;
width: 100vw;
height: 100vh;
margin-top: 75px;
z-index: 100;
top: 0;
left: 0;
visibility: hidden;
background-color: #000;
cursor: pointer;
position: fixed;
}
/* 表示された時用のCSS */
.nav_open #header #navi {
right: 0;
}
.nav_open .nav_bg {
opacity: 0.8;
visibility: visible;
}
.nav_open .hamburger_line1 {
transform: rotate(45deg);
top: 30px;
}
.nav_open .hamburger_line2 {
width: 0;
left: 50%;
}
.nav_open .hamburger_line3 {
transform: rotate(-45deg);
top: 30px;
}
.topic-contents{
    flex-direction: column-reverse;
}
.twitter-timeline{
width: 100%;
}
.news{
    margin-left: 0;
    margin-bottom: 30px;
}
.twitter{
    margin-right: 0;
}
.twitter h3{
    text-transform: capitalize;
}
}
@media screen and (max-width:479px){
.logo{
    width: 55px;
    margin-top: 2.5px;
}
.page-header{
    height: 60px;
}
.nav_bg{
    margin-top: 60px;
}
#header #navi{
    margin-top: 60px;
}
ruby{
    margin-top: 15px;
    margin-left: 5px;
    white-space: nowrap;
}
.hamburger_line1 {
top: 11px;
}
.hamburger_line2 {
top: 22px;
}
.hamburger_line3 {
top: 33px;
}
}


/*フッター*/



/*基本情報*/
.basic-information-wrapper img{
    width: 100%;
}
.basic-information-wrapper h1{
text-align: center;
margin-top: 70px;
margin-bottom: 1000px;
}


/*班別活動紹介*/
.group-information-wrapper img{
    width: 100%;
}
.group-information-wrapper h1{
text-align: center;
margin-top: 70px;
margin-bottom: 1000px;
}
.web-seisaku{
    background: #0bd;
    margin: 10px;
    padding: 10px;
}
.webapuri-kaihatu{
    background: #0bd;
    margin: 10px;
    padding: 10px;
}
.group-information-content{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 50px;
}
.group-information-content img{
    width: 15%;
}
.DS{
    text-align: center;
    font-size: 1.5rem;
    margin: 25px;
}
.WA{
    text-align: center;
    font-size: 1.5rem;
    margin: 25px
}
.GIImg{
    margin-top: 10px;
}

/*成果物紹介*/
.production-wrapper img{
    width: 100%;
}
.production-wrapper h1{
text-align: center;
margin-top: 70px;
margin-bottom: 1000px;
}


/*お問い合わせ*/
.contact-wrapper img{
    width: 100%;
}
.contact-wrapper h1{
text-align: center;
margin-top: 70px;
margin-bottom: 1000px;
}
article{
    padding: 60px;
}
article img{
    width: 1000px;
}
.post-info{
    text-align: center;
    margin-bottom: 60px;
}
.post-title{
    margin-bottom: 60px;
}
.contact{
    width: 960px;
    margin: 0 auto;
    padding: 0;
}
.contact-ttl{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: center;
}
.button{
    font-size: 1.375rem;
    background: #0bd;
    color: #fff;
    border-radius: 5px;
    padding: 18px 32px;
}
.button:hover{
    background: #0090aa;
}

html {
    overflow-y: scroll;
  }
  body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
  }
  address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  caption,th {
    text-align: left;
  }
  q:before,q:after {
    content: '';
  }
  object,embed {
    vertical-align: top;
  }
  hr,legend {
    display: none;
  }
  h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
  }
  img,abbr,acronym,fieldset {
    border: 0;
  }
  li {
    list-style-type: none;
  }
  sup {
    vertical-align: super;
    font-size: 0.5em;
  }
  img {
    vertical-align: top;
  }
  i {
    font-style: normal;
  }
  /*リセットcss↓*/
  html {
    overflow-y: scroll;
  }
  body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
  }
  address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  caption,th {
    text-align: left;
  }
  q:before,q:after {
    content: '';
  }
  object,embed {
    vertical-align: top;
  }
  hr,legend {
    display: none;
  }
  h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
  }
  img,abbr,acronym,fieldset {
    border: 0;
  }
  li {
    list-style-type: none;
  }
  sup {
    vertical-align: super;
    font-size: 0.5em;
  }
  img {
    vertical-align: top;
  }
  i {
    font-style: normal;
  }
  /*----リセットcss*----/
  

/*デザインcss↓*/
.box_con {
    max-width: 900px;
    margin: 0  auto;
}
@media only screen and (max-width: 768px) {
    .box_con {
    width: 95%;
    }
}
.box_con form {
    width: 100%;
}
.box_con form table {
    width: 100%;
}
.box_con form table tr {
    position: relative;
}
.box_con form table tr:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    border-bottom: dotted #cdcdcd 1px;
}
.box_con form table tr th {
    width: 30%;
    font-weight: normal;
    padding: 1em .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
    .box_con form table tr th {
    text-align: center;
    width: 100%;
    display: block;
    background: #97ae88;
    padding: .8em .2em;
    color: #fff;
    }
}
.box_con form table tr th span {
    background: #cd6f55;
    padding: 0 .3em;
    color: #fff;
    margin-left: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.box_con form table tr td {
    padding: 1em .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
    .box_con form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
    }
}
.box_con form table tr .box_br {
    display: block;
}
.box_con form table tr select {
    border: 1px solid #8cc6fc;
}
.box_con form table tr label input {
    cursor: pointer;
    display: none;
    vertical-align: middle;
}
.box_con form table tr .radio02-input + label {
    padding-left: 23px;
    margin-right: 20px;
    position: relative;
}
.box_con form table tr .radio02-input + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    border-radius: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box_con form table tr .radio02-input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 3px;
    width: 12px;
    height: 12px;
    background: #70ce32;
    border-radius: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box_con form table tr select, .box_con form table tr input, .box_con form table tr textarea {
    width: 100%;
    height: 3em;
    padding: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.box_con form table tr textarea {
    height: 10em;
}

/*プライバシーのデザインcss↓*/
.con_pri {
    max-width: 700px;
    margin: 0  auto;
}
@media only screen and (max-width: 768px) {
    .con_pri {
    width: 95%;
    }
}
.con_pri .box_pri {
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #cdcdcd;
    background: #f7f7f7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 20px 55px;
}
@media only screen and (max-width: 768px) {
    .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .con_pri .box_pri {
    padding: 4%;
    }
}
.con_pri .box_pri .box_tori {
    text-align: left;
    margin-top: 40px;
}
@media only screen and (max-width: 768px) {
    .con_pri .box_pri .box_tori {
    margin-top: 4%;
    }
}
.con_pri .box_pri .box_tori h4 {
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 150%;
}
@media only screen and (max-width: 768px) {
    .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
    }
}
.con_pri .box_pri .box_tori .txt {
    padding: 0 20px;
}
@media only screen and (max-width: 768px) {
    .con_pri .box_pri .box_tori .txt {
    padding: 0;
    }
}
.con_pri .box_pri .box_num {
    margin-top: 30px;
}
@media only screen and (max-width: 768px) {
    .con_pri .box_pri .box_num {
    margin-top: 5%;
    }
}
.con_pri .box_pri .box_num h4 {
    font-weight: normal;
    font-size: 113%;
}
.con_pri .box_pri .box_num .txt {
    padding: 10px 0 0 20px;
}
@media only screen and (max-width: 768px) {
    .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
    }
}

.box_check {
    text-align: center;
    margin: 1em auto;
}
.box_check label {
    display: inline-block;
}
.box_check label span {
    margin-left: .3em;
}

.btn {
    text-align: center;
}
.btn input {
    display: inline-block;
    background: #eee;
    padding: .5em 4em;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    border: none;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.btn input:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    color: red;
}
input{
    border-top: none;
    border-right: none;
    border-left:none;
}

