<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@font-face {
    font-family: 'Sans';
    src: url('../font/NotoSansJP-medium.woff') format('woff'),
url('../font/NotoSansJP-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;font-display: swap;
}
@font-face {
    font-family: 'Sans';
    src: url('../font/NotoSansJP-regular.woff') format('woff'),
url('../font/NotoSansJP-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;font-display: swap;
}
@font-face {
    font-family: 'Sans';
    src: url('../font/NotoSansJP-bold.woff') format('woff'),
url('../font/NotoSansJP-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;font-display: swap;
}

html{
  
}
body{
  min-width: 1100px;
  background: #000;
  color: #fff;
  font-family: 'Sans','Noto Sans JP', sans-serif;
}
.body-container{
  overflow-x: hidden;
}
img{
  max-width: 100%;
  width: auto;
  height: auto;
}
.inner1020{
  max-width: 1020px;
  padding: 0 20px;
  margin:0 auto;
}
main{
  position: relative;
}
.description01{
  font-size: 15px;
  line-height: calc(35 / 15);
  font-weight: bold;
  color: #000;
  letter-spacing: 1.5px
}
@media screen and (max-width: 1024px){
  body{
  min-width: 100%;
}
  .inner1020{
  padding: 0 34px;
}
  .description01{
  font-size: 13px;
  line-height: calc(30 / 13);
    letter-spacing: .5px;
}
}

/* ---------------------------------------------------------------------------
//  haeder
--------------------------------------------------------------------------- */
.header-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 47px;
  align-items: center;
  height: 92px;
  background: #000;
  position: fixed;
  width: 100%;
}
.header-wrap a{
  transition: opacity .2s;
}
.header-wrap a:hover{
  opacity: .8;
}
.header-wrap .header-logo{
  margin-right: auto;
}
.header-wrap .sns-link{
  display: flex;
  align-items: center;
}
.header-wrap .sns-link a+a{
  margin-left: 20px;
}
.header-wrap  .chitizen-logo{
  margin-left: 40px;
}
@media screen and (max-width: 1024px){
  .header-wrap {
  padding: 0 20px;
  height: 50px;
}
  .header-wrap .header-logo{
    width: 100px;
  }
.header-wrap .sns-link{
  display: none;
}
.header-wrap  .chitizen-logo{
  margin-left: 0;
  width: 80px;
}
}
/* ---------------------------------------------------------------------------
//  top-mv
--------------------------------------------------------------------------- */
.top-mv-wrap{
  padding-top: calc(30.14% + 8rem);
}
.top-mv-wrap::before{
  content: "";
  padding-top: 30.14%;
  width: 100%;
  display: block;
  background: url("../img/top-mv.jpg") no-repeat;
  background-size: cover;
  position: fixed;
  top: 8rem;
  z-index: -1;
}
.top-mv-wrap .copy-wrap{
  position: relative;
  text-align: center;
  background: url("../img/bg-top-mv.jpg") no-repeat center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 223px;
}
.top-mv-wrap .copy-wrap h1{
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  top: -86px;
}
.top-mv-wrap .copy-wrap h2{
  font-size:18px;
  line-height: calc(45 / 18);
  letter-spacing: 2px
}

@media screen and (max-width: 1024px){
  .top-mv-wrap{
  padding-top: calc(120.5% + 8rem);
}
  .top-mv-wrap::before{
  padding-top: 120.5%;
  background: url("../img/top-mv-sp.jpg") no-repeat;
  background-size: cover;
}
.top-mv-wrap .copy-wrap{
 
  text-align: center;
  background: url("../img/bg-top-mv-sp.jpg") no-repeat left top,#000;
  background-size: contain;
  padding-top: 140px;
  padding-bottom: 63px;
}
.top-mv-wrap .copy-wrap h1{
   top: -141px;
  width: 100%;
  margin-bottom: 0;
}
.top-mv-wrap .copy-wrap h2{
  font-size:14px;
  line-height: calc(33 / 14);
  
}
}

@media screen and (max-width: 767px){
  .top-mv-wrap{
    padding-top: calc(120.5% + 16.8vw);
  }
  .top-mv-wrap::before{
    top:16.8vw;
  }
}


/* ---------------------------------------------------------------------------
//  top-interview
--------------------------------------------------------------------------- */
.top-interview  {
  background: #fff;
  color: #000;
  padding-bottom: 142px;
}
.top-interview .interview-item{
  padding-top: 207px;
}
.top-interview .interview-item .flex-box{
  display: flex;
  position: relative;
  padding-top: 108px;
}
.top-interview .interview-item .flex-box .forzastyle{
  position: absolute;
  top: 50px;
  left: 20px;
}
.top-interview .interview-item .hover-state .text-wrap{
  width: 50%;
  padding: 23px 51px 51px 0;
  background: #fff;
  position: relative;
  z-index: 2;
  letter-spacing: 5px;
}
.top-interview .interview-item .hover-state .text-wrap time{
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 2px;
}
.top-interview .interview-item .hover-state .text-wrap h2{
  font-size: 25px;
  font-weight: bold;
  line-height: calc(55 / 25);
  padding: 25px 22px;
  position: relative;
}
.top-interview .interview-item .hover-state .text-wrap h2::before,.top-interview .interview-item .hover-state .text-wrap h2::after{
  content: "";
  width: 76px;
  height: 39px;
  position: absolute;
  display: block;
}
.top-interview .interview-item .hover-state .text-wrap h2::before{
  content: "";
  background: url("../img/kakko01.svg") no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
.top-interview .interview-item .hover-state .text-wrap h2::after{
  content: "";
  background: url("../img/kakko02.svg") no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
}
.top-interview .interview-item .hover-state .text-wrap h2+p{
  font-size: 25px;
  font-weight: bold;
  line-height: calc(55 / 25);
  padding: 0 22px;
  margin-top: 36px;
}
.top-interview .interview-item .hover-state .text-wrap .hover-logo{
  opacity: 0;
  pointer-events: none;
  transition: .2s;
  position: absolute;
  bottom: -95px;
  left: 100px;
}
.top-interview .interview-item .hover-state:hover .text-wrap .hover-logo{
  opacity: 1;
  transition:  .2s;
}
.top-interview .interview-item .hover-state .image-wrap{
  position: absolute;
  width: 824px;
  height: 458px;
  right: -203px;
  top: 0;
}
.top-interview .interview-item.item01 .hover-state .image-wrap{
  background: url("../img/top-thumb01N.jpg") no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  
}
.top-interview .interview-item.item01.item02 .hover-state .image-wrap{
  background: url("../img/top-thumb02.jpg") no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  
}.top-interview .interview-item.item01.item03 .hover-state .image-wrap{
  background: url("../img/top-thumb03.jpg") no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  
}
.top-interview .interview-item.item01.item04 .hover-state .image-wrap{
  background: url("../img/top-thumb04.jpg") no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  
}
.top-interview .interview-item.item01 .hover-state .image-wrap .hover-text{
  background: rgba(172,33,33, .62);
  color: #fff;
  height: 99px;
  margin-top: auto;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 15px;
  padding-right: 203px;
  opacity: 0;
  transition:  .2s;
}
.top-interview .interview-item.item01 .hover-state:hover .image-wrap .hover-text{
  opacity: 1;
  transition:  .2s;
}
.top-interview .interview-item.item01 .hover-state .image-wrap .hover-text::after{
  content: "";
  background: url("../img/arrow01.svg") no-repeat;
  background-size: contain;
  width: 13px;
  height: 15px;
  position: relative;
  top: -2px;
  margin-left: 9px;
  
}


.top-interview .interview-item.coming{
  border-top: solid 1px;
  margin-top: 210px;
}
.top-interview .interview-item.coming .flex-box{
  padding-top: 0;
  align-items: center;
}
.top-interview .interview-item.coming .text-wrap{
  width: 50%;
  padding-left: 90px;
}
.top-interview .interview-item .coming-wrap{
  width: 50%;
}
.top-interview .interview-item .coming-wrap .comming-item{
  background: #000;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #fff;
  padding: 52px;
  font-size: 15px;
  line-height: calc(22 / 15);
	position: relative;
}

.top-interview .interview-item .coming-wrap .comming-item+.comming-item{
  margin-top: 10px;
}


@media screen and (max-width: 1024px){
  .top-interview{
    padding-bottom: 73px;
  }
.top-interview .interview-item{
  padding-top: 0;
}
.top-interview .interview-item .flex-box{
  flex-direction: column;
  padding: 0;
  padding-top: 70px;
}
  .top-interview .interview-item .flex-box .forzastyle{
  position: static;
  top: 0;
  left: 0;
    order: -2;
    width: 164px;
    margin-left: 35px;
    
}
.top-interview .interview-item .hover-state .text-wrap{
  width: 100%;
  padding: 26px 35px 90px;
  order: -1;
}
.top-interview .interview-item .hover-state .text-wrap time{
  font-size: 12px;
}
.top-interview .interview-item .hover-state .text-wrap h2{
  font-size: 17px;
  line-height: calc(46 / 18);
  padding: 28px 14px 17px;
}
.top-interview .interview-item .hover-state .text-wrap h2+p{
  font-size: 17px;
  line-height: calc(55 / 18);
  padding: 0 14px;
  margin-top: 5px;
}
.top-interview .interview-item .hover-state .text-wrap .hover-logo{
  opacity: 1;
  pointer-events: none;
  transition: .2s;
  position: absolute;
  bottom: 25px;
  left: inherit;
  right: 35px;
  width: 157px;
}
.top-interview .interview-item .hover-state .image-wrap{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 74.1%;
  right: inherit;
  top: inherit;
}
.top-interview .interview-item.item01 .hover-state .image-wrap{
  background: url("../img/top-thumb01N.jpg") no-repeat center;
  background-size: cover;
}
	.top-interview .interview-item.item01.item02 .hover-state .image-wrap{
  background: url("../img/top-thumb02.jpg") no-repeat center;
  background-size: cover;
}
	.top-interview .interview-item.item01.item03 .hover-state .image-wrap{
  background: url("../img/top-thumb03.jpg") no-repeat center;
  background-size: cover;
  
}.top-interview .interview-item.item01.item04 .hover-state .image-wrap{
  background: url("../img/top-thumb04.jpg") no-repeat center right;
  background-size: cover;
  
}
.top-interview .interview-item.item01 .hover-state .image-wrap .hover-text{
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 13px;
  padding-right: 35px;
  opacity: 1;
}
.top-interview .interview-item.item01 .hover-state .image-wrap .hover-text::after{
  width: 10px;
  height: 12px;
  top: -1px;
  margin-left: 4px;
  
}


.top-interview .interview-item.coming{
  margin-top: 135px;
  border: none;
}
.top-interview .interview-item.coming .flex-box{
  display: block;
  padding:  0 35px;
}

.top-interview .interview-item.coming .text-wrap{
  width: 100%;
  padding-left: 0;
  padding: 0 77px 40px;
  text-align: center;
}
.top-interview .interview-item .coming-wrap{
  width: 100%;
}
.top-interview .interview-item .coming-wrap .comming-item{
  padding: 16px;
  font-size: 12px;
  line-height: calc(20 / 12);
}
.top-interview .interview-item .coming-wrap .comming-item+.comming-item{
  margin-top: 5px;
}
}
/* ---------------------------------------------------------------------------
//  top-btn-wrap
--------------------------------------------------------------------------- */
.top-btn-wrap{
  padding: 198px 27px 27px;
  background: #fff;
}
.top-btn-wrap .top-btn{
  
  display: block;
  text-align: right;
  transition: opacity .2s;
}
.top-btn-wrap .top-btn:hover{
  opacity: .6;
}
@media screen and (max-width: 1024px){
  .top-btn-wrap{
  padding: 108px 22px 10px;
  background: #fff;
}
}
/* ---------------------------------------------------------------------------
//  section-footer
--------------------------------------------------------------------------- */
footer{
  position: relative;
  text-align: center;
  background: #000;
}
.section-footer .container{
  padding: 76px 0 126px;
}
.section-footer h2{
  margin-bottom: 52px;
}
.section-footer  .sns-link{
  display: flex;
  justify-content: center;
  margin-bottom: 47px;
}
.section-footer  .sns-link a{
  margin: 0 11.5px;
}
.section-footer  .sns-link a img{
  width: 40px;
}
.section-footer  .footer-link{
  display: flex;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 86px;
}
.section-footer  .footer-link .link-item{
  padding: 3px 23px 0;
}
.section-footer  .footer-link .link-item+.link-item{
  border-left:solid 1px;
  margin-bottom: 12px;
}
.section-footer  .footer-link .link-item+.link-item a{
  transition: opacity .2s;
  display: block;
}
.section-footer  .footer-link .link-item+.link-item a:hover{
  opacity: .8;
}
.section-footer  .copy{
  font-size: 13px;
}
@media screen and (max-width: 1024px){
.section-footer .container{
  padding: 28px 0 44px;
}
.section-footer h2{
  margin-bottom: 27px;
}
  .section-footer h2 img{
    width: 130px;
  }
.section-footer  .sns-link{
  margin-bottom: 18px;
}
.section-footer  .footer-link{
  display: block;
  font-size: 12px;
  margin-bottom: 37px;
  line-height: calc(26 / 12);
}
.section-footer  .footer-link .link-item{
  padding: 0;
}
.section-footer  .footer-link .link-item+.link-item{
  border-left:none;
  margin: 0;
}
.section-footer  .footer-link .link-item+.link-item a{
  transition: opacity .2s;
  display: block;
}
.section-footer  .copy{
  font-size: 10px;
}
}


/* ---------------------------------------------------------------------------
//  interview
--------------------------------------------------------------------------- */
.main-interview{
  /*padding-top: 100vh!important;*/
  padding-top: calc(49.4% + 92px);
}
.interview01 .section{
  background: #fff;
  color: #000000;
  position: relative;
  z-index: 2;
}
.interview02 .section{
  background: #fff;
  color: #000000;
  position: relative;
  z-index: 2;
}
.interview03 .section{
  background: #fff;
  color: #000000;
  position: relative;
  z-index: 2;
}
.interview04 .section{
  background: #fff;
  color: #000000;
  position: relative;
  z-index: 2;
}
.main-interview .description{
  font-size: 18px;
  line-height: calc(37 / 18);
  font-weight: bold;
  letter-spacing: .8px;
}
.section-white{
  background: #fff;
}
.section-gray{
  background: #EDEDED!important
}
@media screen and (max-width: 1024px){
  .main-interview{
  /*padding-top: 100vh!important;*/
  padding-top: calc(70.1% + 92px);
}
  .main-interview .description{
  font-size: 16px;
  line-height: 2;
}
}
/* ---------------------------------------------------------------------------
//  interview-mv
--------------------------------------------------------------------------- */

.interview-mv {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  margin-top: 92px;
  z-index: 1;
}
.interview-mv .container{
  background: url("../img/interview01/mv_pc.jpg") ;
  background-size: 100%;
  width: 100%;
  height: 0;
  padding-top: 49.4%;
  position: relative;
}
.interview02 .interview-mv .container{
  background: url("../img/interview02/mv_pc.jpg") ;
  background-size: 100%;
  width: 100%;
  height: 0;
  padding-top: 49.4%;
  position: relative;
}
.interview03 .interview-mv .container{
  background: url("../img/interview03/mv_pc.jpg") ;
  background-size: 100%;
  width: 100%;
  height: 0;
  padding-top: 49.4%;
  position: relative;
}
.interview04 .interview-mv .container{
  background: url("../img/interview04/mv_pc.jpg") ;
  background-size: 100%;
  width: 100%;
  height: 0;
  padding-top: 49.4%;
  position: relative;
}
.mv-copy .text-area{
  opacity: 0;
  height: 0;
}
@media screen and (max-width: 1024px){
  
.interview-mv .container{
  background: url("../img/interview01/mv_sp.jpg") left;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 70.1%;
  position: static;
}
.interview02 .interview-mv .container{
  background: url("../img/interview02/mv_sp.jpg") left;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 70.1%;
  position: static;
}
	.interview03 .interview-mv .container{
  background: url("../img/interview03/mv_sp.jpg") left;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 70.1%;
  position: static;
}
	.interview04 .interview-mv .container{
  background: url("../img/interview04/mv_sp.jpg") left;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 70.1%;
  position: static;
}
.mv-copy .text-area{
  opacity: 1;
  height: auto;
  background: #fff;
  position: relative;
  padding-top: 144px;
}
  .mv-copy  .text-area .logo{
  text-align: center;
    position: absolute;
  top: -153px;
    left: 0;
    right: 0;
    margin: auto;
}
  .mv-copy  .text-area .black-wrap{
    background: #000;
    color: #fff;
    width: calc(100% - 33px);
    margin-left: auto;
    padding: 61px 27px 30PX;
    letter-spacing: 1px;
		position: relative;
  }
	.mv-copy .text-area .black-wrap .forza-logo{
		position: absolute;
		top: 0;
		left: 0;
	}
  .mv-copy  .text-area .black-wrap .name{
    font-size: 18px;
    font-weight: bold;
    line-height: calc(46 / 18);
    margin-bottom: 63px;
  }
  .mv-copy  .text-area .black-wrap time{
    font-size: 12px;
    font-weight: 500;
  }
}
/* ---------------------------------------------------------------------------
//  section-copy
--------------------------------------------------------------------------- */
.section-copy .container{
  padding: 49px 0 87px;
}
.section-copy .copy{
  text-align: center;
  max-width: 820px;
  margin: auto;
  font-size: 32px;
  font-weight: bold;
  line-height: calc(55 / 30);
  letter-spacing: 2px;
}
.section-copy .copy span{
  display: inline-block;
}
@media screen and (max-width: 1024px){
  .section-copy .container{
  padding: 36px 0 32px;
}
	.interview04 .section-copy .inner1020{
		padding: 0;
	}
.section-copy .copy{
  font-size: 23px;
  line-height: calc(34 / 21);
  letter-spacing: 0;
}
}
/* ---------------------------------------------------------------------------
//  section-movie
--------------------------------------------------------------------------- */
.section-movie .container{
  padding: 0 0 59px;
}
.section-movie .movie-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-movie .movie-area&gt;div{
  width: calc((100% - 51px) / 2);
}
.section-movie .movie-area .youtube-link{
	display: block;
	max-width: 448px;
	transition: .2s;
}
.section-movie .movie-area .youtube-link:hover{
	opacity: .7;
}
/*.section-movie .youtube{
  width: 100%;
  aspect-ratio: 16 / 9;
}
.section-movie .youtube iframe{
  width: 100%;
  height: 100%;
}*/
.section-movie .text-area{
  text-align: center;
}
.section-movie .text-area .title{
  font-size: 25px;
  line-height: calc(55 / 25);
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: solid 1px;
  position: relative;
}
.section-movie .text-area .title::before{
  content: "";
  background: #000;
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  right: -100%;
}
.section-movie .text-area .description{
  font-size: 12px;
  font-weight: 500;
  line-height: calc(25 / 12);
  padding-top: 22px;
}
@media screen and (max-width: 1024px){
  .section-movie .container{
  padding: 0 0 45px;
}
  .section-movie .inner1020{
    padding: 0;
  }
.section-movie .movie-area{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.section-movie .movie-area&gt;div{
  width: 100%;
}
	.section-movie .movie-area .youtube-link{
  order: 2;
		max-width: 100%;
		
}
/*.section-movie .youtube{
  order: 2;
}*/
.section-movie .text-area .title::before{
  left: calc(100% - 48px);
  right: inherit;
}
.section-movie .text-area .description{
  font-size: 13px;
  padding: 16px 0 23px;
}
}
/* ---------------------------------------------------------------------------
//  section-read
--------------------------------------------------------------------------- */
.section-read .container{
  background: #EDEDED;
  padding: 51px 0 56px;
}
.section-read .description a{
  color: #0000F5;
  text-decoration: underline;
  transform: .2s;
}
.section-read .description a:hover{
  opacity: .8;
  text-decoration: none;
}
@media screen and (max-width: 1024px){
  .section-read .container{
  background: #EDEDED;
  padding: 51px 0 50px;
}
}
/* ---------------------------------------------------------------------------
//  section-question
--------------------------------------------------------------------------- */
.ib{
	display: inline-block;
}
.section-question .container{
  padding-top: 120px;
}
.section-question .title-area{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  
}

.section-question .title-area .count{
  width: 292px;
  position: relative;
}
.section-question .title-area .count::before{
  content: "";
  background: #000;
  width: 100vw;
  height: 5px;
  display: block;
  position: absolute;
  left: -100vw;
  bottom: 30px
}
.section-question .title-area .question{
  width: calc(100% - 292px);
  padding-top: 34px;
  font-size: 25px;
  line-height: calc(40 / 25);
  font-weight: bold;
  padding: 34px 0 0 23px;
}
.section-question .picture{
  margin: 40px 0;
}.section-question .pictures{
  margin: 40px 0;
	display: flex;
	justify-content: space-between;
}
.section-question .pictures img{
	max-width: 100%;
	height: auto;
	width: calc((100% - 82px) / 2);
}
.section-question.pb{
  padding-bottom: 120px;
}
.section-picture{
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.section-picture01 .picture-area{
  background: url("../img/interview01/section-pic01.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 61.5%;
  position: relative;
  z-index: 2;
}
.interview02 .section-picture01 .picture-area{
  background: url("../img/interview02/section-pic01.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 61.5%;
  position: relative;
  z-index: 2;
}
.interview02 .section-picture02 .picture-area{
  background: url("../img/interview02/section-pic02.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 61.5%;
  position: relative;
  z-index: 2;
}
.interview03 .section-picture01 .picture-area{
  background: url("../img/interview03/section-pic01.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 61.5%;
  position: relative;
  z-index: 2;
}
.interview03 .section-picture02 .picture-area{
  background: url("../img/interview03/section-pic02.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 61.5%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px){
  .section-question .container{
  padding-top: 73px;
}
.section-question .title-area{
  display: block;
  margin-bottom: 20px;
}

.section-question .title-area .count{
  width: 187px;
  position: relative;
  display: block;
}
.section-question .title-area .count::before{
  bottom: 20px
}
.section-question .title-area .question{
  width: 100%;
  font-size: 20px;
  line-height: calc(34 / 21);
  padding: 20px 0 0 0;
}
.section-question .picture{
  margin: 26px 0;
}
	.section-question .pictures{
  margin: 26px 0;
	display: block;
}
	.section-question .pictures img{
	width: 100%;
}.section-question .pictures img+img{
	margin-top: 30px;
}
.section-question.pb{
  padding-bottom: 60px;
}
.section-picture{
  padding-top: 26px;
}
.section-picture01 .picture-area{
  padding-bottom: 94.4%;
}
	.section-picture02 .picture-area{
  padding-bottom: 94.4%;
}
}
/* ---------------------------------------------------------------------------
//  section-profile
--------------------------------------------------------------------------- */
.section-profile .container{
  padding: 100px 0 86px;
}
.section-profile .title-area{
  border-bottom: solid 1px ;
}
.section-profile .title-area .title{
  position: relative;
  font-size: 46px;
  line-height: calc(55 / 46);
  font-weight: bold;
  letter-spacing: 10px;
  text-align: center;
  padding-bottom: 14px;
}
.section-profile .title-area .title::after{
  content: "";
  background: #000;
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  right: -100%;
  bottom: 0;
}
.section-profile .profile-area{
  padding-top: 77px;
  display: flex;
  justify-content: space-between;
}
.section-profile .profile-area .text-area{
  width: 430px;
}
.section-profile .profile-area .text-area .name{
  font-size: 25px;
  font-weight: bold;
  line-height: calc(55 / 25);
  margin-bottom: 88px;
}
.section-profile .profile-area .text-area .name small{
	font-size: 13px;
	font-weight: 500;
	text-align: right;
	display: block;
}
.section-profile .profile-area .text-area .description{
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
.section-profile .profile-area .image-area{
  width: 461px;
  text-align: right;
  padding-top: 10px
}
.section-profile .profile-area .sup{
  font-size: 16px;
  font-weight: 500;
  line-height: calc(35 / 16);
  margin-top: 35px;
}
@media screen and (max-width: 1024px){
  .section-profile .container{
  padding: 25px 0 54px;
}
.section-profile .title-area .title{
  font-size: 25px;
  letter-spacing: 5px;
  padding-bottom: 10px;
}
.section-profile .title-area .title::after{
  left: calc(100% - 16px)
}
.section-profile .profile-area{
  padding-top: 35px;
  display: block;
}
.section-profile .profile-area .text-area{
  width: 100%;
}
.section-profile .profile-area .text-area .name{
  font-size: 17px;
  line-height: calc(37 / 17);
  margin-bottom: 36px;
}
.section-profile .profile-area .image-area{
  width: 100%;
  padding-top: 34px
}
.section-profile .profile-area .sup{
  font-size: 13px;
  margin-top: 13px;
}
}
/* ---------------------------------------------------------------------------
//  section-another
--------------------------------------------------------------------------- */
.section-another {
  position: relative;
  z-index: 2;
  color: #000;
}
.section-another .container{
  padding: 116px 0 110px;
  border-top: solid 1px;
}

.section-another .title{
  text-align: center;
  font-size: 25px;
  line-height: calc(31 / 25);
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 60px;
}

.section-another .another-list{
  display: flex;
  justify-content: space-between;
}
.section-another .another-list .another-item.coming{
  background: #000;
  color: #fff;
  width: calc((100% - 40px) / 2);
  
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  line-height: calc(22 / 15);
  font-weight: 500;
	position: relative;
}

.section-another .another-list .another-item.coming a{
	display: block;
	transition: opacity .2s;
	
}
.section-another .another-list .another-item.coming a:hover{
	opacity: .7;
}
@media screen and (max-width: 1024px){
.section-another .container{
  padding: 37px 0 40px;
}

.section-another .title{
  margin-bottom: 35px;
}

.section-another .another-list{
  display: block;
}
.section-another .another-list .another-item.coming{
  width: 100%;
  
  font-size: 12px;
  line-height: calc(20 / 12);
	padding-top: 56.1%;
}
  .section-another .another-list .another-item+.another-item{
    margin-top: 14px;
  }
	.section-another .another-list .another-item.coming p{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-another .another-list .another-item.coming a{
	display: block;
	transition: opacity .2s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

}

/* ---------------------------------------------------------------------------
//  section-btn
--------------------------------------------------------------------------- */
.section-btn{
	position: relative;
	z-index: 2;
	color: #000;
	text-align: center;
}
.section-btn .container{
	padding-bottom: 43px;
}
.to-top{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #707070;
}
.to-top:hover{
	opacity: .7;
}




.forSP{
  display: none;
}
@media screen and (max-width: 1024px){
  .forPC{
    display: none;
  }
  .forSP{
    display: block;
  }
}

</pre></body></html>