@charset "UTF-8";

.pj01 .h1-box {
   background-image: url("../img/project_img/project01-header_pc.png");
}
.pj02 .h1-box {
   background-image: url("../img/project_img/project02-header_pc.png");
}
.project .h1-box:before {
   display: none;
}
.project .intro-box {
   padding: 0;
}
.project .h2-style02 {
   position: relative;
   text-align: center;
   font-family: 'Noto Serif JP', serif;
   font-size: 40px;
   color: #006CB6;
   padding-bottom: 30px;
}
.project .h2-style02:before {
   font-family: 'EB Garamond', serif;
   font-size: 200px;
   color: #E7F1F4;
   z-index: -1;
   left: 50%;
   top: -30px;
   transform: translateX(-50%);
}
.pj01 .h2-style02:before {
   content: "01";
}
.pj02 .h2-style02:before {
   content: "02";
}
.project .intro01 {
   text-align: center;
   font-family: 'Noto Serif JP', serif;
   position: relative;
   padding-bottom: 140px;
   font-size: 16px;
}
.project .intro01:before {
   height: 120px;
   width: 1px;
   background: #EF796A;
   left: 50%;
   bottom: 0px;
}
.project .intro02 {
   text-align: center;
   font-family: 'Noto Serif JP', serif;
   position: relative;
   font-size: 18px;
   padding: 20px 0 20px;
}
.project .h3-style02 {
   text-align: center;
   font-family: 'Noto Serif JP', serif;
   font-size: 24px;
   margin-bottom: 50px;
   position: relative;
}
.h3-style02.with-egttl:before {
   content: "Solution Story";
   font-family: 'EB Garamond', serif;
   font-size: 120px;
   color: #EDF6F8;
   z-index: -1;
   left: 50%;
   top: -50px;
   transform: translateX(-50%);
   text-transform: uppercase;
   white-space: nowrap;
}
.speaker-list {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   z-index: 3;
   position: relative;
}
.pj01 .speaker-list {
   width: 70%;
   max-width: 800px;
   margin: 30px auto;
}
.pj02 .speaker-list {
   width: 90%;
   max-width: 1100px;
   margin: 30px auto;
}
.pj01 .speaker-list li {
   width: 45%;
   margin: 0 2.5%;
}
.pj02 .speaker-list li {
   width: 30.33%;
   margin: 0 1.5%;
}
.speaker-list li .profile {
   text-align: center;
}
.speaker-list li .profile p {
   font-size: 13px;
   font-family: 'Noto Serif JP', serif;
}
.speaker-list li .profile p span {
   display: block;
   color: #006CB6;
   font-size: 20px;
}

.project .section01 {
   position: relative;
}
.project .section01:before {
   width: 100%;
   height: 500px;
   top: -200px;
   left: 0;
   background: #EDF6F8;
   z-index: -1;
}
.white-shadow-box {
   width: 90%;
   max-width: 930px;
   background: #FFF;
   box-sizing: border-box;
   padding: 80px;
   margin: 100px auto 0;
   box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
   position: relative;
}
.white-shadow-box .h3-style02 {
   margin-bottom: 30px;
}
.white-shadow-box:before {
   content: "Background";
   font-family: 'EB Garamond', serif;
   font-size: 120px;
   color: #FFF;
   z-index: -1;
   left: 50%;
   top: -50px;
   transform: translateX(-50%);
   text-transform: uppercase;
}
.project .section02 {
   position: relative;
   padding: 200px 0 50px;
}
.project .section03 {
   position: relative;
   padding: 0 0 50px;
}
.talk-area {
   width: 80%;
   max-width: 900px;
   margin: 0 auto;
}
.talk-area .spk {
   box-sizing: border-box;
   margin-left: 95px;
   border-left: solid 1px #006CB6;
   padding-left: 20px;
   position: relative;
}
.talk-area .spk span {
   font-size: 90%;
   display: block;
}
.talk-area .spk:after {
   background-image: url("../img/project_img/spk-bubble.svg");
   width: 16px;
   height: 8px;
   left: -15px;
   top: 25px;
}
.talk-area .spk:before {
   width: 70px;
   height: 100px;;
   left: -95px;
   top: 0;
}
.talk-area .spk01:before {
   background-image: url("../img/project_img/pj01-spk01.png");
}
.talk-area .spk02:before {
   background-image: url("../img/project_img/pj01-spk02.png");
}
.talk-area .spk03:before {
   background-image: url("../img/project_img/pj02-spk01.png");
}
.talk-area .spk04:before {
   background-image: url("../img/project_img/pj02-spk02.png");
}
.talk-area .spk05:before {
   background-image: url("../img/project_img/pj02-spk03.png");
}
.talk-area .spk-box {
      margin-bottom: 50px;
}
.talk-area .spk-box.split .spk {
   width: calc(48% - 95px);
}
.talk-area .spk-box.split .img-box {
   width: 48%;
}
.project .insert {
   padding: 30px 0 70px;
}
.project .end-photo {
   padding: 60px 0 0;
}
@media screen and (max-width: 1023px) {
}


@media screen and (max-width: 767px) {
.pj01 .h1-box {
   background-image: url("../img/project_img/project01-header_sp.png");
}
.pj02 .h1-box {
   background-image: url("../img/project_img/project02-header_sp.png");
}
.basic.project .h1-box {
   padding: 0;
}
.project .h2-style02 {
   position: relative;
   text-align: center;
   font-family: 'Noto Serif JP', serif;
   font-size: 20px;
   color: #006CB6;
   padding-bottom: 50px;
   line-height: 1.5em;
}
.project .h2-style02:before {
   font-family: 'EB Garamond', serif;
   font-size: 140px;
   color: #E7F1F4;
   z-index: -1;
   left: 50%;
   top: -10px;
   transform: translateX(-50%);
}
.pj01 .h2-style02:before {
   content: "01";
}
.pj02 .h2-style02:before {
   content: "02";
}
.project .intro01 {
   text-align: center;
   font-family: 'Noto Serif JP', serif;
   position: relative;
   padding-bottom: 140px;
   font-size: 14px;
}
.project .intro01:before {
   height: 120px;
   width: 1px;
   background: #EF796A;
   left: 50%;
   bottom: 0px;
}
.project .intro02 {
   text-align: center;
   font-family: 'Noto Serif JP', serif;
   position: relative;
   font-size: 16px;
   padding: 20px 0 20px;
}
.project .h3-style02 {
   text-align: center;
   font-family: 'Noto Serif JP', serif;
   font-size: 18px;
   margin-bottom: 50px;
   position: relative;
}
.h3-style02.with-egttl:before {
   content: "Solution Story";
   font-family: 'EB Garamond', serif;
   font-size: 35px;
   color: #EDF6F8;
   z-index: -1;
   left: 50%;
   top: -20px;
   transform: translateX(-50%);
   text-transform: uppercase;
   white-space: nowrap;
}
.speaker-list {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.pj01 .speaker-list {
   width: 100%;
   margin: 30px auto;
}
.pj02 .speaker-list {
   width: 100%;
   margin: 30px auto;
}
.pj01 .speaker-list li {
   width: 48%;
   margin: 0 1%;
}
.pj02 .speaker-list li {
   width: 48%;
   margin: 0 1% 20px;
}
.speaker-list li .profile {
   text-align: center;
}
.speaker-list li .profile p {
   font-size: 13px;
   font-family: 'Noto Serif JP', serif;
}
.speaker-list li .profile p span {
   display: block;
   color: #006CB6;
   font-size: 18px;
}

.project .section01 {
   position: relative;
}
.project .section01:before {
   width: 100%;
   height: 500px;
   top: -180px;
   left: 0;
   background: #EDF6F8;
   z-index: -1;
}
.white-shadow-box {
   width: 90%;
   max-width: 930px;
   background: #FFF;
   box-sizing: border-box;
   padding: 30px 5%;
   margin: 70px auto 0;
   box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
   position: relative;
}
.white-shadow-box .h3-style02 {
   margin-bottom: 30px;
}
.white-shadow-box:before {
   content: "Background";
   font-family: 'EB Garamond', serif;
   font-size: 40px;
   color: #FFF;
   z-index: -1;
   left: 50%;
   top: -25px;
   transform: translateX(-50%);
   text-transform: uppercase;
}
.project .section02 {
   position: relative;
   padding: 100px 0 50px;
}
.project .section03 {
   position: relative;
   padding: 0 0 50px;
}
.talk-area {
   width: 90%;
   max-width: 900px;
   margin: 0 auto;
}
.talk-area .spk {
   box-sizing: border-box;
   margin-left: 70px;
   border-left: solid 1px #006CB6;
   padding-left: 15px;
   position: relative;
}
.talk-area .spk:after {
   background-image: url("../img/project_img/spk-bubble.svg");
   width: 16px;
   height: 8px;
   left: -15px;
   top: 25px;
}
.talk-area .spk:before {
   width: 50px;
   height: 80px;;
   left: -70px;
   top: 0;
}
.talk-area .spk01:before {
   background-image: url("../img/project_img/pj01-spk01.png");
}
.talk-area .spk02:before {
   background-image: url("../img/project_img/pj01-spk02.png");
}
.talk-area .spk03:before {
   background-image: url("../img/project_img/pj02-spk01.png");
}
.talk-area .spk04:before {
   background-image: url("../img/project_img/pj02-spk02.png");
}
.talk-area .spk05:before {
   background-image: url("../img/project_img/pj02-spk03.png");
}
.talk-area .spk-box {
   margin-bottom: 40px;
}
.talk-area .spk-box.split .spk {
   width: 100%;
}
.talk-area .spk-box.split .img-box {
   width: 100%;
   padding-top: 20px;
   margin-left: 70px;
   border-left: solid 1px #006CB6;
   padding-left: 15px;
}
.project .insert {
   padding: 30px 0 60px;
}
.project .end-photo {
   padding: 50px 0 0;
}
}