@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=Zen+Kaku+Gothic+New:wght@400,500,700,900&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;
  letter-spacing: 0.05em;
  color: #231815;
  -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 {
  width: auto;
  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 4%;
}
.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 #F7B400;
  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: -80px;
    padding-top: 80px;
  }
}
.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;
  transition: all 0.3s ease-out;
}
.btn:after {
  right: 24px;
  width: 10px;
  height: 20px;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
}
.btn a, .btn span, .btn button, .btn input {
  display: block;
  width: 100%;
  background: linear-gradient(to right, #EC6C00 0%, #F7B400 51%, #EC6C00 100%);
  background-size: 200% auto;
  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 #EC6C00;
}
.btn:hover {
  top: 6px;
}
.btn:hover a, .btn:hover span, .btn:hover button, .btn:hover input {
  background-position: right center;
  box-shadow: 0 0 #EC6C00;
}
@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: 15px;
    height: 25px;
  }
}
@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 #EC6C00;
}
.contentBox .readText {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.contentBox .readText span {
  font-weight: 500;
}
@media (min-width: 1200px) {
  .contentBox {
    padding: 80px 0;
  }
  .contentBox .readText {
    font-size: 18px;
    line-height: 1.8;
  }
}

.contentTitle {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-bottom: 20px;
}
.contentTitle > * {
  font-weight: 700;
}
.contentTitle .en {
  color: #EC6C00;
  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 {
  background-color: rgba(236, 108, 0, 0.03);
  background-image: url(/img/bg-illust.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-bottom: 1px solid #EC6C00;
}
#mainVisual #mainVisualText {
  position: relative;
  padding: 30px 6.8vw 10px;
}
#mainVisual #mainVisualText .mainTitle {
  padding-bottom: 20px;
}
#mainVisual #mainVisualText .subTitle {
  line-height: 2;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
}
#mainVisual .mainVisualImage {
  text-align: center;
}
#mainVisual .mainVisualImage img {
  width: 60%;
}
@media (min-width: 768px) {
  #mainVisual {
    display: flex;
    align-items: center;
    background-size: auto 80%;
  }
  #mainVisual #mainVisualText {
    padding: 40px 2vw 50px 6.8vw;
  }
  #mainVisual .mainVisualImage img {
    width: auto;
  }
}
@media (min-width: 1200px) {
  #mainVisual #mainVisualText {
    padding: 80px 2vw 100px 6.8vw;
  }
  #mainVisual #mainVisualText .mainTitle {
    padding-bottom: 30px;
  }
  #mainVisual #mainVisualText .subTitle {
    font-size: 20px;
    padding-bottom: 30px;
  }
  #mainVisual .mainVisualImage {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  #mainVisual .mainVisualImage img {
    width: auto;
  }
}

.bgContent {
  background-color: rgba(236, 108, 0, 0.03);
}

.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: #EC6C00;
  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 {
  text-align: center;
}
#about .contentBox {
  padding-bottom: 0;
}
#about .aboutTitle {
  padding-bottom: 20px;
}
#about .aboutInner .textBox {
  text-align: left;
}
#about .aboutInner .textBox p {
  font-size: 16px;
  line-height: 1.8;
}
#about .aboutInner .textBox p + p {
  padding-top: 1em;
}
#about .aboutInner .textBox .em {
  line-height: 1.8;
  font-weight: 700;
}
#about .aboutInner .textBox .color {
  color: #EC6C00;
}
#about .aboutInner .textBox .emColor {
  font-weight: 700;
  color: #EC6C00;
  font-size: 20px;
}
#about .aboutInner .aboutInnerTitle {
  line-height: 1.6;
  font-size: 22px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}
#about .cardImage {
  width: 80%;
  margin: auto;
  background-color: #fff;
  padding: 20px;
}
#about .aboutTop .textBox {
  margin-top: 30px;
}
#about .aboutBottom {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #about .aboutInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #about .aboutInner > div {
    width: calc((100% - 32px) / 2);
  }
  #about .aboutBottomImage {
    display: none;
  }
  #about .aboutTop .textBox {
    margin-top: 0;
  }
  #about .aboutBottom {
    background-image: url(../img/about-bottom-bg.png);
    background-position: right bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  #about .aboutTitle {
    padding-bottom: 30px;
  }
  #about .aboutInner .textBox p {
    font-size: 18px;
    line-height: 2;
  }
  #about .aboutInner .textBox .emColor {
    font-size: 24px;
  }
  #about .aboutInner .aboutInnerTitle {
    line-height: 1.8;
    font-size: 30px;
    padding-bottom: 30px;
  }
  #about .cardImage {
    width: auto;
    margin: inherit;
    padding: 40px;
  }
  #about .aboutBottom {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}

/*
#service
---------------------------*/
#service .sceneContent {
  display: flex;
  flex-wrap: wrap;
}
#service .sceneContent > div {
  background-color: rgba(236, 108, 0, 0.03);
  border-radius: 5px;
  overflow: hidden;
  width: calc((100% - 10px) / 2);
  margin-bottom: 20px;
}
#service .sceneContent > div:nth-of-type(even) {
  margin-left: 10px;
}
#service .sceneContent .image {
  text-align: center;
}
#service .sceneContent .text {
  padding: 15px 4vw;
}
#service .sceneContent .circleText {
  font-weight: 600;
  font-size: 14px;
  margin-top: 0.5em;
}
#service .sceneContent .circleText > * {
  font-weight: 600;
}
#service .sceneContent .sceneTitle {
  color: #EC6C00;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 5px;
}
#service .sceneContent .sceneTitle > * {
  font-weight: 600;
}
@media (min-width: 768px) {
  #service .sceneContent > div {
    width: calc((100% - 60px) / 4);
    margin-bottom: 0;
    border-radius: 10px;
  }
  #service .sceneContent > div:nth-of-type(even) {
    margin-left: 20px;
  }
  #service .sceneContent > div + div {
    margin-left: 20px;
    margin-top: 0;
  }
  #service .sceneContent .text {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  #service .sceneContent .circleText {
    font-size: 16px;
  }
  #service .sceneContent .sceneTitle {
    font-size: 19px;
    padding-bottom: 10px;
  }
}

.feature .featureContent {
  display: flex;
  flex-wrap: wrap;
}
.feature .featureContent > div {
  text-align: center;
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding: 6px;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}
.feature .featureContent > div:nth-of-type(even) {
  margin-right: 0;
}
.feature .featureContent > div:nth-of-type(n+3) {
  margin-top: 20px;
}
.feature .featureContent > div > div {
  height: 100%;
  padding: 15px 2vw;
  border-radius: 5px;
  border: 1px solid #EC6C00;
}
.feature .featureContent > div .image {
  text-align: center;
}
.feature .featureContent > div .image img {
  width: 70%;
}
.feature .featureContent > div h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 15px;
}
.feature .featureContent > div h4 > * {
  font-weight: 600;
}
.feature .featureContent > div .text {
  text-align: left;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .feature .featureContent {
    display: flex;
    flex-wrap: wrap;
  }
  .feature .featureContent > div {
    width: calc((100% - 40px) / 3);
    margin: inherit;
    padding: 10px;
    border-radius: 10px;
    margin-right: 20px;
  }
  .feature .featureContent > div + div {
    margin-top: 0;
  }
  .feature .featureContent > div:nth-of-type(even) {
    margin-right: 20px;
  }
  .feature .featureContent > div:nth-of-type(3n) {
    margin-right: 0;
  }
  .feature .featureContent > div:nth-of-type(n+3) {
    margin-top: 0;
  }
  .feature .featureContent > div:nth-of-type(n+4) {
    margin-top: 20px;
  }
  .feature .featureContent > div > div {
    padding: 40px 20px 20px;
    border-radius: 10px;
  }
  .feature .featureContent > div .image img {
    width: 200px;
    border-radius: 10px;
  }
  .feature .featureContent > div .text {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .feature .featureContent > div h4 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}

/*
#howtoplay
---------------------------*/
#howtoplay .themeTitleBox {
  vertical-align: middle;
  border-bottom: 1px solid #F7B400;
  padding-bottom: 5px;
}
#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;
  background-color: #F7B400;
  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 .themeDetailWrap {
  text-align: right;
  padding-top: 10px;
}
#howtoplay .themeDetail {
  display: inline-block;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  padding: 5px 10px;
  background-color: #C69C83;
  border-radius: 50px;
}
#howtoplay .themeDetail > * {
  font-weight: 600;
}
#howtoplay .themeDetail 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 #EC6C00;
}
#howtoplay .playFlow .playFlowDetail dl {
  margin-top: 15px;
}
#howtoplay .playFlow .playFlowDetail dt {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  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;
  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;
    padding-bottom: 10px;
  }
  #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 .themeDetailWrap {
    padding-top: 20px;
  }
  #howtoplay .themeDetail {
    font-size: 18px;
    padding: 8px 20px;
  }
  #howtoplay .playFlow .playFlowDetail dl {
    margin-top: 15px;
  }
  #howtoplay .playFlow .playFlowDetail dt {
    font-size: 18px;
  }
  #howtoplay .playFlow .playFlowDetail dt:after {
    top: 2px;
  }
  #howtoplay .playFlow .playFlowDetail dd.note {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  #howtoplay .themeTitleBox .title {
    font-size: 18px;
  }
}

#slider01 .sliderMenu,
#slider02 .sliderMenu {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
  #slider01,
  #slider02 {
    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 #EC6C00;
  background-color: #EC6C00;
  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");
}
@media (min-width: 768px) {
  .sliderMenu {
    display: none;
  }
}

.infoContent {
  text-align: left;
  background-color: #fff;
  border: 1px solid #F7B400;
  padding: 20px 4%;
  margin-bottom: 20px;
  border-radius: 10px;
}
.infoContent .info {
  font-size: 16px;
  line-height: 1.8;
}
.infoContent .info .em {
  font-weight: 700;
}
.infoContent .info .em02 {
  color: #EC6C00;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 768px) {
  .infoContent {
    text-align: center;
    padding: 30px;
    margin-bottom: 40px;
  }
  .infoContent .info {
    font-size: 18px;
    line-height: 2;
  }
  .infoContent .info .em02 {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .infoContent .info {
    font-size: 14px;
  }
}

#ctaBlock {
  padding: 30px 0;
  border: 5px solid #EC6C00;
}
#ctaBlock > div {
  background-image: url(../img/bg-illust.svg);
  background-size: auto 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
#ctaBlock .ctaBlockTop .image {
  text-align: center;
}
#ctaBlock .ctaBlockTop .image img {
  width: 160px;
}
#ctaBlock .ctaBlockTop .image.type02 img {
  width: auto;
}
#ctaBlock .ctaBlockTop .text {
  text-align: center;
  margin: 15px 0 25px;
}
#ctaBlock .ctaBlockTop .text h3 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-weight: 600;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #ctaBlock {
    padding: 40px 0;
    border: 10px solid #EC6C00;
  }
  #ctaBlock > div {
    background-size: contain;
  }
  #ctaBlock .ctaBlockTop {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #ctaBlock .ctaBlockTop .text {
    margin: 0 50px;
  }
  #ctaBlock .ctaBlockTop .text h3 {
    line-height: 1.6;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  #ctaBlock {
    padding: 40px 0;
  }
  #ctaBlock > div {
    padding: 40px 0;
  }
  #ctaBlock .ctaBlockTop .image img {
    width: 300px;
  }
  #ctaBlock .ctaBlockTop .image.type02 img {
    width: 300px;
  }
  #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: #F7B400;
  font-size: 24px;
}
#faq .faqQa dt {
  background-color: #F7B400;
  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: #F7B400;
  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 #F7B400;
  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: 700;
  font-size: 18px;
  line-height: 1.4;
}
#series .seriesContent .text {
  text-align: left;
  padding-top: 15px;
}
#series .seriesContent .text .em {
  font-weight: 700;
  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%;
  max-height: 100px;
  object-fit: contain;
}
#achievement .achievementList .slick-slide {
  margin: 0 10px;
  width: 100px;
}
@media (min-width: 1200px) {
  #achievement > div {
    padding: 40px 0;
  }
  #achievement .achievementList .slick-slide {
    margin: 0 20px;
    width: 140px;
  }
}

/*
#voice
---------------------------*/
#voice {
  overflow: hidden;
}
#voice .voiceContentWrap .voiceContent {
  margin: 0 10px;
  position: relative;
  background-color: rgba(236, 108, 0, 0.03);
  border-radius: 5px;
  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=tsuyomi.css.map */