@charset "utf-8";
/* CSS Document */
@media screen and (max-width:500px) {
.sp-none02 {display: none;}
.indent_content {padding: 30px 16px;}
.page_thumb {letter-spacing: inherit; font-size: 4vw; height: 100px; margin-bottom: 0; margin-top: 60px; background-position: center; background-size: cover;}
.page_thumb span {font-size: 3vw;}
.content {padding: 16px;}
.page_title p {font-size: 5vw; padding-bottom: 10px;}
.indent_content02 {margin-top: 30px;}

/*header*/	
header {padding: 0 16px; background: rgba(255,255,255,.8); color: #000;}
.nav-fixed {padding: 0 16px;}
header .inner {height: 60px; box-sizing: border-box;}
header h1 {font-size: 4vw;}
header .min {font-size: 3.5vw;}
header .btn01,header .btn02 {display: none;}
header .logo {display: none;}
.main_text .txt01 {font-size: 10vw; letter-spacing: 2px; transform: rotate(0);}
.main_text .txt01 span {font-size: 12vw;}
.main_text .txt02 {font-size: 4vw; margin-top: 10%;}
.front_main .q_icon {width: 50%;}
.slider01 .slide01 {background: url(img/sp/main01.jpg); background-size: cover; background-position: center;}
.slider01 .slide02 {background: url(img/sp/main02.jpg); background-size: cover; background-position: center;}
.slider01 .slide03 {background: url(img/sp/main03.jpg); background-size: cover; background-position: center;}
#gloval-nav,#nav-toggle {display: none;}	
/*sp-menu*/
/*ハンバーガー*/	
#sp-nav-toggle {
position: fixed;
top: 6px;
right: 5%;
width: auto;
cursor: pointer;
font-size: 12px;
}
#sp-nav-toggle > div {
position: relative;
width: 100%;
margin-top: 5px;
}
#sp-nav-toggle span {
width: 100%;
height: 2px;
left: 0;
display: block;
background: #000;
position: absolute;
transition: transform 0.3s ease-in-out, top 0.5s ease;
/* #nav-toggle close */
}
#sp-nav-toggle span:nth-child(1) {
top: 0;
}
#sp-nav-toggle span:nth-child(2) {
top: 9px;
width: 70%;
}
#sp-nav-toggle span:nth-child(3) {
top: 18px;
width: 90%;
}

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

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

#container {
z-index: 900;
}

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

#sp-gloval-nav {
background: url("img/index/box02_bg.jpg")repeat;
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 #sp-gloval-nav {
transform: translateX(0);
}

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

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

.open #sp-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;
}

.nav_fixed #sp-nav-toggle span {background: #000;}



/*index*/
#index .box00 {padding: 30px 16px;}	
#index .box00 .btn {width: 100%; font-size: 3.5vw; padding: 16px 0;}
#index .box00 .btn img {display: none;}
#index .box01 h2 {font-size: 6vw; letter-spacing: 2px;}
#index .blog_area {font-size: 3.5vw;}
#index .box01 .time {font-size: 3.5vw;}
#index .box01 .tag {font-size: 3vw; width: 40px; height: 15px; padding-top: 2px; margin: 0 10px;}
#index .box01 .big_text {font-size: 12vw; bottom: -30px; left: 0;}
#index .box02 {padding: 30px 16px;}
#index .box02 .txt01 {font-size: 4vw;}
#index .box02 .txt02 {font-size: 8vw; margin: 20px auto; text-align: center;}
#index .box02 .txt03 {font-size: 3.5vw; margin-top: 16px; line-height: 2;}
#index .box02 .bg_icon {width: 50%;}
#index .box03 {padding: 0 0 30px; background: #fff;}
#index .box03 .pc-slide {display: none;}
#index .box03 h2 {font-size: 5vw; display: block; background: #171a79; text-align: center; color: #fff; padding: 10px 0 16px; line-height: 1;}
#index .box03 span {font-size: 10vw; letter-spacing: 5px; color: #fff;}
#index .box03 .title_icon {display: none;}
#index .box03 .sp03 {margin-top:20px;}
#index .box03 .sp_img {padding: 0 2%; margin-top: 2%;}
#index .box03 .sp_img a {width: 32%;}
#index .box03 .box03_slide {height: auto;}
#index .box03 .text {bottom: 10%; left: 0%; width: 80%;}
#index .box03 .swiper-button-prev {left: 0px;}
#index .box03 .swiper-button-next {right: 0px;}
#index .box03 .slide_area {padding: 16px;}
#index .box03 .btn_area {display: none;}
#index .box03 .sp-slide {display: block;}
#index .box011 {padding: 30px 0;} 	
#index .box011::before,#index .box011::after{display: none;}
#index .box011 .title_area{display: block; text-align: center;}
#index .box011 .title_area .title{font-size: 4vw;}
#index .box011 .title_area h3{font-size: 10vw; letter-spacing: 5px;}
#index .box011 .title_area .con_area{padding: 0 16px;}
#index .box011 h4{font-size: 5vw;width: auto;height: auto;background: #db760e;top: 0;padding: 10px 20px;position: inherit;z-index: auto;}
#index .box011 .con_area{margin-top: 30px; padding: 0 16px;}	
#index .box011 .con01{padding: 30px 16px 0; font-size: 4.5vw;}	
#index .box011 .con01 .bnr{margin-top: 16px; display: block;}	
#index .box011 .con01 .bnr02 {display: block;}
#index .box011 .con01 .bnr a,#index .box011 .con01 .nolink {margin-top: 16px; margin-left: 0; width: auto;}	
#index .box011 .con02:last-child, #index .box011 .con03{padding-bottom: 30px;}
#index .box011 .con01 .bnr .a01,#index .box011 .con01 .bnr .a02{font-size: 4.5vw;}
#index .box011 .con01 .bnr02 p{margin-top: 0;}
#index .box011 .con03 .bnr02 a{margin-left: 0; margin-bottom: 16px; width: auto; padding: 10px;}
	
	
	
	
#index .box04 {padding: 30px 16px; background: url("img/index/box04_bg02.jpg")top left repeat;}
#index .box04 .inner {display: block; text-align: center;}
#index .box04 .big {font-size: 12vw;}
#index .box04 h2 {font-size: 5vw; margin-top: 10px;}
#index .box04 .txt01 {font-size: 4vw; margin: 20px 0 0;}
#index .box04 .txt02 {display: none;}
#index .box04 ul {width: 100%;}
#index .box04 li {width: 100%; margin-top: 16px;}
#index .box04 h3 {font-size: 5vw;}
#index .box04 li p {font-size: 16px; font-size: 3.5vw;}
#index .box04 .btn {width: 100%; margin-top: 20px; font-size: 3.5vw;}
#index .box05 {padding: 30px 16px;}
#index .box05 .inner {margin-top: 0; display: block;}
#index .box05 li {margin-top: 16px;}
#index .box05 ul::before,#index .box05 ul::after {display: none;}
#index .box05 .text_box {width: 100%; padding: 16px 10px; margin: -10% auto 0; box-sizing: border-box;}
#index .box05 li .img {box-shadow: none;}
#index .box05 .text_box::before {width: 3%; background-size: contain; top: -1%;}
#index .box05 .txt01 {font-size: 6vw;}
#index .box05 .title_area {font-size: 10vw;}
#index .box05 h2 {font-size: 5vw;}
#index .box05 h3 {font-size: 4vw;}
#index .box05 .btn{width: 50%; font-size: 3.5vw;}
#index .box06 h2 {font-size: 6vw; margin: 0 10px; letter-spacing: 2px;}
#index .box06 .inner {margin-top: 20px;}
#index .box06 .inner a img {display: none;}
#index .box06 .inner a {width: 50%; height: auto; padding: 16px; font-size: 4vw;}
#index .box06 .btn {width: 100%; margin: 20px auto 0; font-size: 3.5vw; padding: 16px; display: block; text-align: center;}
#index .box06 .btn img {display: none;}
#index .box07 {padding: 30px 16px;}
#index .box07 h2 {font-size: 10vw; letter-spacing: 2px; margin-bottom: 10px;}
#index .box07 .txt01 {font-size: 4vw;}
#index .box07 .btn {margin-top: 20px; font-size: 4vw; width: 70%; padding: 10px 0;}
#index .box07 a img {width: 5%;}
#index .box07 .icon {display: none;}

footer {padding-top: 60px;}
footer .logo {width: 15%; margin: 0 auto 16px;}
footer .txt01 {font-size: 3.5vw;}
footer .txt02 {font-size: 5vw; margin-top: 20px;}
footer .copyright {display: block; margin-top: 60px;}
.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 {font-size: 4vw; line-height: 1.2; margin: 0 auto 30px;}
.big_page_title {font-size: 5vw; letter-spacing: inherit; margin-top: 30px;}
.navigation {margin-bottom: 20px;}



/*blog*/
#blog_single .box01 {margin: 0 auto 20px; font-size: 3.5vw; border: 1px solid #ccc;}
#blog_single .box01 h3 {font-size: 4vw;}
#blog_single .box01 .time {margin-top: 0;}
	#blog  {margin-bottom: 20px;}
#blog .blog_area {font-size: 3.5vw; border: 1px solid #ccc; padding: 16px;}
#blog .blog_item {margin-bottom: 16px; padding-bottom: 16px;}
#blog .time {font-size: 3.5vw;}


/*contact*/
#contact .thanks {padding: 20px 16px; font-size: 3.5vw; margin-bottom: 0;}
#contact .entry_box table {margin: 16px auto; border: 1px solid #d2d2d2;}
.wpcf7-form {padding: 0 16px;}
#contact .entry_box table th, #contact .entry_box table td {width: 100%; display: flex; justify-content: space-between; font-size: 3.5vw; padding: 10px; border-bottom: 1px solid #d2d2d2;}
#contact .entry_box table input {position: relative; margin: 0; vertical-align: middle; width: 100%;}
#contact .entry_box table .check input {width: auto;}
#contact .entry_box table input, #contact .entry_box table textarea {font-size: 16px;}
.wpcf7-form .btn input {width: 100%!important; font-size: 3.5vw!important; padding: 15px 0!important; margin-bottom: 20px;}
#contact .box02 {padding: 0 16px 20px; font-size: 3.5vw;}
	#contact .entry_box table .sp_trans01 td {justify-content: flex-start;}
	#contact .entry_box table .sp_trans02 td {display: block;}
	#contact .scroll {font-size: 3.5vw; padding: 10px; margin: 10px 0;}
	#contact .essential {width: auto; height: 50%; padding: 0 2%; font-size: 3vw;}
/*sitemap*/
#sitemap li {font-size: 4vw; line-height: 2;}

/*interview*/
#interview .box00 {padding: 20px 16px; font-size: 3.5vw;}
#interview .box00 h2 {font-size: 5vw; margin-bottom: 10px;}
#interview .box00 h2::before {width: 50px; right: -70px;}
#interview .box01 {display: block;}
#interview .no {font-size: 10vw; top: -2.5%; left: 16px;}
#interview .no02 {right: inherit;}
#interview .text_box {width: 100%; margin: 0; border: none; font-size: 3.5vw; padding-bottom: 16px;}
#interview .text_box01,#interview .text_box02 {margin: 0;}
#interview .q_text {font-size: 3.5vw; line-height: 1.5; border-left: none; padding-left: 0; text-align: center;}
#interview .box01 h2 {font-size: 4.5vw; margin: 16px 0; text-align: center;}
#interview .box01 h2 .h2_02{font-size: 4.1vw; margin: 16px 0; text-align: center;}
#interview .box01 .icon {width: 5%; right: 2%; top: 16px;}	
#interview .box01 .icon02 {width: 5%; right: 2%; top: 16px;}	
#interview .image_area .inner {margin-top: 0; flex-wrap: wrap;}
#interview .image_area .inner img {width: 48.5%; margin-top: 2.5%;}	
#interview .link_area {display: none;}
#contact_banner {display: none;}

/*benefits*/
#benefits {padding-bottom: 20px;}
#benefits .box00 {display: block;}
#benefits .box00 .big {font-size: 5vw; margin: 0; text-align: center; display: block;}
#benefits .box00 .big span {font-size: 8vw;}
#benefits .box00 .txt {font-size: 4vw; margin: 20px auto 0; text-align: center;}
#benefits .sp-main {margin-top: 16px;}	
#benefits .box01,#benefits .box02 {padding: 0 16px;}
#benefits .box01 .big {font-size: 8vw; margin-bottom: 20px;}
#benefits .box01 .inner {flex-wrap: wrap; font-size: 3.5vw;}
#benefits .box01 .inner img {width: 48%;}
#benefits .box01 .inner img:nth-of-type(2) {margin: 0;}
#benefits .box01 .txt {font-size: 5vw; margin: 20px auto; text-align: center;}
#benefits .title_area {font-size: 3.5vw; padding: 0 16px 10px; display: block; text-align: center;}
#benefits h2 {font-size: 7vw; margin: 0 auto 5px;}
#benefits .box02 .inner {display: block; font-size: 3.5vw;}
#benefits .box02 .big {font-size: 5vw; margin: 20px auto;}
#benefits .box02 .txt_enjoy{font-size: 4vw; text-align: center; margin-top: 20px;}
#benefits .box02 ul {width: 100%;}
#benefits .box02 li {width: 48%; font-size: 3.5vw; margin-top: 5%; margin-right: 4%;}
#benefits .box02 li:nth-child(2n) {margin-right: 0;}
#benefits .box02 li:nth-child(3n) {margin-right: auto;}
#benefits .box02 h3 {font-size: 4vw; border-bottom: 2px solid #0d0d8c; margin: 10px auto; padding-bottom: 5px;}
#benefits .box02 th, #benefits .box02 td {display: block; width: 100%; font-size: 3.5vw; padding: 10px 0; line-height: 1.5;}
#benefits .link_area,#work .link_area,#menu .link_area,#initiatives .link_area {display: none;}
/*work*/
#work {padding-bottom: 20px;}
#work .box00 {padding: 0 16px;}
#work .box00 .inner {display: block;}
#work .box00 .img {margin: 0 auto;}
#work .box00 .big {font-size: 4.5vw; margin: 16px auto; text-align: center;}
#work .box00 .inner {font-size: 3.5vw;}
#work .box00 .txt01 {font-size: 4.5vw; margin: 30px auto;}
#work .box00 li {margin-right: 5px;}
#work .box00 li:nth-child(4) {margin-right: 0;}
#work h2 {font-size: 4.5vw; border-top: 1px solid #000; border-bottom: 1px solid #000;}
#work .box01 .no {display: none;}
#work h3 {font-size: 8vw;}
#work .con01 {padding-top: 20px; margin-bottom: 20px;}
#work .box01 .txt01 {font-size: 4vw; margin-top: 10px;}
#work .box01 .inner {font-size: 3.5vw; display: block;}
#work .box01 .inner img {margin: auto auto 16px;}
#work .box01 .inner p {padding: 0 16px;} 
#work .box01 ul {width: 100%; margin: 20px auto 0; flex-wrap: wrap; padding: 0 16px; box-sizing: border-box;}
#work .box01 li {width: 48%;}
#work .box01 li:last-child {margin-top: 16px;}
#work .box02 ul {padding: 0 16px;}
#work .box02 li {margin-top: 4%; width: 31%;}
#work .box02 li:nth-child(1), #work .box02 li:nth-child(2), #work .box02 li:nth-child(3) {margin-top: 0;}
/*menu*/
	#menu {padding-bottom: 20px;}
#menu .box01,.Job_descriptions,#menu .box04 {padding: 20px 16px;}
#menu .box01 h2 img,.Job_descriptions h2 img {width: 50%;}
	#menu .box04 h2 img {width: 60%;}
#menu .box01 .big {font-size: 4.5vw; margin: 20px auto; line-height: 1.5;}
#menu .box01 .txt01 {font-size: 3.5vw; margin-bottom: 0;}
	#menu .box02 {padding: 0 16px;}
	#menu .box02 .big {font-size: 7vw; letter-spacing: 2px;}
	#menu .box02 h2 {font-size: 4.5vw; margin: 10px auto 20px;}
	#menu .box02 table {font-size: 3.5vw;}
	#menu .box02 table th,#menu .box02 table td {text-align: justify;}
	.Job_descriptions .box {display: block;}
	.Job_descriptions .con01 {width: 100%;}
	.Job_descriptions .con01:nth-child(n + 2) {margin-top: 16px;}
	.Job_descriptions .recruit01 h4 {font-size: 4.5vw; border-left: 5px solid #0d0d8c; padding-left: 5px;}
	.Job_descriptions .recruit01 p {font-size: 3.5vw; margin-top: 10px;}
	#menu .box04 .big {font-size: 4.5vw; margin: 20px auto;}
	#menu .box04 .txt01 {font-size: 3.5vw;}
	#menu .box04 ul {width: 100%; margin: 30px auto 0; flex-wrap: wrap;}
	#menu .box04 li  {width: 48%; font-size: 3.5vw;}
	#menu .box04 li:nth-child(n + 3) {margin-top: 4%;}
	#menu .box04 h3 {font-size: 4vw; margin: 16px auto 10px;}
	#menu .box05 .big {font-size: 8vw; letter-spacing: 2px;}
	#menu .box05 h2 {font-size: 4.5vw;}
	#menu .box05 table {margin-top: 30px; font-size: 3.5vw;}
	#menu .box05 th, #menu .box05 td {display: block; width: 100%; text-align: left; padding: 16px; line-height: 1.5;}
	#menu .box06 {padding: 0 16px;}
	#menu .box06 .big {font-size: 8vw;}
	#menu .box06 h2 {font-size: 4.5vw;}
	#menu .box06 table {margin-top: 20px;}
	#menu .box06 th {width: 10%;}
	#menu .box06 td {padding-left: 5%;}
	#menu .box06 th, #menu .box06 td {font-size: 3.5vw; line-height: 1.3; padding: 5px;}
	.Job_descriptions .recruit01 h3 {font-size: 5vw; margin: 30px auto 10px;}
	.Job_descriptions .recruit01 table {width: auto; margin: 30px auto; font-size: 3.5vw;}
	.Job_descriptions .recruit01 th, .Job_descriptions .recruit01 td {display: block; width: 100%; text-align: left; padding: 16px; line-height: 1.5;}
	#menu .box07 {padding: 0 16px;}
	#menu .box07 .big {font-size: 8vw; letter-spacing: 2px;}
	#menu .box07 h2 {font-size: 4.5vw;}
	#menu .box07 .sub {font-size: 4.5vw; text-align: center; margin: 20px auto;}
	#menu .box07 h3 {font-size: 5vw; line-height: 1.5; text-align: center;}
	#menu .box07 ul {font-size: 3.5vw; margin-left: 0;}
	#menu .box07 .inner01 {margin-left: 0; }
	#menu .box07 .inner02::after,#menu .box07 .inner01::before {display: none;}
	
	
	
	
/*initiatives*/
	#initiatives .box01 {font-size: 3.5vw;}
	#initiatives h2 {font-size: 8vw; text-align: center; letter-spacing: 2px;}
	#initiatives .box01 .inner {margin-top: 20px; display: block; padding-top: 0;}
	#initiatives .box01 .img01 {margin-left: auto;}
	#initiatives .box01 h3 {font-size: 4.5vw; margin: 20px auto 10px; text-align: center;}
	#initiatives .box01 .inner p {padding: 0 16px;}
	#initiatives .box01 .big_text {display: none;}
	#initiatives .box01 .img02 {margin-right: 0;}
	#initiatives .box02 .txt_box {padding: 30px 16px; font-size: 3.5vw;}
	#initiatives .box02 .txt01 {font-size: 6vw;}
	#initiatives .box02 .txt02 {font-size: 5vw; margin: 16px auto;}
	#initiatives .box02 .big {font-size: 10vw;}
	#initiatives .box02 h3 {font-size: 5vw; box-sizing: border-box; border-bottom: 2px solid #f4810b; padding-bottom: 2px;}
	#initiatives .box02 .inner {display: block; padding: 16px; font-size: 3.5vw;}
	#initiatives .box02 .img {min-width: inherit; margin: 0 auto; border: 5px solid #f4810b;}
	#initiatives .box02 .icon {display: none;}
	#initiatives .box02 h3::before {display: none;}
	#initiatives .box02 h4 {font-size: 4.5vw; margin: 16px auto 10px;}
	#initiatives .bdr_title .m_icon {display: none;}
	#initiatives .bdrbox01 {border: none; margin-top: 0; padding: 20px 16px;}
	#initiatives .bdrbox01 .bdr_title {margin-bottom: 16px;}
	#initiatives .bdrbox_txt {font-size: 3.5vw;}

/*diagnose*/
	#diagnose,#diagnose_q,#diagnose_a {margin-bottom: 40px;}
	#diagnose .big_txt, #diagnose_q .big_txt, #diagnose_a .big_txt {font-size: 5vw; margin-bottom: 0;}
	#diagnose .box01 {border: none; background: none; font-size: 3.5vw; padding: 30px 0; line-height: 2;}
	#diagnose .box01 p {margin-top: 16px;}
	#diagnose .btn {width: auto; box-sizing: border-box; font-size: 4.5vw; padding: 10px 0; margin: 0 16px; display: block; text-align: center; line-height: 1.3;}
	#diagnose .btn img {display: none;}
	#diagnose_q .q_txt {font-size: 4.2vw; margin: 40px auto 30px; line-height: 1.5;}
	#diagnose_q .inner {display: block; padding: 0 16px;}
	#diagnose_q .inner a {width: 100%; height: auto; font-size: 4vw; padding: 16px 0;}
	#diagnose_q .inner a:nth-child(2) {margin-left: auto; margin-top: 16px;}
	#diagnose_a .a_txt {margin-top: 40px; font-size: 8vw;}
	#diagnose_a .a_txt02 {font-size: 4.5vw; margin: 30px auto; line-height: 2;}
	#diagnose_a .a_box {font-size: 3.5vw; padding: 30px 0; border: none; line-height: 2;}
	#diagnose_a .a_txt03 {font-size: 6vw; margin-bottom: 20px;}
	#diagnose_a .a_txt04 {font-size: 4vw; margin: 30px auto;}
	#diagnose_a .a_inner {display: block; padding: 0 16px;}
	#diagnose_a .a_inner .quest {font-size: 7vw; margin-bottom: 0;}
	#diagnose_a .a_inner div:nth-child(2) {margin-top: 20px;}
	#diagnose_a .a_inner a {font-size: 4vw; width: 100%; padding: 16px 0;}
	#diagnose_a .a_inner a img {width: 4%; margin-right: 2%;}
	
	
	
}
@media screen and (max-width:350px) {
header h1 {display: none;}
}


