html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img{
  max-width: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

form{
    margin-top: 20px;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  display: flex;
  flex-direction: column;
  color: #212121;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
}

/* mixin
-----------------------------------------*/
/* contents
-----------------------------------------*/
.section__ttl {
  font-size: 25px;
  line-height: 2.3rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}

.section__ttl span{
  color:#1C70D1;
}

.triangle3{
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 50px solid #A8934A;
  margin: auto;
  z-index:2;    position: relative;
}

.border{
    width: 100%;
    height: 10px;
    background-color: #A8934A;;
}
@media only screen and (max-width: 767px) {
  .section__ttl {
    font-size: 24px;
  }
}
.section__container {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 90px 0;
}
@media only screen and (max-width: 1024px) {
  .section__container {
    width: 90%;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section__container {
    padding: 42px 0;
  }
}

.header {
  width: 100%;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  background: #4f9a94;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .header {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 88px;
  }
}
.header__ttl {
  font-size: 28px;
  letter-spacing: 1px;
  margin: 0 0 0 32px;
}
@media only screen and (max-width: 767px) {
  .header__ttl {
    font-size: 24px;
    margin: 0 0 12px;
  }
}

.gnav {
  margin: 0 32px 0 auto;
}
@media only screen and (max-width: 767px) {
  .gnav {
    width: 100%;
    margin: 0 auto;
  }
}
.gnav__list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .gnav__list {
    justify-content: center;
  }
}
.gnav__item {
  margin: 0 16px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .gnav__item {
    margin: 0 16px;
  }
}
.gnav__item:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .gnav__item:last-of-type {
    margin: 0 16px;
  }
}
.gnav__link {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: all 0.5s ease 0s;
}
.gnav__link:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.gnav__link:hover {
  opacity: 0.6;
}
.gnav__link:hover:after {
  width: 30px;
}

.fv {
/*  background-image: url(https://self-regeneration.jp/img/kaitori/mv.jpg);*/
    background-color: #FDD300;
    height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
}
.fv__container {
  width: 1100px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: 0px auto;
}

.sateiform{
    background: #0000009e;
    width: 100%;
    bottom: 0;
}


.sateiform h3{
    padding-top: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    letter-spacing: .2rem;
}

.sateiform h3 span{
    color: rgb(255, 255, 0);
}

.form-inner{
    max-width: 1240px;
    margin: 0 auto;
    padding: 1rem 0;
    text-align: center;
}


input,select{
  margin-bottom: 10px;
  position:relative;
  background-color:#fff;
  border:1px solid #aaa;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  -o-border-radius:6px;
  -ms-border-radius:6px;
  border-radius:6px;
  padding: 1rem;
  font-size: 1rem;
}

#syubetsuselect{
    width: 29%;
}

.yubin{
    width: 70%;
}

.todohuken{
    width: 100%;
}

.shiny-btn4 {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 12px;
  background-color: #A8934A;/*ボタンの色*/
  box-shadow: 0 3px 0 0 #70612c;/*影の色(rgbaの値を変更)*/
  border-radius: 10px;
  font-weight: bold;
  font-size: 25px!important;
  color: #fff!important;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
  cursor:pointer;
}
.shiny-btn4:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}
.shiny-btn4::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny 2.5s ease-in-out infinite;
}

@-webkit-keyframes shiny{
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0%; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 100%; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0%; }
}


.fv__container img{
width: 100%;
}

@media only screen and (max-width: 1024px) {
  .fv__container {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .fv__container {
    height: 400px;
  }
}
.fv__ttl {
  font-size: 60px;
  width: 100%;
  margin-top: 40px;
  letter-spacing: 2px;
  color: #356763;
}

.about {
  background: #F8F6F1;
}
.about__desc {
  width: 600px;
  margin: 0 auto 80px;
  text-align: center;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .about__desc {
    width: 100%;
    font-size: 14px;
    margin: 0 auto 48px;
  }


.fv__ttl {
  margin-top: initial;}
}

.about-img{
    margin-top: 30px;
}

.about__ttl-txt{
    color: #21386A;
    font-size: 40px;
    text-align: center;
    margin-top: 30px;
    line-height: 50px;
    font-weight: bold;
}

.about__ttl-txt span{
    display: inline-block;
    background: linear-gradient(180deg, #a38131 0%, #e7c76d 63%, #fddfb7 72%, #e3c05d 73%, #9d874e 100%);
    background: -webkit-linear-gradient(90deg, #a38131 0%, #e7c76d 63%, #fddfb7 72%, #e3c05d 73%, #9d874e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

.about__block{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.about__block-inner{
    width: 31%;
}

.image-width100 img{
  width: 100%;

}
.about__item {
  width: 100%;
  list-style: none;
  display: flex;
  margin: 0 0 48px;
  flex-wrap: wrap;
}
.about__img {
  width: 30%;
}
.about__img img {
  width: 100%;
}
.about__img.is-2 {
  order: 1;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1024px) {
  .about__img.is-2 {
    margin: 0 0 24px;
    order: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .about__img {
    width: 100%;
    margin: 0 0 24px;
  }
}
.about__contents {
  width: 67%;
  margin: 0 0 0 auto;
}
.about__contents.is-2 {
  order: 0;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .about__contents {
    width: 100%;
  }
}
.about__subttl {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 16px;
  display: flex;
  width: 150px;
  height: 46px;
  justify-content: center;
  align-items: center;
  background: #212121;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .about__subttl {
    width: 100%;
    color: #212121;
    background: none;
    border-bottom: 1px solid #ccc;
  }
}
.about__subdesc {
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .about__subdesc {
    font-size: 14px;
  }
}

.form-ttl{
    text-align: center;
    position: absolute;
    z-index: 2;
    top: -80px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.form-block{
    background-color: #F8F6F1;
    border: solid 5px #A8934A;
    padding: 80px 80px 50px 80px;
    position: relative;
    border-radius: 10px;
display: flex;}

.form-inner-ttl{
    color: #21386A;
    font-size: 52px;
    line-height: 70px;
    font-weight: bold;
}

.form-innter{
    z-index: 4;
}

.form-innter a{
    color: #21386A;
    font-size: 64px;
    z-index: 3;
    font-weight: bold;
}

.form-innter a span{
    font-size: 20px;
}

.form-inner-ttl span{
    font-size: 0.9em;
}

.form-innter{
    width: 60%;
}

.form-innter-img{
    width: 40%;
    text-align: center;
}


.form-innter-img img{
    max-height: 450px;
}

.description{
  background-color: #F9FAFE;
  z-index:1;
}

.description__ttl{
    font-size: 38px;
    line-height: 60px;
    color: #21386A;
}

.description__ttl span{
    font-size: 1.3em;
    color: #21386A;
}

.description__desc {
  width: 600px;
  margin: 0 auto 80px;
  text-align: center;
  line-height: 1.7;
}
@media only screen and (max-width: 1024px) {
  .description__desc {
    margin: 0 auto 48px;
  }
}
@media only screen and (max-width: 767px) {
  .description__desc {
    width: 100%;
  }
}
.description__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.description__item {
  width: 100%;
  list-style: none;
  background-color: #fff;
  padding: 2rem;
  margin: 45px 0;
}
@media only screen and (max-width: 1024px) {
  .description__item {
    width: 100%;
    margin: 0 0 24px;
  }
}
.description__plan {
  font-size: 28px;
  margin: 0 0 20px;
  padding: 6px 0 6px 10px;
}
.description__table {
  width: 100%;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .description__table {
    border: none;
  }
}

.description__inner{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.description__name {
  width: 70%;
  padding: 20px 0px;
  border-bottom: none;
font-size: 1.3rem;
margin-bottom: 1rem;
}

.description__name span{
  color: #1C70D1;
}

span.big_num{
    font-size: 28px;
    color: #21386A;
    margin-right: 1rem;
    display: block;
    position: absolute;
    top: -85px;
    background-color: #fff;
    padding: 30px 20px 41px 20px;
    border-radius: 50%;
    z-index: 0;
}


.description__name h3{
  display: inline-block;
  line-height: 1.8rem;
  font-size: 25px;
  color: #21386A;
}

.description__name p{
  margin-top: 1rem;
  font-size: 16px;
  line-height: 30px;
font-weight: normal;
font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;}

hr {
  border-top: solid 1px #21386A;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

@media only screen and (max-width: 767px) {
  .description__name {
    width: 100%;
    display: block;
    border: none;
    font-size: 14px;
  }
}
.description__data {
  width: 30%;
  padding: 12px;
  border-left: none;
  border-bottom: none;
  line-height: 1.7;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .description__data {
    width: 100%;
    display: block;
    border: none;
    font-size: 14px;
  }
}

.reason {
  background: #F8F6F1;
}
.reason__desc {
  width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

.blueblock{
  border-top: 50px solid #1C70D1 ;
  margin: 2rem auto;
}

@media only screen and (max-width: 1024px) {
  .reason__desc {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .reason__desc {
    font-size: 14px;
  }
}
.reason__more {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4f9a94;
  color: #fff;
  text-decoration: none;
  width: 300px;
  height: 65px;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 5px #2c5753;
  transition: all 0.5s ease 0s;
  border: 2px solid #4f9a94;
  margin: 60px auto;
}
.reason__more:hover {
  box-shadow: none;
  background: #fff;
  color: #4f9a94;
}
@media only screen and (max-width: 1024px) {
  .reason__more {
    font-size: 20px;
    width: 250px;
    height: 55px;
  }
}

.align-left{
  text-align: left;
}

.reason__block{
  max-width: 100%;
  margin-top: 40px;
}


.reason__block img{
  max-width: 100%;
}

.reazon__txt{
  text-align: center;
  margin: 1rem;
  line-height: 2rem;
  font-weight: bold;
}

span.yellowmarker {
    background:linear-gradient(transparent 70%, #FFFF00 0%);
  }

.reazon__point{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.reazon__point div{
  width: 48%;
  padding: 2rem;
  text-align: center;
  background-color: #fff;
  margin-bottom: 1rem;
  border-radius: 1rem;
}

.reazon__point div p{
  text-align: center;
  line-height: 1.8rem;
  font-weight: bold;
  width: 100%;
}

.reason__ttl{
    font-size: 40px;
    line-height: 65px;
    color:#21386A ;
}


.reason__ttl span{
    font-size: 2em;
    display: inline-block;
    background: linear-gradient(180deg, #a38131 0%, #e7c76d 63%, #fddfb7 72%, #e3c05d 73%, #9d874e 100%);
    background: -webkit-linear-gradient(90deg, #a38131 0%, #e7c76d 63%, #fddfb7 72%, #e3c05d 73%, #9d874e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }



.reason__ttl-blue{
  margin-top: 2rem;
  width: 100%;
  background-color: #1C70D1;
  padding: 1.5rem;
  text-align: center;
  color: #fff;
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 1rem 1rem 0 0;
}

.reason__ttl-blue span{
  color: #FFFF26;
}

.reason__txt-inner{
  width:100%;
  background-color: #fff;
  padding: 2rem;
}

.reason__txt-inner p{
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 2rem;
}

.reason__txt-inner img{
  width: 100%;
  margin: 3rem auto;
}
.blue-ttl{
  color: #1C70D1;
  text-align: center;
  font-size: 1.7rem;
  margin: 1rem;
}

.satei{
  background-color: #F3F3F3;
}

.satei__container img{
  max-width: 100%;
  margin: 2rem auto;
}
.satei__container h3{
  display: inline-block;
  font-size: 1.2rem;
  line-height: 3rem;
}
.satei__container h3 a{
  background-color: #fff;
  padding: 0 1rem;
  margin-left: 1rem;
  display: inline-block;
  color: #000;
  border: #000 solid 1px;
  text-decoration: none;
}

.jisseki__ttl{
    margin-top: 20px;
    font-size: 52px;
}

.jisseki__block{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1240px;
    margin: auto;
    justify-content: space-between;
}

.jisseki__inner{
    width: 49%;
}

.blue{color: #1c71d180!important;}

.glayblock{
  border-top: 50px solid #F9F9F9 ;
}
.jisseki{
  text-align: center;
  margin: 0 auto;
  padding: 90px 1rem;
}

.bottom-txt{
    max-width: 1240px;
    margin: -40px auto 40px auto;
    display: block;
    line-height: 28px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;}

.rerative{
  position: relative;
  padding: 2rem;
  height: 220px;
}

.top-info__main {
  background-color: #f9f9f9;
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  line-height: 24px;
  text-align: left;
  width: 255px;
}
.top-info__main h4 {
  color: #000;
  font-size: 16px;
}
.top-info__main span {
  color: #fff;
}
.top-info__main span {
  color: #fff;
}

.top-info__main .value {
  font-size: 15px;
  line-height: 32px;
}

.top-info__main .value span {
  font-size: 12px;
  margin-right: 1rem;
  border-radius: 0.3rem;
  padding: 0.3rem 0.7rem;
  color: #000;
  background-color: #dfdfdf;
}

.top-info__main .value span {
  font-size: 12px;
  margin-right: 1rem;
  border-radius: 0.3rem;
  padding: 0.3rem 0.7rem;
  color: #000;
  background-color: #dfdfdf;
}

.jisseki_area{
  margin: 3rem auto;
  max-width: 1040px;
}

.mansion {
  background-color: #007268 !important;
  padding: 0 1rem;
  border-radius: 2rem;
}
.edogawa {
  background-color: #469b43 !important;
}

.etcarea {
  background-color: #373985 !important;
}

.oldkodate {
  background-color: #695c47 !important;
  padding: 0 1rem;
  border-radius: 2rem;
}

.katsushika {
  background-color: #e05616 !important;
}

.result_color {
  background-color: #da8313 !important;
  color: #fff !important;
}

.area, .cate {
  padding: 0.2rem 1rem;
  border-radius: 2rem;
  margin: 0.5rem 0;
  display: inline-block;
}

.newkodate {
  background-color: #ff1778 !important;
  padding: 0 1rem;
  border-radius: 2rem;
}

.tochi {
  background-color: #585858 !important;
  padding: 0 1rem;
  border-radius: 2rem;
}

.accordion-001 {
  background-color: #f0f5f9;
}

.accordion-001:not([open]) {
  margin-bottom: 5px;
}

.accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2em;
  border-radius: 5px;
  background-color: #1c70d1;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.2rem;
}

.accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .3s;
}

.accordion-001[open] summary::after {
  transform: rotate(225deg);
}

.accordion-001 p {
  transform: translateY(-10px);
  opacity: 0%;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
  transform: none;
  opacity: 100%;
  text-align: left;
  line-height: 1.5rem;
}


.faq{
  margin: 3rem auto;
  max-width: 1040px;
}

.faq__inner{
  width: 100%;
  margin: auto;
}

.flow__container{
  width:1040px;
  max-width: 100%;
  margin: auto;
}

.flow__inner{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.flowimg{
  width: 20%;
  padding: 1rem;
  text-align: center;
}


.flowimg img{
  width: 100%;
  max-height: 150px;
}

.flowtxt{
  width:80%;
 background-color: #f0f0f0;
 padding: 2rem;
}

.flowtxt span{
  background-color: #1C70D1;
  color: #fff;
  padding: .3rem 1rem;
  display: inline;
  font-size: 20px;
}

.flow-step{
  display: inline-block;
  margin-left: 1rem;
  font-size: 20px;
  color: #1C70D1;
}

.flowtxt p{
  margin-top: 1rem;
  line-height: 1.7rem;
  font-size: 17px;
}

.okaikae{
  margin: 3rem auto;
  text-align: center;
}

.media{
  background-color: #F9F9F9;
  padding: 3rem;
  text-align: center;
}

.media h3{
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
}


.media img{
  width: 1000px;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 2rem;
}

.pc{
    display: inline-block;
}

.sp{
  display: none!important;
}


@media only screen and (max-width: 700px) {
  .pc{
  display: none!important;
  }

  .sp{
    display: block!important;
  }

  .fv{
    background-position: center;
    height: 80vh;
  }

  .fv__container{
    height: 80vh;
      margin: 15px auto;
  }


.sateiform h3{
line-height: 2.3rem;}

.about__ttl-txt{
    font-size: 28px;
    line-height: 39px;
}

.form-innter a span {
    font-size: 12px;
}
.form-inner-ttl {
    color: #21386A;
    font-size: 24px;
    line-height: 45px;
    font-weight: bold;
}

.form-innter a {
    color: #21386A;
    font-size: 30px;
    z-index: 3;
    font-weight: bold;
}

#syubetsuselect {
    width: 100%;
}

.yubin{
    width: 100%;
}

.about__block-inner{
    width: 100%;
    margin-bottom: 10px;
}

.form-block{
    padding: 15px;
    flex-wrap: wrap;
}

.form-innter{
    width: 100%;
}
.form-ttl{
    position: relative;
    width: 100%;top: 0;
    margin-bottom: 10px;
}
.form-innter-img{
    display: none;
}

.rerative,.sateiform{
  height: initial;
}

input, select {
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%;
}

.description__ttl{
    font-size: 23px;
    line-height: 44px;
    display: block;
    margin:  0 0 90px 0;
}

.description__name h3{
    font-size: 19px;
    margin-top: 0;
    line-height: 2.3rem;
}

.description__item{
  padding: 1rem;
  margin: 0 0 100px;
}

.reason__ttl {
    font-size: 27px;
    line-height: 50px;
}

.reazon__point div{
  width: 100%;
  padding: 1rem;
}

.reason__txt-inner{
  padding: 1rem;
}

.reason__ttl-blue{
  font-size: 1.3rem;
}

.reason__txt-inner p{
  font-size: 1rem;
}

.blue-ttl{
  color: #1C70D1;
  text-align: center;
  font-size: 1.3rem;
  margin: 1rem 0;
  line-height: 2rem;
}


.jisseki{
    padding: 50px 1rem;
}

.jisseki__ttl{
    font-size: 30px;
}

.jisseki__inner{
    width: 100%;
}

.bottom-txt{
    width: 90%;
    margin-top: 10px;
}

.satei__container h3{
  margin-bottom: 2rem;
  line-height: 2rem;
}

.top-info__main{
  margin: auto;
}

.accordion-001 summary{
  font-size: 1rem;
  line-height: 1.5rem;
padding: .7rem;
width: 95%;
margin: auto;
}

.flowtxt span{
  display: block;
  text-align: center;
  margin-bottom: 1rem;

}

.flow{
  padding: 1rem;
}

}

.okaikae img{
  margin: auto;
}

.modal-open {
  text-align: center;
  /* position: fixed; */
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  font-weight: bold;
  color: #fff;
  background: #000;
  /* margin: auto; */
  cursor: pointer;
  display: inline-block;
  /* transform: translate(-50%,-50%); */
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0%;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 100%;
  visibility: visible;
z-index: 100;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: 800px;
  padding: 20px;
  background-color: #fff;
  line-height: 1.5rem;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.small{
  font-size: 35px;
}

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

.reason_01{
  padding: 60px;
  background-color: #fff;
  border: solid 2px #A8934A;
  margin-bottom: 30px;
}

.reason_ttl{
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  font-size: 35px;
  font-weight: 600;
  color: #21386A;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  line-height: 45px;
}

.reason_ttl span{
font-size: 1.5em;
}


.reason_ttl img{
  margin-right: 20px;
}

.reason_subttl{
  text-align: left;
  font-weight: bold;
  margin: 20px 0;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  line-height: 1.4em;
  color: #fff;
  background-color: #A8934A;
}

.reason_txt{
  font-size: 16px;
  line-height: 28px;
  color: #21386A;
}

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

.flex-49{
  width: 49%;
}

.reason_ttl-big{
  margin: 40px auto 0 auto;
  font-size: 40px;
  color: #21386A;
  line-height: 60px;
  text-align: center;
}


.reason_ttl-big span{
  font-size: 1.5em;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 15px 0;
  border-radius: 10px;
  padding: 7px 10px;
  min-width: 120px;
  width: 100%;
  max-width: 100%;
  color: #555;
  font-size: 26px;
  background: #A8934A;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #A8934A;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}


.baloon_navy:before {
  border-top: 15px solid #21386A;}

  .box29 {
    margin: 10px 0;
    background: #fff;
}
.box29 .box-title {
    font-size: 23px;
    background: #A8934A;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
    font-size: 16px;
    line-height: 27px;

    color: #21386A;
}

.baloon_navy{
background-color:#21386A!important;}


/* --------------------------------------------------------
	card
-------------------------------------------------------- */

.cardContainer {
	display: flex;
	flex-flow: row wrap;
	margin: 80px 0;
    justify-content: space-around;
}
.cardBox {
	width: calc(49% - 20px);
	margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
	.cardBox {
		width: 100%;
		margin-bottom: 50px;
	}
	.cardBox:last-child {
		margin-bottom: 20px;
	}
}

.cardBox {
	position: relative;
	padding: 60px 20px 60px;
	border-radius: 5px;
  background-color: #F9FAFE;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
	.cardBox {
		padding: 50px 20px 40px;
	}
}

.cardBox img {
	display: block;
  width: 100%;
}

.cardTtl {
	text-align: center;
	font-size: 190%;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 30px;
}

.cardNumber {
	position: absolute;
	top: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	width: 70px;
	height: 70px;
	color: #fff;
	font-size: 165%;
	line-height: 1;
	padding-top: 15px;
	border-radius: 50%;
	background-color: #A8934A;
	z-index: 0;
}

.cardText p {
	margin-bottom: 20px;
  line-height: 28px;
  text-align: left;
}

.cardText a {
	position: absolute;
	bottom: 30px;
	left: 25px;
}

.flex-39{
  width: 29%;
}

.flex-59{
  width: 69%;
}

.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em auto 1.5em auto;
  padding: 15px 15px;
  border-radius: 10px;
  min-width: 120px;
  max-width: 100%;
  width: 370px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
  text-align: center
  ;
}


@media screen and (max-width: 768px) {
	.flex-49{
		width: 100%;
	}

  .flex {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.reason_01 {
  padding: 10px;}

  .reason_ttl{

    font-size: 23px;
    line-height: 1.5em;
    margin-bottom: 10px;
  }

  .reason_ttl-big {
    margin: 40px auto 0 auto;
    font-size: 17px;
    color: #21386A;
    line-height: 38px;
    text-align: center;
}
}

/*------------------------------------------------------------------------------
  animation
------------------------------------------------------------------------------*/
@keyframes startFadeIn {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}

.anm {
  opacity: 0%;

  &.is-animated {
    animation: fadeIn 1.5s forwards;
  }
}

.anm-up {
  opacity: 0%;
  transform: translateY(30px);

  &.is-animated {
    animation: fadeInUp 1.5s forwards;
  }
}

.anm-left {
  opacity: 0%;
  transform: translateX(30px);

  &.is-animated {
    animation: fadeInLeft 1.5s forwards;
  }
}

.anm-right {
  opacity: 0%;
  transform: translateX(-30px);

  &.is-animated {
    animation: fadeInRight 1.5s forwards;
  }
}

.anm-list > * {
  opacity: 0%;
  transform: translateY(30px);
}

.anm-list > *.is-animated {
  animation: fadeInUp 1.5s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0%;
  }

  100% {
    opacity: 100%;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0%;
    transform: translateY(20px);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }

  100% {
    opacity: 100%;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0%;
    transform: translateY(-20px);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }

  100% {
    opacity: 100%;
    transform: translateY(0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 100%;
    transform: translateY(0);
  }

  100% {
    opacity: 0%;
    transform: translateY(-20px);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0%;
    transform: translateX(30px);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }

  100% {
    opacity: 100%;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0%;
    transform: translateX(-30px);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }

  100% {
    opacity: 100%;
    transform: translateX(0);
  }
}

.smooth {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  line-height: 1;
  height: 130px;
  width: 100%;
  margin-top: 15px;
}
.smooth.is-animated {
  clip-path: inset(0);
}

.kurukuru {
  width: 100%;
  opacity: 0%;
}
.kurukuru.is-animated {
  animation: kurukuru 1.4s forwards;
}
@keyframes kurukuru {
  0%{
    transform: rotateY(180deg) translateY(40px);
    opacity: 0%;
  }
  100%{
    transform: rotateY(360deg) translateY(0);
    opacity: 100%;
  }
}

.anim-box.popup.is-animated {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0%;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 100%;
  }
}
.flex-blc70{
  width: 60%!important;
  display: block;
}

.flex-blc30{
  width: 40%!important;
  display: block;
  height: min-content;
}

.flex-center{
  justify-content: space-between;
  align-items: center;

}


@media only screen and (max-width: 700px) {

  .flex-blc70{
    width: 100%!important;
    display: block;
  }
  
  .flex-blc30{
    display: none;
  }

  .smooth{
    height: 180px;
  }

}

.is-animated {
    animation: fadeIn 1.5s forwards;
    transform: translateX(0px);
  }

  .bottombnr{
    width: 100%;
    background-color: #fff;
  }
  
  .bottombnr li{
    width: 100%!important;
    font-size: 18px!important;
    font-weight: bold!important;
    padding: 20px!important;
  
  }

 .bottombnr li:last-child {
    background: #e0521b!important;
}