﻿/*リセットCSS*/
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,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,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}input,button,textarea,select{margin:0;padding:0;background:none;border:none;border-radius:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}input:hover,button:hover,textarea:hover,select:hover{cursor:pointer}input::-webkit-input-placeholder,input:-ms-input-placeholder,input::-moz-placeholder{color:#666;font-weight:normal}


/*CSS記述ここから
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body{
  font-family: YuGothic,'Yu Gothic',sans-serif;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  margin: initial;
  padding: initial;
  display: initial;
  line-height: initial;
  background-image:url("../img/base/sidebg.jpg");
  background-attachment: fixed;
}

.wrap{
  overflow: hidden;
}

.body-bg{
  background-image:url("../img/base/bg.jpg");
  background-attachment: fixed;
  max-width: 1240px;
  box-shadow: 0px 0px 17px 13px rgba( 20, 10, 10, 0.14);
  margin: 0 auto;
}

.main{
  background-image: url("../img/base/main-img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  width:100%;
  min-height: 680px;
  text-align: center;
  position: relative;
}

h1 {
    margin: 0;
}

.main-logo{
  height:auto;
  width:90%;
  max-width: 769px;
  padding-top:80px;
  margin:0 auto;
}
.main-msg{
  color: #fff;
  text-shadow: 0px 12px 26.6px rgba(42, 73, 26, 0.27);
  letter-spacing: 0.1em;
  line-height: 62px;
  height: auto;
  width:100%;
  max-width: 500px;
  padding-top:300px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin:0 auto;
}
.main-msg-s{
  font-size:30px;
}
.main-msg-l{
  font-size: 40px;
}


@media screen and (max-width:500px) {
  .main-logo{
    padding-top:60px;
  }
  .main-msg{
    padding-top:220px;
    line-height: 50px;
  }
  .main-msg-s{
    font-size:20px;
  }
  .main-msg-l{
    font-size:30px;
  }
  .main{
    background-position: bottom;
    min-height: 580px;
  }

}
@media screen and (max-width:400px){
  .main-msg-l{
    font-size: 25px;
  }
  .main{
    background-position: bottom;
    min-height: 500px;
  }
  .main-logo{
    padding-top:40px;
  }
  .main-msg{
    padding-top: 160px;
  }
}
@media screen and (max-width:350px){
  .main{
    background-position: bottom;
    min-height: 450px;
  }
  .main-logo{
    padding-top:40px;
  }
  .main-msg{
    padding-top: 180px;
    line-height: 40px;
  }
}

.scroll{
  display: none;
  color: #2f2f2f;
  text-shadow:0px 0px 10px #fff ;
  letter-spacing: 0.05em;
  margin-top: 330px;
  text-align: center;
  position: relative;
}
.scroll span{
  display: block;
  margin: 0 auto;
}
.scroll-tri{
  width:0;
  height: 0;
  border: 20px solid transparent;
  border-top: 12px solid rgba(255,255,255,0.7);
  filter:drop-shadow(0 0 10px  #000);
  margin: 0 auto;
}

@media screen and (max-width:500px){
  .scroll{
    display: block;
  }
}


.about{
  text-align: center;
  padding-top:60px;
  padding-bottom: 80px;
}
.about-img{
  height: auto;
  width:90%;
  max-width:545px;
  padding-bottom: 20px;
}
.about-catch {
  height: auto;
  width:90%;
  margin-left:140px;
}
.about-catch-txt{
  display: inline-block;
  margin:0 auto;
}

.about-catch span{
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #444343;
  background-color: rgba(160,220,0,0.23);
}
.about-catch-img{
  max-width:160px;
  display: inline-block;
}

.about-txt{
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 36px;
  padding-top: 40px;
  height: auto;
  width:90%;
  margin:0 auto;
  word-break: keep-all;
}

.br1{
  display: none;
}
.about-txt .br3{
  display: none;
}

@media screen and (max-width:600px) {
  .about-catch{
    margin:0 auto;
  }
  .about-catch-txt{
    display: block;
  }
  .about-catch span{
    font-size:25px;
  }
  .about-catch-img{
    padding-top: 40px;
  }
  .about-txt{
    letter-spacing: 0.05em;
  }
  .about-txt .br1{
    display: block;
  }
  .about-txt .br2{
    display: none;
  }
  .about-txt span{
    display: block;
    margin-bottom: 30px;
  }
  .about{
    padding-bottom:40px;
  }
}
@media screen and (max-width:400px){
  .about-catch span{
    font-size:20px;
  }
}
@media screen and (max-width:380px){
  .about-txt .br3{
    display: block;
  }
}

h3{
  margin: 0;
  display: initial;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.media{
  background-image: url("../img/base/media-bg.jpg");
  background-repeat: no-repeat;
  background-size:auto;
  height: 600px;
  width:100%;
  max-width: 1240px;
  background-position: center;
  text-align: center;
}

.media span{
    font-size: 16px;
    letter-spacing: 0.05em;
    text-shadow: 0px 0px 20px #fff,0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff;
    margin: 0 auto;
}
.media-title{
  height: auto;
  width:90%;
  max-width:398px;
  padding-top: 65px;
padding-bottom: 65px;
}
.media-c {
  display: block;
  height: auto;
  width: 100%;
  max-height: 400px;
  margin: 0 auto;
  text-align: center;
}
.media-c img{
  width: 100%;
  height: auto;
}
.media-wt {
  display: inline-block;
  height: auto;
  width:90%;
  max-width: 438px;
  min-width: 200px;
  margin-top:  80px;
  margin-left: 50px;
  text-align: center;
  position: relative;
}
.media-wt span{
  display: block;
}
.media .br2{
  display: none;
}
.media-wt .wt{
  width: 80%;
  height: auto;
  max-width: 390px;
}
.media-wt .bwt{
  width: 90%;
  height: auto;
  max-width: 335px;
  position: absolute;
  top: -80px;
  left: -48px;
}
.media-wt .bwt:hover {
  width: 95%;
  height: auto;
  max-width: 360px;
}

@media screen and (max-width:995px){
  .media{
    background-image: url("../img/base/media-bg880.jpg");
    height:1000px;
  }
  .media-wt{
    margin-top: 120px ;
    margin-bottom: 60px;
    word-break: keep-all;
  }
}
@media screen and (max-width:500px){
  .media .br1{
    display: block;
  }
  .media-wt{
    margin-top: 100px;
    margin-bottom: 40px;
  }
  .media{
    height: 880px;
  }
}
@media screen and (max-width:350px){
  .media .br2{
    display: block;
  }
}


.oneday{
  padding-bottom:100px;
  text-align: center;
}
.oneday-title{
  height: auto;
  width:90%;
  max-width: 398px;
  padding-top: 80px;
  padding-bottom: 30px;
}
@media screen and (max-width:400px){
  .oneday{
    padding-bottom: 40px;
  }
  .oneday-title{
    padding-top:60px;
  }
}
.oneday-img01{
  width:20%;
  height: auto;
  max-width: 160px;
  margin-right: 200px;
}
.oneday-img02{
  width:20%;
  height: auto;
  max-width: 110px;
  margin-left: 200px;
}
@media screen and (max-width:660px){
  .oneday-img01{
    margin-right: 50px;
  }
  .oneday-img02{
    margin-left: 50px;
  }
}
.oneday-img03{
  padding:10px 0;
}
.oneday-img04{
  padding:20px 0;
}
.tl {
  position:relative;

}
.tl-line{
  width:12px;
  height:100%;
  background-image: -moz-linear-gradient( -90deg, rgb(248,255,189) 0%, rgb(192,227,222) 13%, rgb(136,198,255) 63%, rgb(196,172,167) 83%, rgb(255,145,78) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(248,255,189) 0%, rgb(192,227,222) 13%, rgb(136,198,255) 63%, rgb(196,172,167) 83%, rgb(255,145,78) 100%);
  background-image: linear-gradient( rgb(248,255,189) 0%, rgb(192,227,222) 13%, rgb(136,198,255) 63%, rgb(196,172,167) 83%, rgb(255,145,78) 100%);
  border-radius:8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tl-cards{
  display: block;
  width:90%;
  max-width: 940px;
  text-align: center;
  margin: auto;
  position: relative;
  padding-bottom: 30px;
}
.tl-card {
  display: inline-block;
  letter-spacing: 0.1em;
}

.tl-card .offline,
.tl-card .online{
  display:none;
}

.tl-card .active{
  display: block;
}

.tl-card.no01{
  height: 210px;
  width:100%;
  max-width: 440px;
  float: right;
}
.tl-card.no02 {
  height: 310px;
  width:100%;
  max-width: 440px;
  margin-top: 60px;
  margin-right:60px;
  margin-bottom: 60px;
}
.tl-card.no03{
  height: 210px;
  width:100%;
  max-width: 440px;
  float: right;
}
.tl-card.no04{
  height: 310px;
  width:100%;
  max-width: 440px;
  margin-top: 60px;
  margin-right:60px;
}
.tl-h{
  background-color: #585044;
  border-radius: 5px 5px 0px 0px;
  height:30px;
  width:80px;
  margin-left: 10px;
  text-align: center;
}
.tl-htxt{
  display: block;
  color:#fff;
  padding-top: 3px;
}
.tl-c1{
  height: 180px;
  width:100%;
  max-width: 440px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 7px 17px 3px rgba(80, 80, 80, 0.14);
  position:relative;
}

.tl-c2{
  height: 280px;
  width:100%;
  max-width: 440px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 7px 17px 3px rgba(80, 80, 80, 0.14);
  position:relative;
}
.tl-txt{
  width:82%;
  max-width:360px;
  text-align: left;
  padding-top:40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 20;
      text-shadow: 0px 0px 20px #fff,0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff;
}
.tl-txt .br2{
  display: block;
}
.tl-txt .br3{
  display: block;
}
@media screen and (max-width:450px){
  .tl-txt .br2{
    display: none;
  }
}
@media screen and (max-width:400px){
  .tl-txt .br3{
    display: none;
  }
}
@media screen and (max-width:400px){
  .tl-txt .br4{
    display: none;
  }
}

.tl-c1 .tl-txt{
  height: 70px;
}
.tl-c2 .tl-txt{
  height: 165px;
}
@media screen and (max-width:500px){
  .tl-card{
    padding-bottom: 120px;
  }
  .tl-c1{
    height: 310px;
  }
  .tl-c2{
    height: 400px;
  }
  .tl-c1 .tl-txt{
    height: 80px;
    display: block;
    padding-bottom: 20px;
  }
  .tl-c2 .tl-txt{
    height: 80px;
    display: block;
    padding-bottom: 20px;
  }
}
.tl-btn {
  height: 30px;
  width:150px;
  box-shadow: 0px 7px 17px 3px rgba(80, 80, 80, 0.14);
  border-radius: 5px;
  margin-left: 40px;
  text-align: center;
  position: relative;
  z-index: 20;
  cursor: pointer;
}
.before{
    background-color: #8fc366;
}
.before :hover{
  height: 27px;
  width:150px;
  box-shadow: 0px 7px 17px 3px rgba(80, 80, 80, 0.14);
  border-radius: 5px;
  text-align: center;
  position: relative;
  background-color: #cce198;
}
.after{
    background-color: #585044;
}
.after :hover{
  height: 27px;
  width:150px;
  box-shadow: 0px 7px 17px 3px rgba(80, 80, 80, 0.14);
  border-radius: 5px;
  text-align: center;
  position: relative;
  background-color: #867a68;
}
.tl-btn div{
  color: #fff;
  padding-top:3px;
}
.tl-img{
  position: absolute;
  bottom:20px;
  right: 20px;
  z-index: 10;
}


.message{
  text-align: center;
  position: relative;
  min-height: 730px;
}
.message-bg{
    background-color: rgba(255,255,255,50%);
    height:400px;
    position: absolute;
    top: 0;
    bottom: 0;
    left:  0;
    right: 0;
    z-index: 10;
}
.message-title{
  height: auto;
  width:90%;
  max-width:462px;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  z-index: 20;
}
.message-c{
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  text-align: center;
}
.message-prf{
  max-width: 550px;
  width: 85%;
  max-height: 418px;
  position: relative;
  display: inline-block;
  line-height: 0;
  text-align: left;
  margin-right:0 auto;
  padding-bottom: 40px;
}
.message-category {
  background-color: #49813e;
  height:50px;
  width: 45%;
  max-width:200px;
  position: absolute;
  top: 30px;
  border-bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.message-category span{
  color: #fff;
  line-height: 50px;
}
.message-category-r{
  background: transparent;
  border-right: 14px solid  #;
  border-left: 14px solid transparent;
  border-bottom: 14px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  top: 80px;
  bottom: 0;
  left: -14px;
  right: 0;
}
.message-prf img{
  border-radius: 5px 5px 0 0;
  height:auto;
  width: 100%;
  max-width: 465px;
  margin-left: 14px;
}

.message-name {
  background-image: url("../img/base/name-bg.png");
  background-position: right;
  height: 131px;
  width: 100%;
  max-width: 465px;
  text-align: center;
  position: relative;
  margin-left: 14px;
}
.message-name-txt{
  padding-top: 20px;
  padding-left: 30px;
  line-height: 1.6em;
  text-align: left;
}
.message-name-txt p{
  margin-top: 0;
  margin-bottom: 10px;
}
.message-name-txt span{
  font-size: 24px;
  text-align: left;
}
.message-txt{
  width: 90%;
  max-width:390px;
  display: inline-block;
  text-align: left;
  margin-bottom: 70px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.message-txt img{
  width:100%;
  max-width: 390px;
  margin-bottom: 20px;
}
.message-txt h4{
  text-align: center;
}
.message-q{
  font-size: 20px;
  color: #5f5454;
  letter-spacing: 0.05em;
}
.message-m{
  word-break: normal;
  line-height: 2.5em;
}
@media screen and (max-width:400px){
  .message-name-txt .br1{
    display: block;
  }
  .message-q{
    font-size: 18px;
  }
}
@media screen and (max-width:350px){
  .message-category{
    font-size: 13px
  }
  .message-q .br1{
    display: block;
  }
  .message-txt {
    text-align: center;
  }
  .message-txt img{
    width:80%;
  }
  .message-txt p{
    text-align: left;
  }
}


.mission{
  text-align: center;
  background-image:url("../img/base/mission-img.jpg");
  height: auto;
  min-height: 600px;
  max-height:625px;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.mission-title{
  height: auto;
  width: 90%;
  max-width:454px;
  padding-top: 90px;
  padding-bottom: 0px;
  margin: auto;
}
.mission-msg{
  height: auto;
  width:95%;
  max-width: 840px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: auto;
}
.mission-msg img{
  width: 100%;
  height: auto;
}
.mission-img01{
  height: auto;
  width:10%;
  max-width: 120px;
  min-width: 60px;
  position:absolute;
  top:400px;
  bottom: 0;
  left: 100px;
  right: 0;
  float: left;
}
.mission-img01 img{
  width:100%;
  height: auto;
}
.mission-img02{
  height: auto;
  width:10%;
  max-width: 120px;
  min-width: 60px;
  position:absolute;
  top:500px;
  bottom: 0;
  left: 60px;
  right: 0;
  float: left;
}
.mission-img02 img{
  width:100%;
  height: auto;
}
.mission-img03{
  height: auto;
  width: 50%;
  max-width: 454px;
  min-width: 180px;
  position:absolute;
  top:25%;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0 auto;
}
.mission-img03 img{
  width:100%;
  height:auto;
}
@media screen and (max-width:500px){
  .mission-msg{
    padding-top: 100px;
  }
  .mission-img01{
    top:350px;
    left:50px;
  }
  .mission-img02{
    top:400px;
    left:30px;
  }
  .mission-img03 {
    top:30%;

  }
}



.cv{
  display: block;
  margin: 0 auto;
  text-align: center;
  height: auto;
  width: 100%;
  position: relative;
  padding-top:60px;
  padding-bottom: 60px;
}
.cv-txt{
  padding-top: 70px;
  padding-bottom: 90px;
  letter-spacing: 0.05em;
  line-height: 40px;
  position: relative;
  z-index: 20;
}
.cv-txt-s{
  display: block;
  font-size: 27px;
}
.cv-txt-l{
  display: block;
  font-size: 32px;
  padding-bottom: 80px;
}
.cv-txt .br1{
  display: none;
}
.aprilfool{
  height: auto;
  width:100%;
  max-width: 962px;
  position: absolute;
  top:230px;
  bottom:0;
  left:0;
  right: 0;
  margin: 0 auto;
  z-index: 10;

}
.aprilfool img{
  width: 100%;
  height: auto;
}

.cv-bnr a{
  font-size: 20px;
  font-weight: normal;
  position: relative;
  z-index: 20;
  color: #333333;
  text-decoration:none;
}
.cv-bnr p :hover{
  text-decoration: underline;
}
.cv-bnr img{
  height: auto;
  width:90%;
  max-width: 720px;
  margin-bottom: 20px;
  transition: all .3s;
}
.cv-bnr img:hover {
  opacity: 0.6;
}
@media screen and (max-width:630px){
  .cv{
    padding-top: 40px;
  }
  .cv-txt{
    padding-top: 40px;
  }
  .cv-txt-s{
    font-size: 24px;
    margin-bottom: 40px;
  }
  .cv-txt-l{
    font-size: 28px;
    padding-bottom: 0px;
  }
  .aprilfool{
    top:180px;
  }
  .cv-bnr a{
    font-size: 18px;
  }
  .cv-txt .br1{
    display: block;
  }

}

.l-footer{
  background-color: #7d7d7d;
  height: 80px;
  width: 100%;
}
.l-copyright{
  color:#e3e3e3;
  font-size:12px;
  padding-top:32px;
  padding-bottom: 32px;
  text-align: center;
}
