@charset "UTF-8";
.concept {
  font-family: "M PLUS 1p";
  width: auto;
  margin: 0 0 200px calc((100vw - 1310px) * 0.5);
  position: relative;
  color: #fff;
  padding: 140px 0 116px 86px;
}
@media screen and (max-width: 1439px) {
  .concept {
    margin-left: 9%;
  }
}
@media screen and (max-width: 1099px) {
  .concept {
    padding: 12.73vw 0 10.55vw 7.82vw;
    margin-bottom: 18.19vw;
  }
}
@media screen and (max-width: 834px) {
  .concept {
    margin: 0 0 21.3333333333vw 0;
    padding: 22.6666666667vw 0 17.3333333333vw 7.2vw;
  }
}
.concept .sect_bg {
  width: 100%;
  height: 100%;
  background: url(../img/concept_bg.jpg);
  background-size: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.concept__container {
  position: relative;
  z-index: 0;
  margin-bottom: 102px;
}
.concept__container h2 {
  font-size: 35px;
  line-height: 1.9;
  margin-bottom: 66px;
  font-family: "shippori mincho";
  letter-spacing: 0.1em;
  padding-right: 4%;
}
.concept__container h2 br.sp {
  display: none;
}
.concept__container .msg {
  font-size: 16px;
  line-height: 1.9;
  padding-right: 4%;
}
@media screen and (max-width: 834px) {
  .concept__container {
    margin-bottom: 14.6666666667vw;
  }
  .concept__container h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
    letter-spacing: 0.06em;
    padding-right: 0;
  }
  .concept__container h2 br.sp {
    display: inline;
  }
  .concept__container .msg {
    font-size: 4vw;
    letter-spacing: 0.06em;
    padding-right: 8%;
    text-align: justify;
  }
  .concept__container .msg br.pc {
    display: none;
  }
}
@media screen and (max-width: 1304px) {
  .concept .navi_wrapper {
    overflow-x: scroll;
  }
}
.concept__navi {
  position: relative;
  z-index: 0;
  color: #fff;
  width: calc(100% + 12px);
  max-width: 1080px;
  border-left: solid #fff 4px;
  border-right: solid #fff 4px;
  box-sizing: content-box;
  margin-left: 0;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1304px) {
  .concept__navi {
    width: 1080px;
  }
}
.concept__navi > div {
  text-align: center;
}
.concept__navi > div > div {
  display: flex;
}
.concept__navi > div > div a {
  width: 50%;
  color: #fff;
  box-sizing: border-box;
  padding-bottom: 72px;
  position: relative;
}
.concept__navi > div > div a:not(:last-of-type) {
  border-right: dotted 1px #fff;
}
.concept__navi > div > div a p {
  line-height: 2;
  letter-spacing: 0.1em;
}
.concept__navi > div > div a:after {
  content: "";
  width: 17px;
  height: 17px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition-duration: 0.2s;
}
.concept__navi > div > div a:hover {
  text-decoration: none;
}
.concept__navi > div > div a:hover:after {
  transform: translate(-50%, 50%) rotate(45deg);
}
.concept__navi > div:first-of-type {
  width: 33%;
  border-right: 2px solid #fff;
}
.concept__navi > div:first-of-type a {
  width: 50%;
}
.concept__navi > div:last-of-type {
  width: 66%;
  border-left: 2px solid #fff;
}
.concept__navi > div:last-of-type > div a {
  width: 33.3%;
}
.concept__navi > div h3 {
  height: 120px;
  font-size: 32px;
  font-family: "shippori mincho";
  line-height: 1;
  padding-top: 30px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .concept__navi > div h3 {
    font-size: 5.3333333333vw;
    height: 21.3333333333vw;
    padding-top: 5.3333333333vw;
  }
}
.concept__navi > div h4 {
  height: 140px;
  font-size: 24px;
  font-family: "shippori mincho";
  line-height: 1;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .concept__navi > div h4 {
    font-size: 4vw;
    height: 24vw;
  }
}

.kodate {
  font-family: "M PLUS 1p";
  position: relative;
  padding-top: 780px;
  /*padding-top:670px;*/
  color: #626262;
}
@media screen and (max-width: 1439px) {
  .kodate {
    padding-top: 54vw;
    /*padding-top:pxtovw(670,1439);*/
  }
}
.kodate .sect_bg {
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  padding-top: 50%;
  background: url(../img/kodate_bg.jpg) no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 0;
}
.kodate__container {
  background: #fff;
  padding: 164px 0 160px 100px;
  padding: 164px 0 0 100px;
  margin: 0 0 0 130px;
  position: relative;
  margin: 0 0 200px calc((100vw - 1310px) * 0.5);
  margin: 0 0 0 calc((100vw - 1310px) * 0.5);
}
@media screen and (max-width: 1440px) {
  .kodate__container {
    margin-left: 9%;
  }
}
@media screen and (max-width: 1439px) {
  .kodate__container {
    margin-left: 9%;
    /*width:91%;*/
  }
}
@media screen and (max-width: 1099px) {
  .kodate__container {
    padding: 14.92vw 0 14.55vw 9.09vw;
  }
}
@media screen and (max-width: 834px) {
  .kodate__container {
    margin-left: 7.2vw;
    padding: 14.6666666667vw 0 0 0;
  }
}
.kodate__container .kodate__main {
  max-width: 1210px;
  margin-bottom: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .kodate__container .kodate__main {
    margin-bottom: 14.55vw;
  }
}
@media screen and (max-width: 834px) {
  .kodate__container .kodate__main {
    display: block;
  }
}
.kodate__container .kodate__main__txt {
  width: 472px;
  width: 39%;
}
@media screen and (max-width: 834px) {
  .kodate__container .kodate__main__txt {
    padding-left: 7.2vw;
    padding-right: 7.2vw;
    margin-bottom: 12vw;
    width: auto;
  }
}
.kodate__container .kodate__main__txt h2 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "shippori mincho";
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .kodate__container .kodate__main__txt h2 {
    margin-bottom: 9.09vw;
  }
}
@media screen and (max-width: 834px) {
  .kodate__container .kodate__main__txt h2 {
    font-size: 7.7333333333vw;
    margin-bottom: 8.8vw;
  }
}
.kodate__container .kodate__main__txt h2:after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 4.7em);
  background: #626262;
  position: absolute;
  right: 0;
  top: 50%;
}
.kodate__container .kodate__main__txt .catch {
  font-size: 32px;
  padding-bottom: 0.9em;
  margin-bottom: 1.1em;
  position: relative;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "shippori mincho";
}
.kodate__container .kodate__main__txt .catch:after {
  content: "";
  background: #555;
  height: 2px;
  width: 2.2em;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .kodate__container .kodate__main__txt .catch {
    font-size: 5.8666666667vw;
    padding-bottom: 0.7em;
  }
}
.kodate__container .kodate__main__txt .msg {
  line-height: 1.9;
  font-size: 16px;
}
.kodate__container .kodate__main__txt .tiny {
  padding-top: 1.4em;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}
.kodate__container .kodate__main__pic {
  width: 660px;
  width: 54.54%;
}
.kodate__container .kodate__main__pic p {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.66%;
  overflow: hidden;
}
.kodate__container .kodate__main__pic p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .kodate__container .kodate__main__pic {
    width: auto;
    margin-left: 8vw;
  }
}
.kodate__container .kodate__body {
  padding-left: 80px;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .kodate__container .kodate__body {
    padding-left: 7.27vw;
  }
}
@media screen and (max-width: 834px) {
  .kodate__container .kodate__body {
    padding-left: 7.2vw;
  }
}
.kodate__container .kodate__body__bg {
  background: #626262;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 834px) {
  .kodate__container .kodate__body__bg {
    transform: translateY(8vw);
  }
}
.kodate__container .kodate__body > div {
  color: #fff;
  position: relative;
  max-width: 1130px;
}
.kodate__container .kodate__body > div .pic {
  width: 100%;
  height: 0;
  padding-top: 26.54%;
  margin-bottom: 38px;
  position: relative;
  overflow: hidden;
}
.kodate__container .kodate__body > div .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .kodate__container .kodate__body > div .pic {
    margin-bottom: 5.3333333333vw;
  }
}
.kodate__container .kodate__body > div .txt {
  letter-spacing: 0.1em;
  min-height: 260px;
  padding-left: 80px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .kodate__container .kodate__body > div .txt {
    min-height: 21.65vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 834px) {
  .kodate__container .kodate__body > div .txt {
    padding-left: 12vw;
    min-height: auto;
    margin-bottom: 6.6666666667vw;
  }
}
.kodate__container .kodate__body > div .txt .idx {
  font-size: 35px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .kodate__container .kodate__body > div .txt .idx {
    font-size: 6.2666666667vw;
  }
}
.kodate__container .kodate__body > div .txt h3 {
  margin-bottom: 28px;
  font-size: 26px;
  font-family: "Cormorant", serif;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .kodate__container .kodate__body > div .txt h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.kodate__container .kodate__body > div .txt p {
  font-size: 16px;
  line-height: 1.9;
  padding-right: 2em;
}
@media screen and (max-width: 1100px) {
  .kodate__container .kodate__body > div .txt p br {
    display: none;
  }
}
.kodate__container .kodate__body > div:last-of-type .txt {
  min-height: 0;
}
@media screen and (max-width: 1099px) {
  .kodate__container .kodate__body > div:last-of-type .txt {
    margin-bottom: 0;
  }
}
.kodate .special {
  background: #f3f5f8;
  padding: 90px 0 200px;
}
@media screen and (max-width: 1099px) {
  .kodate .special {
    padding: 8.18vw 0 18.19vw;
  }
}
@media screen and (max-width: 834px) {
  .kodate .special {
    padding: 6.6666666667vw 7.2vw 24vw 14.4vw;
  }
}
.kodate .special > div {
  max-width: 1114px;
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .kodate .special > div {
    display: block;
    width: 100%;
  }
}
.kodate .special > div .special__pic {
  width: 623px;
  width: 56.2%;
}
.kodate .special > div .special__pic img {
  width: 100%;
  max-width: 623px;
  transform: translateX(-4%);
}
@media screen and (max-width: 834px) {
  .kodate .special > div .special__pic {
    width: 100%;
    margin-bottom: 6.9vw;
  }
  .kodate .special > div .special__pic img {
    width: 67vw;
    transform: translateX(0);
  }
}
.kodate .special > div .special__txt {
  flex: 1;
}
.kodate .special > div .special__txt h3 {
  font-family: "shippori mincho";
  font-size: 32px;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
  position: relative;
  letter-spacing: 0.15em;
}
.kodate .special > div .special__txt h3:after {
  content: "";
  height: 2px;
  width: 2.2em;
  background: #626262;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .kodate .special > div .special__txt h3 {
    font-size: 5.3333333333vw;
    line-height: 1;
    padding-bottom: 0.7em;
    margin-bottom: 1em;
  }
}
.kodate .special > div .special__txt p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 3.6em;
  letter-spacing: 0.1em;
  text-align: justify;
}
.kodate .special > div .special__txt p:last-of-type {
  margin-bottom: 0;
}
.kodate .special > div .special__txt a {
  line-height: 1.6;
}
.kodate .special > div .special__txt a br {
  display: none;
}
.kodate .special > div .special__txt a:before {
  content: "▶︎";
  display: inline-block;
  margin-right: 0.4em;
}
@media screen and (max-width: 834px) {
  .kodate .special > div .special__txt a br {
    display: inline;
  }
}

.earning {
  font-family: "M PLUS 1p";
  position: relative;
  padding-top: 780px;
  color: #626262;
}
@media screen and (max-width: 1439px) {
  .earning {
    padding-top: 54vw;
  }
}
.earning .sect_bg {
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  background: url(../img/earning_bg.jpg) no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 0;
}
.earning__container {
  background: #fff;
  padding: 164px 0 0 100px;
  margin: 0 0 0 130px;
  position: relative;
  margin: 0 0 200px calc((100vw - 1310px) * 0.5);
}
@media screen and (max-width: 1440px) {
  .earning__container {
    margin-left: 9%;
  }
}
@media screen and (max-width: 1439px) {
  .earning__container {
    margin-left: 9%;
    /*width:91%;*/
  }
}
@media screen and (max-width: 1099px) {
  .earning__container {
    padding: 14.92vw 0 0 9.09vw;
  }
}
@media screen and (max-width: 834px) {
  .earning__container {
    padding: 12.2666666667vw 0 0 7.2vw;
    padding: 12.2666666667vw 0 0;
    margin-left: 7.2vw;
    margin-bottom: 18.6666666667vw;
  }
}
.earning__container .earning__main {
  max-width: 1080px;
  width: 100%;
  margin-bottom: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .earning__container .earning__main {
    margin-bottom: 14.55vw;
  }
}
@media screen and (max-width: 834px) {
  .earning__container .earning__main {
    display: block;
    width: auto;
    margin-bottom: 19.2vw;
    padding-left: 7.2vw;
  }
}
.earning__container .earning__main__txt {
  width: 464px;
  width: 42.96%;
  text-align: justify;
}
@media screen and (max-width: 834px) {
  .earning__container .earning__main__txt {
    width: auto;
    padding-right: 7.2vw;
    margin-bottom: 9.3333333333vw;
  }
}
.earning__container .earning__main__txt h2 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "shippori mincho";
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .earning__container .earning__main__txt h2 {
    margin-bottom: 7.279vw;
  }
}
@media screen and (max-width: 834px) {
  .earning__container .earning__main__txt h2 {
    font-size: 6.9333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.earning__container .earning__main__txt h2:after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 5.7em);
  background: #626262;
  position: absolute;
  right: 0;
  top: 50%;
}
.earning__container .earning__main__txt .msg {
  line-height: 1.9;
  font-size: 16px;
}
.earning__container .earning__main__txt .tiny {
  padding-top: 1.4em;
  font-size: 12px;
}
.earning__container .earning__main__pic {
  width: 50.27%;
}
@media screen and (max-width: 834px) {
  .earning__container .earning__main__pic {
    width: auto;
    padding-right: 7.2vw;
    padding-left: 3.7333333333vw;
  }
}
.earning__container .earning__main__pic p {
  height: 0;
  padding-top: 55.06%;
  position: relative;
  overflow: hidden;
}
.earning__container .earning__main__pic p img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.earning__container .earning__body > div {
  color: #656565;
  max-width: 1210px;
  width: 100%;
  margin-bottom: 228px;
  /*
  &:last-of-type{
      .txt{min-height: 0;}
  }
  */
}
@media screen and (max-width: 1099px) {
  .earning__container .earning__body > div {
    margin-bottom: 20.74vw;
  }
}
@media screen and (max-width: 834px) {
  .earning__container .earning__body > div {
    margin-bottom: 20vw;
  }
}
.earning__container .earning__body > div:last-of-type {
  margin-bottom: 0;
}
.earning__container .earning__body > div > .pic {
  width: 100%;
  height: 0;
  padding-top: 59.5%;
  margin-bottom: 88px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1099px) {
  .earning__container .earning__body > div > .pic {
    margin-bottom: 8vw;
  }
}
.earning__container .earning__body > div > .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.earning__container .earning__body > div.heiyou > div {
  max-width: 1080px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .earning__container .earning__body > div.heiyou > div {
    display: block;
  }
}
.earning__container .earning__body > div.heiyou > div .txt {
  flex: 1;
  letter-spacing: 0.1em;
  margin-right: 9.2%;
  text-align: justify;
}
@media screen and (max-width: 834px) {
  .earning__container .earning__body > div.heiyou > div .txt {
    width: auto;
    padding: 0 7.2vw;
    margin-right: 0;
    margin-bottom: 6.9333333333vw;
  }
}
.earning__container .earning__body > div.heiyou > div .txt h3 {
  font-size: 32px;
  font-family: "Cormorant", serif;
  margin-bottom: 1.1em;
  padding-bottom: 0.8em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 834px) {
  .earning__container .earning__body > div.heiyou > div .txt h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 0.9em;
    padding-bottom: 0.6em;
  }
}
.earning__container .earning__body > div.heiyou > div .txt h3:after {
  content: "";
  width: 1.8em;
  height: 2px;
  display: block;
  background: #555;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .earning__container .earning__body > div.heiyou > div .txt h3:after {
    width: 2.3em;
  }
}
.earning__container .earning__body > div.heiyou > div .txt p {
  font-size: 16px;
  line-height: 1.9;
}
.earning__container .earning__body > div.heiyou > div .pic {
  width: 562px;
  width: 52%;
}
@media screen and (max-width: 834px) {
  .earning__container .earning__body > div.heiyou > div .pic {
    width: auto;
    padding: 0 7.2vw;
  }
}
.earning__container .earning__body > div.heiyou > div .pic img {
  width: 100%;
}
.earning__container .earning__body > div.senyou div.senyou_wrapper {
  max-width: 1080px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 180px;
}
@media screen and (max-width: 1099px) {
  .earning__container .earning__body > div.senyou div.senyou_wrapper {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 834px) {
  .earning__container .earning__body > div.senyou div.senyou_wrapper {
    display: block;
    margin-bottom: 19.2vw;
  }
}
.earning__container .earning__body > div.senyou div.senyou_wrapper .txt {
  width: 430px;
  width: 39.81%;
  letter-spacing: 0.1em;
  margin-left: 7.4%;
}
@media screen and (max-width: 834px) {
  .earning__container .earning__body > div.senyou div.senyou_wrapper .txt {
    width: auto;
    padding: 0 7.2vw;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6.9333333333vw;
  }
}
.earning__container .earning__body > div.senyou div.senyou_wrapper .txt h3 {
  font-size: 32px;
  font-family: "Cormorant", serif;
  margin-bottom: 1.1em;
  padding-bottom: 0.8em;
  position: relative;
}
@media screen and (max-width: 834px) {
  .earning__container .earning__body > div.senyou div.senyou_wrapper .txt h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 0.9em;
    padding-bottom: 0.6em;
  }
}
.earning__container .earning__body > div.senyou div.senyou_wrapper .txt h3:after {
  content: "";
  width: 1.8em;
  height: 2px;
  display: block;
  background: #555;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .earning__container .earning__body > div.senyou div.senyou_wrapper .txt h3:after {
    width: 2.3em;
  }
}
.earning__container .earning__body > div.senyou div.senyou_wrapper .txt .msg {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 32px;
}
@media screen and (max-width: 834px) {
  .earning__container .earning__body > div.senyou div.senyou_wrapper .txt .msg {
    text-align: justify;
  }
}
.earning__container .earning__body > div.senyou div.senyou_wrapper .pics {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 520px;
  width: 48.14%;
}
.earning__container .earning__body > div.senyou div.senyou_wrapper .pics div:first-of-type {
  width: 280px;
  width: 53.84%;
}
.earning__container .earning__body > div.senyou div.senyou_wrapper .pics div:last-of-type {
  width: 220px;
  width: 42.3%;
}
.earning__container .earning__body > div.senyou div.senyou_wrapper .pics img {
  width: 100%;
}
.earning__container .earning__body > div.senyou div.senyou_wrapper .pics p {
  font-size: 16px;
  padding-top: 0.6em;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .earning__container .earning__body > div.senyou div.senyou_wrapper .pics {
    width: auto;
    padding: 0 7.2vw;
  }
}
.earning__container .earning__body > div.senyou div.shoukibo_wrapper {
  width: 100%;
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .earning__container .earning__body > div.senyou div.shoukibo_wrapper {
    display: block;
    /*margin-bottom: pxtovw(140);*/
  }
}
.earning__container .earning__body > div.senyou div.shoukibo_wrapper .txt {
  width: 434px;
  width: 40.18%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .earning__container .earning__body > div.senyou div.shoukibo_wrapper .txt {
    width: auto;
    padding: 0 7.2vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.earning__container .earning__body > div.senyou div.shoukibo_wrapper .txt h3 {
  font-size: 32px;
  font-family: "Cormorant", serif;
  margin-bottom: 1.1em;
  padding-bottom: 0.8em;
  position: relative;
}
@media screen and (max-width: 834px) {
  .earning__container .earning__body > div.senyou div.shoukibo_wrapper .txt h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 0.9em;
    padding-bottom: 0.6em;
  }
}
.earning__container .earning__body > div.senyou div.shoukibo_wrapper .txt h3:after {
  content: "";
  width: 1.8em;
  height: 2px;
  display: block;
  background: #555;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .earning__container .earning__body > div.senyou div.shoukibo_wrapper .txt h3:after {
    width: 2.3em;
  }
}
.earning__container .earning__body > div.senyou div.shoukibo_wrapper .txt .msg {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 72px;
}
@media screen and (max-width: 834px) {
  .earning__container .earning__body > div.senyou div.shoukibo_wrapper .txt .msg {
    text-align: justify;
    margin-bottom: 5.3333333333vw;
  }
}
.earning__container .earning__body > div.senyou div.shoukibo_wrapper .txt .link_arrow {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .earning__container .earning__body > div.senyou div.shoukibo_wrapper .txt .link_arrow {
    margin-bottom: 6.6666666667vw;
  }
}
.earning__container .earning__body > div.senyou div.shoukibo_wrapper .txt .tn img {
  width: 100%;
}
.earning__container .earning__body > div.senyou div.shoukibo_wrapper .txt .tn p {
  font-size: 16px;
  padding-top: 0.8em;
  line-height: 1.9;
  text-align: justify;
}
.earning__container .earning__body > div.senyou div.shoukibo_wrapper .pic {
  width: 540px;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .earning__container .earning__body > div.senyou div.shoukibo_wrapper .pic {
    width: 60vw;
    padding-left: 7.2vw;
    margin-bottom: 5.8666666667vw;
  }
}
.earning__container .earning__body > div.senyou div.shoukibo_wrapper .pic p {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 118.5%;
  overflow: hidden;
}
.earning__container .earning__body > div.senyou div.shoukibo_wrapper .pic p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.earning .special {
  background: #f3f5f8;
  padding: 160px 0 150px;
}
@media screen and (max-width: 1099px) {
  .earning .special {
    padding: 14.55vw 0 13.64vw;
  }
}
.earning .special > div {
  max-width: 1180px;
  width: 92%;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .earning .special > div {
    display: block;
    width: auto;
    padding: 0 0 0 14.4vw;
  }
}
.earning .special > div .special__pics {
  width: 642px;
  width: 54.4%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .earning .special > div .special__pics {
    width: 58.41vw;
  }
}
@media screen and (max-width: 834px) {
  .earning .special > div .special__pics {
    width: auto;
  }
}
.earning .special > div .special__pics div {
  width: 49.8%;
}
@media screen and (max-width: 834px) {
  .earning .special > div .special__pics div {
    width: 49.4%;
  }
}
.earning .special > div .special__pics div img {
  width: 100%;
}
.earning .special > div .special__pics div p {
  font-size: 16px;
  padding-top: 1.2em;
  line-height: 1.7;
}
.earning .special > div .special__txt {
  flex: 1;
  padding-left: 64px;
  padding-left: 5.42%;
}
@media screen and (max-width: 834px) {
  .earning .special > div .special__txt {
    padding-left: 0;
    padding-right: 7.2vw;
  }
}
.earning .special > div .special__txt h3 {
  font-family: "shippori mincho";
  font-size: 32px;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
  position: relative;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 834px) {
  .earning .special > div .special__txt h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 0.9em;
    padding-bottom: 0.6em;
  }
}
.earning .special > div .special__txt h3:after {
  content: "";
  height: 2px;
  width: 2.2em;
  background: #626262;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .earning .special > div .special__txt h3:after {
    width: 2.3em;
  }
}
.earning .special > div .special__txt .msg {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 3.6em;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 834px) {
  .earning .special > div .special__txt .msg {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 834px) {
  .earning .special > div .special__txt .link_arrow {
    margin-bottom: 6.9333333333vw;
  }
}/*# sourceMappingURL=style.css.map */