@charset "utf-8";

@media screen and (min-width: 1081px) {
  #header .logomark {
    top: 27px;
  }
  #header .logomark img {
    max-width: 350px;
  }
  .fixed #header .logomark {
    top: 16px;
  }
  .fixed #header .logomark img {
    max-width: 175px;
  }
}

/* ------------------------------------------- */
/* keyvisual */
/* ------------------------------------------- */

.edit-area.keyvisual {
  position: relative;
  z-index: 1;
}

.edit-area.keyvisual .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 94%;
}
/*@media screen and (max-width: 1220px){
.edit-area.keyvisual .inner{
  width: 100%;
}
}
*/

.edit-area.keyvisual .key-text {
  position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-top: 15vw;
  /*padding-left: 57px;*/
  font-weight: 500;
  font-size: 1.7vw;
  letter-spacing: 0.4em;
  line-height: 1.58;
  color: #333;
}
@media screen and (max-width: 1080px) {
  .edit-area.keyvisual .key-text {
    position: absolute;
    left: 5vw;
    color: #fff;
    width: 60px;
  }
  .edit-area.keyvisual .key-text span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .edit-area.keyvisual .key-text {
    padding-top: 10vw;
    line-height: 1.2;
  }
}
.edit-area.keyvisual .key-text:after {
  content: "";
  position: absolute;
  top: 56px;
  left: -0px;
  z-index: 1;
  display: block;
  width: 280px;
  height: 74px;
  background: url(../common/img/parts/border_wave01.png) no-repeat 0 0;
}
@media screen and (max-width: 1080px) {
  .edit-area.keyvisual .key-text:after {
    top: -10px;
    left: 0;
    width: 100%;
    height: 7vw;
    background-size: 100% auto;
  }
}

.edit-area.keyvisual .key-video {
  margin-left: auto;
  width: calc(100% - 220px);
  height: auto;
  /*height: 611px;*/
}
@media screen and (max-width: 1080px) {
  .edit-area.keyvisual .key-video {
    width: 100%;
  }
}

/* ------------------------------------------- */
/* first-title */
/* ------------------------------------------- */

.edit-area.first-title {
    margin-bottom: 50px;
    margin-top: 50px;
    font-weight: 600;
    font-size: 3rem;
    letter-spacing: 0.15em;
    line-height: 1.27;
    text-align: center;
    color: #333;

    .red-font {
        color: #ff0000;
    }

    .small-font {
        font-size: 1.4rem;
        font-weight: 500;
    }
}

@media screen and (max-width: 767px) {
    .edit-area.first-title {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 2rem;

        .small-font {
            font-size: 1.2rem;
        }
    }
}




/* ------------------------------------------- */
/* top */
/* ------------------------------------------- */
.edit-area.top {
  position: relative;
  padding-top: 165px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .edit-area.top {
    margin: 0;
    padding: 50px 0 60px;
  }
}
.edit-area.top:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: calc(100vw - ((100vw - 1080px) / 2) - 360px);
  height: 936px;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .edit-area.top:before {
    bottom: auto;
    top: 0;
    width: 50vw;
    height: calc(100% - 150px);
  }
}
.edit-area.top .text-set {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.edit-area.top .text-set .text-title {
  padding-bottom: 300px;
  width: 430px;
  font-weight: normal;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  line-height: 1.71;
  text-align: left;
  color: #333;
  background: url(../img/index/top_img01.png?ver=201210) no-repeat left 85px bottom 30px / 159px auto;
}
.edit-area.top .text-set .text-title .sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .edit-area.top .text-set .text-title .pc {
    display: none;
  }
  .edit-area.top .text-set .text-title .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .edit-area.top .text-set .text-title {
    width: auto;
    padding-bottom: 0;
    font-size: 2.2rem;
    background: none;
  }
}

.edit-area.top .text-set .text-detail {
  margin-left: auto;
  padding-top: 30px;
  padding-right: 100px;
  width: 450px;
  box-sizing: border-box;
}
.edit-area.top .text-set .text-detail .sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .edit-area.top .text-set .text-detail {
    position: relative;
    padding-right: 20px;
    width: calc(100% - 450px);
    box-sizing: border-box;
  }
  .edit-area.top .text-set .text-detail .sp {
    position: absolute;
    bottom: 100px;
    right: 0;
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 3.5rem;
    letter-spacing: 0.1em;
    line-height: 1.71;
    text-align: left;
    color: #333;
  }
}
@media screen and (max-width: 767px) {
  .edit-area.top .text-set .text-detail {
    padding: 15px 0 200px 0;
    width: 100%;
    background: url(../img/index/top_img01.png?ver=201210) no-repeat 10% bottom / 100px auto;
  }
  .edit-area.top .text-set .text-detail .sp {
    bottom: 60px;
    width: 45%;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 374px) {
  .edit-area.top .text-set .text-detail .sp {
    font-size: 1.8rem;
  }
}
.edit-area.top .text-set .text-detail p {
  margin-bottom: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 38px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .edit-area.top .text-set .text-detail p {
    margin-bottom: 20px;
    line-height: 1.79;
  }
}

.edit-area.top .text-set .text-detail .common-btn {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .edit-area.top .text-set .text-detail .common-btn {
    text-align: right;
  }
}

/* ------------------------------------------- */
/* message */
/* ------------------------------------------- */

.edit-area.message {
  position: relative;
  margin-bottom: 240px;
  padding-top: 125px;
  background: var(--theme-color) url(../img/index/message_text01.png) no-repeat center 50px;
}
@media screen and (max-width: 767px) {
  .edit-area.message {
    padding-top: 70px;
    margin-bottom: 40px;
    background-size: 80% auto;
    background-position: center 20px;
  }
}

.edit-area.message:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 95px;
  background: #fff;
}
.edit-area.message .inner {
  position: relative;
  z-index: 1;
}

.edit-area.message .message-title {
  margin-bottom: 36px;
  font-weight: normal;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  line-height: 1.38;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .edit-area.message .message-title {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}

.edit-area.message .message-detail {
  padding: 60px 0 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .edit-area.message .message-detail {
    display: block;
    padding: 30px;
  }
  .edit-area.message .message-detail br {
    display: none;
  }
}

.edit-area.message .message-detail .text-box {
  margin-right: 30px;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.86;
  color: #333;
}
@media screen and (max-width: 767px) {
  .edit-area.message .message-detail .text-box {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/* ------------------------------------------- */
/* link */
/* ------------------------------------------- */

.edit-area.link {
  position: relative;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .edit-area.link {
    padding-top: 30px;
    padding-bottom: 50px;
    background: #f7f7f7;
  }
}
.edit-area.link:after,
.edit-area.link:before {
  content: "";
  position: absolute;
  right: 0;
}
.edit-area.link:after {
  bottom: -130px;
  display: block;
  width: calc(100vw - ((100vw - 960px) / 2));
  height: calc(100% + 130px);
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .edit-area.link:after {
    display: none;
  }
}
.edit-area.link:before {
  top: -170px;
  display: block;
  width: 115px;
  height: 103px;
  background: url(../common/img/parts/border_wave02.png) no-repeat 0 0;
}
@media screen and (max-width: 767px) {
  .edit-area.link:before {
    top: -20px;
    z-index: 1;
    width: 55px;
    height: 50px;
    background-size: 100% auto;
  }
}

.edit-area.link .list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.edit-area.link .list li {
  width: 48%;
}
.edit-area.link .list li:first-child {
  margin-right: 4%;
}

@media screen and (max-width: 767px) {
  .edit-area.link .list li {
    margin: 0 0 20px;
    width: 100%;
  }
  .edit-area.link .list li:first-child {
    margin-right: 0;
  }
}

.edit-area.link .list li a {
  display: block;
}

.edit-area.link .list li .title {
  position: relative;
  z-index: 1;
  bottom: -30px;
}
@media screen and (max-width: 1300px) {
  .edit-area.link .list li .title {
    width: 50%;
  }
}

.edit-area.link .list li .photo {
  margin-bottom: 25px;
  overflow: hidden;
}
.edit-area.link .list li .photo img {
  width: 100%;
  height: auto;
  transition: ease 0.25s transform;
}
@media screen and (min-width: 1025px) {
  .edit-area.link .list li a:hover .photo img {
    transform: scale(1.2);
  }
}

.edit-area.link .list li:nth-child(odd) {
  margin-top: -220px;
}
@media screen and (max-width: 767px) {
  .edit-area.link .list li:nth-child(odd) {
    margin-top: 0;
  }
}
.edit-area.link .list li:nth-child(odd) .title {
  left: 105px;
  width: calc(100% - 105px);
}
@media screen and (max-width: 1300px) {
  .edit-area.link .list li:nth-child(odd) .title {
    left: 20px;
    width: calc(100% - 20px);
  }
}
.edit-area.link .list li:nth-child(odd) .common-btn {
  text-align: right;
}

.edit-area.link .list li:nth-child(even) {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .edit-area.link .list li:nth-child(even) {
    margin-top: 0;
  }
}
.edit-area.link .list li:nth-child(even) .title {
  left: 40px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 1300px) {
  .edit-area.link .list li:nth-child(even) .title {
    left: 20px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .edit-area.link .list li:nth-child(even) .title {
    left: auto;
    right: 0;
    margin-left: auto;
  }
}
.edit-area.link .list li:nth-child(even) .common-btn {
  text-align: left;
}

/* ------------------------------------------- */
/* staff */
/* ------------------------------------------- */
.edit-area.staff {
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .edit-area.staff {
    padding-top: 40px;
    margin-bottom: 60px;
  }
}
.edit-area.staff .title {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .edit-area.staff .title {
    left: 10px;
    bottom: -20px;
    width: 35%;
    margin-bottom: 0;
  }
}

.edit-area.staff:after {
  content: "";
  position: absolute;
  left: -40px;
  top: -46px;
  z-index: 1;
  display: block;
  width: 167px;
  height: 90px;
  background: url(../common/img/parts/border_wave03.png) no-repeat 0 0;
}
@media screen and (max-width: 767px) {
  .edit-area.staff:after {
    left: -20px;
    top: -10px;
    width: 80px;
    height: 45px;
    background-size: 100% auto;
  }
}

.edit-area.staff .title img {
  position: relative;
  z-index: 2;
}

.edit-area.staff .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.edit-area.staff .list li {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .edit-area.staff .list li {
    width: 46vw !important;
  }
}
.edit-area.staff .list li a {
  display: block;
  text-decoration: none;
  transition: ease 0.25s opacity;
}
@media screen and (min-width: 1025px) {
  .edit-area.staff .list li a:hover {
    opacity: 0.6;
  }
}

/* ------------------------------------------- */
/* blog */
/* ------------------------------------------- */
.edit-area.blog {
}
@media screen and (max-width: 767px) {
  .edit-area.blog {
    padding-top: 20px;
  }
}

.edit-area.blog .set {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .edit-area.blog .set {
    /*flex-direction: column-reverse;*/
  }
}
.edit-area.blog .set .photo-set {
  position: relative;
  margin-left: auto;
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  .edit-area.blog .set .photo-set {
    margin-bottom: 30px;
    width: 100%;
  }
}
.edit-area.blog .set .photo-set .title {
  position: absolute;
  left: -85px;
  top: 60px;
}
@media screen and (max-width: 767px) {
  .edit-area.blog .set .photo-set .title {
    width: 30%;
    left: 10px;
    top: -40px;
  }
}

.edit-area.blog .set .photo-set .title.custom {
  top: -83px;
}
@media screen and (max-width: 767px) {
  .edit-area.blog .set .photo-set .title.custom {
    top: -65px;
    width: 60%;
  }
}

.edit-area.blog .set .text-set {
  width: 250px;
  padding-left: 50px;
  padding-bottom: 140px;
  font-weight: normal;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 1.79;
  color: #333;
}
@media screen and (max-width: 767px) {
  .edit-area.blog .set .text-set {
    width: 100%;
    padding: 0 0 20px;
    /* font-size: 2.4rem; */
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .edit-area.blog .set .text-set.custom {
    padding-bottom: 120px;
  }
}

.edit-area.blog .set .text-set .nowrap{
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.edit-area.blog .link-list {
  position: relative;
  z-index: 1;
  margin: -90px auto 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 605px;
}
@media screen and (max-width: 767px) {
  .edit-area.blog .link-list {
    margin-top: 0;
  }
}
.edit-area.blog .link-list.tac{
  justify-content: center;
}
@media screen and (max-width: 767px){
  .edit-area.blog .link-list.tac{
    justify-content: flex-start;
  }
}

.edit-area.blog .link-list li {
  margin-left: 33px;
  width: 286px;
}
.edit-area.blog .link-list li:nth-child(2n+1) {
  margin-left: 0;
}
.edit-area.blog .link-list.tac li {
  margin-bottom: 33px;
}
@media screen and (max-width: 767px){
  .edit-area.blog .link-list.tac li {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 850px) {
  .edit-area.blog .link-list li {
    margin: 0 1% 2%;
    width: 48%;
  }
}

@media screen and (max-width: 374px) {
  .edit-area.blog .link-list li {
    margin: 0 0 20px;
    width: 100%;
  }
}

.edit-area.blog .link-list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 164px;
  text-align: center;
  border-radius: 3px;
  background: #f7f7f7;
  transition: ease 0.25s background;
}
@media screen and (min-width: 1025px) {
  .edit-area.blog .link-list li a:hover {
    background-color: #efefef;
  }
}
@media screen and (max-width: 767px) {
  .edit-area.blog .link-list li a {
    height: 140px;
  }
}

.edit-area.blog .link-list li a .logomark {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .edit-area.blog .link-list li a .logomark {
    margin-bottom: 14px;
  }
}
.edit-area.blog .link-list li a .logomark img {
  max-width: 135px;
}
@media screen and (max-width: 767px) {
  .edit-area.blog .link-list li a .logomark img {
    max-width: 100px;
  }
}

.edit-area.blog .instagram-list{
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .edit-area.blog .instagram-list{
    margin-top: 0;
  }
}
.edit-area.blog .instagram-list li{
  width: calc(100% / 3);
}
.edit-area.blog .instagram-list li a{
  transition: ease 0.25s opacity;
}
@media (hover: hover) and (pointer: fine) {
  .edit-area.blog .instagram-list li a:hover{
    opacity: 0.7;
  }
}
/* common config */

#footer {
  margin-top: 50px;
}

/* ------------------------------------------- */
/* flow */
/* ------------------------------------------- */
.edit-area.pr {
  padding: 76px 0;
  background: #f7f7f7;
}

.edit-area.pr .pr-title {
  margin-bottom: 70px;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.15em;
  line-height: 1.27;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .edit-area.pr .pr-title {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}

.edit-area.pr .flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .edit-area.pr .flow-list {
    margin-bottom: 20px;
  }
}
.edit-area.pr .flow-list li {
  margin-bottom: 20px;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .edit-area.pr .flow-list li {
    width: 100%;
  }
  .edit-area.pr .flow-list li:nth-child(n + 2) {
    display: none;
  }
}

.edit-area.pr .flow-list li .cover {
  display: flex;
  flex-wrap: wrap;
  height: 300px;
  background: no-repeat 60% bottom;
  background-size: auto 210px;
}
@media screen and (max-width: 767px) {
  .edit-area.pr .flow-list li .cover {
    display: block;
    padding: 30px 0 220px;
    height: auto;
    box-sizing: border-box;
    background-position: left 50% bottom 20px;
    background-size: auto 175px;
  }
}

.edit-area.pr .flow-list li .text-set {
  width: 100%;
}

.edit-area.pr .flow-list li .flow-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 80px;
  min-height: 51px;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #333;
}
.edit-area.pr .flow-list li .flow-title br {
  display: none;
}
@media screen and (max-width: 767px) {
  .edit-area.pr .flow-list li .flow-title {
    display: block;
    margin-bottom: 10px;
    padding: 50px 0 0;
    text-align: center;
    font-size: 1.8rem;
  }
}
.edit-area.pr .flow-list li .flow-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  display: block;
  width: 51px;
  height: 51px;
  background: no-repeat center center / 51px auto;
}
@media screen and (max-width: 767px) {
  .edit-area.pr .flow-list li .flow-title:after {
    left: 50%;
    top: 0;
    margin-top: 0;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-size: 100% auto;
  }
}

.edit-area.pr .flow-list li:nth-child(1) .cover {
  background-image: url(../pr/img/index/flow_img01.png?ver=201210);
}
@media screen and (max-width: 767px) {
  .edit-area.pr .flow-list li:nth-child(1) .cover {
    background-position: left 50% bottom 10px;
  }
}
.edit-area.pr .flow-list li:nth-child(2) .cover {
  background-image: url(../pr/img/index/flow_img02.png?ver=201210);
}
.edit-area.pr .flow-list li:nth-child(3) .cover {
  background-image: url(../pr/img/index/flow_img03.png?ver=201210);
}
.edit-area.pr .flow-list li:nth-child(4) .cover {
  background-image: url(../pr/img/index/flow_img04.png?ver=210219);
}
.edit-area.pr .flow-list li:nth-child(5) .cover {
  background-image: url(../pr/img/index/flow_img05.png?ver=201210);
}
.edit-area.pr .flow-list li:nth-child(6) .cover {
  background-image: url(../pr/img/index/flow_img06.png?ver=201210);
  height: 300px;
}
@media screen and (max-width: 767px) {
  .edit-area.pr .flow-list li:nth-child(6) .cover {
    height: auto;
  }
}

.edit-area.pr .flow-list li:nth-child(1) .flow-title:after {
  background-image: url(../pr/img/index/number_img01.svg);
}
.edit-area.pr .flow-list li:nth-child(2) .flow-title:after {
  background-image: url(../pr/img/index/number_img02.svg);
}
.edit-area.pr .flow-list li:nth-child(3) .flow-title:after {
  background-image: url(../pr/img/index/number_img03.svg);
}
.edit-area.pr .flow-list li:nth-child(4) .flow-title:after {
  background-image: url(../pr/img/index/number_img04.svg);
}
.edit-area.pr .flow-list li:nth-child(5) .flow-title:after {
  background-image: url(../pr/img/index/number_img05.svg);
}
.edit-area.pr .flow-list li:nth-child(6) .flow-title:after {
  background-image: url(../pr/img/index/number_img06.svg);
}

.edit-area.pr .flow-list li .flow-text {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .edit-area.pr .flow-list li .flow-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
