@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 vertical-align: baseline;
 font-family: inherit;
 font-style: inherit;
 font-weight: inherit; /*	outline: 0;*/
}
html {
 font-size: 100%;
 -webkit-text-size-adjust: none;
}
img {
 vertical-align: top;
 -ms-interpolation-mode: bicubic;
}
a {
 -webkit-tap-highlight-color: transparent;
}
strong {
 font-weight: bold;
}
ol, ul {
 list-style: none;
}
caption, th, td {
 font-weight: normal;
 text-align: left;
 vertical-align: top;
}
blockquote:before, blockquote:after, q:before, q:after {
 content: "";
}
blockquote, q {
 quotes: """";
}
a:focus {
 /*\*/
 overflow: hidden; /**/
}
option {
 padding-right: 10px;
}
a {
 outline: none;
 color: #0297dc;
}
a:hover {
 text-decoration: underline;
}
a:hover img {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -ms-filter: "alpha( opacity=70 )";
}
a:focus {
 outline: none;
}
fieldset, img {
 border: 0;
}
.guard {
 pointer-events: none;
 cursor: default;
}
.clear {
 clear: both;
 display: block;
 height: 0;
 overflow: hidden;
 visibility: hidden;
 width: 0;
}
.clearfix:after {
 clear: both;
 content: " ";
 display: block;
 font-size: 0;
 height: 0;
 line-height: 0;
 visibility: hidden;
 width: 0;
}
/* ------------------------------
	コンテンツ
------------------------------ */
header, article, aside, section, footer, nav, menu, details, hgroup, summary {
 display: block;
}
html, body {
 width: 100%;
 height: 100%;
}
body {
 background-color: #111;
 font-size: 14px;
 font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "ＭＳ Ｐゴシック", sans-serif;
 font-weight: 400;
 line-height: 1.8;
 color: #fff;
 /* 
 -webkit-user-select: none;
 -moz-user-select: none;
 -khtml-user-select: none;
 -webkit-user-drag: none;
 -khtml-user-drag: none;
 iPhoneポップアップ無効
 -webkit-touch-callout: none; */
}
/*-- 画像保存を禁止
img {
 pointer-events: none;
} --*/
.en {
 font-weight: 700;
 font-family: Arial, Helvetica, "sans-serif";
}
.contents {
 padding-bottom: 4em;
 position: relative;
 width: 100%;
 overflow: hidden;
 padding-top: 1em;
}
.contents a:hover {
 opacity: .7;
}
.contents img {
 max-width: 100%;
}
.report, .banner-area, .writer-prof {
 width: 100%;
 max-width: 1000px;
 padding: 1em;
 box-sizing: border-box;
 margin: 0 auto;
}
.writer-prof {
 padding: 0 1em;
}
.writer-prof {
 margin-bottom: 30px;
}
.report.w {
 max-width: 1200px;
}
.header-control {
 left: 0;
 padding-top: 2px;
 top: 0;
 width: 100%;
 border: none;
 font-size: 11px;
 padding: 0;
 background: #0062b4;
 position: fixed;
 z-index: 999;
}
.header-control .logo {
 display: block;
 margin: 0 auto;
 height: 35px;
}
.mainimage {
 width: 100%;
 position: relative;
}
.mainimage.top {
 margin: 35px auto 0;
 width: 100%;
 max-width: 1600px;
}
@-webkit-keyframes bg_anime1 {
 0% {
  -webkit-transform: scale(1);
 }
 100% {
  -webkit-transform: scale(1.1);
 }
}
@keyframes bg_anime1 {
 0% {
  transform: scale(1);
 }
 100% {
  transform: scale(1.1);
 }
}
.movie .inner iframe {
 position: absolute;
 top: 0;
 right: 0;
 width: 100% !important;
 height: 480px;
 max-height: 100% !important;
}
.view {
 width: 100%;
 max-width: 1600px;
 margin: 0 auto 2em;
 padding-bottom: 56.25%;
 height: 0px;
 position: relative;
 overflow: hidden;
 display: block;
 -webkit-overflow-scrolling: touch;
 overflow-scrolling: touch;
}
.view.v2 {
 margin-top: 2em;
}
.view iframe, .view .player {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 1;
}
.logobox.pc {
 position: absolute;
 right: 2vw;
 top: 28px;
 width: 46%;
 max-width: 600px;
}
.logobox.sp {
 width: 86%;
 max-width: 300px;
 margin: 1.4em auto 0;
}
.titlebox {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 width: 100%;
 background: -prefix-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
 background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
 background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.maintitle {
 font-size: clamp(18px, 3.6vw, 38px);
 font-weight: bold;
 line-height: 1.5em;
 width: 100%;
 padding: 1.2em 0;
 box-sizing: border-box;
 margin: 0 auto;
 text-align: center;
 color: #0062b4;
 font-feature-settings: "palt"1;
}
.main-subtitle {
 font-size: 4.6vw;
 font-weight: bold;
 line-height: 1.6em;
 display: block;
 margin: .5em auto;
 text-align: center;
 color: #0062b4;
}
.read {
 font-weight: 600;
}
.logobox .logo_mini {
 padding-top: 10%;
 padding-right: 0.3em;
}
.logobox .logo_mini img {
 max-width: 180px;
 width: 20%;
}
@keyframes fadeIn {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@-webkit-keyframes fadeIn {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
.report .eff-bef {
 opacity: 0;
}
.report .eff-aft {
 animation: fadeIn 1s ease 0s 1 normal;
 -webkit-animation: fadeIn 1s ease 0s 1 normal;
 opacity: 1.0;
}
.report .title {
 color: #fff;
 font-size: clamp(18px, 2.8vw, 24px);
 font-weight: bold;
 line-height: 1.5;
 background: -prefix-linear-gradient(left, rgba(0, 75, 151, .2), rgba(0, 75, 151, .8));
 background: -webkit-linear-gradient(right, rgba(0, 75, 151, .2), rgba(0, 75, 151, .8));
 background: linear-gradient(to left, rgba(0, 75, 151, .2), rgba(0, 75, 151, .8));
 padding: 0.4em 0.6em;
 margin: 0 0 1em -1px;
 box-sizing: border-box;
 font-feature-settings: "palt"1;
 -webkit-box-shadow: 4px 4px 0 #004b97;
 box-shadow: 4px 4px 0 #004b97;
}
.report .title .sub {
 font-size: .8em;
}
.report p {
 margin-bottom: 1.8em;
}
.report .credit {
 font-size: 0.8em;
}
.report .figure {
 margin: 2em 0;
 vertical-align: middle;
 display: block;
}
.photo {
 letter-spacing: -.4em;
 /*margin-left: -0.5%;*/
 margin-left: -0.5%;
 margin: 2em 0;
}
.photo li.w3 {
 letter-spacing: normal;
 width: 33.333%;
 /*width: 32.833%;
	margin-left: 0.5%;*/
 display: inline-block;
}
.photo li.w2 {
 letter-spacing: normal;
 width: 49.5%;
 display: inline-block;
 margin-left: 0.5%;
}
.banner-area {
 text-align: center;
 vertical-align: top;
}
.banner-area img {
 vertical-align: bottom;
}
.banner-area a {
 display: block;
 margin-bottom: 20px;
 /*border: 1px solid #8d8d8d;*/
 -webkit-transition: 0.2s;
 -moz-transition: 0.2s;
 -o-transition: 0.2s;
 -ms-transition: 0.2s;
 transition: 0.2s;
}
.banner-area a:hover img, .banner-area a:hover {
 opacity: 0.9;
 filter: alpha(opacity=90);
 -ms-filter: "alpha( opacity=90 )";
}
.banner-area .link-btn {
 display: block;
 margin: 1.2em auto 1em;
 border: 1px solid #fff;
 color: #fff;
 padding: 10px 10px;
 font-size: 1.1em;
 font-weight: bold;
 text-decoration: none;
 max-width: 500px;
 width: 80%;
}
.gallery .title, .banner-area .title {
 font-family: Arial, Helvetica, "sans-serif";
 text-align: center;
 color: #fff;
 font-weight: bold;
 font-size: 5vw;
 margin-bottom: 0.2em;
}
.banner-area ul li {
 margin-bottom: 1em;
}
.writer-prof .prof-image {
 width: 70%;
 margin: 0 auto 0.8em;
 display: block;
}
.writer-prof .writer-title {
 font-family: Arial, Helvetica, "sans-serif";
 color: #0062b4;
 font-weight: bold;
 font-size: 1.2em;
 margin-bottom: 0;
 letter-spacing: 1px;
}
.writer-prof .name {
 font-size: 3em;
 line-height: 1.2em;
 margin-bottom: 0.2em;
}
.writer-prof .name .occupation {
 margin-left: 10px;
 font-family: Arial, Helvetica, "sans-serif";
 font-size: 16px;
 letter-spacing: 1px;
}
.thm-footer {
 background-color: #111;
}
.thm-footer .item {
 color: #fff;
}
.thm-footer .item .link {
 color: #fff;
 text-decoration: none;
 display: inline-block;
}
.thm-footer .section.site .control-list {
 list-style-type: none;
 margin: 0;
 padding: 10px 0;
}
.thm-footer .section.site .control-list .logo {
 display: block;
 margin: auto;
 text-align: center;
}
.thm-footer .inner {
 background-color: #000;
 font-size: 10px;
 padding: 15px 0;
}
.thm-footer .inner .common-link-list {
 list-style-type: none;
 margin: 0 3vw;
 padding: 0;
 text-align: center;
}
.thm-footer .inner .common-link-list .item {
 display: inline-block;
 margin-right: 1em;
}
.thm-footer .item .link img {
 max-width: 140px;
}
.page-top.is-visible {
 display: block;
}
#page_top {
 position: fixed;
 right: 10px;
 bottom: 10px;
 opacity: 0.9;
 z-index: 10;
}
#page_top a {
 border-radius: 50%;
 height: 40px;
 width: 40px;
 text-align: center;
 background: #0062b4;
 color: #fff;
 font-size: 0;
 margin: auto;
 padding: 0;
 display: block;
 position: relative;
}
#page_top a:after {
 position: absolute;
 top: 50%;
 right: 50%;
 display: block;
 width: 10px;
 height: 10px;
 margin-top: -5px;
 margin-right: -6px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 border: solid #fff;
 border-width: 2px 0 0 2px;
 content: '';
}
.gallery {
 max-width: 100%;
}
.gallery .thumblist {
 max-width: 1440px;
 margin: 0 auto 40px;
 text-align: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-lines: multiple;
 -moz-box-lines: multiple;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 justify-content: center;
 /*border: 1px solid #000;*/
}
.gallery .thumblist .item {
 background-size: 100% auto;
 display: inline-block;
 font-size: 14px;
 box-sizing: border-box;
 border: 1px solid #111;
 vertical-align: top;
 width: 25%;
 background-position: center center;
 background-repeat: no-repeat;
 background-color: #111;
}
.gallery .thumblist .item .anc {
 display: block;
 width: 100%;
 padding-top: 56%;
}
.gallery .thumblist .item .anc img {
 margin: 0;
}
.gallery .thumblist .item:hover {
 opacity: .8;
}
.report .figure.sp, .sp {
 display: block;
}
.report .figure.pc, .pc {
 display: none;
}
.report .figure.R {
 float: right;
 width: 50%;
 max-width: 600px;
 margin: .5em 0 1em 1em;
}
.report .figure.square {
 aspect-ratio: 1;
 object-fit: cover;
 width: 48%;
}
.report .figure.L {
 float: left;
 width: 50%;
 max-width: 600px;
 margin: .5em 1em 1em 0;
}
@media screen and (min-width: 768px) {
 body {
  font-size: 16px;
  line-height: 2;
 }
 .contents {
  padding-top: 2em;
  padding-bottom: 2em;
  background-size: 100% auto;
 }
 .header-control .logo {
  height: 40px;
 }
 .maintitle {
  padding: 0.8em 0;
  line-height: 1.4em;
 }
 .report, .banner-area, .writer-prof {
  margin-bottom: 2em;
 }
 .profile {
  display: flex;
  align-items: center;
 }
 .writer-prof .prof-image {
  width: 100%;
  max-width: 400px;
  float: left;
  margin: 0 2em 2em 0;
 }
 .report .title {
  font-size: 2.2em;
  margin-bottom: 0.8em;
 }
 .thm-footer .item .link img {
  max-width: 200px;
 }
 .view {
  margin-bottom: 3em;
 }
 .view.v2 {
  margin-top: 3em;
 }
 #page_top a {
  border-radius: 50%;
  height: 68px;
  width: 68px;
  text-align: center;
  background: #0062b4;
  color: #fff;
  font-size: 0;
  margin: auto;
  padding: 0;
  display: block;
  position: relative;
 }
 #page_top a:after {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -5px;
  margin-right: -11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 2px 0 0 2px;
  content: '';
 }
 .banner-area .link-btn {
  font-size: 1.2em;
  padding: 20px 10px;
  margin-bottom: 0;
 }
 .report .figure.sp, .sp {
  display: none;
 }
 .report .figure.pc, .pc {
  display: block;
 }
 .report .figure.R {
  float: right;
  width: 48%;
  max-width: 600px;
  margin: 0 0 2em 2em;
 }
 .ph-16-9 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
 }
 .report .figure.L {
  float: left;
  width: 48%;
  max-width: 600px;
  margin: 0 2em 2em 0;
 }
 .header-control .logo {
  height: 50px;
 }
 .logobox .logo_mini {
  padding-top: 80px;
 }
 .gallery .title, .banner-area .title {
  font-size: 2em;
  position: relative;
  width: 740px;
  margin: 0 auto 0.5em;
 }
 .gallery .title:before, .gallery .title:after, .banner-area .title:before, .banner-area .title:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 180px;
  height: 2px;
  background-color: #fff;
 }
 .gallery .title:before, .banner-area .title:before {
  left: 0;
 }
 .gallery .title:after, .banner-area .title:after {
  right: 0;
 }
 .banner-area ul {
  letter-spacing: -.4em;
  margin-left: -2%;
  text-align: center;
 }
 .banner-area ul li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-left: 2%;
 }
 .gallery .thumblist .item {
  width: 14.28571%;
  border-width: 2px;
 }
 .main-subtitle {
  font-size: 3.6vw;
 }
 .mainimage.top {
  margin-top: 50px;
 }
}
@media screen and (min-width: 1000px) {
 .main-subtitle {
  font-size: 36px;
 }
}
@media screen and (max-width: 767px) {
 .writer-prof .writer-title, .writer-prof .name {
  text-align: center;
 }
}