@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    color: color: rgb(105, 104, 104);
	width:100%;
	overflow-x: hidden !important;
	font-family: sans-serif !important;
}
ol, ul {
	list-style: none;
}
a {
    text-decoration: none !important;
    color: #212529 !important;
}
a:hover{
opacity:0.8;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ==============================
ここから
============================== */
img {
	vertical-align: bottom;
}
.mb {
	display:none;
}
.cta {
    width: 80%;
    margin: 5rem auto;
    position: relative;
}
.btn {
    display: flex;
    width: 83%;
    right: 5%;
    bottom: 20%;
    position: absolute;
	justify-content: space-between;
}
.btn a {
    width: 35%;
}
.btn .aaa {
    width: 30%;
	margin-right: 2rem;
}
.pc1 {
    margin-top: -6rem;
}
.pc2 {
    padding-bottom: 3rem;
}
.cta2 {
    margin: 8rem auto;
    margin-top: 1rem;
}
/* ==============================
お問い合わせフォーム
============================== */
.contact {
    padding: 5rem 0;
    background-color: #eaf8fc;
}
#contact-area h2 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #0083cf;
}
#contact-area p {
    text-align: center;
    margin-top: 2rem;
}
.contact-area {
    width: 100%;
    background-color: #fff;
}
.hp-form {
    width: 80%;
    margin: auto;
    margin-top: 5rem;
    background-color: #fff;
    padding: 5rem;
}
.hp-form table {
    width: 100%;
}
.trtr {
    width: 100%;
}
.thth p,.thth2 p {
    display: flex;
    justify-content: space-between;
    width: 90%;
	font-weight:bold;
	margin-bottom:2rem;
}
.thth span,.thth2 span {
    color: #e30e03;
    font-weight: bold;
	font-size: 0.8rem;
}
.tdtd input,.tdtd textarea {
    width: 100%;
	border: 2px solid black;
    border-radius: 6px;
    background-color: #efefef;
}
.thth2 {
    vertical-align: top;
    padding-top: 1rem;
}
.hp-form-btn {
    text-align: center;
}
.hp-form-btn input {
    width: 30%;
    margin: auto;
    padding: 2rem 0;
    margin-top: 2rem;
    margin-left: 3rem;
	border: 2px solid black;
	font-weight: bold;
    font-size: 1.5rem;
	box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 50%), inset 0px -3px 6px -2px rgb(0 0 0 / 30%);
    background: linear-gradient(#ffc414, #fdf0c8);
}
footer {
    background-color: #0083cf;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1rem 0;
}
/* スライダー */
.slider-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    background-color: #e0f2fc;
}
.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
}
.slide img {
    width: 80%;
    height: auto;
    display: block;
    margin: auto;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  background: rgba(255,255,255,0.8);
  color: #333;
  border-radius: 50%;
  padding: 5px 12px;
  cursor: pointer;
  z-index: 10;
  user-select: none;
	padding-top: 0rem;
}
.arrow.left {
  left: 10px;
}
.arrow.right {
  right: 10px;
}

.nav {
  justify-content: center;
    background-color: #e0f2fc;
    margin: 0;
	padding-top: 1rem;
}
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: gray;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.dot.active {
  background: #007bff;
}

@media screen and (max-width: 600px) {
  .arrow {
    font-size: 1.5rem;
    padding: 5px 10px;
	  padding-top: 0rem;
  }
}

.color-blue {
	background-color:#e0f2fc;
}
.staff-back {
    background: url(https://all-support.jp/wp-content/uploads/2025/07/staff-back-scaled.webp);
    padding: 6rem 0px;
}
.staff-back .slider-container,
.staff-back .nav {
    background-color: inherit;
}
.mbqa {
    width: 90%;
    margin: auto;
    padding: 5rem 0;
}
.mb1 {
    margin-top: -2rem;
    position: relative;
    z-index: -1;
	margin-bottom: 4rem;
}
/* ==============================
プライバシーポリシー
============================== */
.privacy-area {
    width:100%;
/* 	overflow: scroll; */
    height: 150px;
	overflow-x: hidden !important;
	border: 3px solid #ebebeb;
    background-color: #fafafa;
	margin-top:2rem;
}
.privacy-area h3 {
    text-align: center;
    font-weight: 800;
    font-size: 1.1rem;
    padding: 1rem;
}
.privacy-area h4 {
    font-weight: bold;
    padding: 1.5rem 0 0.5rem 0;
}
.privacy-area p {
    line-height: 1.5rem;
	text-align: left !important;
	margin-top: 0.5rem !important;
}
.doui {
    text-align: center;
    margin-top: 1.5rem;
}
.new-btn {
    text-align: center;
    margin-top: 1rem;
    margin-left: -1rem;
}
.flex-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.grecaptcha-badge { visibility: hidden; }