/* responsive */
.sp460, .box_sp {
  display: none;
}
.box_pc {
  display: block;
}
.toggle {
  z-index: 999;
  cursor: pointer;
  float: right;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}
.toggle .hamb {
  width: 30px;
  margin: 0 auto;
}
.toggle .span {
  height: 3px;
  width: 30px;
  background: #ec1163;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
.toggle.on #one {
  -moz-transform: rotate(45deg) translateX(6px) translateY(6px);
  -webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
  -o-transform: rotate(45deg) translateX(6px) translateY(6px);
  -ms-transform: rotate(45deg) translateX(6px) translateY(6px);
  transform: rotate(45deg) translateX(6px) translateY(6px);
}
.toggle.on #two {
  opacity: 0;
}
.toggle.on #three {
  -moz-transform: rotate(-45deg) translateX(5px) translateY(-5px);
  -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
  -o-transform: rotate(-45deg) translateX(5px) translateY(-5px);
  -ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
  transform: rotate(-45deg) translateX(5px) translateY(-5px);
}
/*responsive */
@media screen and (max-width: 1350px) {
  #index #index_box01 .box01_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 3%;
    box-sizing: border-box;
  }
  #index #index_box01 ul {
    width: 100%;
  }
  #index #index_box01 ul li {
    width: 27%;
  }
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
  #index #top_info .info_content .top_info_btn {
    display: flex;
    position: relative;
    left: 0;
  }
  #index #index_pr .pr_inner {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .ac_btn {
    margin: 30px 0 50px;
    padding: 15px 15px 35px;
    border: 10px solid #eee;
  }
  #index #index_pr img {
    width: 100%;
  }
  #index #index_pr h4 {
    font-size: 2.3em;
    font-weight: 800;
    font-family: "NotoSerifCJKjp-Regular";
    color: #0db14b;
  }
  #index #index_pr h4 span {
    margin-bottom: 10px;
  }
  #index #index_pr h4 strong {
    margin-top: 15px;
  }
  #index #index_pr table {
    border-bottom: 1px solid #ddd;
  }
  #index #index_pr table th,
  #index #index_pr table td {
    display: block;
    padding: 8px;
    font-size: 14px;
    border-bottom: none;
  }
  #index #index_pr .detail p strong {
    display: block;
  }

  .btn02 {
    position: absolute;
    bottom: calc(100% - 220px);
    left: 25px;
  }
  .btn02 a {
    font-size: 1em;
    padding: 10px;
  }
}
@media screen and (min-width: 100px) and (max-width: 800px) {
}
@media screen and (min-width: 641px) {
  #header .header_info ul li a::before,
  #header #gnavi li a::before,
  #index .news_info .news_l .news_more a::before {
    content: "";
    position: absolute;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    -o-transition: transform 0.35s ease;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  }
  #header .header_info ul li a:hover::before,
  #header #gnavi li a:hover::before,
  #index .news_info .news_l .news_more a:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}
@media screen and (max-width: 640px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  input,
  button,
  textarea,
  select,
  p,
  blockquote,
  th,
  td,
  pre,
  address,
  li,
  dt,
  dd {
    font-size: 14px;
    -webkit-text-size-adjust: none;
  }
  img {
    max-width: 100%;
  }
  #wrapper,
  #header,
  #main,
  #footer,
  .inner,
  .under .under_inner {
    width: 100% !important;
    min-width: inherit !important;
  }

  .inner {
    box-sizing: border-box;
    padding: 0 3%;
  }
  .box_sp {
    display: block;
  }
  .box_pc {
    display: none;
  }
  /*---*/
  #index h3 {
    font-size: 25px;
  }
  #index h3 span {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .toggle {
    visibility: visible;
    opacity: 1;
  }
  .toggle .tog {
    color: #ec1163;
  }
  /* ------------- */
  #index .idx_btn a {
    font-size: 14px;
  }
  #index .idx_btn a::after {
    background: none;
  }
  #header {
    padding: 5px 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    background: #fff;
    height: 90px;
  }
.head_inner {
  width: 100%;
}
  #header h1 {
    margin: 5px 3% 5px;
    line-height: 1.4;
    height: 20px;
    font-size: 8px;
  }
  #header .h_logo {
    width: 70%;
    padding-top: 2px;
  }
  #header #menu {
    z-index: 99999;
    height: calc(100vh - 100px);
    position: fixed;
    top: 100px;
    left: 0;
    background: #fff;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-top: 2px solid #f2f2f2;
    overflow: auto;
    padding-bottom: 80px;
    box-sizing: border-box;
    margin: 0;
  }
  #header #menu .inner {
    padding: 0;
  }
  #header #menu.active {
    visibility: visible;
    opacity: 0.99;
  }
  #header #menu dl dt {
    background: rgba(13, 177, 75, 0.7);
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding-left: 20px;
    font-weight: bold;
    position: relative;
    border-bottom: 2px solid #fff;
  }
  #header #menu dl:first-child dt {
    background: #0db14b;
    border-bottom: 0;
    border-bottom: 2px solid #fff;
  }
  #header #menu dl:nth-child(2) dt {
    background: #0db14b;
    border-bottom: 0;
    border-bottom: 2px solid #fff;
  }
  #header #menu dl:nth-child(3) dt {
    background: #0db14b;
    border-bottom: 0;
    border-bottom: 2px solid #fff;
  }
  #header #menu dl:nth-child(4) dt {
    background: #0db14b;
    border-bottom: 0;
    border-bottom: 2px solid #fff;
  }
  /* #header #menu dl:nth-child(5) dt {
    background: #0db14b;
    border-bottom: 0;
    border-bottom: 2px solid #fff;
  } */
  #header #menu dl dt span {
    position: relative;
    padding-left: 25px;
  }
  #header #menu dl dt span::before {
    position: absolute;
    content: "";
    background: url(../images/icon_arrow_down.png) no-repeat;
    background-size: 15px auto;
    width: 15px;
    height: 8px;
    top: calc(50% - 5px);
    left: 0;
  }
  #header #menu dl dt.title_sp.opened span::before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #header #menu dl dt.title_sp::before {
    position: absolute;
    top: 17px;
    left: 42px;
    content: "";
    /* border-top: 2px solid #fff; */
    border-right: 0px solid transparent;
    width: 18px;
    height: 0px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /*
#header #menu dl dt.title_sp::after {
	position: absolute;
	top: 9px;
	left: 50px;
	content: "";
	border-top: 0px solid transparent;
	border-right: 2px solid #fff;
	width: 0px;
	height: 18px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all ease 0.3s;
}
#header #menu dl dt.title_sp.opened::after {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
*/
  #header #menu dl dd {
    background: #d5e9f8;
  }
  #header #menu dl dd li {
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #fff;
  }
  #header #menu dl dd li a {
    text-decoration: none;
    color: #595757;
    padding-left: 70px;
    display: block;
  }
  #header #menu dl dd.toggle02 {
    height: 55px;
    line-height: 55px;
    text-align: center;
  }
  #top_info {
    margin-top: 100px;
  }
  #index #top_info .slide {
    height: auto;
  }
  #index .slide01 {
    background: url(../images/slide01.jpg) no-repeat center right 33%;
    background-size: cover;
  }
  #index .slide02 {
    background: url(../images/slide02.jpg) no-repeat center right 33%;
    background-size: cover;
  }
  #index .slide03 {
    background: url(../images/slide03.jpg) no-repeat center right 33%;
    background-size: cover;
  }
  #index #top_info .info_content {
    top: 10vw;
  }
  #index #top_info .info_content h2 {
    font-size: 17px;
    padding: 0 4%;
    text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px,
      #fff 0px 0px 20px, #fff 0px 0px 25px, #fff 0px 0px 30px, #fff 0px 0px 35px,
      #fff 0px 0px 40px, #fff 0px 0px 45px, #fff 0px 0px 50px, #fff 0px 0px 55px;
    margin-bottom: 15px;
	  left: 0;
  }
  #index #top_info .info_content h2 span.tit01 {
    font-size: 26px;
    margin-top: 8px;
    text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px,
      #fff 0px 0px 20px, #fff 0px 0px 25px, #fff 0px 0px 25px, #fff 0px 0px 25px;
  }
  #index #top_info .info_content h2 span.tit01 span.tit02 span {
    font-size: 19px;
  }
  #index #top_info .info_content .content_l .quote {
    left: -9px;
    top: -6px;
  }
  #index #top_info .info_content .content_l .quote img {
    width: 70px;
  }
  #index #top_info .info_content .content_r {
    float: none;
    width: 100%;
  }
  #index #top_info .info_content .content_l {
    float: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #index #top_info .info_content .top_info_btn {
    /* flex-direction: column;
    position: inherit;
    left: inherit; */
  }
  #index #top_info .info_content .top_info_btn .btn_01 a {
    /* height: 70px; */
    /* width: 180px; */
    /* font-size: 15px; */
  }
  #index #top_info .info_content .top_info_btn .btn_01 {
    /* margin-right: 0; */
    width: 100%;

    display: flex;
    justify-content: center;
  }
  #index #top_info .info_content .top_info_btn .btn_01 a {
    margin-bottom: 10px;
    height: auto;
  }
  #index #top_info .info_content .top_info_btn .btn_01 a span.tit03 {
    font-size: 16px;
  }
  #index #top_info .info_content .top_info_btn .btn_01 a::after {
    /* top: calc(50% - -8px); */
  }
  #index #top_info .info_content .top_price {
    margin: 0 auto;
    background-size: 170px auto;
    width: 170px;
    height: 170px;
    margin-bottom: 8%;
  }
  #index #top_info .info_content .top_price .sub_tit {
    font-size: 16px;
    margin-top: -10px;
  }
  #index #top_info .info_content .top_price .sub_tit02 span.txt01 {
    font-size: 55px;
    margin-top: 10px;
  }
  #index #top_info .info_content .top_price .sub_tit02 span.txt01 span {
    font-size: 25px;
  }
  #index .news_info {
    position: relative;
    background: #fff;
    padding: 30px 0 35px;
    margin-top: 0;
  }
  #index .news_info .news_l {
    float: none;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #999999;
    height: auto;
  }
  #index .news_info .news_l .news_tit {
    float: left;
    font-size: 21px;
  }
  #index .news_info .news_l .news_more {
    float: right;
    padding-top: 8px;
  }
  #index .news_info .news_l .news_more a {
    padding-right: 0;
  }
  #index .news_info .news_l .news_more a::after {
    background: none;
  }
  #index .news_info .news_r {
    float: none;
    width: 100%;
  }
  #index .news_info .news_r dl {
    height: 238px;
    margin: 10px 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;
  }
  #index .news_info .news_r dl dt {
    float: none;
    color: #989898;
    font-weight: normal;
  }
  #index .news_info .news_r dl dd {
    padding-left: 0;
    margin-bottom: 15px;
  }
  #index #index_box01 h3 {
    padding: 30px 0 15px;
  }
  #index #index_box01 h3 span.sub_span {
    font-size: 26px;
  }
  #index #index_box01 h3 span.sub_span span.fz30 {
    font-size: 21px;
  }
  #index #index_box01 h4 {
    font-size: 18px;
    letter-spacing: 0;
    height: auto !important;
    margin-top: 25px;
  }
  #index #index_box01 ul {
    flex-direction: column;
  }
  #index #index_box01 ul li {
    width: auto;
    margin-bottom: 35px;
    padding: 30px 2% 30px;
  }
  #index #index_box01 ul li .sub_box01 {
    padding: 0 5%;
  }
  #index #index_box01 .tt01 {
    height: auto !important;
    padding-bottom: 15px;
  }
  #index #index_box01 .btn_box01 {
    margin: 10px 0 45px;
  }
  #index #index_box01 .btn_box01 a {
    width: 270px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
  }
  #index #index_box01 .btn_box01 a::after {
    background: none;
  }
  #index #index_box02 {
    padding: 100px 0 45px;
  }
  #index #index_box02 h3 {
    margin-bottom: 30px;
  }
  #index #index_box02 ul li {
    float: none;
    margin: 0 auto 35px;
  }
  #index #index_box02 ul li:last-child {
    margin: 0 auto 0;
  }
  #index #index_box02 ul li h4 {
    line-height: 1.4;
    font-size: 15px;
  }
  #index #index_box02 ul li h4 span.bg {
    font-size: 17px;
  }
  #index #index_box02 ul li .sub_box02 {
    padding: 25px 15px 30px;
  }
  #index #index_box02 ul li .price {
    font-size: 40px;
  }
  #index #index_box02 ul li .price span.sub_price {
    font-size: 23px;
  }
  #index #index_box02 ul li .price .sub_price02 {
    font-size: 9px;
  }
  #index #index_box03 {
    padding: 90px 0 25px;
  }
  #index #index_box03 h3 {
    margin-bottom: 30px;
  }
  #index #index_box03 .tit {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #index #index_box03 .sub_box03 {
    padding: 0 15px;
  }
  #index #index_box03 .sub_box03 p {
    margin-bottom: 20px;
  }
  #index #index_box03 .f_l {
    float: none;
    width: 100%;
  }
  #index #index_box03 .f_r {
    float: none;
    width: 100%;
    margin-top: 25px;
  }
  #index #index_box03 .btn_group {
    margin: 35px 0 0;
  }
  #index #index_box03 .btn_box03 a {
    width: 80%;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
  }
  #index #index_box03 .btn_box03.f_full a {
    width: 80%;
    height: auto;
    line-height: 2;
    font-size: 14px;
  }
  #index #index_box03 .btn_box03 a::after {
    background: none;
  }
  #footer {
    padding-bottom: 50px;
  }
  #footer .f_contact_info {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #footer .f_contact_l {
    float: none;
    padding-left: 0;
    margin: 15px 0 0;
  }
  #footer .f_contact_l .sub_time {
    font-size: 12px;
  }
  #footer .f_contact_l .f_tit {
    font-size: 16px;
  }
  #footer .f_contact_l .f_phone {
    font-size: 20px;
  }
  #footer .f_contact_l .f_phone span {
    font-size: 35px;
  }
  #footer .f_contact_r {
    float: none;
    width: 100%;
  }
  #footer .f_contact_r .btn_footer a {
    width: 70%;
    margin: 0 auto;
    font-size: 22px;
    padding: 10px 15px 0;
    height: 77px;
  }
  #footer .f_contact_r .btn_footer a::after {
    background: none;
  }
  #footer .f_contact_r .btn_footer a::before {
    background: none;
  }
  #footer .f_contact_r .btn_footer a span {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
  #footer .footer_link {
    padding: 35px 0 35px;
  }
  #footer .footer_link .link_group {
    margin-top: 0;
  }
  #footer .footer_map {
    margin: 0 auto;
  }
  #footer .footer_map .title {
    font-size: 16px;
  }
  #footer .f_end {
    flex-direction: column;
  }
  #footer .f_end ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #0db14b;
    padding-bottom: 11px;
    margin-bottom: 10px;
  }
  #footer .f_end ul li {
    margin-right: 20px;
  }
  #footer .f_end ul li:last-child {
    margin-right: 0;
  }
  #footer .f_end ul a {
    color: #0db14b;
    font-size: 12px;
    letter-spacing: 0.01em;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
    line-height: 2em;
  }
  #footer .f_end ul a::after {
    position: absolute;
    content: "";
    background: url(../images/icon_arrow_01.png) no-repeat;
    background-size: 6px auto;
    width: 6px;
    height: 10px;
    top: calc(50% - 6px);
    left: 0;
  }
  #footer address {
    float: none;
    width: 100%;
    line-height: 1.4;
  }
  #toTop {
    bottom: 65px;
    right: 5px;
  }
  #toTop img {
    width: 50px;
  }

  #index .btn_pr a {
    width: 260px;
  }

  /* sticky footer banner */

  .tel_mail {
  }

  .tel_mail {
    margin-bottom: -15px;
    position: fixed;
    bottom: 15px;
    background: #fff;
    width: 100%;
    z-index: 9998 !important;
    border-top: 1px solid #0db14b;
    display: none;
  }

  .tel_mail ul {
    overflow: hidden;
    width: 100%;
    max-width: 320px;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
    justify-content: space-between;
    border: none !important;
    display: flex;
  }

  .tel_mail ul li:nth-child(2n) {
  }

  .tel_mail ul li {
    width: 49%;
    display: flex;
    align-items: center;
    margin-right: 0 !important;
  }
  .tel_mail .footer_phone .sub_time {
    font-size: 10px;
    width: 100%;
    text-align: center;
  }
  .tel_mail .footer_phone {
    font-family: "NotoSerifCJKjp-Regular";
    font-size: 14px;
    padding: 0 5px;
  }
  .tel_mail .footer_phone a {
    text-decoration: none;
  }
  .tel_mail .footer_phone span.phone {
    display: block;
    font-size: 23px;
    font-style: italic;
    color: #333333;
    position: relative;
    padding-left: 15px;
    margin-top: -2px;
    letter-spacing: -0.021em;
    box-sizing: border-box;
    width: 100%;
  }
  .tel_mail .footer_phone span.phone::after {
    position: absolute;
    content: "";
    background: url(../images/icon_phone.png) no-repeat;
    background-size: 12px auto;
    width: 12px;
    height: 18px;
    top: calc(50% - 8px);
    left: 0;
  }
  .tel_mail .footer_phone span {
    font-size: 13px;
  }
  .tel_mail .btn_contact {
    margin-top: 2px;
  }
  .tel_mail .btn_contact a {
    font-family: "NotoSerifCJKjp-Medium";
    background-image: linear-gradient(#0db14b, #006b29);
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.3em;
    padding: 5px 0 5px 10px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .tel_mail .btn_contact a::after {
    position: absolute;
    content: "";
    background: url(../images/icon_mail.png) no-repeat;
    background-size: 18px auto;
    width: 18px;
    height: 12px;
    top: calc(50% - 5px);
    left: 5px;
  }
  .tel_mail .btn_contact a::before {
    position: absolute;
    content: "";
    background: url(../images/icon_arrow_02.png) no-repeat;
    background-size: 6px auto;
    width: 6px;
    height: 10px;
    top: calc(50% - 4px);
    right: 5px;
  }
  .tel_mail .btn_contact a span {
    display: block;
    font-size: 13px;
    padding-top: 5px;
  }
  .tel_mail .btn_contact a:hover {
    opacity: 0.8;
  }

  .cir {
    justify-content: center;
  }
  .cir li {
    width: 100px;
    height: 100px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
  }
  .idx_txt01 {
    font-size: 20px;
  }
  p.hide span {
    display: none;
  }
    #index #index_box03 .btn_box03_01.f_full a {
    width: 100%;
    height: auto;
}
    .txt02 {
    font-size: 22px;
    font-weight: bold;
}
.box_line{
  margin-left: 0;
  margin-top: 15px;
  height: 100%;
  display: block;
}
.box_seminar{
  margin-left: 0;
  margin-top: 15px;
  height: 100%;
  display: block;
}
#choosing{
  padding: 30px 0;
}
#choosing ul
{
  flex-direction: column;
}
#choosing ul li
{
  width: auto;
  margin-bottom: 15px;
}
#choosing ul li:last-child{
  margin-bottom: 0;
}
#choosing ul li h4{
  font-size: 18px;
}
.bnt_contact{
    float: none;
  }
  .bnt_contact .btn_footer a{
    width: auto;
  }
  .bnt_contact .btn_footer a::before ,  .bnt_contact .btn_footer a::after{
    background: none;
  }
  .bnt_contact .btn_footer a span{
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
  .bnt_contact .btn_footer a
{
    width: 70%;
    margin: 0 auto;
    font-size: 22px;
    padding: 10px 15px 0;
    height: 77px;
  }
  #menu .bnt_contact{
    padding: 0 10px;
  }
  .bnr_member p{
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  .tel_mail {
    display: none !important;
  }
}

@media screen and (max-width: 560px) {
}
@media screen and (max-width: 550px) {
  #index #top_info .info_content {
    top: 4%;
  }
  #index #index_box02 ul li {
    width: 100%;
  }
  #index .slide01 {
    background: url(../images/slide01.jpg) no-repeat center;
    background-size: cover;
    height: 370px;
  }
  #index .slide02 {
    background: url(../images/slide02.jpg) no-repeat center;
    background-size: cover;
    height: 370px;
  }
  #index .slide03 {
    background: url(../images/slide03.jpg) no-repeat center;
    background-size: cover;
    height: 370px;
  }
}
@media screen and (max-width: 490px) {
  #index #index_box03 .btn_box03 a,
  #index #index_box03 .btn_box03.f_full a {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  #index #top_info .info_content .top_info_btn .btn_01 {
    margin-bottom: 10px;
  }
  #index #top_info .info_content .top_info_btn .btn_01 a {
    margin: 0 auto;
    font-size: 13px;
  }
  #footer .f_contact_r .btn_footer a {
    width: auto;
  }
  #footer .f_contact_r .btn_footer a span {
    font-size: 3.4vw;
  }
    .sp460 {
        display: block;
    }
    .bnt_contact .btn_footer a
{
    width: auto;
  }
  .bnt_contact .btn_footer a span
{
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 410px) {
  .btn02 {
    position: absolute;
    bottom: calc(100% - 240px);
    left: 25px;
  }
  #index #top_info .info_content .content_l .quote {
    top: -10px;
  }
  #index #top_info .info_content h2 span.tit01 {
    font-size: 23px;
  }
    
}
@media screen and (max-width: 375px) {
  #index #index_box03 .btn_box03 a::after {
    right: 15px;
  }
  #index #top_info .info_content {
    top: 4%;
  }
}
@media screen and (max-width: 320px) {
  #index #top_info .info_content h2 {
    font-size: 16px;
  }
  #index #top_info .info_content h2 span.tit01 span.tit02 span {
    font-size: 18px;
  }
  #toTop {
    bottom: 70px;
  }
  .cir li {
    width: 90px;
    height: 90px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
  }
}
@media screen and (max-width: 240px) {
}
.box_sp a {
  text-decoration: none;
}
