@charset "utf-8";

@font-face {
  font-family: Mplus;
  src: url("./fonts/MPLUSRounded1c-Medium.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: Mplus;
  src: url("./fonts/MPLUSRounded1c-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: Quicksand;
  src: url("./fonts/Quicksand-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Noto Sans JP;
  src: url("./fonts/NotoSansJP-Bold.otf") format("truetype");
  font-display: swap;
}
/*----------------------------------------------------------------------
base
----------------------------------------------------------------------*/

html {
  min-width: 320px;
  font-size: 62.5%;
  height: 100%;
}

input {
  -webkit-appearance: none;
}

body {
  font-family: "Mplus", sans-serif;
  color: #333;
  margin: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

p {
  transform: rotate(0.03deg);
}

th,
td {
  transform: rotate(0.03deg);
}

a {
  transform: rotate(0.03deg);
}

.col1 {
  width: 5.9829%;
}
.col2 {
  width: 14.5299%;
}
.col3 {
  width: 23.0769%;
}
.col4 {
  width: 31.6239%;
}
.col5 {
  width: 40.1709%;
}
.col6 {
  width: 48.7179%;
}
.col7 {
  width: 57.2649%;
}
.col8 {
  width: 65.8119%;
}
.col9 {
  width: 74.3589%;
}
.col10 {
  width: 82.9059%;
}
.col11 {
  width: 91.4529%;
}
.col12 {
  width: 100%;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-100 {
  margin-bottom: 100px;
}
.xsmall {
  font-size: 8px;
}
.small {
  font-size: 12px;
}
.large {
  font-size: 20px;
}
.xlarge {
  font-size: 24px;
}
img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
a {
  text-decoration: none;
  color: #000;
}

span.big {
  font-size: 30px;
}
span.red {
  color: #ff3333;
  font-weight: bold;
}
table {
  border-collapse: collapse;
}
dh {
  color: #555;
  font-size: 20px;
  font-weight: bold;
}
.flr {
  float: right;
}
.fll {
  float: left;
}
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
.br-ss {
  display: none;
}

/*------------------パンくずリスト------------*/

.breadcrumg-area ul {
  padding-left: 0;
  margin-bottom: 30px;
}

.breadcrumg-area ul li {
  display: inline-block;
  padding-left: 15px;
  position: relative;
}

.breadcrumg-area ul li::before {
  position: absolute;
  left: 0;
  content: ">";
  color: #333;
}

.breadcrumg-area ul li:first-child {
  padding-left: 5px;
}

.breadcrumg-area ul li:first-child::before {
  display: none;
}

/*----------------------------------------------------------------------
header
----------------------------------------------------------------------*/
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

header {
  height: 103px;
  width: 100%;
  background-color: #fff;
  position: fixed;

  z-index: 10;
}

.nav {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav ul {
  display: flex;
  height: 100%;
  align-items: center;
  padding-bottom: 16px;
}

.nav ul li {
  align-self: flex-end;
}

.nav ul li a {
  display: block;
}

.head_logo {
  width: 45%;
  display: flex;
  align-items: center;
  margin-left: 2.5%;
  margin-right: 6.2%;
}

.head_logo:hover {
  transform: scale(1.15, 1.15);
}

.header_link {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.header_link img {
  width: 50%;
}

.header_link p {
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}

.header_link:hover {
  transform: scale(1.1, 1.1);
}

.top {
  padding-top: 103px;
  height: 88vh;
  background-image: url("https://houkago-handsup.com/wp-content/uploads/2021/03/pixta_1282106_L_2-scaled.jpg");
  background-repeat: no-repeat;
  background-position: center -20%;
  background-size: cover;
  /* background-attachment : fixed; */
  text-align: center;
  position: relative;
}

.catchword {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
}

.catch {
  font-size: 2.836rem;
  color: #fff;
  text-align: center;
  line-height: 55px;
  padding: 0 20px;
  background-color: #ef7f2b;
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
}

.rev_catch {
  font-size: 2.836rem;
  text-align: center;
  line-height: 55px;
  font-weight: bold;
}

/*----------------------------------------------------------------------
main
----------------------------------------------------------------------*/

.inq_link {
  width: 208px;
  position: fixed;
  display: inline-block;
  top: 85%;
  right: 5%;
  z-index: 1000;
}

.inq_link a {
  font-size: 1.84rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-right: 15px;
  text-align: center;
  background-color: #ffca05;
  line-height: 56px;
  padding: 0 45px;
  border-radius: 50px;
}

.inq_link a:hover {
  transform: scale(1.2, 1.2);
}

.inq_link a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 13%;
}

.inq_link img {
  width: 10%;
  margin: 0;
  position: absolute;
  top: 33%;
  left: 7%;
}

.inq_link:hover img {
  transform: scale(1.2, 1.2);
  left: 2%;
}

main {
  min-height: 82.55vh;
  position: relative;
  overflow: hidden;
}

.nyoro_left {
  width: 45%;
  position: absolute;
  top: -3.7%;
  left: -10%;
  z-index: -100;
}

.nyoro_right {
  width: 45%;
  position: absolute;
  top: -3.7%;
  right: -10%;
  z-index: -100;
}

.content_wrapper {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
  position: relative;
}

.statement {
  padding: 35px 0;
  color: #ef7f2b;
  font-size: 2.961rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.about {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.circle {
  width: 265px;
  height: 265px;
  background-color: #f5eee2;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 16.5%;
  transform: translateY(-50%) translateX(-50%);
  box-shadow: 4.6276px 4.6276px 0 rgba(35, 24, 21, 0.3);
  z-index: -1;
}

.policy {
  width: 100%;
  height: auto;
  background-color: #f5eee2;
  border-radius: 15px;
  box-shadow: 4.6276px 4.6276px 0 rgba(35, 24, 21, 0.3);
  margin-top: 10px;
}

.policy_an {
  font-size: 2.9rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 14.5px;
  display: inline-block;
  border-bottom: 5px solid #ef7f2b;
  position: relative;
  top: -1.7%;
}

.policy_agenda {
  text-align: start;
  padding-bottom: 25px;
}

.policy_agenda li {
  display: flex;
}

.policy_left {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  width: 175%;
}

.policy_left_top {
  display: flex;
  height: 43px;
  line-height: 43px;
}

.mt-7 {
  margin-top: 7px;
}

.po_1 {
  margin: 30px 35px 20px 50px;
}

.po_1_span {
  font-size: 5.793rem;
  color: #3eb16a;
  font-family: "Quicksand", sans-serif;
  padding-right: 25px;
}

.policy_left_top img {
  height: 100%;
  margin: 0;
  padding-right: 17px;
}

.po_1_h4 {
  font-size: 2.562rem;
  color: #3eb16a;
  font-weight: bold;
  display: inline-block;
}

.policy_left_bottom {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6125;
  padding-top: 17px;
}

.policy_right {
  width: 100%;
}

.policy_right img {
  border-radius: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.po_2 {
  margin: 15px 35px 0 50px;
}

.po_2_span {
  font-size: 5.793rem;
  color: #0e7cb0;
  font-family: "Quicksand", sans-serif;
  padding-right: 25px;
}

.po_2_h4 {
  font-size: 2.562rem;
  color: #0e7cb0;
  font-weight: bold;
  display: inline-block;
}

.po_2_img {
  margin-top: 30px;
}

.po_3 {
  margin: 50px 35px 0 50px;
}

.po_3_span {
  font-size: 5.793rem;
  color: #e84d3d;
  font-family: "Quicksand", sans-serif;
  padding-right: 25px;
}

.po_3_h4 {
  font-size: 2.562rem;
  color: #e84d3d;
  font-weight: bold;
  display: inline-block;
}

.logo img {
  width: 4%;
  margin-top: 15px;
}

.qua_h3 {
  font-size: 2.9rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 14.5px;
  display: inline-block;
  border-bottom: 5px solid #ef7f2b;
}

.qua_1 {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
  padding: 0;
  justify-content: space-between;
}

.qua_box1 {
  width: 48%;
  border: 2px dashed #000;
  height: 247px;
  text-align: start;
  position: relative;
}

.qua_2 {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 0 0;
  padding: 0;
  justify-content: space-between;
}

.qua_box2 {
  width: 48%;
  border: 2px dashed #000;
  height: 181px;
  text-align: start;
  position: relative;
}

.qua_box2 p span {
  display: block;
  font-size: 1rem;
}

.qua_desc {
  padding-left: 30px;
}

h5 {
  font-size: 2.562rem;
  font-weight: bold;
  line-height: 2.42;
  letter-spacing: 0.05em;
  color: #ef7f2b;
}

.qua_desc p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-left: 20px;
  position: relative;
}

.qua_desc p::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: -1.83rem;
  width: 11px;
  height: 11px;
  background-color: #ef7f2b;
  border-radius: 50%;
}

.nonspace {
  letter-spacing: -0.08em;
}

.qua_box1 img {
  width: 32%;
  position: absolute;
  top: 47%;
  right: 4%;
  z-index: -10;
}

.qua_box2 img {
  width: 16%;
  position: absolute;
  top: 40%;
  right: 3%;
  z-index: -10;
}

.qua_link {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}

.qua_link li {
  width: 30.6%;
  line-height: 105px;
  position: relative;
}

.qua_link li a {
  display: inline-block;
  width: 100%;
  font-size: 2.244rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.gr {
  border: 2px solid #8bc53f;
  color: #8bc53f;
  border-radius: 15px;
  box-shadow: 2px 2px 0 rgba(139, 197, 63, 1);
}

.rd {
  color: #e63230;
  border: 2px solid #e63230;
  border-radius: 15px;
  box-shadow: 2px 2px 0 rgba(230, 50, 48, 1);
}

.bl {
  color: #009dcd;
  border: 2px solid #009dcd;
  border-radius: 15px;
  box-shadow: 2px 2px 0 rgba(0, 157, 205, 1);
}

.qua_link li a:hover {
  box-shadow: none !important;
  opacity: 1;
  transform: translateY(2px);
}

.qua_link li img {
  width: 9%;
  position: absolute;
  top: 69%;
  right: 1.8%;
  z-index: -10;
}

.qua_link li:hover img {
  top: 70%;
}

.access {
  height: 550px;
  background-color: #f5eee2;
}

.access h3 {
  font-size: 2.9rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 14.5px;
  display: inline-block;
  border-bottom: 5px solid #ef7f2b;
}

.ac_wrapper {
  display: flex;
  margin-top: 50px;
}

.ac_map {
  width: 51%;
  height: 0;
  padding-bottom: 42.5%;
  position: relative;
}

.ac_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.access_right {
  text-align: start;
  margin-left: 30px;
  width: 50%;
}

.access_right img {
  width: 58%;
  margin: 0 auto 20px 0;
}

.access_right p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6125;
}

.access_right dl {
  margin-top: 25px;
}

.access_right dl dt {
  font-size: 1.6rem;
  color: #ef7f2b;
  line-height: 1.6125;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.access_right dl dd {
  font-size: 1.6rem;
  line-height: 1.6125;
  letter-spacing: 0.05em;
}

.ss-top {
  padding-top: 27%;
}

/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/
footer {
  height: 53px;
  background-color: #ef7f2b;
  text-align: center;
}

footer p {
  font-size: 1.2rem;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  line-height: 53px;
}

.las {
  padding-bottom: 0 !important;
}
/*----------------------------------------------------------------------
下層ページ
----------------------------------------------------------------------*/
.page_container {
  padding-top: 103px;
}

.page_title {
  font-size: 2.9rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 14.5px;
  display: inline-block;
  border-bottom: 5px solid #ef7f2b;
}

.facility {
  margin-top: 110px;
}

.facility p {
  font-family: "Quicksand", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #666;
  margin-bottom: 25px;
}

.facility img {
  width: 20%;
}

.kaisha {
  width: 100%;
  margin-top: 80px;
}

.kaisha th,
.kaisha td {
  border-top: 2px dashed #000;
  padding: 30px 20px;
  text-align: start;
  line-height: 30px;
}

.kaisha th {
  font-weight: bold;
  color: #ef7f2b;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding-left: 40px;
  padding-right: 55px;
}

.kaisha td {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.last_tr th,
.last_tr td {
  border-bottom: 2px dashed #000;
}

.profile_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-top: 50px;
}

.profile_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.docu {
  position: relative;
}

.sub_desc {
  font-size: 1.4rem;
  line-height: 1.964;
  margin-top: 30px;
  margin-bottom: 35px;
}

.flow_wrapper {
  width: 100%;
  height: auto;
  background-color: #f5eee2;
  border-radius: 30px;
  box-shadow: 4.6276px 4.6276px 0 rgba(35, 24, 21, 0.3);
  margin-top: 10px;
  padding-top: 65px;
  padding-bottom: 45px;
  text-align: start;
  position: relative;
}

.flow_wrapper ul {
  margin-left: 7.5%;
}

.flow_wrapper ul li h4 {
  font-size: 2.3rem;
  color: #ef7f2b;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2.695;
  background-color: #fff;
  display: inline-block;
  border-radius: 50px;
  padding-left: 5%;
  padding-right: 10%;
}

.flow_wrapper ul li p {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding: 6% 3% 6% 5%;
  border-left: 4px dotted #ef7f2b;
  margin-left: 7%;
}

.flow_wrapper ul li:last-child p {
  border-left: none;
}

.flow_wrapper img {
  width: 33%;
  position: absolute;
  right: 4.5%;
  top: 67%;
}

.sch_link {
  display: flex;
  justify-content: space-between;
}

.sch_link li {
  position: relative;
}

.sch_link li a {
  font-size: 2.224rem;
  padding: 5px 0;
  width: 256px;
  display: inline-block;
  font-weight: bold;
}

.sch_link li img {
  width: 9%;
  position: absolute;
  top: 20%;
  right: 3.5%;
}

.sch_link li a:hover {
  box-shadow: none !important;
  opacity: 1;
  transform: translateY(2px);
}

.sch_link li:hover img {
  top: 25%;
}

.bg_color {
  background-color: #f5eee2;
  height: auto;
}

.sch_day_title {
  position: relative;
}

.sch_day_title img {
  width: 7%;
  position: absolute;
  top: 1%;
  right: 32%;
  transform: rotate(-10deg);
}

.sch_day {
  display: flex;
  margin-top: 48px;
  justify-content: space-between;
}

.weekday {
  width: 48.5%;
  position: relative;
}

.weekday p {
  font-size: 2.3rem;
  color: #fff;
  font-weight: bold;
  background-color: #7ac843;
  line-height: 32px;
  border-radius: 10px;
  text-align: start;
  padding-left: 23px;
  width: 85%;
  margin: 0 auto;
  position: absolute;
  top: -13px;
  left: 20px;
}

.weekday table {
  width: 100%;
  table-layout: auto;
}

.weekday tr {
  background-color: #fdf5e8;
  height: 60px;
}

.weekday tr:first-child {
  height: 22px;
  background-color: #fff;
}

.weekday tr:nth-child(even) {
  background-color: #fff;
}

.weekday th,
.weekday td {
  font-size: 1.8rem;
  line-height: 60px;
  text-align: start;
}

.weekday th {
  color: #ef7f2b;
  padding-left: 7.5%;
  font-weight: bold;
}

.weekday td {
  padding-left: 25px;
}

_::-webkit-full-page-media,
_:future,
:root .weekday td {
  padding-left: 35px;
}

tr th span {
  writing-mode: vertical-rl;
}

.holi {
  background-color: #ef7f2b !important;
}

.annual {
  height: auto;
  border-radius: 15px;
  box-shadow: 4.6276px 4.6276px 0 rgba(35, 24, 21, 0.3);
  text-align: start;
  padding: 43px 50px 43px 50px;
  margin-bottom: 40px;
}

.spring {
  background-color: #fff2f7;
}

.annual_inner {
  display: flex;
  justify-content: space-between;
}

.annual_inner img {
  object-fit: contain;
}

.annual_imgbox {
  width: 55%;
  margin: 0;
}

.pi {
  color: #ff7bab;
}

.annual_sch {
  padding-left: 20px;
}

.annual_sch p span {
  font-size: 3.1rem;
  font-weight: bold;
  vertical-align: middle;
}

.annual_sch p {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.annual_sch dl dt {
  font-size: 1.8rem;
  line-height: 2.5;
  font-weight: bold;
}

.annual_sch dl dd {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.annual_sch dl:last-child dd {
  margin-bottom: 0;
}

.summer {
  background-color: #f2f9ec;
}

.lg {
  color: #7ac843;
}

.fall {
  background-color: #fdf2ea;
}

.or {
  color: #ef7f2b;
}

.winter {
  background-color: #e5f5fa;
}

.lb {
  color: #009dcd;
}

.last_tr th,
.last_tr td {
  border-bottom: 2px dashed #000;
}

.fac {
  background-color: #f5eee2;
  margin-top: 50px;
}

.faci {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  margin-bottom: 50px;
}

.faci li {
  width: 330px;
}

.fac_img img {
  border-radius: 10px;
}

.fac_img:hover {
  transform: scale(1.05, 1.05);
}

.faci li p {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

.fac ul:last-child {
  margin-bottom: 0;
}

/*----------------------------------------------------------------------

media query

----------------------------------------------------------------------*/

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.ss-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .sp-only {
    display: block;
  }
  .mmb-10 {
    margin-bottom: 10px;
  }
  .mmb-20 {
    margin-bottom: 20px;
  }
  .mmb-30 {
    margin-bottom: 30px;
  }
  .mmb-40 {
    margin-bottom: 40px;
  }
  .splogo {
    display: inline-block;
  }

  .header_link li {
    width: 5%;
  }

  .top {
    background-image: url(./img/pixta_1282106_sp.jpg) no-repeat;
    background-size: cover;
  }

  .policy {
    width: 90%;
    margin: 0 auto;
  }

  .policy_agenda li {
    flex-direction: column-reverse;
  }

  .policy_left_bottom {
    width: 52%;
  }

  .circle {
    top: 10.5%;
  }

  .qua_1 {
    flex-direction: column;
    align-items: center;
  }

  .qua_box1 {
    width: 90%;
    margin-top: 30px;
  }

  .qua_2 {
    flex-direction: column;
    align-items: center;
  }

  .qua_box2 {
    width: 90%;
    margin-top: 30px;
  }

  .qua_box1 img {
    width: 26%;
  }

  .qua_box2 img {
    width: 12%;
    right: 10%;
  }

  .qua_link {
    flex-direction: column;
    align-items: center;
  }

  .qua_link li {
    width: 90%;
    margin-top: 30px;
  }

  .qua_link li img {
    top: 45%;
  }

  .ac_wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .access {
    height: auto;
  }

  .access_right {
    width: 90%;
    margin-left: 50px;
  }

  .ac_map {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50%;
  }

  .flow_wrapper img {
    right: 4.5%;
    top: 75%;
  }

  .annual {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sch_link {
    flex-direction: column;
  }

  .sch_link li {
    margin-bottom: 30px;
  }

  .sch_link li:last-child {
    margin-bottom: 0;
  }

  .sch_day {
    flex-direction: column;
    align-items: center;
  }

  .weekday {
    width: 90%;
    margin-bottom: 40px;
  }

  .ho {
    margin-bottom: 0;
  }

  .winter {
    margin-bottom: 0;
  }

  .kaisha,
  .kaisha tr,
  .kaisha td,
  .kaisha th {
    display: block;
  }

  .kaisha {
    width: 90%;
  }

  .kaisha th,
  .kaisha td {
    line-height: 1;
    padding: 20px 20px 20px 50px;
  }

  .kaisha th {
    padding: 20px 20px 10px 15px;
  }

  .kaisha td {
    padding: 0 20px 20px 15px;
  }

  .kaisha td {
    border-top: none;
  }

  .last_tr th {
    border-bottom: none;
  }

  tr {
    width: 750px;
  }

  .flow_wrapper {
    border-radius: 0;
    box-shadow: none;
  }

  .flow_content {
    padding-bottom: 0;
  }

  .faci {
    flex-direction: column;
    align-items: center;
  }

  .faci li p {
    margin-bottom: 40px;
  }

  .faci {
    margin-bottom: 0;
  }

  .fac_las {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  html {
    font-size: 50%;
  }

  .br-ss {
    display: block;
  }

  .ss-mask {
    display: none;
  }

  .ss-only {
    display: block;
  }

  .content_wrapper h2 {
    line-height: 1.5;
    padding-top: 0;
  }

  .policy_agenda li {
    align-items: center;
  }

  .po_1_span {
    padding-right: 5px;
  }

  .policy_left img {
    padding-right: 5px;
  }

  .policy_left {
    align-items: center;
  }

  .policy_left_top h4::after {
    content: ".";
    width: 0;
    font-size: 0;
    color: transparent;
    margin-right: 1px;
  }

  .policy_left_bottom {
    width: 70%;
    padding-right: 10px;
  }

  .po_2_span {
    padding-right: 5px;
  }

  .po_3_span {
    padding-right: 5px;
  }

  .inq_link {
    right: 2%;
    top: 85%;
    width: auto;
  }

  .policy_left {
    padding-left: 0px;
    margin-top: 10px;
  }

  .logo img {
    width: 10%;
  }

  .qua_box1 {
    height: 200px;
  }

  .qua_2 {
    margin-top: 0;
  }

  .qua_box2 {
    height: 145px;
  }

  .qua_box2 img {
    right: 3%;
  }

  .qua_link {
    margin-top: 0;
  }

  .qua_link li img {
    top: 65%;
  }

  .access_right {
    margin-left: 30px;
  }

  .nonspace {
    letter-spacing: -0.15em;
  }

  .flow_wrapper img {
    width: 25%;
    right: 4.5%;
    top: 80%;
  }

  .sch_day_little img {
    top: 15%;
    right: 25%;
  }

  .faci li {
    width: 280px;
  }
}

/*media queryここまで*/

/*menu*/
#sidebarMenu {
  height: 100%;
  position: fixed;
  left: 0;
  width: 100%;
  margin-top: 0px;
  transform: translateX(200%);
  transition: transform 250ms ease-in-out;
  background: #f5eee2;
}
.sidebarMenuInner {
  margin: 0;
  padding: 0;
}
.sidebarMenuInner li {
  list-style: none;
  color: rgb(129, 98, 98);
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
  border-bottom: 2px dashed #fff;
  display: flex;
}
.sidebarMenuInner li img {
  width: 10%;
  margin: 0 10px 0 0;
}
.sidebarMenuInner li span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.sidebarMenuInner li a {
  color: #ef7f2b;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  padding-left: 46px;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

input[type="checkbox"] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}
.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 40%;
  right: 7%;
  height: 22px;
  width: 35px;
}
.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #ef7f2b;
}
.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 10px;
}
.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}
.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 10px;
}
input[type="checkbox"]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}
input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 15px;
}
input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -15px;
}

.ss_menu_1::before {
  content: url("https://houkago-handsup.com/wp-content/uploads/2021/03/head_icon_1_ss.png");
  position: absolute;
  left: 0;
  top: -7px;
}

.ss_menu_2::before {
  content: url("https://houkago-handsup.com/wp-content/uploads/2021/03/head_icon_2_ss.png");
  position: absolute;
  left: 0;
  top: -7px;
}

.ss_menu_3::before {
  content: url("https://houkago-handsup.com/wp-content/uploads/2021/03/head_icon_3_ss.png");
  position: absolute;
  left: 0;
  top: -7px;
}

.ss_menu_4::before {
  content: url("https://houkago-handsup.com/wp-content/uploads/2021/03/head_icon_4_ss.png");
  position: absolute;
  left: 0;
  top: -7px;
}

.ss_menu_5::before {
  content: url("https://houkago-handsup.com/wp-content/uploads/2021/03/head_icon_5_ss.png");
  position: absolute;
  left: 0;
  top: -7px;
}

/* フォーム */

.cform th {
  font-size: 1.8rem;
  width: 50%; /*変なところで改行される場合はここの数字を変更します。*/
  border-top: 2px dashed #000;
  padding: 30px 0 30px 15px;
  font-weight: bold;
}

.cform td {
  font-size: 1.4rem;
  line-height: 150%;
  border-top: 2px dashed #000;
  padding: 30px 5px;
}

.cform {
  width: 100%;
  margin: auto;
}

.cform [type="submit"] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #fff;
  border-bottom: solid 4px #b17c00;
  border-radius: 3px;
}

/* .cform [type=radio] {
  background-color:#f5eee2;
  width:15px;
  height:15px;
  border-radius: 100%;
}

.cform [type=radio]:checked {
  background-color: #ef7f2b;
} */

.radio-btns input[type="radio"].radio-btns__item {
  display: none;
}

.radio-btns label {
  display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio-btns .radio-btns__item + span {
  padding-left: 2em;
  display: inline-block;
  position: relative;
}

/* 各パーツを作成 */
.radio-btns .radio-btns__item + span::after,
.radio-btns .radio-btns__item + span::before {
  content: "";
  display: block;
  position: absolute;
  border: 3px solid #f5eee2;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
}

/* after上書き */
.radio-btns .radio-btns__item + span::after {
  opacity: 0;
  width: 12px;
  height: 12px;
  top: 4.7px;
  left: 4.1px;
  border: none;
  background: #ef7f2b;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio-btns .radio-btns__item:checked + span {
  color: #f18800;
}

.radio-btns .radio-btns__item:checked + span::after {
  opacity: 1;
}

.cform option,
.cform textarea,
.cform input[type="text"],
.cform input[type="email"],
.cform input[type="search"],
.cform input[type="url"] {
  width: 100%;
}

.required-srt {
  font-size: 1.4rem;
  padding: 5px;
  background: #e63230;
  color: #fff;
  border-radius: 3px;
  margin-left: 10px;
  vertical-align: middle;
  writing-mode: horizontal-tb !important;
}

.f50 {
  width: 80% !important;
}

.f10 {
  width: 25% !important;
  margin-bottom: 10px;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: #f5eee2;
  line-height: 1.8;
}

.form_las {
  border-bottom: 2px dashed #000;
}

@media only screen and (max-width: 767px) {
  .cform th,
  .cform td {
    width: 100%;
    display: block;
  }

  .cform th {
    padding: 20px 0 5px 15px;
  }

  .cform td {
    padding: 0 0 20px 15px;
    border: none;
  }

  .f10 {
    border-bottom: 1px dashed #fff;
    width: 20% !important;
    margin-bottom: 0;
  }

  .cform input {
    font-size: 1.8rem;
  }

  .radio-btns .radio-btns__item + span::after,
  .radio-btns .radio-btns__item + span::before {
    width: 10px;
    height: 10px;
  }

  .radio-btns .radio-btns__item + span::after {
    width: 9px;
    height: 9px;
    top: 4px;
    left: 3.3px;
  }
}

.submit-btn input {
  background-color: #ffca05;
  line-height: 56px;
  padding: 0 45px;
  border-radius: 50px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: inline-block;
  margin-top: 40px;
}

.submit-btn input:hover {
  transform: scale(1.2, 1.2);
}

.back {
  background-color: #ffca05;
  line-height: 56px;
  padding: 0 45px;
  border-radius: 50px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: inline-block;
  margin-top: 40px;
}

.back:hover {
  transform: scale(1.1, 1.1);
}

#quality::before {
  display: block;
  height: 103px;
  margin-top: -103px;
  content: "";
}
