@charset "UTF-8";

/* reset */
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, tt, var, b, u, i, center, dl, ol, ul, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* base
----------------------------------------*/
html {
  overflow: auto;
  /* scroll-behavior: smooth; */
}
body {
  width: 100%;
  color: #000;
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
}
.clearfix::after {
  /* content: ""; */
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
a:focus {outline:none;}
a:link {color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}
a:active, a:hover {color:#000;text-decoration:underline;}
img{vertical-align: bottom;}
.sp_only{display: none;}

@media screen and (max-width: 768px){
  .pc_only{display: none;}
  .sp_only{display: block;}
}

/* header_logo */
.header_bg{
  position: relative;
}
.header_esglogo {
  display: inline-block;
  background: none;
}
.header_esglogo a{
  display: block;
}
.header_esglogo img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .header_wrap{
    text-align: left!important;
  }
  .header_wrap .header_logo{
    position: relative;
    left: 10px;
  }
  .header_esglogo{
    position: absolute;
    top: 2.535vw;
    left: calc(38.548vw + 30px) ;
    width: 27vw;
  }
}
@media screen and (min-width: 320px) {
  .header_esglogo a{
    padding-top: 0.5vw;
  }
}
@media screen and (min-width: 440px) {
  .header_esglogo{
    position: absolute;
    top: 10px;
  }
  .header_esglogo{
    position: absolute;
    top: 10px;
    left: 220px;
    width: 134px;
  }
  .header_esglogo a {
    padding-top: 0;
  }
}
@media screen and (min-width: 640px) {
  .header_wrap .header_logo {
    position: relative;
    left: -100px;
  }
  .header_esglogo{
    position: absolute;
    top: 12.5px;
    left: 54.5%;
    width: 150px;
  }
}

/* Layout
----------------------------------------*/
body .wrapper {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 2;
  word-break: break-all;
  -webkit-text-size-adjust:100%;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
  padding: 15px 0 0;
  position: relative;
}
.wrapper p{
  font-size: 16px;
  position: relative;
  margin-bottom: 1em;
}
.wrapper p.separator{
  text-align: center;
}
sub{
  position: relative;
  bottom: 3px;
  padding-right: 1px;
}
.i-block{
  display: inline-block;
}
.wrapper .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  padding: 0 20px;
  margin: auto;
}
.mv_wrap{
  padding: 20px 0;
}
.mv_wrap .inner{
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  max-width: 970px;
  margin: auto;
}
.mv_wrap .inner .mv_logo img{
  max-width: 220px;
}
.mv_wrap .inner .mv_logo p{
  /* text-align: right; */
  font-size: 10px;
  font-feature-settings: "palt";
  padding: 15px 20px 0 0;
}
.mv_wrap .logo_messages{
  font-size: 22px;
  font-weight: bold;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.3;
  padding: 40px 0 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.maintitle{
  background: #d72a3a url(subtitle_bg.svg) no-repeat center bottom;
  background-size: cover;
}
.maintitle_inner{
  text-align: center;
  padding: 40px 0 55px;
}
.maintitle .title{
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
}
.maintitle .title .subtitle{
  display: block;
  margin-top: 15px;
  font-size: 29px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 1px;
}
.maintitle .title .subtitle span{
  display: inline-block;
}
.main_contents{
  position: relative;
  margin: 0 auto 50px;
}
.wrapper .main_contents img{
  width: 100%;
  height: auto;
}
.wrapper .lead{
  position: relative;
  background-color: #fff;
  padding-bottom: 60px;
  background: url(main_bg.png) no-repeat bottom center;
  border-bottom: 4px solid #898989;
  margin-bottom: 15px;
}
.wrapper .lead .inner{
  position: relative;
  top: -30px;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  z-index: 90;
}
.wrapper .lead p{
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 5px;
}
.wrapper .lead p.notes{
  margin-top: 0.3em;
  font-size: 86%;
  font-weight: normal;
}
.wrapper .anchor{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.wrapper .anchor li{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
}
.wrapper .anchor li:nth-of-type(1){
  background-color: #d72a3a;
}
.wrapper .anchor li:nth-of-type(2){
  background-color: #fd9d24;
}
.wrapper .anchor li a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 10px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
.wrapper .anchor li a::before{
  position: absolute;
  left: 50%;
  bottom: 10px;
  content: "";
  width: 8px;
  height: 8px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
}
.wrapper .anchor li a:hover{
  opacity: 0.7;
}
.wrapper .anchor li a small{
  font-size: 75%;
}
.wrapper .main{
  width: 65%;
  margin: 50px 0 0;
  padding: 0 20px 0 0;
  border-right: 4px solid #898989;
}
.wrapper .section01,
.wrapper .section02{
  overflow: hidden;
}
.wrapper .section01{
  border-top: solid 4px #d72a3a;
}
.wrapper .section02{
  margin-top: 50px;
  border-top: solid 4px #fd9d24;
}
.wrapper .section_title{
  margin: 20px 0 30px;
  font-size: 32px;
  line-height: 1.5;
}
.wrapper .section_title .subtitle{
  display: block;
  font-size: 80%;
}
.wrapper .section01 .section_title .subtitle{
  color: #d72a3a;
}
.wrapper .section02 .section_title .subtitle{
  color: #fd9d24;
}
.wrapper .photo_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 30px;
}
.wrapper .photo_item .image{
  width: 31.66666666666667%;
}
.wrapper .photo_item .text{
  width: 65%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}
.wrapper .photo_item .text .name{
  font-size: 140%;
}
.wrapper .photo_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
}
.wrapper .photo_list .photo_item{
  align-items: flex-start;
  align-self: flex-start;
  width: 31.66666666666667%;
  margin: 0 auto;
}
.wrapper .photo_list .photo_item .image{
  width: 100%;
}
.wrapper .photo_list .photo_item .text{
  width: 100%;
  margin-top: 10px;
}
.wrapper .column{
  margin-top: 30px;
  padding: 30px;
  background-color: #fff1e0;
}
.wrapper .column_title{
  margin-bottom: 10px;
  color: #fd9d24;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.wrapper .side{
  width: 35%;
  margin: 50px 0 0;
  padding: 0 0 0 20px;
}
.wrapper .side_title{
  margin: 0 0 20px;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.wrapper .side_title small{
  font-size: 75%;
}
.wrapper .side_block:nth-of-type(1) .side_title{
  background-color: #d72a3a;
}
.wrapper .side_block:nth-of-type(2){
  margin-top: 50px;
}
.wrapper .side_block:nth-of-type(2) .side_title{
  background-color: #fd9d24;
}
.wrapper .side_list > li + li{
  margin-top: 25px;
}
.wrapper .side_list li .person{
  margin: 0;
  line-height: 1.6;
}
.wrapper .side_list li .person b{
  font-size: 20px;
}
.wrapper .side_list li .person + .person{
  margin-top: 10px;
}
.wrapper .side_list_link{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.wrapper .side_list_link li{
  width: 49%;
}
.wrapper .side_list_link li.report a,
.wrapper .side_list_link li.movie a{
  display: block;
  padding: 0.6em;
  border-radius: 3em;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
.wrapper .side_list_link li.report a{
  border: solid 2px #00a6d9;
  color: #00a6d9;
}
.wrapper .side_list_link li.movie a{
  border: solid 2px #2ca611;
  color: #2ca611;
}
.wrapper .side_list_link li.report a:hover{
  background-color: #00a6d9;
  color: #fff;
}
.wrapper .side_list_link li.movie a:hover{
  background-color: #2ca611;
  color: #fff;
}
.wrapper .side .info_btn a.btn{
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.4;
}
.wrapper .logo{
  max-width: 1000px;
  margin: 50px auto;
  padding: 0 20px;
}
.wrapper .logo_title{
  padding: 10px;
  background-color: #898989;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.wrapper .logo_list + .logo_title{
  margin-top: 30px;
}
.wrapper .logo_list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.wrapper .logo_list li{
  width: 20%;
  margin: 30px;
}
.wrapper .logo_list li:nth-of-type(5){
  width: 8%;
}
.wrapper .logo_list li:nth-of-type(6){
  width: 16%;
}
.wrapper .logo_list li:nth-of-type(7){
  width: 27%
}
.wrapper .logo_list:nth-of-type(2) li{
  width: 26%;
}
.info{
  padding: 50px 0;
}
.info .inner a{
  font-weight: 500;
}
.info_btn{
  text-align: center;
  padding: 5%;
}
.info_btn a.btn{
  background: #d72a3a;
  border: 4px solid #d72a3a;
  border-radius: 62px;
  color: #fff;
  padding: 25px 100px;
  line-height: 70px;
  font-size: 22px;
  font-weight: 500;
  transition: .3s ease-in-out;
}
.info_btn a.btn:hover{
  text-decoration: none;
  background: #fff;
  border: 4px solid #d72a3a;
  color: #d72a3a;
}

@media screen and (max-width: 900px){
  .info_btn{
    padding: 3%;
  }
  .info_btn a.btn{
    padding: 25px 80px;
  }
}

@media screen and (max-width: 768px){
  body .wrapper {
    padding: 0 0;
  }
  .inner{
    padding: 5%;
  }
  .wrapper .inner .main{
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    border-right: none;
  }
  .mv_wrap {
    padding: 0;
  }
  .mv_wrap .inner{
    padding: 5% 5% 1.5%;
  }
  .maintitle_inner{
    padding: 30px 0;
  }
  .maintitle .title{
    font-size: 42px;
  }
  .maintitle .title .subtitle{
    font-size: 21px;
  }
  .wrapper .lead{
    padding-bottom: 30px;
    background: url(main_bg.png) no-repeat bottom center;
    background-size: auto 25%;
  }
  .wrapper .lead .inner{
    padding: 0.5% 0;
  }
  .wrapper .lead p {
    font-size: 2vw;
  }
  .wrapper .anchor{
    margin-bottom: 30px;
  }
  .wrapper .anchor li a{
    padding: 10px 5px 25px;
    font-size: 15px;
  }
  .wrapper .section_title{
    font-size: 27px;
  }
  .wrapper .column{
    margin-top: 20px;
    padding: 15px;
  }
  .wrapper .column_title{
    font-size: 18px;
  }
  .wrapper .photo_item .text{
    margin-top: 10px;
  }
  .wrapper .photo_item .image{
    width: 100%;
  }
  .wrapper .photo_list .photo_item{
    width: 100%;
  }
  .wrapper .photo_list .photo_item + .photo_item{
    margin-top: 20px;
  }
  .wrapper .inner .side{
    width: 100%;
    padding: 0;
  }
  .wrapper .logo{
    margin: 20px auto;
  }
  .wrapper .logo_list li{
    width: 65%;
  }
  .wrapper .logo_list li:nth-of-type(5){
    width: 30%;
  }
  .wrapper .logo_list li:nth-of-type(6){
    width: 54%;
  }
  .wrapper .logo_list li:nth-of-type(7){
    width: 100%;
  }
  .wrapper .logo_list:nth-of-type(2) li{
    width: 70%;
  }
  .info_btn a.btn{
    padding: 25px 100px;
  }
  .wrapper .side .info_btn a.btn{
    display: inline;
    padding: 25px 100px;
    font-size: 22px;
    line-height: 70px;
  }
}

@media screen and (max-width: 640px){
  .mv_wrap .inner{
    margin-bottom: 0;
    display: block;
    text-align: center;
  }
  .mv_wrap .inner .mv_logo img{
    width: 160px;
    height: 72px;
  }
  .mv_wrap .inner .mv_logo p {
    text-align: center;
    padding: 15px 0 0 0;
  }
  .mv_wrap .mv_heading{
    margin: 0 auto;
  }
  .maintitle_bg .heading01 {
    position: relative;
    top: 4.6875vw;
  }
  .maintitle_bg .inner{
    height: 53vw;
  }
  .mv_wrap .logo_messages{
    text-align: left;
    display: inline-block;
    padding: 0 0;
    font-size: 17px;
  }
  .wrapper .lead{
    padding-bottom: 5%;
    background: url(main_bg.png) no-repeat bottom center;
    background-size: auto 12%;
  }
  .wrapper .lead .inner {
    position: relative;
    top: -20px;
    max-width: 90%;
  }
  .wrapper .lead p {
    padding: 0 10px;
    font-size: 15px;
  }
  .info {
    padding: 10% 0;
  }
  .info .inner .info_txt{
    text-align: center;
  }
  .info_btn a.btn,
  .wrapper .side .info_btn a.btn {
    display: block;
    padding: 15px 0;
    line-height: 30px;
    border-radius: 60px;
    font-size: 18px;
  }
}

@media screen and (max-width: 428px){
  .wrapper .lead{
    padding-bottom: 7%;
    background: url(main_bg.png) no-repeat bottom center;
    background-size: auto 7%;
  }
  .info {
    padding: 5% 0;
  }
}

/* pageTop
----------------------------------------*/

.pagetop {
  position: fixed!important;
  bottom: 0px;
  right: 5px;
  font-size: 12px;
  color: #fff;
  z-index: 90;
  display: inline-block;
  margin-bottom: 0!important;
}
.pagetop a {
  background-color: rgba(0,0,0,0.5);
  text-decoration: none;
  color: #fff;
  padding: 7px 12px 4px 6px;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  line-height: 1.4;
}
.pagetop a:hover{
  opacity: 0.6;
}
@media screen and (max-width: 768px){
  .pagetop {
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 10px;
  }
  .pagetop a {
    padding: 5px 8px 8px 8px;
    line-height: 1.2;
  }
}