@charset "UTF-8";
@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

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

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

body {
  color: #333;
  font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  line-height: 1.5;
  font-size: 16px;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

main {
  padding-top: 145px;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 90px;
  }
}

.container {
  width: 1240px;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
}

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

.section {
  padding: 60px 0 60px;
}

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

.section-ttl {
  font-size: 42px;
  font-weight: bold;
}

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

.btn {
  background: linear-gradient(45deg, #eb5406 0%, #f4ab4d 100%);
  color: #fff;
  padding: 20px 50px;
  border-radius: 50px;
  box-shadow: 0 10px 0 #a74e01;
  transition: .4s;
  overflow: hidden;
  transition: 300ms;
}

.form-view {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.form-view-txt {
  position: absolute;
  content: '';
  font-size: 18px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background: #fff;
  color: #030950;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .form-view-txt {
    font-size: 16px;
    padding: 5px 15px;
  }
}

.form-view-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #eb5406;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form-view-ttl {
    font-size: 16px;
  }
}

.form-view-ttl::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 2px;
  background-color: #eb5406;
  top: 50%;
  left: -5px;
  transform: rotate(70deg);
}

@media screen and (max-width: 767px) {
  .form-view-ttl::before {
    width: 45px;
    left: 20px;
  }
}

.form-view-ttl::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 2px;
  background-color: #eb5406;
  top: 50%;
  right: -5px;
  transform: rotate(115deg);
}

@media screen and (max-width: 767px) {
  .form-view-ttl::after {
    width: 45px;
    right: 20px;
  }
}

.form-view-ttl-bottom {
  font-size: 16px;
  color: black;
}

@media screen and (max-width: 767px) {
  .form-view-ttl-bottom {
    font-size: 12px;
  }
}

.form-btn {
  font-size: 32px;
  width: 100%;
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .form-btn {
    font-size: 24px;
  }
}

.c-button._shiny {
  display: block;
  position: relative;
  padding: 20px 50px;
  background: linear-gradient(45deg, #9e0500 0%, #dd5445 50%, #a20800 100%);
  background: red;
  box-shadow: 0 3px 0 0 #934e00;
  border-radius: 4px;
  margin: 10px auto;
  font-weight: bold;
  font-size: 32px;
  max-width: 500px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 300ms;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .c-button._shiny {
    font-size: 24px;
    padding: 20px 40px 20px 60px;
  }
}

@media screen and (max-width: 767px) {
  .button-right {
    padding: 20px 25px 20px 75px !important;
    white-space: nowrap;
  }
}

.c-button._shiny::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}

.c-button._shiny:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}

.tel {
  padding: 8px 50px;
}

/* ===============================================
	# SP用フッター
	=============================================== */
.footer-sp {
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 100;
}

.footer-sp-inner {
  display: flex;
}

.footer-sp-img {
  border: 2px solid #030950;
  width: 50%;
}

.header {
  background-color: #030950;
  background-position: bottom;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 20px 0 30px;
}

@media screen and (max-width: 767px) {
  .header {
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.header::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 10px;
  background: #ffaf24;
}

@media screen and (max-width: 767px) {
  .header::after {
    background: #030950;
  }
}

.header-inner {
  display: flex;
  align-items: center;
}

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

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

.header-left h1 img {
  width: 380px;
  display: block;
}

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

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

.header-lists {
  display: flex;
  align-items: center;
}

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

.header-list-link img {
  width: 260px;
  border-radius: 5px;
}

.header-list-link:hover {
  opacity: .8;
}

.header-right-sp {
  margin-left: auto;
  margin-right: -10px;
}

.header-right-sp-link {
  text-align: center;
  border: 2px solid green;
  border-radius: 50px;
  padding: 4px 20px;
  box-shadow: 2px 2px 4px gray;
  background: #fff;
}

.header-right-sp-link a {
  color: green;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  font-size: 12px;
}

/* ===============================================
	# メインビジュアル
	=============================================== */
.mainvisual {
  border-bottom: 10px solid #ffaf24;
  background: #F9F9F9;
}

@media screen and (max-width: 767px) {
  .mainvisual {
    border-bottom: 5px solid #ffaf24;
  }
}

.mainvisual-top-header {
  display: flex;
  align-items: center;
}

.mainvisual-top-left {
  margin-right: auto;
}

.mainvisual-top-left-ttl {
  font-size: 32px;
  color: #fff;
  background-color: #030950;
  padding: 15px 25px;
  outline: 3px solid #ffaf24;
  outline-offset: -8px;
}

.mainvisual-top-right-img img {
  display: block;
  width: 250px;
}

.mainvisual-top-content {
  width: 60%;
  margin: 40px auto 0;
}

.mainvisual-top-content-ttl {
  font-size: 42px;
}

.mainvisual-img {
  background: url(../img/fv-back.png) center center/cover no-repeat;
}

.mainvisual-img img {
  width: 100%;
  height: auto;
}

.banner {
  padding: 60px 0;
  max-width: 800px;
  margin: 0 auto;
}

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

/* ===============================================
	# 事例
	=============================================== */
.example-ttl {
  text-align: center;
  background: #030950;
  padding: 30px 50px;
  color: #fff;
  font-weight: bold;
  border-bottom: 10px solid #ffaf24;
  font-size: 42px;
}

@media screen and (max-width: 767px) {
  .example-ttl {
    font-size: 24px;
    border-bottom: 5px solid #ffaf24;
    padding: 20px;
  }
}

.example-ttl span {
  font-size: 36px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .example-ttl span {
    font-size: 18px;
  }
}

.example-content {
  margin-top: 40px;
  position: relative;
}

.example-header {
  position: relative;
  padding: 30px 0;
  background: linear-gradient(45deg, #eb5406 0%, #f4ab4d 100%);
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 767px) {
  .example-header {
    padding: 25px 10px 15px;
  }
}

.example-header-cace {
  position: absolute;
  content: "";
  top: -20px;
  left: -10px;
  color: #fff;
  font-size: 28px;
  background-color: #030950;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 5px 5px 0px 0px rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 767px) {
  .example-header-cace {
    top: -30px;
    font-size: 16px;
  }
}

.example-header-cace span {
  font-size: 40px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .example-header-cace span {
    font-size: 24px;
    margin-left: 5px;
  }
}

.example-header-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .example-header-ttl {
    font-size: 24px;
  }
}

.example-content-box {
  border: 1px solid #a2a2a2;
  border-top: none;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .example-content-box {
    padding: 20px 15px;
  }
}

.example-content-ttl {
  text-align: center;
}

.example-content-ttl h2 {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .example-content-ttl h2 {
    font-size: 18px;
    white-space: nowrap;
    text-align: center;
  }
}

.example-content-ttl h2 .red {
  background: red;
  font-size: 24px !important;
  padding: 10px 15px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  vertical-align: text-bottom;
}

@media screen and (max-width: 767px) {
  .example-content-ttl h2 .red {
    font-size: 18px !important;
    padding: 5px 10px;
    margin-right: 5px;
  }
}

.example-content-ttl h2 span {
  font-size: 42px;
  margin: 0 5px;
  font-weight: 600;
  margin-left: 18px;
}

@media screen and (max-width: 767px) {
  .example-content-ttl h2 span {
    font-size: 28px;
    margin: 0;
  }
}

.example-content-price {
  margin-top: 20px;
  background: #e1e1e1;
  padding: 10px 10px 20px;
}

@media screen and (max-width: 767px) {
  .example-content-price {
    padding: 5px 5px 10px;
  }
}

.example-content-price img {
  width: 100%;
  display: block;
  border: 1px solid #030950;
  margin-top: 10px;
}

.example-content-damage {
  margin-top: 30px;
  text-align: center;
}

.example-content-damage h2 {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .example-content-damage h2 {
    font-size: 18px;
  }
}

.example-content-damage-photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .example-content-damage-photos {
    justify-content: space-between;
  }
}

.example-content-damage-photo {
  width: 30%;
  background: #fff;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.55);
}

@media screen and (max-width: 767px) {
  .example-content-damage-photo {
    width: 45%;
  }
  .example-content-damage-photo:nth-child(n + 3) {
    margin-top: 45px;
  }
}

.example-content-damage-photo img {
  width: 100%;
}

.example-content-damage-photo-txt {
  background: #fff;
  padding: 10px 5px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.55);
}

@media screen and (max-width: 767px) {
  .example-content-damage-photo-txt {
    font-size: 12px;
    padding: 5px;
  }
}

.example-content-voice {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .example-content-voice {
    margin-top: 50px;
  }
}

.example-content-voice h2 {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .example-content-voice h2 {
    font-size: 18px;
  }
}

.example-content-voice-photo {
  width: 100%;
  margin: 10px auto 0;
}

@media screen and (max-width: 767px) {
  .example-content-voice-photo {
    width: 100%;
  }
}

.example-content-voice-photo img {
  width: 100%;
  display: block;
}

.slick-track {
  padding-top: 30px;
  padding-bottom: 30px;
}

.slider-2 .slick-slide {
  max-width: 800px;
  height: auto;
  margin: 0 300px;
  position: relative;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.55);
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 767px) {
  .slider-2 .slick-slide {
    width: 360px;
  }
}

.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-2 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

@media screen and (max-width: 767px) {
  .slider-2 .slick-arrow {
    display: none !important;
  }
}

.slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .slider-2 .slick-arrow::before {
    display: none;
  }
}

.slider-2 .slick-next {
  right: 100px;
}

.slider-2 .slick-prev {
  left: 100px;
}

.slider-2 .slick-next::before {
  left: 20px;
}

.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}

.dots-2 .slick-dots {
  text-align: center;
}

.dots-2 .slick-dots li {
  display: inline-block;
}

.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}

.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}

/* ===============================================
# 火事以外でも使えるversion
=============================================== */
.version {
  background-color: #030950;
  padding-bottom: 180px;
}

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

.version-ttl {
  text-align: center;
  padding: 20px 0;
}

.version-ttl h2 {
  color: #fff;
}

.version-ttl h2 span {
  color: #fbab00;
  font-size: 46px;
}

@media screen and (max-width: 767px) {
  .version-ttl h2 span {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .version-ttl {
    text-align: justify;
  }
}

.version-content {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .version-content {
    margin-top: 20px;
  }
}

.version-lists {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 40px 10px;
}

@media screen and (max-width: 767px) {
  .version-lists {
    padding: 20px 15px;
    justify-content: space-between;
  }
}

.version-list {
  width: 30%;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.55);
  border-radius: 5px;
}

.version-list:nth-child(n + 4) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .version-list:nth-child(n + 4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .version-list {
    width: 45%;
  }
  .version-list:nth-child(n + 3) {
    margin-top: 25px;
  }
}

.version-list-img {
  width: 100%;
  overflow: hidden;
}

.version-list-img img {
  width: 100%;
  height: 250px;
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 767px) {
  .version-list-img img {
    height: 100px;
  }
}

.version-list-txt {
  padding: 20px 10px;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .version-list-txt {
    font-size: 16px;
    font-size: 12px;
    padding: 5px;
  }
}

.version-card {
  margin-top: 20px;
  padding-bottom: 40px;
}

.version-card-header {
  background: #fbab00;
  padding: 30px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .version-card-header {
    padding: 20px 10px;
    text-align: justify;
  }
}

.version-card-header::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #fbab00 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}

@media screen and (max-width: 767px) {
  .version-card-header::after {
    bottom: -35px;
    border-width: 40px 40px 0 40px;
  }
}

.version-card-header p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .version-card-header p {
    font-size: 20px;
  }
}

.version-card-header p span {
  color: #030950;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .version-card-header p span {
    font-size: 24px;
  }
}

.version-card-box {
  display: flex;
  justify-content: space-around;
  width: 70%;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .version-card-box {
    width: 90%;
    margin: 40px auto 0;
  }
}

.version-card-graph {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .version-card-graph {
    width: 45%;
  }
}

.version-card-graph img {
  width: 100%;
}

/* ===============================================
# resultsスマイルサポートが選ばれる理由
=============================================== */
.results-ttl {
  margin-top: -30px;
  text-align: center;
}

.results-ttl h2 {
  display: inline;
  background: #fbab00;
  padding: 20px 50px;
  color: #fff;
  border-radius: 10px;
  font-size: 42px;
}

@media screen and (max-width: 767px) {
  .results-ttl h2 {
    font-size: 23px;
    padding: 10px;
    white-space: nowrap;
  }
}

.results-inner {
  background: url(../img/home.jpg) center center/cover no-repeat;
  width: 80%;
  margin: -33px auto 0;
  height: auto;
}

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

.results-bg {
  background-color: rgba(255, 255, 255, 0.6);
  height: auto;
}

.results-content-ttl {
  padding-top: 130px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .results-content-ttl {
    padding-top: 70px;
  }
}

.results-content-ttl h2 {
  color: #030950;
  font-size: 42px;
  font-weight: bold;
  padding: 10px 100px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .results-content-ttl h2 {
    font-size: 28px;
  }
}

.results-servise-ttl {
  text-align: justify;
  font-size: 28px;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .results-servise-ttl {
    font-size: 20px;
    padding-top: 20px;
  }
}

.results-servise-ttl span {
  background: linear-gradient(transparent 50%, rgba(247, 198, 104, 0.2) 50%, #f7c668 75%, rgba(247, 198, 104, 0.2));
  font-weight: bold;
}

.results-servise-txt {
  margin-top: 40px;
  font-size: 28px;
  text-align: justify;
  line-height: 1.5;
  padding-bottom: 80px;
}

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

.results-servise-txt span {
  background: linear-gradient(transparent 50%, rgba(247, 198, 104, 0.2) 50%, #f7c668 75%, rgba(247, 198, 104, 0.2));
  font-weight: bold;
}

/* ===============================================
# safe ３つの安心
=============================================== */
.safe-ttl {
  text-align: center;
}

.safe-ttl h2 {
  color: #030950;
}

.safe-content {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .safe-content {
    margin-top: 30px;
  }
}

.safe-item {
  display: flex;
  border-bottom: 2px dotted #b5b5b5;
  padding-bottom: 30px;
}

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

.safe-item:nth-child(n + 2) {
  margin-top: 40px;
}

.safe-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.safe-item-left {
  width: 60%;
}

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

.safe-point {
  line-height: 1;
}

.safe-point p {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  background-color: #030950;
  padding: 10px 30px;
  color: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .safe-point p {
    font-size: 15px;
  }
}

.safe-point p span {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .safe-point p span {
    font-size: 24px;
  }
}

.safe-item-left-ttl {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .safe-item-left-ttl {
    margin-top: 15px;
  }
}

.safe-item-left-ttl h2 {
  font-size: 32px;
  color: #eb5406;
}

@media screen and (max-width: 767px) {
  .safe-item-left-ttl h2 {
    font-size: 28px;
  }
}

.safe-item-left-txt {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .safe-item-left-txt {
    margin-top: 10px;
  }
}

.safe-item-left-txt p {
  font-size: 18px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .safe-item-left-txt p {
    font-size: 16px;
  }
}

.safe-item-left-txt p span {
  background: #dfdfdf;
  padding: 5px 10px;
  font-size: 24px;
  margin: 15px 0;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .safe-item-left-txt p span {
    font-size: 16px;
    margin: 10px 0;
  }
}

.safe-item-right {
  width: 40%;
  margin-left: 30px;
  margin-top: 90px;
}

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

.safe-item-right img {
  width: 100%;
}

/* ===============================================
# price サポート費用について
=============================================== */
.price-inner {
  background: linear-gradient(45deg, #eb5406 0%, #f4ab4d 100%);
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .price-inner {
    padding: 30px 0;
  }
}

.price-ttl {
  text-align: center;
}

.price-ttl h2 {
  color: #fff;
}

.price-content {
  text-align: center;
  background: #030950;
  margin-top: 40px;
  color: #fff;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.55);
}

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

.price-content-txt {
  font-size: 20px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .price-content-txt {
    font-size: 16px;
    text-align: justify;
  }
}

.price-content-txt span {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.price-content-txt span::after {
  position: absolute;
  content: "";
  background: url(../img/underline.png) center center/cover no-repeat;
  width: 150px;
  height: 3px;
  bottom: -5px;
  left: -3px;
}

@media screen and (max-width: 767px) {
  .price-content-txt span::after {
    width: 116px;
  }
}

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

.price-content-items {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 30px auto 0;
}

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

.price-content-item {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .price-content-item {
    width: 30%;
  }
}

.price-content-item img {
  width: 100%;
}

.price-content-item p {
  font-size: 18px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .price-content-item p {
    font-size: 12px;
  }
}

.price-plan {
  text-align: center;
  margin-top: 30px;
}

.price-plan-item {
  width: 60%;
  margin: 80px auto 0;
}

@media screen and (max-width: 767px) {
  .price-plan-item {
    width: 100%;
    margin-top: 40px;
  }
}

.price-plan-ttl {
  line-height: 1;
}

.price-plan-ttl h2 {
  color: #fff;
  background: #030950;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.55);
}

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

.price-plan-ttl h2 span {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .price-plan-ttl h2 span {
    font-size: 14px;
    margin-top: 10px;
  }
}

.price-plan-box {
  background: #fff;
  padding: 60px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.55);
  border-radius: 0 0 10px 10px;
  color: #030950;
}

@media screen and (max-width: 767px) {
  .price-plan-box {
    padding: 20px;
  }
}

.price-plan-box p {
  font-size: 38px;
  color: #030950;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .price-plan-box p {
    font-size: 22px;
  }
}

.price-plan-box p span {
  font-size: 62px;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .price-plan-box p span {
    font-size: 32px;
  }
}

.price-plan-txt {
  margin-top: 20px;
  text-align: left;
}

.price-plan-txt p {
  color: #fff;
}

.price-plan-box p .price-plan-box-font {
  font-size: 20px !important;
  line-height: 1 !important;
}

@media screen and (max-width: 767px) {
  .price-plan-box p .price-plan-box-font {
    font-size: 14px !important;
  }
}

.price-plan-box-font {
  font-size: 14px;
  font-weight: bold;
}

/* ===============================================
# check チェック
=============================================== */
.check-ttl {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .check-ttl {
    text-align: justify;
  }
}

.check-ttl h3 {
  color: #030950;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .check-ttl h3 {
    font-size: 22px;
  }
}

.check-ttl h3 span {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .check-ttl h3 span {
    font-size: 24px;
  }
}

.check-items {
  width: 80%;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .check-items {
    width: 100%;
    margin-top: 30px;
  }
}

.check-item {
  width: 25%;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.55);
}

@media screen and (max-width: 767px) {
  .check-item {
    width: 30%;
  }
}

.check-item-img img {
  width: 100%;
}

.check-item-txt {
  padding: 10px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .check-item-txt {
    padding: 5px;
  }
}

.check-item-txt p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .check-item-txt p {
    font-size: 12px;
  }
}

.check-time {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .check-time {
    margin-top: 40px;
  }
}

.check-time-img {
  text-align: center;
}

.check-time-img img {
  width: 130px;
}

@media screen and (max-width: 767px) {
  .check-time-img img {
    width: 100px;
  }
}

.check-time-txt {
  text-align: center;
  margin-top: 30px;
}

.check-time-txt p {
  font-size: 24px;
  font-weight: bold;
  color: red;
}

@media screen and (max-width: 767px) {
  .check-time-txt p {
    font-size: 18px;
  }
}

/* ===============================================
# flow サポートの流れ
=============================================== */
.flow {
  background: #030950;
  margin-top: 60px;
  padding: 100px 0;
}

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

.flow-inner {
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .flow-inner {
    padding: 0;
  }
}

.flow-ttl {
  text-align: center;
}

.flow-ttl h2 {
  color: #fff;
}

.flow-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .flow-items {
    margin-top: 70px;
    justify-content: space-between;
  }
}

.flow-item {
  width: 40%;
  background: #fff;
  position: relative;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .flow-item {
    width: 49%;
  }
  .flow-item + .flow-item {
    margin-top: 0;
  }
}

.flow-item:nth-child(n + 3) {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .flow-item:nth-child(n + 3) {
    margin-top: 50px;
  }
}

.flow-item-step {
  position: absolute;
  top: -35px;
  left: -15px;
  background: linear-gradient(45deg, #eb5406 0%, #f4ab4d 100%);
  padding: 5px 10px;
  font-size: 24px;
  border-radius: 10px;
  color: #030950;
}

@media screen and (max-width: 767px) {
  .flow-item-step {
    font-size: 16px;
    top: -30px;
  }
}

.flow-item-step span {
  font-size: 32px;
  margin-left: 5px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .flow-item-step span {
    font-size: 20px;
  }
}

.flow-item-header {
  text-align: center;
  padding: 20px 0;
  background-color: #ffaf24;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 767px) {
  .flow-item-header {
    padding: 15px 0;
  }
}

.flow-item-header h4 {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .flow-item-header h4 {
    font-size: 16px;
  }
}

.flow-item-img {
  overflow: hidden;
  height: 250px;
}

@media screen and (max-width: 767px) {
  .flow-item-img {
    height: 80px;
  }
}

.flow-item-img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .flow-item-img img {
    height: auto;
  }
}

.flow-item-txt {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .flow-item-txt {
    padding: 10px;
  }
}

.flow-item-txt p {
  font-size: 18px;
  text-align: justify;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .flow-item-txt p {
    font-size: 14px;
  }
}

/* ===============================================
# fqa よくある質問
=============================================== */
.fqs-inner {
  padding: 0 60px;
}

@media screen and (max-width: 767px) {
  .fqs-inner {
    padding: 0;
  }
}

.fqs-ttl {
  text-align: center;
}

.fqs-ttl h2 {
  color: #030950;
}

.mts {
  margin-top: 60px;
}

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

.qa + .qa {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .qa + .qa {
    margin-top: 20px;
  }
}

.qa dt {
  background: #030950;
  padding: 15px 20px 15px 80px;
  color: #fff;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .qa dt {
    font-size: 14px;
    padding: 10px 30px 10px 35px;
  }
}

.qa dt::after {
  position: absolute;
  content: 'Q';
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 42px;
  font-weight: bold;
  color: #ffaf24;
}

@media screen and (max-width: 767px) {
  .qa dt::after {
    font-size: 22px;
    left: 10px;
  }
}

.qa dt::before {
  position: absolute;
  content: '';
  background: url(../img/arrow-yellow.png) center center/cover no-repeat;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .qa dt::before {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}

.qa dd {
  padding: 15px 20px 15px 80px;
  background: #ededed;
  position: relative;
}

@media screen and (max-width: 767px) {
  .qa dd {
    padding: 10px 10px 10px 35px;
  }
}

.qa dd::after {
  position: absolute;
  content: 'A';
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 42px;
  font-weight: bold;
  color: #030950;
}

@media screen and (max-width: 767px) {
  .qa dd::after {
    font-size: 22px;
    left: 10px;
  }
}

.qa dd p {
  font-size: 18px;
}

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

.is-open {
  display: block !important;
}

/* ===============================================
# exercise 有効活用
=============================================== */
.exercise {
  background: linear-gradient(45deg, #eb5406 0%, #f4ab4d 100%);
}

.exercise-ttl {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .exercise-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.exercise-ttl h2 {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .exercise-ttl h2 {
    color: #eb5406;
  }
}

.exercise-inner {
  background: url(../img/call2.svg) center center/cover no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 30px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.55);
}

@media screen and (max-width: 767px) {
  .exercise-inner {
    padding: 20px 20px 0;
    background: #fefefe;
  }
}

.exercise-inner-box {
  width: 60%;
  margin-left: auto;
}

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

.exercise-lists {
  display: flex;
  justify-content: space-between;
  margin-left: -50px;
}

@media screen and (max-width: 767px) {
  .exercise-lists {
    margin-left: 0;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

.exercise-list {
  background: #030950;
  border-radius: 50%;
  color: #fff;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.55);
}

@media screen and (max-width: 767px) {
  .exercise-list {
    font-size: 16px;
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .exercise-list:nth-child(n + 4) {
    margin-top: 10px;
  }
  .exercise-list:nth-child(4n) {
    margin-left: 30px;
  }
  .exercise-list:nth-child(5n) {
    margin-right: 30px;
  }
}

.exrcise-content {
  margin-top: 30px;
}

.exercise-top-txt {
  font-size: 18px;
  text-align: justify;
}

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

.exercise-top-txt span {
  font-size: 22px;
  font-weight: bold;
  color: #eb5406;
}

@media screen and (max-width: 767px) {
  .exercise-top-txt span {
    font-size: 20px;
  }
}

.exercise-bottom-txt {
  margin-top: 30px;
  font-size: 24px;
  color: red;
  text-align: justify;
  font-family: 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', sans-serif;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .exercise-bottom-txt {
    font-size: 18px;
    margin-top: 20px;
  }
}

.exercise-bottom-txt span {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .exercise-bottom-txt span {
    font-size: 20px;
  }
}

.exercise-img-sp {
  margin: 15px auto 0;
  padding: 0 -20px !important;
}

.exercise-img-sp img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

/* ===============================================
# company 会社概要
=============================================== */
.company {
  background: #f4f4f4;
}

.company table {
  margin: 60px auto 0;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .company table {
    margin: 30px auto 0;
  }
}

.company table tr {
  vertical-align: middle;
}

.company table tr th {
  width: 240px;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .company table tr th {
    width: 120px;
    font-size: 14px;
  }
}

.company table tr td {
  font-size: 18px;
  width: calc(100% - 240px);
}

@media screen and (max-width: 767px) {
  .company table tr td {
    width: calc(100% - 120px);
    font-size: 14px;
  }
}

.company table table,
.company table td,
.company table th {
  border-bottom: 1px solid #bebebe;
  padding: 25px 20px;
}

@media screen and (max-width: 767px) {
  .company table table,
  .company table td,
  .company table th {
    padding: 15px 10px 15px 0;
  }
}

.company-ttl {
  text-align: center;
}

/* ===============================================
	# コンタクトフォーム
	=============================================== */
.contact {
  padding: 60px 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  border: 0;
  font-size: 16px;
  padding: .2em .5em;
  background: #eeeeee;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  height: 40px;
}

textarea {
  min-height: 122px;
  resize: vertical;
}

.contact-ttl {
  line-height: 1;
  text-align: center;
}

.contact-ttl .red {
  color: red;
  font-weight: 400;
}

.contact-ttl-span {
  font-size: 18px;
  font-weight: 200;
}

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

.contact-form {
  margin-top: 60px;
}

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

.contact-text {
  font-size: 14px;
  letter-spacing: .1em;
  text-align: center;
}

.contact-text-inline {
  font-size: 16px;
  color: red;
}

.contact-list {
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contact-list {
    width: 100%;
    padding: 0 20px;
  }
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

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

.contact-item-title {
  width: 180px;
  background: #fbab00;
  font-size: 18px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact-item-title {
    font-size: 16px;
    width: 160px;
  }
}

.contact-item-title::after {
  position: absolute;
  content: "";
  display: block;
  border-style: solid;
  border-width: 20px 0 20px 8px;
  border-color: transparent transparent transparent #fbac00;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-item-inline {
  font-size: 20px;
  color: red;
  vertical-align: super;
  line-height: 1;
}

.contact-item-input {
  width: calc(100% - 180px);
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .contact-item-input {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

.contact-radio-wrap {
  height: 40px;
  line-height: 40px;
}

.contact-radio + .contact-radio {
  margin-left: 20px;
}

.contact-footer {
  text-align: center;
  margin-top: 20px;
}

.contact-privacy {
  position: relative;
  height: 22px;
  width: 22px;
  display: inline-block;
  vertical-align: middle;
}

.contact-privacy-part {
  display: inline-block;
  height: 22px;
  width: 22px;
  border: solid 1px #eb5406;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-privacy-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.contact-privacy-input:checked + .contact-privacy-part {
  width: 10px;
  border-top: 0;
  border-left: 0;
  background: transparent;
  transform: rotate(45deg);
  top: -5px;
  left: 5px;
}

.contact-privacy-link {
  color: #eb5406;
  text-decoration: underline;
}

.contact-footer-submit {
  margin-top: 26px;
}

.util-link {
  cursor: pointer;
  border-radius: 10px;
}

.util-link.-active {
  background: #030950;
  color: #fff;
  border-radius: 10px !important;
}

.util-link:hover {
  opacity: 0.6;
}

.util-link img {
  border-radius: 10px !important;
  height: 80px;
  width: 300px;
  object-fit: cover;
}

.contact-message {
  text-align: center;
  margin-top: 60px;
  display: none;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .contact-message {
    font-size: 16px;
  }
}

.contact-message.-error {
  color: #f00;
}

/* ===============================================
# footer
=============================================== */
.footer-top {
  background: linear-gradient(45deg, #eb5406 0%, #f4ab4d 100%);
  padding: 40px 20px;
}

.footer-top-lists {
  display: flex;
  justify-content: space-around;
}

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

.footer-top-list {
  width: 22%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-top-list {
    width: 100%;
  }
  .footer-top-list + .footer-top-list {
    margin-top: 20px;
  }
}

.footer-top-list-ttl {
  margin-bottom: 10px;
  color: #fff;
}

.footer-top-list-img {
  height: 85px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .footer-top-list-img {
    width: 230px;
    margin: 0 auto;
  }
}

.footer-top-list-img img {
  width: 100%;
  height: 85px;
}

.footer-bottom {
  background: #030950;
  padding: 30px 20px;
  text-align: center;
}

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

.footer-bottom a {
  display: inline-block;
  text-align: center;
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.footer-bottom-copy {
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

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

/* ===============================================
# プライバシーポリシー
=============================================== */
.policy-inner {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .policy-inner {
    padding: 0;
    padding-bottom: 60px;
  }
}

.policy-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.policy-txt {
  line-height: 1.7;
}

.policy-no {
  font-size: 20px;
  font-weight: 400;
  margin: 30px 0 10px 0;
}
