@charset "UTF-8";

.question {
  width: 55%;
  margin: 100px auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .question {
      width: 92%;
      margin: 50px auto; } }
  .question__ttl {
    font-size: 24px;
    letter-spacing: 0.1em;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px #de6d00 solid;
    margin-bottom: 75px; }
    @media screen and (max-width: 768px) {
      .question__ttl {
        font-size: 18px;
        margin: 0 0 35px; } }
  .questionItem {
    text-align: left;
    border-bottom: 4px #f1f6f9 solid;
    padding: 10px 0 4px 75px; }
    @media screen and (max-width: 768px) {
      .questionItem {
        padding: 10px 0 4px 0; } }
    .questionItem:last-child {
      border: none; }
    .questionItem p {
      font-size: 14px; }
      .questionItem p span {
        display: inline-block;
        font-size: 22px;
        color: #004481;
        margin-right: 5px; }
    .questionItem__contents {
      cursor: pointer; }
      .questionItem__contents p {
        float: left;
        width: 95%; }
      .questionItem__contents .arrowIcon {
        float: right;
        color: #717071;
        font-size: 34px; }
        @media screen and (max-width: 768px) {
          .questionItem__contents .arrowIcon {
            font-size: 24px; } }
        .questionItem__contents .arrowIcon .offButton, .questionItem__contents .arrowIcon .onButton {
          display: none; }
        .questionItem__contents .arrowIcon .on {
          display: block; }
    .questionItem__answer {
      display: none; }
      .questionItem__answer p {
        color: #de6d00;
        margin-top: 5px; }
        .questionItem__answer p span {
          color: #de6d00 !important; }

img {
  width:100%;
  max-width: 100%;
  height: auto;
}
/*------------------------------------------------------*/
/*  casestudy */
/*------------------------------------------------------*/
.casestudy-lead {
  width: 86%;
  max-width: 800px;
  padding-top: 30px;
  margin: 0 auto 120px auto;
}

@media screen and (max-width: 750px) {
  .casestudy-lead {
    margin-bottom: 80px;
  }
}

.casestudy-lead > h2 {
  text-align: center;
  font-size: 28px;
  line-height: 4.5rem;
  font-weight: 700;
  margin-bottom: 32px;
}

@media screen and (max-width: 750px) {
  .casestudy-lead > h2 {
    font-size: 1.8rem;
    line-height: 3.0rem;
  }
}

.casestudy-lead > h3 {
  font-size: 20px;
  line-height: 2.2rem;
  font-weight: bold; 
  text-decoration: underline;
  margin-top: 28px;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .casestudy-lead > h3 {
  font-size: 18px;　
  line-height: 1.6rem; 
  margin-top: 20px;
  margin-bottom: 8px;  
      }
}

.casestudy-lead > p {
  font-size: 18px;
  line-height: 2.3rem;
  margin: 23px 0px;
}

@media screen and (max-width: 750px) {
  .casestudy-lead > p {
  font-size: 14px;　
  line-height: 1.7rem; 
      }
}

.casestudy-lead > p.note {
  font-size: 16px;
  line-height: 2.0rem;
  margin: 5px 0px;

}

.casestudy-lead > p  > a {
  color: #0600ff; 
  text-decoration: underline;
}

.casestudy-lead > p  > img {
  margin; 18px 0;
  text-align: center;
}

.casestudy-lead > ul.reccomend {
  margin: 16px 0px;
  
}  

.casestudy-lead > ul.reccomend > li {
  font-size: 18px;
  line-height: 2.2rem;
  margin: 8px;
}  

@media screen and (max-width: 750px) {
  .casestudy-lead > ul.reccomend > li {
  font-size: 14px;
  line-height: 16px;
  margin 8px;
  }  
}

.casestudy-lead > div {
 margin:  45px auto;  
}  


.casestudy-lead > div.kakomi-box3 {
    position: relative;
    padding: 1em 1.5em;
    margin: 4em 0;
    border: solid 3px #c71585;/*線*/
    border-radius: 8px;/*角の丸み*/
    color: #000000;/*文字色*/
    width:95%;
    font-size: 16x; 
}

.casestudy-lead > div.kakomi-box3 div.kakomi-box3_title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 10px;
    line-height: 1;
    font-size: 16px;/*タイトル文字サイズ*/
    background: #ffffff;/*タイトル文字背景色*/
    color: #c71585;/*タイトル文字色*/
    font-weight: bold;
}

.casestudy-lead > div.kakomi-box3 ol, .kakomi-box3 ul  {　}

.casestudy-lead > div.kakomi-box3 ol li, .kakomi-box3 ul li {
  font-size: 16px;
  line-height: 1.3;
  padding: 0.3em 0 0.3em 0;
}

.casestudy-lead > div.kakomi-box3 ol li::before, .kakomi-box3 ul li::before {
  content: "・";  
}

.casestudy-lead > div.kakomi-box3 p {
    font-size: 16px;
    margin: 0; 
    padding: 0; 
}

.casestudy-lead > div.kakomi-box3 a {
  color: #0600ff; 
  text-decoration: underline;
}



.casestudy-scene {
  max-width: 1220px;
  margin: 0 auto 140px auto;
}

@media screen and (min-width: 751px) {
  .casestudy-scene {
    width: 95%;
    max-width: 1220px;
  }
}

@media screen and (max-width: 750px) {
  .casestudy-scene {
    margin-bottom: 80px;
  }
}

.casestudy-scene > h2 {
  margin-bottom: 37px;
  font-size: 2.4rem;
}

@media screen and (max-width: 750px) {
  .casestudy-scene > h2 {
    font-size: 1.9rem;
  }
}

.casestudy-scene__item {
  margin-bottom: 30px;
  position: relative;
}

@media screen and (min-width: 751px) {
  .casestudy-scene__item {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
  }
  .casestudy-scene__item > .photo {
    width: 50%;
  }
  .casestudy-scene__item > .text {
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 0 0 9%;
  }
}

@media screen and (max-width: 750px) {
  .casestudy-scene__item {
    margin-bottom: 40px;
  }
  .casestudy-scene__item h3 {
    width: 86%;
    margin: 0 7% 10px 7%;
    font-size: 1.5rem;
    font-weight: 700;
  }
}

.casestudy-scene__item > .text > h3 {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 27px;
}

@media screen and (max-width: 750px) {
  .casestudy-scene__item > .text > ul {
    width: 86%;
    margin: 15px 7% 0 7%;
  }
}

.casestudy-scene__item > .text > ul > li {
  font-size: 1.2rem;
  line-height: 2.1rem;
  margin-bottom: 21px;
  position: relative;
}

.casestudy-scene__item > .text > ul > li::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #000;
  position: absolute;
  left: -29px;
  top: 8px;
  border-radius: 50% 50%;
}

@media screen and (max-width: 750px) {
  .casestudy-scene__item > .text > ul > li {
    padding-left: 20px;
    margin-bottom: 5px;
  }
  .casestudy-scene__item > .text > ul > li::before {
    left: 0;
  }
}

.casestudy-scene__item .link-more {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 750px) {
  .casestudy-scene__item .link-more {
    top: 0;
    right: 3%;
    font-size: 1.2rem;
    padding-right: 30px;
  }
}

.casestudy-story {
  max-width: 1140px;
  margin: 0 auto 150px auto;
}

@media screen and (max-width: 1139px) {
  .casestudy-story {
    max-width: 760px;
  }
}

@media screen and (max-width: 750px) {
  .casestudy-story {
    width: 86%;
    margin-bottom: 80px;
  }
}

.casestudy-story > h2 {
  margin-bottom: 42px;
  font-size: 2.4rem;
}

@media screen and (max-width: 750px) {
  .casestudy-story > h2 {
    font-size: 1.9rem;
  }
}

.casestudy-story > ul {
  letter-spacing: -.40em;
}

.casestudy-story > ul > .item {
  width: 380px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

@media screen and (max-width: 750px) {
  .casestudy-story > ul > .item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.casestudy-story > ul > .item a {
  display: block;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .casestudy-story > ul > .item a {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: top;
    -webkit-align-items: top;
    color: #000;
  }
  .casestudy-story > ul > .item a > .thumbnail {
    width: 40%;
    position: relative;
    text-align: center;
  }
  .casestudy-story > ul > .item a > .thumbnail > .inner {
    position: relative;
    display: inline-block;
    margin: 0 auto;
  }
  .casestudy-story > ul > .item a > .thumbnail > .inner > .icon {
    font-size: 1.1rem;
    line-height: 2.0rem;
    position: relative;
    padding-right: 25px;
    margin-top: 10px;
  }
  .casestudy-story > ul > .item a > .thumbnail > .inner > .icon > .arrow {
    width: 20px;
    height: 20px;
    border-radius: 50% 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #000;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .casestudy-story > ul > .item a > .thumbnail > .inner > .icon > .arrow::before {
    content: '';
    width: 6px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -1px;
  }
  .casestudy-story > ul > .item a > .thumbnail > .inner > .icon > .arrow::after {
    content: '';
    width: 2px;
    height: 6px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -3px;
  }
}

.casestudy-story > ul > .item a > .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 56px 16% 0 16%;
}

.casestudy-story > ul > .item a > .cover::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #035b90;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0.2s;
  transition: all 0.3s ease-out 0.2s;
}

.casestudy-story > ul > .item a > .cover > .lead {
  font-size: 1.1rem;
  line-height: 2.0rem;
  position: relative;
}

.casestudy-story > ul > .item a > .cover > h3 {
  font-size: 1.4rem;
  position: relative;
  margin-bottom: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 10px;
  -webkit-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;
}

.casestudy-story > ul > .item a > .cover > h3 > span {
  font-size: 1.1rem;
}

.casestudy-story > ul > .item a > .cover .text {
  font-size: 1.1rem;
  line-height: 2.0rem;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.casestudy-story > ul > .item a > .cover > .icon {
  width: 28px;
  height: 28px;
  border-radius: 50% 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 3px solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  bottom: 35px;
  -webkit-transition: all 0.3s ease-out 0.2s;
  transition: all 0.3s ease-out 0.2s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.casestudy-story > ul > .item a > .cover > .icon::before {
  content: '';
  width: 8px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -1px;
}

.casestudy-story > ul > .item a > .cover > .icon::after {
  content: '';
  width: 2px;
  height: 8px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -4px;
}

@media screen and (max-width: 750px) {
  .casestudy-story > ul > .item a > .cover {
    width: 60%;
    position: relative;
    padding: 0 0 0 5%;
  }
  .casestudy-story > ul > .item a > .cover::before {
    display: none;
  }
  .casestudy-story > ul > .item a > .cover > .lead {
    font-size: 1.1rem;
    line-height: 2.0rem;
    position: relative;
  }
  .casestudy-story > ul > .item a > .cover > h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
  }
  .casestudy-story > ul > .item a > .cover > h3 > span {
    font-size: 1.0rem;
  }
  .casestudy-story > ul > .item a > .cover .text {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
  }
}

.casestudy-story > ul > .item a:hover > .cover::before {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.casestudy-story > ul > .item a:hover > .cover > h3 {
  -webkit-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}

.casestudy-story > ul > .item a:hover > .cover .text {
  -webkit-transition: all 0.3s ease-out 0.2s;
  transition: all 0.3s ease-out 0.2s;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}

.casestudy-story > ul > .item a:hover > .cover .icon {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}