@charset "UTF-8";
/* bootstrap */
:root {
  --bs-green: #206A5D;
  --bs-yellow: #f0ca0e;
  --bs-dark-yellow: #d6b220;
  --bs-light-yellow: #F6C90E;
  --bs-dark: #525050;
  --bs-gray: #f1f1f1;
  --bs-dark-gray: #c9caca;
  --bs-white: #fff;
  --bs-white-trasparet: rgba(255, 255, 255, 0.84);
  --bs-font-sans-serif: "BIZ UDGothic", serif;
}

* {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.sp {
  display: none !important;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

p,
li,
th,
td {
  line-height: 2em;
}

body {
  font-family: var(--bs-font-sans-serif);
  letter-spacing: 0.07rem;
  text-align: justify;
  word-break: break-all;
}

main {
  min-height: calc(100vh - 9rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  main {
    min-height: calc(100vh - (8rem + 309px));
  }
}

h2,
h3 {
  margin: 0;
}

.py-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pb-6 {
  padding-bottom: 4rem;
}

.pb-7 {
  padding-bottom: 5rem;
}

/* common */
.bg-red {
  background-color: #fa6157;
}

.bg-green {
  background-color: #7cac3e;
}

.bg-blue {
  background-color: #00697f;
}

.border-gray {
  border-color: #9e9e9e !important;
}

.border-darkblue {
  border-color: #062e37 !important;
}

.transition {
  transition: all 0.6s;
}
.transition:hover {
  opacity: 0.8;
}

.icon {
  height: 3rem;
  width: auto;
}

.title {
  height: 4rem;
  line-height: 1.75rem;
}
.title-link {
  font-size: 1.25rem;
}

.nav-link {
  color: var(--bs-dark);
  transition: all 0.6s;
}
.nav-link:hover {
  color: #f13c13 !important;
}

nav {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  nav {
    width: 95%;
  }
}
nav h1.logo_img {
  margin-bottom: 0;
}
nav h1.logo_img a {
  display: flex;
  align-items: center;
}
nav .logo_img {
  width: 47%;
  max-width: 540px;
  margin-right: 2%;
  height: 48px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1032px) {
  nav .logo_img {
    max-width: 350px;
    width: 40%;
  }
}
nav .logo_img img {
  width: 100%;
}
nav .contact {
  align-items: center;
  justify-content: flex-end;
  width: 53%;
}
@media screen and (max-width: 1032px) {
  nav .contact {
    width: 60%;
  }
}
nav .contact .navcontact_more01 {
  color: black;
  text-decoration: none;
  margin-right: 2%;
  padding-right: 2%;
  display: flex;
  align-items: center;
  transition: all 0.6s;
}
nav .contact .navcontact_more01:hover {
  color: #fa6157 !important;
}
nav .contact .navcontact_more01:last-of-type {
  padding: 0;
  margin: 0;
}
nav .contact .navcontact_more01:nth-of-type(2) {
  padding: 0;
}
nav .contact .navcontact_more01 img {
  margin-right: 5px;
}
nav .contact .navcontact_more01.navcontact_more01-official {
  color: #e0782a;
  border: 3px solid #e0782a;
  border-radius: 30px;
  padding: 7px 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.6s;
  margin: 5px 0;
}
nav .contact .navcontact_more01.navcontact_more01-official img {
  margin-right: 5px;
  transition: all 0.6s;
}
nav .contact .navcontact_more01.navcontact_more01-official:hover {
  background-color: #e0782a;
  color: white !important;
}
nav .contact .navcontact_more01.navcontact_more01-official:hover img {
  filter: brightness(500%) saturate(100%);
}
@media screen and (max-width: 1200px) {
  nav .contact .navcontact_more01 {
    font-size: 14px;
    margin-right: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 1070px) {
  nav .contact .navcontact_more01 {
    font-size: 13px;
  }
}
@media screen and (max-width: 810px) {
  nav .contact .navcontact_more01 {
    font-size: 12px;
  }
}
@media screen and (max-width: 773px) {
  nav .contact .navcontact_more01 img {
    width: 20px;
  }
}
@media screen and (max-width: 922px) {
  nav .logo_img {
    width: 35%;
  }
  nav .contact {
    width: 75%;
  }
}

/* slider */
.headline {
  z-index: 2;
  letter-spacing: 0.3rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 10%;
  left: 10%;
  font-size: 2.5rem;
  line-height: 2rem;
}

.slider {
  /*height: calc(100vh - (4.5em));
  max-height: 840px;*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-item {
  transition: opacity 3s ease-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 3s;
}

/*********************************

DAC 固定用

*********************************/
header {
  -o-border-image: linear-gradient(to left, #fcd250, #e9682e) 1;
     border-image: linear-gradient(to left, #fcd250, #e9682e) 1;
  border-top: 6px solid;
}

/* nav */
.nav {
  z-index: 10;
  position: fixed;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  left: 0;
  right: 0;
  top: 120px;
  border-radius: 500px;
  justify-content: space-between;
  box-shadow: 0px 2px 8px 5px rgba(0, 0, 0, 0.19);
  overflow: hidden;
  padding: 0 2%;
  transition: all 0.6s;
}
.nav::after {
  background: linear-gradient(90deg, rgb(99, 201, 224) 0%, rgb(25, 224, 196) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.8;
}
.nav:hover::after {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .nav {
    width: 95%;
  }
}
.nav.fixed-top {
  top: 20px;
}
.nav li {
  border-width: 2px !important;
  width: 17%;
}
.nav li a {
  text-align: center;
  font-weight: 600;
  padding: 0 7% 0 0;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .nav li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .nav li a {
    font-size: 14px;
  }
}
.nav li a img {
  display: block;
  margin: 0 5px 0 0;
  max-width: 35px;
}
@media screen and (max-width: 1000px) {
  .nav li a img {
    margin: 0 2px 0 0;
    max-width: 28px;
  }
}
.nav li.nav_li_what {
  width: 24%;
}
.nav li.nav_li_what a {
  text-align: left;
  line-height: 1.3em;
}
@media screen and (max-width: 1000px) {
  .nav li.nav_li_what a br {
    display: none;
  }
}
.nav li.nav_li_home {
  width: 12%;
}
.nav li.nav_li_faq {
  width: 10%;
}
.nav li.nav_li_item {
  width: 20%;
}
.nav li.nav_li_item a {
  line-height: 1.3em;
  text-align: left;
}

/* slide_box */
.main_slide_box {
  padding: 0;
  background-color: #0a4b59;
  background: linear-gradient(180deg, rgb(250, 254, 255) 24%, rgb(213, 227, 229) 78%);
}
.main_slide_box #carousel {
  max-width: 1366px;
  width: 100%;
  margin: auto;
}

.swiper-pagination-bullet {
  background-color: #e0782a !important;
}

/* banner_slide_box */
.banner_slide_box {
  width: 100%;
  margin: 100px auto 0;
  /* サムネイル付きの場合の指定 */
}
.banner_slide_box .swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;
}
.banner_slide_box .swiper {
  padding-bottom: 40px;
}
.banner_slide_box .swiper-thumbnail .swiper-slide {
  width: 25%;
}
.banner_slide_box .swiper-thumbnail .swiper-slide img {
  width: 100%;
}

/* SNS固定 */
.pc_sns_kotei {
  background-color: white;
  border-radius: 50px;
  position: fixed;
  z-index: 100;
  padding: 30px 20px;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.pc_sns_kotei li a {
  transition: all 0.6s;
}
.pc_sns_kotei li a img {
  width: 36px;
}
.pc_sns_kotei li a:hover {
  opacity: 0.6;
}

/********************** footer **********************/
/* footer */
footer {
  background-color: #e3f1f4;
  /* footer_banner_b */
  /* footer_list_b */
  /* footer_sitemap_tel */
}
footer .footer_banner_b {
  background-color: #8cac62;
}
footer .footer_banner_b ul {
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  padding: 25px 0;
  gap: 10px 2%;
  display: flex;
}
@media screen and (max-width: 1200px) {
  footer .footer_banner_b ul {
    width: 95%;
  }
}
footer .footer_list_b {
  background-color: #128ba6;
}
footer .footer_list_b ul {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
  gap: 10px 4%;
}
@media screen and (max-width: 1200px) {
  footer .footer_list_b ul {
    width: 95%;
  }
}
footer .footer_list_b ul li a {
  color: white;
  display: flex;
  align-items: center;
  transition: all 0.6s;
}
footer .footer_list_b ul li a:hover {
  color: #f13c13;
  text-decoration: underline;
}
footer .footer_list_b ul li a img {
  margin-right: 10px;
}
footer .footer_sitemap_tel {
  max-width: 1200px;
  margin: auto;
  /* footer_tel_b */
}
@media screen and (max-width: 1200px) {
  footer .footer_sitemap_tel {
    width: 95%;
  }
}
footer .footer_sitemap_tel a {
  color: black;
}
footer .footer_sitemap_tel .footer_sitemap {
  display: flex;
  align-items: flex-start;
}
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_left {
  width: 48.5%;
}
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_right {
  width: 49%;
  margin-left: 2%;
}
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_center {
  margin: 0 3%;
}
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_left,
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_center,
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_right {
  width: 30%;
}
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_center > ul > li {
  margin-bottom: 20px;
}
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_left > ul,
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_center > ul,
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_right > ul {
  flex-wrap: wrap;
}
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_left > ul > li,
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_center > ul > li,
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_right > ul > li {
  width: 100%;
}
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_left > ul > li > a,
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_center > ul > li > a,
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_right > ul > li > a {
  color: #0a4b59;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #128ba6 solid;
  padding: 10px 0;
}
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_left > ul > li ul li,
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_center > ul > li ul li,
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_right > ul > li ul li {
  line-height: 1em;
  position: relative;
  margin-top: 5px;
}
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_left > ul > li ul li a,
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_center > ul > li ul li a,
footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_right > ul > li ul li a {
  font-size: 14px;
  padding: 5px 0;
  display: block;
  color: #0a4b59;
}
footer .footer_sitemap_tel .footer_tel_b {
  display: flex;
  align-items: flex-start;
  max-width: 910px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
footer .footer_sitemap_tel .footer_tel_b .footer_access,
footer .footer_sitemap_tel .footer_tel_b .footer_logo_company {
  width: 50%;
}
footer .footer_sitemap_tel .footer_tel_b .footer_access {
  padding-right: 5%;
}
footer .footer_sitemap_tel .footer_tel_b .footer_access p {
  line-height: 1.4em;
}
footer .footer_sitemap_tel .footer_tel_b .footer_access p.footer_access_link {
  display: flex;
  align-items: center;
}
footer .footer_sitemap_tel .footer_tel_b .footer_access p.footer_access_link a {
  text-decoration: underline;
  color: #e0782a;
  display: flex;
  align-items: center;
}
footer .footer_sitemap_tel .footer_tel_b .footer_access p.footer_access_link a img {
  margin-right: 10px;
}
footer .footer_sitemap_tel .footer_tel_b .footer_logo_company p {
  display: flex;
  align-items: center;
}
footer .footer_sitemap_tel .footer_tel_b .footer_logo_company p a {
  text-decoration: underline;
  color: #e0782a;
  display: flex;
  align-items: center;
}
footer .footer_sitemap_tel .footer_tel_b .footer_logo_company p a img {
  margin-right: 10px;
}
footer .footer_sitemap_tel .footer_tel_b .footer_logo_company > div {
  margin-bottom: 30px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
  max-width: 240px;
}
footer .copyright {
  background-color: black;
}

/* pagetop */
.page-top {
  z-index: 1000;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: #128ba6;
  border-radius: 100px;
  transition: all 0.6s;
}
.page-top a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none !important;
  width: 3rem;
  height: 3rem;
}
.page-top a::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 40%;
  right: 15px;
  border-radius: 0 5px 0 0;
  top: 19px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(-45deg);
  transition: all 0.6s;
}
.page-top a img {
  width: 25px;
}
.page-top:hover {
  opacity: 0.7;
}

/*********************************

スマートフォン

*********************************/
@media screen and (max-width: 768px) {
  p,
  li,
  th,
  td {
    line-height: 1.8em;
  }
  .navbar-nav {
    transition: all 0.6s;
    padding-top: 5rem;
    width: 300px;
    z-index: 1050;
    position: fixed;
    top: 0;
    right: -300px;
  }
  nav.px-0 {
    padding-top: 10px !important;
    padding-right: 70px !important;
  }
  nav.py-4 {
    padding-bottom: 10px !important;
  }
  nav .logo_img {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  nav .logo_img a {
    height: 100%;
  }
  nav .logo_img img {
    display: block;
    margin: auto;
    max-width: 324px;
  }
  nav .contact {
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .nav {
    /* btnopen */
  }
  .nav-bg {
    opacity: 0;
    transition: all 0.6s;
    z-index: 1040;
    background-color: var(--bs-dark);
    cursor: pointer;
    visibility: hidden;
  }
  .nav-btn {
    width: 4rem;
    height: 4rem;
    z-index: 1060;
    position: fixed;
    top: 8px;
    right: 2px;
    cursor: pointer;
  }
  .nav-item a {
    color: black !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-item a img {
    margin-right: 5px;
  }
  .nav-line {
    transition: all 0.6s;
    width: 2rem;
    height: 2px;
    left: calc(50% - 1rem);
    background-color: #fff;
    position: absolute;
  }
  .nav-line.one {
    top: calc(1.25rem - 1px);
  }
  .nav-line.two {
    top: calc(2rem - 1px);
  }
  .nav-line.three {
    top: calc(2.75rem - 1px);
  }
  .nav-open.nav-bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open.navbar-nav {
    right: 0;
    /* sns_kotei */
  }
  .nav-open.navbar-nav .sns_kotei {
    background-color: white;
    border-radius: 50px;
    position: static;
    justify-content: center;
    z-index: 100;
    padding: 30px 20px;
    top: 0;
    display: flex;
    flex-direction: row;
    gap: 35px;
    transform: translate(0);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
  }
  .nav-open.navbar-nav .sns_kotei li {
    border: none;
  }
  .nav-open.navbar-nav .sns_kotei li a img {
    width: 36px;
  }
  .nav-open.navbar-nav li {
    border-bottom: 1px solid #128ca6;
  }
  .nav-open.navbar-nav li:last-of-type {
    border: none;
  }
  .nav-open.nav-btn .one {
    transform: rotate(45deg);
    top: 2rem;
  }
  .nav-open.nav-btn .two {
    width: 0;
    left: 50%;
  }
  .nav-open.nav-btn .three {
    transform: rotate(-45deg);
    top: 2rem;
  }
  .slider {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .title-link {
    font-size: 1rem;
  }
  .banner_slide_box {
    margin-top: 40px;
  }
  /********************** fooer **********************/
  footer {
    /* footer_list_b */
    /* footer_sitemap_tel */
  }
  footer .footer_banner_b {
    padding-bottom: 1px;
  }
  footer .footer_banner_b ul {
    gap: 10px 2%;
    padding: 10px 0;
  }
  footer .footer_banner_b ul li {
    width: 49%;
    margin: 0;
  }
  footer .footer_banner_b ul li a img {
    width: 100%;
  }
  footer .footer_list_b ul {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px 0;
  }
  footer .footer_list_b ul li {
    width: 100%;
  }
  footer .footer_sitemap_tel .footer_sitemap {
    flex-direction: column;
    padding-bottom: 0 !important;
  }
  footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_left,
  footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_center {
    width: 100%;
    margin: 0;
  }
  footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_left > ul > li,
  footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_center > ul > li,
  footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_right > ul > li {
    width: 100%;
  }
  footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_left > ul > li a br,
  footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_center > ul > li a br,
  footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_right > ul > li a br {
    display: none;
  }
  footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_left > ul > li:nth-of-type(even),
  footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_center > ul > li:nth-of-type(even),
  footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_right > ul > li:nth-of-type(even) {
    margin-left: 0;
  }
  footer .footer_sitemap_tel .footer_sitemap .footer_sitemap_right {
    width: 100%;
    margin: 0;
  }
  footer .footer_sitemap_tel .footer_tel_b {
    flex-direction: column;
    margin-bottom: 10px;
    border: none;
  }
  footer .footer_sitemap_tel .footer_tel_b .footer_access,
  footer .footer_sitemap_tel .footer_tel_b .footer_logo_company {
    width: 100%;
  }
  footer .footer_sitemap_tel .footer_tel_b .footer_logo_company p {
    align-items: flex-start;
    flex-direction: column;
  }
  footer .footer_sitemap_tel .footer_tel_b .footer_logo_company > div {
    background-color: white;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
  }
  .page-top {
    bottom: 4.5rem;
  }
}
/* fadeUpAnimation */
.fade-active {
  animation-name: fade-anime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fade-anime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */