@charset "UTF-8";
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* コピペ用
@include media(375px, min) {
数値での指定可能
}
@include media(spM) {
minかmaxを略した場合はmin-widthで展開
}
@include media(spM,max) {
}
*/
/*----------------------------------------------------
index
----------------------------------------------------*/
/*-------- office -------------------------*/
#culture #cultureOffice.content {
  padding-top: 0;
}

#cultureOffice .txtBoxWrap {
  color: #fff;
}
#cultureOffice .txtBoxWrap .txtBox {
  background: #F8B62D url(../img/culture/office_icon.png) no-repeat;
  font-weight: bold;
}
#cultureOffice .txtBoxWrap .txtBox h2 {
  font-size: 2em;
  margin-bottom: 1em;
}
#cultureOffice .txtBoxWrap .txtBox h2 span {
  border-bottom: 1px solid #fff;
}
#cultureOffice .txtBoxWrap .txtBox .dtlBtn {
  text-align: right;
}
#cultureOffice .txtBoxWrap .txtBox .dtlBtn a {
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  #cultureOffice .cultureMvCont .txtBox {
    background-position: center bottom 3em;
    text-align: center;
    padding: 3em 2em 8em 2em;
  }
  #cultureOffice .cultureMvCont .txtBox h2 {
    font-size: 1.85em;
    padding: 0 1em;
  }
  .imgBoxWrap .imgBoxIn {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #cultureOffice .txtBoxWrap .txtBox {
    background-position: right 3em bottom 2em;
    padding: 3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2.5em 10em 2em 0;
  }
  #cultureOffice .txtBoxWrap .txtBox h2 span {
    padding: 0 2.5em 0 1em;
  }
  #cultureOffice .txtBoxWrap .txtBox .txtBoxIn {
    text-align: right;
  }
}
@media screen and (min-width: 1201px) {
  #culture .cultureMvCont {
    display: flex;
    flex-wrap: wrap;
  }
  #cultureOffice .cultureMvCont .txtBoxWrap {
    background: #DEDEDE url(../img/culture/bg_illust_white.png);
    display: flex;
    flex-wrap: nowrap;
    width: 27%;
    order: 2;
  }
  #cultureOffice .cultureMvCont .txtBoxWrap .txtBox {
    width: 400px;
    background-position: right 3em bottom 3em;
    text-align: right;
    padding: 3em;
  }
  #cultureOffice .cultureMvCont .txtBoxWrap .txtBox h2 {
    font-size: 2em;
  }
  #cultureOffice .cultureMvCont .txtBoxWrap .txtBox h2 span {
    display: inline-block;
    padding-left: 1em;
  }
  #cultureOffice .cultureMvCont .txtBoxWrap .txtBox .dtlBtn {
    text-align: right;
  }
  #cultureOffice .cultureMvCont .imgBoxWrap {
    width: 73%;
    background: #F8B62D url(../img/culture/bg_illust_orange.png);
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    order: 1;
  }
  #cultureOffice .cultureMvCont .imgBoxWrap .imgBoxIn {
    width: 900px;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .cultureMvCont .imgBoxIn {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .cultureMvCont .imgBoxIn .officeImgBox {
    width: 33.33%;
    height: 500px;
    position: relative;
  }
  .cultureMvCont .imgBoxIn .officeImgBox.tokyoImg {
    background: url(../img/culture/bg_tokyo.png) no-repeat center bottom;
    border-right: 1px solid #000;
  }
  .cultureMvCont .imgBoxIn .officeImgBox.osakaImg {
    background: url(../img/culture/bg_osaka.png) no-repeat center bottom;
    border-right: 1px solid #000;
  }
  .cultureMvCont .imgBoxIn .officeImgBox.nagoyaImg {
    background: url(../img/culture/bg_nagoya.png) no-repeat center bottom;
  }
  .cultureMvCont .imgBoxIn .officeImgBox .imgBox {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 85%;
  }
}
/*----------------------------------------------------
office
----------------------------------------------------*/
#officeMv.content {
  padding-top: 0;
}

@media screen and (min-width: 1201px) {
  #office .cultureMvCont .imgBoxWrap {
    width: 100%;
  }
  #office .cultureMvCont .imgBoxWrap .imgBoxIn {
    width: 100%;
  }
  #office .cultureMvCont .imgBoxWrap .imgBoxIn .imgBox {
    max-width: 270px;
  }
}
/*-------- officeAbout -------------------------*/
#officeAbout {
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 470px) {
  #officeAbout {
    font-size: 3.8vw;
  }
}
/*-------- officeMainCont -------------------------*/
.officeBox .txtWrap h2 {
  border-bottom: #F8B62D 3px solid;
  padding-bottom: 0.2em;
}
.officeBox .txtWrap h2:first-letter {
  color: #F8B62D;
}
.officeBox .txtWrap h2 span {
  font-size: 1.61em;
}

@media screen and (max-width: 767px) {
  .officeBox .txtWrap h2 {
    font-size: 1.18em;
    margin-bottom: 1rem;
  }
  .officeBox .txtWrap .txtCont {
    padding: 10vw 1.5em 8vw;
  }
  .officeBox .txtWrap .txtCont .imgBox {
    height: 30vw;
  }
  .officeBox .txtWrap .txtCont .imgBox img {
    height: 100%;
  }
  .officeBox.officeOsaka .txtCont .txtBox, .officeBox.officeNagoya .txtCont .txtBox {
    margin-right: 20%;
  }
  .officeBox.officeOsaka .txtCont .imgBox {
    right: 10px;
  }
  .officeBox.officeNagoya .txtCont .imgBox {
    right: 0;
  }
  .officeBox.officeTokyo .txtCont .txtBox {
    margin-left: 20%;
  }
  .officeBox.officeTokyo .txtCont .imgBox {
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .officeBox .txtCont {
    position: relative;
  }
  .officeBox .txtCont .imgBox {
    position: absolute;
    top: 6%;
  }
  .officeBox.officeTokyo .txtCont h2 {
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .officeBox h2 {
    margin-bottom: 1.5em;
  }
  .officeBox .txtCont {
    padding: 80px 1.5em 50px;
  }
  .officeBox .txtCont .imgBox {
    height: 220px;
  }
  .officeBox .txtCont .imgBox img {
    height: 100%;
  }
  .officeBox.officeOsaka .txtCont .txtBox, .officeBox.officeNagoya .txtCont .txtBox {
    margin-right: 250px;
  }
  .officeBox.officeOsaka .txtCont .imgBox, .officeBox.officeNagoya .txtCont .imgBox {
    right: 1.5em;
  }
  .officeBox.officeTokyo .txtCont .txtBox {
    margin-left: 250px;
  }
  .officeBox.officeTokyo .txtCont .imgBox {
    left: 1.5em;
  }
  .officeBox .officeImg {
    text-align: center;
  }
}
@media screen and (min-width: 1201px) {
  .officeBox {
    display: flex;
    flex-wrap: nowrap;
    align-items: end;
    margin-top: 10em;
  }
  .officeBox:first-child {
    margin-top: 0;
  }
  .officeBox .txtWrap {
    width: 35%;
    flex-grow: 1;
  }
  .officeBox .txtWrap h2 {
    font-size: 1.93em;
    margin-bottom: 2rem;
  }
  .officeBox .txtWrap .txtInWrap {
    max-width: 320px;
    display: inline-block;
  }
  .officeBox .txtWrap .txtInWrap .imgBox {
    text-align: right;
    margin-top: 10%;
  }
  .officeBox .officeImg {
    width: 60%;
    max-width: 900px;
  }
  .officeBox.officeOsaka .txtWrap, .officeBox.officeNagoya .txtWrap {
    order: 2;
  }
  .officeBox.officeOsaka .officeImg, .officeBox.officeNagoya .officeImg {
    order: 1;
    margin-right: 3em;
  }
  .officeBox.officeOsaka .txtInWrap .imgBox {
    margin-top: 30%;
  }
  .officeBox.officeNagoya .officeImg {
    width: 670px;
  }
  .officeBox.officeNagoya:before {
    content: "";
    display: block;
    width: 15%;
  }
  .officeBox.officeTokyo {
    justify-content: end;
  }
  .officeBox.officeTokyo .txtIn {
    text-align: right;
  }
  .officeBox.officeTokyo .txtWrap h2 {
    text-align: right;
  }
  .officeBox.officeTokyo .txtWrap .txtBox {
    text-align: left;
  }
  .officeBox.officeTokyo .officeImg {
    margin-left: 3em;
  }
}
/*----------------------------------------------------
benefits
----------------------------------------------------*/
/*-------- benefitsMv -------------------------*/
#benefitsMv {
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-top: 0;
}

#benefitsMv .benefitsMvIn {
  position: absolute;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  #benefitsMv {
    height: 95vw;
    background: url(../img/culture/benefits_mv_sp.jpg) no-repeat center center/cover;
  }
  #benefitsMv .benefitsMvIn {
    left: 1em;
  }
  #benefitsMv .benefitsMvIn h2 {
    font-size: 7.5vw;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 375px) {
  #benefitsMv .benefitsMvIn {
    top: 10vw;
  }
  #benefitsMv .benefitsMvIn p {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #benefitsMv .benefitsMvIn {
    top: 10vw;
  }
  #benefitsMv .benefitsMvIn p {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #benefitsMv {
    background: url(../img/culture/benefits_mv_tab.jpg) no-repeat center right/cover;
  }
}
@media screen and (min-width: 1201px) {
  #benefitsMv {
    background: url(../img/culture/benefits_mv.jpg) no-repeat center right/cover;
  }
}
@media screen and (min-width: 768px) {
  #benefitsMv {
    height: 500px;
  }
  #benefitsMv .benefitsMvIn {
    top: 5em;
    left: 4em;
  }
  #benefitsMv .benefitsMvIn h2 {
    font-size: 2.5em;
    margin-bottom: 1rem;
  }
  #benefitsMv .benefitsMvIn p {
    line-height: 200%;
  }
}
/*-------- benefitsAbout -------------------------*/
#benefitsAbout {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #benefitsAbout .in {
    width: 700px;
  }
}
/*-------- benefitsGrid -------------------------*/
.gridPanelCont .gridPanelBox {
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}
.gridPanelCont .gridPanelBox.radius {
  border-radius: 25px;
}
.gridPanelCont .gridPanelBox .gridPanelHead {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  padding: 0.5em 0.8em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.gridPanelCont .gridPanelBox .gridPanelHead.imgHead .imgBox {
  width: 20%;
}
.gridPanelCont .gridPanelBox .gridPanelHead.imgHead .txtBox {
  width: 75%;
}
.gridPanelCont .gridPanelBox .gridPanelBody {
  padding: 1em;
  border: 1px solid #808080;
  border-top: none;
  border-radius: 0 0 25px 25px;
}
.gridPanelCont .gridPanelBox .gridPanelBody p {
  width: 100%;
}
.gridPanelCont .gridPanelBox .gridPanelBody .bodyIn {
  margin: 1em 0 0.3em;
}
.gridPanelCont .gridPanelBox .gridPanelBody .bodyIn p:first-child {
  font-weight: bold;
}
.gridPanelCont .gridPanelBox .readBtn {
  text-align: right;
  margin-top: 0.8em;
}
.gridPanelCont .gridPanelBox .readBtn a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 2em 0.2em 0.5em;
  border: 1px solid #000;
  border-radius: 8px;
  display: inline-block;
  position: relative;
}
.gridPanelCont .gridPanelBox .readBtn a:after {
  height: 8px;
  content: url(../img/culture/btn_arrow.png);
  margin-left: 0.5em;
  display: block;
  position: absolute;
  top: 8%;
  right: 0.6em;
}
.gridPanelCont .gridPanelBox .readBtn a span {
  line-height: 1.4;
  display: inline-block;
  background: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.3) 0%);
}
.gridPanelCont .gridPanelBox .readBtn a span:before {
  content: "コメントをたたむ";
}
.gridPanelCont .gridPanelBox .readBtn a:hover {
  filter: brightness(120%);
  cursor: pointer;
}
.gridPanelCont .gridPanelBox .readBtn a:hover:after {
  right: 0.3em;
}
.gridPanelCont .gridPanelBox.closeTxt p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.gridPanelCont .gridPanelBox.closeTxt .gridPanelBody > p {
  -webkit-line-clamp: 3;
}
.gridPanelCont .gridPanelBox.closeTxt .bodyIn p:last-child {
  -webkit-line-clamp: 1;
}
.gridPanelCont .gridPanelBox.closeTxt .readBtn a span:before {
  content: "もっと詳しく読む";
}

@media screen and (max-width: 575px) {
  .gridPanelBox {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .gridPanelBox .gridPanelHead {
    font-size: 0.875em;
  }
  .gridPanelBox .gridPanelBody {
    font-size: 0.75em;
  }
  .gridPanelBox .readBtn a {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .gridPanelBox {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .gridPanelBox {
    width: 31%;
    margin: 0 1% 1.5em;
  }
  .gridPanelBox .gridPanelHead {
    font-size: 1.06em;
  }
}
@media screen and (min-width: 1301px) {
  #benefitsGrid .in {
    width: 1280px;
  }
  #benefitsGrid .in .gridPanelBox {
    width: 23%;
    margin: 0 1% 1.5em;
  }
  #benefitsGrid .in .gridPanelBox .gridPanelHead {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .gridPanelBox .gridPanelHead {
    background: #F8B62D;
  }
  .gridPanelBox .readBtn a {
    background: #F8B62D;
  }
  .gridPanelBox:nth-child(4n+2) .gridPanelHead, .gridPanelBox:nth-child(4n+3) .gridPanelHead {
    background: #EF8F00;
  }
  .gridPanelBox:nth-child(4n+2) .readBtn a, .gridPanelBox:nth-child(4n+3) .readBtn a {
    background: #EF8F00;
  }
}
@media screen and (min-width: 768px) {
  .gridPanelBox:nth-child(odd) .gridPanelHead {
    background: #F8B62D;
  }
  .gridPanelBox:nth-child(odd) .readBtn a {
    background: #F8B62D;
  }
  .gridPanelBox:nth-child(even) .gridPanelHead {
    background: #EF8F00;
  }
  .gridPanelBox:nth-child(even) .readBtn a {
    background: #EF8F00;
  }
}
/*-------- cultureMvCont -------------------------*/
@media screen and (min-width: 1201px) {
  #benefits .cultureMvCont {
    background: url(../img/culture/benefits_mv.jpg) no-repeat center right/cover;
    display: flex;
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=culture.css.map */