@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
html, body {
  width: 100%;
  height: 100%;
  word-break: break-all
}
html {
  font-size: 62.5%
}
body {
  min-width: 320px;
  max-width: 100%;
  position: relative;
  display: block;
  overflow-x: hidden;
  line-height: 1.8;
  background: #f5f5f5;
  color: #444;
  font-family: YakuHanJP, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.15em;
  font-weight: 400;
  font-size: 1.64rem;
  min-height: 100vh
}
a {
  color: #000;
  text-decoration: underline
}
ul {
  margin-left: 0;
  padding-left: 0
}
ul li {
  list-style-type: none
}
img {
  max-width: 100%;
  height: auto
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.main {
  background: url(../images/bg_dot_1.png) no-repeat center top;
  background-size: 1232px 892px
}
.container {
  max-width: 940px;
  padding: 0 30px;
  position: relative;
  margin: 0 auto
}
.cont-top .logo {
  text-align: center;
  display: block;
  padding: 160px 0 18px 0
}
.cont-top .logo img {
  display: block;
  margin: 0 auto
}
.cont-top h1 {
  display: block;
  text-align: center;
  line-height: 1.5
}
.cont-top h1 em, .cont-top h1 span {
  display: block;
  font-style: normal;
  font-weight: 400
}
.cont-top h1 em {
  font-size: 74%
}
.cont-top h1 .name {
  font-size: 156%;
  font-weight: 300
}
.cont-top h1 .date {
  font-size: 120%;
  font-weight: 300;
  letter-spacing: 0.1em
}
.cont-top h1 .date small {
  font-size: 70%;
  display: inline-block;
  margin: 0 0.5em
}
.cont-about {
  padding: 90px 0 160px 0
}
.cont-about p {
  text-align: center;
  font-size: 2.1rem;
  line-height: 2
}
.cont-about p span {
  display: inline-block;
  background: #fff;
  padding: 0 0.5em
}
.ttl {
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: italic;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.21em;
  position: relative;
  padding-left: 38px;
  margin-bottom: 60px
}
.ttl:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  display: block;
  left: 0;
  top: 17px;
  background: #888
}
.cont-person {
  padding: 0 0 160px 0;
  background: url(../images/bg_dot_2.png) no-repeat center 50%;
  background-size: 1232px 198px
}
.cont-person .person-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 0 40px
}
.cont-person .person-wrap .info {
  width: 52%
}
.cont-person .person-wrap .info h3 {
  font-weight: 400;
  font-size: 2.1rem;
  margin-bottom: 16px
}
.cont-person .person-wrap .info p {
  font-size: 1.4rem
}
.cont-person .person-wrap .info ul {
  font-size: 1.4rem
}
.cont-person .person-wrap .info ul li {
  margin-right: 1em;
  display: inline-block
}
.cont-person .person-wrap .info a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: italic;
  text-transform: uppercase
}
.cont-person .person-wrap .info .inner {
  width: 100%;
  height: 100%;
  position: relative
}
.cont-person .person-wrap .info .inner div {
  padding: 90px 0 0 90px
}
.cont-person .person-wrap .info .inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  padding-bottom: 100%;
  background: #fff;
  border-radius: 50%
}
.cont-person .person-wrap .pict {
  width: 48%;
  margin-top: 106px;
  margin-left: -45px
}
.cont-story {
  background: url(../images/bg_dot_3.png) no-repeat center 40px;
  background-size: 1232px 928px;
  padding-bottom: 160px
}
.cont-story .story-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-left: -25px;
  margin-right: -25px
}
.cont-story .story {
  width: 33.3333%;
  padding: 0 25px;
  position: relative;
  margin-bottom: 36px
}
.cont-story .story .number {
  position: absolute;
  z-index: 10;
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: italic;
  letter-spacing: 0.21em;
  font-size: 4rem;
  left: 36px
}
.cont-story .story .image {
  width: 100%;
  padding-bottom: 100%;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover
}
.cont-story .story .date {
  letter-spacing: 0.08em;
  display: block;
  text-align: center;
  font-weight: 300
}
.cont-story .story .date small {
  display: inline-block;
  margin-left: 0.35em;
  font-size: 80%
}
.cont-story .story h3 {
  font-weight: 400;
  display: block;
  text-align: center;
  margin-bottom: 30px
}
.cont-story .story .arrow a {
  display: block;
  position: relative;
  width: 32px;
  height: 1px;
  background: #444;
  margin: 0 auto 0 auto
}
.cont-story .story .arrow a:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  top: -5px
}
.cont-story .story:nth-child(2n) {
  margin-top: 30px
}
.cont-story .story:nth-child(3n) {
  margin-top: 16px
}
.mcas_re {
  padding-top: 0;
}
.mcas_re .container {
  background-color: #fff;
  padding: 20px 0;
}
.mcas_re p {
  padding: 0 0.5em;
  font-size: 1.4rem;
}
.mcas_re p a {
  color: #003AFF;
  text-align: center;
  width: 100%;
  display: block;
}
.pcmcasimage {
  margin: 0 auto;
  width: 30%;
}

.pcannaimage {
  margin: 2% auto 3.5%;
  width: 45%;
}


.cont-twitter .twitter-wrap {
  max-width: 420px;
  position: relative;
  margin: 0 auto
}
.footer {
  padding: 0 0 0 0
}
.footer .copyright {
  display: block;
  text-align: center;
  letter-spacing: 0;
  font-size: 1.18rem;
  padding: 90px 0 120px 0;
  color: #666
}
.pc-view {
  display: block
}
.sp-view {
  display: none
}
.pc12image {
  width: 60%;
  margin: 100px auto 0;
  position: relative;
}
.pc12image .img-prof{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.pc12image .img-prof a{
	display: block;
	width: calc(100%/6);
	float: left;
	height: 50%;
}
iframe{
		width: 100%;
		
	}

@media screen and (max-width: 860px) {
  .pc-view {
    display: none
  }
  .sp-view {
    display: block
  }
  .sp12image {
    width: 90%;
    margin: 100px auto 40px;
	  position: relative;
  }
	.sp12image img{
		width: 100%;
	}
.sp12image .img-prof{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.sp12image .img-prof a{
	display: block;
	width: 50%;
	float: left;
	height: 16.6666667%;

}
	iframe{
		width: 100%;
		height: auto;
	}
  .main {
    background-size: 120% auto
  }
  .cont-person {
    background-size: 120% auto
  }
  .cont-story {
    background: url(../images/bg_dot_3_2.png) repeat-y center top;
    background-size: 124% auto
  }
  .cont-top .logo {
    padding: 124px 0 18px 0
  }
  .cont-top .logo img {
    width: 248px
  }
  .cont-top h1 {
    font-size: 1.72rem
  }
  .cont-top h1 em {
    letter-spacing: 0.1em
  }
  .cont-about {
    padding: 60px 0
  }
  .cont-about p {
    font-size: 1.6rem
  }
  .ttl {
    font-size: 1.5rem;
    padding-left: 25px;
    margin-bottom: 24 px
  }
  .ttl:before {
    top: 13px;
    width: 16px
  }
  .cont-person {
    padding-bottom: 60px
  }
  .cont-person .person-wrap {
    display: block;
    padding: 0;
    max-width: 380px;
    position: relative
  }
  .cont-person .person-wrap .info {
    width: 100%
  }
  .cont-person .person-wrap .info .inner div {
    padding-top: calc(50% - 102px);
    padding-left: calc(50% - 87px)
  }
  .cont-person .person-wrap .info h3 {
    font-size: 1.36rem
  }
  .cont-person .person-wrap .info p {
    font-size: 1.24rem;
    letter-spacing: 0.15em
  }
  .cont-person .person-wrap .info ul {
    font-size: 1.24rem;
    letter-spacing: 0.15em
  }
  .cont-person .person-wrap .pict {
    width: 82%;
    margin-left: 0;
    margin-right: -10px;
    margin-top: 20px;
    float: right
  }
  .cont-person .person-wrap:after {
    content: "";
    display: block;
    clear: both
  }
  .cont-story {
    padding-bottom: 90px
  }
  .cont-story .story-wrap {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    max-width: 380px;
    margin: 0 auto
  }
  .cont-story .story-wrap .story {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 54px
  }
  .cont-story .story-wrap .story .number {
    font-size: 4.2rem;
    left: 32px;
    top: -10px
  }
  .cont-story .story-wrap .image {
    width: 230px;
    height: 230px;
    padding-bottom: 0;
    margin: 0 auto 15px auto
  }
  .cont-story .story-wrap p {
    font-size: 1.32rem
  }
  .cont-story .story-wrap h3 {
    font-size: 1.64rem
  }
  .cont-story .story-wrap .story:nth-child(2n) {
    margin-top: 0;
    margin-left: 12%
  }
  .cont-story .story-wrap .story:nth-child(3n) {
    margin-top: 0;
    margin-right: auto;
  }
  .mcas_re {
    padding-top: 0;
  }
	.mcas_re .container {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
  .mcas_re p {
    font-size: 1.2rem;
    text-align: left;
  }
  .cont-twitter .twitter-wrap {
    max-width: 320px
  }
  .footer .copyright {
    font-size: 1.15rem;
    padding: 45px 0 60px 0
  }
  .spannaimage {
  margin: 2% auto 4%;
  width: 90%;
}
}
.gnav-toggle {
  width: 32px;
  height: 24px;
  position: fixed;
  right: 54px;
  top: 54px;
  z-index: 9000;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s
}
.gnav-toggle:before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  background: #000;
  border-radius: 50%;
  left: -16px;
  top: -18px;
  border: 2px solid #fffe54
}
.gnav-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background: #fffe54;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.2s cubic-bezier(0.465, 0.145, 0.46, 0.855);
  transition: all 0.2s cubic-bezier(0.465, 0.145, 0.46, 0.855)
}
.gnav-toggle span.bar-first {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0
}
.gnav-toggle span.bar-second {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 10px
}
.gnav-toggle span.bar-third {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 20px
}
.gnav-toggle.toggle-on span.bar-first {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px
}
.gnav-toggle.toggle-on span.bar-second {
  opacity: 0
}
.gnav-toggle.toggle-on span.bar-third {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px
}
#gnav-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  background-color: #000;
  -webkit-transition: all 0.2s cubic-bezier(0.465, 0.145, 0.46, 0.855);
  transition: all 0.2s cubic-bezier(0.465, 0.145, 0.46, 0.855);
  -webkit-transform: translateY(-115%);
  transform: translateY(-115%);
  opacity: 0
}
.menu_on #gnav-menu {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1
}
#gnav-menu-body {
  position: relative;
  z-index: 1;
  padding: 35px 0 40px 0
}
#gnav-menu-body ul {
  line-height: 2;
  padding-top: 7em;
  text-align: center;
  width: 84%;
  max-width: 740px;
  margin: 0 auto
}
#gnav-menu-body ul:after {
  content: "";
  display: block;
  clear: both
}
#gnav-menu-body ul li {
  text-transform: uppercase;
  font-style: normal;
  font-size: 5.4rem;
  list-style-type: none;
  cursor: pointer;
  display: block;
  width: 100%;
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: 0.18em
}
#gnav-menu-body ul li a {
  text-decoration: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: italic;
  padding: 10px 1em;
  display: block;
  text-align: center;
  font-weight: normal;
  text-align: center;
  color: #fff
}
#gnav-menu-body ul li a.soon {
  pointer-events: none;
  color: #666
}
#gnav-menu-body dl {
  margin-bottom: 0;
  line-height: 1;
  text-align: center
}
#gnav-menu-body dl dt {
  margin-bottom: 0;
  font-size: 0.9rem
}
#gnav-menu-body dl dd {
  display: inline-block;
  margin: 0 1em
}
#gnav-menu-body dl dd a {
  display: block;
  text-align: center;
  border-radius: 50%;
  line-height: 2.2;
  font-size: 3rem;
  color: #ccc
}
.sns-navi {
  position: fixed;
  z-index: 200;
  right: 0;
  top: 50%;
  margin-top: -72px
}
.sns-navi ul {
  line-height: 1
}
.sns-navi ul li {
  font-size: 1.2rem
}
.sns-navi ul li a {
  color: #fff;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  line-height: 2.1
}
@media screen and (max-width: 940px) {
  .gnav-toggle {
    top: 27px;
    right: 18px
  }
  .gnav-toggle:before {
    width: 54px;
    height: 54px;
    left: -15px;
    top: -15px
  }
  .gnav-toggle span {
    width: 24px
  }
  #gnav-menu-body ul {
    width: 98%
  }
  #gnav-menu-body ul li {
    font-size: 3.92rem
  }
}
.page-top {
  padding: 90px 0 16px 0
}
.page-top .logo img {
  width: 270px;
  display: block;
  margin: 0 auto
}
.page-story .ttl-page {
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: italic;
  font-size: 3.1rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.21em;
  position: relative;
  margin-bottom: 54px;
  display: block;
  text-align: center
}
.page-story .story-detail {
  max-width: 600px;
  margin: 0 auto
}
.page-story .story-detail img {
  display: block;
  margin: 0 auto
}
.page-story .story-detail .thumb {
  width: 300px;
  height: 300px;
  background-position: center center;
  border-radius: 50%;
  background-size: cover;
  position: relative;
  display: block;
  margin: 0 auto 45px auto;
  display: none
}
.page-story .story-detail .date {
  letter-spacing: 0.08em;
  display: block;
  text-align: center;
  font-weight: 300;
  margin-bottom: 10px
}
.page-story .story-detail .date small {
  margin-left: 0.35em;
  font-size: 80%
}
.page-story .story-detail h1 {
  font-weight: 400;
  display: block;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 45px
}
.page-story .story-detail p {
  font-weight: 400;
  display: block
}
.back-link a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 110%;
  margin-top: 45px
}
@media screen and (max-width: 940px) {
  .page-top {
    padding: 90px 0 16px 0
  }
  .page-top .logo img {
    width: 200px
  }
  .page-story .story-detail h1 {
    font-size: 2.1rem
  }
}
/*# sourceMappingURL=style.css.map */