@charset "UTF-8";body {
    color: #222;
    font-family: sans-serif
}

body,html {
    height: 100%
}

section {
    margin: 0 20%
}
.container {
    margin: 0 auto;
    max-width: 1147px;
    width: 84%
}

body,figure,h1,h2,h3,h4,h5,h6,p,ul {
    margin: 0;
    padding: 0
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    opacity: .8
}

img {
    height: auto;
    vertical-align: bottom;
    width: 100%
}

.site img {
    max-width: 100%;
    width: auto
}

svg {
    vertical-align: bottom
}

.br_for_pc{
    display:block;
}
@media (max-width:768px){
    
.br_for_pc{
    display:none;
}
}
.catch h1,.detail p:first-of-type,.food h2,.info .subtitle,.nav {
    font-family: Cambria,Cochin,Georgia,Times,Times New Roman,serif
}

.sr-only {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.top {
    height: 100%
}

.header {
    font-family: Cambria,Cochin,Georgia,Times,Times New Roman,serif
}

.header .container {
    display: flex;
    flex-direction: column;
    height: 134px;
    justify-content: center;
    text-align: center
}

.header a {
    color: #fff
}

.header .site {
    display: none
}

.nav ul {
    color: #000;
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 18px
}

 .top .header .nav{
     position:relative;
        z-index:100;
     font-weight:bold;
     text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8),1px 1px 3px rgba(0, 0, 0, 0.8);
    }
.nav li:not(:last-child) {
    margin-right: 55px
}

@media (min-width: 768px) {
    .nav ul {
        margin-top:0
    }


    .header .container {
        align-items: center;
        flex-direction: row;
        height: 100px;
        justify-content: space-between
    }
}

.video {
    background: #000;
    position: fixed;
    top: 0;
    z-index: -1
}

.video,video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.hero {
    height: 80vh;
    width: 100%
}

.hero .catch {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Times New Roman,Times,serif;
    height: 100%;
    justify-content: center;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    width: 100%
}

.hero .catch h1 {
    font-size: 30px;
    margin-bottom: 10px
}

.hero .catch p {
    font-size: 25px;
}

@media (min-width: 768px) {
    .hero .catch h1 {
        font-size:40px;
        margin-bottom: 30px
    }

    .hero .catch p {
        font-size: 30px
    }

    .hero .catch {
        -webkit-transform: none;
        transform: none
    }
}

@media (min-width: 900px) {
    .hero .catch h1 {
        font-size:56px;
        margin-bottom: 30px
    }

    .hero .catch p {
        font-size: 40px
    }
}

.mess {
    background: hsla(0,0%,100%,.9);
    margin: 100px 15px;
    padding: 30px 8px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.mess h2 {
    color: #000;
    font-size: 27px;
    margin-bottom: 25px
}

.mess h2 span {
    font-weight: 400
}

.mess .item {
    text-align: justify;
    text-justify: inter-ideograph
}

.item {
    font-size: 18px;
    margin-bottom: 50px;
    padding: 30px
}

.item figure {
    margin: auto;
    max-width: 320px
}

.item h3 {
    font-size: 30px;
    margin-bottom: 16px
}

.item p:first-of-type {
    color: #000;
    font-size: 19px;
    margin-bottom: 30px
}

.item p:last-of-type {
    font-size: 14px;
    line-height: 1.8
}

@media (min-width: 768px) {
    .items {
        display:flex;
        justify-content: center
    }

    .item {
        width: 40%
    }

    .item p:last-of-type {
        font-size: 17px
    }
}

@media (min-width: 950px) {
    .item p {
        font-size:20px
    }
}

.theme {
    background: hsla(0,0%,100%,.9);
    margin: 100px 15px;
    padding: 30px 0;
    text-align: center
}

.theme h2 {
    color: #000;
    font-size: 36px;
    margin-bottom: 20px
}

.theme h2 span {
    font-weight: 400
}

.detail {
    margin-bottom: 50px
}

.detail figure {
    margin: auto;
    max-width: 320px
}

.detail h3 {
    font-size: 30px;
    margin-bottom: 16px
}

.detail p:first-of-type {
    color: #000;
    font-size: 19px;
    margin-bottom: 30px
}

.detail p:last-of-type {
    font-size: 14px;
    line-height: 1.8
}

@media (min-width: 768px) {
    .details {
        display:flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .detail {
        width: 50%
    }

    .detail p:last-of-type {
        font-size: 11px
    }
}

@media (min-width: 950px) {
    .detail p:last-of-type {
        font-size:14px
    }
}

.bar {
    font-family: Cambria,Cochin,Georgia,Times,Times New Roman,serif;
    padding-bottom: 16px;
    position: relative
}

.bar:after,.bar:before {
    background-color: #e17e56;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 80%
}

.bar:before {
    bottom: 6px;
    left: 0
}

.bar:after {
    bottom: 0;
    right: 0
}

.content .bar:before {
    width: 200px
}

@media (min-width: 768px) {
    .bar {
        margin-left:auto;
        margin-right: auto;
        max-width: 400px
    }

    .mess .bar {
        max-width: 600px
    }

    .bar:after,.bar:before {
        width: 73%
    }

    .content .bar {
        max-width: none
    }

    .content .bar:before {
        width: 312px
    }

    .content .bar:after {
        width: 81%
    }
}

.research {
    background: hsla(0,0%,100%,.9);
    margin: 100px 15px;
    padding: 30px 0;
    text-align: center
}

@media (min-width: 768px) {
    .research {
        text-align:center
    }
}

.research h2 {
    color: #000;
    font-size: 28px;
    margin-bottom: 20px
}

.research h2 span {
    font-weight: 400
}

.research .item p:first-of-type {
    color: #000;
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 0;
    padding: 10px 0
}


.research .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0
}

@media (max-width: 768px) {
    .research .container .bar {
        font-size:18px
    }
    .research .item p:first-of-type{
        font-size:16px;
    }
    .research .gatsby-image-wrapper{
        width:70%;
        display: block;
        margin:0 auto;
    }
}/*max-width: 768px ここまで*/

.research .item {
    margin: 0;
    padding: 15px;
    width: 30%;
}
.research .sp-wide-item{
    width:45%;
}
.research .content h3 {
    color: #000;
    font-size: 25px;
    padding: 20px
}

.research .content p {
    font-size: 16px;
    margin: 15px;
    padding: 0;
    text-align: justify;
    text-justify: inter-ideograph
}

@media (min-width: 768px) {
    .research .content p {
        text-align:center
    }
}

.research .issho {
    color: #000;
    font-size: 25px;
    padding: 20px
}

@media (min-width: 768px) {
    .research .item p:first-of-type {
        color:#000;
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 0;
        padding: 10px 0
    }

    .research .items {
        display: flex;
        justify-content: space-evenly
    }

    .research .item {
        margin-bottom: 0;
        width: 10%
    }

    .research .issho {
        color: #000;
        font-family: Cambria,Cochin,Georgia,Times,Times New Roman,serif;
        font-size: 25px;
        padding: 20px
    }

    .research .content {
        margin-bottom: 30px;
        padding: 0
    }
}

.event {
    background: hsla(0,0%,100%,.9);
    margin: 100px 15px;
    padding: 30px 0;
    text-align: center
}

.event h2 {
    color: #000;
    font-size: 30px;
    margin-bottom: 20px
}

.event h2 span {
    font-weight: 400
}
.openlab {
    background: hsla(0,0%,100%,.9);
    margin: 100px 15px;
    padding: 30px 0;
    text-align: center
}

@media (max-width:768px){
    .event{
        text-align:left;
    }
    .openlab{
        text-align:left;        
    }
}/*max-width:768px ここまで*/

.openlab h2 {
    color: #000;
    font-size: 30px;
    margin-bottom: 20px
}

.openlab h2 span {
    font-weight: 400
}

.openlab span {
    color: rgba(211,58,116,.897)
}

.openlab .items {
    display: flex;
    flex-direction: column
}

.openlab .item {
    font-size: 13px
}

.openlab .tips {
    color: #000;
    font-size: 15px;
    text-decoration: underline;
    -webkit-text-decoration-color: red;
    text-decoration-color: red
}

@media (min-width: 768px) {
    .openlab .item {
        font-size:18px
    }
}

.openlab .items .itemi {
    padding: 5px;
    width: 100%
}

@media (min-width: 768px) {
    .openlab .items {
        flex-direction:row;
        font-size: 20px
    }

    .openlab .items .item {
        padding: 30px 15px;
        width: 48%
    }
}

.form {
    background: #a52e23;
    border-radius: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 60px;
    padding:15px;
    text-align: center;
    width: 90%
}

@media (min-width: 768px) {
    .form {
        width:50%;
        padding: 30px 0;
    }
}

.form:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media (min-width: 768px) {
    .mess {
        margin:100px 0 100px 30%
    }

    .mess,.theme {
        background: hsla(0,0%,100%,.9)
    }

    .theme {
        margin: 100px 0 100px 20%
    }

    .research {
        margin: 100px 30% 100px 0
    }

    .event,.research {
        background: hsla(0,0%,100%,.9)
    }

    .event {
        margin: 100px 0 100px 30%
    }

    .openlab {
        background: hsla(0,0%,100%,.9);
        margin: 100px 15% 100px 0
    }
}

.footer {
    background-image: none;
    background-size: cover;
    color: #fff;
}

.footer .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
    padding-top: 60px
    
}

.footer .site {
    text-align: center
}

.footer .site p {
    font-size: 14px;
    margin-bottom: 50px;
    margin-top: 20px;
}

    .footer .copyright{
        font-size:13px; 
        text-align:center;
        padding-bottom:20px;
    }
@media (min-width: 768px) {

    .footer .container {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .footer .site {
        text-align: left;
    }

    .footer .site p {
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 10px;
    }
}

.footer {
    position: relative
}

.footer .container {
    position: relative;
    z-index: 10
}

.footer .back {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.info {
    color: #000;
    font-size: 14px;
    margin-bottom: 43px
}

.info [class*=fa-] {
    margin-right: 10px
}

.info time {
    margin-bottom: 5px
}

.info .cat ul {
    display: inline-flex;
    list-style: none
}

.info .cat li:not(:last-child):after {
    content: "・";
    margin: 0 5px
}

@media (min-width: 768px) {
    .info {
        display:flex;
        font-size: 16px;
        justify-content: space-between
    }
}

.postlink {
    color: #000;
    display: flex;
    font-size: 14px;
    list-style: none;
    margin-top: 4em
}

.postlink li {
    width: 48%
}

.postlink a,.postlink li {
    align-items: center;
    display: flex
}

.postlink .next {
    justify-content: flex-end;
    margin-left: auto
}

.postlink .prev [class*=fa-] {
    margin-right: 10px
}

.postlink .next [class*=fa-] {
    margin-left: 10px
}

.pagenation {
    display: flex;
    list-style: none;
    margin-top: 1.8em
}

.pagenation .next {
    margin-left: auto
}

.pagenation a {
    align-items: center;
    background-color: #000;
    border-radius: 1em;
    color: #fff;
    display: flex;
    font-size: 14px;
    padding: .5em 1em;
    width: 7em
}

.pagenation .next a {
    justify-content: flex-end
}

.pagenation .prev [class*=fa-] {
    margin-right: 10px
}

.pagenation .next [class*=fa-] {
    margin-left: 10px
}

.phrase {
    height: 50vh;
    width: 100%
}

.phrase .catch {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Times New Roman,Times,serif;
    height: 100%;
    justify-content: center;
    text-align: center;
    text-shadow: 0 0 20px rgba(0,0,0,.5);
    width: 100%
}

.phrase .catch h1 {
    font-size: 30px;
    margin: 100px auto;
    width: 75%
}

.phrase span {
    color: #a52e23
}

@media (min-width: 768px) {
    .phrase .catch h1 {
        font-size:40px;
        margin-bottom: 30px
    }

    .phrase .catch p {
        font-size: 16px
    }
}

@media (min-width: 900px) {
    .phrase .catch h1 {
        font-size:56px;
        margin-bottom: 30px
    }
}

.thesis-theme {
    margin: 0 auto;
    text-align: left;
    width: 90%
}

.thesis-theme h3 {
    padding-bottom: 4px;
    -webkit-text-decoration: underline #e17e56;
    text-decoration: underline #e17e56
}

@media (min-width: 768px) {
    .thesis-theme {
        -webkit-transform:translateX(20%);
        transform: translateX(20%);
        width: 60%
    }
}

.links .link {
    align-items: center;
    background: linear-gradient(to bottom right,#e17e56,#bf0000);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-weight: 100;
    height: 150px;
    justify-content: center;
    margin: 10px;
    width: 150px
}

@media (min-width: 768px) {
    .links .link {
        height:145px;
        margin: 4px;
        width: 145px
    }
}

@media (min-width: 1900px) {
    .links .link {
        height:200px;
        margin: 5px;
        width: 200px
    }
}

.links .link:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 80%
}

@media (max-width: 768px) {
    .links {
        width:100%
    }

    .links .link {
        margin: 5px 0
    }

   .research .content p{
	margin:15px 5px;
}
  .item{
	padding:30px 5px;
}
  .container{
	width:87%;
} 

}/* maxwidth-768px */

.reshed {
    background: #a52e23
}

h2 {
    color: #000;
    font-family: Cambria,Cochin,Georgia,Times,Times New Roman,serif;
    font-size: 30px;
    margin: 40px 0;
    padding-bottom: 16px;
    position: relative;
    text-align: center
}

h2:after,h2:before {
    background-color: #e17e56;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 80%
}

h2:before {
    bottom: 6px;
    left: 0
}

h2:after {
    bottom: 0;
    right: 0
}

@media (min-width: 768px) {
    h2 {
        margin-left:auto;
        margin-right: auto;
        max-width: 600px
    }

    .bar:after,h2:before {
        width: 73%
    }
}

.wrapper {
    margin: 10px 10px 80px;
    padding-bottom: 70px;
    text-align: justify;
    text-justify: inter-ideograph
}

@media (min-width: 768px) {
    .wrapper {
        margin:50px 20%
    }
}

.cont,.sec {
    margin: 30px
}

.cont {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media (max-width: 768px) {
    .cont {
        align-items:center;
        flex-direction: column
    }
}

.hoge {
    vertical-align: top;
    width: 48%
}

@media (max-width: 768px) {
    .hoge {
        margin:10px 0;
        width: 95%
    }
}
/*
img:hover {
    pointer-events: none
}*/

.block {
    width: 100%
}

@media (max-width: 768px) {
    .block {
        margin:0 auto;
        width: 90%
    }

    h1 {
        font-size: 20px
    }
}

.kosan {
    margin: 100px 0
}

.kosan,.video-wrapper {
    text-align: center;
    width: 100%
}

.video-wrapper {
    position: relative
}

.video-wrapper:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.youtube {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.break-word {
      word-break: break-all;
}

