@charset "UTF-8";
/*********************************************************
全体
*********************************************************/
body {
  font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}

li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

button,
input[type="submit"],
input[type="reset"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*********************************************************
全体
*********************************************************/
body {
  font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}

li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

button,
input[type="submit"],
input[type="reset"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*********************************************************
全体
*********************************************************/
body {
  font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}

li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

button,
input[type="submit"],
input[type="reset"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*********************************************************
全体
*********************************************************/
body {
  font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}

li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

button,
input[type="submit"],
input[type="reset"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*********************************************************
header
*********************************************************/
.header__bar {
  background-image: url(image.php?id=002);
  background-size: cover;
  padding: 5px 0;
}

.header__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}

@media (max-width: 1500px) {
  .header__inner {
    padding: 0 3%;
  }
}

.header__ttl {
  font-weight: bold;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}

@media (max-width: 1500px) {
  .header__container {
    padding: 0 3%;
  }
}

@media (min-width: 1025px) {
  .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__item {
    margin-left: 30px;
  }
  .header__item:first-child {
    margin-left: 0;
  }
  .header__item a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }
  .header__item a:hover {
    opacity: .8;
  }
  .header__close {
    display: none;
  }
  .menu-btn {
    display: none;
  }
}

@media (max-width: 1024px) {
  .header__container {
    background: #fff;
    border-bottom: 3px solid #ddd;
    height: 50px;
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  .header__container.scroll {
    position: fixed;
    top: 0;
    left: 0;
  }
  .header__logo img {
    width: 130px;
  }
  .header__nav {
    background: #fff;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
  }
  .header__list {
    padding: 3%;
  }
  .header__item {
    border-bottom: 3px dashed #ddd;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .header__item:last-child {
    margin-bottom: 0;
  }
  .header__item a {
    color: #89c997;
    font-weight: bold;
    text-decoration: none;
  }
  .header__close {
    text-align: center;
  }
  .header__btn {
    background: #eeeeee;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 5px 30px;
  }
  .menu-btn {
    display: block;
  }
  .menu-btn__inner {
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .menu-btn__bar {
    background: #333;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    height: 2px;
  }
  .close .menu-btn__bar {
    background: transparent;
  }
  .menu-btn__bar::before,
  .menu-btn__bar::after {
    background: #333;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    height: 2px;
  }
  .menu-btn__bar::before {
    margin-top: -11px;
  }
  .menu-btn__bar::after {
    margin-top: 10px;
  }
  .close .menu-btn__bar::before,
  .close .menu-btn__bar::after {
    margin-top: 0;
  }
  .close .menu-btn__bar::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .close .menu-btn__bar::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/*********************************************************
mainv
*********************************************************/
.mainv {
  background-image: url(image.php?id=003);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3%;
}

.mainv__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}

@media (max-width: 1500px) {
  .mainv__inner {
    padding: 0 3%;
  }
}

.mainv__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 auto;
  max-width: 700px;
  padding: 3% 3% 3% 0;
}

.mainv__box {
  background: rgba(255, 255, 255, 0.8);
  margin: 15% 0;
  padding: 30px;
  text-align: center;
}

.mainv__txt01,
.mainv__txt02 {
  font-weight: bold;
  text-shadow: 1px 1px 15px #ff7800;
}

.mainv__txt01 {
  font-size: 36px;
}

.mainv__txt02 {
  font-size: 22px;
  margin-top: 30px;
}

.mainv__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mainv__img {
  width: 30%;
}

.mainv__img:nth-child(2) {
  margin: 0 3%;
}

@media (max-width: 1024px) {
  .mainv {
    background-image: url(image.php?id=004);
    background-position: center;
  }
  .mainv__content {
    margin: 0 auto;
    padding: 400px 0 3%;
  }
}

@media (max-width: 768px) {
  .mainv__ttl {
    padding: 0 3%;
  }
}

@media (max-width: 500px) {
  .mainv__content {
    padding: 300px 0 3%;
  }
  .mainv__box {
    margin: 10% 0;
    padding: 15px;
  }
  .mainv__txt01 {
    font-size: 24px;
  }
  .mainv__txt02 {
    font-size: 18px;
    margin-top: 15px;
  }
}

@media (max-width: 350px) {
  .mainv__txt01 {
    font-size: 20px;
  }
}

/*********************************************************
main-content-ttl
*********************************************************/
.main-content-ttl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}

@media (max-width: 1500px) {
  .main-content-ttl {
    padding: 0 3%;
  }
}

/*********************************************************
worries
*********************************************************/
.worries {
  margin-bottom: 5%;
}

.worries__bg {
  background: #89c997;
  padding: 5% 0 2%;
}

.worries__list {
  margin: 0 auto;
  max-width: 800px;
}

.worries__item {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
  padding-left: 35px;
  position: relative;
}

.worries__item::before {
  background-image: url(image.php?id=010);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 30px;
}

.worries__item:last-child {
  margin-bottom: 0;
}

.worries__arrow {
  background: #89c997;
  color: #fff;
  margin-bottom: calc(5% + 50px);
  position: relative;
  text-align: center;
}

.worries__arrow::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-color: #89c997 transparent transparent transparent;
  border-width: 50px 49vw 0 49vw;
  border-style: solid;
  height: 0;
  width: 0;
}

.worries__sore {
  font-size: 24px;
  font-weight: bold;
}

.worries__sore::before, .worries__sore::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  width: 25px;
}

.worries__sore::before {
  background-image: url(image.php?id=011);
  margin-right: 10px;
}

.worries__sore::after {
  background-image: url(image.php?id=012);
  margin-left: 10px;
}

@media (min-width: 1500px) {
  .worries__bg {
    position: relative;
  }
  .worries__bg::before {
    background-image: url(image.php?id=025);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 300px;
    position: absolute;
    bottom: -230px;
    left: -10px;
    width: 200px;
    z-index: 5;
  }
}

@media (max-width: 1024px) {
  .worries__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3%;
  }
}

@media (max-width: 480px) {
  .worries {
    margin-bottom: 10%;
  }
  .worries__bg {
    padding: 10% 0 5%;
  }
  .worries__item {
    font-size: 14px;
    padding-left: 30px;
  }
  .worries__item::before {
    height: 24px;
    top: 2px;
    width: 24px;
  }
}

/*********************************************************
btn
*********************************************************/
.btn {
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}

.btn__link {
  background: #008b8b;
  border-radius: 50px;
  -webkit-box-shadow: 1px 1px 5px #666;
  box-shadow: 1px 1px 5px #666;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.4em;
  padding: 20px;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 1px #744529;
}

.btn__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 42.5px;
  right: -10.5px;
  z-index: 2;
  border-color: transparent transparent transparent #fff;
  border-width: 12.5px 0 12.5px 20px;
  border-style: solid;
  height: 0;
  width: 0;
}

.btn__link::after {
  background: #008b8b;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 8px #666;
  box-shadow: 1px 1px 8px #666;
  content: "";
  display: inline-block;
  height: 60px;
  position: absolute;
  top: 25px;
  right: -25px;
  width: 60px;
}

.btn__link:hover {
  opacity: .8;
}

@media (max-width: 480px) {
  .btn {
    max-width: 400px;
    width: 94%;
  }
  .btn__link {
    font-size: 18px;
  }
  .btn__link::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 34px;
    right: 5px;
    z-index: 2;
    border-color: transparent transparent transparent #fff;
    border-width: 10px 0 10px 15px;
    border-style: solid;
    height: 0;
    width: 0;
  }
  .btn__link::after {
    background: #008b8b;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 8px #666;
    box-shadow: 1px 1px 8px #666;
    content: "";
    display: inline-block;
    height: 40px;
    position: absolute;
    top: 25px;
    right: -5px;
    width: 40px;
  }
}

/*********************************************************
worries-message
*********************************************************/
.worries-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

@media (max-width: 1500px) {
  .worries-message {
    padding: 0 3%;
  }
}

.worries-message__content {
  border-color: #000;
  border-style: double;
  border-width: 10px 0;
  color: #4b403c;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 5%;
  padding: 15px;
}

.worries-message__ttl,
.worries-message__ttl02 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.worries-message__ttl02 {
  margin: .5em 0 5% 0;
}

.worries-message__ttl02 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e0c932));
  background: linear-gradient(transparent 60%, #e0c932 60%);
  font-weight: bold;
}

.worries-message__txt {
  font-weight: bold;
}

.worries-message__txt:last-child {
  margin-top: 1em;
}

.worries-message__img {
  border: 2px solid #333;
  border-radius: 15px;
  margin: 0 auto;
  max-width: 510px;
  padding: 5px;
}

.worries-message__img img {
  border-radius: 15px;
}

@media (max-width: 1024px) {
  .worries-message {
    display: block;
    margin: 5% auto 0;
    max-width: 650px;
  }
  .worries-message__content {
    margin: 0 0 5% 0;
  }
  .worries-message__img {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .worries-message {
    margin-top: 10%;
  }
}

/*********************************************************
recommend
*********************************************************/
.recommend {
  margin-bottom: 5%;
}

.recommend__bg {
  background: #e0ce52;
  margin-bottom: 5%;
  padding: 5% 0;
}

@media (min-width: 1500px) {
  .recommend__bg {
    position: relative;
  }
  .recommend__bg::before {
    background-image: url(image.php?id=026);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 300px;
    position: absolute;
    bottom: -230px;
    right: 0;
    width: 200px;
    z-index: 5;
  }
}

@media (min-width: 1025px) {
  .recommend__slide.swiper-container {
    overflow: visible;
  }
  .recommend__slide .swiper-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .recommend__slide .swiper-slide {
    width: 22%;
  }
  .recommend__slide .swiper-button-prev,
  .recommend__slide .swiper-button-next,
  .recommend__slide .swiper-pagination {
    display: none;
  }
}

@media (max-width: 1024px) {
  .recommend__bg {
    padding: 5% 3%;
  }
}

@media (max-width: 480px) {
  .recommend {
    margin-bottom: 10%;
  }
  .recommend__bg {
    margin-bottom: 10%;
    padding: 10% 3%;
  }
}

/*********************************************************
case
*********************************************************/
.case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}

@media (max-width: 1500px) {
  .case {
    padding: 0 3%;
  }
}

.case__item {
  text-align: center;
  width: 22%;
}

.case__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.case__txt {
  font-size: 18px;
}

.case__txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffd9c8));
  background: linear-gradient(transparent 60%, #ffd9c8 60%);
  font-weight: bold;
}

.case__txt02 {
  background: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 30px;
  padding: 15px;
}

.case__tri {
  margin: 30px 0;
}

@media (max-width: 1024px) {
  .case {
    padding: 0;
  }
}

/*********************************************************
merit
*********************************************************/
.merit__bg {
  background: #89c997;
  color: #fff;
  margin-bottom: 300px;
  margin-bottom: calc(5% + 300px);
  padding: 5% 0;
  position: relative;
}

.merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}

@media (max-width: 1500px) {
  .merit__list {
    padding: 0 3%;
  }
}

.merit__header {
  position: relative;
  text-align: center;
}

.merit__header img {
  position: absolute;
  top: -50px;
  left: -60px;
  width: 180px;
}

.merit__txt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.merit__txt02 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.merit__ud {
  border-bottom: 3px dashed #333;
  font-weight: bold;
  margin-bottom: 5px;
}

.merit__ud:last-child {
  margin-bottom: 0;
}

@media (min-width: 1500px) {
  .merit__bg {
    position: relative;
  }
  .merit__bg::before {
    background-image: url(image.php?id=027);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 300px;
    position: absolute;
    bottom: -230px;
    left: -10px;
    width: 200px;
    z-index: 5;
  }
}

@media (max-width: 1100px) {
  .merit__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    width: 33%;
  }
}

@media (max-width: 1024px) {
  .merit__list {
    display: block;
  }
  .merit__item {
    margin: 0 auto;
    max-width: 360px;
    padding: 0;
    width: 100%;
  }
  .merit__item:nth-child(2) {
    margin: 100px auto 5%;
  }
  .merit__header img {
    top: -60px;
    left: -10px;
  }
}

@media (max-width: 480px) {
  .merit__bg {
    margin-bottom: calc(5% + 250px);
    padding: 10% 0;
  }
  .merit__txt02 {
    margin-bottom: 15px;
  }
  .merit__item:nth-child(2) {
    margin: 100px auto 10%;
  }
}

/*********************************************************
merit-card
*********************************************************/
.merit-card {
  background-color: #fff;
  background-image: url(image.php?id=017), url(image.php?id=018), url(image.php?id=019), url(image.php?id=020);
  background-position: top left,right bottom 30px,bottom right,left top 30px;
  background-repeat: no-repeat;
  border: 3px solid #89c997;
  -webkit-box-shadow: 1px 1px 5px #333;
  box-shadow: 1px 1px 5px #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  max-width: 800px;
  padding: 50px 30px;
  position: absolute;
  top: 99%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
}

.merti-card__txt {
  font-size: 24px;
  font-weight: bold;
}

.merti-card__txt span {
  color: #ff7200;
  font-weight: bold;
}

.mert-card__txt02 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}

.mert-card__txt02 span {
  display: block;
  font-weight: bold;
}

@media (max-width: 480px) {
  .merit-card {
    background-size: auto 20px,20px auto,auto 20px,20px auto;
    padding: 30px 20px;
  }
  .merti-card__txt {
    font-size: 18px;
  }
  .mert-card__txt02 {
    font-size: 16px;
  }
  .mert-card__txt02 span {
    display: inline;
  }
}

@media (max-width: 360px) {
  .merti-card__txt {
    font-size: 16px;
  }
  .mert-card__txt02 {
    font-size: 14px;
  }
}

/*********************************************************
flow
*********************************************************/
.flow {
  margin-top: 5%;
}

.flow__bg {
  background: #e0ce52;
  margin-bottom: 5%;
  padding: 5% 0;
}

.flow__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}

@media (max-width: 1500px) {
  .flow__container {
    padding: 0 3%;
  }
}

.flow__item {
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 5px #999;
  box-shadow: 3px 3px 5px #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 20px;
  position: relative;
}

.flow__item::after {
  background-image: url(image.php?id=035);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 30px;
  margin-left: -15px;
  position: absolute;
  bottom: -45px;
  left: 50%;
  width: 30px;
}

.flow__item:last-child {
  margin-bottom: 0;
}

.flow__item:last-child::after {
  display: none;
}

.flow__step {
  background: #e0ce52;
  border-radius: 10px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-right: 3%;
  padding: 10px 30px;
  text-align: center;
}

.flow__ttl {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  margin-right: 5%;
  width: 15%;
}

.flow__txt {
  font-size: 18px;
}

@media (min-width: 1500px) {
  .flow__bg {
    position: relative;
  }
  .flow__bg::before, .flow__bg::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 300px;
    position: absolute;
    width: 200px;
  }
  .flow__bg::before {
    background-image: url(image.php?id=028);
    top: 230px;
    right: 0;
  }
  .flow__bg::after {
    background-image: url(image.php?id=029);
    bottom: -230px;
    left: -10px;
    z-index: 5;
  }
}

@media (max-width: 1024px) {
  .flow__ttl {
    font-size: 24px;
    max-width: 20%;
    min-width: 20%;
    width: 20%;
  }
  .flow__step {
    font-size: 18px;
    padding: 10px 20px;
  }
  .flow__txt {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .flow__ttl {
    font-size: 18px;
    max-width: 30%;
    min-width: 30%;
    width: 30%;
  }
  .flow__step {
    font-size: 16px;
    padding: 10px;
  }
  .flow__txt {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .flow {
    margin-top: 10%;
  }
  .flow__bg {
    margin-bottom: 10%;
    padding: 10% 0;
  }
  .flow__item {
    display: block;
    padding: 10px;
  }
  .flow__step {
    margin-right: 0;
    padding: 5px;
  }
  .flow__ttl {
    margin: 10px 0;
    max-width: none;
    min-width: auto;
    text-align: center;
    width: 100%;
  }
}

/*********************************************************
flow-option
*********************************************************/
.flow-option {
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  margin: 5% auto 0;
  max-width: 1500px;
  padding: 30px 0;
  position: relative;
  text-align: center;
}

.flow-option__ttl {
  background: #e0ce52;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding: 0 10px;
  position: absolute;
  top: -18px;
  left: 24px;
}

.flow-option__txt {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

@media (max-width: 1500px) {
  .flow-option {
    width: 94%;
  }
}

@media (max-width: 1024px) {
  .flow-option {
    padding: 30px 3%;
  }
}

@media (max-width: 480px) {
  .flow-option {
    margin-top: 10%;
  }
  .flow-option__ttl {
    font-size: 18px;
  }
  .flow-option__txt {
    font-size: 16px;
  }
}

/*********************************************************
matching
*********************************************************/
.matching {
  margin-top: 5%;
}

.matching__bg {
  background: #89c997;
  color: #fff;
  margin-bottom: 5%;
  padding: 5% 0;
  text-align: center;
}

.matching__top {
  font-size: 18px;
  font-weight: bold;
}

.mathing__block {
  display: block;
  font-weight: bold;
}

.matching__ud {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff9090));
  background: linear-gradient(transparent 60%, #ff9090 60%);
  font-weight: bold;
}

.matching__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}

@media (max-width: 1500px) {
  .matching__list {
    padding: 0 3%;
  }
}

.matching__item {
  border: 2px solid #fff;
  padding: 15px 20px;
  position: relative;
}

.matching__plan {
  background: #89c997;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.matching__header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5%;
}

.matching__footer {
  margin-top: 10px;
}

.matching__footer span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffc26b));
  background: linear-gradient(transparent 60%, #ffc26b 60%);
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 1500px) {
  .matching__bg {
    position: relative;
  }
  .matching__bg::before {
    background-image: url(image.php?id=030);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 300px;
    position: absolute;
    bottom: -230px;
    right: 0;
    width: 200px;
  }
}

@media (max-width: 1024px) {
  .matching__list {
    margin-top: 5%;
  }
}

@media (max-width: 768px) {
  .matching__top {
    font-size: 16px;
    padding: 0 3%;
  }
  .matching__list {
    display: block;
  }
  .matching__item {
    margin-top: 5%;
  }
}

@media (max-width: 480px) {
  .matching {
    margin-top: 10%;
  }
  .matching__bg {
    margin-bottom: 10%;
    padding: 10% 0;
  }
  .mathing__block {
    display: inline;
  }
  .matching__list {
    margin-top: 10%;
  }
  .matching__item {
    margin-top: 7%;
    padding: 20px 10px;
  }
  .matching__header {
    font-size: 18px;
    margin-bottom: 3%;
  }
  .matching__footer span {
    font-size: 16px;
  }
}

/*********************************************************
work
*********************************************************/
.work {
  margin-top: 5%;
}

.work__bg {
  background: #e0ce52;
  padding: 5% 0;
  margin-bottom: 5%;
}

.work__ttl {
  background: #333;
  margin-bottom: 3%;
}

.work__ttl span {
  background: #e0ce52;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-left: 150px;
  padding: 0 5px;
}

.work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}

.work__item {
  background: #fff;
  border-radius: 50%;
  position: relative;
  text-align: center;
}

.work__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.work__txt {
  font-weight: bold;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}

@media (min-width: 1500px) {
  .work__bg {
    position: relative;
  }
  .work__bg::before {
    background-image: url(image.php?id=031);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 300px;
    position: absolute;
    bottom: -230px;
    left: -10px;
    width: 200px;
  }
}

@media (min-width: 901px) {
  .work__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .work__item {
    margin-right: 6.6%;
    padding-bottom: 20%;
    width: 20%;
  }
  .work__item:nth-child(4) {
    margin-right: 0;
  }
  .work__item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1500px) {
  .work__list {
    padding: 0 3%;
  }
  .work__txt {
    padding: 0 3%;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .work__item {
    margin-bottom: 3%;
    padding-bottom: 30%;
    position: relative;
    text-align: center;
    width: 30%;
  }
  .work__item:nth-child(3n + 2) {
    margin-right: 4.5%;
    margin-left: 4.5%;
  }
  .work__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .work__ttl span {
    margin-left: 30px;
  }
}

@media (max-width: 600px) {
  .work__item {
    margin-bottom: 3%;
    padding-bottom: 48%;
    position: relative;
    text-align: center;
    width: 48%;
  }
  .work__item:nth-child(even) {
    margin-left: 4%;
  }
  .work__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .work {
    margin-top: 10%;
  }
  .work__bg {
    padding: 10% 0;
    margin-bottom: 10%;
  }
  .work__ttl {
    margin-bottom: 10%;
  }
  .work__list {
    margin-bottom: 10%;
  }
  .work__txt {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .work__item {
    font-size: 14px;
  }
}

/*********************************************************
qa
*********************************************************/
.qa {
  margin-top: 5%;
}

.qa__bg {
  background: #89c997;
  margin-bottom: 5%;
  padding: 5% 0;
}

.qa__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}

.qa__question,
.qa__answer {
  color: #fff;
  font-weight: bold;
  padding-left: 5%;
  position: relative;
  z-index: 2;
}

.qa__question {
  margin-bottom: 15px;
}

.qa__q,
.qa__a {
  background: #fff;
  border-radius: 50%;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  height: 24px;
  margin-right: 5%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 24px;
}

.qa__answer {
  border-bottom: 2px dotted #fff;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.qa__answer:last-child {
  margin-bottom: 0;
}

@media (min-width: 1500px) {
  .qa__bg {
    position: relative;
  }
  .qa__bg::before, .qa__bg::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 300px;
    position: absolute;
    width: 200px;
  }
  .qa__bg::before {
    background-image: url(image.php?id=032);
    top: 100px;
    right: 0;
  }
  .qa__bg::after {
    background-image: url(image.php?id=033);
    bottom: -230px;
    left: -10px;
  }
}

@media (max-width: 1500px) {
  .qa__list {
    padding: 0 3%;
  }
}

@media (max-width: 768px) {
  .qa__q,
  .qa__a {
    margin-right: 0;
  }
  .qa__question,
  .qa__answer {
    padding-left: 35px;
  }
}

@media (max-width: 480px) {
  .qa {
    margin-top: 10%;
  }
  .qa__bg {
    margin-bottom: 10%;
    padding: 10% 0;
  }
}

/*********************************************************
footer
*********************************************************/
.footer {
  border-top: 2px solid #333;
  padding: 3% 0;
}

.footer__inner {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}

.footer__number {
  color: #999;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.footer__number span {
  display: inline-block;
}

.footer__number span:first-child {
  margin-right: 5px;
}

.footer__logo img {
  width: 150px;
}

.footer__copy {
  font-size: 14px;
  margin-top: 10px;
}

@media (max-width: 1500px) {
  .footer__inner {
    padding: 0 3%;
  }
}

@media (max-width: 736px) {
  .footer {
    padding-bottom: 70px;
  }
}

/*********************************************************
page-top
*********************************************************/
.page-top {
  background: #333;
  border-radius: 10px;
  opacity: .8;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10;
}

@media all and (min-width: 0px) and (max-width: 736px) {
  .page-top {
    bottom: 70px;
  }
}

.page-top:hover {
  opacity: 1;
}

.page-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}

.page-top a::before {
  content: "";
  border-color: transparent transparent #fff transparent;
  border-width: 0 10px 15px 10px;
  border-style: solid;
  height: 0;
  width: 0;
}

/*********************************************************
komontouroku
*********************************************************/
p#komontouroku {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 10;
}

p#komontouroku a {
  display: inline-block;
  background: #008b8b;
  border-radius: 10px;
  padding: 40px 20px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
}

p#komontouroku a:hover {
  opacity: .8;
}

p#komontouroku a span {
  font-size: 40px;
  font-weight: bold;
}

p#komontouroku a i {
  display: inline-block;
  margin-left: 20px;
  font-weight: bold;
}

@media all and (min-width: 0px) and (max-width: 736px) {
  p#komontouroku {
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 10;
  }
  p#komontouroku a {
    display: block;
    border-radius: 0;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
  }
  p#komontouroku a br {
    display: none;
  }
  p#komontouroku a span {
    font-size: 20px;
  }
  p#komontouroku a i {
    font-size: 20px;
    margin-left: 50px;
  }
}

/*********************************************************
accessell
*********************************************************/
.accessell {
  background: #eee;
  margin-top: 5%;
  padding: 5% 0;
}

.accessell__inner {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}

@media (max-width: 1500px) {
  .accessell__inner {
    padding: 0 3%;
  }
}

.accessell__ttl {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

.accessell__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3%;
  text-align: center;
}

.accessell__head {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-right: 3%;
}

.accessell__txt {
  margin-bottom: .5em;
  text-align: left;
}

.accessell__txt:last-child {
  margin-bottom: 0;
}

.accessell__txt a {
  color: #333;
}

.accessell__txt a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .accessell__head {
    margin-right: 5%;
  }
}

@media (max-width: 480px) {
  .accessell {
    margin-top: 10%;
    padding: 10% 0;
  }
  .accessell__box {
    display: inline-block;
    margin-top: 5%;
  }
  .accessell__head {
    margin: 0 0 5% 0;
    text-align: center;
  }
}

/*********************************************************
footer
*********************************************************/
/*********************************************************
footer
*********************************************************/
/*********************************************************
footer
*********************************************************/