@charset "UTF-8";
@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: #4D4D4D;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.contentWrap p {
  padding: 0;
}
.contentWrap dl {
  margin: 0;
}
@media (min-width: 769px) {
  .contentWrap {
    font-size: 15px;
  }
}
@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 6%;
}
.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 #998C7E;
  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) {

  .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: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.blank:after {
  right: 15px;
  width: 20px;
  height: 14px;
  background-image: url(../img/blank-icon.svg);
}
.btn:before, .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.btn:before {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #F4F1EF;
  right: 10px;
  z-index: 2;
  transition: all 0.3s ease-out;
}
.btn:after {
  right: 20px;
  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: #E65550;
  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 3px #F4F1EF;
}
.btn:hover {
  top: 3px;
}
.btn:hover a, .btn:hover span, .btn:hover button, .btn:hover input {
  background-position: right center;
  box-shadow: 0 0 #E65550;
}
.btn.notLink a, .btn.notLink span, .btn.notLink button, .btn.notLink input {
  cursor: default;
  background-color: #999;
  color: #666;
  font-weight: 400;
  box-shadow: none;
}
.btn.notLink:before, .btn.notLink:after {
  content: none;
}
.btn.notLink:hover {
  top: 0;
}
@media (min-width: 1200px) {
  .btn {
    width: 400px;
    min-width: inherit;
  }
  .btn.blank:after {
    right: 24px;
    width: 20px;
    height: 18px;
  }
  .btn a, .btn span, .btn button, .btn input {
    font-size: 22px;
    padding: 20px 20px;
  }
  .btn:before {
    width: 40px;
    height: 40px;
    right: 15px;
  }
  .btn:after {
    right: 26px;
    width: 18px;
    height: 22px;
  }
}
@media (max-width: 330px) {
  .btn a, .btn span, .btn button, .btn input {
    font-size: 14px;
    padding: 12px;
  }
}

.contentBox {
  padding: 40px 0;
}
.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: "Noto Sans JP", 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: #E65550;
  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: 34px;
    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: #f0efeb;
  background-image: url(../img/bg-image.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 200%;
  padding: 100px 0 20px;
}
#mainVisual #mainVisualText {
  position: relative;
}
#mainVisual #mainVisualText .logo {
  width: 80%;
  padding-bottom: 30px;
}
#mainVisual #mainVisualText .mainTitle {
  font-size: 24px;
  color: #E65550;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 20px;
  margin: 0;
}
#mainVisual #mainVisualText .mainTitle > span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #231815;
  display: block;
  padding-bottom: 0.5em;
}
#mainVisual #mainVisualText .mainTitle span {
  font-weight: 600;
}
#mainVisual .mainVisualImage {
  text-align: right;
  padding-top: 30px;
}
#mainVisual .mainVisualImage img {
  width: 60%;
}
@media (min-width: 768px) {
  #mainVisual {
    background-position: center center;
    background-size: cover;
  }
  #mainVisual .inner {
    display: flex;
    align-items: center;
  }
  #mainVisual #mainVisualText {
    width: 55%;
  }
  #mainVisual .mainVisualImage {
    text-align: center;
    width: 45%;
    padding-top: 0;
  }
  #mainVisual .mainVisualImage img {
    width: auto;
  }
}
@media (min-width: 1200px) {
  #mainVisual {
    padding: 150px 0 50px;
  }
  #mainVisual #mainVisualText .logo {
    width: auto;
    padding-bottom: 70px;
  }
  #mainVisual #mainVisualText .mainTitle {
    font-size: 44px;
    font-size: min(3vw, 44px);
    padding-bottom: 50px;
  }
  #mainVisual #mainVisualText .mainTitle span {
    font-size: 24px;
  }
}

.bgContent {
  background-color: #F4F1EF;
}

.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: #E65550;
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
}
@media (min-width: 1200px) {
  .circleText {
    padding-left: 20px;
  }
  .circleText:after {
    width: 12px;
    height: 12px;
    top: 6px;
  }
}

#thoughts .message {
  line-height: 1.8;
  font-weight: 500;
  padding-bottom: 1em;
}
#thoughts .speech-content .speech-content-inner.pc {
  display: none;
}
#thoughts .speech-content .both {
  clear: both;
}
#thoughts .speech-content .speech {
  display: inline-block;
  background-image: url(../img/speech-bg.svg);
  background-size: 100% 100%;
}
#thoughts .speech-content .speech:nth-of-type(even) {
  float: right;
}
#thoughts .speech-content .speech.type02 {
  background-image: url(../img/speech-bg02.svg);
}
#thoughts .speech-content .speech .speech-inner {
  padding: 15px 20px 25px;
}
#thoughts .speech-content .speech p {
  min-width: 16em;
  line-height: 1.75;
}
@media (min-width: 1200px) {
  #thoughts .thoughts-inner {
    background-image: url(../img/thoughts-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right top;
  }
  #thoughts .message {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #thoughts .speech-content {
    display: flex;
    justify-content: space-between;
  }
  #thoughts .speech-content .speech-content-inner {
    width: 50%;
  }
  #thoughts .speech-content .speech-content-inner .speech:nth-of-type(1) {
    margin-left: 50px;
  }
  #thoughts .speech-content .speech-content-inner .speech:nth-of-type(3) {
    float: right;
  }
  #thoughts .speech-content .speech-content-inner .speech:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
  }
  #thoughts .speech-content .speech-content-inner.pc {
    margin-top: 80px;
    display: block;
  }
  #thoughts .speech-content .speech-content-inner.pc .speech:nth-of-type(1) {
    float: right;
  }
  #thoughts .speech-content .speech-content-inner.pc .speech:nth-of-type(2) {
    margin-right: 70px;
  }
  #thoughts .speech-content .speech-content-inner.pc .speech:nth-of-type(3) {
    float: left;
    margin-left: -30px;
  }
  #thoughts .speech-content .speech {
    min-width: 445px;
    min-height: 135px;
    background-size: 100% 100%;
  }
  #thoughts .speech-content .speech.sp {
    display: none;
  }
  #thoughts .speech-content .speech .speech-inner {
    padding: 30px 50px 40px;
  }
  #thoughts .speech-content .speech p {
    font-size: 18px;
    line-height: 1.75;
  }
}

/*
#about
---------------------------*/
#about {
  background-image: url(../img/wave-bg01.svg);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#about .contentBox {
  padding-bottom: 0;
}
#about .aboutInner .textBox {
  text-align: left;
}
#about .aboutInner .textBox p {
  font-size: 14px;
  line-height: 1.8;
}
#about .aboutInner .textBox p + p {
  padding-top: 0.5em;
}
#about .aboutInner .textBox .em {
  line-height: 1.8;
  font-weight: 700;
}
#about .aboutInner .textBox .color {
  color: #E65550;
}
#about .aboutInner .textBox .emColor {
  font-weight: 700;
  color: #E65550;
  font-size: 20px;
}
#about .aboutInner .aboutInnerTitle {
  font-size: 18px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}
#about .aboutTop .textBox {
  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;
  }
}
@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: 20px;
    padding-bottom: 30px;
  }
  #about .cardImage {
    width: auto;
    margin: inherit;
    padding: 40px;
  }
}

/*
#service
---------------------------*/
#service .sceneContent {
  display: flex;
  flex-wrap: wrap;
}
#service .sceneContent > div {
  background-color: #fff;
  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 2vw;
}
#service .sceneContent .circleText {
  font-weight: 600;
  font-size: 14px;
  margin-top: 0.5em;
}
#service .sceneContent .circleText > * {
  font-weight: 600;
}
#service .sceneContent .sceneTitle {
  color: #E65550;
  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 > div {
  text-align: center;
  width: 80%;
  margin: auto;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}
.feature .featureContent > div + div {
  margin-top: 30px;
}
.feature .featureContent > div > div {
  height: 100%;
  padding: 15px 4vw;
  border-radius: 5px;
  border: 1px solid #E65550;
}
.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: 5px;
}
.feature .featureContent > div h4 > * {
  font-weight: 600;
}
.feature .featureContent > div .text {
  text-align: center;
  padding-top: 10px;
}
.feature .featureContent > div .text p {
  text-align: left;
}
@media (min-width: 768px) {
  .feature .featureContent {
    display: flex;
    flex-wrap: wrap;
  }
  .feature .featureContent > div {
    width: calc((100% - 40px) / 3);
    margin: inherit;
    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;
  }
}

#pigion-triplevalue .bd-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#pigion-triplevalue .bd-title:after, #pigion-triplevalue .bd-title:before {
  content: "";
  height: 1px;
  background-color: #E65550;
  flex-grow: 1;
}
#pigion-triplevalue .bd-title h3 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 0 20px;
}
#pigion-triplevalue .thoughts-contet {
  text-align: center;
}
#pigion-triplevalue .thoughts-bottom {
  padding-top: 20px;
}
#pigion-triplevalue .thoughts-bottom h4 {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-bottom: 0.5em;
}
#pigion-triplevalue .thoughts-bottom p {
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media (min-width: 1200px) {
  #pigion-triplevalue .bd-title {
    margin-bottom: 60px;
  }
  #pigion-triplevalue .bd-title h3 {
    font-size: 30px;
    padding: 0 40px;
  }
  #pigion-triplevalue .thoughts-bottom {
    padding-top: 40px;
  }
  #pigion-triplevalue .thoughts-bottom h4 {
    font-size: 24px;
    padding-bottom: 0.5em;
  }
  #pigion-triplevalue .thoughts-bottom p {
    font-size: 18px;
    line-height: 1.75;
  }
}

/*
#howtoplay
---------------------------*/
#howtoplay .themeTitleBox {
  vertical-align: middle;
  border-bottom: 1px solid #998C7E;
  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: #998C7E;
  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: center;
  padding-top: 10px;
}
#howtoplay .themeDetail {
  display: inline-block;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  padding: 5px 10px;
  background-color: #E65550;
  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;
}
#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;
}
#howtoplay .playPointWrap .playPoint {
  position: relative;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#howtoplay .playPointWrap .playPoint + .playPoint {
  margin-top: 20px;
}
#howtoplay .playPointWrap .playPoint .point {
  display: inline-block;
  min-width: 160px;
  background-color: #E65550;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  font-size: 20px;
  padding: 4px 10px 6px;
}
#howtoplay .playPointWrap .playPoint .point span {
  font-weight: 600;
  font-size: 30px;
  display: inline-block;
  padding-left: 5px;
}
#howtoplay .playPointWrap .playPoint dl {
  padding: 10px 4vw;
}
#howtoplay .playPointWrap .playPoint dl dt {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 10px;
}
#howtoplay .playPointWrap .playPoint dl dd {
  font-size: 14px;
}
#howtoplay .playPointWrap .playPoint ul {
  padding: 0;
}
#howtoplay .playPointWrap .playPoint ul li {
  position: relative;
  padding-left: 14px;
  line-height: 1.5;
}
#howtoplay .playPointWrap .playPoint ul li + li {
  margin-top: 10px;
}
#howtoplay .playPointWrap .playPoint ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #E65550;
  position: absolute;
  top: 9px;
  left: 0;
  margin: auto;
  border-radius: 50px;
}
@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 {
    text-align: center;
    padding-top: 0;
  }
  #howtoplay .themeDetail {
    font-size: 16px;
    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 {
    font-size: 16px;
  }
  #howtoplay .playFlow .playFlowDetail dd.note {
    font-size: 14px;
  }
  #howtoplay .playPointWrap .playPoint + .playPoint {
    margin-top: 40px;
  }
  #howtoplay .playPointWrap .playPoint dl {
    padding: 15px 30px;
  }
  #howtoplay .playPointWrap .playPoint dl dt {
    font-size: 18px;
  }
}
@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 #E65550;
  background-color: #E65550;
  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;
  }
}

/*
#method
---------------------------*/
#method {
  text-align: center;
  background-image: url(../img/wave-bg02.svg);
  background-position: center -50px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 50px;
}
#method .bd-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#method .bd-title:after, #method .bd-title:before {
  content: "";
  height: 1px;
  background-color: #E65550;
  flex-grow: 1;
}
#method .bd-title h4 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 0 20px;
}
#method .circle-box-wrap {
  margin-top: 30px;
}
#method .circle-box-wrap .circle-box {
  text-align: left;
  background-color: #F4F1EF;
  padding: 15px 4vw;
  border-radius: 15px;
}
#method .circle-box-wrap .circle-box + .circle-box {
  margin-top: 20px;
}
#method .circle-box-wrap .circle-box dt {
  position: relative;
  font-size: 16px;
  color: #E65550;
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 14px;
}
#method .circle-box-wrap .circle-box dt:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #E65550;
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
  border-radius: 50px;
}
#method .circle-box-wrap .circle-box .em {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
#method .circle-box-wrap .circle-box dd {
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 1200px) {
  #method {
    padding-top: 100px;
    background-position: center -100px;
  }
  #method .bd-title:after, #method .bd-title:before {
    width: 80px;
    flex-grow: inherit;
  }
  #method .bd-title h4 {
    font-size: 20px;
  }
  #method .read {
    font-size: 18px;
  }
  #method .circle-box-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  #method .circle-box-wrap .circle-box {
    display: flex;
    align-items: center;
    width: calc((100% - 60px) / 3);
    background-color: transparent;
    text-align: left;
    background-image: url(../img/circle-bg.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 90px 40px;
  }
  #method .circle-box-wrap .circle-box dt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #method .circle-box-wrap .circle-box dt:before {
    top: 6px;
  }
  #method .circle-box-wrap .circle-box .em {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

#package .bd-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#package .bd-title:after {
  content: "";
  height: 1px;
  background-color: #E65550;
  flex-grow: 1;
}
#package .bd-title h4 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #E65550;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-right: 20px;
}
#package .package-box-wrap {
  padding-bottom: 30px;
}
#package .package-box-wrap .package-box {
  background-color: #fff;
  border: 1px solid #E65550;
  border-radius: 10px;
  padding: 15px 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#package .package-box-wrap .package-box.package-box {
  margin-top: 20px;
}
#package .package-box-wrap .package-box .package-image {
  width: 35%;
}
#package .package-box-wrap .package-box .package-detail {
  width: 60%;
}
#package .package-box-wrap .package-box .package-detail dt {
  position: relative;
  font-size: 18px;
  color: #E65550;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 14px;
}
#package .package-box-wrap .package-box .package-detail dt:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #E65550;
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
  border-radius: 50px;
}
#package .package-box-wrap .package-box .package-detail dd {
  line-height: 1.6;
}
@media (min-width: 1200px) {
  #package .bd-title h4 {
    font-size: 24px;
  }
  #package .package-box-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-bottom: 50px;
  }
  #package .package-box-wrap .package-box {
    width: calc((100% - 30px) / 2);
    padding: 40px;
  }
  #package .package-box-wrap .package-box .package-detail dt {
    font-size: 24px;
  }
  #package .package-box-wrap .package-box .package-detail dt:before {
    top: 10px;
  }
}

.infoContent {
  text-align: left;
  background-color: #fff;
  border-top: 1px solid #E65550;
  border-bottom: 1px solid #E65550;
  padding: 15px 4vw;
  margin-bottom: 20px;
}
.infoContent .info {
  font-size: 14px;
  line-height: 1.8;
  padding: 0;
}
.infoContent .info .em {
  font-weight: 700;
}
.infoContent .info .em02 {
  color: #E65550;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 768px) {
  .infoContent {
    display: flex;
    padding: 20px;
    margin-bottom: 40px;
  }
  .infoContent > div {
    width: 60%;
  }
  .infoContent .themeDetailWrap {
    width: 40%;
  }
  .infoContent .info {
    font-size: 18px;
    line-height: 2;
  }
  .infoContent .info .em {
    font-size: 22px;
  }
}
@media (max-width: 350px) {
  .infoContent .info {
    font-size: 14px;
  }
}

#ctaBlock {
  background-image: url(../img/cta-bg.jpg);
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  padding: 30px 0;
}
#ctaBlock .ctaBlockTop .image {
  text-align: center;
}
#ctaBlock .ctaBlockTop .image img {
  width: 70%;
}
#ctaBlock .ctaBlockTop .image.type02 img {
  width: auto;
}
#ctaBlock .ctaBlockTop .text {
  margin: 15px 0 25px;
}
#ctaBlock .ctaBlockTop .text .read {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 1em;
}
#ctaBlock .ctaBlockTop .text h3 {
  font-size: 20px;
  color: #E65550;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-weight: 600;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #ctaBlock {
    background-size: cover;
    background-position: center center;
  }
  #ctaBlock .ctaBlockTop {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #ctaBlock .ctaBlockTop .image {
    width: 48%;
  }
  #ctaBlock .ctaBlockTop .text {
    width: 48%;
    margin: 0 50px;
  }
  #ctaBlock .ctaBlockTop .text h3 {
    line-height: 1.6;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  #ctaBlock {
    padding: 60px 0;
  }
  #ctaBlock .ctaBlockTop .text .read {
    line-height: 1.75;
    font-size: 18px;
  }
  #ctaBlock .ctaBlockTop .text h3 {
    font-size: 32px;
    padding-bottom: 40px;
  }
}
@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: 4px;
  left: 10px;
  content: "";
  font-family: "Jost", sans-serif;
  color: #E65550;
  font-size: 20px;
}
#faq .faqQa dt {
  background-color: #998C7E;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#faq .faqQa dt:after {
  content: "Q";
  font-weight: 400;
  color: #fff;
}
#faq .faqQa dd {
  background-color: #F4F1EF;
  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: 15px 20px 15px 50px;
  }
  #faq .faqQa dt:after, #faq .faqQa dd:after {
    top: 7px;
    left: 15px;
    font-size: 28px;
  }
}

#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: #E65550;
  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 #E65550;
  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: 18px;
  }
  #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 > div:nth-of-type(4) {
  background-color: #F4F1EF;
}
#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% - 90px) / 4);
    margin-bottom: 0;
    border-radius: 10px;
  }
  #series .seriesContent > div + div {
    margin-left: 30px;
    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 .name {
    padding-bottom: 20px;
  }
  #series .seriesContent > div h4 {
    font-size: 18px;
  }
  #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: #F4F1EF;
  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;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 5px;
}
#voice .voiceContentWrap .voiceContent .text {
  text-align: left;
  padding-top: 10px;
}
#voice .voiceContentWrap .voiceContent .text .detail {
  text-align: right;
  padding-top: 10px;
}
#voice .voiceContentWrap .voiceContent .text p {
  padding: 0;
}
@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;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
  }
  #voice .voiceContentWrap .voiceContent + .voiceContent {
    margin-left: 20px;
    margin-top: 0;
  }
  #voice .voiceContentWrap .voiceContent .image {
    width: 100%;
  }
  #voice .voiceContentWrap .voiceContent .image img {
    width: 200px;
    border-radius: 10px;
  }
  #voice .voiceContentWrap .voiceContent h4 {
    padding-bottom: 10px;
  }
  #voice .voiceContentWrap .voiceContent .text {
    padding-top: 20px;
  }
  #voice .voiceContentWrap .voiceContent .text p {
    width: 100%;
  }
  #voice .voiceContentWrap .voiceContent .detail {
    width: 100%;
    text-align: right;
    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%;
  }
}

.memberBox {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px 3.4vw;
  margin-top: 30px;
}
.memberBox dt {
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.memberBox dt:after {
  border-top: 1px solid #E65550;
  content: "";
  width: 100%;
  margin-left: 1em; /* 文字の右隣 */
}
.memberBox dd > div {
  display: flex;
  align-items: center;
}
.memberBox dd > div + div {
  margin-top: 10px;
}
.memberBox dd > div .image {
  width: 80px;
  text-align: center;
  margin-right: 20px;
}
.memberBox dd > div .detail {
  width: calc(100% - 100px);
}
.memberBox dd > div .detail p {
  line-height: 1.4;
}
.memberBox dd > div .detail .name {
  font-weight: 600;
  padding-bottom: 0.25em;
}
@media (min-width: 768px) {
  .memberBox {
    border-radius: 10px;
    padding: 30px;
  }
  .memberBox dt {
    font-size: 20px;
  }
  .memberBox dd {
    display: flex;
  }
  .memberBox dd > div {
    width: calc((100% - 20px) / 3);
  }
  .memberBox dd > div + div {
    margin-top: 0;
    margin-left: 10px;
  }
  .memberBox dd > div .image {
    width: 100px;
  }
  .memberBox dd > div .detail {
    width: calc(100% - 120px);
  }
  .memberBox dd > div .detail .name + p {
    font-size: 14px;
  }
}

/*# sourceMappingURL=parenting-card.css.map */