body {
  font-family:'Raleway', sans-serif;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #0c0c0c;
  background-color: #ffffff;
}

/* Background Color */
.bg-01 {
  background: linear-gradient(135deg, #e2f2ff 23%, #ffffff 103%);
}
.bg-02 {
  background: linear-gradient(135deg, #dbe4e4 10%, #ffffff 90%);
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.heading_container h2 {
  font-weight: bold;
}

/*header section*/
.hero_area {
  height: 100vh;
  position: relative;
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}

.hero_area .slick_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  height: 100vh;
  display: block;
  margin: 0 auto;
}

.hero_area .slick_main .main-img-box {
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
}

.hero_area .slick_main .main-img-box.b1 {
  background-image: url(../images/hero-side-bg.jpg);
}

.hero_area .slick_main .main-img-box.b2 {
  background-image: url(../images/hero-side-bg2.jpg);
}

.hero_area .slick_main .main-img-box.b3 {
  background-image: url(../images/hero-side-bg3.jpg);
}

.sub_page .hero_area {
  height: auto;
  background-position: top right;
}

.sub_page .hero_area .navbar .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  padding: 10px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 7px 25px ;
  color: #141a1a;
  text-align: center;
	background:rgba(255,255,255,0.7);
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
  background-color: #7fe5c2 !important; /*他のスタイルよりも優先*/
  color: #ffffff;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  background-color: #7fe5c2;
  color: #ffffff;
}

@media (max-width: 768px) {
  .fixed-top {
    position: static !important;
  }
  body {
    padding-top: 0 !important;
  }
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar .navbar-brand {
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .navbar-brand img {
  width: 160px;
  margin-right: 5px;
}
.navbar .navbar-brand2 img {
  width: 45%;
  margin-right: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 45px;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #000000;
  position: relative;
}

.quote_btn-container a .cart_number {
  position: absolute;
  top: 68%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 12px;
}

.quote_btn-container a img {
  width: 20px;
  margin: 0 25px;
}
/*end header section*/

/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.slider_section .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}

.slider_section .brand_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.slider_section .brand_box a {
  max-width: 250px;
	cursor: url( "../images/roller.png"),auto;
}

.slider_section .brand_box img {
  max-width: 60%;
  margin-left: 40px;
}

.slider_section .slider_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.slider_section .slider_content #carouselExampleIndicators {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: unset;
}

.slider_section .slider_content #carouselExampleIndicators .detail_box {
  padding-left: 25px;
}

.slider_section .slider_content #carouselExampleIndicators .detail_box h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 30px;
}

.slider_section .slider_content #carouselExampleIndicators .detail_box h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 30px;
}

.slider_section .slider_content #carouselExampleIndicators .detail_box p {
  color: #5B5B5B;
}

.slider_section .slider_content #carouselExampleIndicators .detail_box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .slider_content #carouselExampleIndicators .detail_box .btn-box a {
  width: 165px;
  margin: 5px;
  text-align: center;
}

.slider_section .slider_content #carouselExampleIndicators .detail_box .btn-box .btn-1 {
  display: inline-block;
  padding: 8px 0;
  background-color: #7fe5c2;
  border: 1px solid #7fe5c2;
  color: #ffffff;
	font-weight: 600;
  border-radius: 5px;
	cursor: url( "../images/roller.png"),auto;
}

.slider_section .slider_content #carouselExampleIndicators .detail_box .btn-box .btn-1:hover {
  background-color: transparent;
  color: #000000;
	font-weight: 600;
	cursor: url( "../images/roller.png"),auto;
}

.slider_section .slider_content #carouselExampleIndicators .detail_box .btn-box .btn-2 {
  display: inline-block;
  padding: 8px 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
	font-weight: 600;
  border-radius: 5px;
	cursor: url( "../images/roller.png"),auto;
}

.slider_section .slider_content #carouselExampleIndicators .detail_box .btn-box .btn-2:hover {
  background-color: transparent;
  color: #000000;
	font-weight: 600;
	cursor: url( "../images/roller.png"),auto;
}

.slider_section .slider_content .img_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.slider_section .slider_content .img_container .slick_slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .slider_content .img_container .slick_slider-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .slider_content .img_container .slick_slider-nav .img-box {
  margin-right: 15px;
  min-width: 100px;
}

.slider_section .slider_content .img_container .slick_slider-nav img {
  max-width: 100%;
  max-height: 100%;
}

.slider_section .carousel-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 15px;
}

.slider_section .carousel-btn-box .carousel-control-prev,
.slider_section .carousel-btn-box .carousel-control-next {
  position: unset;
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

.slider_section .carousel-btn-box .carousel-control-prev {
  background-image: url(../images/up-grey.png);
}

.slider_section .carousel-btn-box .carousel-control-prev:hover {
  background-image: url(../images/up.png);
}

.slider_section .carousel-btn-box .carousel-control-next {
  background-image: url(../images/down-grey.png);
}

.slider_section .carousel-btn-box .carousel-control-next:hover {
  background-image: url(../images/down.png);
}

.slider_section .carousel-indicators-box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #b5b0b0;
  bottom: 10%;
  left: 15%;
  font-size: 18px;
}

.slider_section .carousel-indicators {
  position: unset;
  padding: 0;
  margin: 0;
}

.slider_section .carousel-indicators li {
  text-indent: 0;
  width: auto;
  height: auto;
  opacity: 1;
  background-color: transparent;
  border: none;
  display: none;
}

.slider_section .carousel-indicators li.active {
  display: block;
}

.about_section {
  position: relative;
}

.about_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 90%;
  margin: auto;
}

.about_section .box .img_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about_section .box .img_container .img-box {
  position: relative;
  margin: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about_section .box .img_container .img-box img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .box .img_container .img-box.b1::before {
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
}

.about_section .box .img_container .img-box.b2 {
  margin-top: 90px;
}

.about_section .box .img_container .img-box.b3::before {
  -webkit-transform: translateY(-75px);
          transform: translateY(-75px);
}

.about_section .box .detail-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 3%;
  padding-right: 10%;
}

.about_section .box .detail-box h2 {
  font-weight: bold;
}

.about_section .box .detail-box p {
  margin-top: 35px;
}

.about_section .box .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #7fe5c2;
  border: 1px solid #7fe5c2;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 35px;
}

.about_section .box .detail-box a:hover {
  background-color: transparent;
  color: #7fe5c2;
}

.portfolio_section {
    overflow-x: hidden;
}

.portfolio_section .portfolio_container {
    display: flex;
    flex-wrap: nowrap; /* 横スクロール用 */
    overflow-x: auto;
    gap: 20px; /* アイテム間のスペース */
    margin-top: 45px;
    scroll-snap-type: x mandatory; /* スクロール時にアイテムを固定 */
}

.portfolio_section .portfolio_container .box {
    flex-grow: 1; /* デフォルトで横並び */
    scroll-snap-align: start;
    position: relative;
    padding: 0px;

}

.portfolio_section .portfolio_container .box img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.portfolio_section .portfolio_container .box .link-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.85);
    border: 5px solid #ffffff;
}

.portfolio_section .portfolio_container .box .link-box img {
    width: 50%;
    height: auto;
}

.portfolio_section .portfolio_container .box .link-box h6 {
    color: #000;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.portfolio_section .portfolio_container .box:hover .link-box {
    display: flex;
}

/* レスポンシブ対応：600px以下で縦並びに切り替え */
@media (max-width: 768px) {
    .portfolio_section .portfolio_container {
        flex-direction: column; /* 縦並びに変更 */
        overflow-y: auto; /* 縦スクロールを許可 */
        gap: 20px;
    }
    .portfolio_section .portfolio_container .box {
        flex: 1 0 auto; /* 各ボックスを縦並びに */
        width: 100%; /* 幅を100%に */
    }
}


.quality_section {
  background-image: url(../images/cta-bg.jpg);
  background-size: cover;
  color: #ffffff;
  margin-top: -2px;
}

.quality_section .quality_container h2 {
  font-weight: bold;
}

.quality_section .quality_container .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quality_section .quality_container .detail-box .img-box {
  width: 75px;
  height: 75px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quality_section .quality_container .detail-box .text-box h5 {
  font-weight: bold;
}

.quality_section .quality_container .detail-box .text-box p {
  margin: 0;
}

.item_section .item_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item_section .item_container .box {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 10px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.15);
}

.item_section .item_container .box .img-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item_section .item_container .box .img-box img {
  width: 125px;
}

.item_section .item_container .box h6 {
  color: #fbb534;
  text-transform: uppercase;
}

.item_section .item_container .box h5 {
  text-transform: uppercase;
}

.item_section .item_container .box:hover {
  -webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1);
}

.price_section {
  background-color: #f8f8f8;
}

.price_section .price_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price_section .price_container .box {
  min-width: 300px;
  max-width: 360px;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px 10px;
  padding: 45px 0 25px 0;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.price_section .price_container .box .img-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price_section .price_container .box .img-box img {
  width: 150px;
}

.price_section .price_container .box h6 {
  font-weight: bold;
  font-size: 18px;
}

.price_section .price_container .box .detail-box h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
}

.price_section .price_container .box .detail-box h5 span {
  color: #fbb534;
}

.price_section .price_container .box .detail-box a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #000000;
  font-weight: bold;
  color: #000000;
  margin-top: 15px;
}

.price_section .price_container .box:hover a {
  border-color: #fbb534;
  color: #fbb534;
}

.price_section .price_btn {
  display: inline-block;
  padding: 8px 40px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 0;
}

.price_section .price_btn:hover {
  background-color: transparent;
  color: #0d0806;
}

.ring_section {
  text-align: center;
  position: relative;
}

.ring_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ring_section .container {
  -webkit-box-shadow: 0px 0px 56px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 56px 1px rgba(0, 0, 0, 0.08);
}

.ring_section .design-box {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 75px;
}

.ring_section .design-box img {
  width: 100%;
}

.ring_section .ring_container .detail-box h4 {
  text-transform: uppercase;
  color: #fbb534;
}

.ring_section .ring_container .detail-box a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #000000;
  font-weight: bold;
  color: #000000;
  margin-top: 15px;
}

.ring_section .ring_container .img-box img {
  width: 100%;
}

.validate_section {
  position: relative;
}

.validate_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 45px;
}

.validate_section .box .img-box img {
  max-width: 100%;
}

.validate_section .box .detail-box {
  margin-top: 15px;
}

.validate_section .box .detail-box h4 {
  color: #7fe5c2;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.validate_section .box .detail-box h4::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 125px;
  height: 1px;
  background-color: #7fe5c2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.validate_section .validate_container {
  position: relative;
  width: 992px;
	height: auto;
  margin: auto;
}

.validate_section #carouselExampleControls {
  border: 1px solid black;
  -webkit-clip-path: polygon(0% 15%, 7% 8%, 15% 0%, 85% 0, 92% 7%, 100% 15%, 100% 85%, 92% 93%, 85% 100%, 15% 100%, 7% 93%, 0% 85%);
          clip-path: polygon(0% 15%, 7% 8%, 15% 0%, 85% 0, 92% 7%, 100% 15%, 100% 85%, 92% 93%, 85% 100%, 15% 100%, 7% 93%, 0% 85%);
  margin-top: 45px;
}

.validate_section .carousel-control-prev,
.validate_section .carousel-control-next {
  width: 50px;
  height: 50px;
	 border-radius: 50%;
  top: initial;
  bottom: 0;
  opacity: 1;
  background-color: #7fe5c2;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.validate_section .carousel-control-prev:hover,
.validate_section .carousel-control-next:hover {
  background-color: #252525;
}

.validate_section .carousel-control-prev {
  background-image: url(../images/prev.png);
  left: 8%;
	cursor: pointer;
}

.validate_section .carousel-control-next {
  background-image: url(../images/next.png);
  right: 8%;
	cursor: pointer;
}

.news_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news_section .heading_container h2::before {
  background-color: #ffffff;
}

.news_section .box {
  margin-top: 55px;
  background-color: #ffffff;
}

.news_section .box .img-box {
  position: relative;
}

.news_section .box .img-box img {
  width: 100%;
}

.news_section .box .img-box .date {
  position: absolute;
  left: 25px;
  bottom: 15px;
}

.news_section .box .img-box .date h5 {
  color: #7fe5c2;
  font-weight: bold;
}

.news_section .box .detail-box {
  margin-top: 25px;
}

.news_section .box .detail-box h5 {
  font-weight: bold;
}

.contact_section {
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
  position: relative;
  color: #ffffff;
}

.contact_section h2 {
  margin-bottom: 65px;
  font-weight: bold;
}


.contact_section form {
  padding-right: 35px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #ffffff;
  outline: none;
  color: #101010;
  border-radius: 50px;
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 120px;
  border-radius: 15px;
}

.contact_section button {
  padding: 15px 65px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #fff;
  background: #7fe5c2;
  margin: auto;
  margin-top: 15px;
  font-size: 15px;
}



.contact_section .img-box {
  position: relative;
}

.contact_section .img-box img {
  width: 100%;
}

.contact_section .img-box .img_overlay {
  position: absolute;
  width: 70%;
  height: 55%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Dosis', sans-serif;
}

.contact_section .img-box .img_overlay h2 {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 25px;
  font-weight: 500;
	color: black;
}

.contact_section .img-box .img_overlay img {
	width: 70%;
	height: auto;
}
.contact_section .img-box p {
  color: black;
  font-size: 18px;
	ont-weight: 500;
}

.info_section {
  background-color: #292929;
  color: #ffffff;
}

.info_section a {
  color: #ffffff;
}

.info_section h4 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

.info_section .info-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.info_section .info-logo h2 {
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  margin-right: 15px;
}

.info_section .info-nav ul {
  padding-left: 15px;
}

.info_section .info-nav ul li {
  list-style-type: none;
  position: relative;
  margin: 3px 0;
}

.info_section .info-nav ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
}

.info_section .info-nav ul li:hover::before, .info_section .info-nav ul li.active::before {
  background-color: #7fe5c2;
}

.info_section .info-contact h6 {
  color: #7fe5c2;
  font-size: 18px;
  padding-left: 30px;
}

.info_section .info-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info_section .info-contact a img {
  min-width: 20px;
  margin-right: 10px;
}

.info_section .info-contact .call {
  margin-top: 20px;
}

.info_section .discover ul {
  padding: 0;
}

.info_section .discover ul li {
  list-style-type: none;
  margin: 5px 0;
}

.info_section .info_form {
  margin: 0 auto;
  width: 75%;
}

.info_section .info_form h4 {
  margin-bottom: 10px;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.info_section .info_form form input {
  background-color: #ffffff;
  border: none;
  width: calc(100% - 55px);
  outline: none;
  color: #000000;
  height: 42.4px;
  padding-left: 15px;
}

.info_section .info_form form input ::-webkit-input-placeholder {
  color: #9a9999;
}

.info_section .info_form form input :-ms-input-placeholder {
  color: #9a9999;
}

.info_section .info_form form input ::-ms-input-placeholder {
  color: #9a9999;
}

.info_section .info_form form input ::placeholder {
  color: #9a9999;
}

.info_section .info_form form button {
  border: none;
  outline: none;
  background-color: #7fe5c2;
  width: 55px;
  font-size: 15px;
  text-transform: uppercase;
  background-image: url(../images/right-arrow.png);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

/* footer section*/
.footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  position: relative;
}

.footer_section p {
  color: #ffffff;
  margin: 0;
  text-align: center;
  padding: 20px 0;
}

.footer_section a {
  color: #ffffff;
}
.footer_section img {
	width: 80%;
	height: auto;
}


/*# sourceMappingURL=style.css.map */


/* Campny section */
:root {
  --prof-color: #0b57a7;
}

.profile {

  margin-right: calc(clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem) * -1) !important;
  margin-left: calc(clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem) * -1) !important;
  padding-right: clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem);
  padding-left: clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem);
  padding-top: clamp(3.75rem, 2.083rem + 5.56vw, 6.25rem);
  padding-bottom: clamp(3.75rem, 2.083rem + 5.56vw, 6.25rem);
  border-top: 1rem solid var(--prof-color);
  border-bottom: 1rem solid var(--prof-color)
}
.profile > * {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.profile > * a {
  transition: ease 0.3s;
}
.profile > * a:hover {
  opacity: 0.9;
}

.profile h2 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.profile_title {
  margin-top: 4rem;
  padding-bottom: 0.5em;
  font-size: 26px;
  font-weight: 500;
  text-align: left;
  border-bottom: 3px solid var(--prof-color);
}
.profile_map img {
	margin:  0 auto;
	max-width: 90%;
	height: auto;
	padding-top: 30px;
}

/* Campny head-office */
.profile .head-office {
  display: flex;
  flex-wrap: wrap;
  gap: 0em;
}
.profile .head-office dl,
.profile.head-office dt,
.profile .head-office dd {
  margin: 0;
  padding: 0;
}
.profile .head-office dl {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
  margin-bottom: 2em;
}

.profile .head-office span {
  margin-bottom: 0;
  padding-bottom: 0.5em;
  font-weight: bold;
  font-size: 17px;
}
.profile .head-office a.map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 0.75em 0;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  background-color: var(--prof-color);
  border-radius: 100px;
  border: 2px solid #0b57a7;
}
.profile .head-office a.map:hover {
  color: #0b57a7;
  background-color: #fff;
}

/* Profile table */
.profile_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.profile_table h2{
	font-weight: bold;
	text-align: center;
}
.profile_table > tbody {
  border-bottom: 1px solid #ddd;
}
.profile_table > tbody > tr > td {
  display: list-item;
  list-style: none;
  border-top-width: 0px;
}
.profile_table > tbody > tr th,
.profile_table > tbody > tr td {
  display: list-item;
  list-style: none;
  padding: 1.5em 1em;
  line-height: 1.7;
  font-feature-settings: "halt";
  border: 1px solid #ddd;
  border-width: 1px 0 0 0;
}
.profile_table > tbody > tr th {
  width: 100%;
  text-align: center;
  background-color: #FAF9F9;
}
.profile_table > tbody > tr td {
  overflow-wrap: break-word;
  text-align: justify;
}
.profile_table > tbody > tr td:last-child {
  text-align: center;
}
.profile_table tbody tr > th {
  background-color: #f7f7f7;
}
.profile_table tbody tr th {
  display: flex;
  align-items: center;
}
.profile_table__tr:not(:first-of-type) {
  margin-top: 20px;
}

/* Company base */
.box-base {
	max-width: 960px;
    margin: 0 auto;
	margin-top: 40px;
    padding: 1em 1.5em 1em;
    border-top: 2px solid #0b57a7;
    border-radius: 3px;
    background-color: #FAF9F9;
}

.box-base > div {
    margin-bottom: 1em;
    color: #333;
    font-weight: 600;
    font-size: 1.05em;
}

.box-base > p {
    margin: 0;
    color: #333;
}

.box-base .gmap-btn{
	width: 20%;
	margin: auto;
	text-align: right;
}
.gmap-btn > a {
	display: inline-block;
  	color: #fff;
  	font-weight: bold;
  	font-size: 16px;
  	letter-spacing: 0.05em;
  	text-align: center;
  	background-color: #4580C0;
  	padding: 7px;
  	width: 130px;
 	border-radius: 25px;
  	border: 2px solid #4580C0;
  	text-decoration: none;
}
.gmap-btn  a:hover{
	color: #4580C0;
  	background-color: #fff;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .gmap-btn {
    width: 100%;
    text-align: right;
  }
}

/* Responsive */
@media screen and (min-width: 768px) {
  .profile_table {
    table-layout: auto;
  }
  .profile_table tbody tr td,
  .profile_table tbody tr th {
    width: 50%;
    display: table-cell;
    text-align: left;
    border-width: 1px 0;
  }
  .profile_table tbody tr > th {
    width: 30%;
    text-align: center;
  }
.s-footer img{
	max-width: 120px;
    width: 100%;
    margin: 0 auto 2em;
}
}

/* Showa footer */
.s-footer img{
	max-width: 260px;
    width: 100%;
    margin: 2em auto 2em;
}
.s-footer .link {
  background-color: #f2f2f2;
  max-width: 306px;
  width: 100%;
}

/*----- FAQs -----*/
.accordion {
    max-width: 500px;
    margin-bottom: 7px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	background: linear-gradient(135deg, #e2f2ff 23%, #ffffff 103%);
}

.accordion summary span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	background: #ADAAAA;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::before,
.accordion summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background: #0049FB;
    content: '';
}

.accordion summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion summary::after {
    transition: rotate .3s;
}

.accordion[open] summary::after {
    rotate: 90deg;
}

.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion[open] p {
    transform: none;
    opacity: 1;
	background: #fff;
}

.accordion[open] img {
    max-width: 100%; /* 画像がカードの幅を超えないようにする */
  	height: auto;
}


/* CTA section */
.cta-section {
    height: 50vh;
}

/* 単一カラムのスタイル */
.single-column {
    background-image: url("../images/cta-bg_left.jpg"); /* 必要に応じて背景画像を調整 */
    background-size: cover;
    background-position: center;
    position: relative;
}

/* グラデーション */
.single-column::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(127,229,194, 0.6), rgba(255, 255, 255, 0.5));
    z-index: 1;
}

/* コンテンツのスタイル */
.cta {
    position: relative;
    z-index: 2;
    color: black;
    text-align: center;
    padding: 20px;
}

/* ボタン横並び */
.cta-btn-group {
    display: flex;
    gap: 80px; /* ボタン間のスペースを調整 */
}

/* レスポンシブ対応：画面幅が768px以下でボタンを縦に並べる */
@media (max-width: 768px) {
    .cta-btn-group {
        flex-direction: column;
        align-items: center;
        gap: 10px; /* ボタン間のスペースを調整 */
    }
}
@media (max-width: 576px) {
	.cta-section {
		margin-bottom: 100px; }
}

@media screen and (max-width: 768px) {
	.cta-section {
		margin-bottom: 100px; }
	}

/*------   CTA-button  ------- */
.cta-btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 270px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #FFF;
  transition: 0.3s;
  border-radius: 50px;
  cursor: url( "../images/roller.png"),auto;
}

.cta-btn a::after {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #70FAEB;
  border-radius: 80vh;
  transition: 0.3s;
}

.cta-btn a:hover {
  text-decoration: none;
  background-color: #70B0FA;
  color: white;
}

.cta-btn a:hover::after {
  transform: scale(2);
}

/*------   CTA-border  ------- */
.cta-border {
	border-top: 30px solid #9B9696;
	border-bottom: 30px solid #D6A8A9;
}

/* 戻るボタンの配置 */
.footer_logo {
    width: 100%;
    float: left;
    text-align: center;
    top: -95px;
    position: relative;
}

.back-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0; /* 上下の余白を調整 */
}

.back-button {
  width: 80px; /* ボタンの幅（必要に応じて調整可能） */
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.back-button:hover {
  transform: scale(1.1); /* ホバー時に少し大きくなる */
}


.page_top {
    width: 100%;
    float: left;
    text-align: center;
	top: -50px;
	margin-bottom: 100px;
    position: relative;
}

/* info Graphics */
.centered-image {
    width: 100%;
	background-image: url("../images/logo-bg.png");
	background-repeat: no-repeat;
	background-position: left;
    height: auto;
    padding-bottom: 20px;
}
.centered-image img {
	margin:  0 auto;
	max-width: 70%;
	height: auto;
	padding-bottom: 10px;
	display: block;
}
.centered-image h2 {
	font-weight: bold;
}

.centered-image2 {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
	text-align: center;
}
.centered-image2 img {
	margin:  0 auto;
	max-width: 80%;
	height: auto;
	padding-bottom: 30px;
	display: block;
}
.centered-image2 h2 {
	font-weight: bold;
}

/*---------------------------------------
   Flow Step section              
-----------------------------------------*/
.flow-section {
	display: block;
}
.flow-section h2 {
	font-weight: bold;
}

.circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #7fe5e5;
  color: #34495E;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 0 auto 10px;
	font-family: Arial, Helvetica, "sans-serif";
}

.circle span {
  font-size: 26px;
  font-weight: bold;
	font-style: italic;
}

.arrow .triangle {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #B5DDD9;
	margin: auto;
}


.step p {
  margin-top: 5px;
  font-size: 18px;
	font-weight: bold;
}

.flow {
  flex-wrap: wrap;
	justify-content:center;
}

@media (max-width: 768px) {
  .flow {
    flex-direction: column;
  }
  .arrow .triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid #B5DDD9;
  margin: auto;
  }
.circle {
  width: 250px;
  padding: 10px;
  background-color: #7fe5e5;
  color: #34495E;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	}
.flow {
  flex-wrap: wrap;
	justify-content:center;
}
}

/*---------------------------------------
   color-list section              
-----------------------------------------*/

* { 
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

.acc-container {
  width:100%;
  margin:30px auto 0 auto;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border-radius:8px;
  overflow: hidden;
	background:#FFF;
}

.acc-btn { 
  width:100%;
  margin:0 auto;
  padding:10px 10px;
  cursor:pointer;
  background:#34495E;
  border-bottom:1px solid #2C3E50;
}
.acc-btn:hover {
	cursor: url( "../images/roller-w.png"),auto;
} 


.acc-content {
  width:100%;
  margin:0 auto;
  display: none;
  padding:30px;
  height: auto;
}

.acc-container h1 {
	font-size: 24px;
	font-weight: 600;
  color:#ffffff;	
}

.acc-container p { 
	font-size: 20px;
  color:#798795;
}

.acc-container img {
	max-width: 90%;
	height: auto;
}

/*---------------------------------------
   thanks  container             
-----------------------------------------*/
.thanks-container {
  background-image: url("../images/contact-bg.jpg")
}
.thanks-container h1 {
  font-size: 2.5rem;
  font-weight: bold;
}
.thanks-container p {
  font-size: 1rem;
}

@media (max-width: 768px) {
.thanks-container img {
  width: 70%;
  height: auto;
}
.thanks-container h1 {
  font-size: 2rem;
  font-weight: bold;
}
}

/*---------------------------------------
   DL-Form  container             
-----------------------------------------*/

.document-description {
	text-align: center;
	padding: 20px;
	}
.document-description img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	border-radius: 10px;
	}
.document-description ul li {
	list-style: disc;
}
.form-container {
	padding: 20px;
    }

/*---------------------------------------
   Smooth scrolling              
-----------------------------------------*/
html {
  scroll-behavior:smooth;
}

