@media screen and (max-width:640px) {

body {
  font-size: 80%;
  line-height: 1.8;
}
.wrapper_mind {
  height: auto;
}

.fv {
  height: calc(100vh - 140px);
  overflow: hidden;
}
.fv .catch01 {
  min-width: 250px;
  padding: 0.2em 0.5em 0.2em 0.65em;
  font-size: 2em;
  letter-spacing: 0.15em;
  text-align: center;
}
.fv img {
  width: 1500px;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: slide-left 15s linear infinite;
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1000px);
  }
}
@keyframes slide-right {
  from {
    transform: translateX(3500px);
  }
  to {
    transform: translateX(0);
  }
}
.icon_experience {
  width: 80px;
  top: 80px;
  right: 50px;
}
.fv .icon_experience img {
  width: 100%;
  top: 100px;
  right: 100px;
  animation: none;
}

.fv .catch01 {
  position: absolute;
  top: 200px;
  font-size: 2rem;
}
.fv .catch02 {
  width: 80%;
  text-align: center;
  font-size: 1.2rem;
}
.imgbox_mind {
  width: 90%;
  margin: 0 5%;
  position: static;
}
.textbox_mind {
  width: 90%;
  position: static;
  padding: 20px;
}
.textbox_mind h2 {
  font-size: 1.2em;
}
.textbox_mind p {
  padding: 0 0.5em 1em;
  font-size: 1.1em;
}

.photo li {
  flex: 0 0 50%;
  margin: 0 10px;
}
.photo_left{
  margin-bottom:20px;
  animation:scroll_left 15s linear infinite;
}
.photo_right{
  animation:scroll_right 15s linear infinite;
}

.w55 {
  width: 95%;
  float: none;
  margin: 0 2.5% 0;
}
.w35 {
  width: 90%;
  margin: 0 5% 0;
}
.summary dl {
  display: block;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.1em;
}
.summary dt {
  width: calc(100% - 1em);
  margin-bottom: 0;
  padding: 0.2em 0.5em;
}
.summary dd {
  width: calc(100% - 1em);
  flex-grow: 1;
  margin-bottom: 1em;
  padding: 0.5em 0.5em 0.5em 1em;
}

.summary dd .categry {
  display: block;   
  padding: 0.1em 0.5em;
  text-align: center;
}
.summary dd {
  text-align: center;
}
.summary dd span {
  display: block;   
  margin: 0 0.7em 0 0;
  padding: 0.1em 0.5em;
  text-align: center;
}

.imgbox_price {
  width: 90%;
  float: none;
  margin: 0 5% 30px;
}
.price {
  width: 90%;
  float: none;
  margin: 0 5% 30px;
  border-collapse: collapse;
  line-height: 1.8em;
}
.price dl {
  display: block;
}
.price dt {
  width: calc(100% - 1em);
  margin-bottom: 0;
  padding: 0.5em 0.5em;
  text-align: center;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  background: var(--accent_color);
}
.price dt span {
  display: inline;
}
.price dd {
  width: calc(100% - 1em);
  flex-grow: 1;
  margin-bottom: 1em;
  padding: 0.5em 0.5em 0.5em 1em;
}

/* フォーム*/
#mail_form {
  width: 85%;
}
#mail_form dl {
  display: block;
}
#mail_form dt {
  width: 100%;
  display: block;
}
#mail_form dd {
  width: 100%;
  margin: 1.2em 0 0;
}

footer {
	width: 98%;
	padding: 0;
  color: #fff;
  border-top: none;
}
footer .sp {
  display: flex;
}
footer .sp a {
  width: 50%;
  text-align: center;
}
a .fix_contact_tel,
a .fix_contact_mail {
	width: 100%;
  display: block;
  margin: 0;
	padding: 5px 0;
  background: #999;
}
a .fix_contact_tel {
  background: var(--main_color);
}
a .fix_contact_mail {
  background: #ffaa20;
}
a .fix_contact_tel p,
a .fix_contact_mail p {
	margin: 0.5em 0;
  line-height: 1em;
  text-align: center;
  color: #fff;
}
a .fix_contact_mail i {
  font-size: 1.5em;
}
a .fix_contact_tel i,
a .fix_contact_mail i {
  color: #fff;
}
a .fix_contact_mail .btn_form a {
	width: 50%;
	min-width: 180px;
	margin: 20px 0;
	padding: 10px 10px;
}
.copy {
  font-size: 0.7em;
  margin-bottom: 100px;
}

.f21 {font-size: 16px;}
.f40_blue {font-size: 18px;}
.f32_red {font-size: 16px;}

.pc {display: none;}
.sp {display: block;}
.sp_br {display: block;}

}