/* CSS Document */
/*=============== PC ===============*/
.pc-on {
  display: block;
}
.pc-none {
  display: none;
}
.wtb-on {
  display: none;
}
.stb-on {
  display: none;
}
.sp-on {
  display: none;
}
.sp-none {
  display: none;
}
/*==================== ▼ COMMON ====================*/
.bk-bl {
  background-color: #719af8;
}
/* ==================== ▼ Slider==================== */
.slider-01 {
  text-shadow: 1px 2px 2px #000;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: fixed;
  top: 25%;
  width: 100%;
}
.slider-02 {
  text-shadow: 1px 2px 2px #000;
  font-size: 40px;
  font-weight: bolder;
  text-align: center;
  color: #fff;
  position: fixed;
  top: 45%;
  width: 100%;
}
.slider-03 {
  text-shadow: 1px 2px 2px #000;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 70%;
  width: 100%;
}
.slider-04 {
  color: #ff6699;
  font-size: 70px;
}
/*==================== ▼ HEADER ====================*/
.header {
  background-color: #fff;
  padding: 10px 0 0 0;
  position: -webkit-sticky;
  position: sticky;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}
.header-inner {
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.header-logo {
  width: 25%;
  float: left;
  margin: 10px 0 0 20px;
}
.header-box {
  float: right;
  padding-bottom: 10px;
  margin-right: 20px;
}
.header-phone a {
  font-size: 30px;
  font-weight: 700;
}
.header-phone img {
  width: 25px;
  margin-right: 10px;
}
.header-time {
  font-size: 12px;
}
.header-navi {
  text-align: center;
}
.header-navi li {
  display: inline;
  margin: 0 5px;
  padding: 0 5px;
  font-size: 18px;
}
.header-navi li a {
  color: #333;
}
.header-navi li a:hover {
  color: #ccc;
}
/* ---------------------------------------------- */
/* ▼ パララックス部分の装飾 */
/* ---------------------------------------------- */
/*==================== ▼ AREA ====================*/
.area {
  overflow: hidden;
  width: 100%;
  heght: 100vh;
  padding: 30px 0;
  background-color: #fff;
  z-index: 1;
}
.area-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
/* ==================== ▼ PARALLAX ==================== */
.parallax {
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
h2.parallax-title {
  text-align: center;
  padding: 100px 0;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 2px 3px #333;
}
.parallax-bg-1 {
  background-image: url("../images/slider-01.jpg");
}
.parallax-bg-2 {
  background-image: url("../images/parallax-02.jpg");
}
.parallax-bg-3 {
  background-image: url("../images/parallax-03.jpg");
}
.parallax-bg-4 {
  background-image: url("../images/parallax-04.jpg");
}
.parallax-bg-5 {
  background-image: url("../images/parallax-05.jpg");
}
/* ==================== ▼ FADE-IN ==================== */
.fadein {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.fadein.move {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
}
/* ==================== ▼ AREA-1 ==================== */
.area-1-box-1 {
  padding: 20px 0;
  max-width: 1200px;
  margin: 0 auto 10px;
  border-radius: 10px;
}
.area-1-01 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
.area-1-02 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 30px;
  color: #fff;
}
.area-1-03 {
  font-size: 22px;
  text-align: center;
  line-height: 1.7;
  color: #fff;
}
/* ==================== ▼ INFOMATION ==================== */
.information {
  width: 300px;
  line-height: 50px;
  text-align: center;
  margin: 30px auto 0;
}
.information a {
  display: block;
  background-color: #719af8;
  border: 1px solid #719af8;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  transition: 0.6s;
}
.information a:hover {
  background-color: #fff;
  border: 1px solid #719af8;
  border-radius: 10px;
  color: #719af8;
}
/* ==================== ▼ AREA-2 ==================== */
.area-2-01 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #719af8;
  padding-bottom: 20px;
}
.area-2-box-1 {
  float: left;
  width: 31.3%;
  height: 160px;
  margin: 0 1% 50px;
  padding: 20px 20px 0;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-top: 5px solid #719af8;
  transition: transform 0.3s;
  background: linear-gradient(135deg, rgba(113, 154, 248, 0.05), rgba(91, 127, 216, 0.05));
}
.area-2-02 {
  font-size: 18px;
  font-weight: 700;
  color: #719af8;
  margin-bottom: 10px;
}
.area-2-03 {
  color: #666;
  line-height: 1.7;
}
.area-2-box-2 {
  width: 65%;
  margin: 0 auto;
}
.area-2-04 {
  float: left;
  width: 55%;
}
.area-2-box-3 {
  float: left;
  width: 45%;
  padding: 20px 0 0 0;
}
.area-2-05 {
  font-size: 20px;
  font-weight: 700;
  color: #719af8;
  margin: 0 0 10px 20px;
}
.area-2-06 {
  font-size: 18px;
  margin: 0 0 10px 30px;
}
.area-2-box-3 ul {
  margin-left: 30px;
  font-size: 16px;
  color: #666;
}
.area-2-box-3 li {
  padding: 6px 0 6px 20px;
  position: relative;
}
.area-2-box-3 li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #666;
}
/* ==================== ▼ AREA-3 ==================== */
.area-3-01 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #719af8;
  margin-bottom: 20px;
}
.area-3-box-1 {
  background: #fff9e6;
  padding: 20px;
  border-radius: 10px;
  border-left: 5px solid #ffc107;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 800px;
}
.area-3-02 {
  font-size: 18px;
  padding-bottom: 10px;
  color: #555;
}
.area-3-03 {
  font-size: 18px;
  color: #555;
}
.area-3-04 {
  font-size: 22px;
  font-weight: 700;
  color: #ff6699;
  text-align: center;
  margin-bottom: 20px;
}
/* ==================== ▼ AREA-4 ==================== */
.area-4-01 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #719af8;
  margin-bottom: 20px;
}
.area-4-02 {
  width: 60%;
  background: #ffe6e6;
  border-left: 5px solid #ff6699;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 10px;
  color: #ff6699;
  margin: 0 auto 30px;
}
.area-4-box-1 {
  float: left;
  width: 31.3%;
  height: 250px;
  margin: 0 1% 30px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-top: 5px solid #ff6699;
  transition: transform 0.3s;
}
.area-4-03 {
  font-size: 18px;
  font-weight: 700;
  color: #ff6699;
  margin-bottom: 10px;
}
.area-4-box-1 ul {
  font-size: 16px;
  color: #666;
}
.area-4-box-1 li {
  padding: 6px 0 6px 20px;
  position: relative;
}
.area-4-box-1 li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #ff6699;
}
.area-4-box-2 {
  width: 100%;
  max-width: 855px;
  background: #fff9e6;
  font-size: 20px;
  font-weight: 700;
  line-height: 80px;
  padding: 20px;
  border-radius: 10px;
  border-left: 5px solid #ffc107;
  margin: 0 auto;
}
.area-4-04 {
  font-size: 20px;
  text-align: center;
  color: #ffc107;
  margin-bottom: 20px;
}
.area-4-05 {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
}
/* ==================== ▼ AREA-5 ==================== */
.area-5-01 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #719af8;
  margin-bottom: 20px;
}
.aea-5-box-1 {
  width: 80%;
  margin: 0 auto 30px;
}
.aea-5-box-2 {
  float: left;
  width: 55%;
}
.area-5-02 {
  font-size: 20px;
  font-weight: 700;
  color: #719af8;
  margin: 0 0 10px 0;
}
.area-5-03 {
  font-size: 18px;
  margin: 0 0 10px 30px;
}
.area-5-04 {
  float: left;
  width: 45%;
}
.aea-5-box-2 ul {
  margin-left: 30px;
  font-size: 16px;
  color: #666;
}
.aea-5-box-2 li {
  padding: 6px 0 6px 20px;
  position: relative;
}
.aea-5-box-2 li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #666;
}
/* ==================== ▼ AREA-6 ==================== */
.area-6-01 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #719af8;
  margin-bottom: 20px;
}
.area-6-box-2 {
  float: left;
  width: 31.3%;
  height: 250px;
  margin: 0 1% 30px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-top: 5px solid #719af8;
  transition: transform 0.3s;
  background: linear-gradient(135deg, rgba(113, 154, 248, 0.05), rgba(91, 127, 216, 0.05));
}
.area-6-02 {
  color: #719af8;
  font-size: 18px;
  margin-bottom: 10px;
}
.area-6-box-2 ul {
  font-size: 16px;
  color: #666;
}
.area-6-box-2 li {
  padding: 5px 0 5px 20px;
  position: relative;
}
.area-6-box-2 li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #333;
  font-weight: bold;
}
.area-6-box-3 {
  width: 85%;
  background: #f0f8ff;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #719af8;
  text-align: center;
  margin: 30px auto 0;
}
.area-6-03 {
  font-size: 20px;
  margin-bottom: 20px;
}
.area-6-04 {
  font-size: 18px;
}
.area-6-05 {
  color: #ff6699;
  font-size: 20px;
  font-weight: 700;
}
/* ==================== ▼ AREA-7 ==================== */
.area-7-box-1 {
  width: 83%;
  margin: 0 auto 30px;
}
.area-7-04 {
  float: left;
  width: 40%;
}
.area-7-box-2 {
  float: left;
  width: 60%;
  padding: 0 0 30px 0;
}
.area-7-05 {
  font-size: 20px;
  font-weight: 700;
  color: #719af8;
  margin: 0 0 10px 20px;
}
.area-7-06 {
  font-size: 18px;
  margin: 0 0 10px 30px;
}
.area-7-box-2 ul {
  margin-left: 30px;
  font-size: 16px;
  color: #666;
}
.area-7-box-2 li {
  padding: 6px 0 6px 20px;
  position: relative;
}
.area-7-box-2 li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #666;
}
/* ==================== ▼ AREA-8 ==================== */
.area-8-01 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #719af8;
  margin-bottom: 20px;
}
.area-8-02 {
  float: left;
  width: 31.3%;
  margin: 0 1% 30px;
  padding: 20px 0 20px 20px;
  font-size: 18px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-top: 5px solid #719af8;
  transition: transform 0.3s;
  background: linear-gradient(135deg, rgba(113, 154, 248, 0.05), rgba(91, 127, 216, 0.05));
}
/* ==================== ▼ AREA-9 ==================== */
.area-9-01 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #719af8;
  margin-bottom: 20px;
}
.area-9-02 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
}
.area-9-03 {
  text-align: right;
  font-size: 14px;
  margin: 0 10px 5px 0;
}
.area-9-box-1 {
  margin-bottom: 30px;
}
.area-9-box-2 {
  float: left;
  width: 23%;
  margin: 0 1%;
}
.area-9-04 {
  margin-bottom: 10px;
}
.area-9-05 {
  text-align: center;
  line-height: 1.7;
}
/* ==================== ▼ AREA-10 ==================== */
.area-10 {
  background-image: url("../images/slider-05.webp");
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  width: 100%;
  heght: 100vh;
  padding: 50px 0;
  z-index: 1;
}
.area-10-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.area-10-01 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.7;
  padding: 0 0 20px;
  color: #fff;
  text-shadow: 1px 2px 3px #333;
}
.area-10-02 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  text-shadow: 1px 2px 3px #333;
}
.area-10-02 a {
  color: #fff;
}
.area-10-03 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 2px 3px #333;
  margin-bottom: 20px;
}
/* ==================== ▼ AREA- ==================== */
/* ==================== ▼ FOOTER ==================== */
footer {
  background-color: #fff;
}
.footer-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 0 100px;
}
.footer-navi {
  text-align: center;
  padding-bottom: 30px;
}
.footer-navi li {
  display: inline;
  padding: 0 10px;
  line-height: 30px;
}
.footer-navi li a:hover {
  color: #70caf8;
}
.address {
  width: 32%;
  margin: 0 auto 50px;
}
.address-01 {
  margin-bottom: 5px;
}

.address-02 img {
  width: 230px;
	margin-bottom: 5px;
}
.copyright {
  text-align: center;
  font-size: 14px;
}
/* ==================== ▼ Pagetop ==================== */
/*---------- Page-Top ----------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1%;
  bottom: 70px;
  background: #fff;
  opacity: 0.9;
  border-radius: 50%;
  z-index: 2;
  border: 1px solid #719af8;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #719af8;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}