/*
font-family: $font-gothic;
300 400 600 700
*/
/*
font-family: $font-yugothic;
300 400 600 700
*/
/*
font-family: $font-en;
400 500 600 700
*/
/* font-family: $font-en; */
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.breadChumbs li span br {
  display: none;
}

.pageTitle br {
  display: none;
}

.subTitle {
  color: #3143cf;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 70px;
  text-align: center;
}
.subTitle sub {
  bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  vertical-align: baseline;
}

.subTitle2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-align: center;
}

.smallAtt {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 70px;
  text-align: center;
}

.whiteBox {
  background-color: #FFF;
  padding: 60px 60px 80px;
  margin: 0 auto 100px;
  width: calc(100% - 80px);
  max-width: 1200px;
}

.trialContents {
  margin-top: -97px;
  padding-top: 97px;
}

.pageAncher {
  display: flex;
  gap: 26px;
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto 70px;
}
.pageAncher .item {
  width: calc(50% - 13px);
  padding: 60px 85px;
  background: #fff;
}
.pageAncher .item .cat-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px 10px;
}
.pageAncher .item .cat-list li {
  padding: 3px 12px;
  background: #3143cf;
  border-radius: 4px;
  color: #fff;
}
.pageAncher .item .logo {
  max-width: 274px;
  margin: 60px auto;
}
.pageAncher .item .btnAncher {
  margin-top: 60px;
}
.pageAncher .item .btnAncher a {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px;
  background: #EED84A;
  border-radius: 50px;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
.pageAncher .item .btnAncher a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: min(3.9285714286vw, 55px);
  transform: translateY(-50%);
  width: 14px;
  height: 7px;
  background: #333;
  mask: url(../../img/common/arrow_ancher.svg) no-repeat 0 0/contain;
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .pageAncher .item .btnAncher a:hover {
    background: #3143cf;
    color: #fff;
  }
  .pageAncher .item .btnAncher a:hover::after {
    background: #fff;
  }
}

.tcHead {
  margin-bottom: 40px;
}
.tcHead .logo {
  max-width: 274px;
  margin: 0 auto;
}
.tcHead .catch {
  margin-top: 24px;
  color: #3143cf;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.4;
}
.tcHead .catch strong {
  font-weight: 700;
}
.tcHead .notes {
  margin-top: 24px;
  text-align: center;
  line-height: 1.4;
}

.tcBtn {
  max-width: 402px;
  margin: 0 auto;
}
.tcBtn a {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px;
  background: #EED84A;
  border-radius: 50px;
  color: #333;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .tcBtn a:hover {
    background: #3143cf;
    color: #fff;
  }
}

.sec01 {
  margin-bottom: 90px;
}
.sec01 h2 {
  color: #3143cf;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 45px;
  text-align: center;
}
.sec01 ul {
  display: flex;
  justify-content: space-between;
}
.sec01 ul li {
  border: 6px solid #E7E6E7;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  width: 30.5%;
}
.sec01 ul li .img {
  margin-bottom: 30px;
}
.sec01 ul li h3 {
  color: #3143cf;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
}
.sec01 ul li h3 strong {
  color: #c4071f;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.sec01 .notes {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.49;
}
.sec01 .notes + .notes {
  margin-top: 1em;
}

.sec02 h2 {
  color: #3143cf;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
}
.sec02 ul {
  display: flex;
  justify-content: space-between;
}
.sec02 ul li {
  position: relative;
  width: calc(33.3333333333% - 26px);
  padding: 40px 30px;
  border: 6px solid #3143cf;
  border-radius: 7px;
}
.sec02 ul li:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #3143cf;
}
.sec02 ul li:last-child:after {
  display: none;
}
.sec02 ul li:nth-child(1) .icon img {
  max-width: 90px;
}
.sec02 ul li:nth-child(2) .icon img {
  max-width: 108px;
}
.sec02 ul li:nth-child(3) .icon img {
  max-width: 115px;
}
.sec02 ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 115px;
  text-align: center;
}
.sec02 ul li p {
  margin-top: 50px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.41;
}

.sec03 {
  background-color: #3B4BC8;
  border: 30px solid #2B3BC3;
  border-radius: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 100px;
  text-align: center;
  max-width: 1000px;
  min-height: 1000px;
}
.sec03 article {
  margin-bottom: 60px;
}
.sec03 p.txt {
  color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 40px;
  width: 100%;
}
.sec03 p.btn {
  padding-bottom: 20px;
}
.sec03 p.btn a {
  background-color: #EED84A;
  border-radius: 100px;
  color: #3143cf;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  min-width: 430px;
  padding: 40px 30px;
  text-align: center;
  transition: 0.2s;
}
.sec03 p.btn a:hover {
  background-color: #FFF;
  color: #3143cf;
}

.sec04 {
  margin-bottom: 60px;
}
.sec04 h2 {
  color: #3143cf;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 80px;
  text-align: center;
}
.sec04 h2 strong {
  color: #3143cf;
  display: block;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.sec04 ol > li {
  border: 6px solid #EFF2F4;
  border-radius: 10px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 70px;
  padding: 40px 40px 30px;
  position: relative;
}
.sec04 ol > li:last-child {
  margin-bottom: 0;
}
.sec04 ol > li .step {
  background-color: #3143cf;
  border-radius: 30px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -80px;
  min-width: 160px;
  min-height: 50px;
}
.sec04 ol > li .img {
  flex-shrink: 0;
  padding-right: 30px;
  text-align: center;
  width: 35%;
}
.sec04 ol > li .data {
  border-left: 1px solid #EEE;
  padding: 40px 50px 40px 70px;
  width: 65%;
}
.sec04 ol > li .data h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.41;
  margin-bottom: 15px;
}
.sec04 ol.ap > li:nth-child(1) .img img {
  max-width: 238px;
}
.sec04 ol.ap > li:nth-child(2) .img img {
  max-width: 242px;
}
.sec04 ol.ap > li:nth-child(3) .img img {
  max-width: 244px;
}
.sec04 ol.ap > li:nth-child(4) .img img {
  max-width: 306px;
}
.sec04 ol.pp > li:nth-child(1) .img img {
  max-width: 230px;
}
.sec04 ol.pp > li:nth-child(2) .img img {
  max-width: 263px;
}
.sec04 ol.pp > li:nth-child(3) .img img {
  max-width: 230px;
}
.sec04 ol.pp > li:nth-child(4) .img img {
  max-width: 306px;
}

.sec05 h2 {
  margin-bottom: 53px;
  color: #3143cf;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.formSec {
  margin-top: -97px;
  padding-top: 97px;
}
.formSec h2 {
  color: #3143cf;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 45px;
  text-align: center;
}
.formSec .formBox {
  margin: 0 auto;
  max-width: 800px;
}
.formSec .formBox iframe {
  width: 100%;
}
.formSec .formBox [id*=embbed] {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

/* Responsive Start */
@media only screen and (max-width: 768px) {
  .pageTitle {
    text-align: center;
  }
  .pageTitle br {
    display: block;
  }
  .subTitle {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .subTitle sub {
    font-size: 10px;
    font-size: 1rem;
  }
  .subTitle2 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4 !important;
  }
  .smallAtt {
    font-size: 10px;
    font-size: 1rem;
    margin: 0 20px 30px;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
  .whiteBox {
    padding: 40px 0 40px;
    margin: 0 auto 40px;
    width: 100%;
  }
  .trialContents {
    margin-top: -54px;
    padding-top: 54px;
  }
  .pageAncher {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-bottom: 40px;
  }
  .pageAncher .item {
    width: 100%;
    padding: 40px;
  }
  .pageAncher .item .cat-list {
    gap: 9px 10px;
  }
  .pageAncher .item .cat-list li {
    padding: 3px 10px;
    background: #3143cf;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pageAncher .item .logo {
    max-width: 200px;
    margin: 30px auto;
  }
  .pageAncher .item .btnAncher {
    margin-top: 30px;
  }
  .pageAncher .item .btnAncher a {
    padding: 20px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pageAncher .item .btnAncher a::after {
    right: min(5.3333333333vw, 55px);
  }
  .tcHead .logo {
    max-width: 200px;
  }
  .tcHead .catch {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .tcHead .notes {
    margin-top: 20px;
  }
  .tcBtn {
    max-width: calc(100% - 40px);
  }
  .tcBtn a {
    padding: 20px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec01 {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .sec01 h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .sec01 h2 strong {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 4px;
  }
  .sec01 ul {
    display: block;
    margin: 0 30px;
  }
  .sec01 ul li {
    margin-bottom: 20px;
    padding: 30px 20px;
    width: 100%;
  }
  .sec01 ul li .img {
    margin-bottom: 20px;
  }
  .sec01 ul li .img img {
    max-width: 140px;
  }
  .sec01 ul li h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .sec01 ul li h3 strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec01 .notes {
    margin-top: 25px;
    font-size: 1.6rem;
  }
  .sec02 {
    margin-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .sec02 h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .sec02 ul {
    display: block;
  }
  .sec02 ul li {
    width: 100%;
    padding: 40px 20px;
  }
  .sec02 ul li:after {
    display: block;
    content: "";
    position: absolute;
    top: auto;
    bottom: -40px;
    right: 50%;
    transform: translateX(50%);
    border-width: 25px 15px 0 15px;
    border-color: #3143cf transparent transparent transparent;
  }
  .sec02 ul li + li {
    margin-top: 40px;
  }
  .sec02 ul li p {
    margin-top: 25px;
    font-size: 1.6rem;
  }
  .sec03 {
    border: 10px solid #2B3BC3;
    border-left: none;
    border-right: none;
    border-radius: 30px;
    display: block;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    text-align: center;
    max-width: auto;
    max-width: none;
    min-height: auto;
    min-height: none;
    padding: 40px 15px;
  }
  .sec03 article {
    margin-bottom: 30px;
  }
  .sec03 p.txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 30px;
    width: 100%;
  }
  .sec03 p.btn {
    padding: 0 20px 20px;
  }
  .sec03 p.btn a {
    border-radius: 50px;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    min-width: auto;
    min-width: none;
    padding: 20px 20px;
    text-align: center;
    transition: 0;
  }
  .sec03 p.btn a:hover {
    background-color: #EED84A;
    color: #3143cf;
  }
  .sec04 {
    margin-bottom: 40px;
  }
  .sec04 h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .sec04 h2 strong {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .sec04 ol > li {
    border: 6px solid #EFF2F4;
    border-radius: 10px;
    display: block;
    align-items: center;
    margin-bottom: 40px;
    padding: 40px 25px 20px;
    position: relative;
  }
  .sec04 ol > li:last-child {
    margin-bottom: 0;
  }
  .sec04 ol > li .step {
    background-color: #3143cf;
    border-radius: 30px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -60px;
    min-width: 120px;
    min-height: 36px;
  }
  .sec04 ol > li .img {
    padding: 25px 20px 10px;
    text-align: center;
    width: 100%;
  }
  .sec04 ol > li .img img {
    width: 91%;
  }
  .sec04 ol > li .data {
    border-left: none;
    padding: 0;
    width: 100%;
  }
  .sec04 ol > li .data h3 {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 7px;
  }
  .sec04 ol > li .data p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .sec04 ol > li .data p.attSmall {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .sec04 ol > li .data ul {
    padding-top: 20px;
  }
  .sec04 ol > li .data ul li {
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .sec05 h2 {
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .formSec {
    margin-top: -54px;
    padding-top: 54px;
  }
  .formSec h2 {
    font-size: 22px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .formSec .formBox {
    margin: 0 auto;
  }
}/*# sourceMappingURL=trial.css.map */