@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- common
- policy_sec
-------------------------*/
.intro_sec {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .intro_sec {
    margin-bottom: 80px;
  }
}

/*============
　DESIGNER
============*/
.designer {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}

.designer .intro {
  margin: 0px 0px 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .designer .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .designer .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 0px 100px;
  }
}
.designer .intro .img {
  margin: 0px 0px 20px;
  width: 61.5%;
}
@media screen and (max-width: 1024px) {
  .designer .intro .img {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .designer .intro .img {
    margin: 0px 0px 20px;
  }
}
.designer .intro p {
  text-align: justify;
  width: 34%;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .designer .intro p {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .designer .intro p {
    font-size: 14px;
  }
}
.designer .intro p span {
  margin: 30px 0 0 0;
  display: block;
  font-size: 13px;
  line-height: 1.53;
  font-family: "Outfit", serif;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .designer .intro p span {
    font-size: 13px;
  }
}

/*====================================================================
デザイナーアコーディオン
====================================================================*/
.de_list {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .de_list {
    width: auto;
  }
}
.de_list .catch {
  text-align: center;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .de_list .catch {
    margin: 0 0 50px 0;
  }
}
.de_list .catch h2 {
  font-family: "Outfit", serif;
  font-size: 40px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .de_list .catch h2 {
    font-size: 28px;
  }
}
.de_list .catch p {
  font-size: 15px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .de_list .catch p {
    font-size: 14px;
    margin-top: 35px;
  }
}

.designer_one {
  border-bottom: solid 1px #c3c1c1;
}

.designer_one .line {
  border-top: dotted 1px #c3c1c1;
  padding: 40px 0 0;
}

.designer_one:first-child {
  border-top: solid 1px #c3c1c1;
}

.designer_one .designer_header {
  font-size: 28px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  padding: 50px 0 50px 30px;
}

.designer_one .designer_header:hover {
  opacity: 0.8;
}

.designer_one .designer_inner {
  display: none;
  position: relative;
  padding: 0 0px 0px 370px;
  top: -30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .designer_one .designer_inner {
    padding: 0 0px 0px 0px;
    top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .designer_one .designer_inner {
    top: 0px;
  }
}

.designer_one .designer_inner p.txt_a_ac {
  margin: 0;
}

.designer_one .inn {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.designer_one .inn .img {
  margin: 0px 103px 0px 0px;
  max-width: 241px;
}
@media screen and (max-width: 1024px) {
  .designer_one .inn .img {
    margin: 0px 50px 0px 0px;
    max-width: 180px;
  }
}

.designer_one .inn .name {
  font-weight: 300;
  font-family: "Outfit", serif;
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .designer_one .inn .name {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .designer_one .inn .name {
    font-size: 22px;
  }
}
.designer_one .inn .name span {
  font-weight: 400;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.i_plus {
  position: absolute;
  top: 50%;
  right: 54px;
  display: inline-block;
  width: 27.9px;
  height: 14.4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .i_plus {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .i_plus {
    top: auto;
    bottom: 53px;
    right: 0px;
  }
}

.i_plus::before,
.i_plus::after {
  content: "";
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 14px;
  border-radius: 9999px;
  background-color: #1c1c1c;
  -webkit-transform-origin: 50% calc(100% - 0.5px);
          transform-origin: 50% calc(100% - 0.5px);
}

.i_plus::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.i_plus::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.designer_header.open .i_plus {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.designer_inner p {
  margin: 0 0 30px;
  text-align: justify;
  line-height: 1.8;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .designer_inner p {
    font-size: 14px;
    margin: 0 0 20px;
    text-align: left;
  }
}
.designer_inner p.eng {
  font-size: 14px;
  font-family: "Outfit", serif;
  padding-top: 40px;
  line-height: 1.71;
}

@media screen and (max-width: 768px) {
  .designer_one .line {
    padding: 20px 0;
  }
  .designer_one .designer_header {
    font-size: 14px;
    padding: 30px 0;
  }
  .designer_one .designer_header:hover {
    opacity: 1;
  }
  .designer_one .designer_inner {
    display: none;
    padding: 0 0 20px;
  }
  .designer_one .designer_inner p.txt_a_ac {
    margin: 0;
  }
  .designer_one .designer_inner .closeArea {
    margin: 15px auto 0;
  }
  .designer_one .designer_inner .closeArea .close_box a.close_btn {
    font-size: 16px;
  }
  .designer_one .designer_inner .closeArea .close_box a.close_btn:hover {
    opacity: 0.8;
  }
  .designer_one .designer_inner .closeArea .close_box a.close_btn .i_box .one_i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 15px;
    height: 15px;
  }
  .designer_one .designer_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .designer_one .designer_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
    content: "";
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 1px;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .designer_one .designer_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
    width: 1px;
    height: 18px;
    top: 0;
    left: 8px;
  }
  .designer_one .inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .designer_one .inn .img {
    margin: 0px 0 30px 0px;
    width: 44%;
  }
  .designer_one .inn .name {
    width: 100%;
  }
}/*# sourceMappingURL=designer.css.map */