@charset "UTF-8";

/*
 page
==================================================================================*/
.top-area {
 width: auto;
 height: 560px;
 color: #fff;
 text-align: center;
 background: #ddd url(../images/talk_main.jpg) no-repeat 50% 40%;
 background-size: cover;
 margin: 0 auto;
 position: relative;
}
.top-area .page__title {
 position: absolute;
 top: 310px;
 left: 50vw;
 transform: translate(-50%, -50%);
 display: inline-block;
}
.top-area .talktitle {
 position: absolute;
 top: 450px;
 left: 50vw;
 transform: translate(-50%, -50%);
 display: block;
 width: 500px;
 border: 2px solid #000;
 z-index: 2;
}
.top-area .talktitle .name {
 color: #000;
 font-size: 3.2rem;
 font-weight: bold;
 letter-spacing: 0.1em;
 line-height: 1;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 20px 25px;
}
.top-area .talktitle .name.n2 {
 background: #c88cff;
}
.top-area .talktitle .name.n1 {
 background: #ffffff;
}
.top-area .talktitle .name.n1::before {
 content: "";
 position: absolute;
 bottom: 69px;
 left: 50%;
 width: 40px;
 height: 2px;
 margin-left: -20px;
 background: #000;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 z-index: 2;
}
.top-area .talktitle .name.n1::after {
 content: "";
 position: absolute;
 bottom: 69px;
 left: 50%;
 width: 40px;
 height: 2px;
 margin-left: -20px;
 background: #000;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 z-index: 2;
}
.top-area .talktitle em {
 font-size: 1.6rem;
 font-weight: bold;
 letter-spacing: 0;
 position: relative;
 margin: 0 0 0 10px;
}

.bottom-area {
 display: block;
 max-width: 1160px;
 background: #fff;
 margin: 0 auto;
 padding: 80px 40px 160px;
 position: relative;
}
.cont .contbox {
 width: auto;
 max-width: 840px;
 margin: 0 auto;
 position: relative;
}
.cont .contbox:not(:last-child) {
 padding: 0 0 50px;
}
.md__normaltitle {
 margin-bottom: 40px;
 padding: 0;
 border-left: none;
 text-align: center;
}
.md__normaltitle h2 {
 font-size: 28px;
 font-weight: 600;
 letter-spacing: 0.1em;
}
.md__normaltitle h2 em {
 font-size: 17px;
 font-weight: 600;
}
.md__normaltitle h3 {
 font-size: 2.4rem;
 font-weight: 700;
 letter-spacing: 0.1em;
 position: relative;
}
.lead__ttl {
 margin-bottom: 60px;
}
.lead__ttl .ttl {
 color: #e9570d;
 font-size: 1.8rem;
}
.lead__ttl .mds {
 font-size: 2.8rem;
 font-weight: 700;
 line-height: 1.44;
 margin-top: 10px;
 text-align: center;
}
.lead__txt {
 padding: 0;
}
.lead__txt p {
 font-size: 1.5rem;
 line-height: 2;
 padding-bottom: 0;
}
.lead__txt p + p {
 margin-top: 30px;
}
.lead__txt p span {
 font-weight: bold;
 font-size: 1.7rem;
 margin-right: 10px;
}
.n1 {
 color: #9524ff;
}
.n2 {
 color: #27ae60;
}
.lead__txt p a {
 text-decoration: underline;
 color: #29afca;
}
.lead__txt em {
 color: #29afca;
 display: block;
 text-indent: 3em;
 position: relative;
}
.lead__txt em::before {
 content: "";
 position: absolute;
 top: 0.8em;
 left: 0;
 display: block;
 width: 2em;
 height: 1px;
 background: #29afca;
}
.lead__txt figure {
 margin: 60px;
 text-align: center;
}
.bnr__txt p {
 color: #e9570d;
 font-size: 1.6rem;
 line-height: 1.9;
 padding-bottom: 0;
}
.bnr__txt figure {
 margin: 40px 0;
 text-align: center;
}
.profile {
 border: 15px solid #eee;
 padding: 40px;
}
.p_ttl {
 text-align: center;
}
.p_ttl span {
 font-size: 2.4rem;
 font-weight: 700;
 display: inline-block;
 border-bottom: 2px solid #c88cff;
 margin-bottom: 30px;
}
.profile .item {
 margin-top: 20px;
 display: flex;
 gap: 40px;
}
.profile .item_l {
 width: 180px;
}
.profile .item_r {
 flex: 1;
}
.profile .item .name {
 font-size: 1.8rem;
 font-weight: 700;
 padding: 0;
}
.profile .item em {
 font-size: 1.4rem;
 font-weight: 400;
}
.profile .item .desc {
 font-size: 1.4rem;
 font-weight: 400;
}
.profile a {
 color: #29afca;
 text-decoration: underline;
}

/* ページャー */
.talk_pager {
 margin-bottom: 20px;
 text-align: center;
}
.talk_pager .next_title {
 text-align: center;
 margin-bottom: 20px;
}
.talk_pager .next_title a {
 font-size: 1.9rem;
 color: #29afca;
 letter-spacing: 0.1em;
 text-decoration: underline;
}
.talk_pager .pager li {
 display: inline;
 margin: 0 5px;
}
.talk_pager .pager li span,
.talk_pager .pager li a {
 display: inline-block;
 padding: 10px 14px;
 color: #29afca;
 font-size: 1.4rem;
 line-height: 1;
 background: #f4f4f4;
}
.talk_pager .pager li span {
 background: #2c2c2c;
 color: #ffffff;
}
.talk_pager .pager li a:hover {
 color: #fff;
 background: #29afca;
 text-decoration: none;
}

/* backnumber */
.backnumber {
 margin-top: 160px;
}
.backnumber_wrap {
 display: flex;
 gap: 30px;
 margin-top: 60px;
}
.backnumber_item {
 position: relative;
 display: block;
}
.backnumber_item a {
 display: block;
 margin-top: 10px;
}
.backnumber_item a::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: block;
 z-index: 2;
}
.backnumber_item a .name {
 padding: 0;
 color: #e9570d;
 font-size: 1.6rem;
 font-weight: 700;
 line-height: 1.6;
}
.backnumber_item a .title {
 padding: 0;
 font-size: 1.7rem;
 font-weight: 700;
 line-height: 1.6;
}

@media screen and (min-width: 1700px) {
 .top-area {
  background-position: 50% 40%;
 }
}

@media screen and (max-width: 820px) {
 .lead__ttl .mds br.pc {
  display: none;
 }
 /* backnumber */
 .backnumber_wrap {
  gap: 15px;
 }
 .backnumber_item a .name {
  font-size: 1.5rem;
 }
 .backnumber_item a .title {
  font-size: 1.5rem;
 }
}

@media screen and (max-width: 599px) {
 .top-area {
  width: auto;
  height: 100vw;
  color: #fff;
  text-align: center;
  background: #ddd url(../images/talk_main.jpg) no-repeat 50% 100%;
  background-size: cover;
  margin: 0;
  padding: 0;
  position: relative;
 }
 .top-area .page__title {
  position: absolute;
  top: 61%;
  left: 50vw;
  transform: translate(-50%, -50%);
  display: inline-block;
 }
 .top-area .talktitle {
  position: absolute;
  top: 85vw;
  left: 50vw;
  width: 90vw;
 }
 .top-area .talktitle .name {
  font-size: 5.33vw;
  padding: 2.8vw 2vw;
 }
 .top-area .talktitle .name.n1::before {
  bottom: 10.5vw;
  left: 50%;
  width: 6vw;
  height: 2px;
  margin-left: -3vw;
 }
 .top-area .talktitle .name.n1::after {
  bottom: 10.5vw;
  left: 50%;
  width: 6vw;
  height: 2px;
  margin-left: -3vw;
 }
 .top-area .talktitle em {
  font-size: 3.2vw;
  margin: 0 0 0 2.66vw;
 }

 .bottom-area {
  margin: 0;
  padding: 15vw 4.44vw 0 !important;
 }
 .cont .contbox:not(:last-child) {
  padding: 0 0 6vw;
 }
 .cont .contbox:first-child::after {
  display: none;
  bottom: 10.66vw;
  left: 50%;
  width: 26vw;
  height: 2px;
  margin-left: -13vw;
  background: #000;
 }
 .cont .contbox .pagenum {
  position: absolute;
  top: -10vw;
  right: 50vw;
  margin-right: -5vw;
  font-size: 3.866vw;
 }
 .md__normaltitle {
  margin: 0 0 5.3333vw;
  padding: 0 0 0 3.2vw;
  border-left: none;
 }
 .md__normaltitle h2 {
  font-size: 5.8vw;
  line-height: 1.5;
 }
 .md__normaltitle h3 {
  font-size: 1.8rem;
  line-height: 1.5;
 }
 .lead__ttl {
  margin-bottom: 30px;
 }
 .lead__ttl .ttl {
  font-size: 1.4rem;
 }
 .lead__ttl .mds {
  font-size: 2.2rem;
  line-height: 1.44;
  margin-top: 5px;
 }
 .lead__txt p,
 .lead__txt p:last-child {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.9;
 }
 .lead__txt p span {
  font-size: 1.55rem;
 }
 .lead__txt p a {
  text-decoration: underline;
  color: #29afca;
 }
 .lead__txt figure {
  margin: 30px 0;
 }
 .bnr__txt p {
  font-size: 1.4rem;
 }
 .bnr__txt figure {
  margin: 30px 0;
 }
 .profile {
  border: 5px solid #eee;
  padding: 20px;
 }
 .p_ttl span {
  font-size: 1.8rem;
  margin-bottom: 5px;
 }
 .profile .item {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
 }
 .profile .item_l {
  width: 50%;
 }
 .profile .item_r {
  flex: unset;
  width: 100%;
 }
 .profile .item .name {
  font-size: 1.5rem;
 }
 .profile .item em {
  font-size: 1.2rem;
 }
 .profile .item .desc {
  font-size: 1.3rem;
  line-height: 1.66;
 }
 .profile a {
  color: #29afca;
  text-decoration: underline;
 }

 /* ページャー */
 .talk_pager {
  margin-bottom: 15vw;
 }
 .talk_pager .next_title {
  margin-bottom: 0;
 }
 .talk_pager .next_title a {
  font-size: 4vw;
 }
 .talk_pager .pager li {
  margin: 0 0.8vw;
 }
 .talk_pager .pager li span,
 .talk_pager .pager li a {
  padding: 2.133vw 2.66vw;
  font-size: 3.2vw;
 }
 .talk_pager .pager li a:hover {
  color: #29afca;
  background: #f4f4f4;
 }
 .talk_pager .pager li a.touch {
  color: #fff;
  background: #29afca;
  text-decoration: none;
 }

 /* backnumber */
 .backnumber {
  margin-top: 80px;
 }
 .backnumber_wrap {
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
 }
 .backnumber_item a .name {
  font-size: 3.84vw;
 }
 .backnumber_item a .title {
  font-size: 4.1vw;
  line-height: 1.4;
 }
}
