@charset "UTF-8";
/* FONT */
/* Animation 関連 */
/* ブレイクポイント(for MediaQuery - max-width(PC->sp)) : オリジナルは scss/variables */
/* 体裁共通 */
/* 汎用カラー */
/* 汎用 Mixin */
/* ==================================================
home.css
================================================== */
/* ページ個別：ホーム
--------------------------------------------------*/
#hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/common/bg-hero.jpg);
  background-size: cover;
  background-position: center center;
}
#hero .logo {
  width: 35vw;
  max-width: 600px;
  min-width: 300px;
}
#hero .logo img {
  width: 100%;
}
#hero .logo img.anata {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  #hero {
    height: 90vh;
  }
  #hero .logo {
    padding-bottom: 15vh;
  }
}
.home #site-body {
  overflow-x: hidden;
}
.home #pagetop {
  padding-top: 200px;
}
.home .site-content {
  padding-top: inherit;
}
.home .bg-odd {
  position: relative;
  margin-bottom: 0;
}
.home section {
  margin-bottom: 200px !important;
}
.home .section-header {
  position: relative;
  margin-bottom: 150px;
}
.home .section-header .container {
  position: relative;
  padding-top: inherit;
  padding-bottom: inherit;
  text-align: left;
  z-index: 5;
}
.home .section-header .photo {
  position: absolute;
  width: 50%;
  height: 350px;
  top: -125px;
  right: 0;
  z-index: 10;
  background-size: cover;
  background-position: center center;
  border-radius: 10px 0 0 10px;
}
.home .section-body {
  padding-top: 100px;
}
.home .what {
  position: relative;
  margin-bottom: 100px;
}
.home .what .note {
  position: relative;
  text-align: left;
  top: -30px;
}
.home .what .note p {
  padding-left: 85px;
  padding-right: 15px;
}
.home .what .photo {
  position: relative;
  top: -250px;
}
.home .concept-list {
  margin-bottom: 0;
  margin-bottom: 100px;
}
.home .concept-list dt h2 {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  min-height: 8rem;
  padding-left: 130px;
  line-height: 1.9rem;
  margin-bottom: 100px;
}
.home .concept-list dt h2 img {
  position: absolute;
  z-index: 10;
  left: 20px;
}
.home .concept-list dt h2 span {
  position: absolute;
  width: 3px;
  height: 10rem;
  background-color: #452f27;
  z-index: 10;
  transform: rotate(33deg);
  left: 90px;
  border-radius: 2px;
}
.home .concept-list dt h2 span:before,
.home .concept-list dt h2 span:after {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ffffff;
}
.home .concept-list dt h2 span:before {
  left: -2px;
}
.home .concept-list dt h2 span:after {
  right: -2px;
}
.home .concept-list dt h2:before, .home .concept-list dt h2:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #452f27;
  z-index: 1;
}
.home .concept-list dt h2:before {
  top: 10px;
}
.home .concept-list dt h2:after {
  bottom: 10px;
}
.home .concept-list dd {
  position: relative;
  z-index: 5;
}
.home .concept-list dd .container {
  position: relative;
  z-index: 5;
}
.home .concept-list dd .container:after {
  position: absolute;
  content: "";
  position: absolute;
  left: 24%;
  top: 0;
  width: 150%;
  height: 100%;
  background-color: white;
  z-index: -1;
}
.home .concept-list dd h3 {
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  padding-left: 1.8rem;
  color: #E03B51;
  line-height: 1.5rem;
}
.home .concept-list dd h3:before {
  position: absolute;
  top: -0.125rem;
  left: 0;
  display: inline-block;
  content: "";
  width: 1rem;
  height: 100%;
  background-image: url(../images/common/h-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
.home .concept-list dd p {
  padding-left: 1.75rem;
  margin-bottom: 3rem;
  letter-spacing: -0.03rem;
}
.home .concept-list dd .fig {
  margin-bottom: 3rem;
}
.home .concept-list dd h4 {
  font-size: 1rem;
  margin-bottom: 1.2rem;
  margin-left: 1.75rem;
}
.home .concept-list dd h4:before {
  display: none;
}
.home .concept-list dd .warranty,
.home .concept-list dd .option {
  display: inline-block;
  border-radius: 0;
  padding: 0.2rem 0.8rem;
  margin-top: 15px;
  min-width: 12rem;
  text-align: center;
  box-sizing: border-box;
  border: 3px #E03B51 solid;
  border-radius: 20px;
}
.home .concept-list dd .warranty {
  color: #ffffff;
  background-color: #E03B51;
}
.home .concept-list dd .option {
  color: #E03B51;
}

/* for IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .home .concept-list dt h2 {
    height: 100px;
  }

  *::-ms-backdrop, .home .concept-list dt h2 img {
    top: 40px;
  }

  *::-ms-backdrop, .home .concept-list dt h2 span {
    top: -15px;
  }
}
@media (max-width: 1199px) {
  .home .what .note p {
    padding-left: 65px;
    font-size: 13px;
  }
  .home .what .photo {
    top: -200px;
  }
}
@media (max-width: 991px) {
  .home section {
    margin-bottom: auto !important;
  }
  .home .concept-list,
.home .concept-list.right {
    margin-bottom: 50px;
  }
  .home .concept-list dt h2,
.home .concept-list.right dt h2 {
    margin-bottom: 50px;
  }
  .home .concept-list dd,
.home .concept-list.right dd {
    background-color: #ffffff;
  }
  .home .concept-list dd .container,
.home .concept-list.right dd .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home .concept-list dd .container:after,
.home .concept-list.right dd .container:after {
    width: 100%;
    left: inherit;
  }
  .home .what .note p {
    padding-left: 0;
  }
  .home .what .photo {
    top: -80px;
  }
  .home .what .photo p {
    padding-right: 15px;
  }
  .home .section-header {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .home .section-header .container {
    text-align: center;
  }
  .home .section-header .photo {
    position: relative;
    top: auto;
    width: calc(100% - 30px);
    height: 35vw;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
  }
  .home .section-body {
    padding-top: 30px;
  }
  .home .after-unit {
    margin-top: 33.3333333333px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .home .what {
    margin-bottom: 200px !important;
  }
  .home .what .lead-title {
    background: transparent url(../images/top/lead-roof.svg) center top no-repeat;
    background-size: 100%;
  }
  .home .what .lead-title h1 {
    position: relative;
    background-size: 300px 50px;
    margin-bottom: 33.3333333333px;
  }
  .home .what .lead-title h1 img {
    visibility: hidden;
    height: 300px;
  }
  .home .what .lead-title h1:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 16vw;
    bottom: 20px;
    background: transparent url(http://anatano-ie.com/wp-content/themes/anata/images/top/lead-typo.svg) left center no-repeat;
    background-size: contain;
  }
  .home .what .note {
    top: auto;
    text-align: left;
  }
  .home .what .note p {
    font-size: inherit;
  }
  .home .what .photo {
    top: auto;
  }
  .home .section-header .photo {
    height: 45vw;
  }
}
@media (max-width: 575px) {
  .home .what .lead-title {
    background-size: 120%;
  }
  .home .what .lead-title h1 img {
    height: 65vw;
  }
  .home .what .lead-title h1:before {
    height: 23vw;
  }
  .home .concept-list {
    margin-bottom: 50px;
  }
  .home .concept-list dt h2 {
    font-size: 1.2rem;
    padding-left: 100px;
    min-height: 6rem;
    margin-bottom: 70px;
    font-weight: bold;
  }
  .home .concept-list dt h2 img {
    left: 15px;
    width: 2.5rem;
    height: 90px;
  }
  .home .concept-list dt h2 span {
    height: 7em;
    left: 70px;
    transform: rotate(20deg);
  }
  .home .concept-list dt h2:before {
    top: -10px;
  }
  .home .concept-list dt h2:after {
    bottom: -10px;
  }
}
.pickup {
  margin-bottom: 150px;
}
.pickup article {
  position: relative;
  margin-bottom: 50px;
}
.pickup .pickup-image {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 100px;
  overflow: hidden;
}
.pickup .pickup-image span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: lightgray;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 1s ease;
}
.pickup .pickup-image span.none {
  background-image: url(../images/common/hero-logo.svg);
  background-size: 40%;
}
.pickup .pickup-image:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 縦サイズのアスペクト比 */
}
.pickup .article-info {
  margin-bottom: 100px;
}
.pickup .article-info h2 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #E03B51;
  margin-bottom: 4rem;
  padding-left: 25px;
  padding-right: 25px;
}
.pickup .article-info h3 {
  font-size: 1.4rem;
  padding-left: 35px;
  padding-right: 35px;
  color: #452f27;
}
.pickup .article-info h4, .pickup .article-info h5, .pickup .article-info p, .pickup .article-info ul {
  margin-bottom: 1.2rem;
  margin-left: 35px;
  margin-right: 35px;
}
.pickup .article-info h5 {
  color: #E03B51;
  font-weight: bold;
  border-bottom: 2px solid #E03B51;
}
.pickup .article-info ul li {
  color: #452f27;
  font-weight: bold;
}
.pickup .article-info h4:before,
.pickup .article-info h5:before {
  display: none;
}
.pickup .article-info img {
  display: block;
  margin: 0 auto 2rem;
}

.pickup .left .link {
  text-align: right;
  padding-right: 0;
}
.pickup .right {
  margin-bottom: 0;
}
.pickup .right .article-body .button {
  right: auto;
  left: 15px;
}
.pickup .right .link {
  text-align: left;
  padding-left: 0;
}

.pickup .hovered .pickup-image span {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .pickup .left .link {
    text-align: center;
    padding-right: inherit;
  }
  .pickup .right {
    margin-bottom: 0;
  }
  .pickup .right .link {
    text-align: center;
    padding-right: inherit;
  }
  .pickup .pickup-image {
    margin-top: 0;
  }
  .pickup .article-info h2 br, .pickup .article-info h3 br {
    display: none;
  }
  .pickup .article-info h2 {
    padding-left: inherit;
    padding-right: inherit;
    margin-bottom: 2rem;
  }
  .pickup .article-info h3, .pickup .article-info h4, .pickup .article-info h5, .pickup .article-info p, .pickup .article-info ul {
    margin-left: inherit;
    margin-right: inherit;
    margin-bottom: 2rem;
  }
  .pickup .pickup-image {
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .pickup .article-body .box {
    border-radius: 0;
  }
}
ul.tags li span {
  display: inline-block;
  background-color: #E03B51;
  color: #ffffff;
  padding: 0.1rem 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 10px;
}
ul.tags li span:before {
  content: "# ";
}

@-webkit-keyframes sdb-h {
  0% {
    -webkit-transform: rotate(0) translate(-15px, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0) translate(0, 0);
    opacity: 0;
  }
}
@keyframes sdb-h {
  0% {
    transform: rotate(0) translate(-15px, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(0) translate(0, 0);
    opacity: 0;
  }
}
#flow2 .section-header {
  margin-bottom: 200px;
}

.flow-horizontal {
  padding-bottom: 100px;
}
.flow-horizontal .scroll-wrapper:before,
.flow-horizontal .scroll-wrapper:after {
  position: absolute;
  display: block;
  content: "";
  z-index: 10;
  top: 15px;
  left: calc((100vw - 1110px)/2);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  width: 200px;
  height: 35px;
}
.flow-horizontal .scroll-wrapper:before {
  background-image: url(../images/top/scroll-flow-cap.svg);
}
.flow-horizontal .scroll-wrapper:after {
  background-image: url(../images/top/scroll-flow-arrow.svg);
  -webkit-animation: sdb-h 1.5s infinite;
  animation: sdb-h 1.5s infinite;
}
.flow-horizontal .container-fluid {
  overflow-x: scroll;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: calc((100vw - 1110px)/2 + 15px);
  scrollbar-width: none;
}
.flow-horizontal .container-fluid .row {
  padding-top: 60px;
  padding-right: 15px;
}
.flow-horizontal .container-fluid img {
  display: inline;
  height: 700px;
  max-width: inherit;
}
.flow-horizontal ::-webkit-scrollbar {
  display: none;
}
.flow-horizontal ::-webkit-scrollbar-thumb {
  display: none;
}

@media (max-height: 700px) {
  .flow-horizontal .container-fluid img {
    display: inline-block;
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .flow-horizontal .container-fluid:before,
.flow-horizontal .container-fluid:after {
    left: calc((100vw - 930px)/2);
  }
  .flow-horizontal .container-fluid {
    padding-left: calc((100vw - 930px)/2 + 15px);
  }
}
@media (max-width: 991px) {
  #flow2 .container {
    margin-bottom: 0;
  }
  #flow2 .section-header {
    margin-bottom: -15px;
  }

  .flow-horizontal .container-fluid:before,
.flow-horizontal .container-fluid:after {
    left: 15px;
    height: 25px;
  }
  .flow-horizontal .container-fluid {
    padding-left: 15px;
  }
  .flow-horizontal .container-fluid .row {
    padding-top: 40px;
    margin-left: 0;
  }
  .flow-horizontal .container-fluid img {
    display: inline-block;
    height: 550px;
  }
}
.flow .box {
  position: relative;
  overflow-x: hidden;
  background-color: #fdeae8;
  padding: 15px 15px 0;
}
.flow .box:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
}
.flow .flow-list {
  margin-bottom: 33.3333333333px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 33.3333333333px;
}
.flow .flow-list h2 {
  position: relative;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  margin-bottom: 50px;
  padding-left: 3rem;
  z-index: 10;
}
.flow .flow-list h2:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2rem;
  height: 2rem;
  top: 0.3rem;
  left: 0;
  margin-right: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.flow .flow-list .no-1:before {
  background-image: url(../images/common/no-1.svg);
}
.flow .flow-list .no-2:before {
  background-image: url(../images/common/no-2.svg);
}
.flow .flow-list .no-3:before {
  background-image: url(../images/common/no-3.svg);
}
.flow .flow-list .no-4:before {
  background-image: url(../images/common/no-4.svg);
}
.flow .flow-list .no-5:before {
  background-image: url(../images/common/no-5.svg);
}
.flow .flow-list .flow-border {
  position: relative;
  border: none;
  z-index: 20;
  margin-left: -25px;
  margin-right: -25px;
  padding: 20px 0 50px;
  flex: inherit;
  max-width: inherit;
  width: 120%;
}
.flow .flow-list .flow-border hr {
  border: 1px #452f27 solid;
  border-style: dashed;
}
.flow .flow-list .service-note {
  text-align: right;
  padding-top: 0.25rem;
  padding-right: 0;
}
.flow .flow-list .service-note .service-free {
  display: inline-block;
  color: #E03B51;
  text-align: center;
  margin-bottom: 2rem;
  padding: 0.25rem 1.5rem;
  border: 2px solid #E03B51;
  border-radius: 10px;
}
.flow .flow-list .charge {
  color: #ffffff;
  margin-top: -15px;
  margin-left: -25px;
  margin-right: -25px;
  padding: 15px;
  font-size: 1.2rem;
}
.flow .flow-list .left .charge {
  background-color: #fd848c;
}
.flow .flow-list .right .charge {
  background-color: #E03B51;
}
.flow .flow-list .left,
.flow .flow-list .right,
.flow .flow-list .center {
  position: relative;
  text-align: center;
  z-index: 10;
  padding-bottom: 1.25rem;
}
.flow .flow-list .left h3, .flow .flow-list .left p, .flow .flow-list .left dl, .flow .flow-list .left ul, .flow .flow-list .left .card,
.flow .flow-list .right h3,
.flow .flow-list .right p,
.flow .flow-list .right dl,
.flow .flow-list .right ul,
.flow .flow-list .right .card,
.flow .flow-list .center h3,
.flow .flow-list .center p,
.flow .flow-list .center dl,
.flow .flow-list .center ul,
.flow .flow-list .center .card {
  margin-bottom: 1em;
}
.flow .flow-list .left .fig,
.flow .flow-list .right .fig,
.flow .flow-list .center .fig {
  max-width: 300px;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.flow .flow-list .left h3,
.flow .flow-list .right h3,
.flow .flow-list .center h3 {
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.flow .flow-list .left dl dt, .flow .flow-list .left dl dd,
.flow .flow-list .right dl dt,
.flow .flow-list .right dl dd,
.flow .flow-list .center dl dt,
.flow .flow-list .center dl dd {
  text-align: left;
}
.flow .flow-list .left ul,
.flow .flow-list .right ul,
.flow .flow-list .center ul {
  text-align: left;
}
.flow .flow-list .card {
  border: 3px solid #fd848c;
  border-radius: 10px;
  padding-bottom: 0;
}
.flow .flow-list .card .card-header {
  color: #ffffff;
  background-color: #fd848c;
  border: none;
  border-radius: 0;
}
.flow .flow-list .card dl, .flow .flow-list .card ul {
  margin-bottom: 0;
}
.flow .flow-list .left {
  padding-left: 0;
  padding-right: 25px;
}
.flow .flow-list .left h3 {
  color: #ffffff;
  background-color: #fd848c;
  border-radius: 10px;
}
.flow .flow-list .right {
  padding-left: 25px;
  padding-right: 0;
}
.flow .flow-list .right h3 {
  color: #E03B51;
  background-color: #ffffff;
  border-radius: 10px;
}
.flow .flow-list .center {
  padding-left: 0;
  padding-right: 0;
}
.flow .flow-list .bgfig {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.flow .flow-list .bgfig-step2-1 {
  background-image: url(../images/top/flow-step2-fig-1.png);
}
.flow .flow-list .bgfig-step3 {
  width: 100%;
  height: 250px;
  background-image: url(../images/top/flow-step3-fig.png);
  margin-bottom: 25px;
}
.flow .flow-list .fig-step4-1 {
  max-width: 120px !important;
}
.flow .flow-list .fig-step4-2 {
  position: absolute;
  right: 110px;
  top: 30px;
}
.flow .flow-list .fig-step4-3 {
  margin-top: 20px;
  max-width: 150px !important;
}
.flow .flow-list .fig-step5 {
  position: absolute;
  right: 50px;
  top: -20px;
  max-width: 400px !important;
}
.flow .flow-list .step-with-badge {
  position: relative;
  width: 50%;
  padding-right: 4rem;
  padding-top: 1.5rem;
}
.flow .flow-list .step-with-badge h3 {
  color: #ffffff;
  border: 3px solid #E03B51;
  background-color: #E03B51;
  border-radius: 10px;
}
.flow .flow-list .step-with-badge:after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 5rem;
  right: -2.5rem;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.flow .flow-list .badge-start:after {
  background-image: url(../images/top/badge-start.svg);
}
.flow .flow-list .badge-topping:after {
  background-image: url(http://anatano-ie.com/wp-content/themes/anata/images/top/badge-topping.svg);
}
.flow .flow-list .badge-comp {
  padding-bottom: 20px;
}
.flow .flow-list .badge-comp:after {
  background-image: url(../images/top/badge-comp.svg);
}

@media (max-width: 1199px) {
  .flow .box {
    border-radius: 0;
  }
  .flow .flow-list .fig-step4-2 {
    right: 45px;
  }
  .flow .flow-list .fig-step5 {
    right: 25px;
  }
}
@media (max-width: 991px) {
  .flow .box {
    border-radius: 0;
  }
  .flow .flow-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .flow .flow-list h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .flow .flow-list .flow-border {
    margin-left: -15px;
    margin-right: -15px;
  }
  .flow .flow-list .service-title {
    padding: 0;
  }
  .flow .flow-list .service-note {
    z-index: 10;
    padding-left: 0;
  }
  .flow .flow-list .service-note .service-free {
    display: block;
    background-color: #fdeae8;
    margin-top: -1rem;
  }
  .flow .flow-list .charge {
    display: block;
    text-align: center !important;
    margin-left: -15px;
    margin-right: -15px;
  }
  .flow .flow-list .left p,
.flow .flow-list .right p,
.flow .flow-list .center p {
    text-align: left;
  }
  .flow .flow-list .left {
    padding-left: 0;
    padding-right: 15px;
  }
  .flow .flow-list .right {
    padding-left: 15px;
    padding-right: 0;
  }
  .flow .flow-list .bgfig-step3 {
    height: 100px;
  }
  .flow .flow-list .fig-step4-2 {
    right: 15px;
    max-width: calc(50% - 80px) !important;
  }
  .flow .flow-list .fig-step5 {
    right: 0;
    max-width: calc(50% - 20px) !important;
  }
}
@media (max-width: 767px) {
  .flow .box {
    border-radius: 0;
  }
  .flow .flow-list .fig-step4-2 {
    right: 5px;
    max-width: calc(50% - 80px) !important;
  }
  .flow .flow-list .fig-step5 {
    right: -14%;
    max-width: 70% !important;
  }
}
@media (max-width: 575px) {
  .flow .flow-list .fig-step4-1 {
    max-width: 100px !important;
  }
  .flow .flow-list .fig-step4-2 {
    right: 0px;
    max-width: calc(50% - 35px) !important;
  }
  .flow .flow-list .fig-step4-3 {
    max-width: 125px !important;
  }
  .flow .flow-list .step-with-badge {
    padding-right: 2rem;
    padding-top: 0.25rem;
  }
  .flow .flow-list .step-with-badge:after {
    width: 3rem;
    height: 3rem;
    right: -1.5rem;
  }
}
section.odd {
  margin-bottom: 300px !important;
}

.odd {
  background-color: #fdeae8;
}
.odd .section-header:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4.3em;
  top: 0;
  background-color: #ffffff;
  z-index: 1;
}

@media (max-width: 991px) {
  .odd .container h1 {
    padding-top: 80px !important;
  }
  .odd .section-header:after {
    display: none;
  }
}
.faq-list {
  display: flex;
}
.faq-list .unit {
  width: 50%;
  margin: 0 45px 35px;
}
.faq-list .unit h2, .faq-list .unit p {
  padding: 1rem;
  margin-bottom: 1rem;
}
.faq-list .unit h2 {
  position: relative;
  justify-content: left;
  display: flex;
  align-items: center;
  border-top: 3px solid #E03B51;
  border-bottom: 3px solid #E03B51;
  font-size: 1.2rem;
  color: #E03B51;
}
.faq-list .unit h2 span {
  position: relative;
  padding-left: 2.6rem;
}
.faq-list .unit h2 span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.2rem;
  width: 1.85rem;
  height: 1.85rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/common/faq-q.svg);
}
@media (max-width: 1199px) {
  .faq-list .unit {
    margin: 0 25px 25px;
  }
}
@media (max-width: 991px) {
  .faq.odd {
    margin-bottom: 100px !important;
  }

  .faq-list {
    display: block;
  }
  .faq-list .unit {
    width: 100% !important;
    margin: auto;
    margin-bottom: 40px;
  }
}
#access {
  margin-bottom: 100px !important;
}
#access h2 {
  color: #E03B51;
}
#access h3 {
  color: #452f27;
}

.map {
  width: 100%;
  height: 100%;
  min-height: 400px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  #access .side-note {
    margin-left: 15px;
    margin-right: 15px;
  }

  .map {
    margin-top: 25px;
  }
}
/* ヒーロースライド
--------------------------------------------------*/
/* 調整
--------------------------------------------------*/
.section-header-imageless {
  margin-top: 100px;
}

.information-list {
  padding-top: 50px !important;
}

/* カスタムスクロールバー
--------------------------------------------------*/
.scrollbar-external_wrapper {
  height: 100% !important;
  position: relative;
  width: auto !important;
}

.scrollbar-external {
  overflow: auto;
  width: 100%;
}

/******************* EXTERNAL SCROLLBAR *******************/
.external-scroll_x,
.external-scroll_y {
  cursor: pointer;
  display: none;
  position: absolute;
}

.external-scroll_x.scroll-scrollx_visible {
  display: block;
  height: 10px;
  width: 1110px;
  left: calc((100vw - 1110px)/2);
  margin-top: -40px;
}

@media (max-width: 1199px) {
  .external-scroll_x.scroll-scrollx_visible {
    width: 930px;
    left: calc((100vw - 930px)/2);
  }
}
@media (max-width: 991px) {
  .external-scroll_x.scroll-scrollx_visible {
    width: calc(100% - 30px);
    left: 15px;
  }
}
.external-scroll_x div,
.external-scroll_y div {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.external-scroll_x .scroll-bar,
.external-scroll_y .scroll-bar {
  background: #E03B51;
  z-index: 12;
  border-radius: 5px;
}

.external-scroll_x .scroll-bar {
  width: 100px;
}

.external-scroll_y .scroll-bar {
  height: 100px;
}

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