@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
@import url(/lp/assets/css/validationEngine.jquery.css); /* TODO FIXME 不要のため確認次第消す */

/* reset css
------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
section,
nav,
footer,
canvas {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html {
  height: 100%;
}
body {
  line-height: 1;
  height: 100%;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  margin-bottom: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  padding: 0;
  margin: 0;
  border: none;
  line-height: 0%;
  vertical-align: none;
  display: block;
}

/* common setting
------------------------------------------------------------------*/
a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #e96a00;
}
a:hover {
  color: #e74863;
}
html {
  scroll-behavior: smooth;
}
body {
  height: 100%;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic', Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 185%;
  color: #333;
  background: #fff;
}
textarea {
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic', Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
}
table {
  font-size: 95%;
  text-align: left;
}
table th {
  text-align: left;
}

main {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.brPc {
  display: block;
}
.brSp {
  display: none;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
.innerBox {
  width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.linkAct {
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition:
    transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.linkAct:hover {
  -webkit-transform: scale(0.94);
  transform: scale(0.94);
}

.cvButtonFix {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 10;
  width: 100%;
}
.cvButtonFix a {
  width: 100%;
  color: #fff;
  background: #ef8101;
  border-top: 2px solid #fff;
}
.cvButtonFix a:hover {
  background: #e96a03;
}
.cvButtonFix .innerBox {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1;
  padding: 20px 25px 16px;
}
.cvButtonFix h2 {
  font-size: 30px;
  margin-bottom: 14px;
}
.cvButtonFix h3 {
  font-size: 1.5vw;
  margin-bottom: 14px;
}
.cvButtonFix h3 sup {
  font-size: 60%;
}
.cvButtonFix h4 {
  font-size: 16px;
  font-weight: 400;
}
.cvButtonFix .text {
  padding-right: 40px;
  padding-top: 6px;
}
.cvButtonFix h5 {
  display: flex;
  width: 384px;
  background: #e74863;
  border: 4px solid #fff;
  border-radius: 100px;
  color: #fff;
  padding: 10px 42px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cvButtonFix h5 span {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  align-items: center;
  justify-content: flex-start;
  min-height: 40px;
  background: url(../img/logomark_white.svg) no-repeat left center;
  background-size: 60px 46px;
  padding-left: 68px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto;
}
.cvButtonFix h5 span em {
  font-style: normal;
  font-size: 16px;
  padding-left: 2px;
  margin-bottom: -2px;
}
.flex {
  display: flex;
}

/* ---------------- swiper -----------------*/

.swiper-container.slider-application {
  width: 100%;
  max-width: 563px !important;
  margin: 0 auto !important;
}

.swiper-container.slider-application .swiper-slide img {
  max-width: 563px;
  height: auto;
}

.swiper-container.slider-application .swiper-.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  margin-top: 66px;
  bottom: 0;
}

.swiper-container.slider-application .swiper-pagination {
  position: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container.slider-application .swiper-pagination-bullet {
  background-color: #000;
  /* border: 4px solid rgba(255, 255, 255, 0.99); */
  height: 14px;
  width: 14px;
  opacity: 1;
}

.swiper-container.slider-application .swiper-pagination-bullet-active {
  background-color: #fff;
  border: 4px solid #000;
  height: 18px;
  width: 18px;
}

/* ---------------- mainImage -----------------*/
.mainImage.typeB .header {
  background: #fff;
  width: 100%;
}
.mainImage.typeB .headerInner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 20px;
  display: flex;
  /* justify-content: space-between; */
}
.mainImage.typeB .header h1 {
  width: 224px;
  height: 43px;
  text-indent: -9999px;
  background-image: url(../img/logo.svg);
  background-size: 224px 43px;
}
.mainImage.typeB h2 {
  font-size: 20px;
  width: 156px;
  height: 36px;
  margin-left: 40px;
  color: #fff;
  background: #8f8f8f;
  text-align: center;
  font-weight: 700;
  line-height: 36px;
  margin-top: 3px;
}

.mainImage.typeB .header h2 img {
  width: 100%;
}
.mainImage .keyVisualNew {
  margin: 0 auto;
  height: auto;
  /* max-width: 1366px; */
}
.mainImage .keyVisualNew img {
  width: 100%;
  height: auto;
}
.mainImage .keyVisualNew .left,
.mainImage .keyVisualNew .right {
  align-self: flex-end;
}
.mainImage .keyVisualNew .left {
  width: 52%;
}
.mainImage .keyVisualNew .right {
  width: 48%;
}
.mainImage .keyVisualNew .fvTitle {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 12px;
}
.mainImage .keyVisualNew .fvTitle h3 {
  font-size: 3.4vw;
  line-height: 1.3;
}
.mainImage .keyVisualNew .fvTitle h4 {
  font-size: 1.6vw;
  font-weight: 700;
}
.mainImage.typeB .keyVisual {
  /* max-width: 1366px; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.mainImage.typeB .keyVisual img {
  width: 100%;
  height: auto;
}
.mainImage.typeB .cvButton {
  background: rgba(247, 200, 0, 0.9);
  padding: 22px 0;
  width: 100%;
  position: relative;
  bottom: 0;
}
.mainImage.typeB .cvButton .innerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainImage.typeB .cvButton h4 {
  font-size: 26px;
  line-height: 1.7;
  margin-bottom: 0px;
}
.mainImage.typeB .cvButton h4 sup {
  font-size: 50%;
}
.mainImage.typeB .cvButton h5 {
  font-size: 16px;
  font-weight: 400;
}
.mainImage.typeB .cvButton a {
  display: flex;
  /* width: 100%; */
  background: #e74863;
  border: 4px solid #fff;
  border-radius: 100px;
  color: #fff;
  padding: 20px 42px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.mainImage.typeB .cvButton a::after {
  content: '▶︎';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 15px;
  line-height: 45px;
  align-self: center;
  padding-left: 15px;
}
.mainImage.typeB .cvButton span {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto;
}
.mainImage .cvButton span em {
  font-style: normal;
  font-size: 16px;
  padding-left: 0;
  display: none;
}
.mainImage.typeB .cvButton .notice h4 {
  width: 420px;
  font-size: 32px;
  text-align: center;
  line-height: 1.3;
  position: relative;
  padding: 0 36px;
  margin-left: 0;
  color: #e74863;
  margin: 0 auto 10px;
}
.mainImage.typeB .cvButton .notice h4::before {
  left: 0;
  transform: rotate(60deg);
}
.mainImage.typeB .cvButton .notice h4::after {
  right: 0;
  transform: rotate(-60deg);
}
.mainImage.typeB .cvButton .notice h4::before,
.mainImage.typeB .cvButton .notice h4::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 36px;
  height: 4px;
  background-color: #e74863;
}
.mainImage.typeB .campaign {
  width: 1000px;
  padding: 40px 20px 8px;
  margin: 0 auto;
}
.mainImage.typeB .campaign img {
  width: 100%;
  border: 3px solid #fff;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.mainImage.typeB {
  display: block !important;
}

/* ---------------- about -----------------*/
.about01 {
  padding: 100px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about01 h2 {
  /* width: calc(100% - 478px); */
  font-size: 50px;
  text-align: center;
  /* margin: 100px auto; */
  /* padding-left: 32px; */
  /* font-weight: normal; */
  /* line-height: 1.7; */
  line-height: 78px;
}
.about01 h2 .yellow {
  background: rgba(247, 200, 0, 0.9);
  padding: 0 8px;
}

.contents {
  padding-bottom: 30px;
}

.contents .content03,
.contents .content05 {
  flex-direction: row-reverse;
}

.contents h2 {
  /* border-bottom: 4px solid #000; */
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.contents h2:after {
  position: relative;
  bottom: -4px;
  content: ””;
  float: left;
  width: 100%;
  background: #5595a1;
  height: 15px;
  border-radius: 10px;
}
.contents h2 span {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  background: #fff;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  bottom: -20px;
  padding: 0 12px;
}

.contents .box .age {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.contents .box h3 {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}
.contents .box h3 span {
  font-size: 18px;
  vertical-align: top;
}
.contents .box.first .age {
  background: #e74863;
}
.contents .box.second .age {
  background: #e96a00;
}
.contents .box.third .age {
  background: #00a397;
}
.content {
  display: flex;
  padding: 40px 0;
  max-width: 819px;
  margin: 0 auto;
  justify-content: space-evenly;
}
.content .exp img {
  max-width: 270px;
  margin-bottom: 16px;
}
.content .tag {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.content .tag li {
  color: #fff;
  /* background: #555; */
  line-height: 100%;
  letter-spacing: 0;
  font-size: 16px;
  margin: 0 4px;
  padding: 8px 8px;
}
.content01 .tag li {
  background: #e74863;
}
.content02 .tag li,
.content03 .tag li {
  background: #e96a00;
}
.content04 .tag li,
.content05 .tag li {
  background: #00a397;
}

.content p {
  max-width: 270px;
}
.content .pic img {
  max-width: 372px;
}

.about02 {
  background: url(../img/about02_bg.png) repeat center #e0f0eb;
  background-size: 10px 10px;
  padding: 60px 20px 100px;
  margin-bottom: 40px;
}
.about02 h3 {
  min-height: 220px;
  position: relative;
  z-index: 1;
  width: 884px;
}
.about02 .picIntro {
  margin-top: -72px;
}
.about02 .picIntro img {
  width: 100%;
}
.about02 h4 {
  position: relative;
  width: 100%;
  color: #333;
  font-size: 26px;
  background: #fff;
  margin: 48px auto 80px;
  padding: 45px 50px 45px 50px;
  font-weight: 900;
  white-space: nowrap;
}
.about02 h4:before {
  content: '';
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-bottom: 24px solid #fff;
}
.about02 h4 sup {
  font-size: 50%;
}
.about02 em {
  display: block;
  font-style: normal;
  font-size: 80%;
  line-height: 40px;
  margin-top: 12px;
  text-align: left;
  font-weight: 400;
  color: #333;
  white-space: normal;
}
.about02 .appAndKit {
  width: 820px;
  margin: 0 auto;
}
.about02 .appAndKit .box {
  width: 100%;
  margin: 0 auto;
  border: 10px solid #ddd;
  background: #fff;
  border-radius: 24px;
  padding: 40px 64px 40px 108px;
  position: relative;
  box-sizing: border-box;
}
.about02 .appAndKit .box:first-child {
  margin-bottom: 60px;
}
.about02 .appAndKit .box.aboutApp {
  border-color: #e94862;
}
.about02 .appAndKit .box.aboutKit {
  border-color: #00a397;
}

.about02 .appAndKit .box h5 {
  background: #ddd;
  color: #fff;
  font-size: 30px;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: -80px;
  margin-top: -75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.about02 .appAndKit .box.aboutApp h5 {
  background: #e94862;
}
.about02 .appAndKit .box.aboutKit h5 {
  background: #00a397;
}

.about02 .appAndKit .box h6 {
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 32px;
}
.about02 .appAndKit .pic {
  margin-bottom: 30px;
}
.about02 .appAndKit .pic img {
  width: 100%;
}
.about02 .appAndKit em {
  display: block;
  font-style: normal;
  font-size: 80%;
  text-align: left;
  padding: 0;
  line-height: 1;
}
.about02 .appAndKit em.link {
  background: url(../img/icon_arrow_s.svg) no-repeat left 1px;
  background-size: 6px 10px;
  padding-left: 10px;
}

.popupBoxOuter {
  display: none;
}
.popupBox {
  background: #fff;
  padding: 30px;
}
.popupBox {
  padding: 20px 32px 32px;
}
.popupBox .linkArrow {
  display: flex;
  align-items: center;
  line-height: 100%;
  color: #e96a01;
}
.popupBox .linkArrow::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 80%;
  padding-right: 4px;
  padding-top: 4px;
}
.popupBox .linkArrow a {
  text-decoration: underline;
}

.popupBox p {
  font-size: 16px;
}

#device.popupBox ul {
  margin: 12px 0;
  font-size: 16px;
  line-height: 1.6;
}
#device.popupBox li {
  display: flex;
}
#device.popupBox li::before {
  content: '●';
  width: 12px;
  font-size: 8px;
  padding-right: 4px;
  padding-top: 4px;
}

#colorbox #cboxNext,
#colorbox #cboxPrevious {
  display: none !important;
}
.about02 .packages .note {
  margin-top: 12px;
  text-align: center;
  width: 100%;
}

/* ---------------- duration -----------------*/

.about02 .duration {
  width: 100%;
  max-width: 1000px;
  margin: 100px auto 0;
}
.about02 .duration .ttl {
  justify-content: center;
}
.about02 .duration .ttl .pic {
  z-index: 1;
}
.about02 .duration .ttl .pic img {
  width: 220px;
}
.about02 .duration .ttl .text {
  line-height: 1.4;
  margin-left: 30px;
}
.about02 .duration .ttl .text span {
  font-size: 40px;
  font-weight: 700;
}
.about02 .duration .ttl .text h5 {
  font-size: 50px;
}
.about02 .duration .outer::before {
  content: '';
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-bottom: 24px solid #fff;
}
.about02 .duration .outer {
  background: #fff;
  position: relative;
  padding: 60px 50px;
  margin-top: -20px;
}
.about02 .duration .desc {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}
.about02 .duration .desc .pic img {
  width: 430px;
  float: right;
}
.about02 .duration .desc .pic {
  width: 100%;
}
.about02 .duration .desc .text {
  width: 100%;
  max-width: 430px;
}
.about02 .duration .desc .text h5 {
  font-size: 28px;
  margin-bottom: 20px;
}
.about02 .duration .desc .text p {
  font-size: 22px;
  margin-bottom: 50px;
}
.about02 .duration ul {
  width: 100%;
  text-align: center;
  background: #f8c702;
  max-width: 349px;
}
.about02 .duration ul h6 {
  font-size: 20px;
  color: #fff;
  background: #ddb401;
  padding: 4px;
}
.about02 .duration ul li {
  font-weight: 700;
}
.about02 .duration ul li:nth-child(1) {
  margin: 8px;
}
.about02 .duration ul .app span,
.about02 .duration ul .kit span {
  font-size: 16px;
  line-height: 1;
  margin: 0 8px 12px 0;
  border-radius: 100px;
  padding: 2px 18px;
}
.about02 .duration ul .app {
  padding: 20px 0 10px;
}
.about02 .duration ul .kit {
  padding: 0 0 20px;
}
.about02 .duration ul .app span {
  color: #fff;
  background: #e94862;
}
.about02 .duration ul .kit span {
  color: #fff;
  background: #00a397;
}

.about02 .duration .balloon {
  position: relative;
  border: #333 solid 7px;
  text-align: center;
  color: #333;
  font-size: 40px;
  margin-bottom: 56px;
}
.about02 .duration .balloon::before {
  content: '';
  position: absolute;
  border: 22px solid transparent;
  border-top: 38px solid #333;
  top: 100%;
  left: 48%;
}
.about02 .duration .balloon::after {
  content: '';
  position: absolute;
  border: 22px solid transparent;
  border-top: 36px solid #fff;
  margin-top: -10px;
  top: 100%;
  left: 48%;
}

.about02 .duration h6 {
  color: #333;
  padding: 30px;
  text-align: center;
}
.about02 .duration .comments {
}
.about02 .duration .comment {
  background: #fdeeb2;
  border-radius: 10px;
  margin: 0 20px;
  width: 100%;
  padding: 40px;
}
.about02 .duration .comment span {
  display: flex;
  justify-content: flex-end;
}

/* ---------------- trialApp -----------------*/

.trialApp {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.trialAppOuter {
  background: url(../img/about02_bg.png) repeat center #fdeeb2;
  background-size: 10px 10px;
  position: relative;
}
.trialApp .comment {
  justify-content: center;
  align-items: center;
}
.trialApp .comment .text {
  font-size: 24px;
  font-weight: 700;
  align-self: center;
  text-align: left;
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 3px 0px 2px #b4b4b4;
  width: 472px;
  height: 116px;
  margin-top: 30px;
  position: absolute;
  top: 0;
  left: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trialApp .comment .text::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 34%;
  left: 100%;
  border: 15px solid transparent;
  border-left: 20px solid #b4b4b4;
}
.trialApp .comment .text::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 15px solid #fff;
}
.trialApp .comment .pic img {
  width: 168px;
  position: absolute;
  top: -50px;
  right: 140px;
}
.trialApp .ttl {
  text-align: center;
  line-height: 1.7;
}
.trialApp .ttl h4 {
  font-size: 24px;
}
.trialApp .ttl h4::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/trial_app_slash_black.png) no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.trialApp .ttl h4::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/trial_app_slash_black02.png) no-repeat;
  background-size: contain;
  margin-left: 4px;
}
.trialApp .ttl h4 span {
  background: #fff;
}
.trialApp .ttl h3 {
  font-size: 40px;
  color: #e74863;
}

.trialApp .content img {
  width: 380px;
}
.trialApp .content .tablet {
  position: relative;
  background-image: url(../img/trial_app_tablet.png);
  background-size: 390px 231px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 394px;
  height: 231px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
}
.trialApp .others {
  justify-content: space-between;
  margin: 40px 0;
}
.trialApp .others .content .tablet {
  background-size: 356px 209px;
  width: 356px;
  height: 209px;
}
.trialApp .others .video {
  width: 300px;
  /* height: 296px; */
}
.trialApp .others .video img {
  width: 280px;
  margin: 10px auto;
  /* height: 296px; */
}
.trialApp .content .tag {
  position: absolute;
  top: -58px;
  left: -50px;
  display: flex;
  align-items: center;
}
.trialApp .content dt {
  font-size: 16px;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  font-weight: 700;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.trialApp .content dt span {
  font-size: 16px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  justify-content: center;
}
.trialApp .content dd {
  position: absolute;
  background-color: #fff;
  padding: 8px 20px 8px 0px;
  text-align: right;
  left: 60px;
  font-size: 16px;
  font-weight: 700;
}
.trialApp .content .babelon dd {
  width: 152px;
  color: #e74863;
}
.trialApp .content .babelon dt {
  border: 5px solid #8a5f9d;
}
.trialApp .content .teclon dt {
  border: 5px solid #00a297;
}
.trialApp .content .teclon dd {
  width: 172px;
  color: #00a297;
}
.trialApp .content .codeave dt {
  border: 5px solid #5092f5;
}
.trialApp .content .codeave dd {
  width: 205px;
  color: #ef8000;
}
.trialApp .others .content .tag {
  top: -52px;
  left: -45px;
}
.trialApp .others .content dt {
  width: 90px;
  height: 90px;
}
.trialApp .others .content dt span {
  font-size: 15px;
}
.trialApp .others .content dd {
  width: 188px;
}
.trialApp .others .content .junior dt {
  border: 5px solid #93ccfb;
}
.trialApp .others .content .junior dd {
  width: 188px;
  color: #ef8000;
}
.trialApp .others .content .taisen dt {
  border: 5px solid #bf46ec;
}
.trialApp .others .content .taisen dd {
  width: 158px;
  color: #00a297;
}
.trialApp .video {
  width: 310px;
  height: 200px;
}
.trialApp .video video {
  width: 310px;
  height: 200px;
}

.trialApp .contentsOuter {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 90px;
  padding: 0 100px;
}
.trialApp .content:nth-child(2) {
  flex-direction: row-reverse;
  margin: 0;
}
.trialApp .content {
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 0;
}
.trialApp .content.first {
  padding: 0 0 40px;
}

.trialApp .content .outer {
  position: relative;
}
.trialApp .content .text {
  font-size: 20px;
  font-weight: 700;
  align-self: center;
  text-align: left;
  /* position: relative; */
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 3px 0px 2px #b4b4b4;
  width: 324px;
  height: 196px;
  top: 0;
  left: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trialApp .content .outer::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 45%;
  right: 100%;
  margin-top: -2px;
  border: 11px solid transparent;
  border-right: 15px solid #b4b4b4;
}
.trialApp .content .outer::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 100%;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 15px solid #fff;
}
.trialApp .content:nth-child(2) .outer::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 45%;
  left: 100%;
  margin-top: -7px;
  border: 15px solid transparent;
  border-left: 18px solid #b4b4b4;
}
.trialApp .content:nth-child(2) .outer::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 15px solid #fff;
}

.trialApp .triangle {
  width: 42px;
  height: 36px;
  background-color: #e74863;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin: 174px auto 20px;
}

.trialVoice {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 90px;
}
.ribbon h3 {
  background: #00a297;
  color: #fff;
  text-align: center;
  font-size: 40px;
  padding: 30px;
  display: flex;
  justify-content: center;
  position: relative;
  width: 1060px;
  margin: 0 auto;
}
.ribbon h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 30px #004a45;
}
.ribbon h3::after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 30px #004a45;
}
.ribbon h3 img {
  width: 40px;
  margin-right: 30px;
  color: #fff;
}
.ribbon h3 span {
  position: relative;
}
.ribbon h3 span::before {
  content: '・';
  position: absolute;
  font-size: 32px;
  top: -30px;
  left: 4px;
}
.trialVoice .comments {
  width: 1000px;
  margin: 0 auto;
  background: url(../img/about02_bg.png) repeat center #d9f1f0;
  background-size: 10px 10px;
  padding: 60px 0 0;
}
.trialVoice .comment {
  justify-content: left;
  padding-bottom: 40px;
}
.trialVoice .comment:nth-child(2) {
  justify-content: right;
  padding-bottom: 40px;
  flex-direction: row-reverse;
}
.trialVoice .comment:nth-child(2) p {
  background: #fff;
  width: 472px;
  height: 135px;
  font-size: 24px;
  font-weight: 700;
  align-self: center;
  text-align: left;
  position: relative;
  padding: 20px 20px 20px 30px;
  border-radius: 10px;
  box-shadow: 2px 3px 0px 2px #b4b4b4;
  margin: 0 100px 0 40px;
  line-height: 1.6;
}
.trialVoice .comment:nth-child(2) p .guardian {
  display: flex;
  justify-content: flex-end;
  margin-right: 15px;
}
.trialVoice .comment p {
  background: #fff;
  width: 472px;
  height: 136px;
  font-size: 24px;
  font-weight: 700;
  align-self: center;
  text-align: left;
  position: relative;
  padding: 25px 50px 20px 60px;
  border-radius: 10px;
  box-shadow: 2px 3px 0px 2px #b4b4b4;
  margin: 0 40px 0 100px;
  line-height: 1.6;
}
.trialVoice .comment p::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 40%;
  left: 100%;
  margin-top: -5px;
  border: 13px solid transparent;
  border-left: 20px solid #b4b4b4;
}
.trialVoice .comment p::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 15px solid #fff;
}
.trialVoice .comment:nth-child(2) p::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: -30px;
  margin-top: -3px;
  border: 12px solid transparent;
  border-right: 20px solid #b4b4b4;
}
.trialVoice .comment:nth-child(2) p::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: -28px;
  margin-top: -6px;
  border: 13px solid transparent;
  border-right: 20px solid #fff;
}
.trialVoice .comment p span {
  background: #f7c800;
}
.trialVoice .comment p .guardian {
  font-size: 12px;
  background: #fff;
  font-weight: 400;
  display: flex;
  justify-content: flex-end;
}
.trialVoice .comment .pic img {
  width: 88px;
}
.trialVoice .comments .box {
  font-size: 40px;
  text-align: center;
  line-height: 1.7;
  background: rgba(255, 255, 255, 0.4);
  padding: 20px 0;
  margin-bottom: 40px;
}
.trialVoice .comments .box span {
  color: #b94582;
}
.trialVoice .cvArea a {
  margin: 0 auto 20px;
}

/* ---------------- asobi -----------------*/

.asobi {
  padding: 0 50px;
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.asobi .next {
  margin: 40px auto 30px;
}
.asobi .next .triangle {
  width: 42px;
  height: 36px;
  background-color: #00a297;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin: 0 auto 18px;
}
.asobi .realize h3 {
  font-size: 68px;
  color: #00a297;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  line-height: 1;
}
.asobi .realize .exp .pic img {
  max-width: 869px;
  width: 100%;
  border: 7px solid #f8c900;
}
.asobi .realize .desc {
  align-items: center;
  margin-bottom: 60px;
}
.asobi .realize .exp .text p {
  font-size: 32px;
  width: 678px;
  border: 7px solid #00a297;
  background: #fff;
  text-align: center;
  font-weight: 700;
  padding: 30px 30px 35px;
  margin-top: -50px;
  line-height: 1.4;
}
.asobi .realize .text p .num {
  color: #e74863;
  font-size: 54px;
}
.asobi .realize .text p .underline {
  text-decoration: underline;
  text-decoration-color: #f8c900;
  text-decoration-thickness: 8px;
}
.asobi .realize .note {
  font-size: 12px;
  padding: 20px 18px;
  line-height: 1.6;
}

.guardianVoice .commentsOuter {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 40px;
}
.guardianVoice .comments {
  margin: 0 30px;
  background: url(../img/about02_bg.png) repeat center #d9f1f0;
  background-size: 10px 10px;
  padding: 60px 0 0;
}
.guardianVoice .comment {
  justify-content: left;
  padding-bottom: 60px;
}
.guardianVoice .comment:nth-child(even) {
  justify-content: right;
  padding-bottom: 60px;
  flex-direction: row-reverse;
}
.guardianVoice .comment p {
  background: #fff;
  width: 472px;
  height: 136px;
  font-size: 20px;
  font-weight: 700;
  align-self: center;
  text-align: left;
  position: relative;
  padding: 25px 50px 20px 60px;
  border-radius: 10px;
  box-shadow: 2px 3px 0px 2px #b4b4b4;
  margin: 0 40px 0 100px;
  line-height: 1.6;
}
.guardianVoice .comment:nth-child(3) p {
  background: #fff;
  width: 472px;
  height: 160px;
  font-size: 20px;
  font-weight: 700;
  align-self: center;
  text-align: left;
  position: relative;
  padding: 25px 50px 20px 60px;
  border-radius: 10px;
  box-shadow: 2px 3px 0px 2px #b4b4b4;
  margin: 0 40px 0 100px;
  line-height: 1.6;
}
.guardianVoice .comment:nth-child(2) p {
  background: #fff;
  width: 472px;
  height: 150px;
  font-size: 20px;
  font-weight: 700;
  align-self: center;
  text-align: left;
  position: relative;
  padding: 30px 90px 20px 60px;
  border-radius: 10px;
  box-shadow: 2px 3px 0px 2px #b4b4b4;
  margin: 0 100px 0 40px;
  line-height: 1.6;
}
.guardianVoice .comment:nth-child(4) p {
  background: #fff;
  width: 472px;
  height: 135px;
  font-size: 20px;
  font-weight: 700;
  align-self: center;
  text-align: left;
  position: relative;
  padding: 40px 50px 20px 60px;
  border-radius: 10px;
  box-shadow: 2px 3px 0px 2px #b4b4b4;
  margin: 0 100px 0 40px;
  line-height: 1.6;
}
.guardianVoice .comment:nth-child(even) p .guardian {
  display: flex;
  justify-content: flex-end;
}
.guardianVoice .comment p::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 40%;
  left: 100%;
  margin-top: -5px;
  border: 13px solid transparent;
  border-left: 20px solid #b4b4b4;
}
.guardianVoice .comment p::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 15px solid #fff;
}
.guardianVoice .comment:nth-child(3) p::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 49%;
  left: 100%;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 15px solid #fff;
}
.guardianVoice .comment:nth-child(even) p::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: -30px;
  margin-top: -3px;
  border: 12px solid transparent;
  border-right: 20px solid #b4b4b4;
}
.guardianVoice .comment:nth-child(even) p::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: -28px;
  margin-top: -6px;
  border: 13px solid transparent;
  border-right: 20px solid #fff;
}
.guardianVoice .comment p .guardian {
  font-size: 12px;
  background: #fff;
  font-weight: 400;
  display: flex;
  justify-content: flex-end;
}
.guardianVoice .comment .pic img {
  width: 88px;
}

.guardianVoice .comment p .guardian {
  font-size: 12px;
  background: #fff;
  font-weight: 400;
  display: flex;
  justify-content: flex-end;
}

/* ---------------- asobi -----------------*/

.digital {
  background: #ba4482;
  color: #fff;
  text-align: center;
  padding-top: 60px;
}

.digital .balloon {
  position: relative;
  border: #fff solid 7px;
  text-align: center;
  color: #333;
  font-size: 40px;
  margin-bottom: 75px;
}
.digital .balloon::before {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  border-top: 37px solid #fff;
  margin-top: 4px;
  top: 100%;
  left: 50%;
}
.digital .balloon::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  border-top: 35px solid #ba4482;
  margin-top: -8px;
  top: 100%;
  left: 50%;
}

.digital h3 {
  color: #fff;
  padding: 30px;
  text-align: center;
}
.digital .oyasumi {
  margin-bottom: 60px;
}
.digital .oyasumi h4 {
  font-size: 30px;
  margin-bottom: 24px;
}
.digital .oyasumi h4::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/digital_white_slash.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.digital .oyasumi h4::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/digital_slash_white02.png) no-repeat;
  background-size: contain;
  margin-left: 4px;
}

.digital .oyasumi h3 {
  background: #fff;
  color: #ba4482;
  font-size: 44px;
  margin-bottom: 40px;
}
.digital .oyasumi p {
  text-align: left;
  margin-bottom: 50px;
  font-size: 20px;
}
.digital .oyasumi .pic {
  width: 100%;
}
.digital .oyasumi .pic img {
  width: 480px;
}
.digital .oyasumi .text {
  text-align: left;
  margin-left: 40px;
}
.digital .oyasumi .text sup {
  font-size: 50%;
}
.digital .oyasumi .text span {
  font-size: 14px;
  display: block;
  line-height: 1.7;
}
.digital .eyesight {
  background: rgba(255, 255, 255, 0.5);
}
.digital .eyesight h3 {
  font-size: 44px;
  background: #fff;
  color: #ba4482;
}
.digital .eyesight .parents {
  padding: 40px 50px;
  align-items: center;
}
.digital .eyesight .parents .pic {
  width: 100%;
}
.digital .eyesight .parents .pic img {
  width: 486px;
}
.digital .eyesight .parents .text {
  width: calc(100% - 486px);
  padding: 20px 40px;
  text-align: left;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.digital .eyesight .parents .text .green {
  color: #009f93;
  margin-bottom: 10px;
}
.digital .eyesight .parents .text .red {
  color: #e74863;
  text-decoration: underline;
  text-decoration-color: #f8c900;
  text-decoration-thickness: 10px;
  font-size: 24px;
}
.digital .eyesight .parents .exp .pic {
  width: 100%;
  padding: 40px 0 20px;
}
.digital .eyesight .parents .exp .pic img {
  width: 250px;
}
.digital .eyesight .parents .exp p {
  white-space: nowrap;
}
.digital .eyesight .parents .exp p sup {
  font-size: 70%;
}
.digital .eyesight .balloon {
  position: relative;
  border: #333 solid 7px;
  text-align: center;
  color: #333;
  font-size: 40px;
  margin: 0px 50px 75px;
}
.digital .eyesight .balloon h4 {
  padding: 30px;
  color: #333;
}
.digital .eyesight .balloon::before {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  border-top: 37px solid #333;
  margin-top: 4px;
  top: 100%;
  left: 170px;
}
.digital .eyesight .balloon::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  border-top: 35px solid #dda2c1;
  margin-top: -8px;
  top: 100%;
  left: 170px;
}
.digital .eyesight .points {
  display: flex;
  justify-content: center;
  padding: 0 50px;
}
.digital .eyesight .points .text {
  background: #fff;
  color: #333;
  padding: 40px;
  text-align: left;
  margin: 0 30px 0 20px;
}
.digital .eyesight .points .text p {
  margin-bottom: 30px;
}
.digital .eyesight .points .text p a {
  color: #e74863;
  text-decoration: underline;
}
.digital .eyesight .points .text p a:hover {
  color: #e96a00;
}
.digital .eyesight .points .text li {
  margin-bottom: 16px;
}
.digital .eyesight .points .pic {
  width: 100%;
  margin: 0 20px;
}
.digital .eyesight .points .pic img {
  width: 428px;
  border: 7px solid #fff;
  margin: 0 auto;
}
.digital .eyesight .points .pic p {
  background: #fff;
  width: 428px;
  margin: 0 auto;
  color: #333;
  padding-bottom: 7px;
}

.digital .eyesight .points li::before {
  font-size: 8px;
  content: '●';
  color: #009f93;
  padding-top: 2px;
  margin-right: 4px;
}
.digital .eyesight .ref {
  font-size: 14px;
  color: #333;
  padding: 30px 50px 30px 70px;
  line-height: 1.4;
  text-align: left;
}
.cvArea.digitalCtaOuter {
  background: #ba4482;
  padding: 0;
}
.digitalCta {
  width: 960px;
  background: #fff;
  padding: 40px 0 50px;
  margin: 0 auto;
}

/* ---------------- threeC -----------------*/
.threeC {
  padding: 0;
}
.threeC .head h2 {
  width: 903px;
  margin: 0 auto 42px;
}
.threeC .head h2 img {
  width: 100%;
}
.threeC .head .inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 70px;
}
.threeC .head .threeCBox {
  width: 296px;
  height: 296px;
  background-size: 296px 296px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.threeC .head .threeCBox.criticalThinking {
  background: url(../img/c_green.svg) no-repeat;
}
.threeC .head .threeCBox.creativity {
  background: url(../img/c_orange.svg) no-repeat;
}
.threeC .head .threeCBox.curiosity {
  background: url(../img/c_pink.svg) no-repeat;
}
.threeC .head h4 {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 28px;
  margin-top: 26px;
}
.threeC .head h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
.threeC .head p {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
}
.threeC .head .criticalThinking h4,
.threeC .head .criticalThinking h5 {
  color: #00a297;
}
.threeC .head .creativity h4,
.threeC .head .creativity h5 {
  color: #e96a00;
}
.threeC .head .curiosity h4,
.threeC .head .curiosity h5 {
  color: #e74863;
}
.threeContents {
  background: #ddd;
  margin: 0 0 10px;
}
.threeContents:last-child {
  margin: 0;
}
.threeContents .threeCont {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 50px 60px;
  background: #ccc;
  color: #fff;
}
.threeContents.criticalThinking {
  background: #7fd0cb;
}
.threeContents.creativity {
  background: #f4b47f;
}
.threeContents.curiosity {
  background: #f3a3b1;
}
.threeContents.criticalThinking .threeCont {
  background: #00a297;
}
.threeContents.creativity .threeCont {
  background: #e96a00;
}
.threeContents.curiosity .threeCont {
  background: #e74863;
}

.threeContents .ttl {
  display: flex;
  font-size: 40px;
  align-items: center;
  margin-bottom: 28px;
}
.threeContents .ttl span {
  display: flex;
  background: url(../img/c_white.svg) center no-repeat;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 36px;
  margin-right: 16px;
  padding-bottom: 6px;
}
.threeContents h3 {
  border: 2px solid #fff;
  padding: 32px 30px 36px;
  font-size: 44px;
  line-height: 1.3;
  margin-bottom: 36px;
}
.threeContents .disc {
  display: flex;
}
.threeContents .disc .text {
  width: calc(100% - 430px);
  padding-right: 40px;
}
.threeContents.creativity .disc {
  flex-direction: row-reverse;
}
.threeContents.creativity .disc .text {
  padding-right: 0;
  padding-left: 40px;
}
.threeContents .disc .pic {
  width: 430px;
}
.threeContents .pic img {
  width: 100%;
}
.threeContents .text p {
  font-size: 20px;
  line-height: 1.8;
}
.threeContents .text p sup {
  font-size: 60%;
}
.threeContents .text em {
  font-size: 12px;
  font-style: normal;
  display: block;
  line-height: 1.6;
}
.threeContents.criticalThinking .text p {
  margin-bottom: 20px;
}
.threeContents.curiosity p {
  margin-bottom: 40px;
}
.threeContents.curiosity .pic {
  width: calc(100% + 100px);
  margin-left: -50px;
}

/* ---------------- feature -----------------*/
.feature {
  padding: 150px 0;
}
.feature h2 {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto 30px;
}
.feature h2 img {
  width: 820px;
  margin-left: 40px;
}
.featureBox {
  margin-bottom: 100px;
}
.featureBox:last-child {
  margin-bottom: 0;
}
.featureBox h3 {
  width: 100%;
  margin-bottom: 40px;
}
.featureBox h3 span {
  display: block;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  background: #ba4481;
  color: #fff;
  font-size: 40px;
  line-height: 1.4;
  padding: 30px 50px;
}
.featureBox#professional h3 span {
  font-size: 38px;
}
.featureBox .innerBox {
  padding: 0 50px;
}
.featureBox#steam p {
  margin-bottom: 40px;
}
.featureBox#steam img {
  width: 100%;
}

.featureBox#professional ul {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.featureBox#professional li {
  width: 272px;
}
.featureBox#professional li .pic {
  margin-bottom: 30px;
}
.featureBox#professional li img {
  width: 100%;
}
.featureBox#professional li h4 {
  font-size: 30px;
  margin-bottom: 22px;
}
.featureBox#professional li span {
  line-height: 1.6;
  display: block;
}
.featureBox#professional li:nth-child(1) h4 {
  color: #e94862;
}
.featureBox#professional li:nth-child(2) h4 {
  color: #00a297;
}
.featureBox#professional li:nth-child(3) h4 {
  color: #ef8000;
}

.featureBox .evidenceInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
}
.featureBox .evidenceInner .box {
  width: 46%;
  margin-bottom: 60px;
}
.featureBox .evidenceInner .box h4,
.featureBox .prize h4 {
  background: #f7c800;
  text-align: center;
  border-radius: 100px;
  padding: 8px 12px;
  font-size: 24px;
  margin-bottom: 20px;
}
.featureBox .cambodia {
  display: flex;
  justify-content: space-between;
}
.featureBox .cambodia .prof {
  width: 124px;
}
.featureBox .cambodia .prof span {
  font-size: 11px;
  line-height: 1.4;
  display: block;
  margin-top: 12px;
}
.featureBox .cambodia .prof img {
  width: 100%;
  margin: 0;
}
.featureBox .cambodia .disc {
  width: 100%;
  padding: 0;
}
.featureBox .cambodia .disc dl {
  display: flex;
  font-size: 12px;
  line-height: 1.8;
}
.featureBox .cambodia dt {
  width: 60px;
  padding: 0;
}
.featureBox .cambodia dd {
  width: calc(100% - 60px);
}

.featureBox .prize .inner {
  display: flex;
  justify-content: space-between;
}
.featureBox .prize .inner p {
  display: block;
  width: 400px;
  padding-right: 40px;
}
.featureBox .prize .inner .prizeList {
  width: calc(100% - 360px);
  display: flex;
  justify-content: space-between;
}
.featureBox .prize .inner .prizeList li {
  width: 23%;
  border: 1px solid #e3e2e2;
  border-radius: 4px;
  overflow: hidden;
}
.featureBox .prize .inner .prizeList li img {
  width: 100%;
}
.featureBox .evidenceText {
  display: block;
  margin: -10px 0 80px;
}

/* ---------------- expert -----------------*/
.expert {
  padding: 100px 20px;
  background: url(../img/expert_bg.gif) center repeat;
  background-size: 28px 28px;
}
.expert h2 {
  width: 770px;
  margin: 0 auto 40px;
}
.voiceExpert {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.voiceExpert:nth-child(odd) {
  flex-direction: row-reverse;
}
.voiceExpertProfile {
  width: 280px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.voiceExpertProfile img {
  width: 100%;
}
.expert .prof {
  width: calc(100% - 280px);
  padding-left: 30px;
}
.expert .voiceExpert:nth-child(odd) .prof {
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}
.expert .voiceExpert:nth-child(even) .prof {
}
.voiceExpertDesc {
  padding: 24px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
.expert .job {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.expert .name {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 34px;
}
.expert h3 {
  display: block;
  color: #00a297;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 36px;
}
.expert h3 span {
  display: inline-block;
  background: #fff;
  color: #00a297;
  font-size: 40px;
  padding: 4px;
  margin-bottom: 8px;
}

/* ---------------- price -----------------*/
.price {
  padding: 150px 0;
}
.price h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
  text-align: center;
  margin: 0 auto 60px;
}
.price h2::before,
.price h2::after {
  content: '';
  width: 4px;
  height: 66px;
  background-color: #00a297;
}
.price h2::before {
  margin-right: 30px;
  transform: rotate(-30deg);
}
.price h2::after {
  margin-left: 30px;
  transform: rotate(30deg);
}
.price h2 img {
  width: 840px;
}

.priceBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  position: relative;
}
.priceBox li {
  width: 290px;
  display: flex;
  flex-direction: column;
  padding: 25px 12px 34px;
  color: #fff;
  position: relative;
  align-items: center;
  background: #6dc0ba;
  position: relative;
}
.priceBox li:first-child {
  background: #00a297;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 380px;
}
.priceBox li:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.priceBox li:nth-child(2) {
  border-left: 2px solid #a3d5d2;
  border-right: 2px solid #a3d5d2;
  z-index: 1;
}

.priceBox li h3 {
  font-size: 18px;
  color: #00a297;
  background: #fff;
  padding: 8px 60px 10px;
  border-radius: 100px;
  line-height: 1;
  margin-bottom: 8px;
}
.priceBox li h4 {
  font-size: 24px;
  line-height: 1;
  position: relative;
}
.priceBox li h4 b {
  font-size: 80px;
  line-height: 1;
  position: relative;
  bottom: -4px;
  padding: 0 6px;
}

.priceBox li:last-child h3,
.priceBox li:nth-child(2) h3 {
  font-size: 100%;
  padding: 8px 28px 10px;
  margin-top: 12px;
}
.priceBox li:last-child h4,
.priceBox li:nth-child(2) h4 {
  font-size: 100%;
}
.priceBox li:last-child h4 b,
.priceBox li:nth-child(2) h4 b {
  font-size: 50px;
  display: inline-block;
  position: relative;
  bottom: -4px;
}
.priceBox li .balloon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  width: 116px;
  height: 116px;
  border-radius: 100px;
  color: #000;
  font-size: 20px;
  background: #f7c800;
  top: -26px;
  left: -5px;
  font-weight: 700;
  z-index: 1;
}

.priceTable em {
  display: block;
  font-style: normal;
  text-align: right;
  font-size: 12px;
}

.price .siblings {
  background: url(../img/about02_bg.png) repeat center;
  background-size: 10px 10px;
  background-color: rgba(239, 138, 0, 0.15);
  padding: 30px 50px 50px;
  margin: 20px auto 40px;
  position: relative;
}

.price .siblings .balloon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  width: 116px;
  height: 116px;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  background: #00a297;
  top: 20px;
  left: -5px;
  font-weight: 700;
  z-index: 1;
  line-height: 1.4;
}
.price .siblings .siblingsHead {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.price .siblings .siblingsHead .inner {
  background: #ef8000;
  color: #fff;
  border-radius: 12px;
  padding: 20px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 430px;
  margin-right: 30px;
}
.price .siblings .siblingsHead h3 {
  background: #fff;
  color: #ef8000;
  border-radius: 100px;
  line-height: 1;
  padding: 8px 8px;
  text-align: center;
  font-size: 20px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.price .siblings .siblingsHead h4 {
  font-size: 24px;
}
.price .siblings .siblingsHead h4 b {
  font-size: 70px;
}
.price .siblings .siblingsHead h5 {
  font-size: 30px;
  color: #ef8000;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 50px 0;
}

.price .siblings .siblingsHead h5::before,
.price .siblings .siblingsHead h5::after {
  content: '';
  width: 4px;
  height: 60px;
  background-color: #ef8000;
  position: absolute;
}
.price .siblings .siblingsHead h5::before {
  transform: rotate(60deg);
  left: 20px;
  top: 0;
}
.price .siblings .siblingsHead h5::after {
  transform: rotate(-60deg);
  left: 20px;
  bottom: 0;
}

.price .siblings h6 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.price .siblings .siblingsExp {
  display: flex;
  justify-content: space-between;
}
.price .siblings .siblingsExp img {
  width: 390px;
}
.price .siblings .siblingsExp ul {
  width: calc(100% - 390px);
  margin-left: 40px;
  background: #fff;
  border: 4px solid #ef8000;
  padding: 24px;
  position: relative;
}
.price .siblings .siblingsExp ul::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 28px 28px 0;
  border-color: transparent #ef8000 transparent transparent;
  position: absolute;
  left: -28px;
  top: 50%;
  margin-top: -28px;
}
.price .siblings .siblingsExp ul::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -25px;
}

.price .siblings .siblingsExp li:first-child {
  border-bottom: 2px dotted #7e7e7e;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.price .siblings .siblingsExp h3 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 12px;
}
.price .siblings .siblingsExp li:first-child h3 {
  color: #e94862;
}
.price .siblings .siblingsExp li:last-child h3 {
  color: #00a498;
}
.price .siblings .siblingsExp h4 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}
.price .siblings .siblingsExp h4::before {
  content: '●';
  font-size: 80%;
  margin-right: 4px;
  margin-top: 2px;
}
.price .siblings .siblingsExp li:first-child h4::before {
  color: #e94862;
}
.price .siblings .siblingsExp li:last-child h4::before {
  color: #00a498;
}

.serviceBox {
  display: flex;
  justify-content: space-between;
  width: 770px;
  margin: 0 auto 40px;
}
.serviceBox .serviceBoxDesc {
  width: 30%;
  margin: 0;
}
.serviceBox .serviceBoxDesc img {
  width: auto;
  height: 140px;
  margin: 0 auto 16px;
}
.serviceBox .serviceDetail {
  width: 100%;
  /* border: 4px solid #ddd; */
  border-radius: 12px;
  padding: 20px 8px;
  text-align: center;
  position: relative;
  background: #fff;
}
.serviceBox .serviceDetail:before {
  content: '';
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}
/* .serviceBox .serviceDetail:after {
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -20px;
  border: 17px solid transparent;
  border-bottom: 17px solid #ddd;
  z-index: 1;
} */
.serviceBox .serviceDetail h4 {
  font-size: 18px;
  margin-bottom: 4px;
}
.serviceBox .serviceDetail h5 {
  font-size: 32px;
  color: #e74863;
}
.cards {
  display: flex;
  justify-content: space-between;
  width: 770px;
  margin: 0 auto;
}
.cards p {
  display: block;
  width: 300px;
}
.cards ul {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 300px);
  padding-left: 20px;
}
.cards li {
  margin-left: 8px;
}
.cards li img {
  width: 100%;
}

/* ---------------- CV area -----------------*/
.cvArea {
  padding: 0 0 50px;
  text-align: center;
}
.cvArea a {
  display: flex;
  width: 702px;
  margin: 0 auto 40px;
  background: #e74863;
  border: 7px solid #fff;
  border-radius: 100px;
  color: #fff;
  padding: 30px 42px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cvArea a::after {
  content: '▶︎';
  font-weight: 700;
  font-size: 15px;
  align-self: center;
  line-height: 30px;
}
.cvArea .entry {
  background: #00a397;
  margin-bottom: 60px;
}
.cvArea span {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 36px;
  /* background: url(../img/logomark_white.svg) no-repeat left center; */
  background-size: 104px 80px;
  /* min-height: 80px; */
  /* padding-left: 120px; */
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto;
}
.cvArea span em {
  font-style: normal;
  font-size: 24px;
  display: none;
}

.cvArea h4 {
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  position: relative;
  padding: 0 24px;
  /* margin-bottom: 20px; */
  color: #e74863;
  width: 320px;
  margin: 0 auto 10px;
}
.cvArea h4::before {
  left: 0;
  transform: rotate(60deg);
}
.cvArea h4::after {
  right: 0;
  transform: rotate(-60deg);
}
.cvArea h4::before,
.cvArea h4::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 36px;
  height: 4px;
  background-color: #e74863;
  margin-bottom: 20px;
}

/* ---- 無料CP用 -----------------*/
.cvArea .cpButton span {
  display: block;
  font-size: 54px;
  line-height: 1.2;
  text-align: left;
  padding-left: 130px;
}

/* ---------------- safety -----------------*/
.safety {
  padding: 100px 20px;
  width: 100%;
  background: url(../img/safety_bg.png) repeat 0 0;
  background-size: 10px 10px;
}
.safety h2 {
  width: 834px;
  margin: 0 0 -30px 5px;
}
.safety h2 img {
  width: 100%;
}
.safety .pic {
  width: 100%;
}
.safety .pic img {
  width: 100%;
}
.safetyAnswer {
  width: 860px;
  margin: 0 auto;
  background: #fff;
  border: 10px solid #e94862;
  border-radius: 20px;
  padding: 40px 70px 60px 120px;
  position: relative;
}
.safetyAnswer .ans {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
  background: #e94862;
  position: absolute;
  top: -40px;
  left: -50px;
  font-size: 70px;
  line-height: 0;
}
.safetyAnswer .ans span {
  margin-top: -16px;
}
.safetyAnswer h3 {
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 32px;
}
.safetyAnswer .box {
  padding: 40px 30px;
}
.safetyAnswer .box.pink {
  background: #fce4e8;
  margin-bottom: 20px;
}
.safetyAnswer .box.blue {
  background: #d9f1f0;
}
.safetyAnswer h4 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.safetyAnswer .box img {
  width: 100%;
}
.safetyAnswer .box.pink img {
  margin-bottom: 20px;
}
.safetyAnswer .box.blue img {
  margin: 40px auto;
}

/* ---------------- type -----------------*/
.type {
  background: #e7f4e0;
  padding: 100px 20px;
}
.type h2 {
  text-align: center;
  margin-bottom: 40px;
}
.type h2 img {
  margin: 0 auto;
}
.type h3 {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 70px;
}

/* ---------------- application -----------------*/

/* new application form */

.formDevices {
  margin: 80px 0 50px;
  overflow: hidden;
}

.formDevices .swiper-container.slider-application .pic {
  width: 100%;
  margin: 0 auto;
}

.formDevices .swiper-container.slider-application .pic img {
  margin: 0 auto;
}

.application .applicationBtn {
  display: flex;
  justify-content: center;
}

.application .applicationBtn button[type='submit'] {
  font-size: 36px;
  font-weight: 700;
  margin: 0 auto 40px;
  background: #e74863;
  border: 4px solid #fff;
  border-radius: 100px;
  color: #fff;
  padding: 18px 16px 13px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
  min-width: 380px;
}

.applicationBtn button span {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 24px;
  justify-content: flex-end;
  background: url(../img/button_science_arrow.svg) no-repeat right center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto;
  background-size: 10px 10px;
  background-position: 328px;
}

.application .applicationBtn button em {
  font-size: 12px;
  font-style: normal;
}

.application {
  background: url(../img/about02_bg.png) repeat center #f8c900;
  background-size: 10px 10px;
  padding: 60px 0 100px;
}

.application p {
  text-align: center;
  font-size: 32px;
  margin-bottom: 24px;
  color: #0a0a0a;
}

.application .container {
  background: #fff;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 50px 20px 50px;
}

.application h2 {
  text-align: center;
  position: relative;
  font-size: 48px;
  margin: 0 auto 20px;
  color: #0a0a0a;
  font-weight: 900;
  line-height: 1.2;
}

.application .container .policyLinks {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.7;
}

.application .container .policyLinks a {
  color: #00a297;
  text-decoration: underline;
}

.application .container .policyLinks a:hover {
  color: #00a297;
  text-decoration: underline;
}

.application h4 {
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  position: relative;
  padding: 0 24px;
  color: #e74863;
  width: 320px;
  margin: 0 auto 10px;
}
.application h4::before {
  left: 0;
  transform: rotate(60deg);
}
.application h4::after {
  right: 0;
  transform: rotate(-60deg);
}
.application h4::before,
.application h4::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 28px;
  height: 4px;
  background-color: #e74863;
  margin-bottom: 10px;
}

.application .terms_div label,
.application .terms_div a {
  display: inline;
}

.application .applicationEmail label,
.application .applicationAge label {
  font-size: 24px;
  font-weight: 400;
}

.application .applicationEmail .required,
.application .applicationAge .required {
  display: inline-block;
  background: #e74863;
  color: #fff;
  line-height: 1;
  padding: 4px 8px;
  font-size: 12px;
  position: relative;
  top: 5px;
  width: 40px;
}

.application .applicationEmail input::placeholder,
.application .applicationAge input::placeholder {
  color: #000;
}

.application .emailErrorParent {
  position: relative;
}

.triangle {
  width: 12px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.application .clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.select_form select {
  padding: 12px 45px 12px 16px;
  margin: 0;
  display: block;
}

.select_form {
  position: relative;
  display: block;
}

.select_form:before {
  border: 8px solid transparent;
  border-top: 14px solid #000;
  content: '';
  right: 18px;
  position: absolute;
  top: 30px;
  transform: translateY(-40%);
  pointer-events: none;
}

.application table {
  margin-bottom: 20px;
}

.application table tr {
  display: flex;
  width: 100%;
}
.application table th {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  max-width: 168px;
  margin-right: 20px;
}

.application .row {
  padding: 0 20px;
}
.application .table {
  max-width: 60rem;
}
.application .full-width {
  width: 100%;
}
.application table tr:nth-child(1) td {
  width: 100%;
}
.application select[name='tmp_grade'] {
  margin-bottom: 40px;
  padding: 12px 48px 12px 18px;
  background: #ffb6c2;
  border: 3px solid #e74863;
  border-radius: 10px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  max-width: 100%;
  width: 100%;
  height: 57px;
}

.application input[type='email'] {
  margin-bottom: 40px;
  padding: 12px 18px;
  background: #ffb6c2;
  border: 3px solid #e74863;
  border-radius: 10px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  max-width: 100%;
  width: 100%;
  height: 57px;
}

.application .terms_div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.terms_div .formError {
  margin-left: -14px;
}

.application .terms_div label,
.application .terms_div a {
  display: inline;
  font-size: 24px;
  font-weight: 700;
}

.application .terms_div label {
  padding: 30px 0 0 70px;
  margin-bottom: 50px;
}

.application .terms_div a {
  color: #e74863;
}

.application .terms_div a:hover {
  color: #00a297;
}

.application .note {
  font-size: 12px;
  color: #e74863;
  text-align: center;
  line-height: 1.6;
}

input[type='checkbox'] {
  position: relative;
  left: 40px;
  top: 0;
}

.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.checkbox::before {
  background: #ffb6c2;
  border: 3px solid #e74863;
  border-radius: 10px;
  content: '';
  display: block;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  height: 66px;
  width: 66px;
}

.checkbox::after {
  border-right: 8px solid #e74863;
  border-bottom: 8px solid #e74863;
  content: '';
  display: block;
  height: 32px;
  width: 16px;
  left: 22px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition:
    transform 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}

input[type='checkbox']:checked + .checkbox::before {
  border-color: #e74863;
}

input[type='checkbox']:checked + .checkbox::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1, 1, 1);
}
.easySteps {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
.easySteps .ttl {
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.easySteps .stepsOuter {
  display: flex;
  align-items: center;
}
.easySteps .steps {
  border-radius: 25px;
  background: #fff;
  width: 33.33%;
  /* min-width: 288px;
  min-height: 318px; */
  min-width: 288px;
  min-height: 318px;
}
.easySteps .steps h3 {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background: #00a297;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
  font-weight: 700;
}
.easySteps .steps .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.easySteps .steps .pic {
  width: 100%;
  margin: 0 auto;
  padding: 24px 36px;
}
.easySteps .steps .pic img {
  width: 100%;
  max-width: 208px;
  margin: 0 auto;
}
.easySteps .steps p {
  font-size: 18px;
  text-align: left;
  /* padding: 0 24px; */
}
.easySteps .triangle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin: 0 10px;
}

/* ---------------- faq -----------------*/
.faq {
  padding: 100px 20px;
}
.faq h2 {
  width: 345px;
  margin: 0 auto 40px;
}
.faq .faqBox {
  background: #ededed;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 40px;
}
.faq .faqQuestion {
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
}
.faq .faqQuestion:hover {
  cursor: pointer;
}
.faq .faqQuestion p {
  font-weight: 700;
  background: url(../img/faq_icon_q.svg) 0 0 no-repeat;
  background-size: 60px 60px;
  padding-left: 80px;
  padding-top: 14px;
  min-height: 60px;
}
.faqInner .faqBox .faqAnswer {
  display: none;
}
.faqInner .faqBox .faqAnswer .inner {
  font-weight: 700;
  background: url(../img/faq_icon_a.svg) 0 14px no-repeat;
  background-size: 60px 60px;
  padding-left: 80px;
  padding-top: 24px;
  min-height: 60px;
}
.faqInner .faqBox .faqAnswer ul {
  font-weight: 400;
  margin: 20px 0 20px 30px;
}
.faqInner .faqBox .faqAnswer li {
  list-style: disc;
  font-weight: 400;
}
.faqInner .faqBox .faqAnswer em {
  font-style: normal;
  font-size: 80%;
  line-height: 1.4;
  display: block;
  font-weight: normal;
}
.faqInner .faqBox .normal {
  font-weight: 400;
}
.faq .faqQuestion .icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.faqInner .faqBox .faqQuestion .icon:before,
.faqInner .faqBox .faqQuestion .icon:after {
  position: absolute;
  content: '';
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.faqInner .faqBox .faqQuestion .icon:before {
  border-top: 8px solid #00a297;
  width: 30px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faqInner .faqBox .faqQuestion .icon:after {
  border-left: 8px solid #00a297;
  width: 0;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 11px;
  transition: 0.3s;
}
.faqInner .faqBox .faqQuestion.open .icon:after {
  height: 0;
}

/* ---------------- footer -----------------*/
footer {
  background: #00a297;
  color: #fff;
  position: relative;
  padding: 60px 20px;
  text-align: center;
}
footer .footerLinks {
  display: flex;
  justify-content: space-between;
  max-width: 570px;
  margin: 0 auto 28px;
}
footer .footerLinks li {
  margin: 0 4px;
}
footer .footerLinks li a {
  color: #fff;
}

footer .footerInner {
  display: flex;
  justify-content: space-between;
  max-width: 570px;
  margin: 0 auto;
}
footer .footerInner .footerLogo {
  background: url(../img/footer_logo.svg) 0 center no-repeat;
  background-size: 306px 55px;
  width: 306px;
  height: 55px;
  text-indent: -9999px;
}
footer .footerInner small {
  display: inline-block;
  padding-top: 18px;
}

/* 載せないfaq */
.faq .faqBox:nth-child(3),
.faq .faqBox:nth-child(5) {
  display: none;
}

/* サンクスページ
-------------------------------------*/
.thanks .logo {
  margin: auto;
  display: block;
  padding: 5rem 0;
  width: 12rem;
}
.thanks .logo_yoko {
  margin: auto;
  display: block;
  padding: 3rem 0 2rem;
  width: 24rem;
}
.thanks h4 {
  margin-bottom: 4rem;
}
.thanks .description {
  font-weight: normal;
  width: 600px;
  margin: 0 auto 4rem;
  text-align: left;
}
.thanks .question {
  background: #fffae5;
  padding: 6rem;
  margin: -6px 0 0;
}
.thanks .description .mail {
  color: #007970;
  text-decoration: underline;
  display: inline;
}
.thanks .description .mail:hover {
  text-decoration: none;
}
.thanks .question h5 {
  text-align: left;
}
.thanks .question .question_title_p {
  margin-bottom: 4rem;
}
.thanks .question .question_span {
  font-size: 16px;
}
.thanks .radios {
  margin-bottom: 4rem;
  padding: 2rem;
}
.thanks .radios .radio {
  margin-right: 1rem;
  transform: scale(1.5);
}
.thanks .submit {
  text-align: center;
}
.thanks .submit input {
  border-radius: 6rem;
  padding: 3rem 5rem;
  line-height: 1;
  height: auto;
  font-size: 2.5rem;
}
.thanks #other_text {
  display: none;
}
.thanks #other_text_second {
  display: none;
}
.thanks #other_text textarea {
  width: 100%;
  border: 2px solid #aaa;
  padding: 1rem 2rem;
  margin: 0;
  font-weight: normal;
}
.thanks #other_text_second textarea {
  width: 100%;
  border: 2px solid #aaa;
  padding: 1rem 2rem;
  margin: 0;
  font-weight: normal;
}
.thanks .cta {
  margin: 6rem auto;
  text-align: center;
}
.thanks .thanks_question_img {
  margin: 8rem auto;
  width: 60%;
  display: block;
}
.thanks .caution {
  font-weight: normal;
  width: 600px;
  margin: -3rem auto 2rem;
  text-align: left;
  background: #fffae5;
  padding: 28px 20px 20px;
}
.thanks .cautionInner {
  border-bottom: 1px dashed #f8c800;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.thanks .cautionInner:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.thanks .caution h4 {
  font-size: 13px;
  text-align: left;
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.thanks .caution h4 em {
  background: #f8c800;
  color: #fff;
  width: 24px;
  height: 24px;
  display: block;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  line-height: 100%;
  font-style: normal;
  text-align: center;
  padding: 5px 0 0 3px;
  margin-top: -3px;
}
.thanks .caution h4 span {
  width: calc(100% - 24px);
  padding-left: 8px;
}
.thanks .caution p {
  font-size: 12px;
  text-align: left;
  font-weight: normal;
  padding-left: 32px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* ---------------- トライアルキャンペーンバナー -----------------*/
.trialCpBanner {
  margin: 40px auto 40px;
  display: none;
}
.trialCpBanner span {
  width: 100%;
  display: block;
  border: 4px solid #f6345d;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.trialCpBanner span img {
  width: 100%;
}
.trialCpNote {
  max-width: 100%;
  height: 200px;
  overflow-y: scroll;
  padding: 32px 40px;
  font-size: 80%;
  background: #f4f4f4;
  margin: -20px auto 32px;
}
.trialCpNote #entrySignupTextTitle {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.trialCpNote ul {
  margin-bottom: 24px;
}
.trialCpNote li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 8px;
  word-break: break-all;
}

/* 幅960px以下の表示
-------------------------------------*/
@media screen and (max-width: 960px) {
  .brPc {
    display: none;
  }
  .brSp {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }

  .innerBox {
    width: 100%;
    padding: 0 0;
  }

  .cvButtonFix a {
    width: 100%;
    border-top: 2px solid #fff;
  }
  .cvButtonFix .innerBox {
    display: flex;
    padding: 16px 16px 14px;
  }
  .cvButtonFix h2 {
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 1.2;
  }
  .cvButtonFix h3 {
    font-size: 12px;
    margin-bottom: 6px;
    line-height: 1.4;
  }
  .cvButtonFix h4 {
    font-size: 10px;
    padding: 0 16px 16px;
  }
  .cvButtonFix .text {
    width: calc(100% - 160px);
  }
  .cvButtonFix .text {
    width: 208px;
    padding: 0 0px 0 0;
  }
  .cvButtonFix h5 {
    width: calc(100% - 208px);
    padding: 0 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
    height: 48px;
  }
  .cvButtonFix h5 span {
    min-height: 0;
    padding-left: 38px;
    font-size: 17px;
    background-image: none;
    justify-content: center;
    background: url(../img/logomark_white.svg) no-repeat left center;
    background-size: 32px 25px;
  }
  .cvButtonFix h5 span em {
    font-size: 10px;
    padding-left: 2px;
    line-height: 1;
    margin-bottom: 0;
  }

  .swiper-container.slider-application {
    margin: 0 auto;
  }
  .swiper-container.slider-application .swiper-.swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    margin-top: 30px;
  }
  .swiper-container.slider-fv-sp .swiper-pagination {
    margin: 0;
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-container.slider-application .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
  .swiper-container.slider-application .swiper-pagination-bullet-active {
    height: 14px;
    width: 14px;
    border: 2px solid #000;
  }

  /* ---------------- mainImage -----------------*/
  .mainImage.typeB .headerInner {
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px 16px;
    justify-content: space-between;
  }
  .mainImage.typeB .header h1 {
    width: 162px;
    height: 32px;
    background-size: 162px 32px;
  }
  .mainImage.typeB h2 {
    font-size: 13px;
    width: 108px;
    height: 24px;
    margin-left: 0;
    line-height: 23px;
  }
  .mainImage .keyVisualNew .right {
    width: 100%;
  }
  .mainImage .keyVisualNew .fvTitle {
    text-align: center;
    margin-bottom: 10px;
  }
  .mainImage .keyVisualNew .fvTitle h4 {
    font-size: 18px;
  }
  .mainImage .keyVisualNew .fvTitle h3 {
    font-size: 26px !important;
    line-height: 1.4;
  }
  .mainImage.typeB .keyVisual {
    height: auto;
    width: 100%;
    background: #fff;
  }
  .mainImage.typeB .keyVisual img.pcOnly {
  }
  .mainImage.typeB .keyVisual img.spOnly {
    height: auto;
    width: 100%;
    display: block;
    margin: 0;
  }
  .mainImage.typeB .cvButton {
    padding: 16px 0 24px;
    position: relative;
  }
  .mainImage.typeB .cvButton .innerBox {
    flex-direction: column;
    padding: 0 12px;
  }
  .mainImage.typeB .cvButton h4 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    text-align: center;
  }
  .mainImage.typeB .cvButton h5 {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .mainImage.typeB .cvButton a {
    padding: 4px 21px;
    text-align: center;
    border-width: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  .mainImage.typeB .cvButton a::before {
    padding-right: 10px;
    align-self: center;
  }
  .mainImage.typeB .cvButton span {
    align-self: center;
    min-height: 20px;
    padding: 0;
    font-size: 20px;
    margin: 0 auto;
    font-weight: 700;
    line-height: 0.9;
  }
  .mainImage.typeB .cvButton span em {
    font-style: normal;
    font-size: 14px;
  }
  .mainImage.typeB .campaign {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 0 !important;
    margin-bottom: 0 !important;
  }
  .mainImage.typeB .campaign img {
    border-width: 3px;
  }

  .mainImage.typeB .cvButton .notice h4 {
    font-size: 18px;
    padding: 0 18px;
    width: 220px;
    margin: 0 auto 4px;
  }
  .mainImage.typeB .cvButton .notice h4::before,
  .mainImage.typeB .cvButton .notice h4::after {
    width: 20px;
    height: 2px;
  }
  .mainImage.typeB .cvButton a::after {
    font-size: 10px;
  }

  /* ---------------- about -----------------*/
  .about01 {
    padding: 40px 20px;
    flex-direction: column;
  }
  .about01 img {
    width: 80%;
    margin-bottom: 20px;
  }
  .about01 h2 {
    width: 100%;
    font-size: 25px;
    padding: 0;
    text-align: center;
    line-height: 1.7;
  }

  .contents {
    padding: 0px 20px;
    flex-direction: column;
  }

  .contents .box {
    padding-bottom: 20px;
  }

  .contents .third {
    padding-bottom: 0;
  }

  .contents .box .age img {
    max-width: 100%;
  }

  .contents .content03,
  .contents .content05 {
    flex-direction: column;
  }

  .contents .content03 .top,
  .contents .content05 .top {
    flex-direction: row-reverse;
  }
  .contents .box .age {
    padding: 10px;
  }
  .contents .box h3 {
    font-size: 20px;
  }
  .contents .box h3 span {
    font-size: 12px;
  }

  .content {
    flex-direction: column;
    padding: 20px;
    max-width: 600px;
  }
  .content .exp {
    align-self: center;
    width: 100%;
  }
  .content .exp .top {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content .exp img {
    margin-bottom: 0;
  }
  .content .exp h4 {
    margin-bottom: 8px;
    width: calc(100% - 50%);
  }
  .content .exp h4 img {
    max-width: 100%;
    margin: 0 auto;
  }
  .content .exp .tag {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
    align-items: center;
    margin-bottom: 10px;
  }
  .content p {
    margin-bottom: 8px;
    font-size: 14px;
    max-width: 100%;
  }

  .spLayout {
    display: flex;
    width: 100%;
    justify-content: center !important;
  }
  .content .tag {
    width: 80vw;
    justify-content: flex-start !important;
  }
  .content .tag li {
    font-size: 3vw;
    padding: 6px 12px;
    font-weight: 700;
    margin: 0 8px 0 0;
    min-width: 3vw;
    text-align: center;
  }
  .content .animal {
    padding: 0;
    width: 20vw;
  }
  .content .animal img {
    width: 100%;
  }
  .content .top {
    margin-bottom: 8px;
  }
  .content .top .pic img {
    max-width: 150px;
  }
  .content03 .exp .tag,
  .content05 .exp .tag {
    justify-content: flex-start;
  }
  .content05 .animal {
    margin-right: 5px;
  }

  .about02 {
    padding: 40px 20px 60px;
    margin-bottom: 30px;
  }

  .about02 h3 {
    min-height: 220px;
    position: relative;
    z-index: 1;
    width: 884px;
    margin: 0 auto -28px;
    width: 100%;
    min-height: 47px;
  }
  .about02 .picIntro {
    margin-top: 20px;
  }
  .about02 h4 {
    font-size: 22px;
    margin: 28px auto 64px;
    padding: 30px 25px;
    line-height: 1.6;
    text-align: left;
    font-weight: 900;
    /* white-space: unset; */
  }
  .about02 h4:before {
    top: -30px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 20px solid #fff;
  }

  .about02 em {
    margin-top: 4px;
    padding: 0 0;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
  }

  .about02 .appAndKit {
    width: 100%;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 1.6;
  }
  .about02 .appAndKit .box {
    border-width: 6px;
    border-radius: 24px;
    padding: 56px 20px 20px 20px;
    position: relative;
    box-sizing: border-box;
  }
  .about02 .appAndKit .box:first-child {
    margin-bottom: 60px;
  }
  .about02 .appAndKit .box h5 {
    font-size: 22px;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 50% !important;
    margin-top: -50px;
    margin-left: -50px;
  }
  .about02 .appAndKit .box h6 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .about02 .appAndKit .pic {
    margin-bottom: 20px;
  }

  .about02 .appAndKit em {
    display: block;
    line-height: 1.4;
    margin-top: 8px;
  }
  .about02 .appAndKit em.link {
    background-position: left 5px;
  }

  .popupBox {
    padding: 16px 16px 16px;
    overflow-x: hidden;
  }
  .popupBox p {
    font-size: 14px;
  }

  #device.popupBox p {
    font-size: 14px;
    line-height: 1.6;
  }
  #device.popupBox ul {
    margin: 12px 0;
    font-size: 14px;
    line-height: 1.6;
  }
  #device.popupBox li::before {
    padding-top: 6px;
  }

  /* ---------------- duration -----------------*/

  .about02 .duration {
    width: 100%;
    margin: 50px auto 0;
  }
  .about02 .duration .ttl {
    justify-content: center;
  }
  .about02 .duration .ttl .pic {
    position: relative;
  }
  .about02 .duration .ttl .pic img {
    width: 88px;
    position: absolute;
    left: -40px;
  }
  .about02 .duration .ttl .text {
    line-height: 1.4;
    margin-left: 60px;
  }
  .about02 .duration .ttl .text span {
    font-size: 18px;
    font-weight: 700;
  }
  .about02 .duration .ttl .text h5 {
    font-size: 21px;
  }
  .about02 .duration .outer::before {
    display: none;
  }
  .about02 .duration .outer {
    background: #fff;
    position: relative;
    padding: 30px 20px 10px;
    margin-top: 30px;
  }
  .about02 .duration .desc {
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 40px;
  }
  .about02 .duration .desc .pic img {
    width: 100%;
    margin: 0 auto;
  }
  .about02 .duration .desc .pic {
    width: 100%;
  }
  .about02 .duration .desc .text {
    width: 100%;
    max-width: 430px;
  }
  .about02 .duration .desc .text h5 {
    font-size: 22px;
    margin-bottom: 4px;
  }
  .about02 .duration .desc .text p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .about02 .duration ul {
    width: 100%;
    text-align: center;
    background: #f8c702;
    max-width: 349px;
  }
  .about02 .duration ul h6 {
    font-size: 16px;
    color: #fff;
    background: #ddb401;
    padding: 4px;
  }
  .about02 .duration ul li {
    font-weight: 700;
    padding: 10px 0 0;
  }
  .about02 .duration ul li:nth-child(1) {
    margin: 8px;
  }
  .about02 .duration ul .app span,
  .about02 .duration ul .kit span {
    font-size: 16px;
    line-height: 1;
    margin: 0 8px 12px 0;
    border-radius: 100px;
    padding: 2px 16px;
  }
  .about02 .duration ul .app {
    padding: 10px 0 5px;
  }
  .about02 .duration ul .kit {
    padding: 0 0 10px;
  }
  .about02 .duration ul .app span {
    color: #fff;
    background: #e94862;
  }
  .about02 .duration ul .kit span {
    color: #fff;
    background: #00a397;
  }

  .about02 .duration .balloon {
    position: relative;
    border: #333 solid 4px;
    text-align: center;
    color: #333;
    font-size: 40px;
    margin-bottom: 40px;
  }
  .about02 .duration .balloon::before {
    left: 44%;
    border: 15px solid transparent;
    border-top: 24px solid #333;
  }
  .about02 .duration .balloon::after {
    left: 44%;
    border: 15px solid transparent;
    border-top: 24px solid #fff;
    margin-top: -8px;
  }

  .about02 .duration h6 {
    color: #333;
    padding: 10px;
    font-size: 20px;
    text-align: center;
  }
  .about02 .duration .comments {
    flex-direction: column;
  }
  .about02 .duration .comment {
    background: #fdeeb2;
    border-radius: 10px;
    margin: 0 0 25px;
    width: 100%;
    padding: 30px;
    font-size: 14px;
    line-height: 1.6;
  }
  .about02 .duration .comment span {
    display: flex;
    justify-content: flex-end;
  }

  /* ---------------- trialApp -----------------*/

  .trialApp {
    width: 100%;
    margin: 0 auto;
    background-size: 10px 10px;
    padding: 0 20px;
  }
  .trialApp .comment .text::before {
    top: 35%;
    border: 12px solid transparent;
    border-left: 17px solid #b4b4b4;
  }
  .trialApp .comment .text::after {
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 15px solid #fff;
  }

  .trialApp .comment .pic img {
    width: 100%;
    max-width: 84px;
    right: 20px;
    top: -10px;
  }
  .trialApp .comment .text {
    font-size: 14px;
    width: 196px;
    height: 80px;
    left: 20px;
    top: -20px;
    line-height: 1.6;
    padding: 10px;
    box-shadow: 1px 2px 0px 1px #b4b4b4;
  }
  .trialApp .triangle {
    width: 21px;
    height: 18px;
    margin: 110px auto 10px;
  }
  .trialApp .ttl h4 {
    margin-bottom: 25px;
  }
  .trialApp .ttl h4::before,
  .trialApp .ttl h4::after {
    display: none;
  }
  .trialApp .ttl h4 img {
    width: 100%;
    padding: 0 10px;
  }

  .trialApp .ttl h4 span {
    background: #fff;
  }
  .trialApp .ttl h3 {
    font-size: 23px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .trialApp .content {
    flex-direction: column;
    align-items: center;
    padding: 20px 0 0;
    /* margin-bottom: 50px; */
  }
  .trialApp .content.first {
    margin-bottom: 50px;
    padding: 20px 0 0;
  }
  .trialApp .content:nth-child(2) {
    flex-direction: column;
  }
  .trialApp .contentsOuter {
    padding: 0 20px 40px;
    margin-top: 30px;
  }
  .trialApp .content .tablet,
  .trialApp .others .content .tablet {
    background-size: 268px 157px;
    width: 268px;
    height: 157px;
    margin: 0 auto;
  }
  .trialApp .video,
  .trialApp .video video {
    width: 224px;
    height: 140px;
  }
  .trialApp .content .text {
    width: 220px;
    height: 100px;
    box-shadow: 1px 2px 0px 1px #b4b4b4;
    line-height: 1.6;
    margin: 20px auto 0;
    padding: 0;
    align-items: center;
    display: flex;
  }
  .trialApp .content .outer::before,
  .trialApp .content:nth-child(2) .outer::before {
    left: 102px;
    top: -4px;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #b4b4b4;
    border-left: 10px solid transparent;
  }
  .trialApp .content .outer::after,
  .trialApp .content:nth-child(2) .outer::after {
    left: 100px;
    top: 10px;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #fff;
    border-left: 10px solid transparent;
  }

  .trialApp .content .tag {
    top: -46px;
    left: -20px;
  }
  .trialApp .content dt span {
    font-size: 12px;
  }
  .trialApp .content dt {
    width: 68px;
    height: 68px;
    border: 3px solid #8a5f9d;
  }
  .trialApp .content dd {
    font-size: 12px;
    padding: 4px 10px 4px 0px;
  }

  .trialApp .content .babelon dd {
    width: 85px;
  }
  .trialApp .content .babelon dt {
    border: 3px solid #8a5f9d;
  }
  .trialApp .content .teclon dt {
    border: 3px solid #00a297;
  }
  .trialApp .content .teclon dd {
    width: 100px;
    color: #00a297;
  }
  .trialApp .content .codeave dt {
    border: 3px solid #5092f5;
  }
  .trialApp .content .codeave dd {
    width: 125px;
    color: #ef8000;
  }
  .trialApp .others .content .junior dt {
    border: 3px solid #93ccfb;
  }
  .trialApp .others .content .junior dd {
    width: 125px;
    color: #ef8000;
  }
  .trialApp .others .content .taisen dt {
    border: 3px solid #bf46ec;
  }
  .trialApp .others .content .taisen dd {
    width: 100px;
    color: #00a297;
  }

  .trialApp .others {
    flex-direction: column;
    margin: 20px 0;
  }

  .trialApp .others .content dt {
    width: 68px;
    height: 68px;
  }
  .trialApp .others .content dt span {
    font-size: 12px;
  }

  .trialApp .others .video img {
    width: 200px;
    margin: 6px auto;
  }
  .trialApp .others .content .tag {
    top: -40px;
    left: -20px;
  }

  .trialVoice {
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 0 20px;
  }
  .ribbon h3 {
    width: 100%;
    font-size: 20px;
    padding: 20px 10px;
    align-items: flex-end;
  }
  .ribbon h3 img {
    width: 30px;
    height: 26px;
    margin-right: 10px;
  }
  .ribbon h3 span::before {
    font-size: 20px;
    top: -15px;
    left: 0;
  }
  .ribbon h3::before {
    border-bottom: solid 12px transparent;
    border-right: solid 20px #004a45;
  }
  .ribbon h3::after {
    border-bottom: solid 12px transparent;
    border-left: solid 20px #004a45;
  }

  .trialVoice .comments {
    width: 100%;
    padding-top: 30px;
  }
  .trialVoice .comment {
    padding: 0 20px 30px;
    justify-content: space-between;
    align-items: center;
  }
  .trialVoice .comment .text {
    display: table;
    width: 192px;
    height: 100px;
  }
  .trialVoice .comment p .guardian {
    font-size: 10px;
    display: flex;
    justify-content: flex-end;
  }
  .trialVoice .comment:nth-child(2) p .guardian {
    justify-content: flex-end;
  }
  .trialVoice .comment:nth-child(2) {
    justify-content: space-between;
  }
  .trialVoice .comment p {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 192px;
    height: 100px;
    font-size: 14px;
    line-height: 1.8;
    padding: 0 0 0 20px;
  }
  .trialVoice .comment:nth-child(1) p {
    padding: 20px 36px 20px 40px;
  }
  .trialVoice .comment:nth-child(3) p {
    padding: 10px 18px 10px 20px;
  }
  .trialVoice .comment:nth-child(2) p {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 192px;
    height: 100px;
    font-size: 14px;
    padding: 20px 0px 20px 20px;
    line-height: 1.8;
  }
  .trialVoice .comment .pic img {
    width: 20vw;
  }
  .trialVoice .comments .box {
    font-size: 24px;
  }
  .trialVoice .cvArea {
    padding: 0 20px 20px;
  }
  .trialVoice .cvArea a {
    margin: 10px auto 20px;
  }

  /* ---------------- asobi -----------------*/
  .asobi {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0 25px;
    width: 100%;
  }
  .asobi h3 {
    font-size: 6.4vw;
    margin-bottom: 12px;
    line-height: 1;
    text-align: center;
    width: 100%;
  }
  .asobi h4 {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 25px;
  }
  .asobi .desc {
    flex-direction: column;
  }
  .asobi .realize .desc {
    align-items: unset;
    margin-bottom: 0;
  }
  .asobi .realize .text p .underline {
    text-decoration-thickness: 4px;
  }
  .asobi .desc .pic {
    margin: 0 auto 20px;
    padding: 0 35px;
  }
  .asobi .desc .pic img {
    width: 100%;
    max-width: 333px;
    border: 7px solid #f8c900;
    margin-right: 15px;
  }
  .asobi .desc .text p {
    width: 100%;
    padding: 0 35px;
    font-size: 14px;
    line-height: 24px;
  }
  .asobi .next {
    margin: 20px auto;
  }
  .asobi .next .triangle {
    width: 21px;
    height: 18px;
    margin: 9px auto;
  }
  .asobi .realize h3 {
    font-size: 7.8vw;
    margin-bottom: 30px;
  }
  .asobi .realize .exp .pic img {
    border: 3px solid #f8c900;
  }
  .asobi .realize .exp .text p {
    width: 100%;
    margin-top: -3px;
    font-size: 15px;
    padding: 10px 20px 20px;
    border: 3px solid #00a297;
  }
  .asobi .realize .exp .text p .num {
    font-size: 24px;
  }
  .asobi .realize .note {
    font-size: 10px;
    padding: 15px 15px 15px 30px;
    text-indent: -1em;
  }

  .guardianVoice {
    padding: 0 20px;
  }
  .guardianVoice .comments {
    width: 100%;
    padding-top: 30px;
    margin: 0;
  }
  .guardianVoice .comment {
    padding: 0 20px 30px;
    justify-content: space-between;
    align-items: center;
  }
  .guardianVoice .comment .text {
    display: table;
    width: 192px;
    height: 100px;
  }
  .guardianVoice .comment p .guardian {
    font-size: 10px;
    display: flex;
    justify-content: flex-end;
  }
  .guardianVoice .comment:nth-child(even) p .guardian {
    justify-content: flex-end;
  }
  .guardianVoice .comment:nth-child(even) {
    justify-content: space-between;
    padding-bottom: 30px;
  }
  .guardianVoice .comment p {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 192px;
    height: 100px;
    font-size: 14px;
    line-height: 1.8;
    padding: 0 0 0 20px;
  }
  .guardianVoice .comment:nth-child(1) p {
    padding: 20px 16px 20px 20px;
  }
  .guardianVoice .comment:nth-child(3) p {
    padding: 20px 12px;
    font-size: 14px;
  }
  .guardianVoice .comment:nth-child(2) p {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 192px;
    height: 100px;
    font-size: 14px;
    padding: 20px 10px 20px 10px;
    line-height: 1.8;
  }
  .guardianVoice .comment:nth-child(4) p {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 192px;
    height: 100px;
    padding: 20px 34px 20px 30px;
    line-height: 1.8;
  }
  .guardianVoice .comment .pic img {
    width: 20vw;
  }
  .guardianVoice .cvArea {
    padding: 0 0 40px;
  }

  /* ---------------- digital ---------------- */
  .digital {
    padding: 40px 20px;
  }
  .digital .balloon {
    font-size: 20px;
    border: 4px solid #fff;
    margin-bottom: 30px;
  }
  .digital .balloon::after {
    border: 15px solid transparent;
    border-top: 24px solid #ba4482;
    left: 44%;
  }
  .digital .balloon::before {
    border: 15px solid transparent;
    border-top: 24px solid #fff;
    left: 44%;
    margin-top: 0;
  }
  .digital h3 {
    padding: 15px;
  }
  .digital .oyasumi {
    margin-bottom: 40px;
  }
  .digital .oyasumi h4 {
    margin-bottom: 20px;
  }
  .digital .oyasumi h4 img {
    width: 100%;
  }
  .digital .oyasumi h4::before,
  .digital .oyasumi h4::after {
    display: none;
  }
  .digital .oyasumi h3 {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 0;
  }
  .digital .oyasumi p {
    font-size: 14px;
    margin-bottom: 0;
    padding: 20px;
    line-height: 1.6;
  }
  .digital .oyasumi .pic img {
    width: 100%;
    padding: 0 20px;
  }
  .digital .oyasumi .text {
    margin: 0;
  }
  .digital .oyasumi .text span {
    font-size: 10px;
    padding: 0 20px;
  }
  .digital .oyasumi .setting {
    flex-direction: column;
  }
  .digital .eyesight h3 {
    font-size: 20px;
  }
  .digital .eyesight .parents {
    flex-direction: column;
    padding: 20px;
  }
  .digital .eyesight .parents .text {
    width: 100%;
  }
  .digital .eyesight .parents .pic img {
    width: 100%;
    margin-bottom: 10px;
  }
  .digital .eyesight .parents .exp .pic {
    padding: 40px 0 0;
  }
  .digital .eyesight .parents .exp .pic img {
    width: 100%;
  }
  .digital .eyesight .parents .exp p {
    font-size: 14px;
    line-height: 1.6;
  }
  .digital .eyesight .parents .text .green {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .digital .eyesight .parents .text .red {
    font-size: 21px;
    margin-top: 4px;
    text-decoration-thickness: 8px;
  }
  .digital .eyesight .balloon {
    margin: 20px;
    border: 4px solid #333;
  }
  .digital .eyesight .balloon h4 {
    font-size: 22px;
    padding: 15px;
  }
  .digital .eyesight .balloon::before {
    left: 44%;
    border: 15px solid transparent;
    border-top: 24px solid #333;
    margin-top: 0px;
  }
  .digital .eyesight .balloon::after {
    left: 44%;
    border: 15px solid transparent;
    border-top: 24px solid #dda2c1;
    margin-top: -8px;
  }
  .digital .eyesight .points {
    flex-direction: column-reverse;
    padding: 0 20px 20px;
  }
  .digital .eyesight .points .pic {
    margin: 20px 0;
  }
  .digital .eyesight .points .pic img {
    width: 100%;
    border: 3px solid #fff;
  }
  .digital .eyesight .points .pic p {
    width: 100%;
    font-size: 10px;
    padding-bottom: 3px;
  }
  .digital .eyesight .points .text {
    padding: 20px 30px;
    font-size: 12px;
    margin: 0 20px;
  }
  .digital .eyesight .points .text p {
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 14px;
  }
  .digital .eyesight .points .text li {
    margin-bottom: 8px;
    line-height: 1.7;
  }
  .digital .eyesight .ref {
    font-size: 10px;
    padding: 0 20px 20px;
  }
  .digitalCta {
    width: 100%;
    padding: 30px 20px 40px;
  }

  /* ---------------- threeC -----------------*/
  .threeC {
    padding: 0;
  }
  .threeC .head h2 {
    margin-bottom: 32px;
    width: 100%;
    padding: 0 40px;
  }
  .threeC .head .inner {
    padding-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }
  .threeC .head .threeCBox {
    width: 112px;
    height: 112px;
    background-size: 168px 168px;
    margin: 0 4px;
    line-height: 1;
    margin: 0 6px;
  }
  .threeC .head h4 {
    font-size: 26px;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .threeC .head h5 {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .threeC .head p {
    font-size: 12px;
    line-height: 1.4;
  }
  .threeContents {
    margin: 0 0 8px;
  }
  .threeContents .threeCont {
    width: 100%;
    padding: 40px 20px;
  }
  .threeContents .ttl {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .threeContents .ttl span {
    width: 40px;
    height: 40px;
    font-size: 26px;
    margin-right: 8px;
  }
  .threeContents h3 {
    border: 2px solid #fff;
    padding: 16px 16px;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .threeContents .disc,
  .threeContents.creativity .disc {
    flex-direction: column;
  }
  .threeContents .disc .text,
  .threeContents.creativity .disc .text {
    width: 100%;
    padding: 0;
  }
  .threeContents .disc .pic {
    width: 100%;
    margin-top: 28px;
  }
  .threeContents .text p {
    font-size: 14px;
    line-height: 1.6;
  }
  .threeContents.criticalThinking .text p {
    margin-bottom: 8px;
  }
  .threeContents.curiosity p {
    margin-bottom: 40px;
  }
  .threeContents.curiosity .pic {
    width: calc(100% + 70px);
    margin-left: -50px;
  }

  /* ---------------- feature -----------------*/
  .feature {
    padding: 0 0 60px;
  }
  .feature h2 {
    width: 100%;
    text-align: center;
    margin: 0 auto 16px;
    padding: 0;
  }
  .feature h2 img {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }

  .featureBox {
    margin-bottom: 40px;
  }
  .featureBox p {
    font-size: 14px;
    line-height: 1.6;
  }
  .featureBox:last-child {
    margin-bottom: 0;
  }
  .featureBox h3 {
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
  }
  .featureBox h3 span {
    max-width: 100%;
    font-size: 19px;
    padding: 16px 12px;
  }
  .featureBox#professional h3 span {
    font-size: 20px;
  }
  .featureBox .innerBox {
    padding: 0 20px;
  }
  .featureBox#steam p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
  }
  .featureBox#professional ul {
    flex-direction: column;
    margin-top: 20px;
  }
  .featureBox#professional li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .featureBox#professional li:last-child {
    margin-bottom: 0;
  }
  .featureBox#professional li .pic {
    margin-bottom: 0;
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: relative;
  }
  .featureBox#professional li .pic img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    right: 0;
  }
  .featureBox#professional .desc {
    width: calc(100% - 130px);
    margin-top: -8px;
    padding-left: 16px;
  }

  .featureBox#professional li h4 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .featureBox#professional li span {
    font-size: 14px;
    display: block;
    line-height: 1.6;
  }

  .featureBox .evidenceInner {
    flex-direction: column;
    padding-top: 30px;
  }
  .featureBox .evidenceInner .box {
    width: 100%;
    margin-bottom: 30px;
  }
  .featureBox .evidenceInner .box h4,
  .featureBox .prize h4 {
    font-size: 20px;
  }
  .featureBox .evidenceInner .box img {
    padding: 0 36px;
    width: 100%;
  }
  .featureBox .evidenceInner .box.cambodia {
    margin-top: -20px;
    width: 100%;
  }
  .featureBox .evidenceInner .cambodia .prof {
    width: 120px;
    display: block;
    padding: 0;
    margin: 0;
  }
  .featureBox .evidenceInner .cambodia .prof .pic {
    width: 120px;
  }
  .featureBox .evidenceInner .cambodia .prof img {
    display: block;
    width: 120px;
    height: 120px;
    padding: 0;
    margin: 0;
  }
  .featureBox .cambodia .prof span {
    font-size: 11px;
    line-height: 1.4;
    display: block;
    margin-top: 12px;
  }
  .featureBox .cambodia .disc {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .featureBox .cambodia .disc dl {
    font-size: 11px;
    line-height: 1.8;
  }
  .featureBox .cambodia dt {
    width: 60px;
    padding: 0;
  }
  .featureBox .cambodia dd {
    width: 100%;
  }
  .featureBox .prize .inner {
    flex-direction: column;
  }
  .featureBox .prize .inner p {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
  .featureBox .prize .inner .prizeList {
    width: 100%;
  }
  .featureBox .prize .inner .prizeList li {
    width: 23%;
    border: 1px solid #e3e2e2;
    border-radius: 4px;
    overflow: hidden;
  }
  .featureBox .prize .inner .prizeList li img {
    width: 100%;
  }
  .featureBox .evidenceText {
    margin-bottom: 40px;
  }

  /* ---------------- expert -----------------*/
  .expert {
    padding: 60px 20px 20px;
    background-size: 14px 14px;
  }
  .expert p {
    font-size: 14px;
    line-height: 1.6;
  }
  .expert h2 {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 20px;
  }
  .voiceExpert,
  .voiceExpert:nth-child(odd) {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .voiceExpertProfile {
    width: 100%;
    flex-direction: column;
    margin-bottom: 16px;
    padding: 16px;
  }
  .voiceExpertThumb {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .voiceExpertThumb img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100px;
  }
  .voiceExpertThumb .spOnly {
    width: calc(100% - 100px);
    padding-left: 16px;
  }
  .voiceExpertDesc {
    width: 100%;
  }
  .voiceExpertDesc p {
    padding: 0 8px;
  }
  .expert .prof {
    width: 100%;
    padding-left: 0;
  }
  .expert .voiceExpert:nth-child(odd) .prof {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .voiceExpertDesc {
    padding: 0;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.6;
  }
  .expert .job {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .expert .name {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .expert h3 {
    margin-bottom: 12px;
  }
  .expert h3 span {
    font-size: 6.6vw;
    padding: 4px;
    margin-bottom: 0;
  }

  /* ---------------- price -----------------*/
  .price {
    padding: 60px 20px;
  }
  .price h2 {
    width: 100%;
    margin: 0 auto 30px;
  }
  .price h2::before,
  .price h2::after {
    width: 2px;
    height: 80px;
  }
  .price h2::before {
    margin-right: 20px;
  }
  .price h2::after {
    margin-left: 20px;
  }
  .price h2 img {
    width: 80%;
  }
  .priceBox {
    flex-direction: column;
  }
  .priceBox li {
    width: 100% !important;
    padding: 10px 20px !important;
    flex-direction: row;
    justify-content: center;
  }
  .priceBox li:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    padding: 20px 20px 16px !important;
  }
  .priceBox li:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .priceBox li:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #a3d5d2 !important;
    border-bottom: 1px solid #a3d5d2 !important;
  }
  .priceBox li h3 {
    font-size: 12px;
    padding: 8px 12px;
    margin: 0;
    width: 120px;
    text-align: center;
  }
  .priceBox li h4 {
    font-size: 16px;
    width: calc(100% - 120px);
    padding-left: 12px;
    padding-bottom: 12px;
    top: -2px;
  }
  .priceBox li:first-child h4 {
    top: -4px;
  }
  .priceBox li h4 b {
    font-size: 38px;
    padding: 0 4px;
  }
  .priceBox li:last-child h3,
  .priceBox li:nth-child(2) h3 {
    font-size: 80%;
    padding: 8px 12px;
    margin-top: 0;
  }
  .priceBox li:last-child h4,
  .priceBox li:nth-child(2) h4 {
    font-size: 80%;
  }
  .priceBox li:last-child h4 b,
  .priceBox li:nth-child(2) h4 b {
    font-size: 32px;
  }

  .priceBox li .balloon {
    width: 64px;
    height: 64px;
    font-size: 11px;
    top: -24px;
    left: -8px;
    padding: 0;
  }
  .priceTable em {
    display: block;
    font-style: normal;
    text-align: right;
    font-size: 12px;
  }
  .price .siblings {
    padding: 30px 20px;
    margin: 20px auto 40px;
  }

  .price .siblings .balloon {
    width: 64px;
    height: 64px;
    font-size: 10px;
    top: 92px;
    left: -8px;
    padding: 0;
  }
  .price .siblings .siblingsHead {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .price .siblings .siblingsHead .inner {
    padding: 20px 16px;
    width: 100%;
    margin-right: 0;
  }
  .price .siblings .siblingsHead h3 {
    padding: 8px 8px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }
  .price .siblings .siblingsHead h4 {
    font-size: 24px;
  }
  .price .siblings .siblingsHead h4 b {
    font-size: 40px;
  }
  .price .siblings .siblingsHead h5 {
    font-size: 18px;
    padding: 0 0 0 10px;
    text-align: center;
    margin-bottom: 12px;
  }
  .price .siblings .siblingsHead h5::before,
  .price .siblings .siblingsHead h5::after {
    width: 2px;
    height: 60px;
  }
  .price .siblings .siblingsHead h5::before {
    transform: rotate(-30deg);
    left: 0;
    top: 0;
  }
  .price .siblings .siblingsHead h5::after {
    transform: rotate(30deg);
    left: 100%;
    top: 0;
  }
  .price .siblings h6 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .price .siblings .siblingsExp {
    flex-direction: column-reverse;
  }
  .price .siblings .siblingsExp img {
    width: 100%;
  }
  .price .siblings .siblingsExp ul {
    width: 100%;
    margin: 0 0 16px;
    padding: 16px;
  }
  .price .siblings .siblingsExp ul::before {
    border-width: 0 24px 24px 0;
    position: absolute;
    left: 50%;
    top: calc(100% + 24px);
    margin-top: -24px;
    margin-left: -12px;
  }
  .price .siblings .siblingsExp ul::after {
    border-width: 0 16px 16px 0;
    left: 50%;
    top: calc(100% + 24px);
    margin-top: -26px;
    margin-left: -8px;
  }
  .price .siblings .siblingsExp li:first-child {
    border-bottom: 1px dotted #7e7e7e;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .price .siblings .siblingsExp h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .price .siblings .siblingsExp h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    display: flex;
  }
  .price .siblings .siblingsExp h4::before {
    content: '●';
    font-size: 80%;
    margin-right: 4px;
    margin-top: 2px;
  }

  .serviceBox {
    margin-bottom: 30px;
    justify-content: space-between;
    width: 100%;
  }
  .serviceBox .serviceBoxDesc {
    width: 32%;
    margin: 0 0;
    line-height: 1;
  }
  .serviceBox .serviceBoxDesc img {
    height: 80px;
    margin: 0 auto 16px;
  }
  .serviceBox .serviceDetail {
    width: 100%;
    border-width: 2px;
    padding: 12px 4px;
  }
  .serviceBox .serviceDetail:before {
    top: -16px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
  }
  .serviceBox .serviceDetail:after {
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ddd;
  }
  .serviceBox .serviceDetail h4 {
    font-size: 10px;
    margin-bottom: 4px;
    font-weight: 400;
  }
  .serviceBox .serviceDetail h5 {
    font-size: 15px;
  }

  .cards {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .cards p {
    width: 100%;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.6;
  }
  .cards ul {
    width: 100%;
    padding: 0;
  }
  .cards li {
    margin: 0 4px;
  }

  /* ---------------- CV area -----------------*/
  .cvArea {
    padding: 0 20px 40px;
  }
  .cvArea a {
    width: 100%;
    border: 4px solid #fff;
    padding: 0px 12px;
    margin: 10px 0;
  }
  .cvArea a::after {
    font-size: 10px;
  }
  .cvArea span {
    min-height: 18px;
    padding: 20px;
    font-size: 18px;
  }
  .cvArea h4 {
    width: 240px;
    font-size: 18px;
    margin: 0 auto -6px;
  }
  .cvArea h4::before,
  .cvArea h4::after {
    width: 18px;
    height: 2px;
  }
  .cvArea .entry {
    margin-bottom: 40px;
  }

  /* ---------------- safety -----------------*/
  .safety {
    padding: 40px 20px 60px;
  }
  .safety h2 {
    width: 100%;
    margin: 0 0 20px -10px;
  }
  .safetyAnswer {
    width: 100%;
    border: 5px solid #e94862;
    border-radius: 12px;
    padding: 20px 20px;
  }
  .safetyAnswer .ans {
    width: 60px;
    height: 60px;
    top: -32px;
    left: -20px;
    font-size: 30px;
  }
  .safetyAnswer .ans span {
    margin-top: -4px;
  }
  .safetyAnswer h3 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .safetyAnswer .box {
    padding: 20px 16px;
  }
  .safetyAnswer .box.pink {
    background: #fce4e8;
    margin-bottom: 12px;
  }
  .safetyAnswer h4 {
    font-size: 17px;
  }
  .safetyAnswer .box.pink img {
    margin-bottom: 16px;
  }
  .safetyAnswer .box.blue img {
    margin: 20px auto;
  }
  .safetyAnswer .box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
  }

  /* ---------------- faq -----------------*/
  .faq {
    padding: 20px 20px 40px;
  }
  .faq h2 {
    width: 65%;
    margin: 0 auto 31px;
  }
  .faq .faqBox {
    margin-bottom: 20px;
    padding: 16px 16px;
  }
  .faq .faqQuestion {
    display: flex;
    align-items: center;
  }
  .faq .faqQuestion p {
    background: url(../img/faq_icon_q.svg) 0 center no-repeat;
    background-size: 40px 40px;
    padding: 8px 30px 0 50px;
    min-height: 40px;
    line-height: 1.4;
  }

  .faqInner .faqBox .faqAnswer .inner {
    background: url(../img/faq_icon_a.svg) 0 14px no-repeat;
    background-size: 40px 40px;
    padding-left: 50px;
    padding-top: 24px;
    min-height: 40px;
    line-height: 1.4;
  }
  .faqInner .faqBox .faqAnswer ul {
    font-weight: 400;
    margin: 20px 0 20px 30px;
  }
  .faqInner .faqBox .faqAnswer li {
    list-style: disc;
    font-weight: 400;
  }
  .faqInner .faqBox .normal {
    font-weight: 400;
  }
  .faq .faqQuestion .icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .faqInner .faqBox .faqQuestion .icon:before,
  .faqInner .faqBox .faqQuestion .icon:after {
  }
  .faqInner .faqBox .faqQuestion .icon:before {
    border-top: 6px solid #00a297;
    width: 20px;
  }
  .faqInner .faqBox .faqQuestion .icon:after {
    border-left: 6px solid #00a297;
    height: 20px;
    right: 7px;
  }

  /* ---------------- application -----------------*/
  /* new application form */
  .formDevices {
    margin: 30px 0 30px;
    overflow: hidden;
  }
  .formDevices .swiper-container.slider-application .pic {
    width: 100%;
    margin: 0 auto;
    margin-right: 0;
  }
  .formDevices .swiper-container.slider-application .pic img {
    width: 250px !important;
    margin: 0 auto !important;
  }
  .application .applicationBtn button[type='submit'] {
    font-weight: 700;
    margin: 0 auto 20px;
    background: #e74863;
    border: 3px solid #fff;
    border-radius: 100px;
    color: #fff;
    padding: 10px 8px 6px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
    min-width: 320px;
  }
  .applicationBtn button span {
    font-size: 20px;
    width: 300px;
    background-position: 285px;
    background-size: 8px 10px;
  }
  .application .container .policyLinks {
    font-size: 11px;
    margin: 0 auto 25px;
  }
  .application .applicationBtn button em {
    font-size: 12px;
  }
  .application {
    background: url(../img/about02_bg.png) repeat center #f8c900;
    background-size: 10px 10px;
    padding: 40px 0 0;
  }
  .application p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .application .container {
    background: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
  }
  .application .row {
    padding: 0 20px;
  }
  .application h2 {
    text-align: center;
    position: relative;
    font-size: 6.4vw;
    margin: 0 auto 10px;
  }
  .application .terms_div label {
    line-height: 1.4;
  }
  .application .terms_div label,
  .application .terms_div a {
    display: inline;
  }
  .application .applicationEmail label,
  .application .applicationAge label {
    font-size: 16px;
    margin-right: 4px;
  }
  .application .applicationEmail .required,
  .application .applicationAge .required {
    font-size: 10px;
    padding: 4px 6px;
    top: 8px;
    width: 32px;
    height: 18px;
    left: 4px;
  }
  .triangle {
    width: 6px;
    height: 10px;
    background-color: #fff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
  .application .clearfix:after {
    content: '';
    display: block;
    clear: both;
  }
  .select_form {
    display: block;
  }
  .application select[name='tmp_grade'] {
    margin: 0;
    display: block;
    padding: 12px 50px 12px 16px;
    margin-bottom: 40px;
    background: #ffb6c2;
    border: 2.5px solid #e74863;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    max-width: 100%;
    height: 48px;
    color: #000;
    font-weight: 400;
  }
  .select_form:before {
    border: 8px solid transparent;
    border-top: 14px solid #000;
    content: '';
    left: none;
    right: 18px;
    top: 24px;
    font-size: 16px;
    transform: translateY(-34%);
    pointer-events: none;
  }
  .application .table {
    max-width: 60rem;
    margin-bottom: 0;
  }
  .application .full-width {
    width: 100%;
  }
  .application table tr {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 100%;
  }
  .application table th {
    flex-direction: row;
  }
  .application input[type='email'] {
    margin-bottom: 35px;
    padding: 12px 16px;
    background: #ffb6c2;
    border: 2.5px solid #e74863;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    max-width: 100%;
    height: 48px;
    color: #000;
    font-weight: 400;
  }
  .application .terms_div {
    margin-left: -20px;
  }
  .terms_div .formError {
    top: 34px !important;
    margin-left: -20px;
  }
  .application .terms_div label,
  .application .terms_div a {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 12px;
  }
  .application .terms_div label {
    padding: 0 0 0 50px;
  }
  .application .note {
    font-size: 11px;
    text-align: left;
    line-height: 1.6;
  }
  .checkbox::before {
    left: 0;
    margin-top: -20px;
    position: absolute;
    height: 32px;
    width: 32px;
  }
  .checkbox::after {
    border-right: 6px solid #e74863;
    border-bottom: 6px solid #e74863;
    content: '';
    display: block;
    height: 16px;
    width: 10px;
    left: 11px;
    margin-top: -15px;
    top: 50%;
  }
  .application table tr:nth-child(1) td {
    width: 100%;
  }
  .application h4 {
    font-size: 20px;
    width: 260px;
    padding: 0 20px;
    margin: 0 auto 4px;
  }
  .application h4::before,
  .application h4::after {
    width: 22px;
    height: 2px;
  }
  .easySteps {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 50px 0;
  }
  .easySteps .ttl {
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .easySteps .stepsOuter {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .easySteps .triangle {
    margin: 10px auto;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
  .easySteps .steps p {
    font-size: 14px;
  }

  /* ---------------- footer -----------------*/
  footer {
    padding: 40px 20px;
  }
  footer .footerLinks {
    max-width: 100%;
    margin: 0 auto 28px;
    flex-wrap: wrap;
  }
  footer .footerLinks li {
    margin: 0 0 12px;
    width: 48%;
  }

  footer .footerInner {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  footer .footerInner .footerLogo {
    background-size: 240px 43px;
    width: 240px;
    height: 43px;
    margin: 0 auto;
    position: relative;
    left: -10px;
  }
  footer .footerInner small {
    display: inline-block;
    padding-top: 0;
  }

  /* ---- 無料CP用 -----------------*/
  .cvArea .cpButton span {
    display: block;
    font-size: 36px;
    line-height: 1.4;
    padding-left: 60px;
  }
  .cvButtonFix h5.cpButton span {
    font-size: 15px;
    background-position: 4px center;
    background-size: 30px 22px;
  }
  .cvButtonFix h5.cpButton span em {
    font-size: 11px;
    padding-left: 0;
  }

  /* ---------------- トライアルキャンペーンバナー -----------------*/
  .trialCpBanner {
    margin: 20px auto 20px;
    padding: 0 20px;
  }
  .trialCpBanner span {
    width: 100%;
    display: block;
    border: 2px solid #f6345d;
    border-radius: 6px;
  }
  .trialCpBanner span img {
    width: 100%;
  }
  .trialCpNote {
    max-width: 100%;
    height: 160px;
    padding: 16px 16px;
    margin: -20px auto 20px;
  }
  .trialCpNote #entrySignupTextTitle {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  .trialCpNote ul {
    margin-bottom: 24px;
  }
  .trialCpNote li {
    font-size: 14px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 360px) {
  .cvButtonFix h5 span {
    font-size: 14px;
  }
  .application .terms_div {
    width: 100%;
  }
  .application #terms {
    margin-right: 4px;
  }
}
