@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
#main-img {
  display: none;
}
/*--------------------------------------------------------------------------
 faq-main
--------------------------------------------------------------------------*/
#faq-main {
  width: 100%;
  height: auto;
  display: block;
  padding-top: 50px;
}
#faq-main h2 {
  font-family: 'Cinzel', serif;
  line-height: 1.75;
  text-align: center;
  font-size: 3.2rem;
  padding-bottom: 25px;
  color:#c4972f;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#faq-main h2 > span {
  font-size: 1.4rem;
  font-weight: normal;
}
#faq-main p {
  font-family: 'Cinzel', serif;
  font-weight: bold;
  text-align: justify;
}
.faq-main-container {
  width: 100%;
  max-width: 1024px;
  margin:0 auto;
  display: flex;
  padding: 50px 0 80px 0;
}
.faq-main-content {
  width: 100%;
  height: auto;
  min-height: 460px;
  padding: 50px;
  box-sizing: border-box;
  background: #fff;
}
.faq-main-content img {
  width: auto;
  height: 50px;
  display: block;
  margin: 0 auto;
}
.faq-main-img {
  width: 100%;
  height: auto;
  position: relative;
}
.faq-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-main-img-bg {
  width: 70%;
  position: absolute;
  top:60%;
  left: -10%;
}
.faq-main-img-bg img {
  width: 100%;
  height: auto;
}
/*--------------------------------------------------------------------------
 faq
--------------------------------------------------------------------------*/
#faq {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 50px 0 100px;
  position: relative;
  background: linear-gradient(to bottom,#fff,#fafafa);
}
#faq::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top:60px;
  right: 0;
  background: url('../img/faq/main-bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .1;
}
#faq-category {
  width: 100%;
  height: auto;
}
.faq-title h2 {
  width: 100%;
  max-width: 1024px;
  margin:0 auto;
  padding: 10px 0;
  font-size: 1.6rem;
  color:#505050;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}
.faq-title h2 i {
  color: #e57a91;
  margin-right: 5px;
}
.faq-content {
  width: 100%;
  max-width: 1024px;
  margin:0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.faq-tab {
  width: 100%;
}
.faq-tab ul {
  display: flex;
  list-style: none;
}
.faq-tab li {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight:bold;
  box-sizing: border-box;
  padding: 10px 0;
  margin-right: 5px;
  position: relative;
  background: #Fafafa;
}
.faq-tab li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
}
.faq-tab img {
  width: 25%;
  height: auto;
}

.faq-container {
  width: 100%;
  max-width: 1024px;
  min-width: 880px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.faq-read {
  font-size: 1.6rem;
  font-weight: bold;
}
.faq-container ul {
  width: 48%;
  min-width: 440px;
  height: auto;
  list-style: none;
  position: relative;
  margin-bottom: 60px;
}
.faq-container-title {
  width: 100%;
  height: 60px;
  background: #e57a91;
  line-height: 60px;
  padding: 0 5px;
  box-sizing: border-box;
}
.faq-in-title {
  display: flex;
  align-items: center;
}
.faq-in-title img {
  width: 24px;
  height: auto;
  display: block;
  margin: 0 5px;
}
.faq-in-title h2 {
  font-size: 1.8rem;
  color:#fff;
  font-family: 'Cinzel', serif;
}
/*アコーディオン*/
.acd-check{
  display: none;
}
.acd-label{
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  font-weight: bold;
  margin-bottom: 1px;
  box-sizing: border-box;
  padding: 15px 50px 15px 15px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.btn-faq {
  background: #fff;
  box-sizing: border-box;
  display: block;
  color:#e57a91;
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.btn-faq-in {
  display: block;
  width: 50px;
  height: 100%;
  position: relative;
  color:#e57a91
}
.btn-faq-in i {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.acd-content{
    display: block;
    width: 100%;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    background: #FCFCFC;
    position: relative;
}
.acd-check:checked + .acd-label + .acd-content{
    width: 100%;
    height: auto;
    opacity: 1;
    padding: 10px;
    box-sizing: border-box;
    visibility: visible;
}
.acd-content-sub {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: justify;
  line-height: 1.75;
}
.acd-content-sub ol {
  width: 100%;
  padding-left:2em;
  box-sizing: border-box;
  line-height: 1.75;
  list-style: decimal;
}
.acd-content-sub ol ul {
  width: auto;
  margin-left:-2em;
  padding:10px 40px;
  box-sizing: border-box;
  line-height: 1.75;
  list-style-type: disc;
	list-style-position: outside;
}
.acd-content-sub ul {
  width: auto;
  padding:10px 40px;
  box-sizing: border-box;
	list-style-type: disc;
	list-style-position: outside;
  line-height: 1.75;
  margin-bottom: 0;
  background: #FBECEF;
}
.red {
  color:red;
}
.answer {
  font-weight: bold;
  padding: 0 10px 5px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  color:#e57a91;
  line-height: 1.75;
  font-size: 1.6rem;
}
.acd-label img,
.answer img,
.answer-sub img {
  display: inline-block;
  width: 32px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}
.datsumo-tab {
  font-weight: bold;
  color:#e57a91;
}
/*--------------------------------------------------------------------------
#banner
--------------------------------------------------------------------------*/
#banner {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  position: relative;
}
.banner-container {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.banner-title {
  width: 20%;
  height: auto;
}
.banner-title h2 {
  font-size: 2.2rem;
  position: relative;
}
.banner-title img {
  width: 60%;
  height: auto;
}
.head-border {
    display: flex;
    align-items: center;
}
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #999;
}
.head-border:after {
    margin-left: 1rem;
}
.banner-slider {
  width: 80%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
#mainSlide {
  width:75%;
}
#mainSlide img {
  width: 100%;
  height: auto;
}
#arrows {
  width: 25%;
}
.slick-prev img,
.slick-next img {
  width: 100%;
  height: auto;
}
.banner-link {
  display: none;
}
@media screen and (max-width: 1280px) {
  .faq-main-container {
    width: 90%;
  }
  .faq-title h2,
  .faq-content {
    width: 90%;
    max-width: 90%;
  }
  .faq-container {
    width:90%;
    max-width: 90%;
  }
  .banner-container {
    width: 70%;
    flex-direction: column;
  }
  .banner-title {
    width: 30%;
    max-width: 200px;
    margin-bottom: 20px;
  }
  .banner-title img {
    width: 100%;
  }
  .head-border:after {
    display: none;
  }
  .banner-slider {
    width: 100%;
    height: auto;
  }
  #mainSlide {
    width: 90%;
    margin: 0 auto;
  }
  #arrows {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 30px;
  }
  .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;
    position: initial!important;
    top: initial!important;
    right: initial!important;
    display: block;
    height: auto;
    padding: 0;
    -webkit-transform: initial!important;
    -ms-transform: initial!important;
    transform: initial!important;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) {
  .faq-main-content {
    padding: 30px;
  }
  .faq-container-in {
    min-width: 915px;
  }
  .faq-tab ul {
    flex-wrap: wrap;
  }
  .faq-tab li {
    width: 18%;
  }
}
@media screen and (max-width: 896px) {
  .faq-title h2 {
    width: 70%;
  }
  .faq-container-in {
    width: 70%;
    min-width: 440px;
    margin: 0 auto;
  }
  .faq-tab li {
    width: 32%;
  }
  .faq-container {
    width: 70%;
    max-width: 70%;
    min-width: initial;
    height: auto;
    flex-direction: column;
  }
  .faq-container ul {
    width: 100%;
    min-width: initial;
  }
  .acd-label {
    height: auto;
    padding-right: 58px;
  }
}
@media screen and (max-width: 480px) {
  .faq-main-container {
    flex-direction: column;
    padding: 0;
  }
  #faq-main h2 {
    font-size: 2.6rem;
  }
  #faq {
    padding: 50px 0;
  }
  .faq-title h2 {
    width: 90%;
    max-width: 90%;
  }
  .faq-content {
    padding: 0;
  }
  .faq-container-in {
    width: 90%;
    max-width: 90%;
    min-width: 90%;
  }
  .faq-tab ul {
    flex-wrap: wrap;
  }
  .faq-tab li {
    width: 49%;
    margin-right: 0;
  }
  .faq-title {
    margin-bottom: 30px;
  }
  .faq-container {
    width: 90%;
    max-width: 90%;
    min-width: 90%;
    height: auto;
    flex-direction: column;
  }
  .faq-container ul {
    min-width: initial;
    margin-bottom: 30px;
  }
  .acd-label {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .acd-label:after {
    height: 100%;
  }
  .acd-label img,
  .answer img,
  .answer-sub img {
    display: inline-block;
    width: 24px;
    height: auto;
    margin-right: 5px;
    vertical-align: middle;
  }
  .acd-content-sub {
    margin: 0 auto;
  }
  .acd-content-sub ul {
    padding: 10px 20px 10px 30px;
  }
  .acd-content-sub .contact-category-title-img {
    width: 40%;
  }
  .acd-content-sub .contact-category-title-img img {
    width: 100%;
  }
  .acd-content-sub h3 {
    width: 55%;
    font-size: 1.2rem;
  }
  .acd-content-sub .contact-category:first-child {
    margin-bottom: 10px;
  }
  #banner {
    padding: 20px 0;
  }
  .banner-title {
    width: 35%;
  }
  .banner-container {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
  }
  .banner-slider {
    width: 100%;
  }
  .slick-slide { /* spacing in between each slide */
    margin: 0 5px;
    box-sizing: border-box;
  }
  .banner-link {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #ECA0B0;
    text-align: center;
    padding: 10px 0;
  }
  .banner-link a {
    color:#fff;
  }
  .banner-link i {
    color:#fff;
  }
  #mainSlide {
    width: 100%;
  }
  .slick-prev, .slick-next {
    display: none!important;
  }
}
