@charset "utf-8";
/* CSS Document */
@media screen and (max-width:500px) {
.spmgn-t0 {margin-top: 0!important;}
.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 .ul01 {display: none;}
	header h1 {font-size: 2vw; display: none;}
	header .title_r {display: none;}
	header .a_link {width: 70%;}
	header .logo {width: 80%;}
	header .min {font-size: 2vw; margin-bottom: 1%; margin-left: 0;}
	header h2 {font-size: 7vw;}
	.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;}
/*ハンバーガー*/	
	#nav-toggle {
  position: fixed;
  top: 25px;
  right: 5%;
width: 8%;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 100%;
}
#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #000;
  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: #000;
}
.open #nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
background-color: #000;
}
.open #nav-toggle span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
background-color: #000;
}

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

#container {
  z-index: 900;
}

.page-numbers  {
	font-size: 3.2vw;
	padding: 0 16px;
	gap: 1.2%;
	margin-bottom: 40px;
}
.page-numbers li {
	width: 19%;
}
.page-numbers span, .page-numbers a {
	width: 100%;
}
#gloval-nav nav {
  z-index: 999;
}

#gloval-nav {
background: url(img/index/box03_bg.jpg)top center repeat;
background-size: cover;
  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: 4vw;
  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 .at_area {padding: 20px 16px;}
	#index .box01 .inbox,#index .box09 .inbox {padding: 10px;}
	#index .box01 .blog_item,#index .box09 .blog_item {display: block; font-size: 3vw;}
	#index .box01 h2,#index .box09 h2 {font-size: 7vw; margin-bottom: 10px;}
	#index .box01 h3,#index .box09 h3 {margin-left: 0;}
	#index .box01 .btn01,#index .box09 .btn01 {position: relative; top: inherit; right: inherit; font-size: 4vw; width: 70%; margin: 16px auto 0;}
	#index .box015 h2 {font-size: 6vw;}
	#index .box015 .min {font-size: 3.5vw; margin: 10px auto 0;}
	#index .box015 li {width: 100%; height: auto; margin-top: 10px; margin-right: 0; min-height: inherit;}
	#index .box015 .title {font-size: 5vw;}
	#index .box015 .price {position: relative; bottom: 0; margin-bottom: 0; font-size: 4vw;}
	#index .box015 .txt {font-size: 3.5vw; height: auto; text-align: center;}
	#index .box015 li:nth-child(4),#index .box015 li:nth-child(5),#index .box015 li:nth-child(6),#index .box015 li:nth-child(7) {margin-top: 10px;}
	#index .box015 .min_txt {font-size: 4vw;}
	#index .box015 .new {display: none;}
	#index .box015 .icon01, #index .box015 .icon02 {display: none;}
	#index .box015 .txt_box {padding: 20px 16px;}
	#index .box015 .txt02 {margin-top: 10px;}
	#index .box02 .inbox12 {padding: 20px 16px;}
	#index .box02 .icon01, #index .box02 .icon02 {display: none;}
	#index .box02 .text_area {width: auto; margin: 10px auto; font-size: 3vw;}
	#index .box02 li {width: 47.5%; font-size: 3vw;}
	#index .box03 {padding: 20px 16px;}
	#index .box03 .title_area {display: block; margin-bottom: 0;}
	#index .box03 .title_area img {margin-left: auto; width: 80%; margin: auto;}
	#index .box03 .icon {display: none;}
	#index .box03 h2 {font-size: 7vw; margin: 10px auto 0; text-align: center;}
	#index .box03 .work_item {width: 47.5%; margin-right: 5%; margin-top: 5%;}
	#index .box03 .work_item:nth-child(2n) {margin-right: 0;}
	#index .work_img img {height: 100px;}
	#index .box03 .inner {font-size: 4vw; display: block;}
	#index .box03 .icon02 {display: none;}
	#index .btn {width: 100%; font-size: 4vw; padding: 10px 0;}
	#index .box03 .btn {margin-top: 20px;}
	#index .box03 .red {font-size: 5vw;}
	#index .box03 .new {width: 22%;}
	#index .box04 .inbox12 {padding: 10px;}
	#index .box04 h2,#index .box04 h2 span {font-size: 7vw; line-height: 1.2;}
	#index .box04 .txtpoint {background-image: inherit;}
	#index .box04 .icon01, #index .box04 .icon02 {display: none;}
	#index .box04 .min {font-size: 3vw; margin: 10px auto;}
	#index .box04 ul {display: block;}
	#index .box04 li:nth-child(1) {margin-bottom: 10px;}
	#index .box05 .title_area {padding: 10px 0 5px; margin-bottom: 0;}
	#index .box05 .inner {display: block; width: 100%;}
	#index .box05 h2 {font-size: 5vw; text-align: center; margin-top: 0; margin-right: auto;}
	#index .box05 h2 span {color: #fff; font-size: 7vw;}
	#index .box05 .big {display: none;}
	#index .box05 .voice_item {width: 47.5%; margin-right: 5%; margin-top: 5%; font-size: 3vw;}
	#index .box05 .voice_item:nth-child(2n) {margin-right: 0;}
	#index .voice_img img {height: 100px;}
	#index .box05 .voice_img {margin-bottom: 10px;}
	#index .box05 .icon01, #index .box05 .icon02 {display: none;}
	#index .box05 .btn,#index .box06 .btn,#index .box07 .btn,#index .box08 .btn {margin-top: 20px;}
	#index .box06 {padding: 20px 16px;}
	#index .box06 .title_area {display: block;}
	#index .box06 h2 {position: relative; left: inherit; top: inherit; line-height: 1.3; display: block; padding: 10px; font-size: 4vw;}
	#index .box06 .icon {display: none;}
	#index .box06 ul {flex-wrap: wrap;}
	#index .box06 li {width: 47.5%; margin-top: 5%;}
	#index .box06 .icon01 {width: 40%; left: -5%; top: -5%;}
	#index .box06 li p {font-size: 3vw; padding: 5px 0;}
	#index .box07 .inner {display: block; margin-top: 20px;}
	#index .box07 .icon01 {width: 40%; left: 10px; top: -10px;}
	#index .box07 .right_area {height: inherit; padding: 10px; border: 1px solid #d2d2d2;}
	#index .box07 .big {font-size: 6vw; margin-bottom: 10px; text-align: center;}
	#index .box07 .text {font-size: 3vw;}
	#index .box07 .icon02 {bottom: 0; left: 10px; top: 18%; width: 70%;}
	#index .box08 .icon {display: none;}
	#index .box08 ul {width: 100%; margin-top: 0;}
	#index .box08 li {width: 47.5%; margin-top: 5%; font-size: 3vw;}
	#index .box08 li p {padding: 10px;}
	#index .box08 li .big {font-size: 5vw;}
	#index .box10 {font-size: 3vw;}
	#index .box10 ul {flex-wrap: wrap; margin-bottom: 20px;}
	#index .box10 ul a {width: 47.5%;}
	#index .box10 li {width: auto; padding: 10px; font-size: 4vw; line-height: 1;}
	#index .box10 li img {width: 20%;}
	#index .box10 ul a:nth-child(3), #index .box10 ul a:nth-child(4) {margin-top: 5%;}
	#index .box10 .con {display: block; margin-top: 20px; font-size: 3vw; padding: 10px;}
	#index .box10 .text01 {display: none;}
	#index .box10 .title {justify-content: center;}
	#index .box10 .logo {font-size: 7vw;}
	#index .box10 .big {font-size: 5vw; text-align: center; margin: 10px auto;}
	#index .box10 .inner {display: block;}
	#index .box10 .inner img {display: none;}
	#index .box10 .con .txt {margin-left: 0;}
	#index .box10 .tel,#index .box10 .mail {width: 100%; height: auto; padding: 5px 0; font-size: 6vw; margin-left: 0; box-sizing: border-box;}
	#index .box10 .mail {font-size: 4vw;}
	#index .at_area iframe {width: 100%;}
	#index .at_area .btn {margin-top: 20px;}
	#index .at_area .btn_area {width: 100%; margin: auto;}
	#index .at_area .chara01,#index .at_area .chara02 {display: none;}
	
	
	footer .over {padding: 20px 16px; font-size: 3vw;}
	footer table {display: none;}
	footer .big02 {font-size: 5vw;}
	footer .over ul {margin-bottom: 0;}
	footer .big {font-size: 5vw; width: 100%; margin-top: 10px; padding-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,#recommended_single .page_title {font-size: 3.5vw;}
	.page_title span {padding: 0; border: none;}

/*reason*/
	#reason .icon01 {width: 50%;}
	#reason .box01 {padding: 10px;}
	#reason .box01 h2 {font-size: 5vw;}
	#reason .box01 .inner img {margin-left: 0; margin-bottom: 10px;}
	#reason .box01 .inner {display: block; margin-top: 10px; font-size: 3vw;}
	#reason .box01 .con {padding: 20px 10px 10px; margin-top: 30px;}
	#reason .box01 .con .icon {width: 50%; top: -30px; left: -10px;}
	#reason .box01 .con .inner img {margin: auto auto 10px;}
	#reason .box01 .text {font-size: 3.8vw; padding: 10px 0; margin: 10px 0;}
	#reason .box01 .inner02 a {width: 47.5%;}
	
	/*flow*/
	#flow .box01 .title {font-size: 5vw; padding: 10px 0;}
	#flow .box01 ul {padding: 0 16px;}
	#flow .box01 ul a {width: 47.5%;}
	#flow .box01 li {width: 100%; font-size: 4vw; height: 50px; margin-top: 16px;}
	#flow .box01 li .icon {width: 25%; top: -10px;}
	#flow .bg {padding: 0 16px 16px;}
	#flow .box02 .title_area {font-size: 5vw; display: block; text-align: center;}
	#flow .box02 h2 {font-size: 6vw; margin-top: 10px;}
	#flow .box02 .title_area p {margin-left: 0;}
	#flow .box02 h3 {font-size: 4.5vw; margin-bottom: 16px;}
	#flow .title02 {margin-top: 16px;}
	#flow .box02 .content {padding: 10px;}
	#flow .box02 .inner {display: block; font-size: 3vw; text-align: justify;}
	#flow .box02 .inner img {margin: 0 auto 10px;}
	#flow .box02 .area {display: block; width: 100%; margin-left: 0;}
	#flow .box02 .area img {display: none;}
	#flow .box02 .tel, #flow .box02 .mail {
	width: 100%; height: auto;
    padding: 5px 0;
    font-size: 6vw;
    margin-left: 0;
    box-sizing: border-box;}
	#flow .box02 .mail {font-size: 4vw;}
	#flow .box04 .title,#flow .box05 .title {width: 100%; font-size: 4vw; margin: 0 auto; padding: 10px 0;}
	#flow .box04 .con {margin-top: 10px;}
	#flow .box04 .con h3 {font-size: 3.5vw; margin: 10px auto;}
	#flow .box05 .con,#flow .box06 .con {padding: 10px; font-size: 3vw; margin-top: 10px;}
	#flow .box05 table {margin-top: 10px;}
	#flow .box06 .con .icon, #flow .box07 .icon {width: 100%; height: auto; font-size: 5vw; margin: 0 auto;}
	#flow .box06 .con .big {font-size: 4vw; margin: 10px auto;}
	#flow .box06 .con .inner {margin-bottom: 0;}
	#flow .box07 .icon {margin-top: 10px;}
	#flow .box07 .big {font-size: 5vw; margin: 10px auto;}
	#flow .box07 li {width: 31%;}
	
	/*#question*/
	#question .box01 .title_area {display: block; font-size: 5vw; padding: 10px 0; text-align: center;}
	#question .box01 .title_area img {display: none;}
	#question .box01 {margin: 20px 16px; border: 5px solid #b2b2b2;}
	#question .box01 .inner {display: block; font-size: 3vw; padding-right: 10px;}
	#question .box01 .inner img {margin: auto auto 10px;}
	#question h3 {font-size: 5vw; margin-bottom: 5px;}
	
	/*company*/
	#company .table01 th, #company .table01 td {display: block; width: 100%; text-align: left; padding: 10px 16px; line-height: 1.2;}
	#company iframe {height: 200px;}
	#company .con {padding: 16px; font-size: 3vw;}
	#company .con p {margin-bottom: 10px;}
	#company .table03 th, #company .table03 td {font-size: 3.5vw; padding-bottom: 10px;}
	#company .table03 span {border-left: 3px solid #304fc7; padding-left: 10px;}
	
	/*expert*/
	#expert .title_area {padding: 10px; display: block; text-align: center;}
	#expert h2 {font-size: 4vw; margin-bottom: 5px;}
	#expert .title_area img {width: 30%; margin: auto;}
	#expert .box_icon01 {width: 15%!important; left: 10px; top: 0;}
	#expert .title_area .icon {top: -15%; right: -10px;}
	#expert .con {padding: 10px;}
	#expert .box01 .inner {display: block; margin-top: 10px; font-size: 3vw;}
	#expert .box01 .inner img {margin: 0 auto 10px;}
	#expert h3 {font-size: 5vw;}
	#expert .con02_title {margin-top: 6px;}
	#expert .box_icon02, #expert .box_icon03 {display: none;}
	#expert .title02 {width: 70%; margin: 0 auto;}
	#expert .box04 {font-size: 3vw;}
	#expert .box04 .inner {display: block;}
	#expert .box04 .inner img {margin-bottom: 10px; box-sizing: border-box; border: 5px solid #d2d2d2;}
	
	/*blog*/
	#blog_single .box01, #blog .box01 {padding: 16px; font-size: 3vw;}
	
	/*case*/
	#case .item {width: 100%; margin-top: 16px; margin-right: 0;}
	#case .item:nth-child(1) {margin-top: 0;}
	#case .btn {font-size: 4vw;}
	#case .txt_area {font-size: 3.5vw;}
	#case_single .img,#case_single .gallery_area {padding: 16px;}
	#case_single .img img {height: 200px;}
	.gallery_title p {display: none;}
	#case_single .gallery_box a {width: 47.5%; margin-right: 5%; margin-top: 5%;}
	#case_single .gallery_box a:nth-child(2n) {margin-right: 0;}
	#case_single .gallery_box a:nth-child(3n) {margin-right: 5%;}
	#case_single .gallery_box a img {height: 100px;}
	#case_single .case_txt_box {padding: 16px; font-size: 3vw;}
	
	/**/
	#recommended_list {padding: 0 16px;}
	#recommended .item:nth-child(3n) {margin-right: 5%; margin-top: 5%;}
	#recommended .item {width: 47.5%; margin-right: 5%;}
	#recommended .item:nth-child(2n) {margin-right: 0;}
	#recommended .img {width: 100%;}
	#recommended .img img {height: 100px;}
	#recommended .item .inner {display: block;}
	#recommended .item .icon_area {font-size: 3vw;}
	#recommended_single .text_area {display: block; font-size: 3.5vw; text-align: center;}
	#recommended_single .title {width: 100%; border-right: none;}
	#recommended_single .inner {display: block; width: 100%;}
    #recommended_single .inner p {display: block;}
	#recommended_single .title02 {border-left: none;}
	#recommended_single .bg {border: 2px solid #000; font-size: 4vw;}
	#recommended_single .gallery_box a {width: 47.5%; margin-right: 5%; margin-top: 5%;}
#recommended_single .gallery_box a:nth-child(3n) {margin-right: 5%;}
	#recommended_single .gallery_box a:nth-child(2n) {margin-right: 0;}
	#recommended_single .gallery_box a img {height: 100px;}
	#recommended_all_list ul {padding: 0 16px;}
    #recommended_all_list ul a:nth-child(n + 3) {margin-top: 4%;}
	#recommended_all_list ul a {width: 48%; font-size: 4vw; height: auto; padding: 10px 0;}

	/*contact*/
	#contact .bg {font-size: 3vw;}
	#contact .bg .page_title {margin: 10px 0!important;}
	#contact .big {font-size: 3vw; margin-top: 10px;}
	
	.contact_banner .icon01, .contact_banner .icon02 {width: 10%!important; left: 10px; top: 0;}
	.contact_banner .icon02 {right: 10px; left: auto;}
	.contact_banner .con_title {font-size: 7vw;}
	.contact_banner .big {font-size: 4vw; margin-top: 10px;}
	.contact_banner .con_inner {display: block; padding: 10px;}
	.contact_banner .con_inner img {margin: auto; width: 75%;}
	.contact_banner .mail {border: none; padding: 0; margin-top: 10px!important;}
	#contact table th, #contact table td {width: 100%; display: block; font-size: 3.5vw;}
	#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%;}
	.contact_banner02 .con_inner {width: auto; margin: auto;}
	.contact_banner02 {margin-bottom: 0;}
	.mask_area {padding: 0 16px; min-height: 200px; font-size: 3.5vw;}
	.calender_box {margin: 20px auto;}
	#calendar_time .num {margin-top: 20px;}
	#calendar_time .big02 {font-size: 4vw; padding: 10px 0; margin-top: 20px;}
	#calendar_time .big {display: none;}
	.time_ul01 {width: 50%;}
	.time_ul01 li {font-size: 3vw; height: 30px; border-left: none;}
	.time_ul02 {width: 18%;}
	.time_ul02 li {font-size: 4vw; height: 30px;}
	.time_ul03 {width: 170px;}
	.time_ul03 li {width: 100%; height: 30px; padding: 0;}
	.time_btn01, .time_btn02 {width: 160px; font-size: 3vw; height: 25px;}
	#calendar_time .inner {margin-bottom: 20px;}
	.time_ul03 li:nth-last-child(1) {border-bottom: 3px solid #b5b5b5;}
	.calender_outer h2 {font-size: 5vw; margin-bottom: 16px;}
	
	
}
@media screen and (max-width:350px) {
	header h1 {display: none;}
}




