@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.page_head
------------------------------ */
.page_head .page_ttl_box01 .page_ttl {
  margin-left: 0;
}
@media screen and (max-width: 1280px) {
  .page_head .page_ttl_box01 .page_ttl {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .page_head .page_ttl_box01 .page_ttl {
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .page_head .page_ttl_box01 .page_ttl {
    margin-left: 2px;
  }
}

/* ------------------------------
	.about
------------------------------ */
.content {
  overflow: visible;
}

.about {
  position: relative;
  z-index: 2;
  padding: 80px 0 30px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 60px 0 30px;
  }
}
.about .about_wrap {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .about .about_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 1280px;
    max-width: 88%;
  }
}
@media screen and (min-width: 769px) {
  .about .about_wrap .about_cnt {
    width: 1020px;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .about .about_wrap .about_cnt .wrap {
    width: 100%;
  }
}
.about .side_nav {
  position: sticky;
  top: 50px;
  right: 0;
  flex-shrink: 0;
  width: 130px;
}
.about .side_nav .side_nav_list {
  position: relative;
  right: -30px;
  padding-left: 20px;
}
.about .side_nav .side_nav_list .side_nav_item + .side_nav_item {
  margin-top: 35px;
}
.about .side_nav .side_nav_list .side_nav_item a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 900;
  color: #99A7B2;
  white-space: nowrap;
  -webkit-transition: color 0.4s ease, opacity 0.4s ease;
  transition: color 0.4s ease, opacity 0.4s ease;
}
.about .side_nav .side_nav_list .side_nav_item a::before {
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
  content: "";
  display: block;
}
.about .side_nav .side_nav_list .side_nav_item > a::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #15B9D4;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.about .side_nav .side_nav_list .side_nav_item.current a {
  color: #31363a;
}
.about .side_nav .side_nav_list .side_nav_item.current > a::before {
  background: #15B9D4;
}
.about .about_ttl {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .about .about_ttl {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.about .about_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #0077C3;
}
.about .about_btn .ico {
  display: block;
}
.about .about_btn .ico.win {
  width: 13px;
  height: 10px;
  margin-left: 7px;
  background: url(../img/common/ico_win01.svg) no-repeat center center;
}
.about .about_links {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .about .about_links {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.about .about_links .links_box {
  flex: 1;
  position: relative;
}
.about .about_links .links_box .img {
  border-radius: 15px;
  overflow: hidden;
}
.about .about_links .links_box .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27px;
  margin: auto;
  width: 260px;
  background: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .about .about_links .links_box .btn {
    bottom: 15px;
    width: 240px;
  }
}

/* ------------------------------
	.numbers
------------------------------ */
.about .numbers {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .about .numbers {
    margin-top: 60px;
  }
}
.about .numbers .numbers_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 0;
}
@media screen and (max-width: 768px) {
  .about .numbers .numbers_list {
    gap: 20px 0;
  }
}
.about .numbers .numbers_list .numbers_box {
  width: 33.3333%;
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .about .numbers .numbers_list .numbers_box {
    border-right: 1px solid #ddd;
  }
}
@media screen and (max-width: 768px) {
  .about .numbers .numbers_list .numbers_box {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .about .numbers .numbers_list .numbers_box:nth-child(3), .about .numbers .numbers_list .numbers_box:last-child {
    border-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .about .numbers .numbers_list .numbers_box:nth-child(odd) {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .about .numbers .numbers_list .numbers_box:nth-child(even) {
    padding-right: 0;
    border-left: 1px solid #ddd;
  }
}
.about .numbers .numbers_list .numbers_box .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .about .numbers .numbers_list .numbers_box .ico {
    height: 170px;
  }
}
@media screen and (max-width: 768px) {
  .about .numbers .numbers_list .numbers_box .ico {
    height: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .about .numbers .numbers_list .numbers_box .ico img {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 768px) {
  .about .numbers .numbers_list .numbers_box .ico img {
    transform: scale(0.5);
  }
}
.about .numbers .numbers_list .numbers_box .ico.ico05 img {
  width: 174px;
}
.about .numbers .numbers_list .numbers_box .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 3.6em;
  text-align: center;
  line-height: 1.6;
  font-weight: 900;
  font-size: 1.8rem;
}
@media screen and (max-width: 1000px) {
  .about .numbers .numbers_list .numbers_box .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .about .numbers .numbers_list .numbers_box .txt {
    font-size: 1.4rem;
  }
}
.about .numbers .numbers_list .numbers_box .txt .min {
  margin-top: 0.2em;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  .about .numbers .numbers_list .numbers_box .txt .min {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .about .numbers .numbers_list .numbers_box .txt .min {
    font-size: 1.2rem;
  }
}

/* ------------------------------
	.walfare
------------------------------ */
.about .walfare {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .about .walfare {
    margin-top: 60px;
  }
}
.about .walfare .about_ttl + .txt {
  max-width: 800px;
  margin: 0 auto;
}
.about .walfare .walfare_list {
  display: flex;
  flex-wrap: wrap;
  gap: 44px 46px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .about .walfare .walfare_list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .about .walfare .walfare_list {
    gap: 30px 20px;
  }
}
.about .walfare .walfare_list .walfare_item {
  width: calc(33.3333333333% - 30.6666666667px);
  padding: 0 20px 20px;
  background: #F4F7FB;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .about .walfare .walfare_list .walfare_item {
    padding: 0 10px 20px;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .about .walfare .walfare_list .walfare_item {
    width: 100%;
  }
}
.about .walfare .walfare_list .walfare_item .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 155px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .about .walfare .walfare_list .walfare_item .ico {
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .about .walfare .walfare_list .walfare_item .ico img {
    transform: scale(0.8);
  }
}
.about .walfare .walfare_list .walfare_item .ttl {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .about .walfare .walfare_list .walfare_item .ttl {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.about .walfare .walfare_list .walfare_item .walfare_box .acc_box {
  border-radius: 5px;
}
.about .walfare .walfare_list .walfare_item .walfare_box .acc_box + .acc_box {
  margin-top: 5px;
}
.about .walfare .walfare_list .walfare_item .walfare_box .acc_box .acc_ttl {
  position: relative;
  padding: 8px 25px 8px 10px;
  border-radius: 5px;
  line-height: 1.3;
  cursor: pointer;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .about .walfare .walfare_list .walfare_item .walfare_box .acc_box .acc_ttl {
    padding: 8px 15px 8px 10px;
  }
}
.about .walfare .walfare_list .walfare_item .walfare_box .acc_box .acc_ttl .min {
  display: inline-block;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .about .walfare .walfare_list .walfare_item .walfare_box .acc_box .acc_ttl .min {
    font-size: 1rem;
  }
}
.about .walfare .walfare_list .walfare_item .walfare_box .acc_box .acc_ttl::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #99A7B2;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
@media screen and (max-width: 1000px) {
  .about .walfare .walfare_list .walfare_item .walfare_box .acc_box .acc_ttl::before {
    right: 5px;
  }
}
.about .walfare .walfare_list .walfare_item .walfare_box .acc_box .acc_ttl.open {
  border-radius: 5px 5px 0 0;
}
.about .walfare .walfare_list .walfare_item .walfare_box .acc_box .acc_ttl.open::before {
  transform: rotate(180deg);
}
.about .walfare .walfare_list .walfare_item .walfare_box .acc_box .acc_txt {
  display: none;
  padding: 5px 10px 10px;
  border-radius: 0 0 5px 5px;
  font-size: 1.4rem;
  line-height: 1.8;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .about .walfare .walfare_list .walfare_item .walfare_box .acc_box .acc_txt {
    font-size: 1.3rem;
  }
}
.about .walfare .walfare_list .walfare_item .walfare_box.col2 .acc_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 5px;
}
.about .walfare .walfare_list .walfare_item .walfare_box.col2 .acc_box .acc_ttl {
  display: flex;
  align-items: center;
  width: calc(50% - 3px);
  order: 1;
}
.about .walfare .walfare_list .walfare_item .walfare_box.col2 .acc_box .acc_txt {
  width: 100%;
  order: 2;
}

/* ------------------------------
	.gallery
------------------------------ */
.about .gallery {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .about .gallery {
    margin-top: 60px;
  }
}
.about .gallery .gallery_img .img {
  position: relative;
  width: 100%;
  padding-top: 51.275%;
}
.about .gallery .gallery_img .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.about .gallery .gallery_img .img img.fade-out {
  opacity: 0;
}
.about .gallery .gallery_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .about .gallery .gallery_list {
    gap: 10px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about .gallery .gallery_list {
    gap: 5px;
    margin-top: 10px;
  }
}
.about .gallery .gallery_list .gallery_tmb {
  position: relative;
  width: calc(12.5% - 17.5px);
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 1000px) {
  .about .gallery .gallery_list .gallery_tmb {
    width: calc(20% - 4px);
  }
}
@media screen and (min-width: 769px) {
  .about .gallery .gallery_list .gallery_tmb:hover {
    opacity: 0.7;
  }
}
.about .gallery .gallery_list .gallery_tmb .img {
  position: relative;
  width: 100%;
  padding-top: 60.38%;
  overflow: hidden;
}
.about .gallery .gallery_list .gallery_tmb .img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
}
.about .gallery .gallery_list .gallery_tmb .img::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
}
.about .gallery .gallery_list .gallery_tmb.current .img::before {
  border-color: #15B9D4;
}

/* ------------------------------
	.company
------------------------------ */
.about .company {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .about .company {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .about .company .txt_wrap {
    max-width: 760px;
    margin: 0 auto;
  }
}
.about .company .about_box {
  display: flex;
  gap: 9px;
  border-radius: 20px;
  overflow: hidden;
}
.about .company .about_box + .about_box {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .about .company .about_box + .about_box {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .about .company .about_box {
    flex-direction: column;
    gap: 2px;
  }
}
.about .company .about_box:nth-child(odd) .box_ttl {
  background: #F4F7FB;
}
.about .company .about_box:nth-child(odd) .box_txt {
  background: #F4F7FB;
}
@media screen and (max-width: 768px) {
  .about .company .about_box:nth-child(odd) .box_txt {
    background: #fff;
  }
}
@media screen and (min-width: 769px) {
  .about .company .about_box:nth-child(odd) .box_txt .line_wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .about .company .about_box:nth-child(even) .box_ttl {
    background: #F4F7FB;
  }
}
@media screen and (max-width: 768px) {
  .about .company .about_box:nth-child(even) .box_txt {
    background: #fff;
  }
}
.about .company .about_box .box_ttl {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  width: 180px;
  padding: 10px 23px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .about .company .about_box .box_ttl {
    display: block;
    padding: 10px 15px;
    text-align: left;
    width: 100%;
  }
}
.about .company .about_box .box_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
  padding: 10px 36px 10px 20px;
}
@media screen and (max-width: 900px) {
  .about .company .about_box .box_txt {
    display: block;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .about .company .about_box .box_txt {
    padding: 10px 15px;
  }
}
.about .company .about_box .box_txt .line_wrap {
  width: 100%;
}
.about .company .about_box .box_txt .line_wrap .line_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.about .company .about_box .box_txt .line_wrap .line_box + .line_box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #99A7B2;
}
@media screen and (max-width: 768px) {
  .about .company .about_box .box_txt .line_wrap .line_box + .line_box {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.about .company .about_box .box_txt .line_wrap .line_box .btn_box {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .about .company .about_box .box_txt .line_wrap .line_box.sp_clm {
    display: block;
  }
}
.about .company .about_box .box_txt .line_wrap .line_box.sp_clm .btn_box {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .about .company .about_box .box_txt .line_wrap .line_box.sp_clm .btn_box {
    margin-top: 10px;
  }
}
.about .company .about_box .box_txt .txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
.about .company .about_box .box_txt .txt a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .about .company .about_box .box_txt .txt a:hover {
    text-decoration: none;
  }
}
.about .company .about_box .box_txt .txt a[href^="tel:"] {
  text-decoration: none;
}
.about .company .about_box .box_txt .btn_box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .about .company .about_box .box_txt .box_wrap + .btn_box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about .company .about_box .box_txt .box_wrap + .btn_box {
    margin-top: 10px;
  }
}

.content_wrap.bg_line {
  bottom: 2000px;
}
@media screen and (max-width: 768px) {
  .content_wrap.bg_line {
    bottom: 0;
  }
}