@charset "utf-8";
/* ACCORDER Inc. */
/* Base Style
----------------------- */

html {
  font-size: 62.5%;
  overflow-wrap: break-word;
  overflow-x: hidden;
  text-size-adjust: 100%;
}

*,
body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #020202;
}
input::placeholder {
  color: #ccc;
}
.maskot {
  display: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
} /* Crearfix for Modern Browsers including Firefox, Opera, Safari, etc */
.clearfix {
  display: inline-block;
} /* For Windows IE7 and Mac IE5 */
* html .clearfix {
  height: 1px;
} /* For Windows IE5/IE6:Hides from IE-mac */
.clearfix {
  display: block;
}
.clear {
  clear: both;
} /* End hide from IE-mac */
html {
  overflow-y: scroll;
} /* For FireFox scrolling */
img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizequality;
  vertical-align: bottom;
} /* Better images when resized for IE7, FF3.5+ */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.9;
}
html,
body {
  background-color: #fff;
}
.nobd {
  border: none !important;
}
ul {
  padding-left: 0 !important;
  list-style: none;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.m992 {
  display: none;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.fontsmall {
  font-size: 12px;
}
.sp {
  display: none;
}
/* スマホ時のみ改行を表示 */
.sp_br {
  display: none;
}

/* wrapper	----------------------- */

#wrapper {
  background: #fff;
}

/* navigation	----------------------- */
.title_li {
  font-weight: bold;
  color: #64ad18;
  font-size: 17px;
  margin-bottom: 20px;
}

/* footer（フッター）----------------------- */
.footer {
  background: #fff;
  color: #020202;
  padding: 50px 0 30px;
  position: relative;
  border-top: 1px solid #e8e8e8;
}
.footer .container {
  padding-left: 20px;
  padding-right: 20px;
}
.footer_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 28px;
}
.footer_logo {
  flex: 0 0 auto;
  min-width: 180px;
  padding: 4px 0 0 0;
  order: -1;
}
.footer_logo a {
  display: block;
  line-height: 0;
}
.footer_logo_img {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
  min-height: 44px;
  object-fit: contain;
  object-position: left center;
  vertical-align: bottom;
}
.footer_logo a:hover .footer_logo_img {
  opacity: 0.85;
}
.footer_logo_catch {
  margin: 12px 0 0 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #64ad18;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.footer_nav {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: center;
}
.footer_nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 28px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_nav_list li {
  margin: 0;
}
.footer_nav_list a {
  color: #020202;
  font-size: 1.4rem;
  text-decoration: none;
}
.footer_nav_list a:hover {
  color: #64ad18;
  text-decoration: none;
}
.footer_phone {
  flex: 0 0 auto;
  text-align: right;
  min-width: 140px;
}
.footer_phone_lead {
  font-size: 1.2rem;
  color: #555;
  margin: 0 0 6px 0;
}
.footer_phone_number {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #020202;
  text-decoration: none;
  letter-spacing: 0.08em;
}
.footer_phone_number:hover {
  color: #64ad18;
  text-decoration: none;
}
.footer_line_link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 10px 20px;
  background: #06C755;
  color: #fff !important;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(6, 199, 85, 0.3);
  transition: opacity 0.2s, background 0.2s;
}
.footer_line_link:hover {
  background: #05b34b;
  color: #fff !important;
  text-decoration: none;
  opacity: 0.95;
}
.footer_line_icon {
  display: inline-flex;
  flex-shrink: 0;
  color: #fff;
}
.footer_line_icon svg {
  display: block;
  vertical-align: middle;
  fill: #fff;
}
.footer_line_link:hover .footer_line_icon svg {
  fill: #fff;
}
.footer_info_list dd a {
  color: #020202;
  text-decoration: none;
}
.footer_info_list dd a:hover {
  color: #64ad18;
  text-decoration: none;
}
.footer_info {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.footer_info_list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 0 8px;
}
.footer_info_list dt {
  flex: 0 0 auto;
  min-width: 70px;
  color: #555;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  padding-right: 4px;
}
.footer_info_list dd:nth-child(4) {
  flex-grow: 1;
}
.footer_info_list dt:nth-child(5) {
  margin-top: 8px;
}
.footer_info_list dd {
  flex: 0 1 auto;
  margin: 0 24px 0 0;
  font-size: 1.4rem;
  color: #020202;
  min-width: 0;
}
.footer_info_list dd:last-child {
  margin-right: 0;
}
.news_box {
  margin-top: 30px;
  display: flex;
  align-items: stretch;
  background: #f8fbf5;
  border: 1px solid #e5eedd;
  border-radius: 12px;
  padding: 24px 28px;
  box-shadow: 0 2px 8px rgba(100, 173, 24, 0.06);
}
.news_box_header {
  flex-shrink: 0;
  padding-right: 32px;
  border-right: 2px solid #64ad18;
  margin-right: 28px;
  min-width: 140px;
}
.news_box_header h3 {
  font-size: 2.2rem;
  color: #ff9600;
  font-family: "Roboto", sans-serif;
  margin: 0 0 4px 0;
  font-weight: 700;
}
.news_box_lead {
  font-size: 1.2rem;
  color: #555;
  margin: 0;
}
.news_box_body {
  flex: 1;
  min-width: 0;
}
.news_box ul {
  max-height: 205px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news_box ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.news_box ul::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}
.news_box ul::-webkit-scrollbar-thumb {
  background: #64ad18;
  border-radius: 4px;
}
.news_box ul li {
  font-size: 1.5rem;
  margin-bottom: 0;
  padding: 14px 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  gap: 20px;
}
.news_box ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.news_box ul li:first-child {
  padding-top: 0;
}
.news_box ul li .news_date {
  flex-shrink: 0;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  background-color: #64ad18;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  text-align: center;
}
.news_box ul li .news_text {
  flex: 1;
  font-size: 1.5rem;
  color: #333;
  background: none;
  padding: 0;
  font-weight: 500;
}
.news_box ul li a {
  font-size: 1.4rem;
}
.news_box ul li span:not(.news_date):not(.news_text) {
  display: inline-block;
  font-size: 12px;
  background-color: #64ad18;
  color: #fff;
  padding: 3px 15px;
  text-align: center;
}
.news_box h3 {
  font-size: 2.5rem;
  vertical-align: middle;
  color: #ff9600;
  font-family: "Roboto", sans-serif;
  display: inline-block;
}

.navigation-body {
  display: inline-block;
}
.navigation-menu {
  float: none;
}
.navigation-brand-text {
  width: 100%;
  text-align: center;
}
.navigation-brand-textbox {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header_left {
  width: calc(100% - 630px);
  text-align: left;
  flex-shrink: 1;
  min-width: 0;
}
.header_middle {
  width: 350px;
  min-width: 350px;
  flex-shrink: 0;
  padding-top: 20px;
  padding-right: 14px;
  padding-left: 10px;
  text-align: left;
  box-sizing: border-box;
}
.header_right {
  width: 230px;
  min-width: 230px;
  flex-shrink: 0;
  padding-top: 5px;
  /* padding-left: 10px; */
  text-align: right;
  box-sizing: border-box;
}
.header_phone {
  color: #64ad18;
  font-weight: 700;
}
.header_phonenumber {
  padding-top: 5px;
  font-size: 3.8rem;
  color: #64ad18;
  font-weight: 700;
  white-space: nowrap;
}
.header_button {
  margin-right: 0;
}
.header_logo {
  margin-left: -15px;
}
.container1 {
}
.header_btn {
  width: 100%;
  display: block;
  color: #64ad18;
  font-size: 1.8rem;
  border: 2px solid #64ad18;
  font-weight: 700;
  padding: 15px 8px;
  text-align: center;
}

.mheader_phone {
  padding-top: 10px;
  color: #64ad18;
  font-weight: 700;
}
.mheader_phonenumber {
  font-size: 2rem;
  font-family: "roboto", sans-serif;
  color: #64ad18;
  font-weight: 700;
  white-space: nowrap;
}

.navigation-brand-text {
  font-size: 0;
  letter-spacing: 0;
}
.navmenu {
  width: 100%;
  margin-top: 10px;
}
.navigation-link {
  padding: 17px 12px 17px 12px;
  line-height: 40px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.navigation-link:hover: {
  background: none;
}
.navigation-item:not(.navigation-brand-text).is-active .navigation-link {
  color: #f4f4f4;
}
.navigation .navigation-menu {
  background: #64ad18;
  border-radius: 70px;
}

.headerbox {
  background: url(../images/slider_img_box.jpg) bottom center no-repeat;
  background-size: 100% auto;
  padding-bottom: 35px;
}
.headerslider {
  padding-top: 57px;
  padding-bottom: 70px;
  display: flex;
}
.headerslider_left {
  width: 50%;
  margin-right: 8%;
}
.headerslider_right {
  background: #fff;
  width: 42%;
  margin-bottom: 40px;
  padding: 30px 0px 0px 0px;
}
.headerslider_button1 {
  padding: 25px 15px 10px 5px;
}
.headerslider_btn1 {
  background: #ff9700 url(../images/slider_img_btnbg1.png) top center no-repeat;
  background-size: cover;
  padding: 17px 20px;
  display: block;
  font-size: 2.15rem;
  color: #fff;
  border-radius: 10px;
}
.headerslider_button2 {
  padding: 10px 15px 10px 5px;
}
.headerslider_btn2 {
  background: #ff9700;
  padding: 17px 20px;
  display: block;
  font-size: 2.15rem;
  color: #fff;
  border-radius: 10px;
}
.headerslider_button3 {
  padding: 10px 15px 10px 5px;
}
.headerslider_btn3 {
  background: #ff9700;
  padding: 17px 20px;
  display: block;
  font-size: 2.15rem;
  color: #fff;
  border-radius: 10px;
}
.headerslider_btn1 img,
.headerslider_btn2 img,
.headerslider_btn3 img {
  vertical-align: sub;
  margin-right: 10px;
}

.headerslider_titleright {
  padding-bottom: 20px;
  font-size: 23.5px;
  color: #64ad18;
  text-align: center;
  font-weight: 700;
}
.headerformbox {
  padding: 10px 30px 10px 50px;
  display: flex;
  align-items: center;
}
.headerformbox_left {
  width: 120px;
  font-size: 1.5rem;
  color: #64ad18;
}
.headerformbox_right {
  width: calc(100% - 120px);
  font-size: 15px;
}
.headerformbox_textbox {
  background: #f0f0f0;
  width: 100%;
  padding: 5px 5px;
  border: none;
}
.headerformbox_req {
  padding-left: 10px;
  display: inline-block;
  font-size: 1rem;
  color: #ff9b03;
}
.headerformbox_button {
  bottom: -30px;
  position: relative;
}
.headerformbox_submit {
  background: #ffc90e;
  width: 95%;
  margin-left: 2.5%;
  padding: 20px 20px;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  display: block;
  border: none;
}

/* all page	----------------------- */
.roboto {
  font-family: "Roboto", sans-serif;
}
.titlebox {
  text-align: center;
}
.titlebox img {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
.title {
  padding-top: 5px;
  font-size: 4.1rem;
  color: #64ad18;
  display: inline-block;
  font-weight: 700;
}
.title img {
  vertical-align: middle;
}
.title_orange {
  font-size: 4.1rem;
  color: #ff9600;
  display: inline-block;
  font-weight: 700;
}
.orangefont {
  color: #ff9600;
}

#top1 {
  padding-top: 100px;
}
#top1 .subtitle {
  padding-top: 0px;
  letter-spacing: 1rem;
  font-size: 3.4rem;
  color: #64ad18;
  text-align: center;
  font-weight: 700;
}
#top1 .titlebox {
}
#top1 .title {
}
#top1 .title img {
}
#top1 .bigtitle {
  font-size: 10rem;
  vertical-align: middle;
  color: #ff9600;
  font-family: "Roboto", sans-serif;
  display: inline-block;
}
#top1 .orangefont {
  color: #ff9600;
}
#top1 .list {
  padding: 30px 30px 30px 30px;
  display: flex;
}
#top1 li {
  width: 30%;
  margin-right: 5%;
}
#top1 li:nth-child(3) {
  margin-right: 0;
}
#top1 .title2 {
  padding-top: 40px;
  font-size: 3.6rem;
  color: #64ad18;
  font-weight: 700;
  text-align: center;
}

#top2 {
  padding-top: 140px;
  padding-bottom: 100px;
}
#top2 .title {
}
#top2 .list {
  padding: 75px 0px 0px 0px;
}
#top2 li {
  margin-bottom: 60px;
  border: 2px solid #64ad18;
  border-radius: 10px;
}
#top2 .box {
  background: url(../images/top_img_boxbg.png) top right no-repeat;
  background-size: 185px;
  display: flex;
  align-items: center;
}
#top2 .left {
  width: 47%;
  position: relative;
}
#top2 .right {
  width: 53%;
  padding: 0px 40px;
}
#top2 .img {
}

#top2 .ballon {
  background: url(../images/top_icn_ballon2.png) top center no-repeat;
  background-size: cover;
  width: 150px;
  height: 155px;
  padding-top: 25px;
  text-align: center;
  position: absolute;
  top: -30px;
  left: -30px;
  color: #64ad18;
  font-weight: 700;
}
#top2 .bigballom {
  font-size: 5.4rem;
  color: #64ad18;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  font-family: "roboto", sans-serif;
}
#top2 .ballon-text {
  margin-top: -15px;
  font-size: 2rem;
  color: #64ad18;
  text-align: center;
}
#top2 .text1 {
  padding-top: 10px;
  color: #1d1d1d;
}
#top2 .title1 {
  padding-top: 10px;
  font-size: 2.5rem;
  color: #64ad18;
  font-weight: 700;
}
#top2 .box1 {
  padding-top: 40px;
  display: flex;
  align-items: flex-end;
}
#top2 .left1 {
  background: url(../images/top_icn_rightarrow.png) center right no-repeat;
  background-size: 17px;
  width: 180px;
  margin-right: 20px;
}
#top2 .text2 {
  font-size: 1.8rem;
  color: #1d1d1d;
}
#top2 .small {
  font-size: 3.3rem;
  font-family: "roboto", sans-serif;
  text-decoration: line-through;
}
#top2 .text3 {
  font-size: 1.8rem;
  color: #1d1d1d;
  text-decoration: none;
}
#top2 .right1 {
  width: calc(100% - 200px);
  text-align: right;
}
#top2 .text4 {
  padding-bottom: 10px;
  color: #1d1d1d;
  text-align: left;
}
#top2 .textbox {
  text-align: left;
  font-size: 2.25rem;
  color: #1d1d1d;
}
#top2 .pricebox {
  background: url(../images/top_icn_calendar.png) top center no-repeat;
  background-size: 73px;
  width: 73px;
  height: 110px;
  margin-right: 5px;
  padding-top: 15px;
  display: inline-block;
  font-size: 9rem;
  line-height: 1em;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
#top2 .pricebox {
}

#top3 {
  background: url(../images/top_img_greenbg1.jpg) bottom center no-repeat;
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 80px;
}
#top3 .title {
  color: #fff;
}
#top3 .myslide1 {
  padding-top: 40px;
}
#top3 .box {
  background: #fff;
  margin-right: 20px;
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
}
#top3 .titlebox1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #64ad18;
  font-weight: 300;
  text-align: right;
}
#top3 .box1 {
  padding-top: 10px;
  display: flex;
}
#top3 .left {
  width: 120px;
}
#top3 .right {
  width: calc(100% - 120px);
  padding-left: 20px;
  font-size: 1.5rem;
  color: #000;
}
#top3 .img {
  padding-top: 55px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  display: block;
}

#top4 {
  padding-top: 195px;
}
#top4 .area {
  margin: 30px 10px;
  padding: 45px 30px;
  border: 2px solid #64ad18;
  border-radius: 10px;
}
#top4 .title2 {
  background: #fff;
  padding: 0px 30px;
  display: inline-block;
  font-size: 4.1rem;
  color: #64ad18;
  font-weight: 700;
}
#top4 .title2 img {
  vertical-align: middle;
}
#top4 .titlebox1 {
  margin-top: -115px;
  text-align: center;
}
#top4 .orangefont {
  display: inline-block;
  font-size: 4.1rem;
  color: #ff9600;
  font-weight: 700;
}
#top4 .inbox {
  padding: 20px 30px 15px 55px;
  display: flex;
  align-items: center;
}
#top4 .inbox1 {
  padding-top: 35px;
}
#top4 .left {
  width: 100px;
}
#top4 .inboxround {
  width: 140px;
  height: 140px;
  padding-top: 35px;
  font-size: 2rem;
  color: #64ad18;
  border-radius: 70px;
  border: 2px solid #64ad18;
  text-align: center;
}
#top4 .roundtext {
  margin-top: -10px;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: #64ad18;
  font-family: "roboto", sans-serif;
}
#top4 .right {
  width: calc(100% - 140px);
  padding-left: 100px;
  text-align: left;
}
#top4 .text {
  padding-top: 20px;
  font-size: 2.1rem;
  color: #0a0909;
}
#top4 .title1 {
  padding-top: 10px;
  font-size: 3.75rem;
  color: #64ad18;
  font-weight: 700;
}
#top4 .orangefont1 {
  font-size: 3.75rem;
  color: #ff9600;
  font-weight: 700;
}

#top5 {
  padding-top: 130px;
  padding-bottom: 160px;
}
#top5 .title {
}
#top5 .area {
  padding: 80px 60px 20px 60px;
  display: flex;
  align-items: center;
}
#top5 .left {
  width: 41.5%;
  position: relative;
}
#top5 .left1 {
  width: 58.5%;
  padding-right: 30px;
  padding-right: 90px;
}
#top5 .baloon {
  background: url(../images/top_icn_ballon2.png) top center no-repeat;
  background-size: cover;
  width: 209px;
  height: 206px;
  padding-top: 60px;
  font-size: 1.75rem;
  text-align: center;
  position: absolute;
  top: -50px;
  left: -60px;
  color: #64ad18;
}
#top5 .baloon1 {
  background: url(../images/top_icn_ballon2.png) top center no-repeat;
  background-size: cover;
  width: 209px;
  height: 206px;
  padding-top: 70px;
  font-size: 1.75rem;
  text-align: center;
  position: absolute;
  top: -50px;
  right: -60px;
  color: #64ad18;
}

#top5 .right {
  width: 58.5%;
  padding-left: 90px;
}
#top5 .right1 {
  width: 41.5%;
  position: relative;
}
#top5 .subtitle {
  font-size: 1.7rem;
  color: #64ad18;
  font-family: "roboto", sans-serif;
  font-weight: 700;
}
#top5 .title1 {
  padding-top: 0px;
  font-size: 3.1rem;
  color: #64ad18;
}
#top5 .orangefont {
  font-size: 3.1rem;
  color: #ff9600;
}
#top5 .textbox {
  padding-top: 35px;
  line-height: 2em;
  font-size: 1.8rem;
  color: #111111;
}

#top6 {
  background: url(../images/top_img_greenbg2.png) bottom center no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 200px;
}
#top6 .title {
  color: #fff;
}
#top6 .area {
  padding-top: 100px;
  padding-bottom: 125px;
  display: flex;
}
#top6 .left {
  width: 68%;
  padding-right: 50px;
}
#top6 .titlebox1 {
  position: relative;
  font-size: 2.9rem;
  line-height: 2.35em;
  color: #fff;
  font-weight: 700;
}
#top6 .baloon {
  background: url(../images/top_icn_ballon3.png) top center no-repeat;
  background-size: cover;
  width: 158px;
  height: 155px;
  padding-top: 45px;
  font-size: 2rem;
  text-align: center;
  position: absolute;
  top: -30px;
  right: 50px;
  color: #64ad18;
}
#top6 .textbox {
  padding-top: 40px;
  font-size: 1.75rem;
  color: #fff;
  line-height: 2.3em;
}
#top6 .right {
  width: 25%;
}
#top6 .title1 {
}
#top6 .list {
  padding-top: 100px;
  display: flex;
}
#top6 li {
  width: 18%;
  margin-right: 2%;
}
#top6 .title2 {
  padding-top: 72px;
  font-size: 4.1rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

#top7 {
  padding-top: 145px;
}
#top7 .title {
}
#top7 .img {
  padding: 50px 0px;
}
#top7 .img1 {
  display: none;
}

#top8 {
  padding-top: 110px;
}
#top8 .title {
}
#top8 .top8 {
  margin-top: 75px;
  /* background: url(../images/top_img_box6.jpg) top left no-repeat; */
  background-size: 37% 90%;
}
#top8 .area {
  display: flex;
}
#top8 .left {
  width: 37%;
}
#top8 .right {
  width: 63%;
  padding-left: 50px;
}
#top8 .textbox1 {
  padding-bottom: 60px;
}
#top8 .textbox2 {
  padding-bottom: 30px;
}
#top8 .textbox3 {
  padding-bottom: 30px;
}
#top8 .title1 {
  font-size: 3rem;
  color: #64ad18;
  font-weight: 700;
}
#top8 .orangefont {
  font-size: 3rem;
  color: #ff9600;
  font-weight: 700;
}
#top8 .text {
  padding-top: 15px;
  font-size: 1.75rem;
  color: #0a0909;
}
#top8 .orangefont {
  font-size: 3rem;
  color: #ff9600;
  font-weight: 700;
}
#top8 .text1 {
  padding-top: 15px;
  font-size: 1.75rem;
  color: #0a0909;
}
#top8 .text2 {
  padding-top: 5px;
  font-size: 1.75rem;
  color: #0a0909;
}
#top8 .text3 {
  padding-top: 25px;
  font-size: 1.75rem;
  color: #0a0909;
}

#top9 {
  padding-top: 60px;
}
#top9 .area {
  background: #f4f4f4;
  margin-top: 50px;
  margin-bottom: 120px;
  padding: 50px 40px 30px;
  position: relative;
}
#top9 .title1 {
  font-size: 3.4rem;
  color: #64ad18;
  font-weight: 700;
  text-align: center;
}
#top9 .text {
  padding-top: 30px;
  font-size: 1.7rem;
  color: #0a0909;
  line-height: 2em;
  text-align: center;
}
#top9 .list {
  padding: 0 60px !important;
  display: flex;
}
#top9 li {
  padding: 20px 20px 20px 100px;
  width: 50%;
}

#top9 li:nth-child(2) {
  padding: 20px 100px 20px 20px;
}
#top9 .pricebox {
  text-align: center;
}
#top9 .price {
  display: inline-block;
  font-size: 6.1rem;
  color: #ff9600;
  font-weight: 700;
  font-family: "roboto", sans-serif;
}
#top9 .fontsmall {
  display: inline-block;
  font-size: 2.6rem;
  color: #ff9600;
  font-weight: 700;
}
#top9 .baloon {
  background: url(../images/top_icn_ballon3.png) top center no-repeat;
  background-size: cover;
  width: 212px;
  height: 209px;
  padding-top: 65px;
  font-size: 2.8rem;
  text-align: center;
  position: absolute;
  top: -30px;
  right: -55px;
  color: #64ad18;
}
.banner {
}

#top10 {
  padding-top: 105px;
  padding-bottom: 100px;
}
#top10 .title {
}
#top10 .box {
  padding: 0 90px;
}
#top10 .titlebox {
  padding-bottom: 70px;
}
#top10 .accordion {
  cursor: pointer;
  width: 100%;
  outline: none;
  transition: 0.4s;
}
#top10 .qbox {
  background: #64ad18;
  padding: 25px 15px 20px 30px;
  color: #fff;
  font-size: 2.3rem;
}
#top10 .accordion:after {
  margin-top: -8px;
  content: "\002B";
  font-size: 30px;
  color: #fff;
  float: right;
}
#top10 .active:after {
  content: "\2212";
}
#top10 .panel {
  background: #f4f4f4;
  margin-bottom: 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#top10 .abox {
  padding: 50px 50px;
  font-size: 1.9rem;
  color: #020202;
}
#top10 .abox1 {
  display: flex;
}
#top10 .left {
  width: 200px;
}
#top10 .right {
  width: calc(100% - 200px);
}
#top10 .aboxtitle {
  font-size: 2.65rem;
  color: #ff9801;
  padding-bottom: 30px;
}

#top11 {
  padding-top: 170px;
}
#top11 .area {
  position: relative;
}
#top11 .absolutetextbox {
  max-width: 630px;
  border: 2px solid #64ad18;
  position: absolute;
  top: 15px;
  left: 15px;
}
#top11 .title1 {
  padding: 25px 30px;
  color: #64ad18;
  font-size: 3.25rem;
  border-bottom: 4px solid #64ad18;
  text-align: center;
  font-weight: 700;
}
#top11 .text {
  padding: 25px 50px 35px;
  line-height: 2em;
  color: #020202;
  font-size: 1.5rem;
}

#top12 {
  padding-top: 60px;
  padding-bottom: 100px;
}
#top12 .list {
  display: flex;
  flex-wrap: wrap;
}
#top12 li {
  width: 25%;
  padding: 10px 20px 40px 20px;
}
#top12 .title1 {
  font-size: 1.75rem;
  color: #020202;
  font-weight: 700;
}
#top12 .text {
  padding-top: 10px;
  font-size: 1.5rem;
  color: #020202;
}
#top12 .titlelist {
  padding-left: 20px;
  padding-bottom: 10px;
  font-size: 2rem;
  color: #64ad18;
}

#top13 {
  background: #64ad18;
  padding-top: 100px;
  padding-bottom: 85px;
}
#top13 .title {
  color: #fff;
  text-align: center;
  display: block;
  font-weight: normal;
}
#top13 .top13form {
  padding: 35px 175px;
}
#top13 .top13formbox {
  padding: 20px 0px;
  display: flex;
}
#top13 .top13formbox_left {
  width: 245px;
  color: #fff;
  font-size: 1.9rem;
}
#top13 .top13formbox_right {
  width: calc(100% - 245px);
  font-size: 1.9rem;
}
#top13 .top13formbox_select {
  background: #64ad18;
  width: 100%;
  padding: 15px 15px;
  color: #fff;
  border: 1px solid #fff;
}
#top13 .top13formbox_textbox {
  background: #64ad18;
  width: 100%;
  padding: 15px 15px;
  color: #fff;
  border: 1px solid #fff;
}
#top13 .top13formbox_textarea {
  background: #64ad18;
  width: 100%;
  height: 240px;
  padding: 15px 15px;
  color: #fff;
  border: 1px solid #fff;
}
#top13 .top13formbox_button {
  padding-top: 80px;
  text-align: center;
}
#top13 .top13formbox_submit {
  background: #64ad18;
  padding: 17px 180px;
  border: 1px solid #fff;
  font-size: 1.9rem;
  color: #fff;
  text-align: center;
}
#top13 .align-item {
  align-items: center;
}
#top13 .top13formbox_select option {
  background: #fff;
}

.banner {
  background: url(../images/top_img_greenbg3.jpg) bottom center no-repeat;
  background-size: cover;
}
.bannerarea {
  padding: 95px 0px;
  display: flex;
}
.bannerleft {
  width: 50%;
  padding-right: 45px;
}
.bannerright {
  width: 50%;
}
.bannerphone {
  margin-top: -10px;
  font-size: 2.7rem;
  text-align: center;
  color: #fff;
}
.bannerphonenumber {
  font-size: 6.6rem;
  color: #fff;
  text-align: center;
  font-family: "roboto", sans-serif;
}
.bannerbox {
  padding-top: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
}
.bannerboxleft {
  flex: 1;
  min-width: 0;
}
.bannerbtn1 {
  background: #fff;
  width: 100%;
  padding: 27px 5px;
  text-align: center;
  font-size: 2.2rem;
  color: #5aa81f;
  border-radius: 8px;
  font-weight: 700;
  transition: opacity 0.2s;
}
.bannerbtn_line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 27px 5px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #06C755;
  background: #e8f8ed;
  border: 2px solid #06C755;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s, background 0.2s, color 0.2s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.bannerbtn_line:hover {
  background: #d8f2e0;
  color: #05a847;
  border-color: #05a847;
  text-decoration: none;
  opacity: 1;
}
.bannerbtn_line_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #06C755;
}
.bannerbtn_line_icon svg {
  display: block;
  vertical-align: middle;
  fill: #06C755;
}
.bannerbtn_line:hover .bannerbtn_line_icon,
.bannerbtn_line:hover .bannerbtn_line_icon svg {
  color: #05a847;
  fill: #05a847;
}
.bannerboxright {
  flex: 1;
  min-width: 0;
}
.bannerbtn2 {
  background: #ff9801;
  width: 100%;
  padding: 27px 5px;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  transition: opacity 0.2s;
}
.banner_contact_link {
  margin: 14px 0 0 0;
  padding: 0;
  text-align: center;
  font-size: 1.5rem;
}
.banner_contact_link a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s;
}
.banner_contact_link a:hover {
  color: #fff;
  text-decoration: underline;
  opacity: 0.9;
}

/* スマホ用固定フッター（CTA）----------------------- */
.sp_fixed_footer {
  display: none;
}

/* footer	----------------------- */

#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  text-align: center;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top img {
  width: 45px;
}
#back-to-top.show {
  opacity: 1;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 320px) {
}

@media (max-width: 375px) {
  .mheader_phone {
    font-size: 1rem !important;
  }
  .mheader_phonenumber {
    font-size: 1.6rem !important;
  }
}

@media (max-width: 414px) {
}

@media (max-width: 480px) {
  .headerslider_btn1 img,
  .headerslider_btn2 img,
  .headerslider_btn3 img {
    width: 20px;
    margin-right: 5px;
  }
  .headerslider_btn1,
  .headerslider_btn2,
  .headerslider_btn3 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .headerslider_button2,
  .headerslider_button3 {
    padding-top: 0;
  }
  .headerformbox {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navigation-header .navigation-brand-text {
    padding-right: 10px;
  }
  .navigation-phone {
    /* padding-right: 10px; */
  }
  .mheader_phone {
    font-size: 1.2rem;
  }
  .mheader_phonenumber {
    font-size: 1.6rem;
  }
  .navigation-phone {
    width: 150px;
  }

  #top2 .title1 {
    font-size: 2.3rem;
  }

  #top4 .title2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  #top4 .title1,
  #top4 .orangefont1 {
    font-size: 2.75rem;
  }
  #top4 .inboxround {
    width: 100px;
    height: 100px;
    padding-top: 15px;
    font-size: 1.5rem;
    border-radius: 50px;
  }

  #top6 .baloon {
    top: -250px !important;
  }
  #top11 .title1 {
    font-size: 5vw;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header {
    padding-left: 0;
    padding-right: 0;
  }
  .headerbox {
    background: none;
  }
  .headerslider {
    padding-bottom: 0;
  }
  .headerslider_left {
    background: url(../images/slider_img_mbg1.png) bottom center no-repeat;
    background-size: 100% auto;
  }
  .headerslider_right {
    background: url(../images/slider_img_mbg2.png) bottom center no-repeat;
    background-size: 100% auto;
  }
  .headerslider_left,
  .headerslider_right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .formbox {
    margin-left: 0px;
    margin-right: 0px;
    background: #fff;
  }
  .headerslider_right {
    padding-bottom: 70px;
  }

  #top1 {
    padding-top: 0;
  }
  #top1 .list {
    margin-left: 10px;
    padding-right: 10px;
    flex-wrap: wrap;
  }
  #top1 li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    margin-right: 0;
    padding-left: 0;
  }
  #top1 li:nth-child(3) {
    margin-left: 25%;
  }
  #top1 .title2 {
    padding-top: 0;
  }

  #top2 {
    padding-top: 0px !important;
    padding-bottom: 30px;
  }
  #top2 .ballon {
    left: -5px;
  }
  #top2 .right {
    padding-left: 15px;
    padding-right: 15px;
  }
  #top2 .text2,
  #top2 .textbox {
    font-size: 1.4rem;
  }
  #top2 .left1 {
    width: 130px;
  }
  #top2 .right1 {
    width: calc(100% - 130px);
  }
  #top2 .pricebox {
    background: url(../images/top_icn_calendar.png) top center no-repeat;
    background-size: 50px;
    width: 50px;
    height: 76.5px;
    padding-top: 15px;
    font-size: 6rem;
  }

  #top4 {
    padding-top: 60px;
  }
  #top5 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #top5 .area {
    padding-left: 0;
    padding-right: 0;
  }
  #top5 .baloon {
    left: -10px;
  }
  #top5 .baloon1 {
    right: -10px;
  }
  #top5 .area1 {
    padding-top: 30px;
  }
  #top5 .area2 {
    padding-top: 30px;
  }
  #top5 .textbox {
    padding-top: 20px;
  }

  #top6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #top6 .area {
    padding-bottom: 55px;
  }
  #top6 .list {
    padding-top: 45px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  #top6 li {
    width: 30%;
    margin-right: 5%;
  }
  #top6 li:nth-child(3) {
    margin-right: 0;
  }
  #top6 li:nth-child(4) {
    margin-left: 18%;
  }

  #top7 {
    padding-top: 60px;
  }
  #top7 .img {
    display: none;
  }
  #top7 .img1 {
    margin-right: 0%;
    padding: 50px 0px;
    display: block;
  }

  #top8 {
    padding-top: 60px;
  }
  #top8 .top8 {
    margin-top: 55px;
  }
  #top8 .title1,
  #top8 .orangefont {
    font-size: 5.5vw;
  }

  #top9 .baloon {
    display: none;
  }
  #top9 {
    padding-top: 0;
  }
  #top9 .fontsmall {
    font-size: 4vw;
  }
  #top9 .price {
    font-size: 8vw;
  }
  #top9 .baloon {
    display: none;
  }
  #top9 .area {
    margin-bottom: 40px;
  }
  #top9 .title1 {
    font-size: 5.5vw;
  }

  #top10 {
    padding-top: 60px;
  }
  #top11 {
    padding-top: 60px;
  }
  #top12 {
    padding-bottom: 30px;
  }
  #top13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #top10 .qbox {
    background: #64ad18;
    padding: 12px 9px 10px 12px;
    color: #fff;
    font-size: 1.5rem;
  }
  .panel {
    width: 100%;
  }
  #top10 .accordion:after {
    margin-top: -14px;
    content: "\002B";
    font-size: 30px;
    color: #fff;
    float: right;
  }
}

@media (max-width: 640px) {
  .sp {
    display: block;
  }
  .news_box ul {
    max-height: 500px;
  }
  #top10 .titlebox {
    padding-bottom: 10px;
  }
  #top13 .top13formbox_button {
    padding-top: 0px;
  }
  #top5 .title1 {
    font-size: 2.8rem;
  }
  #top1 .list {
    padding: 10px 30px 0px 30px;
  }
  #top2 .list {
    padding: 15px 0px 0px 0px;
  }
  #top3 .box {
    min-height: 380px;
  }
  #top4 .text {
    font-size: 1.7rem;
  }
  #top3 {
    background: url(../images/top_img_greenbg1.jpg) bottom center no-repeat;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 40px;
  }
  #top3 {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  #top2 .ballon {
    background-size: 78%;
    padding-top: 8px;
  }
  #top2 .bigballom {
    font-size: 4.6rem;
  }

  .headerslider_btn1,
  .headerslider_btn2,
  .headerslider_btn3 {
    padding: 17px 12px;
  }
  .footer {
    padding: 40px 20px 24px;
  }
  .footer_inner {
    flex-wrap: wrap;
    gap: 28px;
    padding-bottom: 28px;
    margin-bottom: 24px;
  }
  .footer_logo {
    flex: 0 0 100%;
    text-align: center;
  }
  .footer_logo_img {
    max-width: 200px;
    margin: 0 auto;
  }
  .footer_logo_catch {
    text-align: center;
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .footer_nav {
    flex: 0 0 100%;
    order: 2;
  }
  .footer_nav_list {
    gap: 4px 20px;
  }
  .footer_nav_list a {
    font-size: 1.3rem;
  }
  .footer_phone {
    flex: 0 0 100%;
    order: 1;
    text-align: center;
  }
  .footer_phone_number {
    font-size: 2rem;
  }
  .footer_info_list dt {
    flex: 0 0 70px;
    margin: 0 0 2px 0;
  }
  .footer_info_list dd {
    flex: 1 1 calc(100% - 70px);
    margin: 0 0 12px 0;
    font-size: 1.3rem;
  }
  .footer_info_list dd:last-child {
    margin-bottom: 0;
  }
  #top13 .top13formbox_left {
    font-size: 1.3rem;
  }
  #top10 {
    padding-bottom: 0px;
  }
  #top13 .top13formbox_textbox {
    padding: 4px;
  }
  #top10 .abox {
    padding: 20px 12px;
    font-size: 1.5rem;
    color: #020202;
  }
  .headerslider_left {
    position: relative;
    overflow: hidden;
  }
  .maskot {
    display: block;
    position: absolute;
    right: -10px;
    bottom: -13px;
    width: 113px;
  }
  .titlebox img {
    width: 12px;
    height: 40px;
  }

  .bannerarea {
    padding-top: 50px;
    padding-bottom: 50px;
    flex-wrap: wrap;
  }
  .bannerleft {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .bannerright {
    width: 100%;
    padding-top: 40px;
  }
  .bannerphone {
    font-size: 4vw !important;
  }
  .bannerphonenumber {
    padding-bottom: 10px;
    font-size: 11vw !important;
  }

  #top1 .title2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 5vw;
  }
  #top1 .subtitle {
    font-size: 4.5vw;
    letter-spacing: normal;
  }
  #top1 .bigtitle {
    font-size: 10vw;
  }

  #top4 .inbox {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }
  #top4 .left {
    width: 100%;
    text-align: center;
  }
  #top4 .right {
    width: 100%;
    padding-left: 0;
  }
  #top4 .inboxround {
    display: inline-block;
  }
  #top4 .text,
  #top4 .title1 {
    text-align: center;
  }

  #top6 .title2 {
    padding-top: 35px;
    font-size: 5vw;
  }

  #top12 li {
    width: 50%;
  }
  #top13 .top13formbox_submit {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }

  #top13 .top13formbox {
    flex-wrap: wrap;
  }
  #top13 .top13formbox_left {
    width: 100%;
    padding-bottom: 8px;
  }
  #top13 .top13formbox_right {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
}

@media (max-width: 768px) {
  /* スマホ用固定フッター（CTA） */
  .sp_fixed_footer {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.04), 0 -8px 24px rgba(0, 0, 0, 0.06);
    padding: 0 0 env(safe-area-inset-bottom, 0);
    gap: 0;
  }
  .sp_fixed_btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 56px;
    padding: 10px 6px;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.02em;
    transition: background 0.2s ease, transform 0.15s ease;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0;
  }
  .sp_fixed_btn:last-child {
    border-right: none;
  }
  .sp_fixed_btn:active {
    background: rgba(0, 0, 0, 0.04);
    transform: scale(0.98);
  }
  .sp_fixed_btn_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
  }
  .sp_fixed_btn_icon svg {
    display: block;
    width: 26px;
    height: 26px;
  }
  .sp_fixed_btn_label {
    display: block;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    font-size: 1.05rem;
  }
  .sp_fixed_btn_tel {
    color: #0a6b26;
    background: linear-gradient(180deg, rgba(10, 107, 38, 0.1) 0%, rgba(10, 107, 38, 0.02) 100%);
  }
  .sp_fixed_btn_tel .sp_fixed_btn_icon svg {
    fill: #0a6b26;
  }
  .sp_fixed_btn_tel:active {
    background: rgba(10, 107, 38, 0.12);
  }
  .sp_fixed_btn_line {
    color: #06C755;
    background: linear-gradient(180deg, rgba(6, 199, 85, 0.1) 0%, rgba(6, 199, 85, 0.02) 100%);
  }
  .sp_fixed_btn_line .sp_fixed_btn_icon svg {
    fill: #06C755;
  }
  .sp_fixed_btn_line:active {
    background: rgba(6, 199, 85, 0.12);
  }
  .sp_fixed_btn_estimate {
    color: #e65100;
    background: linear-gradient(180deg, rgba(255, 152, 1, 0.1) 0%, rgba(255, 152, 1, 0.02) 100%);
  }
  .sp_fixed_btn_estimate .sp_fixed_btn_icon svg {
    fill: #ff9801;
  }
  .sp_fixed_btn_estimate:active {
    background: rgba(255, 152, 1, 0.18);
  }
  body {
    padding-bottom: calc(80px + env(safe-area-inset-bottom, 0));
  }
  #back-to-top {
    bottom: calc(80px + env(safe-area-inset-bottom, 0));
  }

  .news_box {
    margin-top: -50px;
    display: block;
    margin-bottom: 50px;
    padding: 20px 16px;
    border-radius: 10px;
  }
  .news_box_header {
    border-right: none;
    border-bottom: 2px solid #64ad18;
    padding-right: 0;
    padding-bottom: 16px;
    margin-right: 0;
    margin-bottom: 16px;
    min-width: 0;
  }
  .news_box_lead {
    font-size: 1.1rem;
  }
  .news_box ul li {
    font-size: 1.4rem;
    margin-bottom: 0;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.6;
    flex-wrap: wrap;
    gap: 10px;
  }
  .news_box ul li .news_date {
    font-size: 1.2rem;
    padding: 5px 12px;
  }
  .news_box ul li .news_text {
    font-size: 1.4rem;
    width: 100%;
  }
  .news_box ul li span:not(.news_date):not(.news_text) {
    display: inline-block;
    font-size: 12px;
    background-color: #64ad18;
    color: #fff;
    padding: 3px 15px;
    text-align: center;
  }
  .news_box h3 {
    font-size: 2.5rem;
    vertical-align: middle;
    color: #ff9600;
    font-family: "Roboto", sans-serif;
    display: inline-block;
  }

  #top9 .text {
    padding-top: 30px;
    font-size: 1.6rem;
    color: #0a0909;
    line-height: 2em;
    letter-spacing: -1px;
    text-align: center;
  }
  #top10 .left {
    width: 160px;
  }
  #top10 .right {
    width: calc(100% - 116px);
  }

  .bannerboxleft,
  .bannerboxright {
    flex: 0 0 100%;
    width: 100%;
  }
  .bannerbtn_line,
  .bannerbtn2 {
    padding: 15px;
    margin-bottom: 10px;
  }
  .bannerbtn_line {
    font-size: 1.8rem;
  }
  .banner_contact_link {
    margin-top: 12px;
    font-size: 1.4rem;
  }
  #top9 .area {
    padding: 30px 17px 0px;
  }
  #top4 .area {
    margin: 30px 0px;
    padding: 45px 20px;
  }
  .navigation .navigation-menu {
    border-radius: 0px;
  }
  #top3 .box1 {
    padding-top: 10px;
    display: block;
  }

  #top10 {
    margin-bottom: 60px;
  }
  #top3 .box1 {
    padding-top: 10px;
    display: block;
  }
  #top3 .left {
    width: 70%;
    text-align: center;
    margin: 0 auto 20px auto;
  }
  #top3 .right {
    width: calc(100% - 0px);
  }

  #top4 .title2 img {
    width: 50px;
  }
  #top4 .titlebox1 {
    margin-top: -75px;
  }
  #top6 .area {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #top6 .titlebox1 {
    line-height: 1.7em;
  }
  #top6 .baloon {
    right: 0;
    top: -300px;
  }
}

@media (max-width: 991.98px) {
  .titlebox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .title,
  .title_orange {
    font-size: 5vw;
  }

  .header_logo {
    padding: 5px 0px 5px 15px;
  }
  .header_logo img {
    width: 200px;
  }
  .header_left {
    width: 100%;
  }

  .navigation {
    min-height: 80px;
  }
  .mobile_menu {
    /* padding-top: 5px; */
  }
  .navigation-button-toggler {
    margin-left: 20px;
  }
  .navmenu {
    background: none;
  }
  .navigation-body {
    width: 100%;
  }
  .navigation-body-header {
    background: #fff;
  }
  .navigation-menu {
    margin-left: 2.5%;
    width: 95%;
    border-radius: 10px;
  }
  .navigation-link {
    padding: 20px 30px;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.8rem;
  }

  .navigation-link:visited {
    color: #ecffcf;
  }
  .navigation-item:not(.navigation-brand-text).is-active .navigation-link,
  .navigation-item:not(.navigation-brand-text):hover .navigation-link,
  .navigation-item:not(.navigation-brand-text):focus .navigation-link {
    color: #ecffcf;
  }

  .navigation-brand-text {
    text-align: left;
  }

  .m992 {
    display: block;
  }
  .pc992 {
    display: none;
  }

  .navigation-phone {
    width: 300px;
  }
  .headerslider {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .headerslider_left {
    width: 100% !important;
    margin-right: 0 !important;
    padding-bottom: 30px;
  }
  .headerslider_right {
    width: 100%;
    margin-right: 0;
  }
  .headerslider_button1,
  .headerslider_button2,
  .headerslider_button3 {
    padding-left: 0;
    padding-right: 0;
  }

  .bannerphone {
    font-size: 2vw;
  }
  .bannerphonenumber {
    font-size: 5vw;
  }
  .bannerbox {
    flex-wrap: wrap;
  }
  .bannerbtn_line,
  .bannerbtn2 {
    font-size: 1.7rem;
  }
  .banner_contact_link {
    font-size: 1.3rem;
  }
  .footer_line_link {
    margin-top: 10px;
    padding: 8px 16px;
    font-size: 1.3rem;
  }

  .footer {
    padding: 36px 16px 20px;
  }
  .footer_inner {
    gap: 24px;
    padding-bottom: 24px;
    margin-bottom: 20px;
  }
  .footer_logo_img {
    max-width: 180px;
  }
  .footer_logo_catch {
    margin-top: 8px;
    font-size: 1.25rem;
  }
  .footer_nav_list {
    gap: 2px 16px;
  }
  .footer_nav_list a {
    font-size: 1.2rem;
  }
  .footer_phone_number {
    font-size: 1.8rem;
  }
  .footer_info_list dt {
    flex: 0 0 110px;
    min-width: 110px;
    font-size: 1.3rem;
  }
  .footer_info_list dd {
    flex: 1 1 calc(100% - 110px);
    margin: 0 0 10px 0;
    font-size: 1.2rem;
  }
  .sp_br {
    display: block;
  }

  #top2 {
    padding-top: 60px;
  }
  #top2 .box {
    flex-wrap: wrap;
  }
  #top2 .left {
    width: 100%;
  }
  #top2 .right {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #top2 .box1 {
    padding-top: 25px;
  }

  #top4 .title2,
  #top4 .orangefont {
    font-size: 3rem;
  }

  #top5 .area {
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  #top5 .area1 {
    flex-direction: column-reverse;
  }
  #top5 .left {
    width: 100%;
    padding-bottom: 30px;
  }
  #top5 .right {
    width: 100%;
    padding-left: 0;
  }
  #top5 .left1 {
    width: 100%;
    padding-right: 0;
  }
  #top5 .right1 {
    width: 100%;
    padding-bottom: 30px;
  }

  #top6 .area {
    flex-wrap: wrap;
  }
  #top6 .left {
    width: 100%;
    padding-right: 0;
  }
  #top6 .right {
    display: none;
  }

  #top8 .top8 {
    background: none;
  }
  #top8 .area {
    flex-wrap: wrap;
  }
  #top8 .left {
    width: 100%;
    padding-bottom: 40px;
  }
  #top8 .right {
    width: 100%;
    padding-left: 20px;
  }

  #top9 .list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #top9 li {
    padding-left: 0px;
    padding-right: 10px;
  }
  #top9 li:nth-child(2) {
    padding-left: 10px;
    padding-right: 0;
  }

  #top10 .box {
    padding-left: 10px;
    padding-right: 10px;
  }
  #top11 .area {
    position: static;
  }
  #top11 .absolutetextbox {
    width: 100%;
    margin-top: 30px;
    position: static;
    display: block;
  }

  #top13 .top13form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1024px) {
  .headerslider_left {
    width: 55%;
    margin-right: 3%;
  }
  .header_phonenumber {
    font-size: 2.5rem;
  }
  .header_middle {
    text-align: right;
  }
  #top13 {
  }
  .navigation-link {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 50em) {
  .prefecture__overwrap {
    /* background-color: #fefff5; */
    padding:30px 0;
    margin-top:50px;
    margin-bottom:50px;
  }
  .prefecture__wrap {
    margin: 0 auto;

  }
  .prefecture__wrap .prefecture {
    margin-bottom: 8vw;
    margin-top: 8vw;
  }
  .prefecture__wrap .prefecture .inner {
    padding-top: 4vw;
    width: 92vw;
    margin: 0 auto;
    background: url("../images/prefecture.svg") no-repeat center top;
    background-size: 50% auto;
  }
  .prefecture__wrap .prefecture .inner .title {
    text-align: center;
    display: block;
  }
  .prefecture__wrap .prefecture .inner p {
    text-shadow: 0 0 0.2vw white;
    font-size: 4vw;
    color: #796a56;
    text-align: center;
    line-height: 200%;
    position: relative;
    margin-bottom: 6.66667vw;
  }
  .prefecture__wrap .prefecture .inner p.select {
    padding-bottom: 24vw;
  }
  .prefecture__wrap > div.prefecture > div > span {
    font-size: 4vw;
    text-align: center;
    display: block;
    margin-bottom: 6.66667vw;
  }
  .prefecture__wrap .prefecture .inner p.select::before,
  .prefecture__wrap .prefecture .inner p.select::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 6.4vw;
    height: 1.33333vw;
    background: #64ad18;
    display: block;
  }
  .prefecture__wrap .prefecture .inner p.select::before {
    transform: translate(50%, 0) rotate(-45deg);
    transform-origin: bottom left;
  }
  .prefecture__wrap .prefecture .inner p.select::after {
    transform: translate(-50%, 0) rotate(45deg);
    transform-origin: bottom right;
  }
  .prefecture__wrap .prefecture .inner p span {
    font-weight: 700;
    color: #64ad18;
    font-size: 4vw;
  }
  .prefecture__wrap .prefecture .inner p span::before {
    content: "タップ";
  }
  .prefecture__wrap .prefecture .inner ul > li {
    margin-bottom: 1.33333vw;
  }
  .prefecture__wrap .prefecture .inner ul > li:last-child {
    margin-bottom: 0;
  }
  .prefecture__wrap .prefecture .inner ul > li h4 {
    font-family: "Kiwi Maru", "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      "MS Pゴシック", "MS PGothic";
    font-size: 4vw;
    background: #e1ece1;
    box-sizing: border-box;
    margin-bottom: 1.6vw;
    padding-left: 4.4vw;
    padding-top: 1.33333vw;
    padding-bottom: 1.33333vw;
    color: #64ad18;
    display: flex;
    align-items: center;
    position: relative;
  }
  .prefecture__wrap .prefecture .inner ul > li h4::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 2.66667vw;
    height: 100%;
    background: #64ad18;
    display: block;
  }
  .prefecture__wrap .prefecture .inner ul > li > ul {
    padding-left: 4.4vw;
  }
  .prefecture__wrap .prefecture .inner ul > li > ul > li {
    font-family: "Kiwi Maru", "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      "MS Pゴシック", "MS PGothic";
    display: inline-block;
    font-size: 4vw;
  }
  .prefecture__wrap .prefecture .inner ul > li > ul > li::after {
    content: "|";
    padding: 0 0.6em;
  }
  .prefecture__wrap .prefecture .inner ul > li > ul > li:last-child::after {
    content: none;
  }
  .prefecture__wrap .prefecture .inner ul > li > ul > li a {
    color: #333;
    font-size: 4vw;

  }

}



@media screen and (min-width: 50.001em) {

  .prefecture__overwrap {
    /* background-color: #fefff5; */
    padding:30px 0;
    margin-top:50px;
  }
  .prefecture__wrap {
    width: 78.125vw;
    margin: 0 auto;
  }
  .prefecture__wrap .prefecture {
    margin-bottom: 6.25vw;
    margin-top: 6.25vw;
  }
  .prefecture__wrap .prefecture .inner {
    margin: 0 auto;
    background: url("../images/prefecture.svg") no-repeat right bottom;
    background-size: 50% auto;
  }
  /* .prefecture__wrap .prefecture .inner h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
    font-size: 3.90625vw;
    margin-bottom: 3.125vw;
    font-weight: 600;
    color: #64ad18;
    text-align: center;
  } */
  .prefecture__wrap .prefecture .inner .title {
    text-align: center;
    display: block;
  }
  .prefecture__wrap .prefecture .inner p {
        font-size: 3.5rem;
    color: #796a56;
    text-align: center;
    line-height: 220%;
    position: relative;
    padding-bottom: 2vw;
  }
  #sec03 > div.box02 > div.prefecture > div > span {
        font-size: 3.5rem;
    text-align: center;
    display: block;
    margin: 4vw 0;
  }
  .prefecture__wrap .prefecture .inner p.select::before,
  .prefecture__wrap .prefecture .inner p.select::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 2.5vw;
    height: 0.46875vw;
    background: #64ad18;
    display: block;
  }
  .prefecture__wrap .prefecture .inner p.select::before {
    transform: translate(50%, 0) rotate(-45deg);
    transform-origin: bottom left;
  }
  .prefecture__wrap .prefecture .inner p.select::after {
    transform: translate(-50%, 0) rotate(45deg);
    transform-origin: bottom right;
  }
  .prefecture__wrap .prefecture .inner p span {
    font-weight: 700;
    color: #64ad18;
    font-size: 3.5rem;
  }
  .prefecture__wrap .prefecture .inner p span::before {
    content: "クリック";
  }
  .prefecture__wrap .prefecture .inner > ul {
    padding-left: 4.6875vw;
  }
  .prefecture__wrap .prefecture .inner > ul > li {
    margin-bottom: 0.78125vw;
  }
  .prefecture__wrap .prefecture .inner > ul > li:last-child {
    margin-bottom: 0;
  }
  .prefecture__wrap .prefecture .inner > ul > li h4 {
    font-family: "Kiwi Maru", "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      "MS Pゴシック", "MS PGothic";
    font-size: 1.71875vw;
    margin-bottom: 0.39062vw;
    color: #64ad18;
    display: flex;
    align-items: center;
  }
  .prefecture__wrap .prefecture .inner > ul > li h4::before {
    content: "";
    width: 0.39062vw;
    height: 1.95312vw;
    background: #64ad18;
    border-radius: 0.19531vw;
    margin-right: 0.9375vw;
    display: inline-block;
  }
  .prefecture__wrap .prefecture .inner > ul > li > ul {
    padding: 0 0 0 6em;
  }
  .prefecture__wrap .prefecture .inner > ul > li > ul > li {
    font-family: "Kiwi Maru", "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      "MS Pゴシック", "MS PGothic";
    display: inline-block;
    font-size: 1.40625vw;
  }
  .prefecture__wrap .prefecture .inner > ul > li > ul > li::after {
    content: "|";
    padding: 0.4em;
  }
  .prefecture__wrap .prefecture .inner > ul > li > ul > li:last-child::after {
    content: none;
  }
  .prefecture__wrap .prefecture .inner > ul > li > ul > li a {
    color: #333;
    font-family: "Kiwi Maru", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "MS Pゴシック", "MS PGothic";
    display: inline-block;
    font-size: 1.40625vw;
  }
}


@media screen and (min-width: 1200px){
    .prefecture__wrap {
        margin: 0 auto;
        max-width: 1140px;

      } 
      .prefecture__overwrap {
        /* background-color: #fefff5; */
        padding:30px 0;
        margin-top:30px;
      }
}


