@charset "utf-8";

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

/*-------------------------------------------
all
-------------------------------------------*/
body {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  overflow: hidden;
  letter-spacing: 2px;
  color:#666;
}

img{
  display: block;
}

a{
  color:#666;
  display: block;
  text-decoration: none;
}

.imgleft img,
.imgright img{
  display: block;
  margin: 0 auto 20px;
}

.imgleft p,
.imgright p{
  margin-bottom: 20px;
  line-height: 30px;
}

.imgleft p:last-child,
.imgright p:last-child{
  margin-bottom: 0;
}

.btn a{
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

/*---------------
header
---------------*/
h1{
  padding: 20px;
}

h1 img{
  width: 90px;
  margin: 0 auto 20px;
}

h1 div{
  color: #266F47;
  font-size: 1.4em;
  text-align: center;
}

h1 div span{
  display: block;
}

.entry_smbtn{
  background: #E8822A;
  border-radius: 40px;
  border: 1px solid #E8822A;
  margin: 20px;
  width: 90%;
}

.entry_smbtn a{
  color: #fff;
  padding: 20px;
  text-align: center;
}

/*ハンバーガーメニュー*/
main.open {
  transform: translateX(-250px);
}

.menu_trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
  transform: translateX(0);
  transition: transform .5s;
}

.menu_trigger.active {
  transform: translateX(-250px);
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

main.open {
  transform: translateX(-250px);
}

.menu_trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
  transform: translateX(0);
  transition: transform .5s;
}

.menu_trigger.active {
  transform: translateX(-250px);
}

.menu_trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: all .5s;
}

.menu_trigger.active span {
  background-color: #fff;
}

.menu_trigger span:nth-of-type(1) {
  top: 0;
}

.menu_trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}

.menu_trigger span:nth-of-type(2) {
  top: 12px;
}

.menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu_trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu_trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

nav {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background: rgb(38, 111, 71, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .5s;
}

nav.open{
  transform: translateZ(0);
}

nav li{
  text-align: center;
  padding: 10px 0;
}

nav a{
  color: #fff;
}
/**/

.catchcopy{
  color: #fff;
  font-size: 1.4em;
  background: #266F47;
  width: 90%;
  padding: 20px;
  box-shadow: 8px 8px #155231;
  margin: 10px auto 20px;
}

.catchcopy_sub{
  color: #fff;
  font-size: 1.4em;
  background: #266F47;
  width: 100%;
  text-align: center;
}

/*---------------
top
---------------*/
/*-top_point-------*/
.top_point{
  background: url(../images/top/bg_toppoint@2x.png) 100% 100%;
  background-size: contain;
  padding: 40px 20px;
}

.top_point h2{
  color: #F57211;
  font-size: 1.8em;
  text-align: center;
  position: relative;
}

.top_point h2:before{
  height: 130px;
  border-left: 3px solid #cc7612;
  position: absolute;
  content: '';
  transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  left: 10%;
}

.top_point h2:after{
  height: 130px;
  border-right: 3px solid #cc7612;
  position: absolute;
  content: '';
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  right: 20px;
  top: 0;
}

.top_point h2 > span{
  display: block;
  font-size: 1.2em;
}

.top_point h2 span span{
  font-size: 1.2em;
}

.top_point ul{
  padding: 80px 0 0;
}

.top_point li{
  margin-bottom: 60px;
}

.top_point li:last-child{
  margin-bottom: 0;
}

.top_point dt{
  font-family: Shrikhand;
  font-size: 4em;
}

.top_point dd{
  font-size: 1.2em;
  color: #5DA520;
  margin-bottom: 20px;
}

.top_point strong{
  background: #58AC7E;
  transform: rotate(35deg);
  justify-content: center;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.top_point strong:after{
  background: #266F47;
  transform: rotate(10deg);
  width: 160px;
  height: 160px;
  position: absolute;
  content: '';
  left: 0;
  z-index: -1;
}

.top_point strong span{
  color: #fff;
  transform: rotate(-35deg);
  display: block;
  text-align: center;
}

/*-top_message-------*/
.top_message .imgleft{
  background: #266F47;
  color: #fff;
}

.top_message .imgleft > div{
  position: relative;
  padding: 60px 20px 20px;
}

.top_message .h2{
  color: #21603E;
  transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  font-size: 3em;
  right: 20px;
  top: -10px;
  position: absolute;
}

.top_message h2{
  font-size: 1.4em;
  margin-bottom: 20px;
}

.top_message .btn{
  text-align: right;
}

/*-top_service-------*/
.top_service .imgright{
  background: #88AA58;
  color: #fff;
}

.top_service .imgright > div{
  position: relative;
  padding: 60px 20px 20px;
}

.top_service .h2{
  color: #7B9A50;
  transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  font-size: 3.2em;
  right: 20px;
  top: -10px;
  position: absolute;
}

.top_service h2{
  font-size: 1.4em;
  margin-bottom: 20px;
}

.top_service .btn{
  text-align: right;
}

/*-banner_menu-------*/
.banner_menu{
  padding: 20px;
  background: #F4FFE6;
}

.banner_menu li{
  position: relative;
  margin-bottom: 20px;
}

.banner_menu li:before{
  position: absolute;
  background: #000;
  opacity: .2;
  width: 100%;
  height: 100%;
  content: '';
}

.banner_menu li:after{
  border: 1px solid #fff;
  width: 95%;
  height: 90%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: .7;
}

.banner_menu h2{
  color: #fff;
  position: absolute;
  top: 0%;
  left: 5%;
  font-size: 2.4em;
  opacity: .5;
}

.banner_menu .btn{
  position: absolute;
  bottom: 5%;
  right: 4%;
}


/*---------------
sub
---------------*/
/*-voice-------*/
.voice{
  padding: 20px;
}

.voice_type01 .imgright{
  background: #88AA58;
  color: #fff;
}

.voice_type01 .imgright > div{
  position: relative;
  padding: 20px;
}

.voice_type01 h2,
.voice_type02 h2{
  font-size: 1.4em;
  margin-bottom: 20px;
}

.voice_type01 .btn,
.voice_type02 .btn{
  text-align: right;
}

.voice_type02 .imgleft{
  background: #266F47;
  color: #fff;
}

.voice_type02 .imgleft > div{
  position: relative;
  padding: 20px;
}

/*-staff-------*/
.staff{
  padding: 40px 20px 20px;
}

.staff .intro h2{
  font-size: 1.6em;
  text-align: center;
  margin: 10px 0;
}

.staff .intro p{
  text-align: center;
  margin-bottom: 20px;
}

.staff li h3{
  background: #266F47;
  font-size: 1.2em;
  color: #fff;
  padding: 10px;
}

.staff .imgright,
.staff .imgleft{
  padding: 20px 0;
}

.staff .wrap{
  padding-top: 20px;
}

.staff .wrap img{
  margin-bottom: 20px;
}

.staff .wrap p{
  margin-bottom: 20px;
}

.staff .imgright p,
.staff .imgleft p{
  margin-bottom: 20px;
}

/*---------------
footer
---------------*/
footer{
  background: #266F47;
}

.f_nav a{
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 20px;
}

.copy{
  text-align: center;
  color: #fff;
  padding: 20px;
}

.copy img{
  width: 90px;
  margin: 0 auto 20px;
}

/*---------------
other
---------------*/
.pconly{
  display: none;
}

}

