@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&family=Noto+Sans+JP:wght@300;500;700&display=swap');

html{
  font-size: 62.5%;
}
body{
  font-family: 'Noto sans', sans-serif;
  color: #393939;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0 auto;
  text-align: center;
  line-height: 2.6rem;
  width: 100%;
  background-color: #fff;
}
header{
  display: block;
  width:100%;
  position: fixed;
  background-color:#fff;
  z-index: 9990;
  box-sizing: border-box;
}
section { width: 100%; }
main {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 60%;
}
a{
  color:#1B2A5B;
  text-decoration: none;
  cursor: pointer;
}
a:hover{
  opacity: 0.8;
}
p.quote{
  font-size: 1.2rem;
  font-style : oblique;
  color: #aaa;
  text-align: right;
}
h2,h3 {
  font-weight:500;
}
h5{
  font-size: 1.2rem;
}
.sp{
  display: block;
}
.pc{
  display: none;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wrapper{
  width:100%;
  max-width: 1080px;
  padding: 20px;
  margin: 0 auto;
}
span.gap{
  display: block;
  position: relative;
  top:-100px;
}
img.arrow{
  width: 8px;
  margin-right: 5px;
  margin-bottom: 2px;
}
img.link{
  width: 15px;
  margin-left: 10px;
}
.rr_btn img.link,.link_to_hc img.link{
  display: inline-block;
  position: absolute;
  width: 13px;
  right: 10px;
  bottom: 10px;
}
img.email{
  width: 30px;
}
.sp-img { display: none; }

#top,#info{ background-color: #fff; }
#library { background-color: #aa1d22; }
#seminar{
  background-image: url("../_image/dot_back.png");
  background-repeat: repeat;
}
#contact_page{
  /* background-color: #FCFCC8; */
}
/**/
.hc-logo{
  width:200px;
}
img.sc_logo{
  width: 170px;
  margin-left: 10px;
  padding-left: 10px;
  height: auto;
  transform: translateY(-5px);
  border-left: 3px solid #000;
}
.link_to_contact{
  display: block;
  position: absolute;
  top:70px;
  right: 5px;
  z-index: 9990;
}
.link_to_contact>p{
  display: none;
}
.btn{
  box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
  border: 1px solid #fff;
  font-weight:500;
}
.link_to_contact_btn{
  position: relative;
  width: 200px;
  height:45px;
  margin-left: 10px;
  line-height: 45px;
  border-radius: 5px;
  background: -moz-linear-gradient(0deg, rgba(170,29,34,1) 0%, rgba(220,29,34,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(170,29,34,1) 0%, rgba(220,29,34,1) 100%);
  background: linear-gradient(0deg, rgba(170,29,34,1) 0%, rgba(220,29,34,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aa1d22",endColorstr="#dc1d22",GradientType=1);
  z-index: 9996;
  overflow: hidden;
}
.link_to_contact_btn a{
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  cursor: pointer;
  font-size: 1.4rem;
  color:#fff;
}
.link_to_contact_btn a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.5) 81%, rgba(255, 255, 255, 0) 100%);
  animation: 5s shine 3s infinite;
}

/*header*/
.header-inner{
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin:15px 10px 5px 15px;
  height: 55px;
}
.humberger{
  position: fixed;
  top:0px;
  right: 0px;
  width: 65px;
  height: 65px;
  cursor: pointer;
  z-index: 9999;
  box-sizing: border-box;
}
.humberger.move{
  top:0px;
  transition: all 0.6s;
}
.grobal-nav{
  width: 100%;
  background-color: rgb(255 172 131);
  opacity: 0.95;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  box-sizing: border-box;
}
.grobal-nav ul{
  width: 100%;
  z-index: 9999;
  margin:80px 0 0 0;
  padding: 0px 0 0 0;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.grobal-nav ul li a{
  padding:5px;
  line-height: 20px;
}
.grobal-nav ul li {
  display: block;
  padding: 1em 0;
  color: #0a4e41;
  font-size: 1.6rem;
  border-bottom: 1px solid #2ab685;
}
.grobal-nav ul li:hover {
  background-color: #fff;
}

/* このクラスを、jQueryで付与・削除する */
nav.grobal-nav.active {
  transform: translateX(0%);
}
.humberger span:nth-child(1) {
  top: 20px;
}
.humberger span:nth-child(2) {
  top: 30px;
}
.humberger span:nth-child(3) {
  top: 40px;
}
.humberger span:nth-child(4) {
    border: none;
    color: #393939;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
.humberger span{
  display: block;
  position: absolute;
  top:20px;
  right: 20px;
  width: 25px;
  height: 2px;
  border-bottom: solid 2px #393939;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  z-index: 9999;
}
.humberger.active span{
  border-bottom: solid 2px #393939;
}
.humberger.active span:nth-child(1) {
    -webkit-transform: translateY(10px)rotate(-45deg);
    -moz-transform: translateY(10px)rotate(-45deg);
    transform: translateY(10px)rotate(-45deg);
}

.humberger.active span:nth-child(2){
    opacity:0;
}
.humberger.active span:nth-child(3) {
    -webkit-transform: translateY(-10px)rotate(45deg);
    -moz-transform: translateY(-10px)rotate(45deg);
    transform: translateY(-10px)rotate(45deg);
}
/*top*/
.scroll span {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 130px;
  z-index: 3;
  padding: 5px 5px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.scroll span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
  animation: p 2.0s cubic-bezier(1,0,0,1) infinite;
}

/*=== top =================================*/

#top .top_header{
  display: block;
  padding-top: 140px;
}

#top .top_pic {
  display: block;
  padding: 20px 0;
}
#top .top_pic img { width:80%; }

#top .top_present {
  display: block;
  padding: 0 0 10px;
}
#top .top_present img { width:90%; }

/*=== about =================================*/

#about .about_txt {
  display: block;
  padding: 20px 0;
}
#about .about_txt img { width:80%; }

#about .about_area {
  display: block;
  padding: 20px 0 30px;
}

/*=== comic =================================*/

#comic p.comic_txt {
  display: block;
  padding: 15px 0 5px;
  font-size: 14px;
}
#comic .comic_area {
  display: flex;
  justify-content: center;
  align-items: start;
}
#comic .comic_area .comic_list {
  display: block;
  margin: 0;
}
#comic .comic_area .comic_list img { width:80%; }
#comic .comic_area .comic_list .comic_tit {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}

/*=== comic_modal =================================*/

/* 閉じるボタン */
.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
}

/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 9990;
}

/* style */
.modal_all {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  background-color: #fff;
  z-index: 9999;
  padding: 2rem;
  font-size: 20px;
}
.modal_all img.comics { width:90%; }
.modal_all p.modal_comic_tit {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.modal_box2 a.modal_next,
.modal_box3 a.modal_next {
  display: block;
  padding: 10px 5px;
  max-width: 20%;
  margin: 0 auto;
  background-color: #d6d6d6;
}

@media screen and (min-width: 1400px){

.modal_all { width: 35%; }

}

/*=== end =================================*/

.end_area {
  display: block;
  padding: 20px 0;
}


/*=== お問い合わせ =================================*/

.contact{
  justify-content: center;
}
.contact_wrapper{
  max-width: 560px;
  margin-top:20px;
}
.contact_btn{
  width: 300px;
  max-width: 90%;
  background-color: #ff7327;
  margin: 20px auto;
  padding-top: 0;
  border-radius: 5px;
  box-shadow: 4px 3px 0px 0px rgb(0 0 0 / 20%);
}
.contact_btn .flex{
  align-items: center;
  justify-content: center;
  height: 80px;
}
.contact_btn p{
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 10px;
}
.contact_btn img.link{
  position: absolute;
  bottom:30px;
  right: 15px;
}
.contact_btn .link{
  position: absolute;
  right: 20px;
  transform: translateY(15px);
}
img.saisei_present1{
  width: 200px;
  margin-left: 10px;
  margin-bottom: 10px;
  animation: 2s yurayura ease-in-out infinite;
  transform-origin: 30% 100%;
}

/*コンタクトページ*/
#contact_page .contact_page_wrapper{
  padding: 80px 20px;
}
#contact_page .contact_page_title{
  display: block;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  padding: 30px auto;
}
#contact_page .contact_page_title p{
  display: inline-block;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
#contact_page .contact_page_title img{
  width: 100px;
}
#contact_page .contact_page_inner{
  width: 100%;
  background-color: rgba(221,221,221,0.5);
  padding: 20px;
}
#contact_page .contact_page_lead {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 50px;
}
#contact_page .contact_page_lead h3{
  display: inline-block;
  font-size:1.4rem;
  line-height: 1.8rem;
  background-image:
  linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
  background-size: 100% 2em;
  line-height: 2em;
  padding: 2em 1em 0.2em 1em;
  margin-bottom: 30px;
}
#contact_page .contact_page_lead p{
  font-size: 1.4rem;
  font-weight: 700;
}
#contact_page .contact_page_lead span{
  display: inline-block;
  width: 100%;
  font-size: 2.4rem;
}
#contact_page .contact_page_lead>img{
  display: none;
}
#contact_page .flex-wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: left;
}
#contact_page .btn{
  position: relative;
  align-items: center;
  justify-content: left;
  width: 100%;
  max-width: 300px;
  font-size: 2.2rem;
  font-weight: 500;
  height: 150px;
  border: 2px solid #1E29B4;
  margin: 0 5px 10px;
  padding-left: 10px;
  padding-top: 50px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(246, 246, 246, 1) 10px, rgba(246, 246, 246, 1) 20px );
}
#contact_page .btn .arrow{
 margin-right:10px;
}
#contact_page .btn .link{
  position: absolute;
 margin-right:10px;
 right: 0;
 bottom: 10px;
}
#contact_page .btn p{
  color: #1E29B4;
  margin-bottom: 0;
  opacity: 1;
}
#contact_page .btn:hover{
  background-size: auto auto;
  background-color: rgba(30, 41, 180, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(27, 38, 172, 1) 10px, rgba(27, 38, 172, 1) 20px );
  animation: 1s fadein ease;

}
#contact_page .btn:hover p{
  color: #fff;
}
#contact_page .btn p{
  margin-bottom: 0;
}
#contact_page span.marker{
  display: inline-block;
  width: auto;
  background-color: #FFFF52;
  line-height: 3.2rem;
  margin: 10px auto;
}

/*=== ライブラリー =================================*/

#library .library_title{
  color: #fff;
}
#library .library_title p{
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
}
#library .library_title img{
  width: 70px;
}
#library .esg h3{
  color:#fff;
  font-size: 1.8rem;
  width: 100%;
  margin: 2rem auto;
}
#library .library_wrapper{
  width: 100%;
  padding-top: 30px;
}
#library .esg{
  overflow: hidden;
  padding-bottom: 20px;
}
#library .slider{
  width: 100%;
  height: auto;
}
#library .slider>div{
  width: 100%;
  height: auto;
}
#library .content{
  width: 200px;
  height: auto;
  margin-right:5px;
  margin-left:5px;
  justify-content: space-between;
}
#library .content .image_area,#library .content .text_area{
  width: 200px;
  background-color: #fff;
}
#library .content .image_area{
  height: 200px;
  background-color: #ddd;
  overflow: hidden;
}
#library .content .image_area img{
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit:cover;
}
#library .content{
  position: relative;
}
#library .content li{
  display: inline-block;
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 10px;
  background-color: #070707;
}
#library .content .text_area{
  padding: 10px 10px 20px 10px;
  height: 70px;
  margin-bottom: 20px;
}
#library .content .text_area h4{
  font-size: 1.3rem;
  text-align: left;
  font-weight: 700;
}
#library .contact{
  padding: 20px;
}

/*=== お問い合わせ（次ページ） =================================*/

#contact_page .contact_page_wrapper{
  padding: 80px 20px;
}
#contact_page .contact_page_title{
  display: block;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  padding: 30px auto;
}
#contact_page .contact_page_title p{
  display: inline-block;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
#contact_page .contact_page_title img{
  width: 100px;
}
#contact_page .contact_page_inner{
  width: 100%;
  background-color: rgba(221,221,221,0.5);
  padding: 20px;
}
#contact_page .contact_page_lead {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 50px;
}
#contact_page .contact_page_lead h3{
  display: inline-block;
  font-size:1.4rem;
  line-height: 1.8rem;
  background-image:
  linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
  background-size: 100% 2em;
  line-height: 2em;
  padding: 2em 1em 0.2em 1em;
  margin-bottom: 30px;
}
#contact_page .contact_page_lead p{
  font-size: 1.4rem;
  font-weight: 700;
}
#contact_page .contact_page_lead span{
  display: inline-block;
  width: 100%;
  font-size: 2.4rem;
}
#contact_page .contact_page_lead>img{
  display: none;
}
#contact_page .flex-wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: left;
}
#contact_page .btn{
  position: relative;
  align-items: center;
  justify-content: left;
  width: 100%;
  max-width: 300px;
  font-size: 2.2rem;
  font-weight: 500;
  height: 150px;
  border: 2px solid #1E29B4;
  margin: 0 5px 10px;
  padding-left: 10px;
  padding-top: 50px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(246, 246, 246, 1) 10px, rgba(246, 246, 246, 1) 20px );
}
#contact_page .btn .arrow{
 margin-right:10px;
}
#contact_page .btn .link{
  position: absolute;
 margin-right:10px;
 right: 0;
 bottom: 10px;
}
#contact_page .btn p{
  color: #1E29B4;
  margin-bottom: 0;
  opacity: 1;
}
#contact_page .btn:hover{
  background-size: auto auto;
  background-color: rgba(30, 41, 180, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(27, 38, 172, 1) 10px, rgba(27, 38, 172, 1) 20px );
  animation: 1s fadein ease;

}
#contact_page .btn:hover p{
  color: #fff;
}
#contact_page .btn p{
  margin-bottom: 0;
}
#contact_page span.marker{
  display: inline-block;
  width: auto;
  background-color: #FFFF52;
  line-height: 3.2rem;
  margin: 10px auto;
}

/*=== footer =================================*/

footer{
  font-size: 1.4rem;
}
footer p,footer li{
  font-size: 1.4rem;
}
footer p{
  margin-bottom: 0;
}
.footer_wrapper{
  padding: 10px 30px 100px 30px;
}
.footer_nav{
  margin: 10px 0 50px 0;
}
.footer_nav li{
  display: inline-block;
}
.footer_nav a:not(:last-child):after{
  display: inline-block;
  content:"";
  width: 1px;
  height: 14px;
  font-size: 1.5rem;
  vertical-align:middle;
  margin: 0 10px 5px;
  background-color: #ccc;
  text-align: center;
}
.footer_logo{
  margin-bottom: 10px;
}
.footer_logo img{
  height: 40px;
  width: auto;
  margin-right: 30px;
  margin-bottom: 10px;
}
.footer_link_item{
  margin-right: 20px;
  margin-top: 10px;
}
.footer_link img{
  display: inline-block;
}
.copyright{
  width: 100%;
  color: #fff;
  background-color: #2C2C2C;
  padding: 10px;
}

/*=== float_btn =================================*/
.float_btn {
  position: fixed;
  right: -100px;
  bottom: 40px;
  transition: 1s;
}
.float_btn a img{ width:40%; }


/*=== SP =================================================================================*/

@media screen and (min-width: 640px){
  .wrapper{
    padding: 30px 30px 0 30px;
  }
  .link_to_rr{
    max-width: 240px;
  }
  #top .main_image img{
    width: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit:cover;
  }
  #top .top_image{
    max-width: 100%;
    margin: 30px 0;
  }
  #top img.saisei_top{
    max-width: 50%;
    margin: 0;
    z-index: 2;
  }
  #top img.rr_catch{
    transform: translateY(30px);
    z-index: 1;
  }
  .rr_link{
    justify-content: center;
    max-width: 260px;
    transform: translateY(-30px);
  }
  .rr_link img{
  }
  .rr_btn{
      width: 300px;
      height:80px;
      font-size: 2rem;
      line-height: 80px;
      transform: translateY(50px);
  }
  .contact_wrapper{
    margin-bottom: 50px;
  }
  #contact_page .btn{
    padding-left: 40px;
  }
  #contact_page .contact_page_inner{
    padding: 60px;
  }

}
@media screen and (min-width: 800px){
  header{
  }
  .humberger{
    display: none;
  }
  .hc-logo{
  }
  .sc_logo{
    width: 80px;
  }
  .grobal-nav{
    width: 100%;
    height: 40px;
    background-color: #aa1d22;
    position: absolute;
    z-index: 9990;
    top: 70px;
    left: 0;
    text-align: left;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .grobal-nav ul{
    display: block;
    flex-wrap: wrap;
    align-items:center;
    width: 100%;
    height: 40px;
    z-index: 9991;
    padding: 0;
    letter-spacing: 0.5px;
    margin: 0 auto;
  }
  .grobal-nav ul li{
    display: inline-block;
    padding:0;
    line-height: 20px;
    font-size: 1.4rem;
  }
  .grobal-nav ul a{
    display: inline-block;
    margin-top: 7px;
    padding-left: 10px;
    font-size: 1.4rem;
  }
  .grobal-nav ul li {
    color: #fff;
    font-size: 1.4rem;
    border-bottom: none;
  }
  .grobal-nav ul li:after {
    background-color: #fff;
    opacity:0;
  }
  .grobal-nav ul li:hover {
    color: #000;
    padding: 0;
    opacity: 1;
    transition: all .3s;
  }
  .grobal-nav ul a:not(:last-child):after{
    display: inline-block;
    content: "";
    height: 20px;
    width: 1px;
    background-color: #fff;
    margin-left: 15px;
    margin-right: 5px;
    margin-top: -2px;
    transform: translateY(3px);
  }
  .grobal-nav ul li a:active {
  }
  .link_to_contact{
    transform:translate(0, -67px);
    height: 100%;
    margin: 0;
  }
  .link_to_contact>p{
    display: inline-block;
    position: relative;
    font-size: 1.1rem;
    line-height: 3rem;
    transform:translate(0, -10px);
    vertical-align: 70%;
  }
  .link_to_contact_btn{
    width: 250px;
    display: inline-block;
    top:8px;
    right: 8px;
  }
  #top .main_image img{
    height: auto;
  }
  #top img.saisei_top{
    max-width: 270px;
    margin-left: 25px;
  }
  #top img.rr_catch{
    transform: translateY(20px);
  }
  #top h2{
    font-size: 2rem;
    line-height: 3rem;
  }
  img.saisei_present1{
  }
  img.email{
    width: 40px;
  }
  #contact_page .btn:first-child{
    padding-left: 30px;
  }
  #library .library_wrapper{
    padding-top:50px;
  }
  #library .content{
    width: 300px;
  }
  #library .content .image_area,#library .content .text_area{
    width: 300px;
  }
  #library .esg h3{
    font-size: 2.2rem;
    font-weight: 500;
  }
  .contact_wrapper{
    margin-bottom: 50px;
  }
  .contact_btn{
    max-width: 400px;
  }
  img.saisei_present1,img.saisei_present3{
    width: 220px;
  }
  #contact_page .contact_page_lead>img{
    display: block;
    position: absolute;
    right: 0;
    left:auto;
    top:-120px;
    width: 300px;
  }
  .footer_wrapper{
    padding-bottom: 70px;
  }
  .footer_nav{
    margin-bottom: 50px;
  }

}
@media screen and (min-width:1200px) {
  .sp{
    display: none;
  }
  .pc{
    display: block;
  }
  #top img.saisei_top{
    max-width: 300px;
  }
  #top .main_image img{
    min-width: 100%;
  }
  #top img.rr_catch{
    transform: translateY(30px);
  }
  #top h2{
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  #top .top_image li{
    width: 380px;
  }
  #top .top_image li img{
    height: 40px;
  }
   img.saisei_present1{
     width: 240px;
   }
   .contact{
     margin-bottom:0px;
   }
   .contact_wrapper{
     max-width: 650px;
   }
   .contact_btn{
     width: 500px;
     height: 100px;
     outline-offset : -5px;
   }
   .contact_btn .flex{
     width: 500px;
     max-width: 100%;
     height: 100px;
   }
   .contact_btn p{
     font-size: 2.2rem;
   }

  #library .flex-wrap{
    width: 100%;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  #library .content{
    margin-right: 10px;
  }
  #contact_page .contact_page_lead>img{
    display: block;
    position: absolute;
    left:-100px;
    top:-120px;
    width: 300px;
  }
  .footer_nav{
    justify-content: center;
    margin-bottom: 100px;
  }
  .footer_logo{
    justify-content: center;
    margin-bottom: 30px;
  }
  .footer_link{
    justify-content: center;
    margin-bottom: 120px;
  }
  .footer_link_item{
    margin-right: 20px;
    margin-left: 20px;
  }

}
/*print*/
@media print{
  .dummy{

  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .link_to_contact>p{
    position: relative;
    top:-15px;
  }
}

/*firefox*/
@-moz-document url-prefix() {
  .dummy{

  }
}
/*safari*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .link_to_contact p{
    transform: translate(0,10px);
    vertical-align:middle;
  }
}
/*edge*/
@supports (-ms-ime-align: auto) {
}
_:-ms-lang(x)::-ms-backdrop, .link_to_contact>p{
  position: relative;
  top:15px;
}
_:-ms-lang(x)::-ms-backdrop, .link_to_rr{
  max-width: 400px!important;
  width: 100%!important;
}
_:-ms-lang(x)::-ms-backdrop, #comics .comic_thumbnail img{
  height: 130px !important;
  width: 300px !important;
}
_:-ms-lang(x)::-ms-backdrop, #loading{
  display: none!important;
}
_:-ms-lang(x)::-ms-backdrop, #seminar img.saisei_seminar{
  transform: translateY(-80px)!important;
}
_:-ms-lang(x)::-ms-backdrop, #seminar .seminar_item_video .seminar_thumbnail{
  padding: 0!important;
  position: relative!important;
}
_:-ms-lang(x)::-ms-backdrop, #reform .reform_item_video .reform_thumbnail{
  padding: 0!important;
  position: relative!important;
}
_:-ms-lang(x)::-ms-backdrop, #seminar .seminar_item_video .seminar_thumbnail:after{
  position: absolute!important;
  left: 0!important;
  top: 0!important;
}
_:-ms-lang(x)::-ms-backdrop,
#reform .reform_item_video .video1:after,
#reform .reform_item_video .video5:after,
#reform .reform_item_video .video9:after{
  position: absolute!important;
  left: 0!important;
  top: 0!important;
}
_:-ms-lang(x)::-ms-backdrop,
#reform .reform_item_video .video2:after,
#reform .reform_item_video .video6:after{
  position: absolute!important;
  left: 0!important;
  top: 0!important;
}
_:-ms-lang(x)::-ms-backdrop,
#reform .reform_item_video .video3:after,
#reform .reform_item_video .video7:after{
  position: absolute!important;
  left: 0!important;
  top: 0!important;
}
_:-ms-lang(x)::-ms-backdrop,
#reform .reform_item_video .video4:after,
#reform .reform_item_video .video8:after{
  position: absolute!important;
  left: 0!important;
  top: 0!important;
}
_:-ms-lang(x)::-ms-backdrop, #library .content .image_area img{
  width: 100% !important;
  height: 100% !important;
}
_:-ms-lang(x)::-ms-backdrop, #library .content .image_area a:before{
  content:""!important;
  display: block!important;
  padding-top: 100%!important;
}
_:-ms-lang(x)::-ms-backdrop, #library .content .image_area {
  width: 300px;
}

/*=== SP =================================================================================*/

@media screen and (max-width: 768px) {

main {
  max-width: 100%;
}

.pc-img { display: none; }
.sp-img {
  display: inline-block;
  width: 90%;
}


#reform {
  background-size: contain;
}

/**/
img.sc_logo{
  width: 60px;
  margin-left: 10px;
  padding-left: 2px;
  height: auto;
  transform: translateY(-5px);
  border-left: 3px solid #000;
}


/*top*/
#top .top_header{
  padding-top: 130px;
}
#top .about_area a.about_btn {
  font-size: 20px;
  display: block;
  padding: 15px 20px;
  margin: 5px 20px 25px;
}
#top .top_header img.header_img{ width: 100%; }
#top .about_area img.present { width: 90%; }
#top .top_header img.access {
  width: 90%;
  margin: 20px 0 0;
}
#top .about_area {
  margin: 15px 0 20px;
}
#top .top_image ul{
  margin: 30px 0 0 0;
  padding-left: 0;
}

/*top_wrapper*/
#top .about_area img.present { width: 90%; }
#top .about_area img.sub-pic { width: 90%; }

.top_wrapper .tit {
  font-size: 22px;
  padding: 10px 50px;
}
.top_image img.top_image-left {
  max-width: 100%;
  padding: 20px 0;
}

/*img*/
.about_img img.sub-pic-tit,
.about_img img.sub-pic { width:90%; }

/*=== float_btn(SP) =================================*/
.float_btn {
  right: -160px;
  bottom: 20px;
}
.float_btn a img{ width:30%; }

/*=== about(SP) =================================*/

#about .about_txt {
  padding: 10px 0 5px;
}


/*=== comic（SP） =================================*/

#comic p.comic_txt {
  display: block;
  padding: 15px 0 5px;
  font-size: 14px;
}
#comic .comic_area {
  flex-direction: column;
  align-items: center;
}
#comic .comic_area .comic_list {
  margin-bottom: 10px;
  width: 70%;
}
#comic .comic_area .comic_list .comic_tit {
  font-size: 16px;
}

/*=== comic_modal =================================*/

/* 閉じるボタン */
.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
}

/* style */
.modal_all {
  display: none;
  position: fixed;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 9999;
  padding: 2rem;
  font-size: 20px;
}
.modal_all img.comics { width:100%; }
.modal_box p.comic_box_tit {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.modal_box2 a.modal_next,
.modal_box3 a.modal_next {
  display: block;
  padding: 10px 5px;
  max-width: 20%;
  margin: 0 auto;
  background-color: #d6d6d6;
}




}
