@charset "utf-8";
/* CSS Document */
@media screen and (max-width:500px) {
.sp-none02 {display: none;}
.indent_content {padding: 30px 16px;}
.page_thumb {display: none;}
.content {padding: 16px;}
.page_title p {font-size: 5vw; padding-bottom: 10px;}
.indent_content02 {margin-top: 30px;}

/*header*/
	header {padding: 0 16px; height: 60px; position: fixed; top: 0; left: 0; z-index: 100; width: 100%; display: flex; align-items: center; justify-content: flex-start;}
    .nav_logo {width: 70%; margin: 0 auto 15%;}
    .hamberger_box {display: none;}
    .front_main_box {margin-top: 60px;}
    .front_main_box .box {padding: 100px 16px 120px;}
    .front_main_box .box .over {display: block;}
    .front_main_box .txt01 {font-size: 12vw; text-align: center; margin: 0 auto 20px;}
    .front_main_box .txt02 {font-size: 6vw; padding: 1% 0;}
    .front_main_box .txt03 {font-size: 4.5vw; line-height: 1.5;}
    .front_main_box .img {left: 0; width: 100%;}
    .front_main_box .txt04 {font-size: 4vw; width: calc(100% - 64px); height: auto; padding: 2% 0; bottom: 30px;}
    .front_main_box .txt04::after {height: auto;}
    .front_contact_box {height: auto; background: none;}
    .front_contact_box .inbox12 {display: block;}
    .front_contact_box .box:nth-child(1) {margin-right: 0; background: #218dc4; padding-left: 25%;}
    .front_contact_box .box:nth-child(2) {background: #ffa22a; padding-right: 25%+}
    .front_contact_box .box {padding: 20px 16px;}
    .front_contact_box .txt01 {font-size: 4vw; padding: 5px 10px; position: relative; top: 0; text-align: center; display: block;}
    .front_contact_box .txt01::before {width: 100%; height: auto; right: 0;}
    .front_contact_box .txt02 {font-size: 6vw; margin-top: 5px;}
    .front_contact_box .txt02 .big {font-size: 7vw;}
    .front_contact_box .txt02::before {bottom: -10px;}
    .front_contact_box .txt02::after {bottom: -6px;}
    .front_contact_box.inview .icon01, .front_contact_box.inview .icon02 {width: 20%;}
    .front_contact_box .sp-icon {display: flex; align-items: center; justify-content: flex-start; top: 0; bottom: 0; margin: auto;}
    .front_contact_box .icon01 {left: 2%;}
    .front_contact_box .box:nth-child(2) .txt01::before {left: 0;}
    .front_main_box .bg01 {bottom: -20px; height: 80px;}
    .front_main_box .text {margin-top: 30px;}
    
/*ハンバーガー*/	
	#nav-toggle {
  position: fixed;
  top: 6px;
  right: 5%;
width: 25px;
height: 30px;
  cursor: pointer;
  font-size: 2.5vw;
color: #fff;
}
#nav-toggle > div {
  position: relative;
  width: 100%;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fff;
  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: 9px;
  width: 100%;
}
#nav-toggle span:nth-child(3) {
  top: 18px;
  width: 100%;
}

.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;
top: 10px;
margin-top: 10px;	
}

#container {
  z-index: 900;
}

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

#gloval-nav {
  position: fixed;
background: url("img/sp/header/nav_bg.jpg")top left repeat;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 3.5vw;
  padding-left: 0;
  transform: translateX(-100%);
  transition: transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
	#gloval-nav .logo {width: 30%; margin: 0 auto 20px;} 	

.open #gloval-nav {
  transform: translateX(0);
}
#gloval-nav ul {
  list-style: none;
padding: 0 16px;
letter-spacing: 3px;
}
#gloval-nav ul li {
  position: relative;
  width: 100%;
color: #000;
 box-sizing: border-box; border-left: 3px solid #218dc4; margin-top: 5%; padding-left: 5%; font-size: 4vw; font-weight: bold;
}

.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;
}

	.pan {margin-top: 60px; padding: 30px 16px; font-size: 3vw;}
    .pan a {font-size: 3vw;}
	.page_title {font-size: 5vw; padding: 0; margin-bottom: 30px;}
    .single_page {padding-bottom: 30px;}

	
/*index*/
    #index .box01 {padding: 30px 16px;}
    #index .box01 h2 {font-size: 6vw;}
    #index .box01 h2 span {font-size: 8vw;}
    #index .box01 .btn_box::after {display: none;}
    #index .box01 .txt01 {font-size: 3.5vw; margin: 20px auto;}
    #index .box01 .txt01 span {width: auto;}
    #index .box01 .txt02 {font-size: 5vw; text-align: center;}
    #index .box01 .txt02 p {margin-top: 10px;}
    #index .box01 .icon_text01 {font-size: 20vw; top: 30%;}
    #index .box01 .icon_text02 {font-size: 12vw; top: inherit; bottom: 30%;}
    #index .box01 .btn_box {padding: 30px 0 0; display: block;}
    #index .box01 .btn_box a {width: 100%; height: auto; padding: 16px 0; font-size: 3.5vw;}
    #index .box01 .btn_box a:nth-child(2) {margin: 16px auto 0;}
    #index .box02 {background: url("img/sp/index/box02_bg.svg")bottom center no-repeat; background-size: cover;}
    #index .box02 .box {height: auto;}
    #index .box02 .btn {font-size: 4vw; width: 100%; height: auto; padding: 16px 0; margin: 20px auto 0;}
    #contact_banner {padding: 30px 0 0;}
    #contact_banner .box {padding-bottom: 6px;}
    #contact_banner h2 {font-size: 5vw; line-height: 1.7; margin-bottom: 20px;}
    #contact_banner h2 span {font-size: 7vw;}
    #contact_banner .icon_box,#contact_banner .icon01,#contact_banner .txt02 {display: none;}
    #contact_banner .title_box {display: block; padding: 16px 0; height: auto;}
    #contact_banner .txt01 {font-size: 7vw; margin: 0 auto; text-align: center;}
    #contact_banner .txt03 {font-size: 3.5vw; line-height: 1.5;}
    #contact_banner .tel {font-size: 6vw; margin: 16px auto;}
    #contact_banner .tel span {font-size: 8vw;}
    #contact_banner .txt04 {font-size: 4vw;}
    #contact_banner .inner {display: block; padding: 0; margin: 20px auto; width: calc(100% - 32px); box-sizing: border-box;}
    #contact_banner table {width: 100%;}
    #contact_banner tr th, #contact_banner tr td {display: block; width: 100%;}
    #contact_banner tr th {font-size: 16px; width: auto; padding: 20px 0 10px;}
    #contact_banner .essential {position: relative; right: 0;}
    #contact_banner tr td {padding-top: 0;}
    #contact_banner td input {height: auto;}
    #contact_banner .inner table tr:nth-child(1) th {padding-top: 20px; padding-bottom: 10px;}
    #contact_banner .form_btn {font-size: 4vw; padding: 16px 0; width: calc(100% - 32px); height: auto; -webkit-appearance: none; border-radius: 0;}
	
	.wpcf7 .ajax-loader {display: none;}
	#end .thanks {font-size: 3.5vw; padding: 0 16px; margin-top: 30px;}
    #index .box04 {padding-top: 30px;}
    #index .box04 h2 {font-size: 6vw;}
    #index .box04 h2 .big {font-size: 7vw;}
    #index .box04 h2 .orange {font-size: 7vw;}
    #index .box04 .inner {margin-top: 30px;}
    #index .box04 .inner::before,#index .box04 .inner::after,#index .box04 h2::before {display: none;}
    #index .box04 .inner .con {width: 100%; margin-right: 0; margin-top: 40px;}
    #index .box04 .inner .con:nth-child(1) {margin-top: 0;}
    #index .box04 .inner .con:nth-child(n + 4) {margin-top: 40px;}
    #index .box04 .txt01 {font-size: 5vw; bottom: 16px;}
    #index .box04 .txt01 span:nth-child(2) {margin-left: 6%;}
    #index .box04 .img_box::before {display: none;}
    #index .box04 a {font-size: 4vw; height: auto; padding: 16px 0;}
    #index .box05 {background: url("img/sp/index/box05_bg.jpg")left center no-repeat; background-size: cover;}
    #index .box05 h2 {font-size: 6vw; line-height: 1.5; padding: 3% 0;}
    #index .box05 .text {display: none;}
    #index .box05 h2::after,#index .box05 h2::before {display: none;}
    #index .box05 .inner {display: block;}
    #index .box05 .con {width: 100%; min-width: auto; height: auto; background: none;}
    #index .box05 .box {padding-top: 0;}
    #index .box05 .over {height: auto; padding: 20px 0; justify-content: center; background: url("img/sp/index/box05_over_bg01.jpg")top center no-repeat; background-size: cover;}
    #index .box05 .under {height: auto; padding: 20px 0; justify-content: center; background: url("img/sp/index/box05_under_bg01.jpg")top left repeat;}
    #index .box05 h3 {font-size: 6vw; text-align: center;}
    #index .box05 .yellow {font-size: 7vw;}
    #index .box05 h3 .big {font-size: 7.5vw;}
    #index .box05 .bdr {height: 2px; margin: 20px auto;}
    #index .box05 .txt01 {font-size: 4vw; text-align: center;}
    #index .box05 .txt02 {font-size: 5vw;}
    #index .box05 .txt02 span {font-size: 7vw;}
    #index .box05 .btn {width: auto; height: auto; font-size: 4vw; border: 2px solid #1c334f; box-shadow: 0 2px #1c334f; padding: 12px 30px; margin-top: 12px;}
    #index .box05 .con:nth-child(2) {height: auto; min-width: auto; background: none; margin: 0;}
    #index .box05 .con:nth-child(2) .over {padding: 20px 0; background: url("img/sp/index/box05_over_bg02.jpg")top center no-repeat;}
    #index .box05 .con:nth-child(2) .under {padding: 20px 0; background: url("img/sp/index/box05_under_bg02.jpg")top left repeat;}
    #index .box05 .icon,#index .box05 .or {display: none;}
    #index .box06 {padding-top: 30px;}
    #index .box06 h2 {font-size: 6vw; margin-bottom: 30px;}
    #index .box06 h2 span {font-size: 8vw;}
    #index .box06 .item {width: 48%; margin-right: 4%;}
    #index .box06 .item:nth-child(2n) {margin-right: 0;}
    #index .box06 .no {display: none;}
    #index .box06 h3 {font-size: 3.5vw; line-height: 1.7; margin-bottom: 5px;}
    #index .box06 .item:nth-child(n + 3) {margin-top: 4%;}
    #index .box06 .txt {font-size: 3.5vw;}
    #index .box06 .btn {font-size: 4vw; padding: 16px 0; height: auto; margin: 30px auto 0; width: 100%;}
    #index .box07 .txt01 {font-size: 3.5vw;}
    #index .box07 .txt02 {font-size: 6vw; margin: 20px auto;}
    #index .box07 .inner {flex-wrap: wrap;}
    #index .box07 .inner a {width: 48%; height: auto; padding: 16px 0; font-size: 3.5vw; margin-right: 4%;}
    #index .box07 .inner a:nth-child(2n) {margin-right: 0;}
    #index .box07 .inner a:nth-child(n + 3) {margin-top: 4%;}
    #index .box07 .inner a img {margin-right: 3%;}
    #index .box08 .inner {display: block;}
    #index .box08 .box {width: 100%;}
    #index .box08 h2 {font-size: 6vw; margin-bottom: 30px;}
    #index .box08 .item {padding: 15px 0;}
    #index .box08 .time {font-size: 4vw; margin-right: 4%;}
    #index .box08 h3 {font-size: 4vw;}
    #index .box08 .text {font-size: 3.5vw;}
    #index .box08 .btn {position: relative; top: inherit; width: 100%; height: auto; font-size: 4vw; padding: 16px 0; margin-top: 30px;}
    #index .box08 .box:nth-child(2) {margin-top: 30px;}
    #index .box09 h2 {font-size: 7vw; letter-spacing: 3px;}
    #index .box09 p {font-size: 3.5vw;}
    #acMenu {width: 100%;}
    #acMenu dt {width: 100%; padding: 20px 40px 20px 0; font-size: 3.5vw;}
    #acMenu dt img, #acMenu dd img {width: 7.5%; margin-right: 4%;}
    #acMenu dd {background: none; padding: 20px 0; font-size: 3.5vw;}
    #acMenu dd span {display: block; padding: 0;}
    #acMenu dd img {margin: 0 0 3%;}
    #nav {display: none;}
    #index .box11 {padding: 0;}
    #index .box11 .box {padding-bottom: 30px; border: none; box-shadow: none;}
    #index .box11 table {width: calc(100% - 32px);}
    #index .box11 h2::before,#index .box11 h2::after {display: none;}
    #index .box11 h2 {font-size: 4vw; line-height: 1; width: 100%; height: auto; padding: 16px 0;}
    #index .box11 h2 span {font-size: 7.5vw; display: block; margin-top: 8px;}
    #index .box11 .txt01 {font-size: 3.5vw; line-height: 1.6; margin: 20px auto;}
    #index .box11 tr th, #index .box11 tr td {display: block; width: 100%; font-size: 16px; padding: 0;}
    #index .box11 tr th {padding: 20px 0 10px;}
    #index .box11 .form_btn {width: calc(100% - 32px); height: auto; padding: 16px 0; font-size: 4vw; margin: 30px auto 0; -webkit-appearance: none; border-radius: 0;}
    
/*footer*/
    footer {padding-top: 30px;}
    footer .txt01 {font-size: 4.5vw;}
    footer .logo {width: 70%; margin: 20px auto 0;}
    footer .nav {display: none;}
    footer .copy {margin-top: 30px; padding: 10px 0; font-size: 3vw;}
    #pop_banner {padding: 0; z-index: 50; background: none; width: 100%; border: none; bottom: 0; position: fixed;}    
    .sp_pop_inner {display: flex; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 100;}
    .sp_pop_inner a {width: 50%;}
.sp_pop_inner a img {width: 100%;}
    
/*blog news*/
    #blog .inner,#news .inner {padding: 0 16px;}
    #blog .time, #news .time {font-size: 4vw; margin-right: 4%;}
    #blog h3, #news h3 {font-size: 4vw;}
    #blog .text, #news .text {font-size: 3.5vw;}
    .nav_over {margin: 0; padding: 0 16px 30px;}
    .nav_under {margin: 0; padding: 30px 16px 0;}
    .nav_btn {width: 48%; justify-content: space-between;}
    .navigation .next-entries, .navigation .previous-entries {width: 48%; height: auto; font-size: 3.5vw;}
    .navigation .next-entries {margin-right: 0;}
    .nav_archive_btn {width: 48%; height: auto; font-size: 3.5vw;}
    #single_blog .box01, #single_news .box01 {padding: 30px 16px;}
    #single_blog .box01 h1, #single_news .box01 h1 {font-size: 4vw; margin-bottom: 10px; line-height: 1.7;}
    #single_blog .box01 h1 span, #single_news .box01 h1 span {display: none;}
    #single_blog .box01 .text, #single_news .box01 .text {font-size: 3.5vw;}
    
/*reason*/
    #reason .main {display: none;}
    #reason .link_box {display: none;}
    #reason .box01:nth-child(1) {margin-top: 0;}
    #reason .box01 .title {padding: 16px; margin-bottom: 30px; display: block; height: auto;}
    #reason .box01 .title::before {display: none;}
    #reason .box01 .title p {display: none;}
    #reason .box01 h2 {font-size: 5vw; line-height: 1.5; text-align: center;}
    #reason .box01 .inner {display: block; padding: 0;}
    #reason .box01 .inner .img01,#reason .box01 .inner .img02 {margin: 0 auto 16px;}
    #reason .box01 .inner p {padding: 0 16px; font-size: 3.5vw;}
    #reason .box01 .bnr {height: auto; background-repeat: repeat; padding: 20px 16px; margin-top: 30px;}
    #reason .box01 .bnr .bdr {padding: 20px 0;}
    #reason .box01 .bnr .bdr::before,#reason .box01 .bnr .bdr::after {display: none;}
    #reason .box01 .bnr .txt01 {font-size: 4vw; padding: 7px 16px; border-radius: 20px; margin-bottom: 10px;}
    #reason .box01 .bnr .txt02 {font-size: 6vw; letter-spacing: 0;}
    #reason .l_bnr {padding: 30px 16px; box-sizing: border-box; background-size: cover; height: auto;}
    #reason .l_bnr img {width: 70%;}
    #reason .l_bnr .txt01 {margin-top: 20px;}
    #reason .l_bnr .txt01 p {display: inline-block; padding: 8px 10px; font-size: 4vw;}
    .anker {padding-top: 90px; margin-top: -90px;}
    
    /*about*/ 
    #about .box01 {margin-top: 0;}
    #about .box01 h2, #about .box02 h2, #about .box03 h2 {font-size: 5vw;}
    #about .box01 .inner, #about .box02 .inner {display: block; font-size: 3.5vw;}
    #about .box01 .inner .img01, #about .box02 .inner .img01,#about .box01 .inner .img02, #about .box02 .inner .img02 {margin: 0 auto 16px;}
    #about .box01 .inner p,#about .box02 .inner p {font-size: 3.5vw; padding: 0 16px;}
    #about .box01 .bnr {display: none;}
    #about .box02 .main {display: none;}
    #about .box03 .list {padding: 0 16px; margin-top: 30px;}
    #about .box03 .con {padding: 20px 0; width: 100%; margin-right: 0;}
    #about .box03 .con:nth-child(n + 2) {margin-top: 30px;}
    #about .box03 .con .no {font-size: 9vw;}
    #about .box03 h3 {font-size: 5vw; margin: 20px auto 16px;}
    #about .box03 .txt01 {font-size: 3.5vw;}
    #about .box03 .bg {display: none;}
    #about .box03 .bnr {display: none;}
    #about .l_bnr {height: auto; padding: 30px 16px; border-left: none; border-right: none;}
    #about .l_bnr .txt01 {position: relative; top: 0; text-align: center;}
    #about .l_bnr .txt01 p {font-size: 4.5vw; padding: 10px; display: inline-block;}
    #about .l_bnr .logo {display: none;}
    
/*contact*/
    #contact table {border-left: none; border-right: none;}
    #contact .txt01 {font-size: 4vw; margin-top: 0;}
    #contact .tel {font-size: 6vw; margin: 10px auto 30px;}
    #contact .tel span {font-size: 8vw;}
    #contact tr th, #contact tr td {display: block; padding: 16px; font-size: 16px;}
    #contact tr th {width: 100%; padding: 16px; font-size: 16px;}
    #contact .essential {position: absolute; right: 0; font-size: 16px; width: auto; height: auto;}
    #contact td input {height: auto; padding: 10px;}
    #contact textarea {height: auto; line-height: 1.7;}
    #contact .form_btn {font-size: 4vw; width: calc(100% - 32px); height: auto; margin: 30px auto 0; padding: 16px 0; -webkit-appearance: none; border-radius: 0;}
    #contact .thanks {font-size: 3.5vw; padding: 0 16px;}
    
/*voice*/
    #voice .inner {padding: 0 16px;}
    #voice .item {width: 48%; margin-right: 4%;}
    #voice .item:nth-child(2n) {margin-right: 0;}
    #voice .no {display: none;}
    #voice h2 {font-size: 3.5vw; line-height: 1.7; margin-bottom: 5px;}
    #voice .item:nth-child(n + 3) {margin-top: 4%;}
    #voice .txt {font-size: 3.5vw;}
    #single_voice .box01 {padding: 30px 16px; margin-top: 30px;}
    #single_voice .gallery_title .big {font-size: 6vw;}
    #single_voice .gallery_title .min {font-size: 3.5vw; margin-left: 5%;}
    #single_voice .gallery_list a,#single_voice .gallery_list a:nth-child(3n) {width: 48%; margin-right: 4%;}
    #single_voice .gallery_list a:nth-child(2n) {margin-right: 0;}
    #single_voice .gallery_list a:nth-child(n + 4),#single_voice .gallery_list a:nth-child(n + 3) {margin-top: 4%;}
    #single_voice .gallery_list {margin-bottom: 30px;}
    #single_voice h1 {font-size: 4vw; line-height: 2;}
    #single_voice .text {font-size: 3.5vw; line-height: 2; margin-top: 20px;}
    
/*company*/
    #company .table01 {border-left: none; border-right: none;}
    #company .table01 th, #company .table01 td {font-size: 3.5vw; padding: 16px;}
    #company .table01 th {width: auto; word-break: keep-all; font-size: 3.5vw;}
    #company iframe {height: 350px;}
    #company .box {padding: 30px 16px;}
    #company .box .inner {display: block; margin-top: 30px;}
    #company .box .inner:nth-child(1) {margin-top: 0;}
    #company .box table {font-size: 4vw; border-spacing: 0 20px; margin-right: 0;}
    #company .box h3 {font-size: 4.5vw; margin-top: 16px; word-break: break-all; line-height: 1.5;}
    #company .bdr {height: 2px; margin: 20px 0 15px;}
    #company .box .text {font-size: 3.5vw; line-height: 2.5;}
    #company .box .img {margin: 0 auto;}
    #company .sitemap_list a,#company .sitemap_list a:nth-child(3n) {width: 48%; height: auto; padding: 16px 0; margin-right: 4%; border: 2px solid #218dc4; font-size: 2.8vw; display: block; text-align: center;}
    #company .sitemap_list a:nth-child(2n) {margin-right: 0;}
    #company .sitemap_list a:nth-child(n + 3) {margin-top: 4%;}
    #company .sitemap_list .arrow {display: none;}
    .sitemap_box {padding-bottom: 0;}
    
/*find*/
    #find .main .bg01, #change .main .bg01 {display: block; bottom: 0; height: 100%;}
    #find .main .bg02, #change .main .bg02,#find .main .bg03, #change .main .bg03 {display: none;}
    #find .main, #change .main {height: auto; padding: 30px 16px; border-left: none; border-right: none; display: block;}
    #find .main .icon_text, #change .main .icon_text {font-size: 5vw; top: 0; position: relative; margin-bottom: 16px;}
    #find .main .txt01, #change .main .txt01 {font-size: 5vw;}
    #find .main .txt01 span, #change .main .txt01 .yellow {font-size: 7vw;}
    #find .main .icon_text p::before, #change .main .icon_text p::before {display: none;}
    #find .box01 h2, #change .box01 h2 {font-size: 5vw;}
    #find .box01 .inner, #change .box01 .inner {display: block; font-size: 3.5vw;}
    #find .box01 .inner .img01, #change .box01 .inner .img01,#find .box01 .inner .img02, #change .box01 .inner .img02 {margin: 0 auto 16px;}
    #find .box01 .inner .text,#change .inner .text {padding: 0 16px; font-size: 3.5vw;}
    #find .box01 .bnr, #change .box01 .bnr {padding: 30px 16px; height: auto;}
    #find .box01 .bnr .box, #change .box01 .bnr .box {padding: 20px 16px;}
    #find .box01 .bnr .box img, #change .box01 .bnr .box img {width: 80%;}
    #find .box01 .bnr .txt01, #change .box01 .bnr .txt01 {font-size: 4vw; border-radius: 20px; padding: 8px 0; margin: 16px auto;}
    #find .box01 .bnr .txt02, #change .box01 .bnr .txt02 {font-size: 5vw; text-align: center;}
    #find .box02 .over_txt01, #change .box02 .over_txt01 {font-size: 4vw;}
    #find .box02 .over_txt01::after, #change .box02 .over_txt01::after {display: none;}
    #find .box02 .title, #change .box02 .title {padding: 30px 0;}
    #find .box02 .over_txt02, #change .box02 .over_txt02 {font-size: 5vw; position: relative; top: 0;}
    #find .box02 h2, #change .box02 h2 {font-size: 7vw; margin-top: 16px;}
    #find .link_box, #change .link_box {display: none;}
    #find .box02 .con, #change .box02 .con {margin-top: 30px;}
    #find .box02 .con .no, #change .box02 .con .no {display: none;}
    #find .box02 .con h3, #change .box02 .con h3 {font-size: 5vw; text-align: center; padding: 16px 0;}
    #find .box02 .con .inner, #change .box02 .con .inner {margin: 30px auto; font-size: 3.5vw; display: block;}
    #find .box02 .con .inner img, #change .box02 .con .inner img {margin: 0 auto 16px;}
    #find .box02 .con .inner p, #change .box02 .con .inner p {padding: 0 16px;}
    #find .box02 .con .bnr, #change .box02 .con .bnr {padding: 20px 0; height: auto; border-left: none; border-right: none;}
    #find .box02 .con .bnr p, #change .box02 .con .bnr p {font-size: 5vw; line-height: 1.5; text-align: center;}
    #find .box02 .con .triangle, #change .box02 .con .triangle {display: none;}
    #find .l_bnr01, #change .l_bnr01 {display: none;}
    #find .l_bnr02, #change .l_bnr02 {display: none;}
    #find .l_bnr02 .txt01, #change .l_bnr02 .txt01 {font-size: 4.5vw; padding: 10px 20px; border-radius: 20px;}
    #find .l_bnr02 .txt02, #change .l_bnr02 .txt02 {font-size: 6vw;}
    #find .l_bnr02 .txt02 .big01, #change .l_bnr02 .txt02 .big01 {font-size: 7vw;}
    #find .l_bnr02 .txt02 .big02, #change .l_bnr02 .txt02 .big02 {font-size: 9vw;}
    #change .main .txt01 .min {font-size: 4vw;}
    #change .box01 .bnr .txt02 .big {font-size: 5vw;}
    #change .l_bnr02 .txt03 {font-size: 8vw;}
    
    /*plan*/
    #plan .box01 {display: none;}
    #plan .box02 {padding: 30px 16px; margin-top: 0;}
    #plan .box02 h2 {font-size: 5vw; padding: 10px 0 12px;}
    #plan .box02 .inner {font-size: 3.5vw; display: block;}
    #plan .box02 .inner img {margin: 0 auto 16px;}
    #plan .box02 .txt01 {font-size: 5.5vw; margin: 30px auto;}
    #plan .box02 .txt02 {font-size: 5vw;}
    #plan .box02 .txt02 span {font-size: 6vw;}
    #plan .link_bnr {padding: 16px; height: auto;}
    #plan .link_bnr .txt01 {font-size: 5vw;}
    #plan .link_bnr .txt02 {font-size: 6vw; margin: 16px auto 0;}
    #plan .link_bnr .box{padding: 20px 16px; display: block;}
    #plan .link_bnr .bdr {width: 100%; margin-top: 16px;}
    #plan .link_bnr .icon {display: none;}
    #plan .box01 .title::before, #plan .box01 .title::after {display: none;}
    #plan .box03 {padding: 30px 16px;}
    #plan .box03 h2 {font-size: 4vw; border-radius: 20px;}
    #plan .box03 .txt01 {font-size: 6.5vw; margin-top: 15px;}
    #plan .box03 .con01 h3 {font-size: 5.5vw; border-bottom: 2px solid #218dc4;}
    #plan .box03 .table01 {display: none;}
    #plan .sp_box01 p {box-sizing: border-box; background: #218dc4; border-bottom: 1px solid #fff; padding: 10px 0 10px 5px; font-size: 3vw; height: 38px; display: flex; align-items: center; justify-content: flex-start;}
    #plan .sp_box02 p {background: #fff; box-sizing: border-box; border: 1px solid #218DC4; padding: 10px 0 10px 5px; font-size: 3vw; height: 38px; display: flex; align-items: center; justify-content: flex-start;}
    #plan .sp_table {box-sizing: border-box; border: 1px solid #218dc4;}
    #plan .sp_table02 {margin-top: 20px;} 
    #plan .sp_box01 {width: 50%;}
    #plan .sp_box02 {width: 25%;}
    #plan .sp_table .l {border-bottom: none;}
    #plan .sp_box02:nth-child(1) {border-right: 1px solid #218dc4; box-sizing: border-box;}
	#plan .sp_box03 {width: 50%;}
    #plan .box03 ul {padding: 30px 16px;}
    #plan .box03 li {font-size: 3.5vw; line-height: 2; margin-top: 16px;}
    #plan .box03 .inner {display: block;}
    #plan .box03 .inner .left_box {width: 100%;}
    #plan .box03 .inner .no {font-size: 5vw; width: auto; height: auto; padding: 2% 3%;}
    #plan .box03 .inner .under p:nth-child(1) {font-size: 5vw;}
    #plan .box03 .inner .under p:nth-child(2) {font-size: 3.5vw;}
    #plan .box03 .inner .triangle {display: none;}
    #plan .box03 .table02 {margin-top: 20px; width: 100%;}
    #plan .box03 .table02 th,#plan .box03 .table02 td {font-size: 3.5vw;}
    #plan .box03 .txt02 {display: none;}
    #plan .box03 .txt03 {font-size: 4.5vw;}
    #plan .box04 {background: url("img/plan/box03_bg.jpg")top left repeat; padding-bottom: 0;}
    #plan .box04 h2 {font-size: 5vw;}
    #plan .box04 .inner {padding: 0 16px 20px; font-size: 3.5vw; margin: 30px auto 0; display: block;}
    #plan .box04 .inner img {margin: 0 auto 16px;}
    #plan .box04 .under {background: url(img/contact/table_bg.jpg)top left repeat; padding: 20px 30px; box-sizing: border-box;}
    #plan .box04 .txt01::before, #plan .box04 .txt01::after {display: none;}
    #plan .box05 h2 {font-size: 6vw;}
    #plan .box05 .bdr_box {margin: 26px auto;}
    #plan .l_bnr {background-size: cover; height: auto; padding: 0;}
    #plan .l_bnr .txt01 {height: auto; font-size: 4vw;}
    #plan .l_bnr .under {padding: 30px 0;}
    #plan .l_bnr .txt02 {font-size: 4vw; margin-bottom: 16px;}
    #plan .l_bnr .txt03 {font-size: 8vw;}
    #plan .l_bnr .logo {width: 40%;}
    #plan .l_bnr .icon_text {display: none;}
    #header.DownMove, #st_hamburger.DownMove,#header.UpMove, #st_hamburger.UpMove {animation: none;}
    
/*agency*/
    #agency h2 {font-size: 5.5vw; text-align: center; line-height: 1.5; display: block;}
    #agency h2::before, #agency h2::after {display: none;}
    #agency .inner {display: block; margin-top: 30px; font-size: 3.5vw; line-height: 2;}
    #agency .inner .img01,#agency .inner .img02 {margin: 0 auto 16px;}
    #agency .inner p {padding: 0 16px;}
    #agency .box01 .center_img {display: none;}
    #agency .bnr01 {display: none;}
    #agency .bnr02,#agency .bnr03 {border: 5px solid #1c314c; border-left: none; border-right: none; padding: 30px 0; height: auto;}
    #agency .bnr02 .icon01,#agency .bnr02 .icon02 {display: none;}
    #agency .bnr02 .txt01 {font-size: 5vw; letter-spacing: 1px;}
    #agency .bnr02 .txt02 {font-size: 6vw; margin-top: 20px; letter-spacing: 3px;}
    #agency .bnr03 {padding-bottom: 20px;}
    #agency .bnr03 .txt01 {font-size: 5vw;}
    #agency .bnr03 .txt02 {font-size: 5.5vw; margin: 20px auto;}
    #agency .bnr03 .logo {width: 75%;}
    
    

    
}
@media screen and (max-width:350px) {
header h1 {display: none;}
}


