@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Jost:400,500,600&display=swap&subset=japanese");
html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.contentWrap {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 769px) {
  .contentWrap {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .contentWrap {
    font-size: 12px;
  }
}

/* -------------------------------------
common
----------------------------------------*/
.cf:after {
  content: "";
  clear: both;
  display: block;
}

.ib {
  display: inline-block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

strong {
  font-weight: 600;
}

.mode_pc,
.mode_pc_ib {
  display: none;
}

.mode_sp {
  display: block;
}

.mode_sp_ib {
  display: inline-block;
}

.tel a, .mail a {
  pointer-events: auto;
  cursor: pointer;
}

.bgImage {
  width: 100%;
  max-width: auto;
  max-width: inherit;
}

.mover {
  transition: opacity 0.2s ease-out;
  backface-visibility: hidden;
  zoom: 1;
}
.mover:hover {
  opacity: 0.7;
}

.inner,
.inner02,
.spInner {
  padding: 0 6.8%;
}
.inner .inner02,
.inner02 .inner02,
.spInner .inner02 {
  padding: 0;
}

.blankLink {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.blankLink:before {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  content: "";
  background-image: url(../img/blank.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 15px;
}
.blankLink.type02:before {
  background-image: url(../img/blank.svg);
}

.arrowLink {
  position: relative;
  padding-left: 20px;
}
.arrowLink:before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  content: "";
  width: 7px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 7px solid #2E59A7;
  transition: all 0.3s ease;
}
.arrowLink:hover:before {
  left: 5px;
}

.contentWrap .textBase {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.anchor {
  margin-top: -50px;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .tel a, .mail a {
    pointer-events: none;
  }
  .spInner {
    padding: 0;
  }
  .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .mode_pc {
    display: block;
  }
  .mode_pc_ib {
    display: inline-block;
  }
  .mode_sp,
  .mode_sp_ib {
    display: none;
  }
  .pcInner02 {
    width: 90%;
    max-width: 1028px;
    margin: auto;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .inner {
    width: 90%;
    max-width: 1240px;
    margin: auto;
    padding: 0;
  }
  .inner02 {
    width: 100%;
    max-width: 1028px;
    margin: auto;
    padding: 0;
  }
  .anchor {
    margin-top: -100px;
    padding-top: 100px;
  }
}
.btnWrap {
  text-align: center;
}

/*
.btn
---------------------------*/
.btn {
  position: relative;
  top: 0;
  display: inline-block;
  line-height: 1.4;
  width: 100%;
  padding: 0;
  zoom: 1;
  transition: 0.2s ease-in-out;
}
.btn.pdf:before {
  width: 40px;
  height: 40px;
  right: 10px;
}
.btn.pdf:after {
  right: 20px;
  width: 24px;
  height: 24px;
  background-image: url(../img/pdf-icon.svg);
}
.btn.pdf:hover {
  top: 0;
}
.btn.pdf:hover:after {
  background-image: url(../img/pdf-icon-w.svg);
}
.btn.pdf a, .btn.pdf span, .btn.pdf button, .btn.pdf input {
  font-size: 16px;
  box-shadow: none;
}
.btn:before, .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.btn:before {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #fff;
  right: 10px;
  z-index: 2;
  border: 1px solid #E2350F;
  transition: all 0.3s ease-out;
}
.btn:after {
  right: 22px;
  width: 16px;
  height: 18px;
  background-image: url(../img/arrow.svg);
  background-size: cover;
  z-index: 3;
}
.btn a, .btn span, .btn button, .btn input {
  display: block;
  width: 100%;
  background-color: #E2350F;
  border: 1px solid #E2350F;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  border-radius: 50px;
  text-decoration: none;
  padding: 14px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  box-shadow: 0 6px #C02D0D;
}
.btn:hover {
  top: 6px;
}
.btn:hover a, .btn:hover span, .btn:hover button, .btn:hover input {
  background-color: #fff;
  color: #E2350F;
  box-shadow: 0 0 #C02D0D;
}
.btn:hover:before {
  background-color: #E2350F;
}
.btn:hover:after {
  background-image: url(../img/arrow-w.svg);
}
@media (min-width: 1200px) {
  .btn {
    width: 400px;
    min-width: inherit;
  }
  .btn.pdf {
    width: 340px;
  }
  .btn.pdf a, .btn.pdf span, .btn.pdf button, .btn.pdf input {
    font-size: 18px;
    padding: 15px;
  }
  .btn a, .btn span, .btn button, .btn input {
    font-size: 24px;
    padding: 20px 20px;
  }
  .btn:before {
    width: 50px;
    height: 50px;
    right: 15px;
  }
  .btn:after {
    right: 28px;
    width: 22px;
    height: 24px;
  }
}
@media (max-width: 330px) {
  .btn a, .btn span, .btn button, .btn input {
    font-size: 14px;
    padding: 12px;
  }
}

.contentBox {
  padding: 40px 0;
  border-top: 1px solid #F8B616;
}
.contentBox .readText {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.contentBox .readText span {
  font-weight: 500;
}
@media (min-width: 1200px) {
  .contentBox {
    padding: 100px 0;
  }
  .contentBox .readText {
    font-size: 18px;
    line-height: 1.8;
  }
}

.contentTitle {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.025em;
  line-height: 1.4;
  padding-bottom: 20px;
}
.contentTitle > * {
  font-weight: 600;
}
.contentTitle .en {
  color: #E2350F;
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}
.contentTitle + .read {
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .contentTitle {
    font-size: 38px;
    letter-spacing: 0.05em;
    padding-bottom: 30px;
  }
  .contentTitle .en {
    font-size: 18px;
  }
  .contentTitle + .read {
    font-size: 18px;
    padding-bottom: 30px;
  }
}
@media (max-width: 350px) {
  .contentTitle {
    font-size: 22px;
  }
}

/*
#mainVisual
---------------------------*/
#mainVisual {
  border-bottom: 1px solid #F8B616;
}
#mainVisual #mainVisualText {
  position: relative;
  padding: 40px 6.8vw 100px;
  border-bottom: 1px solid #F8B616;
}
#mainVisual #mainVisualText > div {
  position: relative;
  z-index: 2;
}
#mainVisual #mainVisualText .logo {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 60px;
  z-index: 1;
}
#mainVisual #mainVisualText .mainTitle {
  padding-bottom: 20px;
}
#mainVisual #mainVisualText .read {
  display: block;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 12px;
}
#mainVisual #mainVisualText .read span {
  font-weight: 600;
}
#mainVisual #mainVisualText .productName {
  display: block;
  font-weight: 600;
  line-height: 1.6;
  font-size: 24px;
  padding-bottom: 8px;
}
#mainVisual #mainVisualText img {
  display: block;
}
#mainVisual .imageBox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0 10px;
}
#mainVisual .imageBox img {
  width: 75%;
}
@media (min-width: 768px) {
  #mainVisual {
    display: flex;
  }
  #mainVisual > div {
    width: 50%;
  }
  #mainVisual #mainVisualText {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    border-right: 1px solid #F8B616;
  }
  #mainVisual #mainVisualText .logo {
    bottom: 20px;
    right: 20px;
    width: 100px;
  }
  #mainVisual .imageBox {
    text-align: center;
  }
  #mainVisual .imageBox img {
    width: auto;
  }
}
@media (min-width: 1200px) {
  #mainVisual #mainVisualText .logo {
    bottom: 30px;
    right: 30px;
    width: 120px;
  }
  #mainVisual #mainVisualText .mainTitle {
    padding-bottom: 50px;
  }
  #mainVisual #mainVisualText .read {
    font-size: 24px;
    padding-bottom: 30px;
  }
  #mainVisual #mainVisualText .productName {
    line-height: 1.8;
    font-size: 34px;
    padding-bottom: 10px;
  }
  #mainVisual #mainVisualText .productName > * {
    font-weight: 600;
  }
}

.bgContent {
  background-color: rgba(248, 182, 22, 0.1);
}

.circleText {
  position: relative;
  line-height: 1.4;
  padding-left: 15px;
}
.circleText.center:after {
  top: 0;
  bottom: 0;
}
.circleText:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #F8B616;
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
}
@media (min-width: 1200px) {
  .circleText {
    padding-left: 20px;
  }
  .circleText:after {
    width: 12px;
    height: 12px;
    top: 6px;
  }
}

/*
#about
---------------------------*/
#about {
  display: flex;
  flex-wrap: wrap;
}
#about .imageBox {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
  padding: 5px;
  border-top: 1px solid #F8B616;
}
#about .textBox {
  order: 1;
  padding: 40px 6.8vw;
}
#about .textBox .read {
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 18px;
  color: #2E59A7;
  line-height: 1.6;
  padding-bottom: 10px;
}
#about .textBox p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#about .textBox .em {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  #about {
    display: flex;
  }
  #about > div {
    width: 50%;
  }
  #about .imageBox {
    order: 1;
    padding: 0;
    border-top: none;
    border-right: 1px solid #F8B616;
  }
  #about .imageBox img {
    width: auto;
  }
  #about .textBox {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  #about .textBox .read {
    font-size: 26px;
    padding-bottom: 30px;
  }
  #about .textBox .em {
    font-size: 20px;
  }
  #about .textBox p {
    font-size: 18px;
    line-height: 1.8;
  }
}

/*
#service
---------------------------*/
#service .sceneContent {
  display: flex;
  flex-wrap: wrap;
}
#service .sceneContent > div {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}
#service .sceneContent > div:nth-of-type(even) {
  margin-left: 20px;
}
#service .sceneContent .image {
  text-align: center;
}
#service .sceneContent .image img {
  border-radius: 5px;
}
#service .sceneContent .circleText {
  font-weight: 600;
  font-size: 14px;
  margin-top: 0.5em;
}
#service .sceneContent .circleText > * {
  font-weight: 600;
}
#service .feature {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}
#service .featureContent {
  padding: 10px 0 0;
}
#service .featureContent > div {
  text-align: center;
  width: 80%;
  margin: auto;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}
#service .featureContent > div + div {
  margin-top: 30px;
}
#service .featureContent > div:first-of-type {
  margin-top: 10px;
}
#service .featureContent > div:after {
  content: "";
  display: block;
  background-image: url(../img/point-icon01.svg);
  background-size: cover;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -20px;
  left: -20px;
}
#service .featureContent > div > div {
  height: 100%;
  padding: 30px 3.4vw;
  border-radius: 5px;
  border: 1px solid #E2350F;
}
#service .featureContent > div .image {
  text-align: center;
}
#service .featureContent > div .image img {
  width: 70%;
}
#service .featureContent > div h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 15px;
}
#service .featureContent > div .text {
  text-align: left;
  padding-top: 10px;
}
#service .featureContent > div:nth-of-type(2):after {
  background-image: url(../img/point-icon02.svg);
}
#service .featureContent > div:nth-of-type(2) > div {
  border: 1px solid #F8B616;
}
#service .featureContent > div:nth-of-type(3):after {
  background-image: url(../img/point-icon03.svg);
}
#service .featureContent > div:nth-of-type(3) > div {
  border: 1px solid #2E59A7;
}
@media (min-width: 768px) {
  #service .sceneContent > div {
    width: calc((100% - 60px) / 4);
    margin-bottom: 40px;
  }
  #service .sceneContent > div:nth-of-type(even) {
    margin-left: 20px;
  }
  #service .sceneContent > div + div {
    margin-left: 20px;
    margin-top: 0;
  }
  #service .sceneContent .image img {
    border-radius: 10px;
  }
  #service .feature {
    padding-top: 80px;
  }
  #service .featureContent {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 0;
  }
  #service .featureContent > div {
    width: calc((100% - 40px) / 3);
    margin-bottom: 0;
    padding: 10px;
    border-radius: 10px;
  }
  #service .featureContent > div + div {
    margin-left: 20px;
    margin-top: 0;
  }
  #service .featureContent > div:first-of-type {
    margin-top: 0;
  }
  #service .featureContent > div:after {
    width: 100px;
    height: 100px;
    top: -50px;
    left: -10px;
  }
  #service .featureContent > div > div {
    padding: 40px 20px 20px;
    border-radius: 10px;
  }
  #service .featureContent > div .image img {
    width: 200px;
    border-radius: 10px;
  }
  #service .featureContent > div .text {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  #service .sceneContent .circleText {
    font-size: 16px;
  }
  #service .featureContent > div {
    width: calc((100% - 80px) / 3);
  }
  #service .featureContent > div + div {
    margin-left: 40px;
  }
  #service .featureContent > div h4 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 350px) {
  #service .featureContent > div {
    width: 90%;
  }
}

/*
#howtoplay
---------------------------*/
#howtoplay .themeTitleBox {
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #F8B616;
  padding: 15px 3.4vw;
}
#howtoplay .themeTitleBox .no {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Jost", sans-serif;
  padding-left: 16px;
}
#howtoplay .themeTitleBox .no > * {
  vertical-align: middle;
  font-weight: 600;
}
#howtoplay .themeTitleBox .no span {
  font-size: 18px;
}
#howtoplay .themeTitleBox .no span + span {
  font-weight: 500;
  font-size: 24px;
  padding-left: 5px;
}
#howtoplay .themeTitleBox .no:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #2E59A7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#howtoplay .themeTitleBox .title {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  padding: 5px 0 10px;
}
#howtoplay .themeTitleBox .title > * {
  font-weight: 600;
}
#howtoplay .themeTitleBox .detail {
  font-weight: 600;
  line-height: 1.4;
  color: #2E59A7;
}
#howtoplay .themeTitleBox .detail > * {
  font-weight: 600;
}
#howtoplay .themeTitleBox .detail span + span {
  padding-left: 1em;
}
#howtoplay .playFlow {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0 6.8%;
}
#howtoplay .playFlow .flowImage img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #F8B616;
}
#howtoplay .playFlow .playFlowDetail dl {
  margin-top: 15px;
}
#howtoplay .playFlow .playFlowDetail dt {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding-left: 29px;
  margin-bottom: 10px;
}
#howtoplay .playFlow .playFlowDetail dt:after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url(../img/no01.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#howtoplay .playFlow .playFlowDetail.no1 dt:after {
  background-image: url(../img/no01.svg);
}
#howtoplay .playFlow .playFlowDetail.no2 dt:after {
  background-image: url(../img/no02.svg);
}
#howtoplay .playFlow .playFlowDetail.no3 dt:after {
  background-image: url(../img/no03.svg);
}
#howtoplay .playFlow .playFlowDetail.no4 dt:after {
  background-image: url(../img/no04.svg);
}
#howtoplay .playFlow .playFlowDetail.no5 dt:after {
  background-image: url(../img/no05.svg);
}
#howtoplay .playFlow .playFlowDetail.no6 dt:after {
  background-image: url(../img/no06.svg);
}
#howtoplay .playFlow .playFlowDetail.no7 dt:after {
  background-image: url(../img/no07.svg);
}
#howtoplay .playFlow .playFlowDetail.no8 dt:after {
  background-image: url(../img/no08.svg);
}
#howtoplay .playFlow .playFlowDetail.no9 dt:after {
  background-image: url(../img/no09.svg);
}
#howtoplay .playFlow .playFlowDetail.no10 dt:after {
  background-image: url(../img/no010.svg);
}
#howtoplay .playFlow .playFlowDetail dd img {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin: -2px 2px 0 2px;
}
#howtoplay .playFlow .playFlowDetail dd.note {
  line-height: 1.6;
  font-size: 12px;
  color: #666;
  padding-top: 0.5em;
}
#howtoplay .playFlow.slider .slick-list {
  padding: 0 25% 0 0 !important;
}
#howtoplay .playFlow.slider .slick-slide {
  margin-right: 20px;
}
@media (min-width: 768px) {
  #howtoplay .themeTitleBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 50px;
    border: 2px solid #F8B616;
    padding: 15px 25px;
  }
  #howtoplay .playFlow {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 20px;
  }
  #howtoplay .playFlow > div {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    padding-bottom: 20px;
  }
  #howtoplay .playFlow > div:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  #howtoplay .themeTitleBox .no {
    padding-left: 20px;
  }
  #howtoplay .themeTitleBox .no span {
    font-size: 24px;
  }
  #howtoplay .themeTitleBox .no span + span {
    font-size: 40px;
    padding-left: 5px;
  }
  #howtoplay .themeTitleBox .title {
    font-size: 24px;
    padding: 0 20px;
  }
  #howtoplay .themeTitleBox .detail {
    font-size: 18px;
  }
  #howtoplay .playFlow > div dl {
    margin-top: 15px;
  }
  #howtoplay .playFlow > div dt {
    font-size: 18px;
  }
  #howtoplay .playFlow > div dd.note {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  #howtoplay .themeTitleBox .title {
    font-size: 18px;
  }
}

#slider01 .sliderMenu {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
  #slider01 {
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
  }
}

.sliderMenu {
  width: 90.4%;
  margin: 0 auto;
  padding-top: 10px;
}
.sliderMenu .pageWrap,
.sliderMenu .pageWrap02 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sliderMenu .pageWrap .arrow,
.sliderMenu .pageWrap02 .arrow {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #F8B616;
  background-color: #F8B616;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.sliderMenu .pageWrap .arrow + .arrow,
.sliderMenu .pageWrap02 .arrow + .arrow {
  margin-left: 15px;
}
.sliderMenu .pageWrap .arrow::after,
.sliderMenu .pageWrap02 .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 14px;
  background-size: cover;
  transition: all 0.3s ease-out;
}
.sliderMenu .pageWrap .arrow.prev::after,
.sliderMenu .pageWrap02 .arrow.prev::after {
  background-image: url("../img/arrow-w.svg");
  transform: scale(-1, 1);
}
.sliderMenu .pageWrap .arrow.next::after,
.sliderMenu .pageWrap02 .arrow.next::after {
  background-image: url("../img/arrow-w.svg");
}
.sliderMenu .pageWrap .arrow:hover,
.sliderMenu .pageWrap02 .arrow:hover {
  background: #fff;
  cursor: pointer;
}
.sliderMenu .pageWrap .arrow:hover.prev::after,
.sliderMenu .pageWrap02 .arrow:hover.prev::after {
  background-image: url("../img/arrow-y.svg");
}
.sliderMenu .pageWrap .arrow:hover.next::after,
.sliderMenu .pageWrap02 .arrow:hover.next::after {
  background-image: url("../img//arrow-y.svg");
}
@media (min-width: 768px) {
  .sliderMenu {
    display: none;
  }
}

.linkContent {
  text-align: center;
  background-color: #fff;
  border: 1px solid #2E59A7;
  padding: 20px 6.8%;
  margin-top: 30px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}
.linkContent .info {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .linkContent {
    padding: 40px;
  }
  .linkContent .info {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 350px) {
  .linkContent .info {
    font-size: 14px;
  }
}

#ctaBlock {
  border: 5px solid #F8B616;
  padding: 20px;
}
#ctaBlock > div {
  background-image: url(../img/cta-bg-sp.svg);
  background-size: cover;
  background-position: center center;
}
#ctaBlock .ctaBlockTop .image {
  text-align: center;
  margin-bottom: 15px;
}
#ctaBlock .ctaBlockTop .image img {
  width: 160px;
}
#ctaBlock .ctaBlockTop .text {
  text-align: center;
}
#ctaBlock .ctaBlockTop .text h3 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-weight: 600;
  padding-bottom: 20px;
}
#ctaBlock .ctaBlockBottom {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#ctaBlock .ctaBlockBottom > div {
  width: calc((100% - 30px) / 4);
}
#ctaBlock .ctaBlockBottom > div + div {
  margin-left: 10px;
}
#ctaBlock .ctaBlockBottom > div img {
  max-width: inherit;
  width: 100%;
}
@media (min-width: 768px) {
  #ctaBlock {
    border: 10px solid #F8B616;
    padding: 60px;
  }
  #ctaBlock > div {
    background-image: url(../img/cta-bg.svg);
    background-size: cover;
  }
  #ctaBlock .ctaBlockTop {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #ctaBlock .ctaBlockTop .image {
    margin-bottom: 0;
  }
  #ctaBlock .ctaBlockTop .text {
    text-align: left;
    margin-left: 50px;
  }
  #ctaBlock .ctaBlockTop .text h3 {
    line-height: 1.6;
    padding-bottom: 20px;
  }
  #ctaBlock .ctaBlockBottom {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  #ctaBlock .ctaBlockBottom > div {
    width: calc((100% - 90px) / 7);
  }
  #ctaBlock .ctaBlockBottom > div + div {
    margin-left: 15px;
  }
  #ctaBlock .ctaBlockBottom > div img {
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  #ctaBlock .ctaBlockTop .image img {
    width: 300px;
  }
  #ctaBlock .ctaBlockTop .text {
    margin-left: 80px;
  }
  #ctaBlock .ctaBlockTop .text h3 {
    font-size: 32px;
    padding-bottom: 30px;
  }
}
@media (max-width: 350px) {
  #ctaBlock .ctaBlockTop .text h3 {
    font-size: 18px;
  }
}

#faq .faqQa dl {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
#faq .faqQa dl + dl {
  margin-top: 15px;
}
#faq .faqQa dt, #faq .faqQa dd {
  position: relative;
  background-color: #fff;
  line-height: 1.75;
  padding: 10px 10px 10px 35px;
}
#faq .faqQa dt:after, #faq .faqQa dd:after {
  position: absolute;
  top: 3px;
  left: 10px;
  content: "";
  font-family: "Jost", sans-serif;
  color: #F8B616;
  font-size: 24px;
}
#faq .faqQa dt {
  background-color: #F8B616;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#faq .faqQa dt:after {
  content: "Q";
  font-weight: 400;
  color: #fff;
}
#faq .faqQa dd {
  font-weight: 500;
}
#faq .faqQa dd:after {
  content: "A";
}
#faq .faqQa .open dd {
  display: block;
  border-top: 1px solid var(--color-border-2);
}
#faq .faqQa .open .faq__qa--arrow > span:after {
  top: 12px;
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  #faq .faqQa dl + dl {
    margin-top: 30px;
  }
  #faq .faqQa .open .faq__qa--arrow > span:after {
    top: 16px;
  }
  #faq .faqQa dt, #faq .faqQa dd {
    font-size: 18px;
    padding: 20px 20px 20px 50px;
  }
  #faq .faqQa dt:after, #faq .faqQa dd:after {
    top: 10px;
    left: 15px;
    font-size: 30px;
  }
}

#record .definitionBox {
  margin-bottom: 15px;
}
#record .definitionBox .title,
#record .definitionBox .detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
#record .definitionBox .title {
  background-color: #2E59A7;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#record .definitionBox .title h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
#record .definitionBox .title h4 > * {
  font-weight: 600;
}
#record .definitionBox .detail {
  text-align: center;
  background-color: #fff;
  border: 2px solid #2E59A7;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 15px 3.4vw;
}
#record .definitionBox .companyList {
  display: flex;
  flex-wrap: wrap;
}
#record .definitionBox .companyList li {
  width: calc((100% - 10px) / 2);
  aspect-ratio: 2/1;
  border: 1px solid #eee;
  margin-bottom: 10px;
  padding: 10px;
}
#record .definitionBox .companyList li:nth-of-type(odd) {
  margin-right: 10px;
}
#record .definitionBox .companyList li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  #record .definitionBoxFlex {
    margin-bottom: 30px;
    display: flex;
    align-items: stretch;
  }
  #record .definitionBoxFlex .definitionBox {
    height: 100%;
    width: calc((100% - 32px) / 2);
  }
  #record .definitionBoxFlex .definitionBox + .definitionBox {
    margin-left: 32px;
  }
  #record .definitionBox {
    margin-bottom: 0;
  }
  #record .definitionBox .title {
    min-height: 75px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #record .definitionBox .title h4 {
    font-size: 20px;
  }
  #record .definitionBox .detail {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #record .definitionBox .companyList {
    display: flex;
    flex-wrap: wrap;
  }
  #record .definitionBox .companyList li {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
  }
  #record .definitionBox .companyList li:nth-of-type(odd) {
    margin-right: 10px;
  }
  #record .definitionBox .companyList li:nth-of-type(4n) {
    margin-right: 0;
  }
}

#series .seriesContent > div {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}
#series .seriesContent > div + div {
  margin-top: 30px;
}
#series .seriesContent > div:first-of-type {
  background-color: rgba(46, 89, 167, 0.1);
}
#series .seriesContent > div > a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  padding: 30px 4.8vw 20px;
}
#series .seriesContent > div:nth-of-type(2) {
  background-color: rgba(248, 182, 22, 0.1);
}
#series .seriesContent > div:nth-of-type(3) {
  background-color: rgba(226, 53, 15, 0.1);
}
#series .seriesContent .image {
  text-align: center;
}
#series .seriesContent .image img {
  width: 70%;
}
#series .seriesContent .name {
  padding-bottom: 15px;
}
#series .seriesContent h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
#series .seriesContent .text {
  text-align: left;
  padding-top: 15px;
}
#series .seriesContent .text .em {
  font-weight: 600;
  padding-bottom: 10px;
}
#series .seriesContent .text .em > * {
  font-weight: 600;
}
#series .seriesContent .link {
  text-align: right;
  padding-top: 15px;
}
#series .seriesContent .comingsoon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#series .seriesContent .comingsoon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  background-color: rgba(102, 102, 102, 0.8);
  z-index: 5;
}
#series .seriesContent .comingsoon .comingsoonText {
  position: absolute;
  z-index: 6;
}
#series .seriesContent .comingsoon .comingsoonText p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
#series .seriesContent .comingsoon a:hover .image img {
  transform: none;
}
#series .seriesContent .this a {
  cursor: default;
}
#series .seriesContent .this a:hover .image img {
  transform: none;
}
@media (min-width: 768px) {
  #series .seriesContent {
    display: flex;
    flex-wrap: wrap;
  }
  #series .seriesContent > div {
    width: calc((100% - 40px) / 3);
    margin-bottom: 0;
    border-radius: 10px;
  }
  #series .seriesContent > div + div {
    margin-left: 20px;
    margin-top: 0;
  }
  #series .seriesContent > div:first-of-type {
    margin-top: 0;
  }
  #series .seriesContent > div:after {
    width: 100px;
    height: 100px;
    top: -50px;
    left: -10px;
  }
  #series .seriesContent > div > a {
    width: 100%;
    flex-wrap: wrap;
    padding: 30px 20px 20px;
  }
  #series .seriesContent > div > a > * {
    width: 100%;
  }
  #series .seriesContent .image img {
    width: 200px;
    border-radius: 10px;
    transition-duration: 0.5s;
  }
  #series .seriesContent .name {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #series .seriesContent .text {
    padding-top: 20px;
  }
  #series .seriesContent .link {
    justify-self: flex-end;
    padding-top: 15px;
  }
  #series .seriesContent a:hover .linkText > span {
    position: relative;
  }
  #series .seriesContent a:hover .linkText > span:after {
    width: 100%;
  }
  #series .seriesContent a:hover .image img {
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  #series .seriesContent > div {
    width: calc((100% - 80px) / 3);
  }
  #series .seriesContent > div + div {
    margin-left: 40px;
  }
  #series .seriesContent > div .name {
    padding-bottom: 20px;
  }
  #series .seriesContent > div h4 {
    font-size: 20px;
  }
  #series .seriesContent .comingsoon .comingsoonText p {
    font-size: 20px;
  }
}
@media (max-width: 350px) {
  #series .seriesContent > div {
    width: 90%;
  }
}

.linkText {
  position: relative;
  line-height: 1.6;
  font-size: 16px;
  display: inline-block;
  color: #E2350F;
  padding-left: 30px;
}
.linkText:before, .linkText:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.linkText:before {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background-color: #E2350F;
  left: 0;
}
.linkText:after {
  left: 7px;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  z-index: 1;
}
.linkText > span {
  position: relative;
  font-weight: 600;
}
.linkText > span:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #E2350F;
  left: 0;
  margin: auto;
  bottom: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 0;
}
@media (min-width: 1200px) {
  .linkText {
    font-size: 18px;
  }
}

#achievement > div {
  padding: 20px 0;
}
#achievement .achievementList li {
  aspect-ratio: 2/1;
}
#achievement .achievementList li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#achievement .achievementList .slick-slide {
  margin: 0 10px;
  width: 100px;
}
@media (min-width: 1200px) {
  #achievement {
    border-top: 1px solid #F8B616;
  }
  #achievement > div {
    padding: 40px 0;
  }
  #achievement .achievementList .slick-slide {
    margin: 0 20px;
    width: 140px;
  }
}

/*
#voice
---------------------------*/
#voice .voiceContentWrap {
  overflow: hidden;
}
#voice .voiceContentWrap .voiceContent {
  margin: 0 10px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
  padding: 20px 4vw;
}
#voice .voiceContentWrap .voiceContent > div {
  text-align: center;
}
#voice .voiceContentWrap .voiceContent .slick-slide {
  text-align: center;
}
#voice .voiceContentWrap .voiceContent .image {
  text-align: center;
}
#voice .voiceContentWrap .voiceContent .image img {
  width: 70%;
  margin: auto;
}
#voice .voiceContentWrap .voiceContent h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 10px;
}
#voice .voiceContentWrap .voiceContent .text {
  text-align: left;
  padding-top: 10px;
}
#voice .voiceContentWrap .voiceContent .text .detail {
  text-align: right;
  padding-top: 10px;
}
@media (min-width: 768px) {
  #voice .voiceContentWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  #voice .voiceContentWrap .voiceContent {
    width: calc((100% - 40px) / 3);
    border-radius: 10px;
    padding: 30px 20px;
    margin: 0;
  }
  #voice .voiceContentWrap .voiceContent + .voiceContent {
    margin-left: 20px;
    margin-top: 0;
  }
  #voice .voiceContentWrap .voiceContent .image img {
    width: 200px;
    border-radius: 10px;
  }
  #voice .voiceContentWrap .voiceContent .text {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 20px;
  }
  #voice .voiceContentWrap .voiceContent .text p {
    width: 100%;
  }
  #voice .voiceContentWrap .voiceContent .text .detail {
    justify-self: flex-end;
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  #voice .sceneContent .circleText {
    font-size: 16px;
  }
  #voice .featureContent > div {
    width: calc((100% - 80px) / 3);
  }
  #voice .featureContent > div + div {
    margin-left: 40px;
  }
  #voice .featureContent > div h4 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 350px) {
  #voice .featureContent > div {
    width: 90%;
  }
}

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