@charset "utf-8";
/* CSS Document */
@media screen and (max-width:500px) {
.spmaxw80 {max-width: 80%;}
.spmgn-t10 {margin-top: 10px!important;}
.spmgn-t16 {margin-top: 16px;}
.spmgn-t20 {margin-top: 20px!important;}
.spmgn-b16 {margin-bottom: 16px;}
.spmgn-b0 {margin-bottom: 0!important;}
.sppdg-b0 {padding-bottom: 0!important;}
.sp_block {display: block!important;}
.spposition {position: relative;}
.sp-none02 {display: none;}
.indent_content {padding: 20px 16px;}
.page_thumb {letter-spacing: inherit; font-size: 4vw; height: 70px; margin-bottom: 20px; margin-top: 70px; background-position: center;}
/*チェックボックス非表示*/
.nav-none { display:none; }
	header {width: 100%; padding: 10px; position: fixed; top: 0; z-index: 100; background-color: #fff; box-sizing: border-box; display: flex; align-items: center; height: 70px;}
	header h1 {display: none;}
	header .ul01 {display: none;}
	header h2 {width: 50%;}
	.content {padding: 16px;}
	.nav_logo {display: flex; justify-content: flex-start; align-items: center; line-height: 1; font-size: 6vw; margin-bottom: 20px; letter-spacing: 2px;}
	.nav_logo img {margin-right: 10px;}
	.swiper-slide {width: 100%!important;}
	.swiper-container {width: 100%; height: auto; margin-left: 0!important; left: 0; margin-top: 70px;}
	.swiper-slide img {height: auto;}
/*ハンバーガー*/	
	#nav-toggle {
  position: fixed;
  top: 8px;
  right: 5%;
width: auto;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 100%;
}
#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #318b55;
  position: absolute;
  transition: transform 0.3s ease-in-out, top 0.5s ease;
  /* #nav-toggle close */
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 20px;
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
background-color: #318b55;
}
.open #nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
background-color: #318b55;
}
.open #nav-toggle span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
background-color: #318b55;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav nav {
  z-index: 999;
}

#gloval-nav {
 background: url(img/index/box06_bg.jpg)top center repeat;
  color: #000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 5vw;
  padding-left: 0;
  transform: translateX(-100%);
  transition: transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open #gloval-nav {
  transform: translateX(0);
}

#gloval-nav a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.6s ease;
}
#gloval-nav ul {
  list-style: none;
padding: 0 16px;
}
#gloval-nav ul li {
  transform: translateX(-250px);
  transition: transform .4s ease;
  position: relative;
  width: 100%;
  border-bottom: 1px dotted #000;
}

#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}
#gloval-nav ul li:nth-child(8) {
  transition-delay: 1.05s;
}
#gloval-nav ul li:nth-child(9) {
  transition-delay: 1.2s;
}
#gloval-nav ul li:nth-child(10) {
  transition-delay: 1.35s;
}
#gloval-nav ul li:nth-child(11) {
  transition-delay: 1.5s;
}
#gloval-nav ul li:nth-child(12) {
  transition-delay: 1.65s;
}
#gloval-nav ul li:nth-child(13) {
  transition-delay: 1.8s;
}

.open #gloval-nav li {
  transform: translateX(0);
}

.nav-bg {
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 1s ease;
}
.nav-bg.active {
  opacity: 1;
}
	
/*index*/
	#index .box01 {border: 2px solid #000;}
	#index .box01 .inner {display: block;}
	#index .box01 .big {font-size: 3.2vw; padding-right: 0; text-align: center;}
	#index .box01 .logo {display: none;}
	#index .box01 .txt {display: none;}
	#index .box01 ul {margin: 10px auto 0;}
	#index .box01 .blog_box {display: none;}
	#index .box02 ul {width: 100%; margin-top: 16px;}
	#index .box02 ul a {width: 100%;}
	#index .box02 li {width: 100%; height: auto; font-size: 3vw; padding: 5px 0; border-radius: 10px;}
	#index .box02 li img {display: none;}
	#index .box02 .icon {display: none;}
	#index .box02 .btn {position: relative; bottom: inherit; left: inherit; margin: 0 auto; width: 100%; margin-top: 16px; font-size: 3vw;}
	#index .box03 h2 {margin-bottom: 10px; font-size: 6vw;}
	#index .case_item {width: 47.5%; margin-right: 5%; margin-top: 10px;}
	#index .case_item:nth-child(2n) {margin-right: 0;}
	#index .case_img img {height: 100px;}
	#index .number {display: none;}
	#index .box03 h3 {font-size: 3.5vw;}
	#index .btn {width: 100%; font-size: 3.4vw; padding: 8px 0; border-radius: 10px;}
	#index .box03 .btn {margin-top: 10px;}
	#index .box04 .icon01, #index .box04 .icon02 {display: none;}
	#index .box04 .con {border-radius:10px; padding: 10px;}
	#index .box04 h2 {font-size: 4vw; border-bottom: 2px solid #000; padding: 0 0 5px;}
	#index .box04 .min {font-size: 2.7vw; margin: 5px auto;}
	#index .box04 .center {display: block; border-radius: 10px; margin-bottom: 10px; border: 2px solid #000;}
	#index .box04 .center .big {font-size: 4vw; line-height: 1.3; margin-bottom: 10px;}
	#index .box04 .line_btn {width: 100%; border-radius: 10px; font-size: 4vw;}
	#index .box04 ul {display: block;}
	#index .box04 li {width: 100%; border-radius: 10px; border: 2px solid #000; padding: 10px; font-size: 4vw;}
	#index .box04 .title img {width: 15%; margin-right: 10px;}
	#index .box04 .btn02 {width: 100%; height: auto; border-radius: 10px; padding: 10px 0; margin-top: 10px;}
	#index .box04 li:nth-child(2) {border: 2px solid #000; margin-top: 10px;}
	#index .box04 .arrow {display: none;}
	#index .box05 {position: relative; padding: 0;}
	#index .box05 .right_area {width: 100%;}
	#index .box05 .min {font-size: 4vw; margin: 16px auto;}
	#index .box05 .title {padding-left: 0;}
	#index .box05 .con {padding: 0; background: none;}
	#index .box05 li {width: 47.5%;}
	#index .box05 .btn02 {font-size: 3vw; width: 60%; background: #000; bottom: 5px; right: -5px; padding: 5px 0;}
	#index .box05 ul {position: absolute; bottom: 24px; right: 0; margin: 0 24px;}
	
	
	#index .box06 .title01 {display: block; margin-bottom: 16px;}
	#index .box06 .img01 {width: 50%;}
	#index .box06 h2 {font-size: 6vw; margin-left: 0; text-align: center;margin-top: 10px; padding-bottom: 0;}
	#index .box06 .big_icon {width: 50%;}
	#index .box06 ul {flex-wrap: wrap;}
	#index .box06 li {width: 47.5%; font-size: 3vw; margin-bottom: 10px;}
	#index .box07 h2 {font-size: 6vw;}
	#index .box07 h2 .big {font-size: 7vw;}
	#index .box07 .title_icon01 {display: none;}
	#index .box07 .title_icon02 {display: none;}
	#index .box07 .text_area {padding: 0; margin-top: 10px;}
	#index .box07 .text_area img {display: none;}
	#index .box07 .text {font-size: 5vw; margin-left: 0;}
	#index .box07 .min {font-size: 3vw; margin: 16px auto; line-height: 1.5;}
	#index .box07 ul {width: 100%; flex-wrap: wrap;}
	#index .box07 li {width: 47.5%;}
	#index .box07 li:nth-child(3),#index .box07 li:nth-child(4) {margin-top: 16px;}
	#index .box07 li .icon {display: none;}
	#index .box07 .btn {margin-top: 20px;}
	#index .box07 .line_area {display: none;}
	#index .box075 h2 {font-size: 4.5vw; margin-bottom: 10px;}
	#answer_list {padding: 10px; border: 2px solid #dcdcdc;}
	.answer_item {display: block; margin-top: 16px;}
	#index .box075 h3 {font-size: 3.5vw; line-height: 1.5; margin-bottom: 10px;}
	#index .box075 .btn {width: 60%; min-width: inherit; margin: 0 auto; font-size: 3vw;}
	#index .box075 .btn02 {width: 100%; font-size: 3.5vw; margin-top: 20px; border-radius: 10px;}
	#index .box08 .title_area {margin-bottom: 0;}
	#index .box08 h2 {margin-bottom: 10px;}
	#index .voice_item {width: 47.5%; margin-right: 5%; margin-top: 16px;}
	#index .voice_item:nth-child(2n) {margin-right: 0;}
	#index .voice_img img {height: 100px;}
	#index .box08 .btn {margin-top: 20px;}
	#index .box08 h3 {font-size: 3vw; line-height: 1.3;}
	#index .voice_txt {padding: 10px; font-size: 3vw;}
	#index .box10 h2 {font-size: 5vw; margin: 16px auto;}
	#index .box10 .btn02 {position: relative; width: 100%; top: inherit; margin: 16px auto 0;}
	#index .box10 .con {padding: 10px;}
	#index .box10 .blog_item {padding: 10px 0;}
	#index .box10 .inner {display: block; font-size: 3vw;}
	#index .box10 .inner .img {display: none;}
	#index .box10 h3 {font-size: 3.2vw; line-height: 1.3; text-align: justify;}
	#index .box10 .spimg {margin: auto; width: 70%;}
	#index .box10 .list {margin-top: 20px;}
	#index .box11 ul {flex-wrap: wrap;}
	#index .box11 ul a {width: 47.5%; margin-top: 5%;}
	#index .box11 li {width: 100%;font-size: 3.2vw;}
	#index .box11 ul a:nth-child(1),#index .box11 ul a:nth-child(2) {margin-top: 0;}
	#index .box11 li img {width: 25%;}
	#index .box12 {font-size: 3vw;}
	#index .box12 .title {margin-bottom: 16px;}
	#index .box12 .title img {width: 50%;}
	#index .box12 h2 {font-size: 6vw; margin-left: 10px;}

	
	footer .over {padding: 20px 16px; border: none;}
	footer .over table {padding: 20px 16px;}
	footer .over .inner {display: block; margin-top: 0;}
	footer .over table {display: none;}
	footer .con {width: 100%;}
	footer .con img {width: 100%; object-fit: cover;}
	footer .con .txt_area {padding: 10px; font-size: 3vw;}
	footer .con .big {font-size: 4vw; margin-bottom: 5px;}
footer .copyright_area {display: block; text-align: center; font-size: 3vw; padding: 7px 0; line-height: 1.5;}
	.stoker02 {display: flex; justify-content: space-between;}
	.stoker02 li {width: 50%;}
	
	#pop_banner {
padding: 0;
    z-index: 50;
    background: none;
    width: 100%;
    border: none;
    bottom: 0;
	position: fixed;
	}

.pan {
display: none;
}
.page_top_img {
margin-top: 30px;
}
.page_title,#case_single .page_title {font-size: 16px;}

	/*concept*/
	#concept .content {padding: 16px;}
	#concept .box01 {font-size: 3.5vw; border: 2px solid #318b55;}
	#concept .box01 .title {margin: 16px auto;}
	#concept .box01 ul {margin-bottom: 16px;}
	#concept .box01 li {width: 47.5%;}
	#concept .box01 .btn_area {justify-content: space-between;}
	#concept .box01 .btn {width: 47.5%;}
	#concept .box01 .btn img {display: none;}
	#concept .box01 .btn:nth-child(1) {margin-right: 0;}
	#concept .box01 .btn p {width: 100%; height: auto; padding: 10px 0; background: #fff; box-shadow: 1px 1px #dadbad;}
	#concept .box02 .title {font-size: 3.5vw;}
	#concept .box02 h2 {font-size: 6vw;}
	#concept .box02 .text02 {width: 100%; margin-left: 0; margin-top: 0; border: 2px solid #000; padding: 10px; font-size: 3vw;}
	#concept .box02 .text02 .txt {font-size: 4vw; margin-bottom: 5px;}
	#concept .box03 h2 {font-size: 5vw; margin: 0 auto;}
	#concept .box03 .inner {display: block; font-size: 3vw;}
	#concept .box03 .inner img {margin: 0 auto 16px;}
	#concept .box03 .title {margin-top: 0;}
	#concept .box03 li {width: 47.5%; padding: 10px; border-radius: 10px; font-size: 3vw; margin-top: 16px;}
	#concept .box03 .big {font-size: 3.5vw;}
	#concept .box03 .con h3 {font-size: 4vw; padding: 10px; margin-top: 0;}
	#concept .box03 .con p {font-size: 3vw; margin: 16px 0;}
	#concept .box03 .box h3 {font-size: 4vw; margin-bottom: 10px;}
	#concept .box03 .movie_area {padding: 10px;}
	#concept .box03 .movie_area a {width: 47.5%;}
	#concept .box03 .movie_area .title01 {font-size: 5vw; text-align: center; margin-bottom: 10px;}
	#concept .box04 h2 {font-size: 4vw; margin: 0 auto 10px;}
	#concept .box04 .inner {display: block; font-size: 3vw;}
	#concept .box04 .inner img {margin: 0 auto 10px;}
	#concept .box05 h2 {font-size: 4vw;}
	#concept .box05 .title_area img {display: none; padding: 10px 0;}
	#concept .box05 .box {padding: 10px; display: block; font-size: 3vw;}
	#concept .box05 .img {margin: 0 auto 10px;}
	#concept .box05 .title {margin-bottom: 5px;}
	#concept .box05 .title img {width: 7%;}
	#concept .box05 h3 {font-size: 4vw;}
	#concept .box05 .title_area {padding: 16px 0;}
	#concept .bnr_area a {width: 47.5%;}
	#concept .box06 {padding: 10px; display: block; font-size: 3vw;}
	#concept .box06 img {margin: 0 auto 10px;}
	#concept .box06 .big {font-size: 4vw; text-align: center; margin-bottom: 10px;}
	#concept .box06 .bdr {display: none;}
	#mama .box01 .title {background: none; border: none; display: block;}
	#mama .box01 .title p {display: none;}
	#mama .box01 h2 {font-size: 4vw; text-align: center; margin-left: 0; line-height: 1.4;}
	#mama .box01 h3 {font-size: 4vw; line-height: 1.4;}
	#mama .box01 .inner {display: block; margin: 16px auto; font-size: 3vw;}
	#mama .box01 .inner .img,#mama .box01 .inner .img02 {margin: 0 auto 10px;}
	#mama .box02 h3 {font-size: 4vw; margin: 16px 0; line-height: 1.4;}
	#mama .box02 .inner,#mama .box02 .inner02 {display: block; font-size: 3vw;}
	#mama .box02 .inner img,#mama .box02 .inner02 img {margin: 0 auto 10px;}
	#mama .box02 li {width: 32.5%;}
	#papa .box01 .inner,#papa .box01 .inner02 {display: block; font-size: 3vw;}
	#papa .box01 .inner .img,#papa .box01 .inner02 .img {margin: 0 auto 10px; box-shadow: none;}
	#papa .box02 .big {font-size: 5vw;}
	#papa .box02 .txt {margin-top: 10px; font-size: 3.4vw;}
	#papa .box02 .icon01,#papa .box02 .icon02,#papa .box02 .icon03 {display: none;}
	#papa .box02 .img,#papa .box03 .img02 {margin: 16px auto;}
	#papa .box02 .big_text {font-size: 4.2vw; margin-bottom: 0;}
	#papa .box02 .big_text02 {font-size: 4vw; text-align: center;}
	#papa .box03 h3 {font-size: 4vw; line-height: 1.4; margin: 16px 0;}
	#papa .box03 .inner,#papa .box03 .inner02,#papa .box04 .inner {display: block; font-size: 3vw;}
	#papa .box03 .inner .img,#papa .box03 .inner02 .img,#papa .box04 .inner img {margin: 0 auto 10px;}
	#papa .box04 {padding: 10px; border: 2px solid #d2d2d2;}
	#papa .box04 h3 {font-size: 5vw;}
	#papa .box04 .big {font-size: 4vw; margin: 16px auto;}
	#papa .box04 .bdr {margin: 10px auto;}
	#papa .box04 .title {display: block; font-size: 3vw; text-align: center; margin-bottom: 10px;}
	#papa .box04 .big02 {font-size: 5vw; margin: 0 auto 10px;}
	#seminar .box01 .icon01,#seminar .box01 .icon02,#seminar .box01 .icon03,#seminar .box01 .icon04 {display: none;}
	#seminar .box01 {padding-top: 16px; border: 2px solid #000;}
	#seminar .box01 .title {border: none; padding: 0; background: none; font-size: 4vw;}
	#seminar .box01 .title span {font-size: 5vw;}
	#seminar .box01 ul {margin: 16px auto;}
	#seminar .box01 li {width: 23.5%;}
	#seminar .box01 .box {border: 2px solid #d2d2d2;}
	#seminar .box01 .box .title_area {font-size: 4vw; text-align: center;}
	#seminar .box01 .box .txt {font-size: 3vw;}
	#seminar .box02 .title01 {font-size: 5vw; line-height: 1.5;}
	#seminar .box02 .inner {display: block; margin: 16px auto; font-size: 3vw;}
	#seminar .box02 .inner img {margin: 0 auto 10px;}
	#seminar .box02 .con01 {padding: 10px; margin-top: 20px; font-size: 3.2vw; text-align: center; border: 2px solid #000; border-radius: 10px;}
	#seminar .box02 .bg {border: 2px solid #000;}
	#seminar .box02 .con01 .icon {display: none;}
	#seminar .box02 .con02 {border: 1px solid #c5c5c5; padding: 10px; font-size: 3.5vw;}
	#seminar .box02 .con02 .title {margin-bottom: 10px;}
	#seminar .box02 .con02 li img {display: none;}
	#seminar .box02 .con02 .title img {width: 10%;}
	#seminar .box02 .con02 h3 {font-size: 4vw;}
	#seminar .box02 .btn {border: 1px solid #000; font-size: 3.5vw; background: #189941; padding: 10px 0;}
	#seminar .box02 .btn02 .btn {font-size: 3vw;}
	#seminar .box02_txt01 {width: 70%;}
	#experience .box01 .box {position: relative; right: inherit; bottom: inherit;}
	#experience .box01 .title {font-size: 4vw; padding: 10px; padding-right: 0;}
	#experience .box01 .icon {right: 0; width: 20%;}
	#experience .box01 .under {padding: 16px; font-size: 4vw;}
	#experience .box01 .btn {font-size: 4vw; margin-top: 10px; border-bottom: 2px solid #00561f;}
	#experience .box01 .big {font-size: 4vw;}
	#experience .content {padding: 16px;}
	#experience .box02 .big {font-size: 4.5vw; line-height: 1.4;}
	#experience .box02 .big02 {font-size: 3.5vw; line-height: 1.4; margin-bottom: 20px;}
	#experience .box02 .icon01, #experience .box02 .icon02,#experience .box02 .icon03, #experience .box02 .icon04 {display: none;}
	#experience .box02 ul {width: 100%; margin: 0 auto 16px;}
	#experience .box02 li {width: 100%; font-size: 3.5vw; border: none; padding-bottom: 0;}
	#experience .box02 .gallery img:nth-child(1), #experience .box02 .gallery img:nth-child(2), #experience .box02 .gallery img:nth-child(3) {margin-bottom: 2%;}
	#experience .gallery img {width: 32.5%;}
	#experience .box02 .btn_area {display: block; margin-top: 0;}
	#experience .box02 .btn {margin-top: 16px; height: auto; padding: 10px; width: 100%; justify-content: space-between; border: 2px solid #189941;}
	#experience .box02 .btn:nth-child(2) {border: 2px solid #4787dd;}
	#experience .box02 .txt01 {font-size: 5vw; text-align: center;}
	#experience .box02 .btn .icon {margin-right: 10px; width: 20%;}
	#experience .box02 .txt02 {font-size: 5vw; text-align: center;}
	#experience .box03 .ul01 li {width: 100%; margin-top: 40px;}
	#experience .box03 .ul01 {display: block; margin-top: 0;}
	#experience .box03 .ul01 .title {width: 50%; margin-top: -41px;}
	#experience .box03 .ul01 li:nth-child(2) .title {width: 45.5%;}
	#experience .box03 .ul01 li:nth-child(3) .title {width: 40%;}
	#experience .box03 .ul01 .img {margin: 10px auto;}
	#experience .box03 .over {padding: 16px; font-size: 3vw;}
	#experience .box03 .ul01 .btn {font-size: 4vw; width: 60%; margin: 16px auto 0;}
	#experience .box04 {margin-top: 0;}
	#experience .box04 .title_area,#experience .box06 .title_area {display: block; padding: 10px 0;}
	#experience .box04 .title_area img,#experience .box06 .title_area img {display: none;}
	#experience .box04 h2,#experience .box06 h2 {font-size: 5vw; padding-left: 0; text-align: center; line-height: 1.3;}
	#experience .box04 .inner, #experience .box04 .inner02,#experience .box06 .inner {display: block; font-size: 3vw;}
	#experience .box04 .inner img,#experience .box04 .inner02 img,#experience .box06 .inner img {margin: 0 auto 10px;}
	#experience .box04 h3 {font-size: 4.2vw; margin: 0 auto 16px;}
	#experience .box04 li .icon {display: none;}
	#experience .box04 li {font-size: 3.5vw; padding: 10px; border: 2px solid #000; margin-top: 10px;}
	#experience .box04 ul {margin-bottom: 20px;}
	#experience .box05 .check .icon {display: none;}
	#experience .box05 .check {font-size: 4vw; padding: 16px; border: 2px solid #000; margin-top: 0;}
	#experience .box05 .btn {font-size: 3.3vw; padding: 10px;}
	#experience .box05 .btn img {width: 10%; margin-right: 10px;}
	#experience .box06 {margin-top: 20px;}
	#experience .box06 .box {width: 100%; border: 2px solid #000;}
	#experience .box06 .big {font-size: 4vw;}
	#experience .box06 ul {margin: 10px auto;}
	#experience .box06 .btn {font-size: 4vw; background: 189941; border: 2px solid #000; padding: 10px; margin-top: 10px;}
	#experience .line_center {display: block; border-radius: 15px; border: 2px solid #000; margin-bottom: 0;}
	#experience .line_center .linebig {text-align: center; line-height: 1.3; font-size: 4vw;}
	#experience .line_btn {width: 100%; margin-top: 10px; padding: 10px 0;}
	
	/*company*/
	#company table th, #company table td {display: block; width: 100%; text-align: left!important; font-size: 3vw;}
	#company iframe {height: 250px;}
	#company .box {font-size: 3vw;}
	#company .box .text {font-size: 10px;}
	#company .box01 .con {margin-top: 30px;}
	#company .box01 .title_area {display: block; font-size: 4vw; margin-bottom: 10px; text-align: center;}
	#company .box01 h3 {font-size: 3.5vw; margin-right: 0; display: block; text-align: center; margin-bottom: 10px;}
	#company .box01 h3 span {font-size: 6vw;}
	#company .box01 .inner {display: block; font-size: 4vw; padding: 0 10px;}
	#company .box01 .img01,#company .box01 .img02 {margin: 0 auto;}
	#company .box01 table {line-height: 1.5;}
	#company .box01 table th,#company .box01 table td {font-size: 3.5vw; display: table-cell; text-align: justify; width: auto;}
	#company .box01 .title {padding-top: 16px;}
	#company .box01 tr:nth-child(1) .title {padding-top: 16px;}
	
	/*sitemap*/
	#sitemap li {font-size: 4vw;}
	
	
	/*contact_bnr*/
	.contact_banner {position: relative; border: 2px solid #189941; margin: 16px;}
	.contact_banner .con_title {font-size: 4vw;}
	.contact_banner .inner {display: block; padding: 16px 16px 6px;}
	.contact_banner .inner img {margin: 0 auto 10px; width: 70%;}
	.contact_banner .bdr {display: none;}
	
	
	/*blog*/
	#blog_single .box01, #blog .box01 {padding: 16px; font-size: 3.7vw;}
	#blog .con {padding-bottom: 10px; margin-bottom: 10px;}
	
	/*case*/
	#case_single .page_title {font-size: 3.8vw!important;}
	#case .txt_area {font-size: 3.5vw;}
	#case .item {width: 100%; margin: 0 auto 20px;}
	#case .item:nth-last-child(1) {margin-bottom: 0;}
	#case_arcive_list {padding: 16px; padding-bottom: 0; padding-top: 0;}
	#case .item:nth-child(3), #case .item:nth-child(4) {margin-top: 0;}
	#case_single .img {padding: 16px;}
	#case_single .img img {height: 200px;}
	.gallery_title p {display: none;}
	#case_single .gallery_box a {width: 32%; margin-right: 2%; margin-top: 2%;}
	#case_single .gallery_box a img {height: 100px;}
	#case_single .case_txt_box {padding: 16px; font-size: 3.7vw;}
	
	#gallery_arcive_list {padding: 0 16px;}
	#gallery_arcive_list .item {width: 47.5%; margin-right: 5%; margin-top: 5%;}
	#gallery_arcive_list .item:nth-child(3n) {margin-right: 5%; margin-top: 5%;}
	#gallery_arcive_list .item:nth-child(2n) {margin-right: 0;}
	#gallery_arcive_list img {height: 100px;}
	#gallery_arcive_list h3 {font-size: 3.5vw; line-height: 1.5;}
	#gallery_arcive_list .btn {font-size: 3vw;}
	

	/*contact*/
	#contact .bg {font-size: 3vw;}
	#contact .big {font-size: 3.5vw;}
	#contact .ul01 {font-size: 3.5vw;}
	#contact .icon {display: none;}
	#contact .text {font-size: 4vw; background: none; background-color: #e8a02b;}
	#contact .big02 {font-size: 3vw; margin: 10px auto;}
	#contact .txt02 {font-size: 2vw;}
	#contact .txt02 span {font-size: 3.2vw;}
	#contact .tel_area {font-size: 4.5vw; width: 100%; margin-bottom: 10px;}
	#contact .tel_text {font-size: 7vw;}
	#contact .big03 {font-size: 3.2vw;}
	#contact .box02 {padding: 16px;}
	#contact .center {display: block; border-radius: 15px; border: 2px solid #000; margin-bottom: 0;}
	#contact .center .linebig {text-align: center; line-height: 1.3; font-size: 4vw;}
	#contact .line_btn {width: 100%; margin-top: 10px; padding: 10px 0;}
	#contact .logo {display: none;}
	#contact .center img {width: auto;}
	#contact .box01 .center p {font-size: 3.1vw; margin-right: 0; text-align: center;}
	#contact .box01 ul {margin: 10px auto 0;}
	#contact .box01 .txt {display: none;}
	#contact .tel_bnr {margin-top: 10px;}
	#answer h2 {font-size: 4.2vw;}
	#answer h3 {font-size: 4vw; padding: 8px 10px;}
	#answer .text {font-size: 3.5vw;}
	#answer .item {margin-top: 16px;}
	#event .item {width: 100%; margin-right: 0; margin-top: 20px;}
	#event .item:nth-child(2) {margin-top: 20px;}
	#event_arcive_list {padding: 0 16px;}
	#event .box {font-size: 3vw;}
	#event .box,#event .box img {border: 1px solid #d2d2d2;}
	#event .box img {height: 150px; border: none; border-bottom: 1px solid #d2d2d2;}
	#event .btn {border: 1px solid #d2d2d2; padding: 10px 0; font-size: 3.5vw; margin-top: 16px;}
	#seminar #event .item:nth-child(2) {margin-top: 10px;}
	
	
	#contact table th, #contact table td {width: 100%; display: block; font-size: 3.5vw;}
	#contact table .txtbox01 {height: 66px;}
	#contact table input, #contact table textarea {font-size: 16px;}
	.mw_wp_form_input .btn input {width: 100%!important; font-size: 4.5vw!important; padding: 15px 0!important; background-size: 2%;}
	
}
@media screen and (max-width:350px) {
	header h1 {display: none;}
}




