/* global
------------------------------------- */
/*#gHeader {
	@include mq {
		.hdInfo {
			.hdMeta {
				padding: 35px 0 0 40px;
				margin-bottom: -14px;
			}
		}
	}
}*/
/*  #home
================================================ */
@media screen and (min-width: 600px) {
  #home {
    padding-top: 102px;
  }
}

/*  .gNav
================================================ */
@media screen and (min-width: 600px) {
  .gNavWrap {
    min-height: 88px;
  }
  .gNav.is_fixed {
    position: fixed;
    top: 102px;
    z-index: 10;
    width: 100%;
  }
}

/*  #treatment
================================================ */
#treatment {
  background: url(../img/home/bg_treatment01_sp.png) no-repeat top center
    #fcf4e6;
  background-size: 100% auto;
}

#treatment .inner {
  padding-top: 70px;
  padding-bottom: 35px;
}

#treatment .intro {
  color: #666464;
}

#treatment .treatmentType {
  padding-top: 25px;
}

#treatment .treatmentType .primary .list .item {
  position: relative;
  display: block;
  margin-left: 30px;
  background: url(../img/home/bg_treatment02_sp.png) no-repeat bottom left;
  background-color: #fff;
  background-size: 100% auto;
  box-shadow: 2px 2px 0px 0px #fecfc9;
  box-sizing: border-box;
}

#treatment .treatmentType .primary .list .item a {
  text-decoration: none;
  display: block;
  padding: 25px 0 30px 85px;
}

#treatment .treatmentType .primary .list .item + .item {
  margin-top: 10px;
}

#treatment .treatmentType .primary .list .item .img {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 80px;
}

#treatment .treatmentType .primary .list .item .detail .tit {
  font-size: 1.7rem;
  font-weight: 500;
}

#treatment .treatmentType .primary .list .item .detail .txt {
  padding-top: 4px;
  font-size: 1.3rem;
  color: #666;
}

#treatment .treatmentType .other {
  padding-top: 25px;
}

#treatment .treatmentType .other .btns a {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#treatment .treatmentType .other .btns a .img {
  width: 70px;
}

#treatment .treatmentType .other .btns a .txt {
  text-align: left;
  padding-left: 10px;
  font-weight: 500;
}

#treatment .treatmentType .other .btns a .txt span {
  font-weight: 500;
}

#treatment .treatmentType .other .btns .btn:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (min-width: 600px) {
  #treatment {
    background-image: url(../img/home/bg_treatment01_pc.png);
    position: relative;
  }
  /* #treatment:before {
    content: "";
    position: absolute;
    top: -125px;
    left: -10px;
    width: 186px;
    height: 325px;
    background: url(../img/common/pic_diamond01.png) no-repeat center center;
    background-size: contain;
    z-index: 11;
  } */
  #treatment .inner {
    padding-top: 115px;
    padding-bottom: 97px;
  }
  #treatment .treatmentType {
    padding-top: 100px;
  }
  #treatment .treatmentType .primary .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -13px;
  }
  #treatment .treatmentType .primary .list .item {
    float: left;
    width: 355px;
    margin: 0 10px 55px;
    background-image: url(../img/home/bg_treatment02_pc.png);
    background-color: inherit;
    text-align: center;
    text-align: center;
    box-shadow: none;
  }
  #treatment .treatmentType .primary .list .item a {
    padding: 115px 0 15px;
  }
  #treatment .treatmentType .primary .list .item a:hover .detail .tit,
  #treatment .treatmentType .primary .list .item a:hover .detail .txt {
    color: #ff7391;
  }
  #treatment .treatmentType .primary .list .item + .item {
    margin-top: 0;
  }
  #treatment .treatmentType .primary .list .item:nth-child(2) {
    margin-right: 30px;
  }
  #treatment .treatmentType .primary .list .item .img {
    top: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 137px;
  }
  #treatment .treatmentType .primary .list .item .detail .tit {
    font-size: 2rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #treatment .treatmentType .primary .list .item .detail .txt {
    padding-top: 2px;
    font-size: 1.4rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #treatment .treatmentType .other {
    padding-top: 0;
  }
  #treatment .treatmentType .other .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7px;
  }
  #treatment .treatmentType .other .btns a {
    height: inherit;
  }
  #treatment .treatmentType .other .btns a .img {
    width: 140px;
  }
  #treatment .treatmentType .other .btns a .txt {
    padding-left: 30px;
  }
  #treatment .treatmentType .other .btns .btn {
    width: 358px;
    padding: 0 7px;
  }
  #treatment .treatmentType .other .btns .btn:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 350px) {
  #treatment .treatmentType .primary .list .item {
    padding-top: 15px;
    padding-right: 15px;
  }
}

/* #bnr
--------------------------------------*/
#bnr.home-bnr {
  padding-top: 30px;
}
#bnr .home-bnr__inner {
  padding: 0 20px;
}
#bnr .home-bnr__link {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
}
@media all and (min-width: 600px) {
  #bnr.home-bnr {
    padding-bottom: 50px;
  }
  #bnr .home-bnr__inner {
    padding: 0;
    width: 1100px;
    margin: 0 auto;
  }
  #bnr .home-bnr__link:hover {
    opacity: 0.7;
  }
}

/*  #corona
================================================ */
#corona .inner {
  padding-top: 70px;
}
#corona .box {
  box-sizing: border-box;
  background: #fff1f3 url(../img/home/bg_corona01_sp.png) no-repeat top left;
  background-size: contain;
  padding: 45px 20px 28px;
}
#corona .headerTit {
  text-align: center;
}
#corona .headerTit .sub {
  display: inline-block;
  color: #ff7f9a;
  border: 1px solid #ff7f9a;
  box-sizing: border-box;
  padding: 5px 10px;  
  margin-bottom: 12px;
  border-radius: 2px;
}
#corona .headerTit .tit {
  margin-bottom: 15px;
}
#corona .txt {
  color: #666464;
  margin-bottom: 10px;
  line-height: 2.2;
}
#corona .toggle-btn {
  position: relative;
  text-align: center;
  font-weight: 500;
}
#corona .toggle-btn .txt {
  display: inline-block;
  color: #333;
  vertical-align: middle;
  border-bottom: 1px solid #333;
}
#corona .toggle-btn .toggle-btn-arrow {
  display: inline-block;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #ff7f9a transparent transparent transparent;
  vertical-align: middle;
  margin:-7px 0 0 6px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;  
}
#corona .toggle-btn.on .toggle-btn-arrow {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #ff7f9a transparent;
}
#corona .togleContent {
  color: #666464;
  display: none;
  margin-top: 20px;
}
#corona .togleContent .otherTit {
  box-sizing: border-box;
  color: #fff;
  background: #ff7391;
  text-align: center;
  padding: 8px 15px;
}
#corona .togleContent .otherTxtbox {
  padding: 0 0 15px;
}
#corona .togleContent .otherTxtbox .listWrap {
  position: relative;
  padding: 10px 25px 20px;
  margin-bottom: 20px;
  background: #fff;
}
#corona .togleContent .otherTxtbox .listWrap::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 203px 203px;
  border-color: transparent transparent #fafafa transparent;
}
#corona .togleContent .otherTxtbox .list .item {
  position: relative;
  padding: 5px 0 5px 12px;
  line-height: 2;
}
#corona .togleContent .otherTxtbox .list .item::before {
  position: absolute;
  content: "";
  top: 17px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #ff7391;
  border-radius: 50%;
}
#corona .togleContent .otherTxtbox .listWrap.waku {
  border: 2px solid #ff7f9a;
  padding: 15px 20px;
}
#corona .togleContent .otherTxtbox .listWrap.waku .list .item {
  padding: 5px 0 5px 28px;
}
#corona .togleContent .otherTxtbox .list.num .item {
  text-indent: -2em;
}
#corona .togleContent .otherTxtbox .list.num .item::before {
  display: none;
}
#corona .togleContent .otherTxtbox .list.num .item .txtNum {
  margin-right: 6px;
  color: #ff4d73;
  vertical-align: middle;
}
  
@media screen and (min-width: 600px) {
  #corona .inner {
    padding-top: 122px;
  }
  #corona .box {
    background: #fff1f3 url(../img/home/bg_corona01_pc.png) no-repeat top left;
    background-size: contain;
    padding: 40px 60px 40px;
  }
  #corona .headerTit .sub {
    font-size: 1.8rem;
    padding: 5px 18px;  
    margin-bottom: 16px;
    border-radius: 4px;
  }
  #corona .headerTit .tit {
    margin-bottom: 30px;
  }
  #corona .txt {
    font-size: 1.6rem;
    color: #666464;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2.2;
  }
  #corona .toggle-btn {
    font-size: 1.6rem;
  }
  #corona .toggle-btn .txt {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;  
  }
  #corona .toggle-btn .txt:hover {
    border-bottom: none;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;  
  }
  #corona .toggle-btn .toggle-btn-arrow {
    margin: -8px 0 0 6px;
  }
  #corona .toggle-btn:hover {
    cursor: pointer;
  }
  #corona .togleContent {
    font-size: 1.6rem;
    margin-top: 42px;
  }
  #corona .togleContent .otherTit {
    padding: 7px 15px;
  }
  #corona .togleContent .otherTxtbox {
    padding: 0 0 18px;
  }
  #corona .togleContent .txt {
    text-align: left;
  }
  #corona .togleContent .txt + .txt {
    margin-top: 30px;
  }
  #corona .togleContent .otherTxtbox .listWrap {
    padding: 18px 40px 30px;
  }
  #corona .togleContent .otherTxtbox .listWrap::before {
    border-width: 0 0 344px 344px;
  }
  #corona .togleContent .otherTxtbox .list .item {
    line-height: 1.7;
  }
  #corona .togleContent .otherTxtbox .list .item::before {
    top: 16px;
  }
  #corona .togleContent .otherTxtbox .listWrap.waku {
    margin-top: 20px;
    padding: 20px 40px 23px;
  }
  #corona .togleContent .otherTxtbox .listWrap.waku::before {
    border-width: 0 0 286px 286px;
  }
  #corona .togleContent .otherTxtbox .listWrap.waku .list .item {
    padding: 5px 0 6px 28px;
    line-height: 2.2;
  }
  #corona .togleContent .otherTxtbox .list.num .item .txtNum {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-right: 8px;
  }
}
/*  #reasons
================================================ */
#reasons .inner {
  padding-top: 70px;
}

#reasons .reasonsList .item {
  margin-bottom: 18px;
}

#reasons .reasonsList .item .detail {
  position: relative;
  padding: 40px 28px;
  background: url(../img/home/bg_reasons01_sp.png) no-repeat center left;
  background-size: cover;
}

#reasons .reasonsList .item .num {
  position: absolute;
  top: -17px;
  right: 33px;
  font-size: 4.3rem;
  line-height: 1;
  color: #ff7391;
  font-weight: 600;
}

#reasons .reasonsList .item .num:before {
  content: "";
  position: absolute;
  left: -14px;
  top: 8px;
  width: 65px;
  height: 1px;
  background: #ff7391;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#reasons .reasonsList .item .tit {
  font-size: 1.7rem;
  line-height: 1.7;
  font-weight: 500;
}

#reasons .reasonsList .item .txt {
  padding: 8px 0 3px;
  color: #666;
}

@media screen and (min-width: 600px) {
  #reasons {
    position: relative;
  }

  #reasons:before {
    content: "";
    position: absolute;
    top: -38px;
    left: -10px;
    width: 186px;
    height: 325px;
    background: url(../img/common/pic_diamond01.png) no-repeat center center;
    background-size: contain;
    z-index: 11;
  }
  
  #reasons .inner {
    padding-top: 122px;
    width: auto;
  }
  #reasons .headerTit {
    padding-bottom: 58px;
  }
  #reasons .reasonsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #reasons .reasonsList .item {
    position: relative;
    width: 50%;
    height: 460px;
    margin-bottom: 0;
    background: no-repeat right top;
    background-size: auto 460px;
    box-shadow: inset 0 0 10px rgba(51, 51, 51, 0.1);
  }
  #reasons .reasonsList .item:nth-child(1) {
    background-image: url(../img/home/pic_reasons01_pc.png);
  }
  #reasons .reasonsList .item:nth-child(2) {
    background-image: url(../img/home/pic_reasons02_pc.png);
  }
  #reasons .reasonsList .item:nth-child(3) {
    background-image: url(../img/home/pic_reasons03_pc.png);
  }
  #reasons .reasonsList .item:nth-child(4) {
    background-image: url(../img/home/pic_reasons04_pc.png);
  }
  #reasons .reasonsList .item:nth-child(even) {
    background-position: left top;
  }
  #reasons .reasonsList .item:nth-child(even) .detail {
    float: left;
    padding: 70px 140px 0 50px;
  }
  #reasons .reasonsList .item .img {
    position: absolute;
    left: 0;
    top: 0;
  }
  #reasons .reasonsList .item .detail {
    padding: 70px 50px 0 140px;
    background: none;
    width: 550px;
    float: right;
    box-sizing: border-box;
  }
  #reasons .reasonsList .item .num {
    position: relative;
    top: 0;
    right: 0;
    text-align: right;
    float: right;
    display: inline-block;
    font-size: 6rem;
  }
  #reasons .reasonsList .item .num:before {
    left: -17px;
    top: 6px;
    width: 88px;
  }
  #reasons .reasonsList .item .tit {
    padding-top: 20px;
    clear: both;
    font-size: 2.4rem;
    white-space: nowrap;
  }
  #reasons .reasonsList .item .txt {
    padding: 13px 0 0;
  }
}

/*  #cases
================================================ */
#cases .inner {
  padding-top: 65px;
  padding-bottom: 60px;
}

#cases .archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 21px;
  margin: 0 -8px;
}

#cases .btn {
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  #cases .inner {
    padding-top: 128px;
    padding-bottom: 120px;
  }
  #cases .archive {
    padding-top: 37px;
    margin: 0 -18px;
    width: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/*  #message
================================================ */
#message .inner {
  padding: 45px 15px 0;
}

#message .headerTit {
  position: relative;
  z-index: 1;
  padding-bottom: 52px;
}

#message .msgBlock {
  position: relative;
  margin: 0 -15px;
  padding: 122px 0 22px;
}

#message .msgBlock .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /*height: 100%;*/
  height: calc(100% - 206px);
}

#message .msgBlock .img {
  position: absolute;
  right: 0;
  top: -20px;
  width: 290px;
}

#message .msgBlock .box {
  position: relative;
  z-index: 1;
  padding: 22px 28px 40px;
  border-bottom: 5px solid #fff1f3;
  background: #fff;
  overflow: hidden;
}

#message .msgBlock .box .tit {
  font-size: 1.9rem;
  font-weight: 500;
}

#message .msgBlock .box .txt {
  padding-top: 6px;
  line-height: 2.14286;
  color: #666;
}

#message .msgBlock .box .sign {
  float: right;
  padding-top: 13px;
  width: 135px;
}

#message .msgBlock .box .sign .position {
  font-size: 1.5rem;
}
#message .msgBlock .box02 {
  position: relative;
  margin-top: 20px;
  padding: 20px 22px 40px;
  border: 1px solid #ff7391;
  background-color: #fff;
  color: #666;
  box-sizing: border-box;
}
#message .msgBlock .box02::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 203px 203px;
  border-color: transparent transparent #fafafa transparent;
}
#message .msgBlock .box02 .set + .set {
  margin-top: 15px;
}
#message .msgBlock .box02 .lead {
    color: #ff7391;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 3px;
}
#message .msgBlock .box02 .list {
  overflow: hidden;
  margin-bottom: 2px;  
}
#message .msgBlock .box02 .item {
  position: relative;
  padding: 5px 0 5px 12px;
}
#message .msgBlock .box02 .item:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #ff7391;
  border-radius: 50%;
}
#message .msgBlock .box02 .item.is-other {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
#message .msgBlock .box02 .item.is-other::before {
  display: none;
}

@media screen and (min-width: 600px) {
  #message .inner {
    padding: 120px 0 0;
  }
  #message .headerTit {
    width: 1100px;
    margin: 0 auto;
  }
  #message .msgBlock {
    margin: 35px 0 0;
    padding: 0 0 10px;
  }
  #message .msgBlock .bg {
    width: 1669px;
    height: calc(100% - 144px);
  }
  #message .msgBlock .img {
    top: -130px;
    width: 1134px;
  }
  #message .msgBlock .box {
    position: relative;
    top: -35px;
    padding: 64px 20px 75px 76px;
    width: 648px;
    box-sizing: border-box;
  }
  #message .msgBlock .box .tit {
    font-size: 2.8rem;
  }
  #message .msgBlock .box .txt {
    padding-top: 17px;
  }
  #message .msgBlock .box .sign {
    padding: 23px 75px 0 0;
    width: 143px;
  }
  #message .msgBlock .box .sign .position {
    position: relative;
    left: 2px;
    font-size: 1.6rem;
  }
  #message .msgBlock .box .sign .signImg {
    padding-top: 3px;
  }
  #message .msgBlock .box02 {
    padding: 30px 40px 40px;
  }
  #message .msgBlock .box02::before {
    border-width: 0 0 340px 340px;
  }
  #message .msgBlock .box02 .lead {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  #message .msgBlock .box02 .txt {
    font-size: 1.6rem;
    line-height: 2.2;
  }
  #message .msgBlock .box02 .listWrap {
    max-width: 750px;
    box-sizing: border-box;
  }
  #message .msgBlock .box02 .item .list {
    position: relative;
  }
  #message .msgBlock .box02 .item {
    float: left;
    width: 360px;
    padding: 9px 0 0 22px;
    font-size: 1.6rem;
    box-sizing: border-box;
  }
  #message .msgBlock .box02 .item:before {
    top: 21px;
    left: 6px;
  }
  #message .msgBlock .box02 .item.is-other {
    position: absolute;
    bottom: 40px;
    right: 0;
  }
}

@media screen and (min-width: 600px) and (max-width: 1460px) {
  #message .msgBlock .img {
    top: -70px;
    width: 1084px;
  }
}

/* #pespond
------------------------------------- */
#pespond {
  overflow: hidden;
}

#pespond .inner {
  position: relative;
}

#pespond .pespondTit {
  position: absolute;
  left: 0;
  top: -70px;
  width: 345px;
  z-index: 1;
}

#pespond .pespondImg {
  padding-top: 150px;
}

#pespond .txtarea {
  padding: 26px 26px 0;
}

#pespond .txtarea .mtit {
  padding: 0;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.19779;
}

#pespond .txtarea .stit {
  padding-top: 22px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}

#pespond .txtarea .stit:first-letter {
  padding-left: 5px;
}

#pespond .txtarea .txt {
  padding: 20px 0 10px;
  line-height: 2.2;
  color: #666;
}

@media screen and (min-width: 600px) {
  #pespond .pespondTit {
    top: 0;
    left: -410px;
    width: auto;
  }
  #pespond .pespondWrap {
    position: relative;
  }
  #pespond .pespondImg {
    position: relative;
    left: -175px;
    padding-top: 316px;
  }
  #pespond .txtarea {
    position: absolute;
    bottom: 85px;
    right: 0;
    padding: 0;
    width: 345px;
  }
  #pespond .txtarea .mtit {
    font-size: 4rem;
  }
  #pespond .txtarea .stit {
    padding-top: 35px;
    font-size: 2rem;
  }
  #pespond .txtarea .txt {
    padding: 30px 0 0;
  }
}

@media screen and (max-width: 350px) {
  #pespond .pespondTit {
    width: 100%;
  }
}

/* #info
------------------------------------- */
#info .inner {
  padding-top: 54px;
  padding-bottom: 28px;
}

#info .headInfo {
  position: relative;
  padding-bottom: 26px;
}

#info .headInfo .infoTit {
  font-size: 2.24rem;
  color: #ff7391;
  letter-spacing: 0.04em;
}

#info .headInfo .btn {
  position: absolute;
  right: 2px;
  top: 2px;
}

#info .archive {
  padding-bottom: 63px;
}

#info .recruiting .tit {
  position: relative;
  z-index: 1;
  width: 300px;
  margin: 0 auto;
}

#info .recruiting .img {
  position: relative;
  top: -55px;
  margin: 0 -15px -55px;
}

#info .recruiting .link a {
  padding: 14px 8px;
  display: block;
  background: url(../img/common/ico_arw01.png) no-repeat center right;
  background-size: 23px auto;
  font-size: 1.3rem;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  #info .inner {
    padding-top: 125px;
    padding-bottom: 127px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #info .infoWrap {
    width: 640px;
  }
  #info .headInfo {
    padding-bottom: 33px;
  }
  #info .headInfo .infoTit {
    font-size: 2.4rem;
  }
  #info .headInfo .btn {
    top: -2px;
    right: -2px;
  }
  #info .archive {
    padding-bottom: 0;
  }
  #info .recruiting {
    width: 400px;
  }
  #info .recruiting .tit {
    width: 320px;
  }
  #info .recruiting .img {
    top: -60px;
    margin: 0 0 -60px;
  }
  #info .recruiting .link a {
    padding: 14px 0 0;
    font-size: 1.4rem;
    background-position: calc(100% - 17px) center;
  }
  #info .recruiting .link a:hover {
    color: #ff7391;
    background-position: calc(100% - 12px) center;
  }
}

/* movie
------------------------------------- */
#movie .inner {
  padding-top: 70px;
  padding-bottom: 50px;
}

#movie .movieWrap .movieItems {
  height: 190px;
}

#movie .movieWrap .movieItems iframe {
  width: 100%;
  height: 100%;
}

#movie .movieWrap .movieNavWrap {
  padding: 13px 0 30px;
}

#movie .movieWrap .movieNav {
  padding: 0 20px;
  text-align: center;
}

#movie .movieWrap .movieNav .movieNavItem {
  position: relative;
  margin: 0 8px;
  max-width: 30%;
  box-sizing: border-box;
}

#movie .movieWrap .movieNav .movieNavItem:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #ff7391;
  border-radius: 4px;
  display: none;
}

#movie .movieWrap .movieNav .slick-current {
  border-radius: 4px;
  overflow: hidden;
}

#movie .movieWrap .movieNav .slick-current:before {
  display: block;
}

#movie .movieWrap .movieNav .slick-arrow {
  width: 25px;
  height: 25px;
}

#movie .movieWrap .movieNav .slick-arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
}

#movie .movieWrap .movieNav .slick-prev {
  left: 0;
}

#movie .movieWrap .movieNav .slick-prev:before {
  background-image: url(../img/home/arw_movie_prev01.png);
}

#movie .movieWrap .movieNav .slick-next {
  right: 0;
}

#movie .movieWrap .movieNav .slick-next:before {
  background-image: url(../img/home/arw_movie_next01.png);
}

#movie .btn a {
  position: relative;
}

#movie .btn a:before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../img/common/ico_blank02.png) no-repeat center/contain;
}

@media screen and (min-width: 600px) {
  #movie .inner {
    padding: 115px 0 120px;
  }
  #movie .movieWrap {
    width: 824px;
    margin: 0 auto;
  }
  #movie .movieWrap .movieItems {
    height: 460px;
  }
  #movie .movieWrap .movieNavWrap {
    padding: 23px 0 60px;
  }
  #movie .movieWrap .movieNav {
    padding: 0 80px;
  }
  #movie .movieWrap .movieNav .movieNavItem {
    margin: 0 15px;
  }
  #movie .movieWrap .movieNav .slick-arrow {
    width: 40px;
    height: 40px;
  }
  #movie .btn {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #movie .btn a:hover {
    opacity: 1;
  }
  #movie .btn a:hover:before {
    background-image: url(../img/common/ico_blank02_o.png);
  }
}

/* insta
================================================ */
#insta {
  background: url(../img/home/bg_insta01_sp.jpg)no-repeat center / cover;
}

#insta .inner {
  padding-top: 45px;
  padding-bottom: 28px;
}

#insta .headerTit {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}

#insta .headerTit .tit {
  width: 149px;
  min-width: 149px;
}

#insta .headerTit .btn {
  width: 76px;
  text-align: center;
}

#insta .headerTit .btn a {
  display: block;
  padding: 2px 0;
  box-sizing: border-box;
  border: 2px solid #ebe6e6;
  background: #fff;
  color: #666464;
  text-decoration: none;
}

#insta .photos {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#insta .photos .photo {
  width: calc(50% - 8px);
  margin-bottom: 10px;
}
#insta .photos .photo a {
  display: block;
  padding-top: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

@media screen and (min-width: 600px) {
  #insta {
    background-image: url(../img/home/bg_insta01_pc.jpg);
  }

  #insta .inner {
    padding-top: 102px;
    padding-bottom: 105px;
  }

  #insta .headerTit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px;
  }

  #insta .headerTit .tit {
    width: 299px;
    min-width: 299px;
    margin-right: 32px;
  }

  #insta .headerTit .btn {
    width: 80px;
    margin-top: -14px;
  }

  #insta .headerTit .btn a {
    padding: 4px 0;
  }
  #insta .headerTit .btn a:hover {
    border-color: #ff7391;
    color: #ff7391;
  }

  #insta .photos {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #insta .photos .photo {
    width: 260px;
    margin: 0 0 0 20px;
  }
  #insta .photos .photo:first-of-type {
    margin-left: 0;
  }
  #insta .photos .photo a:hover {
    opacity: .7;
  }
}