@charset "UTF-8";
@media screen and (max-width: 767px) {
  body {
    margin: 0 auto;
    min-width: 0;
    padding: 0;
    font-family: 'Segoe UI','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    box-sizing: border-box;
    /*////////// sec01 ////////////*/
    /*////////// sec02 ////////////*/
    /*////////// sec03 ////////////*/
    /*////////// sec04 ////////////*/
    /*////////// sec05 ////////////*/
    /*////////// sec06 ////////////*/
    /*////////// footer cnt ////////////*/
  }
  body #sec02 .inner,
  body #sec03 .inner,
  body #sec04 .inner,
  body #sec05 .inner,
  body #sec06 .inner {
    width: 90%;
  }
  body #header {
    width: 100%;
  }
  body #header #sec01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
  }
  body #header #sec01 h1 {
    width: 50%;
    text-align: center;
    background-size: cover;
  }
  body #header #sec01 h1 img {
    width: 100%;
  }
  body #header #sec01 p {
    display: none;
    top: 0;
  }
  body #header #sec01 #global_navi {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: -100%;
    transition: .6s;
    background: #ffffff;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  body #header #sec01 #global_navi.active {
    right: 0;
  }
  body #header #sec01 #global_navi ul {
    display: block;
    padding: 0;
  }
  body #header #sec01 #global_navi ul li {
    text-align: center;
  }
  body #header #sec01 #global_navi ul li + li {
    margin-top: 1em;
  }
  body #header #sec01 #global_navi ul li.menu_contact {
    display: block;
  }
  body #header #sec01 #global_navi ul li a {
    text-align: center;
  }
  body #header #sec01 #global_navi ul li a br {
    display: none;
  }
  body #header #sec01 #global_navi ul li a::before {
    content: none;
  }
  body #header #menu_btn {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 15px;
    right: 3%;
    margin: auto;
    z-index: 101;
  }
  body #header #menu_btn span {
    width: 30px;
    height: 3px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    background: #57682f;
    transition: .4s;
  }
  body #header #menu_btn span:nth-of-type(1) {
    top: 13px;
  }
  body #header #menu_btn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  body #header #menu_btn span:nth-of-type(3) {
    bottom: 13px;
  }
  body #header #menu_btn.active span:nth-of-type(1) {
    transform: translateY(13px) rotate(-45deg);
  }
  body #header #menu_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  body #header #menu_btn.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  body #sec02 {
    margin: 0 auto 40px;
  }
  body #sec02 > .inner {
    width: auto;
  }
  body #sec02 > .inner img {
    width: 100%;
  }
  body #sec02 #responsive_pc {
    display: none;
  }
  body #sec02 #responsive_ipad {
    display: none;
  }
  body #sec02 #responsive_small {
    display: block;
  }
  body #sec03 {
    margin: 50px auto 40px;
  }
  body #sec03 header {
    background-position: 22% 0;
  }
  body #sec03 header h2 {
    width: 100%;
    font-size: 22px;
  }
  body #sec03 header h2::before {
    width: 100%;
  }
  body #sec03 header h2::after {
    width: 100%;
  }
  body #sec03 header h2 img {
    padding: 0;
  }
  body #sec03 .inner div {
    margin: 10px auto 0;
    width: 100%;
    text-align: left;
    font-size: 16px;
  }
  body #sec03 .inner div #sec03_Btm {
    text-align: center;
  }
  body #sec03 .inner div #sec03_Btm .fx {
    flex-direction: column;
  }
  body #sec03 .inner div #sec03_Btm .fx li {
    margin-bottom: 50px;
    width: 100%;
  }
  body #sec03 .inner div #sec03_Btm .fx li img {
    width: 90%;
  }
  body #sec04 {
    margin-top: 50px;
  }
  body #sec04 header {
    background-position: 100% 0;
    background-size: contain;
  }
  body #sec04 header h2 {
    width: 100%;
    font-size: 22px;
  }
  body #sec04 header h2::before {
    width: 100%;
  }
  body #sec04 header h2::after {
    width: 100%;
  }
  body #sec04 header h2 img {
    padding: 0;
  }
  body #sec04 header p {
    width: 100%;
    font-size: 22px;
  }
  body #sec04 header p::before {
    width: 100%;
  }
  body #sec04 header p::after {
    width: 100%;
  }
  body #sec04 header p img {
    padding: 0;
  }
  body #sec04 div p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  body #sec04 #sec04_Btm {
    width: 100%;
    display: inline-block;
  }
  body #sec04 #sec04_Btm #sec04-left {
    margin: 0 auto;
  }
  body #sec04 #sec04_Btm #sec04-left h4 {
    font-size: 20px;
    width: 100%;
    text-align: left;
  }
  body #sec04 #sec04_Btm #sec04-left {
    font-size: 18px;
  }
  body #sec04 #sec04_Btm #sec04-left p {
    font-size: 17px;
    margin-bottom: 10px;
  }
  body #sec04 #sec04_Btm #sec04-left p:nth-of-type(2) {
    margin-bottom: 30px;
  }
  body #sec04 #sec04_Btm #sec04-left ul {
    margin-bottom: 20px;
  }
  body #sec04 #sec04_Btm #sec04-left ul li {
    font-size: 16px;
  }
  body #sec04 #sec04_Btm #sec04-right {
    width: 80%;
    margin: 0 auto;
  }
  body #sec04 #sec04_Btm #sec04-right span {
    margin: 0 auto;
  }
  body #sec04 #sec04_Btm #sec04-right span img {
    width: 100%;
  }
  body #sec05 {
    margin: 50px auto 40px;
  }
  body #sec05 header {
    background-position: 30% 0;
  }
  body #sec05 header h2 {
    width: 100%;
    font-size: 22px;
  }
  body #sec05 header h2::before {
    width: 100%;
  }
  body #sec05 header h2::after {
    width: 100%;
  }
  body #sec05 header h2 img {
    padding: 0;
  }
  body #sec05 div p {
    font-size: 16px;
  }
  body #sec05 #sec05_Btm {
    width: 100%;
    margin: 0 auto;
  }
  body #sec05 #sec05_Btm .fx {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  body #sec05 #sec05_Btm .fx li {
    margin-bottom: 50px;
    text-align: center;
  }
  body #sec05 #sec05_Btm .fx li img {
    width: 90%;
  }
  body #sec06 {
    margin: 50px auto 40px;
  }
  body #sec06 header {
    background-position: 32% 0;
    background-size: contain;
  }
  body #sec06 header h2 {
    width: 100%;
    font-size: 22px;
  }
  body #sec06 header h2::before {
    width: 100%;
  }
  body #sec06 header h2::after {
    width: 100%;
  }
  body #sec06 header h2 img {
    padding: 0;
  }
  body #sec06 div p {
    font-size: 16px;
  }
  body #sec06 #sec06_Btm {
    width: 100%;
    margin: 0 auto;
  }
  body #sec06 #sec06_Btm .fx {
    flex-direction: column;
    justify-content: center;
  }
  body #sec06 #sec06_Btm .fx li {
    margin-bottom: 50px;
    text-align: center;
  }
  body #sec06 #sec06_Btm .fx li img {
    width: 90%;
  }
  body #footer_ctn {
    width: 100%;
    margin-top: 20px;
  }
  body #footer_ctn #footer_Box nav {
    height: auto;
  }
  body #footer_ctn #footer_Box nav .fx {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  body #footer_ctn #footer_Box nav .fx li {
    margin: 0;
  }
  body #footer_ctn #footer_Box nav .fx li::after {
    display: none;
  }
  body #footer_ctn #footer_Box nav .fx li a {
    padding: 10px 0;
    border-bottom: solid 1px #fff;
  }
  body #footer_ctn #footer_Box nav .fx li a:nth-child(6) {
    border-bottom: none;
  }
  body #footer_ctn #footer_Box #footer_btm {
    width: 100%;
    display: 100%;
    padding: 5px;
    display: inline-block;
  }
  body #footer_ctn #footer_Box #footer_btm .footerImg {
    width: 80%;
    margin: 0 auto;
  }
  body #footer_ctn #footer_Box #footer_btm .adress {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
  }
}

/*///////////////////////////

----// media screen  （768px以上 992px未満）タブレット //----

////////////////////////////*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  body {
    width: 100%;
    min-width: 0;
    margin: 0 auto;
    padding: 0;
    font-family: 'Segoe UI','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    box-sizing: border-box;
    /*///////////////////////////////////
	-- Sec01 --
	//////////////////////////////////*/
    /*///////////////////////////////////
	-- Sec02 --
	//////////////////////////////////*/
    /*///////////////////////////////////
	-- Sec03 --
	//////////////////////////////////*/
    /*///////////////////////////////////
	-- Sec04 --
	//////////////////////////////////*/
    /*///////////////////////////////////
	-- Sec05 --
	//////////////////////////////////*/
    /*///////////////////////////////////
	-- Sec06 --
	//////////////////////////////////*/
    /*///////////////////////////////////
	-- footer ctn --
	//////////////////////////////////*/
  }
  body #sec02 .inner,
  body #sec03 .inner,
  body #sec04 .inner,
  body #sec05 .inner,
  body #sec06 .inner {
    width: 90%;
    margin: 0 auto;
  }
  body #header {
    width: 100%;
  }
  body #header #sec01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
  }
  body #header #sec01 h1 {
    width: 30%;
    text-align: center;
    background-size: cover;
  }
  body #header #sec01 h1 img {
    width: 100%;
  }
  body #header #sec01 p {
    display: none;
    top: 0;
  }
  body #header #sec01 #global_navi {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: -100%;
    transition: .6s;
    background: #ffffff;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  body #header #sec01 #global_navi.active {
    right: 0;
  }
  body #header #sec01 #global_navi ul {
    display: block;
    padding: 0;
  }
  body #header #sec01 #global_navi ul li {
    text-align: center;
  }
  body #header #sec01 #global_navi ul li + li {
    margin-top: 1em;
  }
  body #header #sec01 #global_navi ul li.menu_contact {
    display: block;
  }
  body #header #sec01 #global_navi ul li a {
    line-height: 2.5;
    text-align: center;
  }
  body #header #sec01 #global_navi ul li a br {
    display: none;
  }
  body #header #sec01 #global_navi ul li a::before {
    content: none;
  }
  body #header #menu_btn {
    display: block;
    width: 70px;
    height: 70px;
    position: fixed;
    top: 10px;
    right: 3%;
    margin: auto;
    z-index: 101;
  }
  body #header #menu_btn span {
    width: 60px;
    height: 3px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    background: #57682f;
    transition: .4s;
  }
  body #header #menu_btn span:nth-of-type(1) {
    top: 13px;
  }
  body #header #menu_btn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  body #header #menu_btn span:nth-of-type(3) {
    bottom: 13px;
  }
  body #header #menu_btn.active span:nth-of-type(1) {
    transform: translateY(30px) rotate(-45deg);
  }
  body #header #menu_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  body #header #menu_btn.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  body #sec02 {
    margin-bottom: 50px;
  }
  body #sec02 .inner img {
    width: 100%;
  }
  body #sec02 #responsive_pc {
    display: none;
  }
  body #sec02 #responsive_ipad {
    display: block;
    width: 100%;
  }
  body #sec02 #responsive_small {
    display: none;
  }
  body #sec03 {
    margin-bottom: 100px;
  }
  body #sec03 h2 {
    width: 100%;
  }
  body #sec03 h2::before {
    width: 100%;
  }
  body #sec03 h2::after {
    width: 100%;
  }
  body #sec03 #sec03_Btm .fx li {
    width: 30%;
  }
  body #sec03 #sec03_Btm .fx li img {
    width: 100%;
  }
  body #sec04 {
    margin-bottom: 100px;
  }
  body #sec04 h2 {
    width: 100%;
  }
  body #sec04 h2::before {
    width: 100%;
  }
  body #sec04 h2::after {
    width: 100%;
  }
  body #sec04 #sec04_Btm {
    width: 100%;
  }
  body #sec04 #sec04_Btm #sec04-left {
    width: 50%;
  }
  body #sec04 #sec04_Btm #sec04-right {
    width: 40%;
  }
  body #sec04 #sec04_Btm #sec04-right img {
    width: 100%;
  }
  body #sec05 {
    margin-bottom: 100px;
  }
  body #sec05 h2 {
    width: 100%;
  }
  body #sec05 h2::before {
    width: 100%;
  }
  body #sec05 h2::after {
    width: 100%;
  }
  body #sec05 #sec05_Btm .fx li {
    width: 30%;
  }
  body #sec05 #sec05_Btm .fx li img {
    width: 100%;
  }
  body #sec06 {
    margin-bottom: 100px;
  }
  body #sec06 h2 {
    width: 100%;
  }
  body #sec06 h2::before {
    width: 100%;
  }
  body #sec06 h2::after {
    width: 100%;
  }
  body #sec06 #sec06_Btm .fx li {
    width: 30%;
  }
  body #sec06 #sec06_Btm .fx li img {
    width: 100%;
  }
  body #footer_ctn {
    margin-top: 50px;
  }
  body #footer_ctn #footer_Box {
    width: 100%;
  }
  body #footer_ctn #footer_Box .fx {
    width: 100%;
  }
  body #footer_ctn #footer_Box .fx li::after {
    right: -20px;
  }
  body #footer_ctn #footer_Box .fx li:last-child::after {
    display: none;
  }
  body #footer_ctn #footer_Box .fx li a {
    font-size: 16px;
  }
  /*body*/
}
