@charset "UTF-8";
:root {
  --color_01: #3159a5;
  --color_02: #222;
  --color_03: #333;
  --text: #000;
  --bg: #fff;
  --red: #ff0000;
  --font_n: "Noto Sans JP", sans-serif;
  --font_e: "Oswald", sans-serif;
}

.pane-contents {
  overflow: hidden;
}

#syncron {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  color: var(--text);
  font-family: var(--font_n);
  /*【PC】*/
  /*【SP】*/
}
#syncron .mv {
  background: #F9F9F9;
  position: relative;
}
#syncron .mv .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
#syncron .mv .text {
  position: relative;
  z-index: 1;
}
#syncron .mv .text .logo {
  width: 220px;
  margin: 0 0 40px 0;
}
#syncron .mv .text .title {
  color: var(--color_01);
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 40px 0;
  font-size: 1.8em;
}
#syncron .mv .text .title .e {
  font-size: 2.2em;
  margin: 0 5px 0 0;
}
#syncron .mv .text .title .t_2 {
  letter-spacing: 0.1em;
  font-size: 0.6em;
  font-weight: normal;
  margin: 0 0 0 -10px;
}
#syncron .mv .text p .b {
  font-weight: bold;
  font-size: 1.6em;
  display: inline-block;
  margin: 0 0 10px 0;
}
#syncron .mv .img {
  position: relative;
  z-index: 1;
}
#syncron .mv .img img {
  width: 350px;
  padding: 100px 0 0 0;
}
#syncron .mv .suiteki img {
  position: absolute;
}
#syncron .mv .suiteki img:nth-child(1) {
  right: 60px;
  top: 60px;
  width: 80px;
}
#syncron .mv .suiteki img:nth-child(2) {
  left: 60px;
  bottom: 0;
  width: 150px;
}
@media (max-width: 768px) {
  #syncron .mv {
    padding: 30px 0;
  }
  #syncron .mv .inner {
    display: block;
  }
  #syncron .mv .text .logo {
    width: 170px;
    margin: 0 0 10px 0;
  }
  #syncron .mv .text .title {
    margin: 0 0 20px 0;
  }
  #syncron .mv .text .title .t_1 {
    font-size: 0.6em;
  }
  #syncron .mv .text p .b {
    font-size: 1.2em;
  }
  #syncron .mv .img {
    text-align: center;
  }
  #syncron .mv .img img {
    width: 200px;
    padding: 30px 0 0 0;
  }
  #syncron .mv .suiteki img:nth-child(1) {
    right: 20px;
    top: 20px;
    width: 50px;
  }
  #syncron .mv .suiteki img:nth-child(2) {
    left: 10px;
    bottom: 0;
    width: 80px;
    z-index: 1;
  }
}
#syncron .wave_bg {
  padding: 250px 0;
  background: no-repeat top center/contain;
  background-image: url(/goods/syncron/cool/bg_top.png), url(/goods/syncron/cool/bg_bottom.png), linear-gradient(-10deg, #3050c6 0, #2fb6ed 100%);
  background-position: top center, bottom center, top center;
  background-size: contain, contain;
}
#syncron .wave_bg .bg {
  margin: 50px 0;
  border-radius: 20px;
  padding: 80px;
  position: relative;
}
#syncron .wave_bg .bg .side_text {
  position: absolute;
  right: -130px;
  top: 160px;
  transform: rotate(90deg);
  width: 300px;
  color: var(--color_01);
}
#syncron .wave_bg .bg .side_text:before {
  content: "●";
  color: var(--color_01);
  margin: 0 5px 0 0;
  font-size: 0.6em;
  vertical-align: 2px;
}
#syncron .wave_bg .main_title {
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  letter-spacing: 0.05em;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  #syncron .wave_bg {
    padding: 30px 0;
  }
  #syncron .wave_bg .bg {
    margin: 30px 0;
    padding: 30px 20px;
  }
  #syncron .wave_bg .bg .side_text {
    transform: rotate(0deg);
    right: 15px;
    top: 7px;
    width: auto;
    font-size: 0.8em;
    padding: 0 15px 0 0;
  }
  #syncron .wave_bg .bg .side_text:before {
    position: absolute;
    right: 0;
    top: 3px;
    margin: 0;
  }
  #syncron .wave_bg .main_title {
    font-size: 1.4em;
    margin: 0 0 20px 0;
  }
}
#syncron .sec_01 .img {
  text-align: center;
  margin: 0 0 50px 0;
}
#syncron .sec_01 .img img {
  width: 700px;
}
#syncron .sec_01 .text .title {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0 15px 0;
}
#syncron .sec_01 .text .title.bottom {
  margin-top: 50px;
  border-top: 1px dashed #ccc;
  padding: 50px 0 0 0;
}
@media (max-width: 768px) {
  #syncron .sec_01 .img {
    margin: 0 0 20px 0;
  }
  #syncron .sec_01 .img img {
    width: 100%;
  }
  #syncron .sec_01 .text .title {
    font-size: 1.1em;
  }
  #syncron .sec_01 .text .title.bottom {
    margin-top: 20px;
    padding: 20px 0 0 0;
  }
}
#syncron .sec_02 .fl {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
  justify-content: center;
  align-items: center;
  margin: 0 0 60px 0;
}
#syncron .sec_02 .img img {
  width: 400px;
}
#syncron .sec_02 .text .logo {
  width: 280px;
  margin: 0 0 20px 0;
}
#syncron .sec_02 .text .title {
  color: var(--color_01);
  font-weight: bold;
  font-size: 2.2em;
  margin: 0 0 10px 0;
}
#syncron .sec_02 .text .title span {
  font-size: 0.5em;
  letter-spacing: 0.05em;
}
#syncron .sec_02 .text .var_bg {
  display: inline-block;
  background: var(--color_01);
  color: #fff;
  border-radius: 100px;
  padding: 6px 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 30px 0;
}
#syncron .sec_02 .text .t {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 1.3em;
}
#syncron .sec_02 .text .t:before {
  content: "●";
  color: #b1b1b1;
  margin: 0 5px 0 0;
  font-size: 0.6em;
  vertical-align: 2px;
}
#syncron .sec_02 .text ul li {
  margin: 10px 0;
  font-size: 1.1em;
}
#syncron .sec_02 .text ul li:before {
  content: "●";
  margin: 0 5px 0 0;
  font-size: 0.4em;
  vertical-align: 2px;
}
#syncron .sec_02 .about_text .title {
  font-size: 1.4em;
  font-weight: bold;
  margin: 30px 0 10px 0;
}
#syncron .sec_02 .about_text .title:before {
  content: "■";
  color: var(--color_01);
  margin: 0 5px 0 0;
  font-size: 0.8em;
  vertical-align: 2px;
}
#syncron .sec_02 .about_text table {
  margin: 20px 0 0 0;
}
#syncron .sec_02 .about_text table tr:nth-child(odd) {
  background: #f9f9f9;
}
#syncron .sec_02 .about_text table td,
#syncron .sec_02 .about_text table th {
  padding: 20px 30px;
  width: 200px;
}
#syncron .sec_02 .about_text table td:last-child {
  text-align: right;
}
@media (max-width: 768px) {
  #syncron .sec_02 .fl {
    display: block;
    margin: 0 0 40px 0;
  }
  #syncron .sec_02 .text {
    margin: 10px 0 30px 0;
  }
  #syncron .sec_02 .text .logo {
    width: 220px;
  }
  #syncron .sec_02 .text .title {
    font-size: 1.6em;
  }
  #syncron .sec_02 .text .var_bg {
    font-size: 0.8em;
  }
  #syncron .sec_02 .text .t {
    font-size: 1.1em;
  }
  #syncron .sec_02 .text ul li {
    margin: 7px 0;
    font-size: 0.8em;
  }
  #syncron .sec_02 .about_text .title {
    font-size: 1em;
    font-weight: bold;
    margin: 20px 0 5px 0;
  }
  #syncron .sec_02 .about_text table {
    width: 100%;
  }
  #syncron .sec_02 .about_text table td,
  #syncron .sec_02 .about_text table th {
    padding: 10px 20px;
    width: auto;
  }
}
#syncron .faq .main_title {
  text-align: center;
  font-weight: bold;
  font-size: 2em;
}
#syncron .faq .sub_title {
  font-size: 1.5em;
  padding: 0 0 30px 0;
  font-weight: bold;
}
#syncron .faq .box {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 50px 70px;
  margin: 40px 0;
}
@media (max-width: 768px) {
  #syncron .faq .main_title {
    font-size: 1.4em;
  }
  #syncron .faq .sub_title {
    font-size: 1.2em;
    padding: 0 0 20px 10px;
  }
  #syncron .faq .box {
    padding: 20px 20px;
    margin: 20px 0;
  }
}
#syncron .accordion dt,
#syncron .accordion dd .dd {
  position: relative;
}
#syncron .accordion dt:before,
#syncron .accordion dd .dd:before {
  position: absolute;
  left: 0;
  font-size: 20px;
  font-weight: bold;
  background: var(--color_01);
  color: #fff;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
}
#syncron .accordion dt {
  padding: 30px 40px;
  cursor: pointer;
  border-top: 1px solid #bbb;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#syncron .accordion dt:before {
  content: "Q";
  top: 28px;
}
#syncron .accordion dt .plus {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
#syncron .accordion dt .plus:before, #syncron .accordion dt .plus:after {
  content: "";
  background: #7b7b7b;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#syncron .accordion dt .plus:before {
  width: 0.5px;
  height: 100%;
}
#syncron .accordion dt .plus:after {
  width: 100%;
  height: 0.5px;
}
#syncron .accordion dt:hover {
  color: #888;
}
#syncron .accordion dt.open .plus:before {
  transform: translate(-50%, -50%) rotate(450deg);
  opacity: 0;
}
#syncron .accordion dd .dd {
  padding: 5px 0 30px 40px;
}
#syncron .accordion dd .dd:before {
  content: "A";
  top: 0;
}
@media (max-width: 768px) {
  #syncron .accordion dt:before,
  #syncron .accordion dd .dd:before {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 15px;
  }
  #syncron .accordion dt {
    padding: 15px 30px;
    font-size: 1em;
  }
  #syncron .accordion dt:before {
    top: 16px;
  }
  #syncron .accordion dt .plus {
    width: 15px;
    height: 15px;
  }
  #syncron .accordion dd .dd {
    padding: 0 0 20px 30px;
    font-size: 0.9em;
  }
}
#syncron .e {
  font-family: var(--font_e);
}
#syncron .bg {
  background: var(--bg);
}
#syncron .kome {
  text-indent: -1em;
  padding-left: 1em;
}
#syncron .red {
  color: var(--red);
}
#syncron sup {
  font-size: 0.7em;
  vertical-align: baseline;
}
#syncron .mini {
  font-size: 0.8em;
}
#syncron .big {
  font-size: 1.3em;
}
#syncron a,
#syncron :before,
#syncron :after {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#syncron .k {
  font-size: 0.7em;
}
#syncron img {
  vertical-align: bottom;
  width: 100%;
}
#syncron h1,
#syncron h2,
#syncron h3,
#syncron h4 {
  background: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
@media (min-width: 769px) {
  #syncron .inner {
    min-width: 1000px;
    max-width: 1000px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #syncron .inner_mini {
    min-width: 700px;
    max-width: 700px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #syncron .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  #syncron .inner,
  #syncron .inner_mini {
    padding: 0 5%;
  }
  #syncron .pc {
    display: none;
  }
}/*# sourceMappingURL=syncron_style.css.map */