@charset "UTF-8";
/*コンテンツ*/
#container {
  background-color: #fff;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/*共通の処理*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1401px) {
  .m_1400 {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .m_1200 {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .ipad {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .ipad-none {
    display: none !important;
  }
}
@media screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
}
@media print {
  .sp {
    display: none !important;
  }
}
img {
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

input:input-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder {
  color: #aaa !important;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

.fade {
  opacity: 1;
  transition: 0.5s;
}
.fade:hover {
  opacity: 0.6;
}

input[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.5s;
}

input[type=reset] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: 0.5s;
}

button {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: 0.5s;
}

.anchor {
  margin-top: -170px;
  padding-top: 170px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .anchor {
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}

.header-wrapper {
  top: 0;
  right: 0;
  padding-left: 10%;
  width: 100%;
  height: 170px;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.5s;
}
@media screen and (max-width: 1669px) {
  .header-wrapper {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header-wrapper {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper {
    padding-left: 10px;
    height: 50px;
  }
}
.header-wrapper__logo {
  padding-top: 48px;
  width: 370px;
  float: left;
}
@media screen and (max-width: 1399px) {
  .header-wrapper__logo {
    width: 290px;
  }
}
@media screen and (max-width: 1024px) {
  .header-wrapper__logo {
    padding-top: 13px;
    width: 370px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper__logo {
    padding-top: 13px;
    width: 180px;
  }
}
.header-wrapper__logo__text {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.1em;
  color: #0a7c4d;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: 0.5s;
}
@media screen and (max-width: 1399px) {
  .header-wrapper__logo__text {
    font-size: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header-wrapper__logo__text {
    font-size: 13px;
  }
}
.header-wrapper__logo__img {
  width: 360px;
  transition: 0.5s;
}
@media screen and (max-width: 1399px) {
  .header-wrapper__logo__img {
    width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .header-wrapper__logo__img {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper__logo__img {
    width: 180px;
  }
}
.header-wrapper__tel {
  padding: 63px 0 0 93px;
  width: 320px;
  height: 170px;
  font-size: 16px;
  line-height: 1.1em;
  color: #fff;
  font-weight: bold;
  background-color: #0a7c4d;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  position: relative;
  transition: 0.5s;
}
.header-wrapper__tel--number {
  margin-top: 8px;
  font-size: 30px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  display: block;
  transition: 0.5s;
}
@media screen and (max-width: 1399px) {
  .header-wrapper__tel--number {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .header-wrapper__tel--number {
    font-size: 18px;
  }
}
.header-wrapper__tel::before {
  content: "";
  top: 61px;
  left: 33px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-image: url(../img/icon_tel.png);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 1669px) {
  .header-wrapper__tel {
    padding: 90px 0 0;
    width: 240px;
    text-align: center;
  }
  .header-wrapper__tel::before {
    top: 30px;
    left: calc(50% - 25px);
  }
}
@media screen and (max-width: 1399px) {
  .header-wrapper__tel {
    font-size: 14px;
    width: 190px;
  }
}
@media screen and (max-width: 1024px) {
  .header-wrapper__tel {
    margin-right: 100px;
    padding: 35px 0 0 45px;
    font-size: 11px;
    width: 200px;
    height: 100px;
  }
  .header-wrapper__tel::before {
    top: calc(50% - 20px);
    left: 12px;
    width: 40px;
    height: 40px;
    background-size: 16px auto;
  }
}
.header-wrapper__tel-btn {
  top: 0;
  right: 50px;
  width: 50px;
  height: 50px;
  background-color: #0a7c4d;
  background-image: url(../img/icon_tel_white.png);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  position: absolute;
}
.header-wrapper__nav {
  margin-right: 20px;
  height: 170px;
  float: right;
}
@media screen and (max-width: 1669px) {
  .header-wrapper__nav {
    margin-right: 15px;
  }
}
.header-wrapper__nav__item {
  height: 170px;
  float: left;
}
.header-wrapper__nav__item__link {
  padding: 102px 12px 0;
  height: 170px;
  font-size: 16px;
  line-height: 1.23em;
  color: #0a7c4d;
  font-weight: 600;
  text-align: center;
  background-repeat: no-repeat;
  display: block;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1669px) {
  .header-wrapper__nav__item__link {
    padding: 102px 8px 0;
  }
}
@media screen and (max-width: 1399px) {
  .header-wrapper__nav__item__link {
    font-size: 13px;
  }
}
.header-wrapper__nav__item__link::before {
  content: "";
  top: 112px;
  left: 10px;
  width: 0;
  height: 10px;
  background-color: #eaff00;
  z-index: -1;
  position: absolute;
  transition: 0.5s;
}
.header-wrapper__nav__item__link:hover {
  color: #0a7c4d;
}
.header-wrapper__nav__item__link:hover::before {
  width: calc(100% - 20px);
}
.header-wrapper__nav__item__link--what {
  background-image: url(../img/icon_hochoki.png);
  background-size: 45px auto;
  background-position: 53% 48px;
}
.header-wrapper__nav__item__link--flow {
  background-image: url(../img/icon_flow.png);
  background-size: 45.5px auto;
  background-position: 50% 49px;
}
.header-wrapper__nav__item__link--how {
  background-image: url(../img/icon_kensa.png);
  background-size: 39px auto;
  background-position: 50% 46px;
}
.header-wrapper__nav__item__link--price {
  background-image: url(../img/icon_price.png);
  background-size: 45px auto;
  background-position: 50% 47px;
}
.header-wrapper__nav__item__link--aid {
  background-image: url(../img/icon_aid.png);
  background-size: 40px auto;
  background-position: 50% 45px;
}
.header-wrapper__nav__item__link--faq {
  background-image: url(../img/icon_faq.png);
  background-size: 46px auto;
  background-position: 50% 45px;
}
.header-wrapper__nav__item__link--outline {
  background-image: url(../img/icon_outline.png);
  background-size: 45px auto;
  background-position: 50% 48px;
}

.floting-bnr {
  display: block;
  position: fixed;
  bottom: 15%;
  right: 0;
  width: 138px;
  height: 450px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .floting-bnr {
    width: 100%;
    height: 80px;
    bottom: 0;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .floting-bnr {
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .floting-bnr__inner {
    width: 100%;
  }
}
.floting-bnr__inner .bnr-check {
  bottom: 15%;
  right: 0;
  width: 138px;
  height: 200px;
  background-image: url(../img/bnr_check.png);
  background-repeat: no-repeat;
  display: block;
  position: fixed;
  z-index: 10;
}
.floting-bnr__inner .bnr-check:hover {
  background-image: url(../img/bnr_check_r.png);
}
.floting-bnr__inner .bnr-monshin {
  bottom: calc(15% + 220px);
  right: 0;
  width: 138px;
  height: 200px;
  background-image: url(../img/bnr_monshin.png);
  background-repeat: no-repeat;
  display: block;
  position: fixed;
  z-index: 10;
}
.floting-bnr__inner .bnr-monshin:hover {
  background-image: url(../img/bnr_monshin_hover.png);
}
.floting-bnr__inner .bnr-inner {
  display: none;
}
@media screen and (max-width: 1024px) {
  .floting-bnr__inner .bnr-inner {
    display: block;
    width: 100%;
    height: 80px;
    bottom: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 80px;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .floting-bnr__inner .bnr-inner {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 430px) {
  .floting-bnr__inner .bnr-inner {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .floting-bnr__inner .bnr-inner--bnr-check02 {
    background-color: rgba(10, 124, 77, 0.7);
    right: 0;
    color: #f2ff5d;
    background-image: url(../img/list.png);
    background-size: 2.9vw auto;
    background-position: center left 14vw;
    padding-left: 3vw;
  }
}
@media screen and (max-width: 900px) {
  .floting-bnr__inner .bnr-inner--bnr-check02 {
    background-size: 2.9vw auto;
    background-position: center left 13vw;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .floting-bnr__inner .bnr-inner--bnr-check02 {
    background-size: 4vw auto;
    background-position: center left 12vw;
    padding-left: 6vw;
  }
}
@media screen and (max-width: 600px) {
  .floting-bnr__inner .bnr-inner--bnr-check02 {
    background-size: 5vw auto;
    background-position: center left 7vw;
    padding-left: 6vw;
  }
}
@media screen and (max-width: 430px) {
  .floting-bnr__inner .bnr-inner--bnr-check02 {
    background-position: center left 5vw;
    padding-left: 7vw;
  }
}
@media screen and (max-width: 320px) {
  .floting-bnr__inner .bnr-inner--bnr-check02 {
    background-position: center left 2.5vw;
    padding-left: 7.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .floting-bnr__inner .bnr-inner--bnr-monshin02 {
    background-color: rgba(234, 255, 0, 0.7);
    left: 0;
    color: #0a7c4d;
    background-image: url(../img/icon-pc.svg);
    background-size: 3.2vw auto;
    background-position: center left 19vw;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 900px) {
  .floting-bnr__inner .bnr-inner--bnr-monshin02 {
    background-position: center left 18vw;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .floting-bnr__inner .bnr-inner--bnr-monshin02 {
    background-size: 4vw auto;
    background-position: center left 17vw;
    padding-left: 6vw;
  }
}
@media screen and (max-width: 600px) {
  .floting-bnr__inner .bnr-inner--bnr-monshin02 {
    background-size: 5.5vw auto;
    background-position: center left 14vw;
    padding-left: 6vw;
  }
}
@media screen and (max-width: 430px) {
  .floting-bnr__inner .bnr-inner--bnr-monshin02 {
    background-position: center left 13vw;
    padding-left: 7vw;
  }
}
@media screen and (max-width: 320px) {
  .floting-bnr__inner .bnr-inner--bnr-monshin02 {
    background-position: center left 11vw;
    padding-left: 6vw;
  }
}

.menu-radio {
  display: none;
}

.menu-btn {
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: #eaff00;
  z-index: 31;
  position: fixed;
}
@media screen and (max-width: 767px) {
  .menu-btn {
    width: 50px;
    height: 50px;
  }
}
.menu-btn span {
  top: 46px;
  right: 30px;
  width: 30px;
  height: 4px;
  background-color: #0a7c4d;
  position: absolute;
  transition: 0.5s;
  z-index: 31;
}
.menu-btn span::before {
  content: "";
  top: -9px;
  left: 0px;
  width: 30px;
  height: 4px;
  background-color: #0a7c4d;
  position: absolute;
  transition: 0.5s;
}
.menu-btn span::after {
  content: "";
  bottom: -9px;
  left: 0px;
  width: 30px;
  height: 4px;
  background-color: #0a7c4d;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .menu-btn span {
    top: 23px;
    right: 12px;
    width: 26px;
    height: 4px;
  }
  .menu-btn span::before {
    content: "";
    top: -9px;
    left: 0px;
    width: 26px;
    height: 4px;
  }
  .menu-btn span::after {
    content: "";
    bottom: -9px;
    left: 0px;
    width: 26px;
    height: 4px;
  }
}

.menu-wrapper {
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(234, 255, 0, 0);
  overflow: hidden;
  transition: 0.3s;
  position: fixed;
  z-index: 30;
  opacity: 0;
}
.menu-wrapper__nav {
  margin: 40px 20px 30px;
}
.menu-wrapper__nav__item {
  width: 25%;
  height: 130px;
  text-align: center;
  float: left;
}
.menu-wrapper__nav__item:nth-child(even) {
  float: right;
}
@media screen and (max-width: 767px) {
  .menu-wrapper__nav__item {
    width: 50%;
  }
  .menu-wrapper__nav__item:nth-child(even) {
    float: left;
  }
}
.menu-wrapper__nav__item__btn {
  padding-top: 87px;
  font-size: 15px;
  line-height: 18px;
  color: #0a7c4d;
  font-weight: 700;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 80px auto;
  background-position: 50% 0;
  display: block;
}
.menu-wrapper__nav__item__btn--what {
  background-image: url(../img/sp_btn_what.png);
}
.menu-wrapper__nav__item__btn--flow {
  background-image: url(../img/sp_btn_flow.png);
}
.menu-wrapper__nav__item__btn--how {
  background-image: url(../img/sp_btn_how.png);
}
.menu-wrapper__nav__item__btn--check {
  background-image: url(../img/sp_btn_check.png);
}
.menu-wrapper__nav__item__btn--price {
  background-image: url(../img/sp_btn_price.png);
}
.menu-wrapper__nav__item__btn--aid {
  background-image: url(../img/sp_btn_aid.png);
}
.menu-wrapper__nav__item__btn--faq {
  background-image: url(../img/sp_btn_faq.png);
}
.menu-wrapper__nav__item__btn--outline {
  background-image: url(../img/sp_btn_outline.png);
}

input[type=checkbox].menu-radio:checked + .menu-wrapper {
  top: 0;
  right: 0;
  height: auto;
  width: 100vw;
  border-radius: 0;
  background-color: rgba(234, 255, 0, 0.9);
  z-index: 50;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  input[type=checkbox].menu-radio:checked + .menu-wrapper {
    height: 100vh;
  }
}

input[type=checkbox].menu-radio:checked + .menu-wrapper + label.menu-btn {
  z-index: 51;
}
input[type=checkbox].menu-radio:checked + .menu-wrapper + label.menu-btn span {
  background-color: rgba(234, 255, 0, 0);
}
input[type=checkbox].menu-radio:checked + .menu-wrapper + label.menu-btn span::before {
  top: 0;
  left: 0;
  transform: rotate(135deg);
}
input[type=checkbox].menu-radio:checked + .menu-wrapper + label.menu-btn span::after {
  bottom: 0;
  left: 0;
  transform: rotate(-135deg);
}

.main-wrapper {
  margin-top: 170px;
  width: 90%;
  height: 500px;
  background-image: url(../img/main_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  float: right;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 1669px) {
  .main-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .main-wrapper {
    margin-top: 100px;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .main-wrapper {
    margin-top: 50px;
    height: 200px;
  }
}
.main-wrapper__title {
  top: 0;
  left: 6%;
  width: 　244px;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 1399px) {
  .main-wrapper__title {
    left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .main-wrapper__title {
    left: 0;
    width: auto;
    height: 400px;
  }
  .main-wrapper__title img {
    width: auto;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .main-wrapper__title {
    height: 200px;
  }
  .main-wrapper__title img {
    width: auto;
    height: 200px;
  }
}
.main-wrapper__hito {
  bottom: 0;
  left: 26%;
  width: 　451px;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 1399px) {
  .main-wrapper__hito {
    left: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .main-wrapper__hito {
    bottom: -20px;
    left: calc(50% - 130px);
  }
}
@media screen and (max-width: 767px) {
  .main-wrapper__hito {
    bottom: 0;
    left: calc(50% - 40px);
    width: 180px;
  }
}
.main-wrapper__copy {
  top: 111px;
  left: 51.2%;
  font-size: 32px;
  line-height: 46px;
  color: #0a7c4d;
  font-weight: bold;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 1399px) {
  .main-wrapper__copy {
    left: 60%;
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .main-wrapper__copy {
    left: 62%;
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .main-wrapper__copy {
    padding-left: 10px;
    top: auto;
    bottom: -45px;
    left: 0;
    width: 100%;
    height: 45px;
    font-size: 20px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background-color: #0a7c4d;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .main-wrapper__copy {
    padding-top: 10px;
    bottom: -65px;
    height: 65px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center;
  }
}
.main-wrapper__btn {
  top: 209px;
  left: 63%;
  width: 275px;
  height: 275px;
  background-image: url(../img/btn_check.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.5s;
}
.main-wrapper__btn:hover {
  background-image: url(../img/btn_check_r.png);
}
@media screen and (max-width: 1199px) {
  .main-wrapper__btn {
    left: auto;
    right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .main-wrapper__btn {
    top: auto;
    bottom: -80px;
    right: 10px;
    left: auto;
    width: 138px;
    height: 138px;
    background-size: 137.5px auto;
  }
}

.what-wrapper {
  margin: 0 auto;
  padding: 120px 20px 60px;
  width: auto;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .what-wrapper {
    padding: 100px 20px 70px;
  }
}
@media screen and (max-width: 767px) {
  .what-wrapper {
    padding: 90px 20px 30px;
  }
}
.what-wrapper__merit__item {
  padding: 84px 25px 30px;
  margin-bottom: 20px;
  width: calc((100% - 20px) / 2);
  background-color: #0a7c4d;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: 50% 41px;
  background-size: auto 27.5px;
  float: left;
}
.what-wrapper__merit__item:nth-child(even) {
  float: right;
}
@media screen and (max-width: 767px) {
  .what-wrapper__merit__item {
    margin-top: 15px;
    padding: 55px 20px 20px;
    margin-left: 0;
    width: auto;
    background-position: 50% 20px;
    background-size: auto 27.5px;
    float: none;
  }
  .what-wrapper__merit__item:first-child {
    margin-top: 0;
  }
  .what-wrapper__merit__item:nth-child(even) {
    float: none;
  }
}
.what-wrapper__merit__item--01 {
  background-image: url(../img/2-01.png);
}
.what-wrapper__merit__item--02 {
  background-image: url(../img/2-02.png);
}
.what-wrapper__merit__item--03 {
  background-image: url(../img/2-03.png);
}
.what-wrapper__merit__item--04 {
  background-image: url(../img/2-04.png);
}
.what-wrapper__merit__item__title {
  padding-bottom: 38px;
  font-size: 24px;
  line-height: 1.3em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.what-wrapper__merit__item__title::before {
  content: "";
  bottom: 19px;
  left: calc(50% - 10px);
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .what-wrapper__merit__item__title {
    padding-bottom: 30px;
    font-size: 20px;
  }
  .what-wrapper__merit__item__title::before {
    bottom: 16px;
  }
}
.what-wrapper__merit__item__title__sub {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 767px) {
  .what-wrapper__merit__item__title__sub {
    font-size: 11px;
  }
}
.what-wrapper__merit__item__text {
  font-size: 18px;
  line-height: 1.8em;
  color: #fff;
  font-weight: 700;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .what-wrapper__merit__item__text {
    font-size: 15px;
    line-height: 1.6em;
    text-align: justify;
  }
}
.what-wrapper__merit__item__text--center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .what-wrapper__merit__item__text--center {
    text-align: justify;
  }
}


.box_video01{
	max-width: 1000px;
	width: 90%;
	margin:0 auto 60px;
}
.box_video01 iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}


.flow-wrapper {
  padding: 100px 0 120px;
  background-color: #f0f7f4;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .flow-wrapper {
    padding: 60px 0 70px;
  }
  .flow-wrapper::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .flow-wrapper {
    padding: 30px 0 30px;
  }
}
.flow-wrapper::before {
  content: " ";
  margin: 0 auto;
  top: 0;
  left: auto;
  right: auto;
  width: 870px;
  height: 100%;
  background-color: #fff;
  transform-origin: 0 100%;
  transform: skewX(-25deg);
  position: absolute;
}
.flow-wrapper__dot {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/dot_green.png);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .flow-wrapper__dot {
    background-size: 3px auto;
  }
}
.flow-wrapper__inner {
  margin: 0 auto;
  padding: 0 20px;
  width: auto;
  height: 1290px;
  max-width: 1200px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .flow-wrapper__inner {
    height: auto;
  }
}
.flow-wrapper__inner__item {
  width: 46%;
  max-width: 550px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .flow-wrapper__inner__item {
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .flow-wrapper__inner__item:first-child {
    margin-top: 0;
  }
}
.flow-wrapper__inner__item::before {
  content: "";
  bottom: -41px;
  right: -18.1818%;
  width: 160px;
  height: 41px;
  background-image: url(../img/arrow_right.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 1260px) {
  .flow-wrapper__inner__item::before {
    right: -10%;
  }
}
@media screen and (max-width: 1024px) {
  .flow-wrapper__inner__item::before {
    display: none;
  }
}
.flow-wrapper__inner__item:nth-child(even)::before {
  content: "";
  left: -18.1818%;
  background-image: url(../img/arrow_left.png);
  background-position: 0 0;
}
@media screen and (max-width: 1260px) {
  .flow-wrapper__inner__item:nth-child(even)::before {
    left: -10%;
  }
}
@media screen and (max-width: 1024px) {
  .flow-wrapper__inner__item:nth-child(even)::before {
    display: none;
  }
}
.flow-wrapper__inner__item:last-child::before {
  display: none;
}
.flow-wrapper__inner__item--step01 {
  top: 0;
  left: 20px;
}
@media screen and (max-width: 1024px) {
  .flow-wrapper__inner__item--step01 {
    top: auto;
    left: auto;
  }
}
.flow-wrapper__inner__item--step02 {
  top: 60px;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  .flow-wrapper__inner__item--step02 {
    top: auto;
    right: auto;
  }
}
.flow-wrapper__inner__item--step03 {
  top: 267px;
  left: 20px;
}
@media screen and (max-width: 1024px) {
  .flow-wrapper__inner__item--step03 {
    top: auto;
    left: auto;
  }
}
.flow-wrapper__inner__item--step04 {
  top: 454px;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  .flow-wrapper__inner__item--step04 {
    top: auto;
    right: auto;
  }
}
.flow-wrapper__inner__item--step05 {
  top: 630px;
  left: 20px;
}
@media screen and (max-width: 1024px) {
  .flow-wrapper__inner__item--step05 {
    top: auto;
    left: auto;
  }
}
.flow-wrapper__inner__item--step06 {
  top: 850px;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  .flow-wrapper__inner__item--step06 {
    top: auto;
    right: auto;
  }
}
.flow-wrapper__inner__item--step07 {
  top: 962px;
  left: 20px;
}
@media screen and (max-width: 1024px) {
  .flow-wrapper__inner__item--step07 {
    top: auto;
    left: auto;
  }
}
.flow-wrapper__inner__item__title {
  padding-top: 18px;
  padding-left: 110px;
  margin-bottom: 26px;
  height: 40px;
  font-size: 20px;
  line-height: 1.1em;
  color: #0a7c4d;
  font-weight: 700;
  background-size: auto 36.5px;
  background-repeat: no-repeat;
  background-position: 0 3px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .flow-wrapper__inner__item__title {
    padding-top: 0;
    padding-left: 70px;
    margin-bottom: 5px;
    height: 28px;
    font-size: 15px;
    background-size: auto 24.3333333333px;
  }
  .flow-wrapper__inner__item__title span {
    font-size: 12px;
    display: block;
    letter-spacing: -0.05em;
  }
}
.flow-wrapper__inner__item__title--step01 {
  background-image: url(../img/step01.png);
}
.flow-wrapper__inner__item__title--step02 {
  background-image: url(../img/step02.png);
}
.flow-wrapper__inner__item__title--step03 {
  padding-top: 0;
  background-image: url(../img/step03.png);
}
@media screen and (max-width: 1024px) {
  .flow-wrapper__inner__item__title--step03 {
    padding-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .flow-wrapper__inner__item__title--step03 {
    padding-top: 0;
  }
}
.flow-wrapper__inner__item__title--step04 {
  background-image: url(../img/step04.png);
}
.flow-wrapper__inner__item__title--step05 {
  background-image: url(../img/step05.png);
}
@media screen and (max-width: 767px) {
  .flow-wrapper__inner__item__title--step05 {
    padding-top: 8px;
  }
}
.flow-wrapper__inner__item__title--step06 {
  background-image: url(../img/step06.png);
}
@media screen and (max-width: 767px) {
  .flow-wrapper__inner__item__title--step06 {
    padding-top: 8px;
  }
}
.flow-wrapper__inner__item__title--step07 {
  background-image: url(../img/step07.png);
}
@media screen and (max-width: 767px) {
  .flow-wrapper__inner__item__title--step07 {
    padding-top: 8px;
  }
}
.flow-wrapper__caution {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  font-size: 15px;
  line-height: 1.5em;
  color: #0a7c4d;
  font-weight: 700;
  display: block;
  position: relative;
}
.flow-wrapper__caution--first {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .flow-wrapper__caution--first {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .flow-wrapper__caution {
    margin: 10px 20px 0;
    width: auto;
    max-width: 1200px;
    bottom: auto;
    left: auto;
    right: auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .flow-wrapper__caution {
    margin-top: 5px;
    padding-left: 1em;
    font-size: 13px;
    text-indent: -1em;
  }
}

.how-wrapper {
  padding: 120px 0 100px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .how-wrapper {
    padding: 60px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .how-wrapper {
    padding: 30px 0 30px;
  }
}
.how-wrapper__inner {
  margin: 0 auto;
  padding: 0 40px;
  width: 1200px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .how-wrapper__inner {
    padding: 0 20px;
    width: auto;
  }
}
.how-wrapper__inner__text-wrapper {
  width: 540px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .how-wrapper__inner__text-wrapper {
    margin-bottom: 15px;
    width: auto;
  }
}
.how-wrapper__inner__text-wrapper__copy {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.1em;
  color: #0a7c4d;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .how-wrapper__inner__text-wrapper__copy {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .how-wrapper__inner__text-wrapper__copy {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5em;
  }
}
.how-wrapper__inner__photo {
  top: 0;
  right: 40px;
  width: 720px;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .how-wrapper__inner__photo {
    top: auto;
    right: auto;
    width: 100%;
    position: relative;
    z-index: 0;
  }
}

.check-wrapper {
  padding: 120px 20px;
  background-color: #0a7c4d;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .check-wrapper {
    padding: 60px 20px 70px;
  }
}
@media screen and (max-width: 767px) {
  .check-wrapper {
    padding: 30px 20px 30px;
  }
}
.check-wrapper__inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  position: relative;
}
.check-wrapper__inner__table {
  width: 100%;
  border-top: 2px solid #6cb094;
  border-right: 2px solid #6cb094;
}
.check-wrapper__inner__table th {
  padding: 12px 0;
  font-size: 18px;
  line-height: 1.1em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #6cb094;
  border-left: 2px solid #6cb094;
}
.check-wrapper__inner__table td {
  font-size: 18px;
  line-height: 1.5em;
  color: #fff;
  font-weight: 700;
  border-bottom: 2px solid #6cb094;
  border-left: 2px solid #6cb094;
}
@media screen and (max-width: 767px) {
  .check-wrapper__inner__table td {
    font-size: 13px;
    display: block;
  }
  .check-wrapper__inner__table td span {
    margin-top: 5px;
    font-size: 13px;
    display: block;
  }
}
.check-wrapper__inner__table td.td-text {
  padding: 20px 15px;
  width: 760px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .check-wrapper__inner__table td.td-text {
    padding: 10px 15px 10px 0;
    width: 85%;
    float: right;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-left: none;
    background-color: #23895f;
  }
}
.check-wrapper__inner__table td.td-number {
  padding: 20px 0;
  width: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .check-wrapper__inner__table td.td-number {
    padding: 10px 5px;
    width: 15%;
    float: left;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #23895f;
  }
}
.check-wrapper__inner__table td.td-yes {
  padding: 20px 0;
  width: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .check-wrapper__inner__table td.td-yes {
    padding: 15px 5px 10px;
    width: 33.3333333333%;
    float: left;
    background-color: transparent;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.check-wrapper__inner__table td.td-sometimes {
  padding: 20px 0;
  width: 80px;
  text-align: center;
  background-color: #23895f;
}
@media screen and (max-width: 767px) {
  .check-wrapper__inner__table td.td-sometimes {
    padding: 15px 5px 10px;
    width: 33.3333333333%;
    float: left;
    background-color: transparent;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.check-wrapper__inner__table td.td-no {
  padding: 20px 0;
  width: 80px;
  text-align: center;
  background-color: #3b9671;
}
@media screen and (max-width: 767px) {
  .check-wrapper__inner__table td.td-no {
    padding: 15px 5px 10px;
    width: 33.3333333333%;
    float: right;
    background-color: transparent;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.check-input {
  display: none;
}

.chack-label {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  background-color: #54a483;
  border: 2px solid #fff;
  position: relative;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  transition: 0.5s;
}
.chack-label:hover {
  background-color: #eaff00;
  border-color: #eaff00;
}
@media screen and (max-width: 767px) {
  .chack-label:hover {
    background-color: #54a483;
    border: 2px solid #fff;
  }
}

input[type=radio].check-input:checked + .chack-label::after {
  content: "";
  top: -10px;
  left: 6px;
  width: 10px;
  height: 20px;
  border-bottom: 4px solid #eaff00;
  border-right: 4px solid #eaff00;
  transform: rotate(45deg);
  position: absolute;
}

.check-btn {
  width: 100%;
  height: 80px;
  font-size: 22px;
  line-height: 78px;
  color: #0a7c4d;
  font-weight: 700;
  text-align: center;
  background-color: #eaff00;
  border-radius: 8px;
  display: block;
  transition: 0.5s;
}
.check-btn:hover {
  color: #fff;
  background-color: #043;
}
@media screen and (max-width: 767px) {
  .check-btn {
    margin-top: -15px;
    height: 60px;
    font-size: 18px;
    line-height: 58px;
  }
}

.result-wrapper {
  padding: 60px !important;
  border: 3px solid #0a7c4d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .result-wrapper {
    padding: 20px !important;
  }
}
.result-wrapper__title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.8em;
  color: #0a7c4d;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
  display: inline-block;
  position: relative;
  border-bottom: 5px solid #eaff00;
}
@media screen and (max-width: 767px) {
  .result-wrapper__title {
    font-size: 16px;
  }
}
.result-wrapper__text {
  font-size: 18px;
  line-height: 1.8em;
  color: #0a7c4d;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .result-wrapper__text {
    font-size: 14px;
  }
}

.price-wrapper {
  padding: 100px 20px 120px;
  background-color: #f0f7f4;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .price-wrapper {
    padding: 60px 20px 70px;
  }
  .price-wrapper::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .price-wrapper {
    padding: 30px 20px 30px;
  }
}
.price-wrapper::before {
  content: " ";
  margin: 0 auto;
  top: 0;
  left: auto;
  right: auto;
  width: 870px;
  height: 100%;
  background-color: #fff;
  transform-origin: 0 100%;
  transform: skewX(-25deg);
  position: absolute;
}
.price-wrapper__dot {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/dot_green.png);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .price-wrapper__dot {
    background-size: 3px auto;
  }
}
.price-wrapper__inner {
  margin: 0 auto;
  max-width: 1000px;
  width: auto;
}
.price-wrapper__inner__system__item {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .price-wrapper__inner__system__item {
    margin-top: 10px;
  }
}
.price-wrapper__inner__system__item__link {
  color: #0a7c4d;
  border-bottom: 2px solid #e5f1ec;
  position: relative;
  display: block;
}
.price-wrapper__inner__system__item__link::before {
  content: "";
  top: 10px;
  right: 0;
  width: 39px;
  height: 39px;
  background-color: #0a7c4d;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .price-wrapper__inner__system__item__link::before {
    top: 12px;
    width: 20px;
    height: 20px;
  }
}
.price-wrapper__inner__system__item__link::after {
  content: "";
  top: 25px;
  right: 13px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .price-wrapper__inner__system__item__link::after {
    top: 20px;
    right: 6px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.price-wrapper__inner__system__item__link.close::after {
  content: "";
  top: 21px;
  right: 13px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .price-wrapper__inner__system__item__link.close::after {
    top: 17px;
    right: 6px;
  }
}
.price-wrapper__inner__system__item__link__text {
  padding: 20px;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .price-wrapper__inner__system__item__link__text {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .price-wrapper__inner__system__item__link__text {
    padding: 15px 25px 15px 15px;
    font-size: 16px;
  }
}
.price-wrapper__inner__system__item__link__text::before {
  content: "";
  top: 23px;
  left: 0;
  width: 4px;
  height: 11px;
  background-color: #eaff00;
  border: 2px solid #0a7c4d;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .price-wrapper__inner__system__item__link__text::before {
    top: 16px;
    width: 3px;
    height: 9px;
  }
}
.price-wrapper__inner__system__item__link:hover {
  color: #043;
}
@media screen and (max-width: 767px) {
  .price-wrapper__inner__system__item__link:hover {
    color: #0a7c4d;
  }
}
.price-wrapper__inner__system__item__link:hover::before {
  background-color: #043;
}
@media screen and (max-width: 767px) {
  .price-wrapper__inner__system__item__link:hover::before {
    background-color: #0a7c4d;
  }
}
.price-wrapper__inner__system__item__link:hover .price-wrapper__inner__system__item__link__text::before {
  background-color: #0a7c4d;
  border: 2px solid #043;
}
@media screen and (max-width: 767px) {
  .price-wrapper__inner__system__item__link:hover .price-wrapper__inner__system__item__link__text::before {
    background-color: #eaff00;
    border: 2px solid #0a7c4d;
  }
}
.price-wrapper__inner__system__item__inner {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .price-wrapper__inner__system__item__inner {
    padding: 15px 0;
  }
}
.price-wrapper__inner__system__item__inner__img {
  width: 100%;
}

.aid-wrapper {
  margin: 0 auto;
  padding: 100px 20px 120px;
  width: auto;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .aid-wrapper {
    padding: 60px 20px 70px;
  }
}
@media screen and (max-width: 767px) {
  .aid-wrapper {
    padding: 30px 20px;
  }
}

.faq-wrapper {
  padding: 120px 20px;
  background-color: #f0f7f4;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .faq-wrapper {
    padding: 60px 20px 70px;
  }
  .faq-wrapper::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .faq-wrapper {
    padding: 30px 20px;
  }
}
.faq-wrapper::before {
  content: " ";
  margin: 0 auto;
  top: 0;
  left: auto;
  right: auto;
  width: 870px;
  height: 100%;
  background-color: #fff;
  transform-origin: 0 100%;
  transform: skewX(-25deg);
  position: absolute;
}
.faq-wrapper__dot {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/dot_green.png);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .faq-wrapper__dot {
    background-size: 3px auto;
  }
}
.faq-wrapper__inner {
  margin: 0 auto;
  width: auto;
  max-width: 1000px;
}
.faq-wrapper__inner__q {
  color: #0a7c4d;
  position: relative;
  display: block;
}
.faq-wrapper__inner__q.close .faq-wrapper__inner__q__icon::after {
  content: "";
  top: 11px;
  left: 17px;
  width: 3px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  transition: 0.5s;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .faq-wrapper__inner__q.close .faq-wrapper__inner__q__icon::after {
    top: 4px;
    left: 9px;
    width: 2px;
    height: 12px;
  }
}
.faq-wrapper__inner__q__text {
  padding: 5px 50px 5px 45px;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: justify;
  background-image: url(../img/q.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 27.5px auto;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .faq-wrapper__inner__q__text {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .faq-wrapper__inner__q__text {
    padding: 5px 30px 5px 25px;
    font-size: 16px;
    line-height: 1.4em;
    background-position: 0 8px;
    background-size: 18.3333333333px auto;
  }
}
.faq-wrapper__inner__q__icon {
  top: calc(50% - 18px);
  right: 0;
  width: 37px;
  height: 37px;
  background-color: #0a7c4d;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .faq-wrapper__inner__q__icon {
    top: calc(50% - 10px);
    right: 0;
    width: 20px;
    height: 20px;
  }
}
.faq-wrapper__inner__q__icon::before {
  content: "";
  top: 17px;
  left: 11px;
  width: 15px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .faq-wrapper__inner__q__icon::before {
    top: 9px;
    left: 4px;
    width: 12px;
    height: 2px;
  }
}
.faq-wrapper__inner__q__icon::after {
  content: "";
  top: 11px;
  left: 17px;
  width: 3px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  transition: 0.5s;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .faq-wrapper__inner__q__icon::after {
    top: 9px;
    left: 4px;
    width: 12px;
    height: 2px;
  }
}
.faq-wrapper__inner__q:hover {
  color: #043;
}
@media screen and (max-width: 767px) {
  .faq-wrapper__inner__q:hover {
    color: #0a7c4d;
  }
}
.faq-wrapper__inner__q:hover .faq-wrapper__inner__q__icon {
  background-color: #043;
}
@media screen and (max-width: 767px) {
  .faq-wrapper__inner__q:hover .faq-wrapper__inner__q__icon {
    background-color: #0a7c4d;
  }
}
.faq-wrapper__inner__a-wrapper {
  margin-top: 33px;
  padding-top: 30px;
  padding-left: 45px;
  border-top: 2px dashed #0a7c4d;
  background-image: url(../img/a.png);
  background-position: 0 25px;
  background-repeat: no-repeat;
  background-size: 29px auto;
}
@media screen and (max-width: 767px) {
  .faq-wrapper__inner__a-wrapper {
    margin-top: 18px;
    padding-top: 15px;
    padding-left: 25px;
    border-top: 1px dashed #0a7c4d;
    background-position: 0 22px;
    background-size: 19.3333333333px auto;
  }
}

.outline-wrapper {
  margin: 0 auto;
  padding: 100px 20px;
  width: auto;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .outline-wrapper {
    padding: 60px 20px 70px;
  }
}
@media screen and (max-width: 767px) {
  .outline-wrapper {
    padding: 30px 20px;
  }
}
.outline-wrapper__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.outline-wrapper__inner__text-wrapper {
  width: 400px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .outline-wrapper__inner__text-wrapper {
    margin-bottom: 15px;
    width: auto;
    text-align: center;
    float: none;
  }
}
.outline-wrapper__inner__text-wrapper__name {
  font-size: 28px;
  line-height: 1.1em;
  color: #0a7c4d;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .outline-wrapper__inner__text-wrapper__name {
    font-size: 22px;
  }
}
.outline-wrapper__inner__text-wrapper__name__sub {
  margin-bottom: 3px;
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 767px) {
  .outline-wrapper__inner__text-wrapper__name__sub {
    margin-bottom: 1px;
    font-size: 14px;
  }
}
.outline-wrapper__inner__text-wrapper__address {
  margin-top: 7px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.5em;
  color: #0a7c4d;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .outline-wrapper__inner__text-wrapper__address {
    font-size: 13px;
  }
}
.outline-wrapper__inner__text-wrapper__mail {
  margin-bottom: 20px;
}
.outline-wrapper__inner__text-wrapper__mail__link {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 19px;
  color: #0a7c4d;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .outline-wrapper__inner__text-wrapper__mail__link {
    font-size: 4vw;
  }
}
.outline-wrapper__inner__text-wrapper__tel {
  padding-left: 62px;
  font-size: 16px;
  line-height: 1.1em;
  color: #0a7c4d;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .outline-wrapper__inner__text-wrapper__tel {
    padding: 62px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .outline-wrapper__inner__text-wrapper__tel {
    font-size: 14px;
  }
}
.outline-wrapper__inner__text-wrapper__tel__number {
  margin-top: 8px;
  font-size: 30px;
  color: #0a7c4d;
  display: block;
}
.outline-wrapper__inner__text-wrapper__tel__number:hover {
  color: #0a7c4d;
}
@media screen and (max-width: 767px) {
  .outline-wrapper__inner__text-wrapper__tel__number {
    font-size: 24px;
  }
}
.outline-wrapper__inner__text-wrapper__tel::before {
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #0a7c4d;
  background-image: url(../img/icon_tel_white.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px auto;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .outline-wrapper__inner__text-wrapper__tel::before {
    left: calc(50% - 25px);
  }
}
.outline-wrapper__inner__text-wrapper__btn {
  margin-top: 20px;
  padding-left: 108px;
  width: 280px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  background-color: #88abda;
  border-radius: 8px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  .outline-wrapper__inner__text-wrapper__btn {
    margin: 20px auto 30px;
    padding-left: 50px;
    width: 300px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .outline-wrapper__inner__text-wrapper__btn {
    width: 100%;
  }
}
.outline-wrapper__inner__text-wrapper__btn::before {
  content: "";
  top: 13px;
  left: 65px;
  width: 34px;
  height: 34px;
  background-color: #fff;
  background-image: url(../img/icon_pc.png);
  background-repeat: no-repeat;
  background-size: 23px auto;
  background-position: 50% 50%;
  position: absolute;
  border-radius: 50%;
}
.outline-wrapper__inner__text-wrapper__btn:hover {
  color: #fff;
  background-color: #46b;
}
.outline-wrapper__inner__text-wrapper__info__time {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  margin-top: 10px;
}
@media screen and (max-width: 10199px) {
  .outline-wrapper__inner__text-wrapper__info__time {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .outline-wrapper__inner__text-wrapper__info__time {
    font-size: 3vw;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 430px) {
  .outline-wrapper__inner__text-wrapper__info__time {
    font-size: 14px;
    margin-top: 14px;
  }
}
.outline-wrapper__inner__text-wrapper__info__time:first-child {
  margin-top: 20px;
}
.outline-wrapper__inner__text-wrapper__info__time__span {
  padding: 2px 5px;
  background-color: #d7f1e7;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .outline-wrapper__inner__text-wrapper__info__time__span {
    margin-bottom: 5px;
  }
}
.outline-wrapper__inner__table-wrapper {
  width: calc(100% - 400px);
  float: right;
}
@media screen and (max-width: 1024px) {
  .outline-wrapper__inner__table-wrapper {
    width: auto;
    float: none;
  }
}
.outline-wrapper__inner__table-wrapper__table {
  width: 100%;
  background-color: #fff;
  border-top: 2px solid #0a7c4d;
  border-right: 2px solid #0a7c4d;
}
.outline-wrapper__inner__table-wrapper__table th {
  padding: 20px;
  font-size: 18px;
  line-height: 1.1em;
  color: #0a7c4d;
  font-weight: 700;
  text-align: center;
  background-image: url(../img/dot_green_box.png);
  border-bottom: 2px solid #0a7c4d;
  border-left: 2px solid #0a7c4d;
}
@media screen and (max-width: 767px) {
  .outline-wrapper__inner__table-wrapper__table th {
    background-size: 3px auto;
    padding: 5px;
    font-size: 13px;
  }
}
.outline-wrapper__inner__table-wrapper__table tbody th {
  padding: 18px;
  font-size: 18px;
  line-height: 1.1em;
  color: #0a7c4d;
  font-weight: 700;
  text-align: center;
  background-image: none;
  border-bottom: 2px solid #0a7c4d;
  border-left: 2px solid #0a7c4d;
}
@media screen and (max-width: 767px) {
  .outline-wrapper__inner__table-wrapper__table tbody th {
    padding: 5px;
    font-size: 13px;
  }
}
.outline-wrapper__inner__table-wrapper__table td {
  padding: 22px;
  font-size: 18px;
  line-height: 1.1em;
  color: #0a7c4d;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #0a7c4d;
  border-left: 2px dashed #0a7c4d;
}
@media screen and (max-width: 767px) {
  .outline-wrapper__inner__table-wrapper__table td {
    padding: 5px;
    font-size: 13px;
  }
}
.outline-wrapper__inner__table-wrapper__table td.td-bg-yellow {
  background-color: #eaff00;
}
.outline-wrapper__inner__table-wrapper__table td.td-week {
  padding: 10px 25px;
}
@media screen and (max-width: 767px) {
  .outline-wrapper__inner__table-wrapper__table td.td-week {
    padding: 5px;
  }
}

.map-wrapper {
  width: 100%;
  height: 660px;
  background-color: #eee;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .map-wrapper {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .map-wrapper {
    height: 300px;
  }
}
.map-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.em {
  display: inline-block;
  margin-left: -0.5em;
}
@media screen and (max-width: 767px) {
  .em {
    margin-left: 0;
  }
}

.footer-wrapper {
  width: 100%;
  background-color: #0a7c4d;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrapper {
    padding-bottom: 60px;
  }
}
.footer-wrapper__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 70px 20px;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__inner {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrapper__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrapper__inner__text-wrapper {
    width: 100%;
  }
}
.footer-wrapper__inner__text-wrapper__name {
  font-size: 28px;
  line-height: 1.1em;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer-wrapper__inner__text-wrapper__name {
    font-size: 22px;
    text-align: center;
  }
}
.footer-wrapper__inner__text-wrapper__name__sub {
  margin-bottom: 3px;
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer-wrapper__inner__text-wrapper__name__sub {
    margin-bottom: 1px;
    font-size: 14px;
  }
}
.footer-wrapper__inner__text-wrapper__address {
  margin-top: 7px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.5em;
  color: #fff;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer-wrapper__inner__text-wrapper__address {
    font-size: 13px;
    text-align: center;
  }
}
.footer-wrapper__inner__text-wrapper__mail {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer-wrapper__inner__text-wrapper__mail {
    text-align: center;
  }
}
.footer-wrapper__inner__text-wrapper__mail__link {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__inner__text-wrapper__mail__link {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrapper__inner__text-wrapper__mail__link {
    font-size: 15px;
    text-align: center;
  }
}
.footer-wrapper__inner__text-wrapper__tel {
  padding-left: 62px;
  font-size: 16px;
  line-height: 1.1em;
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__inner__text-wrapper__tel {
    padding: 62px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrapper__inner__text-wrapper__tel {
    font-size: 14px;
  }
}
.footer-wrapper__inner__text-wrapper__tel__number {
  margin-top: 8px;
  font-size: 30px;
  color: #fff;
  display: block;
}
.footer-wrapper__inner__text-wrapper__tel__number:hover {
  color: #0a7c4d;
}
@media screen and (max-width: 767px) {
  .footer-wrapper__inner__text-wrapper__tel__number {
    font-size: 24px;
  }
}
.footer-wrapper__inner__text-wrapper__tel::before {
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #0a7c4d;
  background-image: url(../img/icon_tel_white.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px auto;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__inner__text-wrapper__tel::before {
    left: calc(50% - 25px);
  }
}
.footer-wrapper__inner__text-wrapper__info__time {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  margin-top: 10px;
}
@media screen and (max-width: 10199px) {
  .footer-wrapper__inner__text-wrapper__info__time {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrapper__inner__text-wrapper__info__time {
    font-size: 3vw;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 430px) {
  .footer-wrapper__inner__text-wrapper__info__time {
    font-size: 14px;
    margin-top: 14px;
  }
}
.footer-wrapper__inner__text-wrapper__info__time:first-child {
  margin-top: 20px;
}
.footer-wrapper__inner__text-wrapper__info__time__span {
  padding: 2px 5px;
  background-color: #d7f1e7;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .footer-wrapper__inner__text-wrapper__info__time__span {
    margin-bottom: 5px;
  }
}
.footer-wrapper__inner__tel__link {
  padding-left: 62px;
  font-size: 16px;
  line-height: 1.1em;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.footer-wrapper__inner__tel__link__number {
  margin-top: 8px;
  font-size: 30px;
  color: #fff;
  display: block;
}
.footer-wrapper__inner__tel__link::before {
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-image: url(../img/icon_tel.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px auto;
  border-radius: 50%;
  position: absolute;
}
.footer-wrapper__inner__tel__btn {
  margin-top: 30px;
  padding-left: 108px;
  width: 280px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  background-color: #88abda;
  border-radius: 8px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__inner__tel__btn {
    padding-left: 50px;
    width: 300px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrapper__inner__tel__btn {
    width: 100%;
  }
}
.footer-wrapper__inner__tel__btn::before {
  content: "";
  top: 13px;
  left: 65px;
  width: 34px;
  height: 34px;
  background-color: #fff;
  background-image: url(../img/icon_pc.png);
  background-repeat: no-repeat;
  background-size: 23px auto;
  background-position: 50% 50%;
  position: absolute;
  border-radius: 50%;
}
.footer-wrapper__inner__tel__btn:hover {
  color: #fff;
  background-color: #46b;
}
.footer-wrapper__copyright {
  width: 100%;
  padding: 35px 0;
  font-size: 12px;
  line-height: 1.1em;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-top: 1px dotted #fff;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__copyright {
    padding: 20px 0;
  }
}

.title-center {
  padding-bottom: 50px;
  font-size: 28px;
  line-height: 1.3em;
  color: #0a7c4d;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-center {
    padding-bottom: 33px;
    font-size: 18px;
  }
}
.title-center__en {
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.1em;
  color: #a7c3e8;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .title-center__en {
    margin-top: 3px;
    font-size: 11px;
  }
}
.title-center::before {
  content: "";
  bottom: 35px;
  left: calc(50% - 10px);
  width: 20px;
  height: 2px;
  background-color: #0a7c4d;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .title-center::before {
    bottom: 18px;
  }
}
.title-center--white {
  color: #fff;
}
.title-center--white::before {
  background-color: #fff;
}

.title-left {
  padding-bottom: 50px;
  font-size: 28px;
  line-height: 1.1em;
  color: #0a7c4d;
  font-weight: 700;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .title-left {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .title-left {
    padding-bottom: 35px;
    font-size: 18px;
  }
}
.title-left__en {
  margin-top: 12px;
  font-size: 13px;
  color: #a7c3e8;
  text-align: left;
  display: block;
}
@media screen and (max-width: 1024px) {
  .title-left__en {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .title-left__en {
    margin-top: 5px;
    font-size: 11px;
  }
}
.title-left::before {
  content: "";
  bottom: 35px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #0a7c4d;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .title-left::before {
    left: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .title-left::before {
    bottom: 20px;
  }
}

.title-line {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .title-line {
    margin-bottom: 15px;
  }
}
.title-line__text {
  padding-bottom: 5px;
  font-size: 22px;
  line-height: 1.1em;
  color: #0a7c4d;
  font-weight: 700;
  border-bottom: 8px solid #eaff00;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .title-line__text {
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 1.3em;
    color: #0a7c4d;
    font-weight: 700;
    border-bottom: 5px solid #eaff00;
  }
}

.title-dot {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.1em;
  color: #0a7c4d;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-dot {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4em;
  }
}
.title-dot__number {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .title-dot__number {
    font-size: 25px;
  }
}
.title-dot::before {
  content: "";
  left: 0;
  bottom: 10px;
  width: calc(50% - 230px);
  height: 0;
  border-top: 2px dashed #0a7c4d;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .title-dot::before {
    display: none;
  }
}
.title-dot::after {
  content: "";
  right: 0;
  bottom: 10px;
  width: calc(50% - 230px);
  height: 0;
  border-top: 2px dashed #0a7c4d;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .title-dot::after {
    display: none;
  }
}

.text-standard {
  font-size: 18px;
  line-height: 1.8em;
  color: #0a7c4d;
  font-weight: 700;
  text-align: justify;
  letter-spacing: -0.01em;
}
.text-standard--white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .text-standard {
    font-size: 15px;
    line-height: 1.7em;
  }
}
.text-standard a {
  color: #0a7c4d;
}
.text-standard a:hover {
  color: #043;
}
.text-standard--strong {
  color: #e80;
  font-weight: 700;
}

.text-caution {
  margin-top: 20px;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.6em;
  color: #0a7c4d;
  font-weight: 700;
  text-indent: -1em;
  display: block;
}
@media screen and (max-width: 767px) {
  .text-caution {
    font-size: 13px;
  }
}
.text-caution--l {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .text-caution--l {
    font-size: 14px;
  }
}
.text-caution--white {
  color: #fff;
}
.text-caution:last-child {
  margin-top: 5px;
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 1024px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1024px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  .mb90 {
    margin-bottom: 45px !important;
  }
}

.ml-05 {
  margin-left: -0.5em;
}

.mlr-05 {
  margin-right: -0.5em;
  margin-left: -0.5em;
}

@media screen and (max-width: 767px) {
  .m-sp {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
}

.box {
  padding: 38px 40px;
  background-color: #fff;
  border: 2px solid #0a7c4d;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .box {
    padding: 18px 20px;
  }
}
.box--bg {
  background-image: url(../img/dot_green_box.png);
}
@media screen and (max-width: 767px) {
  .box--bg {
    background-size: 3px auto;
  }
}
.box--shadow {
  box-shadow: 0 5px 0 0 #9dcbb8;
}

.box-green {
  padding: 20px 25px;
  background-color: #0a7c4d;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .box-green {
    padding: 15px 20px;
  }
}

.list-number__item {
  margin-top: 16px;
  padding-left: 48px;
  min-height: 23px;
  font-size: 18px;
  line-height: 1.8em;
  color: #0a7c4d;
  font-weight: 700;
  text-align: justify;
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: auto 27.5px;
}
@media screen and (max-width: 767px) {
  .list-number__item {
    margin-top: 10px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.6em;
    background-position: 0 5px;
    background-size: auto 18.3333333333px;
  }
}
.list-number__item:first-child {
  margin-top: 0;
}
.list-number__item--01 {
  background-image: url(../img/1-01.png);
}
.list-number__item--02 {
  background-image: url(../img/1-02.png);
}
.list-number__item--03 {
  background-image: url(../img/1-03.png);
}
.list-number__item--04 {
  background-image: url(../img/1-04.png);
}
.list-number__item--05 {
  background-image: url(../img/1-05.png);
}/*# sourceMappingURL=style.css.map */