@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Teko:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");

html {
  margin: 0 !important;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #494949;
}

a {
  color: #494949;
  text-decoration: none;
}

a:hover {
  transform: translateY(-5px);
}

.content {
  max-width: 913px;
  margin: 0 auto;
}

@media (max-width: 913px) {
  .content {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .content {
    width: 100%;
  }
}

.section {
  padding: 0;
}

.is-flex {
  display: flex !important;
}

/* -------------------------------------レスポンシブ-------------------------------------*/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* -------------------------------------フォント-------------------------------------*/
.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.teko-regular {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.teko-medium {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.teko-bold {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.red {
  color: #952329;
}

.blue {
  color: #152d95;
}

h2 {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 47px;
  color: #952329;
  line-height: 1;
}

@media (max-width: 768px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 768px) {
  h3 {
    font-size: 17px;
  }
}

h4 {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  color: #952329;
}

@media (max-width: 768px) {
  h4 {
    font-size: 19px;
  }
}

/* -------------------------------------cta-------------------------------------*/
.btn-cta {
  border-radius: 45px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-cta svg {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .btn-cta svg {
    margin-right: 5px;
  }
}

.btn-cta small {
  font-size: 12px;
}

@media (max-width: 768px) {
  .btn-cta small {
    font-size: 9px;
  }
}

/* -------------------------------------header-------------------------------------*/
header {
  padding: 10px 35px !important;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-top: 0;
  z-index: 999;
}

@media (max-width: 768px) {
  header {
    padding: 10px 25px !important;
  }
}

@media (max-width: 768px) {
  header .header {
    margin: 0 0 0 auto;
    width: 100%;
  }
}

header .header .header_logo {
  align-items: center;
  width: 25%;
}

@media (max-width: 768px) {
  header .header .header_logo {
    height: 30px;
  }
}

header .header .tagel_column_logo {
  width: 140px;
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 768px) {
  header .header .tagel_column_logo {
    width: 93px;
    margin-right: 15px;
  }
}

header .header .ABDi_logo {
  width: 120px;
  display: inline-block;
  transform: translateY(3px);
}

@media (max-width: 768px) {
  header .header .ABDi_logo {
    width: 70px;
  }
}

header .header .btn-cta-group {
  width: 75%;
  justify-content: flex-end;
  align-items: center;
  margin-right: 40px;
}

header .header .btn-cta.header {
  padding: 10px 25px;
  font-size: 18px;
  width: 220px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  header .header .btn-cta.header {
    display: none;
    padding: 10px 15px;
    font-size: 9px;
    width: 160px;
    line-height: 1.3;
  }
}

header .header .btn-cta.tell {
  color: #952329;
  background-color: #ffe6ea;
}

header .header .btn-cta.contact {
  color: #ffffff;
  background-color: #952329;
  margin-left: 24px;
}

@media (max-width: 768px) {
  header .header .btn-cta.contact {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  header .header.content {
    padding-right: 50px;
  }
}

header .menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: flex-end;
}

header .menu ul li {
  font-size: 14px;
  padding-right: 15px;
}

@media (max-width: 1040px) {
  header .pc {
    display: none !important;
  }
}

header .pc .menu {
  width: calc(80% - 220px);
}

header .sp {
  /* ハンバーガーメニュー展開時、背景を固定 */
}

@media (max-width: 1040px) {
  header .sp {
    display: block !important;
  }
}

header .sp .menu {
  width: 80%;
}

header .sp .menu ul li {
  margin-bottom: 20px;
}

header .sp .drawer__button {
  position: absolute;
  top: 0;
  right: 10px;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
  /* メニューを開いている時もクリックできるよう設定 */
}

@media (min-width: 768px) {
  header .sp .drawer__button {
    top: 20px;
  }
}

header .sp .drawer__button>span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: #8a1829;
  transform: translateX(-50%);
}

header .sp .drawer__button>span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}

header .sp .drawer__button>span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

header .sp .drawer__button>span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}

header .sp .drawer__button.active>span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

header .sp .drawer__button.active>span:nth-child(2) {
  opacity: 0;
}

header .sp .drawer__button.active>span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

header .sp .drawer__nav {
  position: fixed;
  /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

header .sp .drawer__nav.active {
  opacity: 1;
  visibility: visible;
}

header .sp .drawer__nav__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem 0 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 999;
}

header .sp .drawer__nav.active .drawer__nav__inner {
  transform: translateY(0);
}

header .sp .drawer__nav__menu {
  width: 80%;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  text-align: center;
}

header .sp .drawer__nav__menu img {
  width: 200px;
}

header .sp .drawer__nav__item .sns_list {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .sp .drawer__nav__item .sns_list a {
  margin: 10px 20px 0;
}

header .sp .drawer__nav__link {
  display: block;
  color: black;
  text-decoration: none;
  padding: 1rem 1rem;
}

header .sp .drawer__nav__link::after {
  content: "";
  display: block;
  width: 40%;
  margin: 0 auto;
  border-bottom: solid 1px #58acba;
}

header .sp body.active {
  height: 100%;
  overflow: hidden;
}

/* -------------------------------------fv-------------------------------------*/
#fv {
  padding-block: 100px;
  position: relative;
}

#fv #slider {
  width: 80%;
  height: 75vh !important;
  margin: 0 auto;
  border-radius: 15px;
}

@media (max-width: 768px) {
  #fv #slider {
    width: 85%;
  }
}

#fv .fv_txt_group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  width: 80%;
}

#fv .fv_txt_group p,
#fv .fv_txt_group h1 {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.48);
  line-height: 2;
}

#fv .fv_txt_group h1 {
  font-size: 48px;
  font-weight: 900;
}

@media (max-width: 768px) {
  #fv .fv_txt_group h1 {
    font-size: 35px;
    line-height: 1.3;
  }
}

#fv .fv_txt_group p {
  font-size: 27px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #fv .fv_txt_group p {
    font-size: 17px;
    line-height: 2.7;
  }
}

@media (max-width: 768px) {
  #fv .fv_txt_group .fv_txt {
    line-height: 1.3;
    margin-bottom: 20px;
  }
}

#fv .fv_txt_group .btn-cta.fv {
  padding: 10px 25px;
  font-size: 18px;
  width: 400px;
  color: #ffffff;
  background-color: #952329;
  margin: 20px auto;
}

@media (max-width: 768px) {
  #fv .fv_txt_group .btn-cta.fv {
    padding: 10px 15px;
    font-size: 9px;
    width: 85%;
  }
}

#fv .fv_txt_group .btn-cta.fv p {
  line-height: 1;
  font-size: 18px;
}

/* -------------------------------------about-------------------------------------*/
#about .top .top_contents {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  #about .top .top_contents {
    flex-direction: column-reverse;
  }
}

@media (min-width: 769px) {
  #about .top .top_contents .top_txt01 {
    width: 60%;
  }
}

#about .top .top_contents .top_txt01 h2 {
  margin-bottom: 10px;
}

#about .top .top_contents .top_txt01 p {
  margin-top: 15px;
}

@media (min-width: 769px) {
  #about .top .top_contents .top_swiper:not(.swiper) {
    width: 35%;
  }
}

@media (max-width: 768px) {
  #about .top .top_contents .top_swiper:not(.swiper) {
    margin-bottom: 15px;
  }
}

#about .top .top_txt02 {
  margin-top: 20px;
}

#about .bottom {
  margin-top: 40px;
  background: url(../img/about_bg.png) center center/cover no-repeat;
  padding-block: 50px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#about .bottom .bottom_contents {
  display: flex;
}

@media (max-width: 768px) {
  #about .bottom .bottom_contents {
    flex-direction: column;
  }
}

#about .bottom .bottom_contents .about04 {
  width: 70%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #about .bottom .bottom_contents .about04 {
    width: 50%;
    margin-right: 40px;
  }
}

#about .bottom .bottom_contents .bottom_txt_group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (max-width: 768px) {
  #about .bottom .bottom_contents .bottom_txt_group {
    align-items: center;
  }
}

#about .bottom .bottom_contents .bottom_txt_group .bottom_txt01 {
  font-size: 23px;
  font-weight: 700;
  color: #ffffff;
  background-color: #952329;
  padding: 10px 35px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  #about .bottom .bottom_contents .bottom_txt_group .bottom_txt01 {
    font-size: 17px;
    margin-top: 35px;
    margin-bottom: 10px;
    padding: 10px 20px;
  }
}

#about .bottom .bottom_contents .bottom_txt_group .bottom_txt02 {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #about .bottom .bottom_contents .bottom_txt_group .bottom_txt02 {
    font-size: 16px;
  }
}

#about .bottom .bottom_contents .about05 {
  width: 57%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* -------------------------------------collabo-------------------------------------*/
#collabo p.teko-bold,
#collabo span.teko-bold {
  font-size: 20px;
}

@media (max-width: 768px) {

  #collabo p.teko-bold,
  #collabo span.teko-bold {
    font-size: 18px;
  }
}

#collabo .ttl {
  margin-top: 80px;
  margin-bottom: 25px;
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 550px 1fr;
  gap: 0px 50px;
  align-items: center;
}

@media (max-width: 768px) {
  #collabo .ttl {
    grid-template-columns: 1fr 70% 1fr;
    gap: 0px 10px;
  }
}

#collabo .ttl .line {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 5px;
  background: #8a1829;
  vertical-align: middle;
}

#collabo .ttl .line::before {
  border-radius: 50px;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  background: #8a1829;
}

#collabo .ttl .line:first-child::before {
  right: -3px;
}

#collabo p>small {
  font-size: 12px;
}

#collabo p:not(:has(small)) {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  #collabo p:has(picture img) {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  #collabo p:has(picture img) {
    width: 100vw;
    margin: 40px calc(50% - 50vw) 20px;
  }
}

#collabo img {
  padding-bottom: 20px;
}

/* -------------------------------------point-------------------------------------*/
#point {
  padding-top: 60px;
  margin-top: 60px;
  background: #FFFCFC;
}

#point .point_contents {
  margin-top: 40px;
}

#point .point_contents .item_block {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}

@media (max-width: 768px) {
  #point .point_contents .item_block {
    display: block;
    margin: 50px 0 80px 0;
  }
}

#point .point_contents .item_block .item_txt {
  width: 49%;
}

@media (max-width: 768px) {
  #point .point_contents .item_block .item_txt {
    width: 100%;
    margin-bottom: 20px;
  }
}

#point .point_contents .item_block .item_txt .point_txt {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0 20px 0;
}

@media (max-width: 768px) {
  #point .point_contents .item_block .item_txt .point_txt {
    font-size: 18px;
  }
}

#point .point_contents .item_block .item_txt .point_txt span {
  font-size: 27px;
  padding-right: 10px;
}

@media (max-width: 768px) {
  #point .point_contents .item_block .item_txt .point_txt span {
    font-size: 24px;
  }
}

#point .point_contents .item_block .item_txt .point_img {
  width: 90%;
  margin: 30px auto 0;
}

@media (max-width: 768px) {
  #point .point_contents .item_block .item_txt .point_img {
    width: 100%;
    margin: 20px auto 0;
  }
}

#point .point_contents .item_block .item_txt .point_img img {
  width: 100%;
}

#point .point_contents .item_block .item {
  width: 49%;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  #point .point_contents .item_block .item {
    width: 100%;
  }
}

#point .point_contents .item_block .item .item_img {
  width: 100%;
  margin: 0 auto;
}

/* -------------------------------------point-------------------------------------*/
#reason {
  margin-top: 80px;
}

#reason .reason_hr {
  position: relative;
}

#reason .reason_hr hr {
  position: absolute;
  top: 68%;
  left: 0;
  width: 47%;
  height: 7px;
  background-color: #f0f0f0;
  border: 0;
}

@media (max-width: 768px) {
  #reason .reason_hr hr {
    top: 19%;
    width: 95%;
  }
}

#reason .reason_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  #reason .reason_contents {
    flex-direction: column;
    align-items: flex-start;
  }
}

#reason .reason_contents h2 {
  color: #494949;
  font-size: 43px;
}

@media (max-width: 768px) {
  #reason .reason_contents h2 {
    font-size: 28px;
  }
}

#reason .reason_contents h2 span {
  font-size: 56px;
}

@media (max-width: 768px) {
  #reason .reason_contents h2 span {
    font-size: 45px;
  }
}

@media (min-width: 768px) {
  #reason .reason_contents .reason01 {
    width: 45%;
  }
}

@media (max-width: 768px) {
  #reason .reason_contents .reason01 {
    margin-top: 30px;
  }
}

#reason .table_wrap.pc {
  overflow-x: scroll;
  -ms-overflow-style: none;
  margin-bottom: 100px;
}

#reason .table_wrap::-webkit-scrollbar {
  display: none;
}

#reason table {
  margin-top: 65px;
  width: 100%;
  text-align: center;
  border-spacing: 0;
}

@media (max-width: 767px) {
  #reason table {
    margin-top: 28px;
    margin-right: 20px;
  }
}

#reason table .text-left {
  text-align: left;
}

#reason table .me-1 {
  margin-right: 0.25rem !important;
}

#reason table thead tr th {
  padding: 10px;
}

#reason table th,
#reason table td {
  padding: 20px;
}

@media (max-width: 767px) {

  #reason table th,
  #reason table td {
    padding: 13px;
  }
}

#reason table td.ttl_pdg {
  padding: 10px;
}

#reason table td.ttl_pdg0 {
  padding: 0;
}

#reason table tbody tr th {
  font-size: 14px;
  font-weight: 400;
}

#reason table tbody tr td {
  font-size: 14px;
}

@media (max-width: 767px) {
  #reason table tbody tr td {
    font-size: 13px;
  }
}

#reason table tbody tr td.column2 {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  #reason table tbody tr td.column2 {
    font-size: 14px;
  }
}

#reason table .bg_gray {
  background-color: #f0f0f0;
}

#reason table .bg_lightgray {
  background-color: #f0f0f0;
}

#reason table .ttl_grey_bg {
  background-color: #f0f0f0;
  position: relative;
}

#reason table .ttl_grey_bg:after {
  content: "";
  border-inline: 15px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#reason table tbody tr:not(.end),
#reason table tbody tr th.bg_gray:not(.end),
#reason table tbody tr td.bg_lightblue:not(.end) {
  background-size: 25px 2px;
  background-image: linear-gradient(to right, #cccccc, #cccccc 10px, transparent 10px, transparent 15px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 5px;
}

#reason table tbody tr td.line_red {
  border-left: 2px solid #952329;
  border-right: 2px solid #952329;
  border-collapse: collapse;
}

#reason table tbody tr td.line_red.end {
  border-bottom: 2px solid #952329;
  border-collapse: collapse;
}

#reason table tbody tr td.line_red_left {
  border-left: 2px solid #952329;
  border-collapse: collapse;
}

#reason table .column3 {
  border-right: 1px solid #cccccc;
  border-collapse: collapse;
}

#reason table .tbody_bottomright.column3 {
  border-bottom: 1px solid #cccccc;
  border-radius: 0 0 10px 0;
}

#reason table img {
  margin: 0 auto;
  width: 44px;
}

@media (max-width: 767px) {
  #reason table img {
    width: 28px;
  }
}

#reason table .table_tagel {
  font-size: 22px;
  color: #ffffff;
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  background-color: #952329;
}

#reason table .tbody_topleft {
  border-radius: 10px 0 0 0;
}

#reason table .tbody_topright {
  border-radius: 0 10px 0 0;
}

#reason table .tbody_bottomleft {
  border-radius: 0 0 0 10px;
}

#reason table .tbody_bottomright {
  border-radius: 0 0 10px 0;
}

#reason table .tbody .ttl {
  position: relative;
}

#reason table .tbody .ttl .ttl_txt {
  position: absolute;
}

#reason .lowCost {
  margin-top: 60px;
}

@media (min-width: 768px) {
  #reason .lowCost .lowCost_contents {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {

  #reason .lowCost .lowCost_contents .txt,
  #reason .lowCost .lowCost_contents .sub_txt {
    width: 50%;
  }
}

#reason .lowCost .lowCost_contents .txt .catch_txt,
#reason .lowCost .lowCost_contents .sub_txt .catch_txt {
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 768px) {

  #reason .lowCost .lowCost_contents .txt .catch_txt,
  #reason .lowCost .lowCost_contents .sub_txt .catch_txt {
    font-size: 28px;
  }
}

#reason .quick,
#reason .easy {
  display: flex;
  margin-top: 60px;
}

@media (min-width: 768px) {

  #reason .quick,
  #reason .easy {
    align-items: center;
  }
}

@media (min-width: 768px) {

  #reason .quick .txt,
  #reason .easy .txt {
    width: 60%;
  }
}

#reason .quick .txt .catch_txt,
#reason .easy .txt .catch_txt {
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 768px) {

  #reason .quick .txt .catch_txt,
  #reason .easy .txt .catch_txt {
    font-size: 28px;
  }
}

@media (min-width: 768px) {

  #reason .quick .reason02,
  #reason .quick .reason03,
  #reason .easy .reason02,
  #reason .easy .reason03 {
    width: 30%;
  }
}

@media (max-width: 768px) {

  #reason .quick .reason02,
  #reason .quick .reason03,
  #reason .easy .reason02,
  #reason .easy .reason03 {
    width: 80%;
    margin: 0 auto 20px;
  }
}

@media (max-width: 768px) {
  #reason .quick {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  #reason .quick .reason02 {
    margin-right: 50px;
  }
}

#reason .easy {
  justify-content: space-between;
}

@media (max-width: 768px) {
  #reason .easy {
    flex-direction: column-reverse;
  }
}

/* -------------------------------------product-------------------------------------*/
#product {
  margin-top: 80px;
  padding-block: 50px;
  background: url(../img/product_bg_pc.jpg) center center/cover no-repeat;
}

@media (max-width: 768px) {
  #product {
    padding-block: 30px;
    background: url(../img/product_bg_sp.jpg) center center/cover no-repeat;
  }
}

@media (min-width: 768px) {
  #product .product_contents {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  #product .product_contents .ttl {
    width: 20%;
  }
}

#product .product_contents .product_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

@media (min-width: 768px) {
  #product .product_contents .product_item {
    width: 80%;
  }
}

#product .product_contents .product_item .item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 25px;
  width: 47%;
  margin-bottom: 40px;
  background-color: #ffffff;
  font-size: 14px;
}

@media (max-width: 768px) {
  #product .product_contents .product_item .item {
    width: 100%;
  }
}

#product .product_contents .product_item .item img {
  width: 90%;
  margin: 0 auto;
}

#product .product_contents .product_item .item .txt01 {
  margin-block: 15px;
  display: flex;
  justify-content: space-between;
}

#product .product_contents .product_item .item .txt01 .gray_bg {
  font-size: 13px;
  color: #ffffff;
  background-color: #969696;
  border-radius: 15px;
  padding: 5px 10px;
}

#product .product_contents .product_item .item .txt02 {
  display: flex;
}

#product .product_contents .product_item .item .txt02 div {
  width: 50%;
  display: flex;
  flex-direction: column;
}

#product .product_contents .product_item .item .txt02 div p {
  flex-grow: 1;
}

#product .swiper_product_container {
  width: 100%;
  overflow: hidden;
}

#product .swiper_product_container .slide-pagination-wrapper {
  display: flex;
  justify-content: center;
}

#product .swiper_product_container .swiper-pagination {
  position: static;
  padding: 0 20px;
}

#product .swiper_product_container .swiper-pagination .swiper-pagination-bullet {
  background: #969696;
}

#product .swiper_product_container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8a1829;
}

#product .swiper_product_container .swiper-horizontal>.swiper-pagination-bullets,
#product .swiper_product_container .swiper-pagination-bullets.swiper-pagination-horizontal,
#product .swiper_product_container .swiper-pagination-custom,
#product .swiper_product_container .swiper-pagination-fraction {
  width: auto;
}

#product .swiper_product_container .swiper-pagination-bullets {
  display: flex;
  align-items: center;
}

#product .swiper_product_container .swiper-button-prev,
#product .swiper_product_container .swiper-button-next {
  position: static;
  margin-top: initial;
  color: #8a1829;
}

#product .swiper_product_container .swiper-button-prev.swiper-button-disabled,
#product .swiper_product_container .swiper-button-next.swiper-button-disabled {
  color: #969696;
}

#product .swiper_product_container .swiper-button-prev::after,
#product .swiper_product_container .swiper-button-next::after {
  display: none;
}

/* -------------------------------------caseStudy-------------------------------------*/
#caseStudy {
  padding-block: 50px;
}

#caseStudy .ttl {
  margin-top: 80px;
  padding-bottom: 35px;
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 550px 1fr;
  gap: 0px 50px;
  align-items: center;
}

@media (max-width: 768px) {
  #caseStudy .ttl {
    grid-template-columns: 1fr 70% 1fr;
    gap: 0px 10px;
  }
}

#caseStudy .ttl .line {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 5px;
  background: #8a1829;
  vertical-align: middle;
}

#caseStudy .ttl .line::before {
  border-radius: 50px;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  background: #8a1829;
}

#caseStudy .ttl .line:first-child::before {
  right: -3px;
}

#caseStudy .caseStudy_ttl {
  font-size: 25px;
  font-weight: bold;
  margin-top: 40px;
}

#caseStudy .caseStudy_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
}

@media (min-width: 768px) {
  #caseStudy .caseStudy_contents {
    gap: 0 15px;
  }
}

#caseStudy .caseStudy_contents .item_contents {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  #caseStudy .caseStudy_contents .item_contents {
    flex: 1 0 31.25%;
  }
}

#caseStudy .caseStudy_contents .item_contents .case {
  color: #ffffff;
  padding: 3px 10px;
  font-size: 14px;
  background-color: #952329;
  display: inline-block;
  align-self: flex-start;
}

#caseStudy .caseStudy_contents .item_contents .item {
  flex-grow: 1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 10px 10px 10px;
  padding: 25px;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  #caseStudy .caseStudy_contents .item_contents .item {
    width: 100%;
  }
}

#caseStudy .caseStudy_contents .item_contents .item img {
  border-radius: 11px;
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  #caseStudy .caseStudy_contents .item_contents .item img {
    height: 170px;
  }
}

#caseStudy .caseStudy_contents .item_contents .item .txt {
  margin-top: 20px;
}

#caseStudy .caseStudy_contents .item_contents .item .txt .product_txt {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #952329;
}

@media (max-width: 768px) {
  #caseStudy .caseStudy_contents .item_contents .item .txt .product_txt {
    font-size: 18px;
  }
}

#caseStudy .caseStudy_contents .item_contents .item .txt hr {
  border-top: 2px solid #952329;
  width: 40px;
  margin-block: 5px 20px;
}

/* -------------------------------------flow-------------------------------------*/
#flow {
  padding-block: 50px;
}

@media (min-width: 768px) {
  #flow .flow_txt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

#flow .flow_txt .sub_txt {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

@media (max-width: 768px) {
  #flow .flow_txt .sub_txt {
    font-size: 16px;
    margin-top: 30px;
  }
}

#flow .flow_txt .sub_txt span {
  font-size: 25px;
}

@media (max-width: 768px) {
  #flow .flow_txt .sub_txt span {
    font-size: 20px;
  }
}

#flow .item_contents.sp {
  margin-top: 30px;
}

#flow .item_contents.sp .arrow_bg {
  position: relative;
}

#flow .item_contents.sp .arrow_bg .arrow_line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(0deg, rgb(138, 24, 41) 0%, rgb(221, 150, 165) 100%);
  z-index: -1;
  width: 17px;
  height: 100%;
}

#flow .item_contents.sp .item {
  border: 1px solid #cecece;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 25px;
  margin-top: 25px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#flow .item_contents.sp .item .txt01 {
  font-size: 20px;
  font-weight: 600;
}

#flow .item_contents.sp .item .txt02 {
  font-size: 14px;
  margin-top: 10px;
}

#flow .item_contents.sp .red_line {
  border: 1px solid #edd0d2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13);
  position: relative;
}

#flow .item_contents.sp .red_line .arrow {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 50.5px;
  height: 46px;
  background: #8a1829;
  -webkit-clip-path: polygon(0 50.5%, 33.2% 50.5%, 33.2% 0, 66.8% 0, 66.8% 50.5%, 100% 50.5%, 50% 100%);
  clip-path: polygon(0 50.5%, 33.2% 50.5%, 33.2% 0, 66.8% 0, 66.8% 50.5%, 100% 50.5%, 50% 100%);
}

#flow .item_contents.pc {
  margin-top: 45px;
}

#flow .item_contents.pc .item_contents01 {
  margin-block: 25px;
}

#flow .item_contents.pc .item_contents01,
#flow .item_contents.pc .item_contents02 {
  position: relative;
}

#flow .item_contents.pc .item_contents01 .arrow_line01,
#flow .item_contents.pc .item_contents02 .arrow_line01 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: linear-gradient(270deg, rgb(138, 24, 41) 0%, rgb(221, 150, 165) 100%);
  z-index: -1;
  width: 70%;
  height: 17px;
}

#flow .item_contents.pc .item_contents01 .arrow_line02,
#flow .item_contents.pc .item_contents02 .arrow_line02 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgb(138, 24, 41) 0%, rgb(221, 150, 165) 100%);
  z-index: -1;
  width: 70%;
  height: 17px;
}

#flow .item_contents.pc .item_group {
  display: flex;
  justify-content: space-between;
}

#flow .item_contents.pc .item_group .item {
  border: 1px solid #cecece;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 25px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
}

#flow .item_contents.pc .item_group .item .txt01 {
  font-size: 20px;
  font-weight: 600;
}

#flow .item_contents.pc .item_group .item .txt02 {
  font-size: 14px;
  margin-top: 10px;
}

#flow .item_contents.pc .item_group .red_line {
  border: 1px solid #edd0d2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13);
  position: relative;
}

#flow .item_contents.pc .item_group .red_line .arrow {
  position: absolute;
  top: 50%;
  left: -7%;
  transform: translateY(-50%);
  display: inline-block;
  width: 37px;
  height: 43.1px;
  background: #8a1829;
  -webkit-clip-path: polygon(0 30.3%, 47.6% 30.3%, 47.6% 0, 100% 50%, 47.6% 100%, 47.6% 69.7%, 0 69.7%);
  clip-path: polygon(0 30.3%, 47.6% 30.3%, 47.6% 0, 100% 50%, 47.6% 100%, 47.6% 69.7%, 0 69.7%);
}

/* -------------------------------------price-------------------------------------*/
#price {
  padding-block: 50px;
}

#price .price_contents {
  position: relative;
}

#price .price_contents .price_item {
  width: 100%;
  padding-left: 2%;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 20px;
}

#price .price_contents .price_item p {
  grid-column: 1/3;
}

@media (max-width: 768px) {
  #price .price_contents .price_item {
    width: 100%;
    padding: 0;
    margin: 20px auto;
    display: block;
  }
}

#price .price_contents .price_item .item {
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  background-color: #ffffff;
  padding: 2em;
}

@media (max-width: 768px) {
  #price .price_contents .price_item .item {
    margin-bottom: 20px;
  }
}

#price .price_contents .price_item .item h4 {
  font-size: 24px;
  color: #3d4898;
  background: #e3e9f9;
  padding: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* height: 2em; */
  grid-column: 1/3;
  grid-row: 1/2;
  box-sizing: border-box;
  margin-bottom: 0.5em;
}

#price .price_contents .price_item .item .txt01 {
  display: flex;
  flex-wrap: wrap;
}

#price .price_contents .price_item .item .txt01 dt:not(:last-of-type),
#price .price_contents .price_item .item .txt01 dd:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
}

@media (max-width: 768px) {
  #price .price_contents .price_item .item .txt01 {
    display: block;
  }
}

#price .price_contents .price_item .item .txt01 dt,
#price .price_contents .price_item .item .txt01 dd {
  margin-top: 0.5em;
}

#price .price_contents .price_item .item .txt01 dt {
  width: 3em;
}

@media (max-width: 768px) {
  #price .price_contents .price_item .item .txt01 dt {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    line-height: 1;
    margin-top: 0.7em;
  }
}

#price .price_contents .price_item .item .txt01 dd {
    width: 100%;
    font-weight: 400;
  }

  @media (max-width: 768px) {
    #price .price_contents .price_item .item .txt01 dd {
    width: calc(100% - 3em);
    margin-top: 0;
  }
}

#price .price_contents .price_item .item .txt01 small {
  font-size: 13px;
  font-weight: 500;
}

#price .price_contents .price_item .item:last-of-type h4 {
  color: #34561d;
  background: #e8f3df;
}
#price .price_contents .price_item.price-image {
  align-items: center;
  width: 100%;
  padding-left: 2%;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-template-rows: 1fr auto;
  gap: 20px;
}

@media (max-width: 768px) {
  #price .price_contents .price_item.price-image {
    display: block;
  }
}

#price .price_contents .price_item.price-image h4 {
  background: #FFF0F0;
  color: #494949;
  padding: 10px;
  font-family: "Roboto", sans-serif;
}

#price .price_contents .price_item.price-image h4 small {
  font-size: 0.6em;
}

#price .price_contents .price_item.price-image h4.bg-gray {
  background: #F0F0F0;
  font-size: 1em;
}

@media (min-width: 768px) {
  #price .price_contents .price_item.price-image p {
    grid-column: 1/3;
  }
}

#price .price_contents .price_item.price-image .txt01 {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #price .price_contents .price_item.price-image .txt01 {
    display: flex !important;
  }
}

#price .price_contents .price_item.price-image .txt01 dt {
  width: 5em;
}

@media (max-width: 768px) {
  #price .price_contents .price_item.price-image .txt01 dt {
    width: 40%;
    display: inline-block;
  }
}

#price .price_contents .price_item.price-image .txt01 dd {
  width: calc(100% - 5em);
  font-weight: 400;
}

@media (max-width: 768px) {
  #price .price_contents .price_item.price-image .txt01 dd {
    width: 55%;
    display: inline-block;
  }
}

#price .price_contents .price_item.price-image .txt01 dt:not(:last-of-type),
#price .price_contents .price_item.price-image .txt01 dd:not(:last-of-type) {
  display: block;
  border-bottom: none;
  padding-bottom: 5px;
}

#price .price_contents .price_item.price-image .txt01 dt.border,
#price .price_contents .price_item.price-image .txt01 dd.border {
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  padding-bottom: 0.3em;
}

@media (max-width: 768px) {

  #price .price_contents .price_item.price-image .txt01 dt.border,
  #price .price_contents .price_item.price-image .txt01 dd.border {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 0.3em;
    margin-bottom: 0.3em;
  }
}

#price .price_contents .price_item.price-image .txt01 dd small.block,
#price .price_contents .price_item.price-image .txt01 dt small.block {
  display: block;
    padding-top: 2px;
      margin-bottom: 10px;
}

@media (min-width: 768px) {

  #price .price_contents .price_item.price-image .txt01 dd small.block,
  #price .price_contents .price_item.price-image .txt01 dt small.block {

  }
}

@media (max-width: 768px) {
  #price .price_contents .price_item {
    width: 100%;
    padding: 0;
    margin: 20px auto;
    display: block;
  }
}

@media (max-width: 768px) {
  #price .price_contents .price_item .item {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  #price .price_contents .price_item .item .txt01 {
    display: block;
  }
}

@media (max-width: 768px) {
  #price .price_contents .price_item .item .txt01 dt {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    line-height: 1;
    margin-top: 0.7em;
  }
}

@media (max-width: 768px) {
  #price .price_contents .price_item .item .txt01 dd {
    margin-top: 0;
  }
}
/* -------------------------------------faq-------------------------------------*/
#cta {
  margin-top: 50px;
  padding-block: 50px;
  background: url(../img/cta_bg.jpg) center center/cover no-repeat;
  position: relative;
}

#cta #cta_area {
  position: absolute;
  top: 50%;
  transform: translateY(-50vh);
}

@media (min-width: 768px) {
  #cta .cta_contents {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}

#cta .cta_contents .txt_group {
  text-align: center;
}

#cta .cta_contents .txt01 {
  font-size: 18px;
  font-weight: 600;
}

#cta .cta_contents .txt02 {
  font-size: 24px;
  font-weight: 600;
}

#cta .cta_contents .txt02 span {
  font-size: 29px;
}

#cta .cta_contents .btn-cta.cta {
  padding: 10px 25px;
  font-size: 17px;
  width: 40%;
  color: #ffffff;
  background-color: #952329;
}

@media (max-width: 768px) {
  #cta .cta_contents .btn-cta.cta {
    padding: 10px 15px;
    width: 85%;
    margin: 30px auto 0;
  }
}

/* -------------------------------------faq-------------------------------------*/
#faq {
  padding-block: 50px;
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}

#faq .price_contents {
  margin-top: 45px;
}

#faq .tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  margin: 0 auto;
}

#faq .tab_item {
  width: 30%;
  min-width: 155px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 17px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  transition: all 0.2s ease;
  margin: 15px 10px 0;
}

@media (max-width: 768px) {
  #faq .tab_item {
    font-size: 14px;
    margin: 15px 5px 0;
    padding: 10px;
  }
}

#faq .tab_item:hover {
  opacity: 0.75;
}

#faq input[name=tab_item] {
  display: none;
}

#faq .tab_content {
  display: none;
}

#faq .tab_content .me-3 {
  margin-right: 16px;
}

#faq .tab_content .qa {
  font-size: 17px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  #faq .tab_content .qa {
    font-size: 16px;
  }
}

#faq .tab_content .qa__block {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}

#faq .tab_content .qa__block .teko-bold {
  font-size: 24px;
}

@media (max-width: 767px) {
  #faq .tab_content .qa__block .teko-bold {
    font-size: 22px;
  }
}

#faq .tab_content .qa__item {
  display: inline-block;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.16);
}

#faq .tab_content .qa__head {
  position: relative;
  text-align: left;
  padding: 30px 40px;
  cursor: pointer;
  width: 100%;
  border: 0;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  #faq .tab_content .qa__head {
    padding: 20px 35px 20px 20px;
  }
}

#faq .tab_content .qa__head_txt {
  font-size: 20px;
}

@media (max-width: 767px) {
  #faq .tab_content .qa__head_txt {
    font-size: 18px;
  }
}

#faq .tab_content .qa__body {
  position: relative;
  border: transparent;
  /*borderを非表示の状態にする*/
  padding: 0 20px;
  /*上下のpaddingを0に書き換える*/
  line-height: 0;
  /* 非表示時、0*/
  opacity: 0;
  /* 非表示時、0*/
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  background-color: #ffffff;
}

#faq .tab_content .qa__body .qa__txt {
  display: flex;
  align-items: center;
}

#faq .tab_content .qa__head:after {
  content: "";
  border-top: 3px solid #cccccc;
  border-left: 3px solid #cccccc;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(-135deg) translateY(9px);
  position: absolute;
  right: 5%;
  top: 50%;
  transition: transform 0.4s;
}

@media (max-width: 767px) {
  #faq .tab_content .qa__head:after {
    right: 7%;
  }
}

#faq .tab_content .qa__body.is-open {
  padding: 30px 0;
  margin: 0 40px;
  line-height: 1.5;
  opacity: 1;
  border-top: 1px solid #cccccc;
}

@media (max-width: 767px) {
  #faq .tab_content .qa__body.is-open {
    margin: 0 20px;
  }
}

#faq .tab_content .qa__head.is-open::after {
  transform: rotate(45deg) translateY(-10px);
}

#faq #faq01:checked~#faq01_content,
#faq #faq02:checked~#faq02_content,
#faq #faq03:checked~#faq03_content {
  display: block;
}

#faq .tabs input:checked+.tab_item {
  background-color: #494949;
  color: #fff;
}

/* -------------------------------------contact-------------------------------------*/
#contact {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #f0f0f0;
  position: relative;
}

#contact .small01,
#contact .small01 span {
  font-size: 14px;
}

#contact #contact_area {
  position: absolute;
  top: 50%;
  transform: translateY(-50vh);
}

#contact .contact-bg {
  background-color: #f0f0f0;
}

#contact .my-form {
  color: #952329;
}

#contact .my-form .btn-default {
  background-color: #952329;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  margin: 15px auto 0 0;
  width: 200px;
}

#contact .my-form .btn-default:hover {
  background-color: #e3a5b0;
  color: #fff;
}

#contact .my-form .form-control {
  border-radius: 0;
}

#contact .contact_pnumber a:link {
  font-size: 30px;
}

#contact .contact_pnumber a:hover {
  font-size: 30px;
}

#contact .contact_pnumber a:visited {
  font-size: 30px;
}

#contact #contact-links a:link {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  text-align: left;
  transition: 0.3s;
}

#contact #contact-links a:hover {
  color: #719191;
  text-decoration: none;
}

#contact .mb-3,
#contact .my-3 {
  margin-bottom: 1rem !important;
}

#contact .text-left {
  text-align: left !important;
}

#contact h2 {
  color: #444444;
  font-size: 35px;
}

@media (max-width: 768px) {
  #contact h2 {
    font-size: 32px;
  }
}

#contact .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

#contact .fa-2x {
  font-size: 2em;
}

#contact .fa-phone-volume:before {
  content: "\f2a0";
}

#contact .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#contact .col-md-6,
#contact .col-sm-10,
#contact .col-sm-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

#contact .col-md-1,
#contact .col-md-11 {
  position: relative;
  padding-left: 15px;
}

@media (min-width: 768px) {
  #contact .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  #contact .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #contact .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  #contact .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#contact .form-group {
  margin-bottom: 1rem;
}

#contact .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#contact .btn {
  display: block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#contact .btn:disabled {
  opacity: 0.65;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

/* -------------------------------------thanks-------------------------------------*/
#thanks {
  margin-top: 76px;
  padding-block: 100px;
  height: 50vh;
}

@media (max-width: 768px) {
  #thanks {
    height: 60vh;
  }
}

#thanks .section-title {
  text-align: center;
  padding-bottom: 30px;
}

#thanks .section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  /*text-transform: capitalize;*/
}

#thanks .section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 180px;
  height: 3px;
  background: linear-gradient(90deg, #e3a5b0, #952329);
  bottom: 1px;
  left: calc(50% - 90px);
}

#thanks .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 180px;
  height: 3px;
  background: linear-gradient(90deg, #e3a5b0, #952329);
  bottom: 0;
  left: calc(50% - 90px);
}

#thanks .section-title p {
  margin-bottom: 0;
}

#thanks a {
  margin-top: 30px;
  display: inline-block;
  border-bottom: 1px solid;
}

/* -------------------------------------footer-------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  position: relative;
  background: #565656;
}

#footer li,
#footer br {
  line-height: 1.5;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer .footer_logo {
  width: 50%;
}

#footer .pull-left {
  float: left;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 15;
  margin: 30px 0 0 0;
  padding: 0;
  line-height: 1.5;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #fdc134;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #fcb102;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #284864;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #fcb102;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  /*border-top: 1px solid #1a2e40;*/
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    padding: 5px;
    float: none;
    text-align: ceneter;
  }
}

#footer .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#footer .justify-content-center {
  justify-content: center !important;
}

#footer .footer_col {
  padding-top: 50px;
}

#footer .footer_title {
  font-size: 15px;
  text-align: left;
  font-weight: bold;
}

@media (min-width: 768px) {
  #footer .footer_title {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  #footer .footer_title {
    margin-top: 20px;
  }
}

#footer .footer_title strong {
  font-weight: bolder;
  color: #fff;
}

#footer .text-left {
  text-align: left !important;
}

@media (min-width: 768px) {
  #footer .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  #footer .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (min-width: 768px) {
  #footer .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

#footer .col-md-1,
#footer .col-md-10,
#footer .col-md-11,
#footer .col-md-12,
#footer .col-md-2,
#footer .col-md-3,
#footer .col-md-4,
#footer .col-md-5,
#footer .col-md-6,
#footer .col-md-7,
#footer .col-md-8,
#footer .col-md-9,
#footer .col-md-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  #footer .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  #footer .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  #footer .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  #footer .container {
    max-width: 1140px;
  }
}

#footer .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background: rgba(26, 46, 64, 0.85);*/
  z-index: 1;
}

/* -------------------------------------pagetop_button-------------------------------------*/
#floating .pagetop_button_wrap {
  display: block;
  position: fixed;
  right: 40px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition-duration: 0.4s;
}

#floating .pagetop_button_wrap .pagetop_button {
  -webkit-animation: 15s linear infinite rotation1;
  animation: 15s linear infinite rotation1;
}

#floating .pagetop_button_wrap .pagetop_button span {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 7px;
  background: #ffe6ea;
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  rotation: 22.5deg;
}

@-webkit-keyframes rotation1 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

#floating .pagetop_button_wrap .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 15px;
}

#floating .pagetop_button_wrap .txt small.teko-bold {
  font-size: 16px;
}

#floating .pagetop_button_wrap:hover {
  transform: scale(1.1);
}

#floating .pagetop_button_wrap:hover .pagetop_button {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.floating-info {
  width: 100%;
  text-align: right;
  position: fixed;
  bottom: 5px;
  right: 0px;
  z-index: 999;
  height: 120px;
  /* Accordion Start */
  /* Accordion End */
}

.floating-info .acd-check4 {
  display: none;
}

.floating-info .acd-label {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 20%;
  margin: 20px;
  width: 86px;
  height: 86px;
}

.floating-info .acd-content4 {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.floating-info .acd-check4:checked+.acd-label+.acd-content4 {
  text-align: center;
  width: 93%;
  height: auto;
  opacity: 1;
  padding: 20px;
  visibility: visible;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #d9d9d9;
}

.floating-info .acd-check4:checked+.acd-label+.acd-content4 p {
  font-size: 12px;
  font-weight: bold;
}

.floating-info .acd-check4:checked+.acd-label+.acd-content4 img {
  width: 80%;
  min-width: 220px;
  margin: 0 auto;
}

.floating-info .acd-check4:checked+.acd-label+.acd-content4 img:first-child {
  margin-bottom: 20px;
}