.section-reason__title span, .section-plan .card-plan__num {
  font-family: 'Poppins', sans-serif;
}

.section-fv__title, .section-income__title, .section-plan__title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

main {
  display: block;
}

.section-fv {
  position: relative;
  /* background-image: url("../../img/section/fv/bg.jpg");*/
  background-image: url("../../img/section/fv/top_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 769px) {
  .section-fv {
    padding: 160px 0 106px 0;
  }
}

@media screen and (max-width: 768px) {
  .section-fv {
    padding: 50px 0 28px 0;
  }
}

.section-fv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .section-fv__inner {
    max-width: 1528px;
    padding: 0 32px 0 112px;
  }
}

@media screen and (max-width: 768px) {
  .section-fv__inner {
    width: 92%;
  }
}

.section-fv__container {
  width: 52.96%;
}

.section-fv__image {
  display: block;
}

@media screen and (min-width: 769px) {
  .section-fv__image {
    width: 45.15%;
  }
}

@media screen and (max-width: 768px) {
  .section-fv__image {
    width: 96%;
    margin-bottom: 22px;
  }
}

.section-fv__pop {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .section-fv__pop {
    top: -108px;
    left: 32px;
  }
}

@media screen and (max-width: 768px) {
  .section-fv__pop {
    top: -10px;
    right: 0;
  }
}

.section-fv__lead {
  position: relative;
  /* color: #fff; */
  color: #00707f;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .section-fv__lead {
    font-size: 3rem;
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 768px) {
  .section-fv__lead {
    font-size: 1.7rem;
    margin-bottom: 28px;
  }
}

.section-fv__title {
  /* color: #fff; */
  color: #00216c;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  .section-fv__title {
    font-size: 3.6rem;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .section-fv__title {
    font-size: 2.9rem;
    margin-bottom: 32px;
  }
}

.section-fv__text {
  /* color: #fff; */
  color: #384546;
  letter-spacing: 0.04em;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .section-fv__text {
    font-size: 1.8rem;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .section-fv__text {
    margin-bottom: 68px;
    font-size: 1.7rem;
  }
}

.section-fv__scroll {
  position: absolute;
  right: 32px;
  bottom: -58px;
}

@media screen and (max-width: 768px) {
  .section-fv__btn {
    margin: 0 auto;
  }
}

.section-assets {
  background-color: #f4f4f4;
}

@media screen and (min-width: 769px) {
  .section-assets {
    padding: 75px 0 114px 0;
  }
}

@media screen and (max-width: 768px) {
  .section-assets {
    padding: 46px 0 64px 0;
  }
}

.section-assets__inner {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .section-assets__inner {
    max-width: 1064px;
    padding: 0 32px;
  }
}

@media screen and (max-width: 768px) {
  .section-assets__inner {
    width: 92%;
  }
}

.section-assets__btn {
  margin: 0 auto;
}


.section-recommend{
	margin: 0px 0 80px 0;
}

@media screen and (max-width: 768px) {
	.section-recommend{
		margin: 0px 0 30px 0;
	}
}


.section-recommend_title_area{
	display:flex;
	flex-flow:row wrap;
	position: relative;
	margin: 0px 0 80px 0;
}

@media screen and (max-width: 768px) {
	.section-recommend_title_area{
		display:block;
		margin: 0px 0 30px 0;
	}
}


.section-recommend_title_img_area{
	text-align:right;
	width: 30%;
}

@media screen and (max-width: 768px) {
	.section-recommend_title_img_area{
		width: 100%;
		text-align:center;
	}
}


.section-recommend_title_img{
	width: 280px;
    position: absolute;
    top: 6%;
    right: 71%;
}

@media screen and (max-width: 768px) {
	.section-recommend_title_img{
		width: 300px;
    	position: initial;
	}
}


.section-recommend_title_area h2{
	width: 70%;
	display: inline-block;
    text-align:left;
}

@media screen and (max-width: 768px) {
	.section-recommend_title_area h2{
		width: 100%;
		margin:20px 0 0 0;
    	display: block;
    	text-align:center;
	}
}


.section-recommend__container{
	display:flex;
	flex-flow: row wrap;
	align-items:center;
	justify-content: center;
	margin: 0 0 40px 0;
}

.section-recommend__container div{
    display:flex;
	color:#ff5a62;
	width: 30%;
    margin: 1%;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 36px;
    justify-content: center;
    align-items: center;
    min-height: 130px;
    text-align: center;
    padding: 0px;
}

@media screen and (max-width: 768px) {
  .section-recommend__container div{
    width: 45%;
    margin: 2%;
    font-size: 1.8rem;
    border-radius: 36px;
    padding: 17px;
  }
}


@media screen and (max-width: 768px) {
  .section-recommend__container .contentes-box5{
    width: 60%;
  }
}


.section-recommend__img{
    width: 600px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.section-recommend__img{
	    width: 100%;
	    margin: 0 auto 70px;
	}
}


@media screen and (max-width: 768px) {
  .section-anxiety__title {
    margin-bottom: 34px;
  }
}

.section-anxiety__lead {
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .section-anxiety__lead {
    letter-spacing: 0.06em;
    font-size: 2rem;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .section-anxiety__lead {
    font-size: 1.6rem;
    letter-spacing: 0.015em;
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 769px) {
  .section-anxiety .section-investment-products {
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .section-anxiety .section-investment-products__questions {
    display: block;
    position: absolute;
  }
}

@media (min-width: 1540px) {
  .section-anxiety .section-investment-products__questions {
    right: -26%;
    top: 56%;
  }
}

@media (max-width: 1539px) and (min-width: 769px) {
  .section-anxiety .section-investment-products__questions {
    right: -4%;
    top: 66%;
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .section-anxiety .section-investment-products__questions {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .section-anxiety .section-investment-products__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .section-anxiety .section-investment-products__container {
    padding: 0 12px;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 769px) {
  .section-anxiety .section-investment-products__group {
    width: 38.2%;
  }
}

@media screen and (max-width: 768px) {
  .section-anxiety .section-investment-products__group {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .section-anxiety .section-investment-products__list {
    width: 34%;
    margin-left: 8.65%;
  }
}

@media screen and (max-width: 768px) {
  .section-anxiety .section-investment-products__list {
    width: 100%;
    margin-top: 34px;
  }
}

@media screen and (min-width: 769px) {
  .section-point {
    padding-top: 98px;
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 768px) {
  .section-point {
    padding-top: 60px;
    margin-bottom: 62px;
  }
}

@media screen and (min-width: 769px) {
  .section-point__title {
    margin-bottom: 68px;
  }
}

@media screen and (max-width: 768px) {
  .section-point__title {
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 769px) {
  .section-point .point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 769px) {
  .section-point .point-list__item {
    width: 29.2%;
  }
}

@media screen and (min-width: 769px) {
  .section-point .point-list__item:nth-child(1n+2) {
    margin-left: 6.2%;
  }
}

@media screen and (max-width: 768px) {
  .section-point .point-list__item:nth-child(1n+2) {
    margin-top: 50px;
  }
}

.section-point .point-list__image {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .section-point .point-list__image {
    width: 82.87%;
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 768px) {
  .section-point .point-list__image {
    width: 56.23%;
    margin-bottom: 24px;
  }
}

.section-point .point-list__title {
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .section-point .point-list__title {
    font-size: 3.4rem;
    line-height: 1.52;
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 768px) {
  .section-point .point-list__title {
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-bottom: 26px;
  }
}

@media screen and (min-width: 769px) {
  .section-point .point-list__text {
    font-size: 1.9rem;
    letter-spacing: 0.05em;
    line-height: 1.9;
  }
}

@media screen and (max-width: 768px) {
  .section-point .point-list__text {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
}

.comportment-group {
  background-color: #e8e8e8;
}

@media screen and (min-width: 769px) {
  .comportment-group {
    padding: 0 0 100px 0;
  }
}

@media screen and (max-width: 768px) {
  .comportment-group {
    padding-bottom: 65px;
  }
}

@media screen and (min-width: 769px) {
  .comportment-group__container {
    margin: 0 auto;
    padding: 0 32px;
    max-width: 1064px;
  }
}

@media screen and (max-width: 768px) {
  .comportment-group__container {
    margin-top: 8px;
  }
}

.comportment-group__main-image {
  display: block;
  width: 100%;
}

.comportment-group__main-image img {
  display: block;
  width: 100%;
}

.comportment-group .comportment-group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 62px;
}

@media screen and (max-width: 768px) {
  .comportment-group .comportment-group-list {
    width: 84%;
    margin: 0 auto;
  }
}

.comportment-group .comportment-group-list__item {
  display: block;
}

@media screen and (min-width: 769px) {
  .comportment-group .comportment-group-list__item {
    width: 31.4%;
  }
}

@media screen and (max-width: 768px) {
  .comportment-group .comportment-group-list__item {
    width: 48.25%;
  }
}

@media screen and (min-width: 769px) {
  .comportment-group .comportment-group-list__item:nth-child(3n+2) {
    margin-left: 2.9%;
    margin-right: 2.9%;
  }
}

@media screen and (min-width: 769px) {
  .comportment-group .comportment-group-list__item:nth-child(1n+4) {
    margin-top: 2.9%;
  }
}

@media screen and (max-width: 768px) {
  .comportment-group .comportment-group-list__item:nth-child(2n+2) {
    margin-left: 3.5%;
  }
}

@media screen and (max-width: 768px) {
  .comportment-group .comportment-group-list__item:nth-child(1n+3) {
    margin-top: 3.5%;
  }
}

.comportment-group .comportment-group-list__item img {
  display: block;
  width: 100%;
}

.section-income {
  position: relative;
  background: -webkit-linear-gradient(315deg, #048798 0%, #014750 100%);
  background: linear-gradient(135deg, #048798 0%, #014750 100%);
}

@media screen and (min-width: 769px) {
  .section-income {
    padding: 274px 0 276px 0;
  }
}

@media screen and (max-width: 768px) {
  .section-income {
    padding: calc(8.8vw + 48px) 0 calc(17.86vw + 66px) 0;
  }
}

.section-income::before, .section-income::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center bottom 0;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .section-income::before {
    top: 0;
    height: 6.25vw;
    background-image: url("../../img/section/income/bg-top.svg");
  }
}

@media screen and (max-width: 768px) {
  .section-income::before {
    top: -1px;
    height: 8.8vw;
    background-image: url("../../img/section/income/bg-top-sp.svg");
  }
}

@media screen and (min-width: 769px) {
  .section-income:after {
    bottom: 0;
    height: 12.5vw;
    background-image: url("../../img/section/income/bg-bottom.svg");
  }
}

@media screen and (max-width: 768px) {
  .section-income:after {
    bottom: -1px;
    height: 17.86vw;
    background-image: url("../../img/section/income/bg-bottom-sp.svg");
  }
}

.section-income__sub-title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .section-income__sub-title {
    font-size: 2.5rem;
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 768px) {
  .section-income__sub-title {
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 769px) {
  .section-income__title {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 768px) {
  .section-income__title {
    margin-bottom: 50px;
  }
}

.section-income__container {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .section-income__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1339px;
    padding: 0 32px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .section-income__container {
    margin-bottom: 40px;
    width: 92%;
  }
}

.section-income__btn {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .section-income-example {
    width: 48.07%;
  }
}

@media screen and (min-width: 769px) {
  .section-income-example:nth-child(1n+2) {
    margin-left: 3.86%;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example:nth-child(1n+2) {
    margin-top: 20px;
  }
}

.section-income-example__label {
  background-color: #fff;
  color: #00707f;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .section-income-example__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    border-radius: 25px;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example__label {
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 10px;
  }
}

.section-income-example__container {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .section-income-example__container {
    border-radius: 10px;
    -webkit-box-shadow: 0, 0, 25px rgba(0, 0, 0, 0.12);
    box-shadow: 0, 0, 25px rgba(0, 0, 0, 0.12);
    padding: 48px 35px 35px 35px;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example__container {
    border-radius: 7px;
    -webkit-box-shadow: 0, 0, 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0, 0, 20px rgba(0, 0, 0, 0.12);
    padding: 25px 18px 18px 18px;
  }
}

.section-income-example__title {
  font-weight: bold;
  text-align: center;
  color: #00707f;
}

@media screen and (min-width: 769px) {
  .section-income-example__title {
    font-size: 3.2rem;
    letter-spacing: 0.25em;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example__title {
    font-size: 2.5rem;
    letter-spacing: 0.2em;
    margin-bottom: 28px;
  }
}

.section-income-example .income-example-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .section-income-example .income-example-tag {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .income-example-tag {
    margin-bottom: 10px;
  }
}

.section-income-example .income-example-tag__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
  background-color: #e8e8e8;
}

@media screen and (min-width: 769px) {
  .section-income-example .income-example-tag__item {
    width: 49.25%;
    height: 40px;
    letter-spacing: 0.07em;
    font-size: 2rem;
    border-radius: 3px;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .income-example-tag__item {
    width: 49.03%;
    height: 32px;
    border-radius: 2px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 769px) {
  .section-income-example .income-example-tag__item:nth-child(2n+2) {
    margin-left: 0.75%;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .income-example-tag__item:nth-child(2n+2) {
    margin-left: 1.94%;
  }
}

@media screen and (min-width: 769px) {
  .section-income-example .income-example-tag__item:nth-child(1n+3) {
    margin-top: 0.75%;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .income-example-tag__item:nth-child(1n+3) {
    margin-top: 1.94%;
  }
}

.section-income-example__interest-rate {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .section-income-example__interest-rate {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example__interest-rate {
    margin-bottom: 12px;
  }
}

.section-income-example .income-example-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
}

@media screen and (min-width: 769px) {
  .section-income-example .income-example-price {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .income-example-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 18px;
  }
}

.section-income-example .income-example-price__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .section-income-example .income-example-price__tag {
    width: 140px;
    height: 33px;
    font-size: 2rem;
    border-radius: 17px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .income-example-price__tag {
    width: 100px;
    height: 32px;
    font-size: 1.3rem;
    border-radius: 16px;
    letter-spacing: 0.05em;
  }
}

.section-income-example .income-example-price__tag--gray {
  background-color: #e8e8e8;
}

.section-income-example .income-example-price__tag--green {
  background-color: #d9f2f5;
}

.section-income-example .income-example-price__num {
  width: 51%;
  line-height: 1;
  letter-spacing: 0.07em;
}

.section-income-example .income-example-price__num--normal {
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .section-income-example .income-example-price__num--normal {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .income-example-price__num--normal {
    font-size: 2rem;
  }
}

.section-income-example .income-example-price__num--normal small {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .section-income-example .income-example-price__num--normal small {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .income-example-price__num--normal small {
    font-size: 1.4rem;
  }
}

.section-income-example .income-example-price__num small {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .section-income-example .section-balance {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .section-balance {
    margin-bottom: 22px;
  }
}

.section-income-example .section-balance__title {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 769px) {
  .section-income-example .section-balance__title {
    font-size: 2.5rem;
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .section-balance__title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.section-income-example .section-balance__label {
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding: 8px;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

@media screen and (min-width: 769px) {
  .section-income-example .section-balance__label {
    border-radius: 3px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .section-balance__label {
    border-radius: 2px;
    font-size: 1.3rem;
  }
}

.section-income-example .section-balance__label--green {
  background-color: #00707f;
}

.section-income-example .section-balance__label--orange {
  background-color: #f47272;
}

.section-income-example .section-balance .spending {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-income-example .section-balance .spending:nth-of-type(1n+2) {
  border-top: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .section-income-example .section-balance .spending:nth-of-type(1n+2) {
    padding-top: 12px;
  }
}

.section-income-example .section-balance .spending__tag {
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .section-income-example .section-balance .spending__tag {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .section-balance .spending__tag {
    font-size: 1.5rem;
  }
}

.section-income-example .section-balance .spending__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.07em;
}

@media screen and (min-width: 769px) {
  .section-income-example .section-balance .spending__num {
    margin-left: 26px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .section-balance .spending__num {
    margin-left: 13px;
    font-size: 1.7rem;
  }
}

.section-income-example .section-balance .spending__num small {
  font-weight: bold;
}

.section-income-example .section-balance .income {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-income-example .section-balance .income__tag {
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .section-income-example .section-balance .income__tag {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .section-balance .income__tag {
    font-size: 1.5rem;
  }
}

.section-income-example .section-balance .income__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #f47272;
}

@media screen and (min-width: 769px) {
  .section-income-example .section-balance .income__num {
    margin-left: 26px;
    font-size: 5.2rem;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .section-balance .income__num {
    font-size: 2.9rem;
    margin-left: 13px;
  }
}

.section-income-example .section-balance .income__num small {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .section-income-example .section-balance .income__num small {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .section-balance .income__num small {
    font-size: 2rem;
  }
}

.section-income-example__arrow {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .section-income-example__arrow {
    margin-bottom: 46px;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example__arrow {
    margin-bottom: 28px;
  }
}

.section-income-example .component-result {
  background-color: #d9f2f5;
}

@media screen and (min-width: 769px) {
  .section-income-example .component-result {
    padding: 38px;
    border-radius: 3px;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .component-result {
    border-radius: 5px;
    padding: 18px 30px;
  }
}

.section-income-example .component-result__text {
  letter-spacing: 0.06em;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .section-income-example .component-result__text {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .component-result__text {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.section-income-example .component-result__price {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .section-income-example .component-result__price {
    font-size: 4rem;
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .component-result__price {
    font-size: 2.2rem;
  }
}

.section-income-example .component-result__price strong {
  color: #f47272;
}

@media screen and (min-width: 769px) {
  .section-income-example .component-result__price small {
    display: block;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .section-income-example .component-result__price small {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.8;
  }
}

.section-income-example .component-result__price span {
  display: inline-block;
}

.section-merits {
  background-color: #f4f4f4;
}

@media screen and (min-width: 769px) {
  .section-merits {
    padding: 43px 0 156px 0;
  }
}

@media screen and (max-width: 768px) {
  .section-merits {
    padding: 20px 0 66px 0;
  }
}

@media screen and (min-width: 769px) {
  .section-merits__title {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 768px) {
  .section-merits__title {
    margin-bottom: 45px;
  }
}

.section-merits__container {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .section-merits__container {
    max-width: 1064px;
    padding: 0 32px;
  }
}

@media screen and (max-width: 768px) {
  .section-merits__container {
    width: 92%;
  }
}

@media screen and (min-width: 769px) {
  .section-merits .section-asset-management:nth-child(1n+2) {
    margin-top: 72px;
  }
}

@media screen and (max-width: 768px) {
  .section-merits .section-asset-management:nth-child(1n+2) {
    margin-top: 20px;
  }
}

.section-merits .section-asset-management__graph-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .section-merits .section-asset-management__graph-image {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 768px) {
  .section-merits .section-asset-management__graph-image {
    margin-bottom: 20px;
  }
}

.section-merits .section-asset-management__model-image {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section-merits .section-asset-management__model-image {
    margin-top: 36px;
    padding-top: 46px;
    border-top: 1px solid #707070;
  }
}

.section-merits .section-asset-management__text {
  margin-bottom: 20px;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .section-merits .section-asset-management__text {
    font-size: 1.9rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .section-merits .section-asset-management__text {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.section-merits .section-asset-management__small-text {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .section-merits .section-asset-management__small-text {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .section-merits .section-asset-management__small-text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .section-merits .section-asset-management .tax-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .section-merits .section-asset-management .tax-content__text {
    margin-right: 8.87%;
  }
}

@media screen and (max-width: 768px) {
  .section-merits .section-asset-management .tax-content__text {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .section-merits .section-asset-management .tax-content__image {
    display: block;
    width: 66.34%;
    margin: 0 auto;
  }
}

.section-merits .section-asset-management .section-shadow-box__container {
  max-width: 834px;
  margin: 0 auto;
}

.comportment-contact {
  position: relative;
}

@media screen and (min-width: 769px) {
  .comportment-contact {
    padding: 148px 0 36px 0;
  }
}

@media screen and (max-width: 768px) {
  .comportment-contact {
    padding: 55px 0 65px 0;
  }
}

.comportment-contact__title {
  color: inherit;
}

@media screen and (min-width: 769px) {
  .comportment-contact__title {
    margin-bottom: 62px;
  }
}

@media screen and (max-width: 768px) {
  .comportment-contact__title {
    margin-bottom: 40px;
    font-size: 2.3rem;
  }
}

.comportment-contact__title span {
  color: #00707f;
}

.comportment-contact__btn {
  margin: 0 auto;
}

.section-reason__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  background-image: -webkit-linear-gradient(315deg, #048798 0px, #014750 100%);
  background-image: linear-gradient(135deg, #048798 0px, #014750 100%);
}

@media screen and (min-width: 769px) {
  .section-reason__title {
    padding-top: 6.25vw;
    height: calc(6.25vw + 130px);
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  .section-reason__title {
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding-top: 8.8vw;
    height: calc(8.8vw + 78px);
  }
}

.section-reason__title span {
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .section-reason__title span {
    margin-left: 40px;
    font-size: 9rem;
  }
}

@media screen and (max-width: 768px) {
  .section-reason__title span {
    margin-left: 25px;
    font-size: 5.2rem;
  }
}

@media screen and (min-width: 769px) {
  .section-reason__title--bg-white::before {
    background-image: url("../../img/section/reason/bg-white.svg");
  }
}

@media screen and (max-width: 768px) {
  .section-reason__title--bg-white::before {
    background-image: url("../../img/section/reason/bg-white-sp.svg");
  }
}

@media screen and (min-width: 769px) {
  .section-reason__title--bg-gray::before {
    background-image: url("../../img/section/reason/bg-gray.svg");
  }
}

@media screen and (max-width: 768px) {
  .section-reason__title--bg-gray::before {
    background-image: url("../../img/section/reason/bg-gray-sp.svg");
  }
}

.section-reason__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  background-size: cover;
  background-position: center bottom 0;
}

@media screen and (min-width: 769px) {
  .section-reason__title::before {
    height: 6.25vw;
  }
}

@media screen and (max-width: 768px) {
  .section-reason__title::before {
    height: 8.8vw;
  }
}

@media screen and (min-width: 769px) {
  .section-reason__container {
    padding: 84px 0 35px 0;
  }
}

@media screen and (max-width: 768px) {
  .section-reason__container {
    padding: 40px 0 65px 0;
  }
}

.section-reason__sub-title {
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .section-reason__sub-title {
    font-size: 2.5rem;
    letter-spacing: 0.07em;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .section-reason__sub-title {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .section-reason__section-title {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 768px) {
  .section-reason__section-title {
    margin-bottom: 40px;
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 769px) {
  .section-reason__text {
    text-align: center;
    font-size: 1.9rem;
    letter-spacing: 0.06em;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .section-reason__text {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
}

.section-reason__btn {
  margin: 0 auto;
}

.section-reason-choice {
  background-color: #f4f4f4;
}

.section-reason-choice__inner {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .section-reason-choice__inner {
    padding: 0 32px;
    max-width: 1064px;
  }
}

@media screen and (max-width: 768px) {
  .section-reason-choice__inner {
    width: 92%;
  }
}

.section-reason-choice__contenct {
  position: relative;
  margin-bottom: 70px;
}

.section-reason-choice__image {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .section-reason-choice__image {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 768px) {
  .section-reason-choice__image {
    margin-bottom: 22px;
  }
}

@media (min-width: 1420px) {
  .section-reason-choice__pop {
    right: -180px;
  }
}

@media (max-width: 1419px) and (min-width: 769px) {
  .section-reason-choice__pop {
    width: 200px;
    right: -40px;
    bottom: 62px;
  }
}

@media screen and (min-width: 769px) {
  .section-reason-choice__pop {
    position: absolute;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .section-reason-choice__pop {
    width: 75.8%;
    margin-bottom: 14px;
  }
}

.section-reason-investment__inner {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .section-reason-investment__inner {
    max-width: 1339px;
    padding: 0 32px;
  }
}

.section-reason-investment__image {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .section-reason-investment__image {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 768px) {
  .section-reason-investment__image {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 769px) {
  .section-reason-investment__text {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .section-reason-investment__text {
    width: 92%;
    margin: 0 auto 40px auto;
  }
}

.section-plan {
  position: relative;
  background-color: #f4f4f4;
}

@media screen and (min-width: 769px) {
  .section-plan {
    padding-top: calc(6.25vw + 78px);
  }
}

@media screen and (max-width: 768px) {
  .section-plan {
    padding-top: calc(8.8vw + 64px);
  }
}

.section-plan::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background-size: cover;
  width: 100%;
  top: 0;
}

@media screen and (min-width: 769px) {
  .section-plan::before {
    height: 6.25vw;
    background-image: url("../../img/section/plan/bg-top.svg");
  }
}

@media screen and (max-width: 768px) {
  .section-plan::before {
    height: 8.8vw;
    background-image: url("../../img/section/plan/bg-top-sp.svg");
  }
}

.section-plan__btn-title {
  position: relative;
}

@media screen and (max-width: 768px) {
  .section-plan__btn-title {
    margin-top: 40px;
  }
}

.section-plan__container {
  position: relative;
}

@media screen and (min-width: 769px) {
  .section-plan__container {
    overflow: hidden;
    padding-bottom: calc(12.7vw + 38px);
  }
}

@media screen and (min-width: 769px) {
  .section-plan__container::before {
    content: "";
    position: absolute;
    display: block;
    left: -10%;
    bottom: 0;
    width: 250%;
    height: 80%;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    background: transparent -webkit-linear-gradient(318deg, #048798 0%, #014750 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(132deg, #048798 0%, #014750 100%) 0% 0% no-repeat padding-box;
  }
}

@media screen and (min-width: 769px) {
  .section-plan__container::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 12.7vw;
    background-size: cover;
    background-image: url("../../img/section/plan/bg-bottom.svg");
  }
}

@media screen and (min-width: 769px) {
  .section-plan__inner {
    margin: 0 auto;
    position: relative;
    max-width: 1339px;
    padding: 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .section-plan__column {
    width: 47.05%;
  }
}

@media screen and (max-width: 768px) {
  .section-plan__column {
    position: relative;
    padding: 0 4% calc(17.6vw + 64px) 4%;
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  .section-plan__column:nth-child(1n+2) {
    margin-left: 5.9%;
  }
}

@media screen and (max-width: 768px) {
  .section-plan__column::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 100%;
    height: calc(100% - 95px);
    background: transparent -webkit-linear-gradient(345deg, #048798 0, #014750 100%) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(105deg, #048798 0, #014750 100%) 0 0 no-repeat padding-box;
  }
}

@media screen and (max-width: 768px) {
  .section-plan__column::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 17.6vw;
    background-image: url("../../img/section/plan/bg-bottom-sp.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  .section-plan__title-area {
    margin-bottom: 158px;
  }
}

@media screen and (max-width: 768px) {
  .section-plan__title-area {
    margin-bottom: 65px;
  }
}

.section-plan__chapter {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .section-plan__chapter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 52px;
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
}

@media screen and (max-width: 768px) {
  .section-plan__chapter {
    text-align: center;
    margin-bottom: 26px;
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 769px) {
  .section-plan__chapter::after {
    content: "";
    display: block;
    margin-left: 26px;
    width: 140px;
    height: 1px;
    background-color: #384546;
  }
}

.section-plan__title {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .section-plan__title {
    font-size: 3.4rem;
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 768px) {
  .section-plan__title {
    text-align: center;
    font-size: 2.3rem;
    letter-spacing: 0.04em;
  }
}

.section-plan__title span {
  color: #00707f;
}

.section-plan .card-plan {
  position: relative;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .section-plan .card-plan {
    border-radius: 10px;
    padding: 45px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .section-plan .card-plan {
    border-radius: 7px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    padding: 20px 20px 24px 20px;
  }
}

@media screen and (max-width: 768px) {
  .section-plan .card-plan:nth-child(1n+2) {
    margin-top: 28px;
  }
}

.section-plan .card-plan__num {
  letter-spacing: 0;
  line-height: 1;
  color: #00707f;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .section-plan .card-plan__num {
    font-size: 12.9rem;
    right: 46px;
    top: 46px;
  }
}

@media screen and (max-width: 768px) {
  .section-plan .card-plan__num {
    font-size: 8rem;
    top: 18px;
    right: 23px;
  }
}

.section-plan .card-plan__image {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .section-plan .card-plan__image--01 {
    padding-top: 82px;
    width: 70.98%;
    margin-top: 36px;
    margin-left: 16.66%;
    margin-bottom: 66px;
  }
}

@media screen and (max-width: 768px) {
  .section-plan .card-plan__image--01 {
    width: 65.58%;
    padding-top: 24px;
    margin-bottom: 37px;
  }
}

@media screen and (min-width: 769px) {
  .section-plan .card-plan__image--02 {
    width: 60.39%;
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 768px) {
  .section-plan .card-plan__image--02 {
    width: 58.68%;
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 769px) {
  .section-plan .card-plan__image--03 {
    padding-top: 52px;
    width: 72.15%;
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 768px) {
  .section-plan .card-plan__image--03 {
    padding-top: 32px;
    width: 76.06%;
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 769px) {
  .section-plan .card-plan__image--04 {
    padding-top: 52px;
    width: 63.92%;
    margin-bottom: 72px;
  }
}

@media screen and (max-width: 768px) {
  .section-plan .card-plan__image--04 {
    padding-top: 14px;
    width: 60%;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .section-plan .card-plan__image--05 {
    padding-top: 75px;
    width: 61.37%;
    margin-bottom: 62px;
  }
}

@media screen and (max-width: 768px) {
  .section-plan .card-plan__image--05 {
    padding-top: 35px;
    width: 60.65%;
    margin-bottom: 38px;
  }
}

.section-plan .card-plan__title {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .section-plan .card-plan__title {
    margin-bottom: 20px;
    font-size: 1.9rem;
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 768px) {
  .section-plan .card-plan__title {
    font-size: 1.7rem;
    letter-spacing: 0.01em;
    line-height: 1.47;
  }
}

.section-plan .card-plan__text {
  color: #00707f;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .section-plan .card-plan__text {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .section-plan .card-plan__text {
    font-size: 1.7rem;
    letter-spacing: 0.01em;
    line-height: 1.47;
  }
}

@media screen and (min-width: 769px) {
  .section-plan .card-plan__small-text {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .section-plan .card-plan__small-text {
    font-size: 1.1rem;
    letter-spacing: 0.04em;
    margin-top: 8px;
  }
}

.section-plan__btn {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .section-plan__btn {
    margin-top: 40px;
  }
}

.section-consulting {
  position: relative;
  background-color: #e8e8e8;
}

@media screen and (min-width: 769px) {
  .section-consulting {
    padding: 32px 0 calc(12.81vw + 36px) 0;
  }
}

@media screen and (max-width: 768px) {
  .section-consulting {
    padding: 56px 0 calc(16vw + 66px) 0;
    margin-bottom: 56px;
  }
}

.section-consulting::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .section-consulting::before {
    height: 12.81vw;
    background-image: url("../../img/section/consulting/bg-bottom.svg");
  }
}

@media screen and (max-width: 768px) {
  .section-consulting::before {
    height: 16vw;
    background-image: url("../../img/section/consulting/bg-bottom-sp.svg");
  }
}

@media screen and (min-width: 769px) {
  .section-consulting__title {
    margin-bottom: 85px;
  }
}

@media screen and (max-width: 768px) {
  .section-consulting__title {
    margin-bottom: 56px;
  }
}

.section-consulting__container {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .section-consulting__container {
    max-width: 1064px;
    padding: 0 32px;
  }
}

@media screen and (max-width: 768px) {
  .section-consulting__container {
    width: 84vw;
  }
}

@media screen and (min-width: 769px) {
  .section-consulting .consulting-list {
    margin-bottom: 68px;
  }
}

@media screen and (max-width: 768px) {
  .section-consulting .consulting-list {
    margin-bottom: 42px;
  }
}

.section-consulting .consulting-list__item {
  position: relative;
  background-color: #fff;
  text-align: center;
  border: 1px solid #00707f;
}

@media screen and (min-width: 769px) {
  .section-consulting .consulting-list__item {
    line-height: 1;
    font-size: 2.5rem;
    padding: 28px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 768px) {
  .section-consulting .consulting-list__item {
    line-height: 1.66;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    padding: 12px 0;
    min-height: 70px;
  }
}

.section-consulting .consulting-list__item:nth-child(1n+2) {
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .section-consulting .consulting-list__item--bottom {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  .section-consulting .consulting-list__item--bottom {
    margin-bottom: 75px;
  }
}

.section-consulting .consulting-list__item small {
  text-align: left;
  display: block;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 769px) {
  .section-consulting .consulting-list__item small {
    bottom: -20px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .section-consulting .consulting-list__item small {
    bottom: -55px;
    font-size: 1rem;
  }
}

.section-consulting__btn {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .section-products {
    margin-bottom: 158px;
  }
}

@media screen and (max-width: 768px) {
  .section-products {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 769px) {
  .section-products__title {
    margin-bottom: 88px;
  }
}

@media screen and (max-width: 768px) {
  .section-products__title {
    margin-bottom: 50px;
  }
}

.section-products__btn-title {
  margin-top: 40px;
}

.section-products__btn {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .section-products .section-handled:nth-child(1n+2) {
    margin-top: 96px;
  }
}

@media screen and (max-width: 768px) {
  .section-products .section-handled:nth-child(1n+2) {
    margin-top: 40px;
  }
}

.section-products .section-handled__title-area {
  background: transparent -webkit-linear-gradient(345deg, #048798 0%, #014750 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #048798 0%, #014750 100%) 0% 0% no-repeat padding-box;
}

@media screen and (min-width: 769px) {
  .section-products .section-handled__title-area {
    padding: 56px 0 196px 0;
  }
}

@media screen and (max-width: 768px) {
  .section-products .section-handled__title-area {
    padding: 32px 0 calc(16vw + 34px) 0;
  }
}

.section-products .section-handled__title {
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .section-products .section-handled__title {
    font-size: 3rem;
    letter-spacing: 0.06em;
    margin-bottom: 46px;
  }
}

@media screen and (max-width: 768px) {
  .section-products .section-handled__title {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 769px) {
  .section-products .section-handled__text {
    text-align: center;
    color: #fff;
    font-size: 1.9rem;
    letter-spacing: 0.06em;
    line-height: 1.94;
  }
}

@media screen and (max-width: 768px) {
  .section-products .section-handled__text {
    width: 84%;
    font-size: 1.6rem;
    margin: 0 auto;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
}

.section-products .section-handled__container {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .section-products .section-handled__container {
    max-width: 1064px;
    padding: 0 32px;
  }
}

@media screen and (max-width: 768px) {
  .section-products .section-handled__container {
    width: 84%;
    margin-bottom: 34px;
  }
}

.section-products .component-handled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .section-products .component-handled {
    margin-top: -15%;
  }
}

@media screen and (max-width: 768px) {
  .section-products .component-handled {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20%;
  }
}

.section-products .component-handled__item {
  position: relative;
}

@media screen and (min-width: 769px) {
  .section-products .component-handled__item {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  }
}

@media screen and (max-width: 768px) {
  .section-products .component-handled__item {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  }
}

@media screen and (min-width: 769px) {
  .section-products .component-handled__item--small {
    width: 22.3%;
    height: 288px;
  }
}

@media screen and (max-width: 768px) {
  .section-products .component-handled__item--small {
    width: 47.3%;
  }
}

@media screen and (min-width: 769px) {
  .section-products .component-handled__item--small:nth-child(1n+2) {
    margin-left: 3.6%;
  }
}

@media screen and (max-width: 768px) {
  .section-products .component-handled__item--small:nth-child(2n+2) {
    margin-left: 5.4%;
  }
}

@media screen and (max-width: 768px) {
  .section-products .component-handled__item--small:nth-child(1n+3) {
    margin-top: 5.4%;
  }
}

@media screen and (min-width: 769px) {
  .section-products .component-handled__item--large {
    width: 29.7%;
    height: 262px;
  }
}

@media screen and (max-width: 768px) {
  .section-products .component-handled__item--large {
    width: 100%;
    height: 48.26vw;
  }
}

@media screen and (min-width: 769px) {
  .section-products .component-handled__item--large:nth-child(1n+2) {
    margin-left: 5.45%;
  }
}

@media screen and (max-width: 768px) {
  .section-products .component-handled__item--large:nth-child(1n+2) {
    margin-top: 5%;
  }
}

.section-products .component-handled__item img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.section-flow {
  background: transparent -webkit-linear-gradient(323deg, #048798 0%, #014750 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(127deg, #048798 0%, #014750 100%) 0% 0% no-repeat padding-box;
}

@media screen and (min-width: 769px) {
  .section-flow {
    padding: 156px 0;
  }
}

@media screen and (max-width: 768px) {
  .section-flow {
    position: relative;
    padding: calc(15.46vw + 66px) 0 65px 0;
  }
}

@media screen and (max-width: 768px) {
  .section-flow::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 15.46vw;
    left: 0;
    top: 0;
    background-image: url("../../img/section/flow/bg-top-sp.svg");
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  .section-flow__title {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 768px) {
  .section-flow__title {
    margin-bottom: 50px;
  }
}

.section-flow__container {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .section-flow__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
    max-width: 1064px;
    padding: 0 32px;
  }
}

@media screen and (max-width: 768px) {
  .section-flow__container {
    width: 84%;
    margin-bottom: 40px;
  }
}

.section-flow__column {
  position: relative;
}

@media screen and (min-width: 769px) {
  .section-flow__column {
    width: 45.4%;
  }
}

@media screen and (min-width: 769px) {
  .section-flow__column:nth-child(1n+2) {
    margin-left: 9.2%;
  }
}

@media screen and (max-width: 768px) {
  .section-flow__column:nth-child(1n+2) {
    padding-top: 34px;
  }
}

@media screen and (min-width: 769px) {
  .section-flow__column:nth-child(1) {
    padding-bottom: 74px;
  }
}

@media screen and (min-width: 769px) {
  .section-flow__column:nth-child(2) {
    padding-top: 74px;
  }
}

.section-flow__column::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  background-color: #fff;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .section-flow__column::before {
    left: 62px;
    width: 3px;
  }
}

@media screen and (max-width: 768px) {
  .section-flow__column::before {
    width: 2px;
    left: calc(12% - 1px);
  }
}

.section-flow .flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 769px) {
  .section-flow .flow-step:nth-child(1n+2) {
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .section-flow .flow-step:nth-child(1n+2) {
    margin-top: 34px;
  }
}

.section-flow .flow-step__icon {
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  .section-flow .flow-step__icon {
    width: 26.87%;
  }
}

@media screen and (max-width: 768px) {
  .section-flow .flow-step__icon {
    width: 24.76%;
  }
}

@media screen and (min-width: 769px) {
  .section-flow .flow-step__content {
    width: 65.41%;
    margin-left: 7.72%;
  }
}

@media screen and (max-width: 768px) {
  .section-flow .flow-step__content {
    width: 67.3%;
    margin-left: 7.94%;
  }
}

.section-flow .flow-step__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d9f2f5;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  border-radius: 11px;
  height: 22px;
  padding: 0 13px;
}

@media screen and (min-width: 769px) {
  .section-flow .flow-step__num {
    font-size: 1.3rem;
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 768px) {
  .section-flow .flow-step__num {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.section-flow .flow-step__title {
  color: #fff;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .section-flow .flow-step__title {
    margin-bottom: 10px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .section-flow .flow-step__title {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}

.section-flow .flow-step__sub-title {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .section-flow .flow-step__sub-title {
    font-weight: 600;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .section-flow .flow-step__sub-title {
    font-weight: 500;
    font-size: 1.2rem;
  }
}

.section-flow__btn {
  margin: 0 auto;
}

h2.comportment-group {
  font-size: 30px;
}

.comportment-group {
  padding-bottom: 57px;
}

.comportment-group .title {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: 0;
  margin-bottom: 85px;
}

@media (max-width: 767px) {
  .comportment-group .title {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .comportment-group .title img {
    max-width: 92%;
  }
}

.bg-gold {
    background-color: #b8943e !important;
}


.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


.inner {
    margin: 0 10%;
    position: relative;
}
footer + div {
    color: #666;
    font-size: 1.3rem;
    letter-spacing: 0;
}

footer a:hover {
    color:#fff;
}

footer + div p {
    float: left;
    margin: 20px 0;
    font-size: 1.4rem;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.7;
}


footer + div a {
    color: #666;
    background: url(../../img/common/arr_03.gif) no-repeat left center;
    padding-left: 10px;
    margin-right: 20px;
}

footer + div a:hover {
    opacity: 0.6;
}


footer + div p + p {
    float: right;
}

.cf:after {
    content: " ";
    display: block;
    clear: both;
}

@media screen and (max-width: 768px){
	.inner {
	    width: initial;
	}
}


@media screen and (max-width: 768px){
	footer + div p {
	    float: none !important;
	    text-align: center !important;
	}
}

@media screen and (max-width: 768px){
	footer + div p {
	    float: none !important;
	    text-align: center !important;
	}
}

footer ul {
    float: right;
    width:400px;
    margin:0 0 0 auto;
}


footer ul li {
    float: left;
    width: 190px;
    padding-left: 10px;
    background: url(../../img/common/arr_02.gif) no-repeat left center;
}


footer ul a {
    color: #fff;
}

@media screen and (max-width: 768px){
	footer ul {
	    float: none;
	    width: initial;
	    border-bottom: 1px solid #666;
	}
}

@media screen and (max-width: 768px){
	footer ul li {
	    width: initial;
	    float: none;
	    margin: 0;
	    padding: 0;
	    border-top: 1px solid #666;
	    background-position: 10px center;
	}
}

@media screen and (max-width: 768px){
	footer ul a {
	    display: block;
	    padding: 10px;
	    padding-left: 20px;
	}
}



/* 追加 */

.section-questionnaire{
  background: transparent -webkit-linear-gradient(345deg, #048798 0%, #014750 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #048798 0%, #014750 100%) 0% 0% no-repeat padding-box;
}

@media screen and (min-width: 769px) {
  .section-questionnaire {
    padding: 75px 0 114px 0;
  }
}

@media screen and (max-width: 768px) {
  .section-questionnaire {
    padding: 46px 0 64px 0;
  }
}


@media screen and (min-width: 769px) {
  .section-questionnaire__title {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 768px) {
  .section-questionnaire__title {
    margin-bottom: 45px;
  }
}


.section-questionnaire__container{
  
}

.section-questionnaire__container {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .section-questionnaire__container {
    max-width: 1064px;
    padding: 0 32px;
  }
}

@media screen and (max-width: 768px) {
  .section-questionnaire__container {
    width: 92%;
  }
}

  .section-questionnaire__title span{
    background-image: linear-gradient(transparent 60%, #e1b622 60%);
  }

.questionnaire__box{
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .questionnaire__box{
  flex-direction: column;
  }
}


.questionnaire__img{
  width: 42%;
  margin-right: 4%;
}



.questionnaire__img p{
  font-size: 12px;
  font-weight: bold;
}

.questionnaire__img img{
  border: solid 1px #666;
  display: block;
  margin-bottom: 8px;
}


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

  .questionnaire__img{
    width: 85%;
    margin: 0 auto 24px;
  }
  .questionnaire__img p{
  text-align: center;
  }
}



.questionnaire__info{
  flex: 1;
}


.questionnaire__profile{
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.questionnaire__profile img{
  width: 80px;
  margin-right: 4%;
}

.questionnaire__profile p{
  flex: 1;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}


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

.questionnaire__profile p{
  font-size: 16px;
}
}


.questionnaire__info__list{
  display: flex;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}

.questionnaire__info__list li{
  margin-right: .8em;
}

.questionnaire__info__list span{
  color: #fff;
  background-color: #384546;
  padding: 0 .2em;
  display: inline-block;
  margin-right: 1em;
}

.questionnaire__info__faq{

}

.questionnaire__info__faq__box{
  background-color: #d9f2f4;
  padding: .8em;
  color: #384546;
  font-size: 14px;
  margin-bottom: 8px;
}

.questionnaire__info__faq__box dt{
  font-weight: bold;
  color: #000;
}

.questionnaire__info__faq__box dd{
  
}