@charset "UTF-8";
/*===
  #common
  ===*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body {
  line-height: 1.25;
  letter-spacing: .5;
}

.container {
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 30px 20px;
  }
}

.util-ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #6F787D;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .util-ttl {
    font-size: 24px;
    color: #333;
  }
}

.btn,
a.btn,
button.btn {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

@media screen and (max-width: 767px) {
  .btn,
  a.btn,
  button.btn {
    font-size: 16px;
    padding: 10px;
  }
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.button-simple {
  position: relative;
  font-weight: bold;
  padding: 18px 15px;
  margin: 0px 5px;
  border-radius: .5rem;
  /*角の丸み*/
  font-size: 20px;
  /*文字サイズ*/
  background-color: #00a41a;
  /*背景色*/
  color: #fff;
  /*文字色*/
  display: inline-block;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .button-simple {
    font-size: 16px;
    padding: 10px;
    margin: 0;
  }
}

a:hover .button-simple {
  background-color: #cc0000;
  /*触れたときの背景色*/
  color: #fff;
  /*触れたときの文字色*/
  box-shadow: 0 0px 0 rgba(0, 0, 0, 0.3);
  animation-play-state: paused;
  top: 3px;
}

.header {
  background-color: white;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.header-inner {
  padding: 1em 20px;
  align-items: center;
  display: flex;
}

.header-left {
  margin-right: auto;
}

.header-left h1 img {
  width: 150px;
  height: 80px;
}

@media screen and (max-width: 767px) {
  .header-left h1 img {
    width: 100px;
    height: 60px;
  }
}

.header-right {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header-right {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
  }
}

.header-lists {
  display: flex;
}

.header-list + .header-list {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .header-list + .header-list {
    margin-left: 0;
  }
}

.header-list-link {
  position: relative;
  display: inline-block;
  color: #c39143;
  font-size: 18px;
}

.header-list-link::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  opacity: 0;
  transition: .3s;
}

.header-list-link:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.main {
  overflow: hidden;
}

.mainvisual {
  background: url(../img/farst1.jpg) center center/cover no-repeat;
  height: 600px;
  width: 100%;
  margin-top: 124px;
}

@media screen and (max-width: 767px) {
  .mainvisual {
    margin-top: 92px;
    height: 500px;
  }
}

.mainvisual-inner {
  background-color: rgba(0, 0, 0, 0.733);
  height: 600px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mainvisual-inner {
    height: 500px;
  }
}

.mainvisual-left {
  padding: 100px 50px;
}

@media screen and (max-width: 767px) {
  .mainvisual-left {
    padding: 50px 20px;
  }
}

.mainvisual-left-ttl {
  font-size: 80px;
  font-weight: 700;
  color: palevioletred;
  transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
}

@media screen and (max-width: 767px) {
  .mainvisual-left-ttl {
    margin-top: 30px;
    font-size: 34px;
  }
}

.mainvisual-left-txt {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .mainvisual-left-txt {
    font-size: 24px;
    margin-top: 50px;
  }
}

.mainvisual-left-txt .color {
  color: #cc0000;
  font-size: 50px;
}

.mainvisual-right {
  display: flex;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.mainvisual-right-txt {
  display: block;
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  height: 200px;
  line-height: 1.25;
  padding-top: 50px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(0deg, #b67a03c5 0%, #dab008b7 45%, #feeaa0ca 70%, #dab008c1 85%, #b67a03ca 90% 100%);
}

@media screen and (max-width: 767px) {
  .mainvisual-right-txt {
    width: 100px;
    height: 100px;
    padding-top: 20px;
    font-size: 14px;
  }
}

.mainvisual-right-txt span {
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  .mainvisual-right-txt span {
    font-size: 30px;
  }
}

.about-inner {
  margin: 30px auto;
  text-align: center;
}

.price {
  background: url(../img/question-background-sozai2.png);
  background-color: rgba(119, 119, 119, 0.788);
  padding-top: 50px;
}

.price-ttl {
  background: #191933;
  color: #fff;
  padding: 30px 0;
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .price-ttl {
    font-size: 26px;
  }
}

.price-inner {
  background-color: white;
  border: 3px solid #333;
  margin: 0 auto;
  padding: 60px 120px;
  max-width: 800px;
  color: #333;
  position: relative;
}

@media screen and (max-width: 767px) {
  .price-inner {
    padding: 20px 10px 60px;
    margin-top: 10px;
  }
}

.price-qs {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  font-family: 'Comic Sans MS','Hannotate SC','Chalkboard SE',sans-serif;
  padding-left: 44px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .price-qs {
    font-size: 18px;
    padding-left: 30px;
  }
}

.price-qs:before, .price-qs:after {
  content: "";
  display: block;
  position: absolute;
}

.price-qs:before {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #000000;
  left: 0;
  top: 8px;
}

.price-qs:after {
  border-left: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  width: 18px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 5px;
  top: 7px;
}

.price-txt {
  font-size: 36px;
  margin-top: 40px;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .price-txt {
    font-size: 26px;
  }
}

.price-txt span {
  background: linear-gradient(transparent 50%, yellow 50%);
}

.price-check {
  position: absolute;
  font-size: 38px;
  bottom: 0;
  right: 0;
}

.compare-ttl {
  padding: 2rem 0;
  font-size: 36px;
  line-height: 1.5;
  background: url(../img/naikan06.JPG) bottom center/cover no-repeat;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .compare-ttl {
    font-size: 26px;
  }
}

.compare-inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .compare-inner {
    display: block;
  }
}

.compare-left {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .compare-left {
    width: 100%;
  }
}

.compare-right {
  width: 50%;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .compare-right {
    width: 100%;
    margin-left: 0;
  }
}

.compare-right dl {
  margin-bottom: 20px;
}

.compare-right dl dt {
  font-size: 28px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .compare-right dl dt {
    font-size: 24px;
  }
}

.compare-right dl dt span {
  color: palevioletred;
}

.compare-right dl dd {
  font-size: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .compare-right dl dd {
    font-size: 18px;
  }
}

.compare-right dl dd span {
  background: linear-gradient(transparent 50%, yellow 50%);
}

.plofile {
  background: url(../img/gradertion.jpg) center center/cover no-repeat;
}

.plofile-ttl {
  padding: 2rem 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  background: palevioletred;
}

@media screen and (max-width: 767px) {
  .plofile-ttl {
    font-size: 26px;
  }
}

.plofile-inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .plofile-inner {
    display: block;
  }
}

.plofile-left {
  width: 50%;
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .plofile-left {
    width: 100%;
    margin-left: 0;
  }
}

.plofile-left img {
  max-width: 400px;
  height: 600px;
}

@media screen and (max-width: 767px) {
  .plofile-left img {
    height: 500px;
  }
}

.plofile-right {
  width: 50%;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .plofile-right {
    width: 100%;
    margin-left: 0;
  }
}

.plofile-right-txt {
  margin-top: 20px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .plofile-right-txt {
    font-size: 16px;
  }
}

.plofile-right-ttl {
  font-size: 32px;
  font-weight: 600;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .plofile-right-ttl {
    font-size: 26px;
  }
}

.plofile-right li {
  display: block;
  margin-top: 20px;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .plofile-right li {
    font-size: 20px;
  }
}

.plofile-right li span {
  background: linear-gradient(transparent 50%, yellow 50%);
}

.feature_items {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .feature_items {
    display: block;
    margin-top: 64px;
  }
}

.feature_item {
  width: 300px;
  box-shadow: 3px 3px 15px #606060;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .feature_item {
    width: 300px;
    margin: 0 auto 50px;
  }
}

.feature_item_text {
  text-align: left;
  padding: 14px 10px;
  font-size: 16px;
  color: #333;
  line-height: 1.25;
}

.feature_item_text span {
  display: block;
  text-align: right;
}

.feature_item_logo {
  width: auto;
  height: 400px;
}

.fqs {
  background: url(../img/3429603_s.jpg) center center/cover no-repeat;
}

.fqs-ttl {
  color: #f56500;
}

.fqs-inner {
  margin-top: 40px;
}

.qa-imgs {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
}

.qa-imgs img {
  max-width: 400px;
}

.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 1px solid #DDD;
}

.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.qa-list .open::after {
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background: #DDD;
}

.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: 'Q.';
  color: #3EA1D1;
}

.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #889096;
}

.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  background: #fff;
}

.qa-list dl dd p {
  margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .qa-list dl {
    margin: 10px 0 0;
  }
  .qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 16px 30px 16px 40px;
    font-size: 14px;
  }
  .qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
  .qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
  }
  .qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
    background: #fff;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}

.limited {
  background: url(../img/3410599_m.jpg) center center/cover no-repeat;
}

.limited-inner {
  text-align: center;
}

.limited-txt {
  font-size: 28px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .limited-txt {
    font-size: 20px;
    line-height: 1.5;
  }
}

.limited-txt .orenge {
  display: block;
  font-size: 42px;
  font-weight: 700;
  color: #f56500;
}

@media screen and (max-width: 767px) {
  .limited-txt .orenge {
    font-size: 32px;
  }
}

.limited-txt .under {
  background: linear-gradient(transparent 0, yellow 0);
}

.contact {
  padding-bottom: 0;
  background-color: #fbe9d2;
}

@media screen and (max-width: 767px) {
  .contact {
    margin-top: 0;
  }
}

.contact_inner {
  background: url(../img/913976.png);
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 72px 0 85px;
}

@media screen and (max-width: 767px) {
  .contact_inner {
    padding: 57px 27px;
    height: auto;
    background: none;
  }
}

.contact_section_title {
  font-size: 40px;
  color: black;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact_section_title {
    font-size: 30px;
  }
}

.contact_form_txt {
  text-align: center;
  font-size: 24px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .contact_form_txt {
    font-size: 20px;
  }
}

.contact_form_txt span {
  background: linear-gradient(transparent 0, yellow 0);
}

.contact_anytime_txt {
  margin-top: 20px;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact_anytime_txt {
    font-size: 20px;
  }
}

.contact_text {
  text-align: center;
  margin-top: 80px;
  font-size: 14px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .contact_text {
    margin-top: 49px;
  }
}

.contact_text span {
  font-size: 16px;
  color: #E7728E;
}

.contact_space {
  width: 510px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contact_space {
    width: 100%;
  }
}

.contact_name {
  display: inline-block;
  margin-top: 24px;
  position: relative;
}

.contact_name_inner {
  display: flex;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .contact_name_inner {
    display: block;
  }
}

.contact_name_name {
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact_name_name {
    font-size: 14px;
  }
}

.contact_name_span {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  font-size: 12px;
  top: -5px;
  color: #E7728E;
}

.contact_name_text {
  margin-left: 20px;
  width: 320px;
  height: 40px;
  border: none;
}

@media screen and (max-width: 767px) {
  .contact_name_text {
    margin: 3px 0 0 0;
  }
}

.contact_label_area {
  display: inline-block;
  width: 180px;
  height: 40px;
  background: #0fb900;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact_label_area {
    display: block;
    width: 83px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .contact_no1 {
    display: inline-block;
    width: 146px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .contact_no2 {
    width: 139px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .contact_no3 {
    width: 156px;
    height: 32px;
  }
}

.contact_label_area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-style: solid;
  border-color: transparent;
  border-left-color: #0fb900;
  /*背景色*/
  border-width: 20px 10px;
  width: 0;
  height: 0;
}

@media screen and (max-width: 767px) {
  .contact_label_area::after {
    content: none;
  }
}

.contact_mail {
  display: inline-block;
  margin-top: 32px;
  position: relative;
}

.contact_mail_inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .contact_mail_inner {
    display: block;
  }
}

.contact_mail_mail {
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact_mail_mail {
    font-size: 14px;
  }
}

.contact_mail_span {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  font-size: 12px;
  top: -5px;
  color: #E7728E;
}

.contact_mail_email {
  margin-left: 20px;
  width: 320px;
  height: 40px;
  border: none;
}

@media screen and (max-width: 767px) {
  .contact_mail_email {
    margin: 3px 0 0 0;
  }
}

.contact_select {
  display: inline-block;
  margin-top: 32px;
  position: relative;
}

.contact_select_inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .contact_select_inner {
    display: block;
  }
}

.contact_select_select {
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact_select_select {
    font-size: 14px;
  }
}

.contact_select_span {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  font-size: 12px;
  top: -5px;
  color: #E7728E;
}

.contact_btns {
  display: inline-flex;
  border: solid 1px #fff;
  border-radius: 1px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .contact_btns {
    margin: 4px 0 0 0;
  }
}

.contact_radio {
  position: relative;
}

.contact_btn {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.contact_btn:checked + .contact_part {
  background: green;
  color: #fff;
  border-radius: 1px;
}

.contact_btn:focus + .contact_part {
  outline: -webkit-focus-ring-color auto 1px;
}

.contact_part {
  display: block;
  background: #fff;
  color: green;
  height: 38px;
  line-height: 38px;
  width: 80px;
  text-align: center;
}

.contact_contact {
  display: inline-block;
  margin-top: 32px;
  position: relative;
}

.contact_contact_inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .contact_contact_inner {
    display: block;
  }
}

.contact_contact_contact {
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact_contact_contact {
    font-size: 14px;
  }
}

.contact_contact_span {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  font-size: 12px;
  top: -5px;
  color: #E7728E;
}

.contact_contact_area {
  margin-left: 20px;
  width: 320px;
  height: 122px;
  border: none;
}

@media screen and (max-width: 767px) {
  .contact_contact_area {
    margin: 3px 0 0 0;
  }
}

.contact_privacy {
  text-align: center;
  margin-top: 33px;
}

@media screen and (max-width: 767px) {
  .contact_privacy {
    margin-top: 27px;
  }
}

.boxes {
  margin-top: 33px;
  text-align: center;
}

/*Checkboxes styles*/
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  display: inline;
  position: relative;
  font-size: 16px;
  padding-left: 35px;
  color: #333;
  cursor: pointer;
}

input[type="checkbox"] + label span {
  color: #fff;
  border-bottom: 1px solid #fff;
}

input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  top: -4px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -9px;
  left: 8px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btnno1 {
  display: block;
  margin-top: 29px;
}

.btnno1_submit {
  display: inline-block;
  font-size: 14px;
  padding: 16px 54px;
  width: 157px;
  text-decoration: none;
  background: #0fb900;
  color: #fff;
  border: solid 2px green;
  transition: .4s;
}

.btnno1_submit[disabled] {
  background: #fff;
  color: #0fb900;
  cursor: not-allowed;
}

.end-message {
  display: none;
  text-align: center;
  margin-top: 60px;
}

.false-message {
  display: none;
  text-align: center;
  margin-top: 60px;
  color: 0;
}

.footer {
  background: rgba(0, 156, 0, 0.514);
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 44px;
  }
}

.footer-txt {
  text-align: center;
  color: #333;
  padding: 2rem;
}

.start {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 700px;
}

@media screen and (max-width: 767px) {
  .start p {
    width: 500px;
  }
}

.price-bui {
  background: linear-gradient(transparent 0, yellow 0);
}
