/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
/* line 5, ../../../../../../.rbenv/versions/2.6.9/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../.rbenv/versions/2.6.9/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../.rbenv/versions/2.6.9/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../.rbenv/versions/2.6.9/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../.rbenv/versions/2.6.9/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../.rbenv/versions/2.6.9/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../.rbenv/versions/2.6.9/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../.rbenv/versions/2.6.9/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../.rbenv/versions/2.6.9/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* -- color --*/
/*-- fonts --*/
/*-- default --*/
/* line 26, sass/_default.scss */
html {
  font-size: 62.5%;
}

/* line 30, sass/_default.scss */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  color: #202020;
  font-weight: 500;
  position: relative;
  line-height: 1.6;
}

/* line 39, sass/_default.scss */
div, dt, dd, input, select, textarea, form {
  box-sizing: border-box;
}

/* line 44, sass/_default.scss */
input::placeholder, input::-webkit-input-placeholder, select::placeholder, select::-webkit-input-placeholder, textarea::placeholder, textarea::-webkit-input-placeholder {
  color: #eee;
}

/* line 49, sass/_default.scss */
a {
  text-decoration: none;
  color: #202020;
}

/* line 54, sass/_default.scss */
img {
  max-width: 100%;
}

/*-- common --*/
/* line 59, sass/_default.scss */
.flex {
  display: flex;
}

/* line 63, sass/_default.scss */
.center {
  text-align: center;
}

/* line 67, sass/_default.scss */
.right {
  text-align: right;
}

/* line 71, sass/_default.scss */
.left {
  text-align: left;
}

/* line 75, sass/_default.scss */
.bold {
  font-weight: bold;
}

/* line 79, sass/_default.scss */
.inner {
  width: 92%;
  max-width: 120rem;
  margin: 0 auto 0;
}

/* line 85, sass/_default.scss */
.sponly {
  display: none;
}

@media screen and (max-width: 1024px) {
  /* line 90, sass/_default.scss */
  .sponly {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  /* line 96, sass/_default.scss */
  .pconly {
    display: none;
  }

  /* line 99, sass/_default.scss */
  .sponly {
    display: block;
  }
}
/* line 104, sass/_default.scss */
h2 {
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-top: 3.4rem;
  margin-bottom: 6rem;
}
/* line 111, sass/_default.scss */
h2::before {
  content: '';
  width: 3.5rem;
  height: 3rem;
  background: url(../img/home-icon.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 123, sass/_default.scss */
.btn {
  width: 82%;
  max-width: 24.7rem;
  margin: 6rem auto 0;
}
/* line 127, sass/_default.scss */
.btn a, .btn button {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 100%;
  font-weight: 700;
  background: #0d0d5a;
  text-align: center;
  position: relative;
  padding: 1.32rem 0;
  border: none;
}
/* line 138, sass/_default.scss */
.btn a::before, .btn button::before {
  content: '';
  width: 1rem;
  height: 1rem;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: rotate(-45deg) translate(6%, -50%);
}

/* line 153, sass/_default.scss */
#header {
  background: #202020;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
/* line 160, sass/_default.scss */
#header .head-wrapper {
  justify-content: space-between;
  align-items: center;
}
/* line 164, sass/_default.scss */
#header a {
  color: #fff;
  display: block;
  font-size: 1.8rem;
}
/* line 169, sass/_default.scss */
#header .logo {
  margin-left: 5%;
}
/* line 172, sass/_default.scss */
#header .head-menu {
  align-items: center;
}
/* line 174, sass/_default.scss */
#header .head-menu li {
  margin: 0 2rem;
}
/* line 176, sass/_default.scss */
#header .head-menu li.h-btn {
  margin-right: 0;
}
/* line 178, sass/_default.scss */
#header .head-menu li.h-btn a {
  color: #202020;
  background: #faf834;
  padding: 2.56rem 2.5rem;
}

/* line 189, sass/_default.scss */
#footer {
  padding: 6rem 0;
  background: #f2f2f2;
}
/* line 192, sass/_default.scss */
#footer .ft-menu {
  justify-content: space-evenly;
}
/* line 195, sass/_default.scss */
#footer .copy {
  margin-top: 2.8rem;
}

/* line 201, sass/_default.scss */
#top-btn {
  width: 6.3rem;
  height: 6.3rem;
  position: fixed;
  right: 4%;
  bottom: 10%;
  z-index: 99999;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
/* line 209, sass/_default.scss */
#top-btn a {
  color: #fff;
  font-weight: 700;
  background: #0d0d5a;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 1rem;
  position: relative;
}
/* line 221, sass/_default.scss */
#top-btn a::before {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: rotate(-135deg) translateY(-50%);
}

@media screen and (max-width: 1024px) {
  /* line 236, sass/_default.scss */
  h2 {
    font-size: 3.4vw;
  }

  /* line 241, sass/_default.scss */
  #header .logo {
    width: 20%;
    margin-left: 2%;
  }
  /* line 245, sass/_default.scss */
  #header a {
    font-size: 1.8vw;
  }
  /* line 249, sass/_default.scss */
  #header .head-menu li {
    margin: 0 1vw;
  }
  /* line 252, sass/_default.scss */
  #header .head-menu li.h-btn a {
    padding: 2.3vw;
  }
}
@media screen and (max-width: 750px) {
  /* line 262, sass/_default.scss */
  h2 {
    font-size: 5.6vw;
  }

  /* line 266, sass/_default.scss */
  .btn {
    margin: 6vw auto 0;
  }

  /* line 270, sass/_default.scss */
  #header {
    padding: 2vw 0;
  }
  /* line 272, sass/_default.scss */
  #header .logo {
    width: 20%;
  }
  /* line 275, sass/_default.scss */
  #header a {
    font-size: 4vw;
  }
  /* line 278, sass/_default.scss */
  #header .head-menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 6rem;
    left: 0;
    background: #202020;
  }
  /* line 285, sass/_default.scss */
  #header .head-menu li {
    margin: 4vw 0;
    text-align: center;
  }
  /* line 288, sass/_default.scss */
  #header .head-menu li:last-child {
    margin-bottom: 0;
  }
  /* line 292, sass/_default.scss */
  #header .head-menu li.h-btn a {
    padding: 4.3vw;
  }
  /* line 298, sass/_default.scss */
  #header .toggle {
    width: 3rem;
    height: 2rem;
    position: relative;
    margin-right: 5%;
  }
  /* line 303, sass/_default.scss */
  #header .toggle span {
    width: 100%;
    height: .2rem;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    transition: .3s;
  }
  /* line 311, sass/_default.scss */
  #header .toggle span:nth-child(2n) {
    top: 50%;
  }
  /* line 314, sass/_default.scss */
  #header .toggle span:last-child {
    top: 100%;
  }
  /* line 319, sass/_default.scss */
  #header .toggle.open span {
    transform: rotate(45deg) translateX(48%);
  }
  /* line 321, sass/_default.scss */
  #header .toggle.open span:nth-child(2) {
    opacity: 0;
  }
  /* line 324, sass/_default.scss */
  #header .toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translateX(48%);
  }

  /* line 332, sass/_default.scss */
  #footer {
    padding: 4vw 0;
  }
  /* line 334, sass/_default.scss */
  #footer .ft-menu {
    display: none;
  }
  /* line 337, sass/_default.scss */
  #footer .copy {
    margin: 0;
  }
}
/* line 5, sass/_index.scss */
#top-main .mainv {
  position: relative;
}
/* line 7, sass/_index.scss */
#top-main .mainv .mainv-img {
  display: flex;
}
/* line 9, sass/_index.scss */
#top-main .mainv .mainv-img img {
  width: 100%;
}
/* line 13, sass/_index.scss */
#top-main .mainv .mainv-catch {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
}
/* line 19, sass/_index.scss */
#top-main .mainv .mainv-catch span {
  display: block;
  color: #fff;
  font-size: 3.2rem;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}
/* line 29, sass/_index.scss */
#top-main .section {
  padding: 10rem 0;
}
/* line 31, sass/_index.scss */
#top-main .section:nth-of-type(odd) {
  background: #f4f5fa;
}
/* line 34, sass/_index.scss */
#top-main .section .tag {
  font-size: 1.4rem;
  color: #0d0d5a;
  border: 0.1rem solid #0d0d5a;
  border-radius: 1.3rem;
  display: inline-block;
  padding: .085rem 1.22rem;
}
/* line 42, sass/_index.scss */
#top-main .section .price {
  color: #cb1717;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
  margin-top: .6rem;
}
/* line 49, sass/_index.scss */
#top-main .section .slick-arrow {
  z-index: 9999;
}
/* line 51, sass/_index.scss */
#top-main .section .slick-arrow::before {
  content: '';
  width: 5.4rem;
  height: 5.4rem;
  position: absolute;
  top: 0;
}
/* line 60, sass/_index.scss */
#top-main .section .slick-next::before {
  background: url(../img/next-arrow.png) no-repeat center center/contain;
  left: 3rem;
}
/* line 66, sass/_index.scss */
#top-main .section .slick-prev::before {
  background: url(../img/prev-arrow.png) no-repeat center center/contain;
  right: 3rem;
}
/* line 75, sass/_index.scss */
#top-main #new .inner {
  max-width: 100rem;
}
/* line 78, sass/_index.scss */
#top-main #new .new-list {
  flex-flow: wrap;
  justify-content: space-between;
}
/* line 81, sass/_index.scss */
#top-main #new .new-list li {
  width: 30%;
  background: #fff;
  margin-bottom: 4rem;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
/* line 86, sass/_index.scss */
#top-main #new .new-list li:nth-child(n + 4) {
  margin-bottom: 0;
}
/* line 90, sass/_index.scss */
#top-main #new .new-list .img {
  display: flex;
}
/* line 93, sass/_index.scss */
#top-main #new .new-list .detail {
  padding: 2rem;
}
/* line 95, sass/_index.scss */
#top-main #new .new-list .detail .name {
  font-weight: 700;
  margin: 1.2rem 0 .6rem;
}
/* line 105, sass/_index.scss */
#top-main #preview .inner {
  max-width: 108rem;
}
/* line 109, sass/_index.scss */
#top-main #preview .preview-slider li {
  border-left: 0.1rem solid #ccc;
  padding: 0 3rem;
  box-sizing: border-box;
  display: flex !important;
  align-items: flex-end;
}
/* line 115, sass/_index.scss */
#top-main #preview .preview-slider li .date-container {
  margin-right: 3rem;
}
/* line 117, sass/_index.scss */
#top-main #preview .preview-slider li .date-container:last-of-type {
  margin-right: 0;
}
/* line 122, sass/_index.scss */
#top-main #preview .preview-slider .date {
  font-size: 2.4rem;
}
/* line 124, sass/_index.scss */
#top-main #preview .preview-slider .date span {
  font-size: 1.6rem;
  margin-left: .6rem;
}
/* line 129, sass/_index.scss */
#top-main #preview .preview-slider .img {
  margin: 2rem 0;
}
/* line 132, sass/_index.scss */
#top-main #preview .preview-slider .info {
  border-left: 0.3rem solid #0d0d5a;
  padding-left: 1.6rem;
  margin-top: 2rem;
}
/* line 136, sass/_index.scss */
#top-main #preview .preview-slider .info .name {
  font-weight: 700;
  margin-bottom: .6rem;
}
/* line 146, sass/_index.scss */
#top-main #voice .inner {
  max-width: 111rem;
}
/* line 150, sass/_index.scss */
#top-main #voice .voice-slider .slick-slide {
  margin: 0 2rem 1rem;
}
/* line 153, sass/_index.scss */
#top-main #voice .voice-slider li {
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
/* line 157, sass/_index.scss */
#top-main #voice .voice-slider .detail {
  padding: 2rem;
}
/* line 160, sass/_index.scss */
#top-main #voice .voice-slider .v-ttl {
  font-size: 1.8rem;
  border-bottom: 0.1rem solid #0d0d5a;
  padding-bottom: 1.4rem;
  margin-bottom: 1.6rem;
}
/* line 166, sass/_index.scss */
#top-main #voice .voice-slider .cus-info {
  font-size: 2rem;
  text-align: right;
}
/* line 169, sass/_index.scss */
#top-main #voice .voice-slider .cus-info .ago {
  font-size: 1.6rem;
  color: #969696;
  margin-right: 1.6rem;
}
/* line 179, sass/_index.scss */
#top-main #contact .hide {
  display: none;
}
/* line 182, sass/_index.scss */
#top-main #contact .inner {
  max-width: 90rem;
}
/* line 185, sass/_index.scss */
#top-main #contact .intro {
  background: #f4f5fa;
  padding: 3rem;
  margin-bottom: 4rem;
}
/* line 190, sass/_index.scss */
#top-main #contact .form-wrapper {
  border: 0.1rem solid #0d0d5a;
}
/* line 193, sass/_index.scss */
#top-main #contact .tab {
  display: flex;
}
/* line 195, sass/_index.scss */
#top-main #contact .tab li {
  font-size: 1.8rem;
  text-align: center;
  width: 50%;
  padding: 1.12rem 0;
  border-bottom: 0.1rem solid #0d0d5a;
  position: relative;
}
/* line 202, sass/_index.scss */
#top-main #contact .tab li.select {
  color: #fff;
  background: #0d0d5a;
}
/* line 205, sass/_index.scss */
#top-main #contact .tab li.select::before {
  content: '';
  border-top: 1rem solid #0d0d5a;
  border-right: 1rem solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 1rem solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
/* line 217, sass/_index.scss */
#top-main #contact .tab li:hover {
  cursor: pointer;
}
/* line 222, sass/_index.scss */
#top-main #contact .tab-container {
  padding: 2rem 4rem 4rem;
}
/* line 225, sass/_index.scss */
#top-main #contact .table {
  display: flex;
  flex-flow: wrap;
}
/* line 228, sass/_index.scss */
#top-main #contact .table dt, #top-main #contact .table dd {
  padding: 3rem 0;
  border-bottom: 0.1rem solid #ccc;
}
/* line 232, sass/_index.scss */
#top-main #contact .table dt {
  width: 30%;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
/* line 238, sass/_index.scss */
#top-main #contact .table dd {
  width: 70%;
  padding-left: 3rem;
}
/* line 241, sass/_index.scss */
#top-main #contact .table dd.selector {
  position: relative;
}
/* line 243, sass/_index.scss */
#top-main #contact .table dd.selector::after {
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  border-right: 0.2rem solid #ccc;
  border-bottom: 0.2rem solid #ccc;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 4%;
}
/* line 256, sass/_index.scss */
#top-main #contact .table .require {
  color: #fff;
  background: #f44c4c;
  font-size: 1.6rem;
  margin-left: 3rem;
  padding: .1rem .8rem;
}
/* line 263, sass/_index.scss */
#top-main #contact .table input, #top-main #contact .table select, #top-main #contact .table textarea {
  width: 100%;
  font-size: 100%;
  padding: 1.2rem;
  border: 0.1rem solid #ccc;
}
/* line 269, sass/_index.scss */
#top-main #contact .table select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
/* line 280, sass/_index.scss */
#top-main #access .access-wrapper {
  align-items: center;
  border-top: 0.1rem solid #ccc;
  border-bottom: 0.1rem solid #ccc;
}
/* line 285, sass/_index.scss */
#top-main #access .map {
  width: 60%;
  height: 37.74vh;
}
/* line 289, sass/_index.scss */
#top-main #access .address {
  width: 40%;
  padding: 0 8vw;
}
/* line 292, sass/_index.scss */
#top-main #access .address h2 {
  margin-bottom: 3rem;
}
/* line 295, sass/_index.scss */
#top-main #access .address .company {
  margin: 1rem 0 1.4rem;
}

@media screen and (max-width: 1024px) {
  /* line 307, sass/_index.scss */
  #top-main .mainv .mainv-catch span {
    font-size: 3.2vw;
  }
  /* line 313, sass/_index.scss */
  #top-main .section {
    padding: 10vw 0;
  }
  /* line 316, sass/_index.scss */
  #top-main .section .slick-next::before {
    left: 0;
  }
  /* line 321, sass/_index.scss */
  #top-main .section .slick-prev::before {
    right: 0;
  }
  /* line 329, sass/_index.scss */
  #top-main #new .new-list li {
    width: 32%;
    margin-bottom: 2vw;
  }
  /* line 337, sass/_index.scss */
  #top-main #preview .inner {
    width: 86%;
  }
  /* line 343, sass/_index.scss */
  #top-main #voice .inner {
    width: 86%;
  }
  /* line 347, sass/_index.scss */
  #top-main #voice .img img {
    width: 100%;
  }
  /* line 354, sass/_index.scss */
  #top-main #contact .tab-container {
    padding: 2vw 3vw 4vw;
  }
  /* line 358, sass/_index.scss */
  #top-main #contact .table .require {
    margin-left: 3vw;
  }
  /* line 361, sass/_index.scss */
  #top-main #contact .table dt {
    font-size: 1.6rem;
  }
  /* line 366, sass/_index.scss */
  #top-main #contact .table dd.selector::after {
    top: 36%;
    transform: rotate(45deg) translateY(-36%);
  }
  /* line 376, sass/_index.scss */
  #top-main #access .address {
    padding: 0 4vw;
  }
  /* line 379, sass/_index.scss */
  #top-main #access .map {
    height: 32vh;
  }
}
@media screen and (max-width: 750px) {
  /* line 389, sass/_index.scss */
  #top-main .section {
    padding: 16vw 0;
  }
  /* line 392, sass/_index.scss */
  #top-main .section .slick-arrow::before {
    width: 2.4rem;
    height: 2.4rem;
  }
  /* line 401, sass/_index.scss */
  #top-main #new .new-list li {
    width: 48%;
    margin-bottom: 4vw;
  }
  /* line 404, sass/_index.scss */
  #top-main #new .new-list li:nth-child(4) {
    margin-bottom: 4vw;
  }
  /* line 408, sass/_index.scss */
  #top-main #new .new-list .detail {
    padding: 3vw;
  }
  /* line 415, sass/_index.scss */
  #top-main #preview .inner {
    width: 80%;
  }
  /* line 421, sass/_index.scss */
  #top-main #voice .inner {
    width: 80%;
  }
  /* line 425, sass/_index.scss */
  #top-main #voice .voice-slider .slick-slide {
    margin: 0 2vw 2vw;
  }
  /* line 432, sass/_index.scss */
  #top-main #contact .tab-container {
    padding: 2vw 5vw 5vw;
  }
  /* line 435, sass/_index.scss */
  #top-main #contact .table {
    display: block;
  }
  /* line 437, sass/_index.scss */
  #top-main #contact .table dt, #top-main #contact .table dd {
    width: 100%;
  }
  /* line 440, sass/_index.scss */
  #top-main #contact .table dt {
    border-bottom: none;
    padding: 4vw 0 2vw;
  }
  /* line 444, sass/_index.scss */
  #top-main #contact .table dd {
    padding: 2vw 0 4vw;
  }
  /* line 447, sass/_index.scss */
  #top-main #contact .table .require {
    margin-left: 3vw;
  }
  /* line 454, sass/_index.scss */
  #top-main #access .access-wrapper {
    flex-flow: column-reverse;
  }
  /* line 456, sass/_index.scss */
  #top-main #access .access-wrapper .map {
    width: 100%;
  }
  /* line 459, sass/_index.scss */
  #top-main #access .access-wrapper .address {
    width: 100%;
    padding: 10vw 4vw;
  }
}
