@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;
}
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;
}
sub{
  position: relative;
  bottom: 3px;
  padding-right: 1px;
}
.i-block{
  display: inline-block;
}
.wrapper .inner{
  max-width: 970px;
  margin: auto;
}
.mv_wrap{
  padding: 20px 0;
}
.mv_wrap .inner{
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.mv_wrap .inner .mv_logo p{
  text-align: right;
  font-size: 11px;
  font-feature-settings: "palt";
  padding: 15px 20px 0 0;
}
.mv_wrap .logo_messages{
  font-size: 25px;
  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;
}
.subtitle{
  background: #d72a3a url(subtitle_bg.svg) no-repeat center bottom;
  background-size: cover;
}
.subtitle_inner{
  background-size: cover;
  text-align: center;
  padding: 35px 0;
}
.subtitle .title{
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.1;
}
.subtitle .title span{
  font-size: 32px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  display: inline-block;
  line-height: 1.5;
}
.maintitle_bg{
  background-color: #0c0c0c;
  position: relative;
  z-index: 10;
}
.maintitle_bg .inner{
  max-width: 1000px;
  height: 290px;
  margin: auto;
  position: relative;
}
.maintitle_bg .inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-11%);
  transform: translateX(-11%);
  width: 100%;
  height: 290px;
  background-image: url("bg_left.jpg");
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: 30;
  transition: .3s ease-in-out;
}
/* .maintitle_bg .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(19%);
  transform: translateX(19%);
  width: 100%;
  height: 290px;
  background-image: url("bg_right.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 20;
  transition: .3s ease-in-out;
} */
.maintitle_bg .heading01{
  color: #fff;
  text-align: center;
  font-size: 35px;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
  line-height: 1.2;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  position: relative;
  /* top: 60px; */
  top: 20px;
  z-index: 40;
  transition: .3s ease-in-out;
}
.maintitle_bg .heading01 span.maintitle{
  border-bottom: 1px solid #fff;
  display: inline-block;
  /* padding: 0 15px 10px; */
  padding: 20px 15px 10px;
  font-weight: bold;
}
.maintitle_bg .heading01 span.maintitle .small{
  font-size: .70em;
}
.maintitle_bg .inner p{
  color: #fff;
  z-index: 41;
  line-height: 1.3;
  position: relative;
  /* top: 76px; */
  top: 35px;
  text-align: center;
  font-size: 15px;
}
.maintitle_bg .inner p span{
  font-size: 1.5em;
}
.main_contents{
  position: relative;
  margin: auto;
}
.wrapper .lead{
  position: relative;
  background-color: #fff;
  padding-bottom: 70px;
  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: 600px;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 10px;
  z-index: 90;
}
.wrapper .lead .lead_logo{
  text-align: right;
  padding: 15px;
}
.wrapper .lead p{
  font-size: 16px;
  color: #830051;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 5px;
}

.profile{
  width: 250px;
  float: left;
  padding-top: 30px;
  position: relative;
  left: -30px;
}
.profile .profile_name{
  background-color: #eb5e01;
  color: #fff;
  margin: 5px 5px;
  padding: 5px 10px 10px;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 15px;
}
.profile .profile_name span{
  font-weight: bold;
  font-size: 20px;
}
.wrapper .section01{
  overflow: hidden;
  padding: 25px 50px;
}
.wrapper .section02{
  overflow: hidden;
  padding: 25px 50px 100px;
}
.ulizahtml5 {
  border: 2px solid #333;
}
.wrapper .link_box{
  position: relative;
  line-height: 1.4;
  padding:25px 100px 0;
  display: inline-block;
  top:0;
  margin-bottom: 45px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.wrapper .link_box a{
  display: block;
  box-sizing: border-box;
  color: #07913a;
}
.wrapper .link_box:before, .wrapper .link_box:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 20px;
  height: 100%;
  display: inline-block;
}
.wrapper .link_box:before {
  border-top: solid 6px #83c89c;
  border-left: solid 6px #83c89c;
  border-bottom: solid 6px #83c89c;
  left: 0;
}
.wrapper .link_box:after {
  content: '';
  border-top: solid 6px #83c89c;
  border-right: solid 6px #83c89c;
  border-bottom: solid 6px #83c89c;
  right: 0;
}
.wrapper .link_box a p{
  font-size: 16px;
  font-weight: 600;
  transition: .5s ease-in-out;
  margin-bottom: .5em;
}
.wrapper .link_box a p .arrow_double{
  margin-bottom: 9px;
  opacity: .5;
  transition: .5s ease-in-out;
}
.wrapper .link_box a p .arrow_text{
  font-size: 20px;
  font-weight: bold;
}
.wrapper .link_box a:hover{
  text-decoration: none;
}
.wrapper .link_box a:hover .arrow_double,
.wrapper .link_box a:active .arrow_double{
  position: relative;
  top: 4px;
  opacity: 1;
}

.heading02{
  text-align: center;
  color: #d72a3a;
  font-size: 28px;
  margin-bottom: 1em;
}
.heading02 sub {
  font-size: 0.7em;
  position: relative;
  bottom: 0.2em;
}
.heading02 span{
  font-weight: bold;
  font-size: 2em;
  letter-spacing: 2px;
  padding: 0 3px;
  font-feature-settings : "palt";
}
.imageL{
  width: 158px;
  float: left;
  margin-right: 30px;
}
.imageR{
  width: 200px;
  padding-right: 50px;
  float: right;
  margin-left: 30px;
}
.imageC{
  max-width: 100%;
  margin: 30px auto;
  text-align: center;
}
.wrapper p.caption{
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  padding: 6px 5px 7px;
  margin-top: 8px;
}
.figTitle{
  color: #333;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  border-left: 8px solid #d72a3a;
  text-align: left;
  padding-left: 10px;
}
.imageC.fig p.caption{
  text-align: right;
  font-size: 13px;
  margin-bottom: 0;
  padding: 0px 5px;
  margin-top: 0px;
}
.imageC.fig img{
  border: 1px solid #ddd;
  margin: 10px auto 5px;
}
.bpimage_click{
  text-align: right;
  font-size: 13px;
}
.txt_credit{
  border-left: 3px solid #a8a8a8;
  margin-top: 16px;
}
.txt_credit p{
  font-weight: bold;
  line-height: 1.6;
  padding: .5em 0 .25em 1em;
}
.txt_credit p span{
  font-weight: bold;
  display: inline-block;
}
.aside01{
  background: #f3d8aa;
  padding: 50px 0 30px;
}
.aside01 .inner{
  padding: 0 50px;
  max-width: 900px;
}
.aside01 .heading03{
  font-size: 25px;
  margin-bottom: 1em;  
}
.aside01 .inner p.txt{
  width: calc( 100% - 208px);
}
.aside01 .imageR{
  margin-left: 50px;
}
.aside01 .imageR .caption{
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}
.aside01 .imageR .caption span{
  font-size: 1.25em;
  font-weight: bold;
}
.info{
  padding: 50px 0;
}
.info .inner{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px;
}
.info .inner a{
  font-weight: 500;
}
.info .inner .logo{
  margin-right: 50px;
  border-right: 2px solid #ccc;
  padding: 0.8em 50px 2em 0;
}
.info .inner .heading05{
  font-size: 16px;
  color: #666;
}
.info .inner p{
  color: #000;
  font-weight: bold;
}
.info .inner p a {
  position: relative;
  color: #830051;
  /* margin-left: 1em; */
}
.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;
}
.info_link{
  background-color: #830051;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 60px 0 50px;
  margin-bottom: 90px;
}
.info_link a{
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
  padding-left: 2em;
  color: #fff;
}
.info_link a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: .5em;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #d72a3a;
  border-right: 2px solid #d72a3a;
  transition: 0.3s;
}
.info_link a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(.5em + 7px);
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #d72a3a;
  border-right: 2px solid #d72a3a;
  transition: 0.3s;
}
.center{
  text-align: center;
}
@media screen and (max-width: 999px){
  img{
    max-width: 100%;
    height: auto;
  }
  .maintitle_bg .inner::before {
    background-size: 44%;
  }
  .maintitle_bg .inner::after {
    background-size: 44%;
  }
  .maintitle_bg .heading01 {
    font-size: 35px;
  }
  .header_mv {
    position: absolute;
    bottom: 15px;
    left: 60%;
    width: calc(40vw - 15px);
  }
  .wrapper section.inner{
    margin-left: 30px;
    margin-right: 30px;
  }  
  .aside01 .imageR {
    width: 200px;
    padding-right: 0;
    margin-left: 30px;
  }
}

.tab_only{display: none;}
@media screen and (min-width: 769px) and (max-width: 910px) {

  .maintitle_bg .heading01{
    position: relative;
    top: 50px;
    font-size: 28px;
    font-size: 3.5vw;
  }
  .maintitle_bg .heading01 span{
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px){
  body .wrapper {
    padding: 0 0;
  }
  .inner{
    padding: 5%;
  }
  .mv_wrap {
    padding: 0;
  }
  .mv_wrap .inner{
    padding: 5% 5% 1.5%;
  }
  .subtitle_inner {
    padding: 5% 5% 5%;
  }
  .subtitle .title{
    font-size: 6.666666667vw;
  }
  .maintitle_bg{
    padding-bottom: 2.5%;
  }
  .maintitle_bg .inner{
    padding: 0;
    height: 360px;
    height: 49.875vw;
  }
  .maintitle_bg .inner::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .maintitle_bg .inner::after {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .maintitle_bg .heading01 {
    position: relative;
    top: 30px;    
    font-size: 28px;
    font-size: 3.5vw;
    line-height: 1.2;
  }
  .maintitle_bg .inner p{
    position: relative;
    top: 40px;
    top: 5.20833333333vw;
  }
  .wrapper .lead{
    padding-bottom: 30px;
    background: url(main_bg.png) no-repeat bottom center;
    background-size: auto 15%;
  }
  .wrapper .lead .inner{
    padding: 0.5% 0;
  }
  .wrapper .lead p {
    font-size: 2vw;
  }
  .wrapper section.inner {
    padding: 45px 30px 29px;
  }
  .heading02{
    font-size: 22px;
    line-height: 1.5;
  }
  .imageL,
  .imageR {
    max-width: calc(50% - 30px);
  }
}

@media screen and (max-width: 767px){
.bpimage_click{
  display: none;
}
.fig a {
  pointer-events: none;
  cursor: default;
}
}
@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;
  }
  .maintitle_bg .inner p {
    position: relative;
    top: 36px;
    top: 5.625vw;
    font-size: 13px;
  }
  .mv_wrap .logo_messages{
    text-align: left;
    display: inline-block;
    padding: 0 0;
    font-size: 17px;
  }
  .subtitle_inner{
    position: relative;
    padding: 5% 2.5% 5%;
  }
  .subtitle_inner img{
    position: relative;
    top: -15px;
  }
  .subtitle .title span{
    font-size: .75em;
  }
  .wrapper .lead{
    padding-bottom: 5%;
    background: url(main_bg.png) no-repeat bottom center;
    background-size: auto 10%;
  }
  .wrapper .lead .inner {
    position: relative;
    top: -20px;
    max-width: 90%;
  }
  .wrapper .lead p {
    font-size: 15px;
  }
  .wrapper .lead .lead_txt{
    padding: 0;
    width: 100%;
  }
  .wrapper section.inner {
    padding: 30px 15px 14px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .heading02{
    line-height: 1.5;
  }
  .wrapper .section01,
  .wrapper .section02{
    padding: 0;
  }
  .txt_credit{
    margin-top: 14px;
  }
  .txt_credit p{
    font-size: 14px;
  }
  .profile{
    float: none;
    margin: 0 0 2.5%;
    padding: 0;
    display: flex;
    width: 100%;
    position: relative;
    left: 0;
  }
  .profile .profile_name {
    margin: auto 0px 0;
    width: 100%;
  }
  .imageL,
  .imageR {
    max-width: 100%;
    float: none;
    margin: 15px auto 15px;
  }
  .imageC {
    margin-bottom: 15px;
  }
  .wrapper section.inner p {
    font-size: 16px;
  }
  .wrapper .link_box {
    margin: 5% 0 12.5%;
    padding: 7.5% 7.5% 0;
    width: calc(100% - 15%);
  }
  .aside01{
    padding: 10% 0 3%;
  }
  .aside01 .inner{
    padding: 0 5%;
  }
  .aside01 .heading03{
    font-size: 22px;
    line-height: 1.5;
  }
  .aside01 .imageR {
    margin-left: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
  .aside01 .imageR img{
    width: 250px;
    height: 203px;
  }
  .aside01 .imageR .caption{
    margin-top: auto;
    margin-left: 10px;
  }
  .aside01 .inner p.txt {
    width: 100%;
  }
  .info {
    padding: 10% 0;
  }
  .info .inner{
    display: block;
  }
  .info .inner .logo{
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5%;
    border-right: 0;
    padding-right: 0;
  }
  .info .inner .info_txt{
    text-align: center;
  }
  .info_btn a.btn {
    display: block;
    padding: 15px 0;
    line-height: 30px;
    border-radius: 60px;
    font-size: 18px;
  }
}

@media screen and (max-width: 428px){
  .maintitle_bg .inner p{
    position: relative;
    top: 30px;
    font-size: 10px;
  }
  .maintitle_bg .inner p span{
    font-size: 1.4em;
  }
  .maintitle_bg .inner {
    height: 60vw;
  }
  .maintitle_bg .heading01 {
    /* position: relative;
    top: 20px; */
    font-size: 15px;
    font-size: 4.6275vw;
  }
  .wrapper .lead{
    padding-bottom: 7%;
    background: url(main_bg.png) no-repeat bottom center;
    background-size: auto 7.5%;
  }
  .heading02 span{
    font-size: 1.9rem;
  }
  .maintitle_bg .inner::before {
    background-size: 50%;
    content: "";
    position: absolute;
    bottom: -10px;
    left: -40px;
  }
  .profile img{
    width: 142px;
    height: 117px;
  }
  .profile .profile_name{
    font-size: 15px;
    padding: 5px 10px 6px;
  }
  .profile .profile_name span{
    font-size: 16px;
  }
  .aside01 .imageR img{
    width: 125px;
    height: 102px;
  }
  .wrapper .link_box a p {
    font-size: 15px;
  }
  .wrapper .link_box a p .arrow_double {
    width: 44px;
    height: 30px;
  }
  .wrapper .link_box a p .arrow_text {
    font-size: 18px;
  }
  .info {
    padding: 5% 0;
  }
  .info_link a {
    font-size: 16px;
  }
  .info_link {
    padding: 10% 0 8%;
    margin-bottom: 5%;
  }
  .info .inner p {
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.5;
  }
  .info .inner p a{
    display: inline-block;
    margin-left: 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;
  }
}