@charset "UTF-8";
/* --------------------------------------------------
common component
-------------------------------------------------- */
/* --------------------------------------------------
common font
-------------------------------------------------- */
.pconly {
  display: none !important;
}

/* view _font */
html {
  font-weight: normal;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Verdana, YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', Meiryo, 'メイリオ', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fn {
  font-weight: normal;
}

.fb {
  font-weight: bold;
}

.fs16 {
  font-size: 8px;
}

.fs15 {
  font-size: 7.5px;
}

.fs14 {
  font-size: 7px;
}

.fs13 {
  font-size: 6.5px;
}

.fs12 {
  font-size: 6px;
}

.fs11 {
  font-size: 5.5px;
}

.fs10 {
  font-size: 5px;
}

.fs09 {
  font-size: 4.5px;
}

h1,
.h1 {
  font-size: 16px;
  font-weight: bold;
}

h2,
.h2 {
  font-size: 17.5px;
  font-weight: bold;
}

h3,
.h3 {
  font-size: 14px;
  font-weight: normal;
}

h4,
.h4 {
  font-size: 12px;
  font-weight: bold;
}

.qa_hr{
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
}

.parag.zi{
  font-weight: bold;
}

.parag {
  font-size: 14px;
  font-weight: normal;
}

.parag.q{
  font-weight: bold;
}
.parag.q:before{
  content:"――";
  margin-right: 1em;
  font-weight: normal;
}

.parag.a .name{
  font-weight: bold;
  margin-right: 1em;
  color:#0066ff;
}

.small {
  font-size: 10px;
  font-weight: normal;
}

.item .title {
  font-size: 12px;
  font-weight: bold;
}

.item .desc {
  font-size: 12px;
  font-weight: normal;
}

.mediadesc {
  font-size: 10px;
  font-weight: normal;
  color: #666;
}

h2 {
  letter-spacing: 0.0857142857em;
  line-height: 1.3428571429em;
  text-align: justify;
  text-justify: inter-ideograph;
}

h3 {
  letter-spacing: 0.12em;
  line-height: 1.84em;
  text-align: justify;
  text-justify: inter-ideograph;
}

h4 {
  letter-spacing: 0.0857142857em;
  line-height: 1.3428571429em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.mvDesc {
  font-size: 6vw;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.1333333333vw;
  line-height: 7vw;
  text-align: justify;
  text-justify: inter-ideograph;
  text-shadow: 1px 0px 6px rgba(0, 0, 0, 0.6);
}

.mvName {
  font-size: 6vw;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.1333333333vw;
  line-height: 4.2666666667vw;
  text-shadow: 1px 0px 6px rgba(0, 0, 0, 0.6);
}

.mvPosi {
  font-size: 4vw;
  color: #fff;
  letter-spacing: -0.1333333333vw;
  line-height: 2.5333333333vw;
  text-shadow: 1px 0px 6px rgba(0, 0, 0, 0.6);
}

.parag,
.item .title,
.item .desc {
  letter-spacing: 0.06em;
  line-height: 1.84em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.small {
  letter-spacing: 0.1666666667em;
  line-height: 1.6666666667em;
}

.mediadesc {
  letter-spacing: 0.1111111111em;
  line-height: 1.6666666667em;
  text-align: left;
}

.prof .small {
  margin-bottom: 20px;
}

.prof .media {
  padding-top: 5px;
}

.items {
  margin-bottom: 40px;
}
.items .item {
  margin-bottom: 15px;
}

h2,
h3,
h4,
p {
  word-break: break-all;
}

/* --------------------------------------------------
common page_layout
-------------------------------------------------- */
/* --------------------------------------------------
common font
-------------------------------------------------- */
* {
  margin: 0;
  line-height: 1em;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  background-color: transparent;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ul, ol, button {
  padding: 0;
}

body footer {
  margin: 0;
  padding: 40px 10px;
  text-align: center;
  width: 100%;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  background-color: #333;
}
body footer a {
  color: #fff;
}
body footer small {
  font-size: 11px;
}
body footer .footer_propertyLink {
  margin-bottom: 10px;
  font-size: 0;
}
body footer .footer_propertyLink > li {
  display: inline;
  padding: 0 0.5rem;
  font-size: 11px;
}
body footer .footer_propertyLink > li + li {
  border-left: 1px solid #d4d7db;
}
body footer .footer_subLink {
  margin-bottom: 10px;
  font-size: 10.5px;
}
body footer .footer_subLink > li {
  display: inline-block;
  line-height: 1.2rem;
}
body footer .footer_subLink > li + li::before {
  content: '-';
  padding: 0 0.5rem;
}

body.is-cropped {
  overflow: hidden;
}

.loginArea {
  margin-bottom: 16px;
}

.loginName {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.loginName a {
  font-weight: bold;
}

.loginStatus {
  font-weight: bold;
  margin-bottom: 8px;
}

/*-- nav --*/
#overlay {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.98);
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  text-align: left;
}

.menu-logo img {
  display: block;
  width: 70%;
  margin: 85px auto 0;
  text-align: center;
  padding-bottom: 10vw;
}

#overlay ul.other li {
  position: relative;
  padding: 16px 16px;
  border-top: 1px solid #ccc;
}

#overlay ul.other li:after {
  background: url(../images/common/arrow_icon.png) right no-repeat;
  border: 20px solid #000;
}

#overlay ul.other li:last-child {
  border-bottom: 1px solid #ccc;
}

#overlay ul.other li a {
  display: block;
  padding-right: 20px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  background: url(../images/common/arrow_icon.png) right no-repeat;
  background-size: 20px auto;
}

#overlay .h1 {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#overlay .h1:nth-child(2){
  border-top: 1px solid #ccc;
}

#overlay ul.interview {
  background: #f4f4f4;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  list-style-type: none;
}
#overlay ul.interview li {
  margin-top: 10px;
  margin-bottom: 10px;
}
#overlay ul.interview li a {
  display: block;
  padding-left: 32px;
  padding-right: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../images/common/arrow_b.png) right no-repeat;
  background-size: 8px auto;
  background-position: 14px 50%;
  background-color: #fff;
}
#overlay ul.interview li a span.row {
  display: block;
  padding-bottom: 10px;
}
#overlay ul.interview li a span.row:nth-child(2) {
  padding-bottom: 0px;
}
#overlay ul.interview li a span.row .titl {
  font-size: 3.5vw;
  font-weight: bold;
  color: #000;
}
#overlay ul.interview li a span.row .posi {
  font-size: 3vw;
  font-weight: normal;
  color: #000;
}
#overlay ul.interview1 li:nth-child(1) a span.row .posi {
  font-size: 2.5vw;
}
#overlay ul.interview li a span.row .name {
  font-size: 3vw;
  font-weight: bold;
  color: #000;
}

.is-noscr {
  position: fixed;
  top: 0;
  left: 0;
}

.menu-button {
  position: absolute;
  /*
  	top   : $SpSizeBy * 56px;
  	height: $SpSizeBy * 42px;
  */
  top: 14px;
  height: 22px;
  right: 16px;
  width: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 101;
}

.menu-button.active {
  position: fixed;
}

.menu-button span {
  display: block;
  width: 100%;
  height: 2px;
  background: #333333;
}

.menu-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  background-color: #333;
}

.menu-button.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  background-color: #333;
}


.btn_pagetop {
  position: fixed;
  right: 8px;
  bottom: 40px;
  width: 40px;
  z-index: 9;
  background: none;
  border: none;
}

.btn_pagetop:focus {
  outline: none;
}

.btn_pagetop img {
  width: 100%;
  height: auto;
}

.menu-button,
.menu-button span {
  transition: all 0.4s;
}

/* header */
header {
  /*
  	padding-top   :$SpSizeBy *40px;
  	padding-bottom:$SpSizeBy *40px;
  	padding-left  :$SpSizeBy *30px;
  	padding-right :$SpSizeBy *30px;
  */
  padding-top: 14px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
header a.ylogo img {
  /*
    			width :$SpSizeBy *88px;
    			height:$SpSizeBy *46px;
    */
  width: 40px;
  height: 22px;
}

h1 {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

#contentsOuter h1 a {
  display: block;
  color: #000;
}

.contentsOuter-baseTitle {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/common/hlogo_oblong.png);
  margin: 10px auto;
  width: 170px;
}

h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}


.content > .inner > h2:nth-of-type(1) {
  margin-top: 0px;
}

h3 {
  margin-bottom: 15px;
}

h4 {
  margin-bottom: 20px;
}

#mv {
  font-size: 0px;
  position: relative;
  top: 0px;
  left: 0px;
}
#mv .img {
  width: 100%;
  height: 80vw;
  background-size: cover;
  background-position: 80% 0%;
}
#mv #mvText {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  padding-left: 4.6666666667vw;
  padding-top: 5.3333333333vw;
}
#mv #mvText .mvDesc {
  margin-bottom: 4.3333333333vw;
}
#mv #mvText hr {
  width: 0vw;
  margin-bottom: 0vw;
  border-top: 0px solid #fff;
}
#mv #mvText .mvName {
  margin-bottom: 2.6666666667vw;
}

.items {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

#contents {
  background: #f0f0f0;
  padding: 0px 0px;
}
#contents #contentsInner {
  background: #ffffff;
  width: 100%;
  margin: 0px auto;
}
#contents #contentsInner .content {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 0px solid #dcdcdc;
}
#contents #contentsInner .content.prof {
  border-top: 1px solid #dcdcdc;
}
#contents #contentsInner .content h2,
#contents #contentsInner .content h3,
#contents #contentsInner .content .parag,
#contents #contentsInner .content .small {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
#contents #contentsInner .content .parag {
  margin-bottom: 30px;
}
#contents #contentsInner .content .media {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
}
#contents #contentsInner .content .media img {
  width: 100%;
}
#contents #contentsInner .content .media iframe {
  width: 100%;
  height: 56.2666666667vw;
}
#contents #contentsInner .content .mediadesc {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -10px;
  margin-bottom: 30px;
}
#contents #contentsInner .content .mediadesc.insta {
  margin-top: 0px;
}
#contents #contentsInner .content .instagram-media {
  width: 90% !important;
  margin-left: 5% !important;
  margin-right: 5% !important;
}
#contents_list .inner{
  padding-top: 22.5px;
}
#contents_list .inner h2.h1 {
  /*padding-top: 22.5px;*/
  padding-bottom: 22.5px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
  text-align: center;
}
#contents_list .inner #thumbLinks {
  width: 100%;
  margin: 0px auto 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
#contents_list .inner #thumbLinks a {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  margin-bottom: 20px;
  width: 100%;
}
#contents_list .inner #thumbLinks a img {
  width: 100%;
}
#contents_list .inner #thumbLinks a:nth-child(3) .tText .tPosi,
#contents_list .inner #thumbLinks a:nth-child(3) .tText .tName {
  color: black;
}
#contents_list .inner #thumbLinks a .tText {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
#contents_list .inner #thumbLinks a .tText .tPosi {
  display: block;
  color: white;
  font-size: 8px;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: 1em;
  margin-bottom: 9px;
}
#contents_list .inner #thumbLinks a .tText .tName {
  display: block;
  color: white;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.09375em;
  line-height: 1em;
}
#contents_list .inner #otherLinks {
  background: #333333;
  border-bottom: 0px solid #c0c0c0;
  padding: 0px 0px;
}
#contents_list .inner #otherLinks ul {
  margin: 0px auto 0px auto;
  width: 100%;
  list-style-type: none;
}
#contents_list .inner #otherLinks ul li {
  display: block;
  height: 50px;
  width: 100%;
  border-bottom: 1px solid white;
  padding-left: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-align: center;
  align-items: center;
}
#contents_list .inner #otherLinks ul li:nth-child(1) {
  border-left: 0px;
}
#contents_list .inner #otherLinks ul li:nth-child(1) a {
  font-size: 16.5px;
  font-weight: normal;
}
#contents_list .inner #otherLinks ul li a {
  color: white;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
}

.snsBtns {
  background: #f0f0f0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.snsBtns .inner {
  width: 150px;
  margin: 0px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.snsBtns .inner a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.snsBtns .inner a img {
  height: 100%;
}
.snsBtns .inner a.tw {
  background-color: #1da1f3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}
.snsBtns .inner a.tw img {
  height: 16px;
}
.snsBtns .inner a.ln {
  background-color: #00c400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}
.snsBtns .inner a.ln img {
  height: 21.5px;
}

.emg {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', Meiryo, 'メイリオ', sans-serif;
}

/* -- .FooterNav -- */
.FooterNav__listTitle > a,
.FooterNav__listItem > a,
.FooterNav__listItem > span {
  display: block;
  position: relative;
  color: #666;
  border-bottom: solid 1px #ccc;
}

.FooterNav__listTitle > a,
.FooterNav__listItem > a {
  background-color: #f2f2f2;
}

.FooterNav__listItem > span {
  background-color: #e0e0e0;
}

.FooterNav__listTitle > a::after,
.FooterNav__listItem > a::after {
  display: block;
  content: '';
  position: absolute;
  background-image: url('../images/common/arrow_icon_darkgray.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 10px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.FooterNav__listTitle > a {
  padding: 30px 30px 30px 20px;
  font-size: 22px;
  letter-spacing: .1em;
  color: #333;
  font-weight: normal;
  border-top: solid 1px #ccc;
}

.FooterNav__listItem > a,
.FooterNav__listItem > span {
  padding: 20px 30px 20px 20px;
  font-size: 16px;
  color: #333;
}

