@charset "UTF-8";
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}

br {
  line-height: 0;
}

/*
---------------------------------*/
body {
  width: 100%;
  color: #333333;
  font-size: 1.3rem;
  line-height: 1.8;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-feature-settings: "normal";
  font-feature-settings: normal;
  min-width: 300px;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: #333333;
  transition: all .3s ease;
}

a:hover, a:focus {
  text-decoration: none;
  color: #333333;
  opacity: .8;
}

button {
  cursor: pointer;
  outline: none;
}

.font-min {
  font-family: 'Sawarabi Mincho', sans-serif;
}

.coming-soon {
  pointer-events: none;
}

/* 
---------------------------------*/
.kv-cont {
  position: relative;
  margin-bottom: 5rem;
  background: url(../images/ueno-kv.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.kv-cont_lead {
  margin: 0 auto 5rem;
  max-width: 90px;
}

.kv-cont_ttl {
  margin: auto;
  max-width: 279px;
}

@media only screen and (min-width: 768px) {
  .kv-cont {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: url(../images/ueno-kv-pc.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 0;
  }
  .kv-cont_lead {
    max-width: 120px;
    width: 10%;
    margin-bottom: 8rem;
  }
  .kv-cont_ttl {
    max-width: 450px;
    width: 36%;
  }
}

/* 
---------------------------------*/
.video-cont {
  padding: 4rem 0 0.5rem;
  background-color: #f9f9f9;
}

.video-cont_ttl {
  margin-bottom: 1.3rem;
  font-size: 1.3rem;
  text-align: center;
  position: relative;
}

.video-cont_ttl span {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  line-height: 1.3;
  z-index: 2;
}

.video-cont_ttl span::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  left: -15px;
  margin: auto;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #333;
  z-index: 1;
}

.video-cont_ttl span::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  right: -15px;
  margin: auto;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #333;
  z-index: 1;
}

.video-cont_link {
  width: 80%;
  max-width: 260px;
  margin: 0 auto 2.5rem;
  border: 1px solid #c3c3c3;
  background-color: #fff;
  border-radius: 2px;
}

.video-cont_link .icon-yt {
  max-width: 80px;
  margin-right: 0.5rem;
}

.video-cont_link .icon-fb {
  max-width: 28px;
  margin-right: 0.5rem;
}

.video-cont_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1.3rem 0 1.1rem;
  text-align: center;
}

.video-cont_live {
  width: 47px;
  display: inline-block;
}

.video-cont img {
  display: inline-block;
}

.video-cont_txt {
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
}

.video-cont_txt.block {
  display: block;
  width: 100%;
  padding-top: 0.3rem;
}

@media only screen and (min-width: 768px) {
  .video-cont {
    margin-bottom: 3rem;
  }
  .video-cont_ttl {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .video-cont_ttl span {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .video-cont_ttl::before {
    width: 44%;
  }
  .video-cont_link {
    max-width: 400px;
    margin-bottom: 4rem;
  }
  .video-cont_link .icon-yt {
    max-width: 100px;
    margin-right: 1rem;
  }
  .video-cont_link .icon-fb {
    max-width: 30px;
    margin-right: 1rem;
  }
  .video-cont_btn {
    padding: 1.5rem 0;
  }
  .video-cont_txt {
    font-size: 1.6rem;
  }
  .video-cont_txt.block {
    padding-top: 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .video-cont_btn {
    padding: 1.8rem 0;
  }
  .video-cont_live {
    width: 55px;
  }
}

/* 
---------------------------------*/
.live-cont .video-cont_link {
  width: 100%;
  max-width: 320px;
}

@media only screen and (min-width: 768px) {
  .live-cont {
    background-color: #f8f8f8;
    padding: 8rem 0 4rem;
  }
  .live-cont .container {
    max-width: 640px;
  }
  .live-cont .video-cont_link {
    max-width: 480px;
  }
}

@media only screen and (min-width: 992px) {
  .live-cont .container {
    max-width: 760px;
  }
}

@media only screen and (max-width: 439px) {
  .live-cont .container {
    max-width: 330px;
  }
}

/* 
---------------------------------*/
.greeting-cont {
  padding-top: 3rem;
  padding-bottom: 6rem;
}

.greeting-cont_ttl {
  margin-bottom: 1.7rem;
  text-align: center;
  font-size: 2rem;
  letter-spacing: .1rem;
  font-family: 'Sawarabi Mincho', sans-serif;
}

.greeting-cont_info {
  margin-bottom: 4rem;
}

.greeting-cont_thumb {
  max-width: 90px;
  margin: 0 auto 1rem;
}

.greeting-cont_name {
  font-size: 1.6rem;
  text-align: center;
}

.greeting-cont_name span {
  margin-right: 0.8rem;
  font-size: 1.2rem;
}

.greeting-cont_lead {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.55;
  letter-spacing: .1rem;
  font-family: 'Sawarabi Mincho', sans-serif;
}

.greeting-cont_txt {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .greeting-cont {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
  .greeting-cont .container {
    max-width: 640px;
  }
  .greeting-cont_ttl {
    margin-bottom: 3rem;
    font-size: 3rem;
  }
  .greeting-cont_info {
    margin-bottom: 4rem;
  }
  .greeting-cont_thumb {
    max-width: 180px;
    margin-bottom: 2rem;
  }
  .greeting-cont_name {
    font-size: 2rem;
  }
  .greeting-cont_name span {
    margin-right: 1rem;
    font-size: 1.6rem;
  }
  .greeting-cont_lead {
    margin-bottom: 3rem;
    font-size: 2.6rem;
  }
  .greeting-cont_txt {
    margin-bottom: 5rem;
  }
}

@media only screen and (min-width: 992px) {
  .greeting-cont {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .greeting-cont .container {
    max-width: 760px;
  }
  .greeting-cont_ttl {
    font-size: 3rem;
  }
  .greeting-cont_lead {
    font-size: 3.2rem;
  }
  .greeting-cont_txt {
    margin-bottom: 7rem;
  }
}

@media only screen and (max-width: 439px) {
  .greeting-cont .container {
    max-width: 330px;
  }
}

/* 
---------------------------------*/
.about-cont {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #f8f8f8 url(../images/ueno-about_bg.png) no-repeat top center;
  background-size: cover;
}

.about-cont_ttl {
  margin-bottom: 5rem;
  font-family: 'Sawarabi Mincho', sans-serif;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: .1rem;
}

.about-cont_txt {
  margin-bottom: 2rem;
}

.about-cont_img {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .about-cont {
    padding-top: 10rem;
    padding-bottom: 6rem;
    background: #f8f8f8 url(../images/ueno-about_bg_pc.png) no-repeat top right;
    background-size: 750px 500px;
  }
  .about-cont .row {
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    margin-bottom: 3rem;
  }
  .about-cont_ttl {
    margin-bottom: 6rem;
    font-size: 2.6rem;
  }
  .about-cont_txt {
    margin-bottom: 3rem;
  }
  .about-cont_img {
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .about-cont {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
  .about-cont .row {
    margin-bottom: 6rem;
  }
  .about-cont_ttl {
    margin-bottom: 8rem;
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 439px) {
  .about-cont .container {
    max-width: 330px;
  }
}

/* 
---------------------------------*/
.lead-cont {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background: url(../images/ueno-lead_bg.jpg) no-repeat bottom center;
  background-size: cover;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .lead-cont {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .lead-cont .container {
    max-width: 640px;
  }
  .lead-cont_txt {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 992px) {
  .lead-cont {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .lead-cont .container {
    max-width: 760px;
  }
}

@media only screen and (max-width: 439px) {
  .lead-cont .container {
    max-width: 330px;
  }
}

/* 
---------------------------------*/
.interview-cont {
  background-color: #f9f9f9;
}

.interview-cont_item {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}

.interview-cont_item.item02 {
  background-color: #fff;
}

.interview-cont_item.item02 .interview-cont_info {
  background-color: #f9f9f9;
}

.interview-cont_num {
  display: block;
  margin-bottom: 2.7rem;
  font-family: 'Sawarabi Mincho', sans-serif;
  text-align: center;
  font-size: 1rem;
  color: #000;
  letter-spacing: .1rem;
}

.interview-cont_num span {
  display: block;
  padding-bottom: 1rem;
  font-size: 2rem;
  position: relative;
}

.interview-cont_num span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 15%;
  height: 1px;
  background-color: #000;
}

.interview-cont_ttl {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.55;
  font-family: 'Sawarabi Mincho', sans-serif;
  letter-spacing: .1rem;
}

.interview-cont_txt {
  margin-bottom: 2rem;
}

.interview-cont_info {
  padding: 3rem;
  margin: 4rem auto 0;
  max-width: 330px;
  background-color: #fff;
}

.interview-cont_info .info-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.interview-cont_info .info-thum {
  width: 80px;
  margin-right: 2rem;
}

.interview-cont_info .info-txt {
  display: inline-block;
}

.interview-cont_info .info-ttl {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-family: 'Sawarabi Mincho', sans-serif;
  letter-spacing: .1rem;
}

.interview-cont_info .info-name {
  font-size: 1.6rem;
}

.interview-cont_info .info-name span {
  display: block;
  font-size: 1rem;
}

.interview-cont_info .info-note {
  font-size: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .interview-cont .container {
    max-width: 640px;
  }
  .interview-cont_item {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .interview-cont_num {
    margin-bottom: 5rem;
    font-size: 1.4rem;
  }
  .interview-cont_num span {
    padding-bottom: 1.7rem;
    font-size: 2.6rem;
  }
  .interview-cont_num span:after {
    width: 9%;
  }
  .interview-cont_ttl {
    margin-bottom: 3rem;
    font-size: 2.6rem;
  }
  .interview-cont_txt {
    margin-bottom: 4rem;
  }
  .interview-cont_info {
    padding: 4rem;
    margin-top: 5rem;
    max-width: 500px;
  }
  .interview-cont_info .info-thum {
    width: 130px;
    margin-right: 4rem;
  }
  .interview-cont_info .info-ttl {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .interview-cont_info .info-name {
    font-size: 2rem;
  }
  .interview-cont_info .info-name span {
    font-size: 1.5rem;
  }
  .interview-cont_info .info-note {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 992px) {
  .interview-cont .container {
    max-width: 760px;
  }
  .interview-cont_item {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .interview-cont_num span {
    font-size: 3rem;
  }
  .interview-cont_ttl {
    margin-bottom: 4rem;
    font-size: 3rem;
  }
  .interview-cont_txt {
    margin-bottom: 5rem;
  }
  .interview-cont_info {
    padding: 5rem;
    margin-top: 6rem;
  }
}

@media only screen and (max-width: 439px) {
  .interview-cont_txt {
    max-width: 330px;
    margin: 0 auto 2rem;
  }
  .interview-cont_info {
    max-width: 330px;
    margin: 4rem auto 0;
  }
}

/* 
---------------------------------*/
.project-cont_ttl {
  padding-top: 8rem;
  padding-bottom: 8rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1.55;
  color: #fff;
  font-family: 'Sawarabi Mincho', sans-serif;
  background: url(../images/ueno-project_ttl.jpg) no-repeat center;
  background-size: cover;
  letter-spacing: .1rem;
}

.project-cont_ttl span {
  display: block;
}

.project-cont_subttl {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.55;
  font-family: 'Sawarabi Mincho', sans-serif;
  letter-spacing: .1rem;
}

.project-cont_inner {
  padding-bottom: 8rem;
  padding-top: 6.5rem;
  background: url(../images/ueno-project_bg.png) no-repeat right;
  background-size: 48%;
  background-position-y: -2.5%;
}

.project-cont_txt {
  margin-bottom: 2rem;
}

.project-cont_txt span {
  background: linear-gradient(transparent 60%, #fffaad 60%);
}

.project-cont_img {
  margin-bottom: 2rem;
}

.project-cont .video-cont {
  margin-top: 3rem;
}

@media only screen and (min-width: 768px) {
  .project-cont .container {
    max-width: 640px;
  }
  .project-cont_ttl {
    padding-top: 10rem;
    padding-bottom: 10rem;
    font-size: 3rem;
  }
  .project-cont_subttl {
    margin-bottom: 3rem;
    font-size: 2.6rem;
  }
  .project-cont_inner {
    padding-bottom: 4rem;
    padding-top: 6rem;
    background-size: 25%;
    background-position-y: -4%;
  }
  .project-cont_txt {
    margin-bottom: 4rem;
  }
  .project-cont_img {
    margin-bottom: 4rem;
  }
  .project-cont .video-cont {
    margin-top: 6rem;
  }
}

@media only screen and (min-width: 992px) {
  .project-cont .container {
    max-width: 760px;
  }
  .project-cont_ttl {
    padding-top: 14rem;
    padding-bottom: 14rem;
    font-size: 3.4rem;
  }
  .project-cont_subttl {
    margin-bottom: 5rem;
    font-size: 3rem;
  }
  .project-cont_inner {
    padding-bottom: 6rem;
    padding-top: 10rem;
  }
  .project-cont_txt {
    margin-bottom: 5rem;
  }
  .project-cont_img {
    margin-bottom: 5rem;
  }
  .project-cont .video-cont {
    margin-top: 8rem;
    padding: 5rem 0 2rem;
  }
}

@media only screen and (max-width: 439px) {
  .project-cont .container {
    max-width: 330px;
  }
  .project-cont_img {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* 
---------------------------------*/
.author-cont_ttl {
  padding-top: 9rem;
  padding-bottom: 8.5rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1.55;
  color: #fff;
  font-family: 'Sawarabi Mincho', sans-serif;
  background: url(../images/ueno-author_ttl.jpg) no-repeat center;
  background-size: cover;
  letter-spacing: .1rem;
}

.author-cont_ttl span {
  display: block;
  font-size: 1.7rem;
  padding-top: 0.5rem;
}

.author-cont_subttl {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.55;
  font-family: 'Sawarabi Mincho', sans-serif;
  letter-spacing: .1rem;
}

.author-cont_inner {
  padding-bottom: 5rem;
  padding-top: 4.5rem;
  background: url(../images/ueno-author_bg.png) no-repeat left;
  background-size: 45%;
  background-position-y: -7%;
}

@media only screen and (max-width: 439px) {
  .author-cont_inner .container {
    max-width: 330px;
  }
}

.author-cont_txt {
  margin-bottom: 4rem;
}

.author-cont_img {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .author-cont_ttl {
    padding-top: 10rem;
    padding-bottom: 10rem;
    font-size: 3rem;
  }
  .author-cont_ttl span {
    font-size: 2rem;
  }
  .author-cont_subttl {
    margin-bottom: 3rem;
    font-size: 2.6rem;
  }
  .author-cont_inner {
    padding-bottom: 4rem;
    padding-top: 6rem;
    background-size: 24%;
    background-position-y: -10%;
  }
  .author-cont_inner .container {
    max-width: 640px;
  }
  .author-cont_txt {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .author-cont_ttl {
    padding-top: 14rem;
    padding-bottom: 14rem;
    font-size: 3.4rem;
  }
  .author-cont_ttl span {
    font-size: 2.2rem;
  }
  .author-cont_subttl {
    margin-bottom: 5rem;
    font-size: 3rem;
  }
  .author-cont_inner {
    padding-bottom: 6rem;
    padding-top: 10rem;
  }
  .author-cont_inner .container {
    max-width: 760px;
  }
  .author-cont_txt {
    margin-bottom: 7rem;
  }
}

/* 
---------------------------------*/
.introduce-cont {
  padding-bottom: 6rem;
}

.introduce-cont_ttl {
  display: block;
  margin-bottom: 4rem;
  font-family: 'Sawarabi Mincho', sans-serif;
  text-align: center;
  font-size: 1rem;
  color: #000;
  letter-spacing: .1rem;
}

.introduce-cont_ttl span {
  display: block;
  padding-top: .8rem;
  padding-bottom: 1.3rem;
  font-size: 2rem;
  position: relative;
}

.introduce-cont_ttl span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 23%;
  height: 2px;
  background-color: #000;
}

.introduce-cont_item {
  margin-bottom: 2rem;
}

.introduce-cont_inner {
  padding-top: 4rem;
  border: 1px solid #c3c3c3;
}

.introduce-cont_img {
  max-width: 200px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.introduce-cont_info {
  padding: 10rem 1.5rem 3rem;
  margin-top: -7rem;
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}

.info-cap {
  text-align: center;
}

.info-cap span {
  font-size: 20px;
}

.introduce-cont_info .info-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.introduce-cont_info .info-thum {
  width: 63px;
  margin-right: 1rem;
}

.introduce-cont_info .info-ttl {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-family: 'Sawarabi Mincho', sans-serif;
  letter-spacing: .1rem;
}

.introduce-cont_info .info-name {
  font-size: 1.9rem;
}

.introduce-cont_info .info-name span {
  display: block;
  font-size: 1.2rem;
}

.introduce-cont_info .info-note {
  max-width: 330px;
  width: 90%;
  margin: 0 auto 2rem;
  font-size: 1.1rem;
}

.introduce-cont_info .info-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.1rem;
}

.introduce-cont_info .info-link.single {
  justify-content: center;
}

.introduce-cont_info .info-link.single .link-sh {
  width: 70%;
}

.introduce-cont_info .info-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5%;
  width: 48%;
  padding: 0.7rem 0;
  background-color: #fff;
  border: 1px solid #c3c3c3;
}

.introduce-cont_info .info-link .link-yt img {
  max-width: 20px;
  margin-right: 0.5rem;
}

.introduce-cont_info .info-link .link-sh img {
  max-width: 13px;
  margin-left: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .introduce-cont_ttl {
    margin-bottom: 7rem;
    font-size: 1.4rem;
  }
  .introduce-cont_ttl span {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    font-size: 2.6rem;
  }
  .introduce-cont_ttl span:after {
    width: 12%;
  }
  .introduce-cont_item {
    margin-bottom: 3rem;
  }
  .introduce-cont_img {
    max-width: 350px;
    margin-bottom: 1rem;
  }
  
}

@media only screen and (min-width: 992px) {
  .introduce-cont_info .info-inner {
    margin-bottom: 2rem;
  }
  .introduce-cont_info .info-thum {
    width: 100px;
  }
  .introduce-cont_info .info-name {
    font-size: 2.2rem;
  }
  .introduce-cont_info .info-name span {
    font-size: 1.4rem;
  }
  .introduce-cont_info .info-note {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
  .introduce-cont_info .info-link {
    font-size: 1.3rem;
  }
  .introduce-cont_info .info-link .link-yt img {
    max-width: 23px;
    margin-right: 0.8rem;
  }
  .introduce-cont_info .info-link .link-sh img {
    max-width: 13px;
    margin-left: 0.8rem;
  }
}

@media only screen and (min-width: 1201px) {
  .introduce-cont_item {
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 5rem;
  }
}

/* 
---------------------------------*/
.work-cont_ttl {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1.55;
  color: #fff;
  font-family: 'Sawarabi Mincho', sans-serif;
  background: url(../images/ueno-work_ttl.jpg) no-repeat center;
  background-size: cover;
  letter-spacing: .1rem;
}

.work-cont_ttl span {
  display: block;
  font-size: 1.7rem;
  padding-top: 0.8rem;
}

.work-cont_subttl {
  margin-bottom: 3.5rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.55;
  font-family: 'Sawarabi Mincho', sans-serif;
  letter-spacing: .1rem;
}

.work-cont_inner {
  padding-top: 5rem;
  background: url(../images/ueno-project_bg.png) no-repeat right;
  background-size: 44%;
  background-position-y: -4%;
}

.work-cont_txt {
  margin-bottom: 2rem;
}

.work-cont_box {
  padding-top: 4rem;
  padding-bottom: 6rem;
  margin-top: 5rem;
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif;
  background: url(../images/ueno-work_inner.jpg) no-repeat center;
}

.work-cont_box .box-ttl {
  padding-bottom: 1.5rem;
  margin-bottom: 5.5rem;
  font-size: 2rem;
  line-height: 1.55;
  text-align: center;
  position: relative;
  letter-spacing: .1rem;
}

.work-cont_box .box-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  height: 1px;
  background-color: #000;
}

.work-cont_box .box-list {
  display: inline-block;
  text-align: left;
}

.work-cont_box .box-list li {
  margin-bottom: 1.15rem;
  padding-left: 2rem;
  background: url(../images/icon-list.png) no-repeat center left;
  background-size: 10px 9px;
}

@media only screen and (min-width: 768px) {
  .work-cont .container {
    max-width: 640px;
  }
  .work-cont_ttl {
    padding-top: 10rem;
    padding-bottom: 10rem;
    font-size: 3rem;
  }
  .work-cont_ttl span {
    font-size: 2rem;
  }
  .work-cont_subttl {
    margin-bottom: 3rem;
    font-size: 2.6rem;
  }
  .work-cont_inner {
    padding-bottom: 4rem;
    padding-top: 6rem;
    background-size: 24%;
    background-position-y: -7%;
  }
  .work-cont_box {
    padding-top: 3.8rem;
    padding-bottom: 5rem;
  }
  .work-cont_box .box-ttl {
    margin-bottom: 5rem;
    padding-bottom: 2rem;
    font-size: 2.4rem;
  }
  .work-cont_box .box-ttl:after {
    height: 1px;
  }
  .work-cont_box .box-list li {
    margin-bottom: 1.4rem;
    padding-left: 2.8rem;
    background-size: 14px 14px;
  }
  .work-cont_txt {
    margin-bottom: 5rem;
  }
}

@media only screen and (min-width: 992px) {
  .work-cont .container {
    max-width: 760px;
  }
  .work-cont_ttl {
    padding-top: 14rem;
    padding-bottom: 14rem;
    font-size: 3.4rem;
  }
  .work-cont_ttl span {
    font-size: 2.2rem;
  }
  .work-cont_subttl {
    margin-bottom: 5rem;
    font-size: 3rem;
  }
  .work-cont_inner {
    padding-bottom: 6rem;
    padding-top: 10rem;
  }
  .work-cont_box {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .work-cont_txt {
    margin-bottom: 7rem;
  }
}

@media only screen and (max-width: 439px) {
  .work-cont .container {
    max-width: 330px;
  }
  .work-cont_box {
    margin-left: -10px;
    margin-right: -10px;
  }
}

/* 
---------------------------------*/
.corporation-cont {
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.corporation-cont_ttl {
  font-size: 2rem;
  line-height: 1.55;
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif;
  letter-spacing: .1rem;
}

.corporation-cont_ttl span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.7rem;
  margin-bottom: 2.5rem;
}

.corporation-cont_ttl span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.corporation-cont_txt {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .corporation-cont {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .corporation-cont .container {
    max-width: 640px;
  }
  .corporation-cont_ttl {
    font-size: 2.4rem;
  }
  .corporation-cont_ttl span {
    padding-bottom: 1.5rem;
    margin-bottom: 3.5rem;
  }
  .corporation-cont_txt {
    margin-bottom: 5rem;
  }
}

@media only screen and (min-width: 992px) {
  .corporation-cont {
    padding-top: 7rem;
    padding-bottom: 8rem;
  }
  .corporation-cont .container {
    max-width: 760px;
  }
  .corporation-cont_txt {
    margin-bottom: 7rem;
  }
}

@media only screen and (max-width: 439px) {
  .corporation-cont .container {
    max-width: 330px;
  }
}

/* 
---------------------------------*/
.contact-cont {
  padding-top: 5rem;
  background-color: #96989f;
  color: #fff;
  text-align: center;
}

.contact-cont_ttl {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.contact-cont_txt {
  margin-bottom: 3rem;
  font-size: 1.7rem;
}

.contact-cont_txt span {
  display: block;
  font-size: 1.2rem;
}

.contact-cont_info {
  margin-bottom: 5rem;
}

.contact-cont_info span {
  display: block;
}

.contact-cont_info a {
  color: #fff;
}

.contact-cont .footer-copy {
  display: block;
  padding: 2.5rem 0;
  color: #333333;
  background-color: #fff;
  font-family: 'Sawarabi Mincho', sans-serif;
  letter-spacing: .1rem;
}

@media only screen and (min-width: 992px) {
  .contact-cont {
    padding-top: 6rem;
  }
  .contact-cont_ttl {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .contact-cont_txt {
    margin-bottom: 3rem;
    font-size: 2.3rem;
  }
  .contact-cont_txt span {
    display: block;
    font-size: 1.4rem;
  }
  .contact-cont_info {
    margin-bottom: 6rem;
  }
  .contact-cont .footer-copy {
    padding: 4rem 0;
  }
}

.grad-trigger {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .grad-wrap {
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
  .grad-btn {
    position: absolute;
    bottom: -10px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    padding: 0.9rem;
    background-color: #f4f4f4;
    font-size: 1.2rem;
    text-align: center;
  }
  .grad-btn::before {
    content: "続きを読む";
  }
  .grad-btn::after {
    content: "";
    display: block;
    position: absolute;
    left: 61%;
    top: 46%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translate(0, -50%) rotate(135deg);
  }
  .grad-item {
    position: relative;
    overflow: hidden;
    height: 75px;
  }
  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #f9f9f9;
    content: "";
  }
  .interview-cont_item.item02 .grad-item::before {
    background-color: #fff;
  }
  .grad-trigger:checked ~ .grad-btn::before {
    content: "閉じる";
  }
  .grad-trigger:checked ~ .grad-btn::after {
    content: "";
    display: block;
    position: absolute;
    left: 57%;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translate(0, -50%) rotate(-45deg);
  }
  .grad-trigger:checked ~ .grad-item {
    height: auto;
  }
  .grad-trigger:checked ~ .grad-item::before {
    display: none;
  }
}

/* 
---------------------------------*/
.kv-cont2 {
  position: relative;
  margin-bottom: 5rem;
  background: #427733;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}


.kv-cont_ttl_fs {
  margin: auto;
  max-width: 279px;
}

.kv-cont_ttl_fs1 {
  margin: 0 auto 20px;
  max-width: 90%;
}

.link-yt1{
      max-width: 260px;
  border: 1px solid #c3c3c3;
  margin: 0 auto 2.5rem;
  border-radius: 2px;
  background-color: #fff;
  padding: 1.3rem 1.1rem 1.1rem;
}
.link-yt2{
      max-width: 150px;
  border: 1px solid #c3c3c3;
  margin: 0 auto 2.5rem;
  border-radius: 2px;
  background-color: #fff;
  padding: 1.3rem 1.5rem 1.1rem;
}
.kv-cont_ttl_fs1.link-yt2 a{
  margin: 0 auto;
}
img.link-yt1-sank{
  max-width: 13px;
  margin-left: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .kv-cont_ttl_fs1 {
  margin: 0 auto 20px;
  max-width: 320px;
}

.link-yt1{
      max-width: 260px;
  border: 1px solid #c3c3c3;
  margin: 0 auto 2.5rem;
  border-radius: 2px;
  background-color: #fff;
  padding: 1.3rem 1.1rem 1.1rem;
}
.link-yt2{
      max-width: 200px;
  border: 1px solid #c3c3c3;
  margin: 0 auto 2.5rem;
  border-radius: 2px;
  background-color: #fff;
  padding: 1.3rem 1.1rem 1.1rem;
}
.kv-cont_ttl_fs1.link-yt2 a{
  padding: 0 auto;
}
img.link-yt1-sank{
  max-width: 13px;
  margin-left: 1.3rem;
}
  
}
/*# sourceMappingURL=style.css.map */