*,
::before,
::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}



main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}



::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

.sus-main details {
  display: block;
}

.sus-main dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.sus-main dialog:not([open]) {
  display: none;
}

.sus-main summary {
  display: list-item;
}

.sus-main canvas {
  display: inline-block;
}

.sus-main template {
  display: none;
}

.sus-main a,
.sus-main area,
.sus-main button,
.sus-main input,
.sus-main label,
.sus-main select,
.sus-main summary,
.sus-main textarea,
.sus-main [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

html {
  font-size: 16px;
  font-family: "Noto Sans JP", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
  color: #3E3A39;
  font-weight:bold;
}

/*========================= clearfix =========================*/
.cf:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	line-height: 0;
}

.cf {
	display: inline-block;
}

.clr{ clear:both;}
/* hide mac ie \*/
* html .cf {
	height: 1%;
}
.cf {
	display: block;
}
/* end */

.fl-l{ float: left; }
.fl-r{ float: right; }

.report-main {
  margin: 0 auto 0;
  background: #D9E2DD;
  width: 100%;
  height: auto;
  max-width: 1366px;
  font-size:18px;
  line-height: 170%;
  color:#3E3A39;
  font-family: "Zen Kaku Gothic New","Noto Sans JP", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  text-align: left;
  padding: 90px 0 0;
}
@media only screen and (min-width: 769px) {
.report-main {
  min-width: 1166px;
}
}
.report-main a {
  text-decoration: none;
  color: #3E3A39;
}
.report-main a:visited {
  color: #3E3A39;
}
.report-main a:hover {
  color: #3E3A39;
}
.report-main a:hover{
	color:#3E3A39 !important;
	filter:Alpha(opacity=20);
	-moz-opacity:0.8;
	opacity:0.80;
}

.report-main img, iframe {
  width: 100%;
  height: auto;
  /*  display: block;*/
  border-radius: 5px;
}

.report-main figure {
  margin: 0;
}

.report-main strong {
  font-size: 1.0625rem;
}

.report-main .report_title {
  display: block;
  width: 100%;
  margin: 50px 0 50px;
}
.report-main .report_title .ttl_txt {
  width: 47%;
  margin: 50px 7% 0 9%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.report-main .report_title .ttl_txt .sub_ttl{
  width: 50%;
  margin: 80px auto 0;
	display: inline-block;
}
.report-main .report_title .headpic {
  width: 29.5%;
  margin: 0;
	display: inline-block;
}

.report-main div.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 0;
    margin-bottom: 15px
}
.report-main div.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
}

.report-main .report_first {
  display: block;
  width: 100%;
  margin: 50px 0 50px;
}
.report-main .report_first .first_box {
	text-align: center;
}
.report-main .report_first .first_box h3 {
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 1px; 
	line-height: 180%;
	margin: 0 auto 30px;
}
.report-main .report_first .first_box p {
	margin: 0 auto 40px;
}

.report-main .report_first .mainpic {
	border-radius: 0;
}

.report-main .report_first .second_box {
	padding: 0 7.5%;
}
.report-main .report_first .second_box h3 {
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 23px;
	margin: 30px 0;
	color: #231815;
	line-height: 1.7;
}
.report-main .report_first .second_box .box01 img {
	width: 48%;
	margin: 0 5% 20px 0;
/*	float: left;*/
	vertical-align: middle;
}
.report-main .report_first .second_box p {
	display: inline-block;
	width: 46%;
	font-size: 90%;
	font-weight: 500;
	letter-spacing: -1px;
}
.report-main .report_first .second_box .box02 img {
	width: 48%;
	margin: 0 0 20px 0;
/*	float: left;*/
	vertical-align: middle;
}
.report-main .report_first .second_box .box02 p {
	margin: 0 5% 0 0;
}
.report-main .report_first .second_box .box03 img {
	display: inline-block;
	width: 32%;
	margin: 0 1% 0 0;
}
.report-main .report_first .second_box .box03 img:nth-child(3) {
	margin: 0 0 0 0;
}

.report-main .report_01exhibition {
	padding: 0 7.5%;
	color: #231815;
}
.report-main .report_01exhibition .exh_head{
	padding: 0 0 20px;
}
.report-main .report_01exhibition .exh_head .number{
	width: 244px;
	float: left;
	margin: 30px 15px 0 0;
}
.report-main .report_01exhibition .exh_head h3{
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 2.5em;
	letter-spacing: -5px; 
	line-height: 1.3;
	margin: 0 0;
}
.report-main .report_01exhibition .exh_head h3 span{
	font-size: 21px;
	margin-left:10px; 
	letter-spacing: 0px; 
}
.report-main .report_01exhibition .exh_head p {
	margin: 15px 15px 0;
	font-size: 90%;
	line-height: 1.5;
}
.report-main .report_01exhibition .exh_cont{
	padding: 60px 0 20px;
}
.report-main .report_01exhibition .exh_cont .img_exh{
	width: 25%;
	float: left;
	margin: 0 3% 0 0;
}
.report-main .report_01exhibition .exh_cont .img_exh img{
	margin: 0 0 20px;
}
.report-main .report_01exhibition .exh_cont ul.web_list{
	float: left;
	margin: 0 0 0 0;
	position: relative;
	width: 72%;
}
.report-main .report_01exhibition .exh_cont ul.web_list li{
	display: inline-block;
	width: 19%;
 	vertical-align: top;
	text-align: center;
	margin: 0 0 10px;
}
.report-main .report_01exhibition .exh_cont ul.web_list li.wid2{
	width: 39%;
}
.report-main .report_01exhibition .exh_cont ul.web_list li img{
	width: 90%;
	margin: 0 auto;
}
.report-main .report_01exhibition .exh_cont ul.web_list li p{
	margin: 5px auto;
	font-size: 75%;
	line-height: 1.2;
	letter-spacing: -1px; 
}
.report-main .report_01exhibition .exh_cont ul.web_list li p.ss{
	font-size: 75%;
	line-height: 1.2;
	letter-spacing: -2px; 
}
.report-main .report_01exhibition .exh_cont ul.web_list li p span{
	font-size: 110%;
}
.report-main .report_01exhibition .exh_cont ul.web_list li.wid2 p{
	margin: 5px 0 0 10%;
}

.report-main .link_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	width: 25%;
	background-color: #FFF000;
	font-size: 80%;
	font-weight: 400;
	text-decoration: none;
	transition: 0.3s;
	border-radius: 3px;
	padding: 5px 0;
}

.report-main .link_btn a:hover {
	color: #231815;
}
.report-main .link_btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: rotate(45deg) translateY(-50%);
	width: 12px;
	height: 12px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #333;
}

/*
.report-main .link_btn a:hover {
	background-color: #B99b00;
	border: 1px solid #333;
}*/

.report-main .link_btn a:hover::after {
	border-color: #231815 #231815 transparent transparent;
}

.report-main .report_02talkshow {
	margin: 20px 0 0;
	padding: 35px 7.5%;
	color: #231815;
	background: url(../img/line01.png) no-repeat 50% 0;
}
.report-main .report_02talkshow .talk_head{
	padding: 0 20px 0 50px;
	margin: 0 0 30px;
}
.report-main .report_02talkshow .talk_head .number{
	width: 284px;
	float: right;
	margin: 30px 0 0 0;
	position: relative;
}
.report-main .report_02talkshow .talk_head .txtbox{
/*	float: left;
	width: calc ( 100% - 305px );
	position: relative;*/
	padding: 1px 0 0;
}
.report-main .report_02talkshow .talk_head h3{
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 2.7em;
	letter-spacing: -5px; 
	line-height: 1.3;
	margin: 110px 0 0;
}
.report-main .report_02talkshow .talk_head p {
	margin: 15px 5px 0;
	font-size: 16px;
	line-height: 1.5;
}
.report-main .report_02talkshow .talk_cont .talkbox{
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 20px 4% 0 0;
}
.report-main .report_02talkshow .talk_cont .talkbox.las{
	margin: 20px 0 0 0;
}
.report-main .report_02talkshow .talk_cont .talkbox p.date img{
	width: 88px;
	margin: 15px 10px 0 0;
	vertical-align: baseline;
}
.report-main .report_02talkshow .talk_cont .talkbox p.date span{
}
.report-main .report_02talkshow .talk_cont .talkbox h4{
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 1.5em;
	text-align: center;
	margin: 30px auto;
}
.report-main .report_02talkshow .talk_cont .talkbox:nth-child(2) h4{
	font-size: 1.3em;
	letter-spacing: -1px;
}

.report-main .report_02talkshow .talk_cont .talkbox h4 span{
	font-weight: 400;
	font-size: 80%;
}
.report-main .report_02talkshow .talk_cont .talkbox p{
	font-size: 85%;
	line-height: 150%;
	margin: 0 0 20px;
}
.report-main .report_02talkshow .talk_cont .talkbox a {
	width: 90%;
}

.report-main .report_03experience {
	margin: 20px 0 0;
	padding: 35px 7.5%;
	color: #231815;
	background: url(../img/line02.png) no-repeat 50% 0;
}
.report-main .report_03experience .exp_head{
	padding: 0 0 20px;
}
.report-main .report_03experience .exp_head .number{
	width: 257px;
	float: left;
	margin: 30px 30px 0 0;
}
.report-main .report_03experience .exp_head .txtbox{
	padding: 1px 0 0;
}
.report-main .report_03experience .exp_head h3{
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 2.7em;
	letter-spacing: -5px; 
	line-height: 1.3;
	margin: 30px 0 0;
}
.report-main .report_03experience .exp_head h3 span{
	font-size: 21px;
	letter-spacing: 0px; 
}
.report-main .report_03experience .exp_head p {
	margin: 15px 0 0 ;
	font-size: 90%;
	line-height: 1.5;
}
.report-main .report_03experience .exp_cont {
	margin: 20px 0 0;
	font-size: 85%;
}
.report-main .report_03experience .exp_cont p{
	margin: 0 0 0;
}
.report-main .report_03experience .exp_cont .photo01 {
	width: 41.7%;
	float: left;
}
.report-main .report_03experience .exp_cont .photo02 {
	width: 56.6%;
	float: right;
}

.report-main .report_04collabo {
	margin: 20px 0 0;
	padding: 35px 7.5%;
	color: #231815;
	background: url(../img/line01.png) no-repeat 50% 0;
}
.report-main .report_04collabo .col_head{
	padding: 0 20px 0 50px;
	margin: 0 0 30px;
}
.report-main .report_04collabo .col_head .number{
	width: 284px;
	float: right;
	margin: 30px 0 0 0;
	position: relative;
}
.report-main .report_04collabo .col_head .txtbox{
	padding: 1px 0 0;
}
.report-main .report_04collabo .col_head h3{
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 2.7em;
	letter-spacing: -5px; 
	line-height: 1.3;
	margin: 110px 0 0;
}
.report-main .report_04collabo .col_head p {
	margin: 15px 5px 0;
	font-size: 95%;
	line-height: 1.5;
}
.report-main .report_04collabo .col_cont .colbox-l {
	border-right: 6px dotted #FFF000;
	width: 50%;
	float: left;
	padding-right: 3%;
}
.report-main .report_04collabo .col_cont .colbox-r {
	width: 50%;
	float: right;
	padding-left: 3%;
}
.report-main .report_04collabo .col_cont .col01 {
	padding: 0 0 35px;
}
.report-main .report_04collabo .col_cont .col01 h4{
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 1.4em;
	letter-spacing: -1px;
	margin: 20px 0;
}

.report-main .report_04collabo .col_cont .col01 .txtbox img{
	width: 50%;
	margin: 0 4% 0 0;
	float: left;
}
.report-main .report_04collabo .col_cont .col01 .txtbox p{
	width: 46%;
	font-size: 90%;
	line-height: 1.6;
	letter-spacing: -1px;
	float: left;
	margin: 0;
}
.report-main .report_04collabo .col_cont .col02 {
	padding: 35px 0 20px 0;
	border-top: 6px dotted #FFF000;
}
.report-main .report_04collabo .col_cont .col02 img{
	width: 47%;
	margin: 0 2% 0 0;
	display: inline-flex;
}
.report-main .report_04collabo .col_cont .col02 h4{
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 1.1em;
	letter-spacing: -1px;
	margin: 15px 0;
}
.report-main .report_04collabo .col_cont .col02 p{
	font-size: 90%;
	line-height: 1.7;
	letter-spacing: -1px;
}

.report-main .report_premium {
	margin: 20px 0 0;
	padding: 0;
	color: #231815;
	background: url(../img/bg_premium.jpg) no-repeat 0 0;
/*	background-size: contain;*/
}
.report-main .report_premium .pre_head{
	position: relative;
}
.report-main .report_premium .pre_head .txtbox{
	position: relative;
	padding: 128px 0 0 465px;
}
.report-main .report_premium .pre_head h3 img{
	width: 620px;
}
.report-main .report_premium .pre_head p {
	margin: 35px 5px 0;
	font-size: 95%;
	line-height: 1.5;
	color: #fff;
}
.report-main .report_premium .pre_cont {
	padding: 0 0 250px;
	text-align: center;
}
.report-main .report_premium .pre_cont .pre_box01 {
	background: url(../img/pic_pre_fujiwara.png) no-repeat 693px 0;
	margin: 80px 0 0;
	padding: 195px 0 0;
	background-size: 435px;
}
.report-main .report_premium .pre_cont .pre_box02 {
	background: url("../img/pic_pre_matumoto.png") no-repeat 210px 0;
	margin: -20px 0 0;
	padding: 255px 0 0;
	background-size: 435px;
}
.report-main .report_premium .pre_cont .pre_box03 {
	background: url("../img/pic_pre_nakamura.png") no-repeat 740px 0;
	margin: -60px 0 0;
	padding: 200px 0 0;
	background-size: 415px;
}
.report-main .report_premium .pre_cont .pre_box04 {
	background: url("../img/pic_pre_maeda.png") no-repeat 790px 135px;
	margin: 0 0 0;
	padding: 325px 0 0;
	background-size: 435px;
}
.report-main .report_premium .pre_cont .txtbox {
	width: 520px;
	margin: 0 0 30px 423px;
	text-align: left;
	font-size: 90%;
	line-height: 1.6;
}
.report-main .report_premium .pre_cont .txtbox h5 {
	font-weight: 500;
	font-size: 1.4em;
	color: #C54540;
	margin: 0 0 10px;
}
.report-main .report_premium .pre_cont .txtbox h5 span {
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-size: 1.4em;
	margin-right: 15px;
}
.report-main .report_last {
	padding: 100px 18%;
}
.report-main .report_last img{
	border-radius: 0;
}

