@charset "utf-8";

body:before{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url('../img/about/bg.jpg') no-repeat center center;
  background-size: cover;
}
#contents{
  padding: 0;
}
#contents > header{
  background: #fff;
}
#contents > header h2.mv-title{
  width: 288px;
  margin: 0 auto;
  padding: 30px 0;
}
#contents > header h2.mv-title img{
  width: 100%;
}
.contents-detail{
  padding: 0 10px;
}
.tab{
  width: calc(100% + 20px);
  display: table;
  height: 54px;
  margin: 0 -10px 30px;
  background: #fff;
  border-bottom: 1px #ccc solid;
}
.tab > p{
  width: 33.33%;
  display: table-cell;
  vertical-align: middle;
  /*border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;*/
}
.tab > p + p{
  border-left: 1px #ccc solid;
}
.tab p a{
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.07;
  letter-spacing: -.04em;
  font-weight: bold;
  color: #1e1933;
  padding: 0 4px;
  text-decoration: none;
}
.tab p.current{
  background: #3eaf3e;
}
.tab p.current a{
  color: #ffffff;
}
.contents-title{
  font-size: 28px;
  line-height: 1.29;
  font-weight: bold;
  color: #1e1933;
  text-align: center;
  font-weight: 700;
  font-family: 'Merriweather', serif;
  margin-bottom: 24px;
}
.contents-txt p{
  font-size: 18px;
  line-height: 1.39;
  color: #1e1933;
  margin-bottom: 1.39em;
  text-align: left;
}
.contents-txt p:last-child{
  margin-bottom: 0;
}
.contents-detail-inner{
  padding: 20px 0 32px;
  margin: 38px 0 0 0;
  background: #ffffff;
}

.layout-1 + .layout-1{
  margin-top: 30px;
}
.layout-1-title img{
  width: 50px;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 100%;
}
.layout-1-title-p-1{
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  text-align: left;
  margin-bottom: 14px;
  color: #3eaf3e;
}
.layout-1-title .number{
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  color: #3eaf3e;
}
.layout-1-img{
  margin-bottom: 15px;
}
.layout-1-img img{
  width: 100%;
}
.layout-1-txt{
  font-size: 18px;
  line-height: 1.5;
  color: #1e1933;
  padding: 0 0px 16px;
  border-bottom: 1px solid #cccccc;
}
.balloon-txt{
  font-weight: 700;
  font-family: 'Merriweather', serif;
  font-size: 18px;
  line-height: 1.33;
  text-align:center;
  padding: 30px 0 20px;
}
.thumb-layout-wrap{
  margin: 0 10px;
}
.thumb-layout{
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
.thumb-layout p{
  width: calc(50% - 5px);
  float: left;
  margin: 0 0 10px 0;
}
.thumb-layout p:nth-of-type(2n){
  float: right
}
.thumb-layout-img{
  position: relative;
}
.modal-layout-wrap{
  margin: 0 10px;
}
.modal-layout{
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
.modal-layout p{
  width: calc(50% - 5px);
  margin-bottom: 10px;
  float: left;
}
.modal-layout p:nth-of-type(2n){
  float: right
}
.modal-layout p a{
  display: block;
}
.modal-layout p a img{
  width: 100%;
  vertical-align: bottom;
}
.modal-layout-span-1{
  display: table;
  height: 30px;
  width: 100%;
  font-size: 11px;
  line-height: 1.18;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #1e1933;
}
.modal-layout-span-2{
  vertical-align: middle;
  display: table-cell;
}
.modal-layout-caution{
  font-size: 11px;
  color: #1e1933;
  line-height: 1.8;
  clear: left;
}
.about-txt{
  font-size: 18px;
  line-height: 1.5;
  color: #1e1933;
  padding: 32px 10px 0;
}
.btn-wrap{
  padding: 55px 0 52px;
}
.btn-wrap p{
  width: 267px;
  margin: 0 auto 20px;
}
.btn-wrap p a{
  background: #3eaf3e;
  color: #ffffff;
  font-size: 13px;
  display: block;
  padding: 4px 0;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
  text-decoration: none;
  position: relative;
}