body a {
  text-decoration: none;
  color: black;
}
/* trial F */
ul {
  list-style: none;
}
header {
  width: 100%;
  color: white;
  transition: .3s;
  height: 78px;
  display: inline-block
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 64px 16px 48px;
}

.header-logo {
  max-width: 200px;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-list {
  display: flex;
  margin-bottom: 0!important;
  padding-left: 0!important;
  flex-wrap: nowrap;
}

.nav-item {
  font-weight: bold;
  margin-left: 20px;
}

.nav-item a {
  font-size: 14px;
}

.d-block {
  display: none;
}

header .pc-none {
  display: none;
}

/* header F */

/* fv S */

.fv {
  background-color: #6CA7F5;
  height: 550px;
}

.fv-wrapper {
  padding-top: 96px;
  width: 85%;
  height: 100%;
  margin: 0 auto;
}

.fv-theme {
  width: 55%;
  font-size: 48px;
  font-weight: bold;
  text-align: start;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: 3px;
}

.flex-box {
  display: flex;
  justify-content: space-between;
}

.fv-desc {
  padding-top: 36px;
  padding-bottom: 48px;
  margin-bottom: 0;
  width: 50%;
  font-size: 16px;
  line-height: 1.75;
}

.btn1 {
  background-color: #4B69A6;
  text-align: center;
  border-radius: 32px;
  color: #fff;
  padding: 12px 24px;
  margin-right: 32px;
  font-weight: bold;
}

.btn2 {
  background-color: #4B69A6;
  text-align: center;
  border-radius: 32px;
  color: #fff;
  padding: 12px 20px;
  font-weight: bold;
  box-shadow: 0 0 8px gray;
  margin-right: 16px;
}

.btn3 {
  background-color: #fff;
  text-align: center;
  border-radius: 32px;
  border: 2px solid #4B69A6;
  color: #4B69A6;
  padding: 12px 20px;
  font-weight: bold;
  box-shadow: 0 0 8px gray;
}

.fv-img {
  position: absolute;
  right: 10%;
  top: 96px;
  height: 70%;
  object-fit: cover;
  animation: SlideIn 1s;
}

/* CSSアニメーションの設定 */

@keyframes SlideIn {
  0% {
    opacity: 0;
    /*初期状態では透明に*/
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* fv F */

/* sv S */

.sv {
  /* height: 80vh; */
  text-align: center;
}

.sv-container {
  padding: 96px 0;
  width: 75vw;
  margin: 0 auto;
}

.section-title {
  font-size: 36px!important;
  color: #F24535;
  font-weight: bold;
}

.sv h2 {
  color: #4B69A6;
  font-size: 44px;
  font-weight: bold;
}

.sv p {
  font-size: 20px;
  line-height: 1.5;
}

.sv-first-p {
  padding: 16px 0;
}

.sv-second-p {
  padding-bottom: 16px;
}

.btn4 {
  background-color: #4B69A6;
  text-align: center;
  border-radius: 32px;
  color: #fff;
  padding: 12px 20px;
  font-weight: bold;
  box-shadow: 0 0 8px gray;
}

/* sv F */

#feature {
  height: auto;
  background-color: #f9f9f9;
  z-index: -999;
}

.feature-container {
  width: 90%;
  margin: 0 auto;
}

.feature-container1 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.feature-container2 {
  padding-top: 64px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.section-cp {
  color: #4B69A6;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 4px;
  padding-bottom: 256px;
}

.feature-container3 {
  padding-top: 156px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.adjust01 {
  font-size: 56px;
}

.box {
  background-color: #fff;
  border-radius: 32px;
  height: 30%;
  width: 55%;
}

.box-inner {
  width: 90%;
  margin: 0 auto;
  padding: 10% 0;
  display: flex;
}

.figure {
  font-size: 64px;
  color: #4B69A6;
  font-weight: bold;
  padding-right: 16px;
  transform: translateY(-18px);
}

.box-text h3 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  padding-bottom: 12px;
}

.nowrap {
  white-space: nowrap;
}

.box-text p {
  font-size: 1rem;
  line-height: 1.75;
  width: 80%;
}

.feature-img01 {
  width: 40%;
  height: 100%;
  transform: translate(-10%, -40%);
}

/* .feature-03-h3{
  width: 80%;
} */

.feature-img02 {
  transform: translateY(48px);
  z-index: 2;
  width: 40%;
  height: 100%;
}

.feature-img03 {
  width: 40%;
  height: 100%;
  transform: translateY(-128px);
}

/* feature F */

/* trial S */

.trial {
  height: auto;
  background-color: #2d2d32;
  color: #fff;
}

.trial h2 {
  font-weight: bold;
  line-height: 1.5;
  width: 90%;
  margin: 0 auto;
  letter-spacing: 1.5px;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-2 {
  width: 70%;
  margin: 0 auto;
  display: flex;
}

/* trial F */

/* users S */

#users h2.section-cp {
  padding-bottom: 36px;
}

/* flow S */

#flow {
  background-color: #f9f9f9;
}

.container-3 {
  background-color: #E8F0FF;
  border-radius: 24px;
  width: 100%;
  height: 196px;
  position: relative;
  top: -64px;
}

.container-4 {
  position: relative;
  top: -36px;
}

#flow img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.flexbox {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: flex-start;
}

.figure2 {
  float: left;
  font-size: 3.5rem;
  color: #4B69A6;
  font-weight: bold;
  position: relative;
  top: 0;
  left: -16px;
  z-index: 2;
}

.right {
  color: #c4c4c4;
  font-size: 3rem;
  transform: translateY(96px);
}

/* price S */
ul.horizontal-list{
  padding: 0 128px;
}
.tr-odd {
  border: none;
  background-color: #6CA7F5;
}

.tr-even {
  border: none;
  background-color: initial!important;
}

.table thead th, .table td, .table th {
  border: none;
  font-weight: normal;
}
.pricebox {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.box2 {
  width: 275px;
  height: 300px;
  background-color: #2d2d32;
}

.box3 {
  width: 275px;
  height: 320px;
  background-color: #1C80F5;
  box-shadow: 0 0 12px gray;
}

.btn5 {
  background-color: #fff;
  text-align: center;
  border-radius: 32px;
  border: 2px solid #2d2d32;
  color: #2d2d32;
  padding: 10px 36px;
  font-weight: bold;
}

.figure3 {
  font-size: 3rem;
  font-weight: bold;
  padding-right: 8px;
}

.btn6 {
  text-align: center;
  border-radius: 32px;
  border: 2px solid #fff;
  color: #fff;
  background-color: #1C80F5;
  padding: 10px 36px;
  font-weight: bold;
}

.pricebox2 {
  padding-top: 16px;
  display: flex;
  flex-direction: row-reverse;
}
.pricebox2-inner{
  width: 275px;
  margin: 0 auto;
  padding-left: 32px;
}
.light {
  transform: translateX(-50%);
}

.basic {
  transform: translateX(-7%);
}

.premium {
  transform: translateX(30%);
}

/* price F */

/* question S */

#question {
  background-color: #f9f9f9;
}
#question .container{
  padding: 0 126px;
}
.question-odd {
  background-color: #4B69A6;
  color: #fff;
  line-height: 1.5;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.question-even {
  background-color: #fff;
  color: #2d2d32;
  line-height: 1.5;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 28px;
}

.space {
  padding-left: 26px;
}

/* contact S */

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}

.Form-Item {
  border-top: 2px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

label {
  font-size: 1.5rem;
}

.radio {
  width: 1.5em;
  height: 1.5em;
  transform: translateY(-4px);
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}

.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #4B69A6;
  color: #fff;
  font-size: 14px;
}

.form-gray {
  background-color: #a8a8a8;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}

.Form-Item-Input {
  border: 2px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #e7e7e7;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-Textarea {
  border: 2px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #e7e7e7;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Btn {
  border-radius: 6px;
  border: 6px solid #4B69A6;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
  padding: 12px 0;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: initial;
  color: #4B69A6;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

footer {
  background-color: #000;
  color: #fff;
}

footer ul {
  display: flex;
  justify-content: space-between;
  width: 500px;
  padding-top: 20px;
}

footer a {
  color: #fff;
  text-align: center;
}

.footerbox {
  width: 80%;
  margin: 0 auto;
  padding: 36px 0 20px 0;
}

.sns {
  float: right;
  font-weight: bold;
  font-size: 1.5rem;
}

.sns ul {
  display: flex;
  width: 150px;
  padding-top: 0;
  padding-bottom: 24px;
}

.sp-only {
  display: none!important;
}

/* スクロールCSS */

.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.burger-btn {
  position: absolute;
  top: 12px;
  right: 24px;
  display: flex;
  flex-direction: column;
  color: #4B69A6;
  font-weight: bold;
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 40px;
  height: 44px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}

.menu-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #4B69A6;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  width: 50%;
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  top: 20px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
}

.sp-adjust2{
  height:600px;
}
