@charset "UTF-8";
.pagetitle {
  padding: 160px 0 160px 0;
  text-align: center;
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}

.pagetitle .komidashi {
  font-size: 16px;
  color: #004e85;
  line-height: 125%;
  padding-bottom: 10px;
}

.pagetitle h1 {
  font-size: 30px;
}

/*****幅レイアウト調整*****/
.w900 {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.w1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.w1000 .w900 {
  width: 100%;
  max-width: 900px;
}

.w1000 .kikite {
  display: inline-block;
  text-align: left;
}

.w1000 img.photo {
  width: 424px;
  margin: 0 20px;
}

.w1000 span.tyuu {
  display: inline-block;
  text-align: right;
  width: 100%;
  margin: 15px 0 0 0;
}

.w1000 div.voice {
  text-align: left;
  line-height: 200%;
  max-width: 960px;
  margin: 0 auto;
}

.w1000 div.guests {
  width: 29%;
  text-align: left;
  vertical-align: top;
  line-height: 180%;
  margin: 0 2%;
  display: inline-block;
  font-size: 14px;
}

.w1000 div.thumbnail {
  width: 40%;
  margin: 0 5% 100px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.w1000 div.thumbnail div.waku {
  background: #fff;
  filter: drop-shadow(5px 5px 5px #ccc);
  margin: 10px 0 0 0;
  height: 600px;
  position: relative;
}

.w1000 div.thumbnail div.waku a {
  display: block;
}

.w1000 div.thumbnail div.waku img {
  padding: 10px;
}

.w1000 div.thumbnail div.waku h6 {
  padding: 20px;
  font-size: 22px;
  line-height: 150%;
}

.w1000 div.thumbnail div.waku span {
  display: block;
  padding: 0 20px 20px 20px;
  font-size: 14px;
}

.w1000 div.thumbnail div.waku strong {
  font-weight: normal;
  display: block;
  margin: 0 0 10px 0;
}

.w1000 div.thumbnail div.waku span.more {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}

.TL {
  text-align: left;
}

.last_spacer {
  padding-bottom: 230px;
}

.consulting_menu {
  position: absolute;
  top: 180px;
  right: 4%;
}

.consulting_menu_footer {
  position: static;
  margin: 0 auto;
}

.consulting_menu a {
  display: inline-block;
  padding: 5px 15px;
  position: relative;
}

.consulting_menu span {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0 0 0 10px;
}

.consulting_menu span a {
  padding: 5px 10px;
}

.mb150 {
  margin-bottom: 150px;
}

/**************基本フォントサイズ_PC***************/
body {
  font-size: 16px;
}

/**************基本フォントサイズ***************/
#sec01 {
  padding-top: 1000px;
}

#sec02 {
  text-align: center;
}

#sec02 .br_inline {
  display: none;
}

#sec02 h2 {
  display: inline-block;
  font-size: 30px;
  letter-spacing: 1px;
  position: relative;
  padding: 0.5em 0.85em;
  line-height: 125%;
  margin-bottom: 140px;
}

#sec02 h3 {
  display: inline-block;
  font-size: 30px;
  letter-spacing: 1px;
  position: relative;
  padding: 0.5em 0.85em;
  line-height: 125%;
  margin-bottom: 20px;
}

#sec02 h4 {
  font-size: 24px;
  letter-spacing: 1px;
  position: relative;
  padding: 0.5em 0.85em;
  line-height: 150%;
  margin-bottom: 40px;
  text-align: left;
}

#sec02 h4 span {
  font-size: 150%;
  color: #004e85;
  margin: 0 15px 0 0;
}

#sec02 h5 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 150%;
  margin: 20px 0 10px;
  text-align: left;
}

#sec02 h5 span {
  font-size: 16px;
}

#sec02 .k_left {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  width: 35px;
  height: 35px;
}

#sec02 .k_right_type_A {
  position: absolute;
  bottom: 0;
  right: 0em;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  width: 35px;
  height: 35px;
}

#sec02 .k_right_type_B {
  position: absolute;
  bottom: 0;
  right: 0.4em;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  width: 35px;
  height: 35px;
}

/*****対談部分のcss*****/
dl {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: left;
}

dl .dl_line {
  width: 1px;
  height: 100%;
  background-color: #acacac;
  position: absolute;
  top: 0;
  left: 5.5em;
}

dl dt {
  position: absolute;
  width: 6em;
  text-align: center;
  left: 0;
  padding-top: 0px;
  font-size: 14px;
}

dl dt.blue {
  color: #004e85;
}

dl dd.blue {
  color: #004e85;
}

dl dt.green {
  color: #006430;
}

dl dd.green {
  color: #006430;
}

dl dd {
  padding-left: 6em;
  padding-top: 0px;
  padding-bottom: 30px;
}

dl dd p {
  padding-left: 1em;
  text-indent: 0em;
  line-height: 160%;
  padding-bottom: 10px;
}

dl dd.lastbottom {
  padding-bottom: 0px;
}

.pc_only2 {
  display: inline;
}

.sp_only2 {
  display: none;
}

@media screen and (max-width: 870px) {
  .w1000 div.guests {
    width: 100%;
    margin: 0 0 50px 0;
    display: block;
  }
  .w1000 div.guests img {
    width: 40%;
    margin: 0 0 20px 0;
    display: inline-block;
  }
  .w1000 div.guests span {
    clear: both;
    display: block;
  }
  #sec02 h5 {
    width: 60%;
    display: inline-block;
    text-align: center;
    padding: 0 0 60px 0;
  }
  #sec02 h5 span {
    display: inline;
  }
  .w1000 div.thumbnail {
    width: 100%;
    margin: 0 auto 50px;
    display: block;
  }
  .w1000 div.thumbnail div.waku {
    height: auto;
  }
  .w1000 div.thumbnail div.waku span {
    padding: 0 20px 50px 20px;
  }
  .w1000 div.thumbnail div.waku span.more {
    bottom: 20px;
    right: 20px;
    padding: 0;
  }
}

@media screen and (max-width: 680px) {
  .pagetitle {
    padding: 100px 0 120px 0;
  }
  .pagetitle .komidashi {
    font-size: 13px;
    padding-bottom: 5px;
  }
  .pagetitle h1 {
    font-size: 24px;
  }
  /*****幅レイアウト調整*****/
  .w900 {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
  }
  .w1000 {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .w1000 img.photo {
    width: 100%;
    margin: 5px 0;
  }
  .w1000 .w900 {
    width: 100%;
    max-width: 900px;
  }
  .last_spacer {
    padding-bottom: 200px;
  }
  /**************基本フォントサイズ_PC***************/
  body {
    font-size: 14px;
  }
  /**************基本フォントサイズ***************/
  #sec02 {
    text-align: center;
  }
  #sec02 .br_inline {
    display: inline;
  }
  #sec02 h2 {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    padding: 0.5em 0.85em;
    line-height: 135%;
    margin-bottom: 55px;
    text-align: left;
  }
  #sec02 h3 {
    font-size: 20px;
    padding: 0;
  }
  #sec02 h4 {
    font-size: 16px;
    padding: 0;
  }
  #sec02 h4 span {
    margin: 0 0 15px 0;
    display: block;
  }
  #sec02 .k_left {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    width: 22px;
    height: 22px;
  }
  #sec02 .k_right_type_A {
    position: absolute;
    bottom: 0;
    right: 0em;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    width: 22px;
    height: 22px;
  }
  #sec02 .k_right_type_B {
    position: absolute;
    bottom: 0;
    right: 0.4em;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    width: 22px;
    height: 22px;
  }
  /*****対談部分のcss*****/
  dl {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  dl .dl_line {
    display: none;
  }
  dl dt {
    position: relative;
    width: 100%;
    left: 0;
    padding-top: 0px;
    padding-left: 0em;
    font-size: 14px;
    text-align: left;
    padding-bottom: 4px;
    padding-left: 1.6em;
  }
  dl dt.blue {
    color: #004e85;
  }
  dl dd.blue {
    color: #004e85;
  }
  dl dt::before {
    content: "";
    width: 1.3em;
    height: 1px;
    display: block;
    background-color: #666;
    position: absolute;
    left: 0;
    top: 42%;
  }
  dl dt.blue::before {
    background-color: #004e85;
  }
  dl dd {
    padding-left: 0em;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  dl dd p {
    padding-left: 0em;
    text-indent: 0em;
  }
  .sp_line {
    border-top: 1px solid #ccc;
    width: 95%;
    margin: 0 auto 60px;
  }
  .consulting_menu {
    position: static;
    margin: 80px auto 0;
    text-align: center;
  }
  .consulting_menu_footer {
    margin: 0 auto;
  }
  .mb150 {
    margin-bottom: 60px;
  }
  .pc_only2 {
    display: none;
  }
  .sp_only2 {
    display: inline;
  }
}

/*************************************************************************/
#section02 {
  width: 100%;
  padding: 20px 0 250px 0;
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  #section02 {
    padding: 20px 0 150px 0;
  }
}

#section02 .section02__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

#section02 .section02__in a {
  display: inline-block;
}

#section02 .section02__in2 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

#section02 .section02__in2 a {
  display: inline-block;
}

#section02 .backbeta1 {
  width: 250vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 680px) {
  #section02 .backbeta1 {
    width: 100%;
  }
}

#section02 .backbeta2 {
  width: 250vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 680px) {
  #section02 .backbeta2 {
    width: 100%;
  }
}

#section02 .maincontena {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

#section02 .maincontena .photo {
  width: 54.5%;
}

@media screen and (max-width: 680px) {
  #section02 .maincontena .photo {
    order: 1;
    width: 100%;
  }
}

#section02 .maincontena .text {
  width: 41.7%;
  position: relative;
}

@media screen and (max-width: 680px) {
  #section02 .maincontena .text {
    order: 2;
    width: 100%;
  }
}

#section02 .maincontena .text h3 {
  padding: 35px 0;
  font-size: 28px;
  line-height: 160%;
}

@media screen and (max-width: 680px) {
  #section02 .maincontena .text h3 {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
    font-size: 5vw;
  }
}

#section02 .maincontena .text p {
  font-size: 17px;
  line-height: 160%;
  padding-bottom: 20px;
}

@media screen and (max-width: 680px) {
  #section02 .maincontena .text p {
    width: 90%;
    margin: 0 auto;
    font-size: 3.6vw;
  }
}

#section02 .maincontena .text .nomaltext {
  font-size: 18px;
  line-height: 160%;
  padding-bottom: 45px;
}

@media screen and (max-width: 680px) {
  #section02 .maincontena .text .nomaltext {
    width: 90%;
    margin: 0 auto;
    font-size: 3vw;
  }
}

#section02 .maincontena .text .moretext {
  position: absolute;
  width: 100%;
  text-align: right;
  bottom: 20px;
  left: 0;
}

@media screen and (max-width: 680px) {
  #section02 .maincontena .text .moretext {
    width: 90%;
    margin: 0 auto;
    font-size: 3.6vw;
  }
}

.secsp {
  width: 100%;
  height: 120px;
}

.fade_side01 {
  -webkit-transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  transform: translate(50px, 0px);
}

.fade_side01.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade_side02 {
  -webkit-transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  transform: translate(-50px, 0px);
}

.fade_side02.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.consulting_menu a.listline::after {
  width: calc(100% - 1.5em);
  height: 1px;
  background-color: #666;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0.75em;
}

.nameh3 {
  text-align: center;
  font-size: 20px;
  padding: 15px 0;
}

p.nametext {
  font-size: 14px;
  text-align: center;
}

p.nametext2 {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 680px) {
  p.nametext2 {
    text-align: left;
  }
}

.w1000 img.photo.nosss {
  margin: 0 auto !important;
}

.namephototext {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 940px;
  margin: 0 auto 100px auto;
}

.namephototext .item {
  width: 48%;
  max-width: 424px;
  margin: 0 auto 20px auto;
}

@media screen and (max-width: 680px) {
  .namephototext .item {
    width: 100%;
    margin-top: 25px;
  }
}

@media screen and (max-width: 680px) {
  .textnarabi {
    display: block;
    text-align: left;
  }
}
