@charset "utf-8";

html {
  overflow: overlay;
}

img {
  vertical-align: bottom;
}

header.trend-sell {
  position: static;
}

header.trend-sell .header-nav_catchTxt {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
  letter-spacing: 0.2rem;
}

header.trend-sell .img-inner {
  margin: 0 0 0 auto;
}

header.trend-sell .img-inner .satisfaction {
  width: 225px;
  height: auto;
  display: inline-block;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  header.trend-sell .img-inner {
    padding-right: 35px;
  }

  header.trend-sell .img-inner .satisfaction {
    width: 130px;
  }
}

.trend-sell.hamburgerMenu #g-nav #g-nav-list .btn:not(:first-of-type) {
  border-top: solid 1px #cdcdcd;
}

.gloval-nav {
  background-color: #e8e8e8;
}

@media screen and (min-width: 769px) {
  .gloval-nav ul {
    width: 1080px;
  }
}

.gloval-nav ul {
  display: flex;
  margin: 0 auto;
}

.gloval-nav ul li {
  width: calc(100% / 4);
  display: flex;
  justify-content: center;
  position: relative;
}

.mansion .gloval-nav ul li {
  width: calc(100% / 5);
}

.gloval-nav ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 34px;
  background-color: #9a9a9a;
  top: calc(50% - 17px);
  left: -1px;
}

.gloval-nav ul li:first-of-type::before {
  display: none;
}

.gloval-nav ul li a {
  padding: 16px 0 17px;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: 0.2s linear;
}

@media screen and (min-width: 768px) {
  .gloval-nav ul li a:hover {
    opacity: 0.5;
  }
}

.gloval-nav ul li a p {
  font-size: 1.6rem;
  text-decoration: underline;
}

.h2-title-inner {
  margin: 0 auto;
  padding-bottom: 20px;
}

.h2-title-inner h2 {
  font-size: 3.2rem;
  font-weight: 800;
  padding: 0 0 0 16px;
  position: relative;
}


.h2-title-inner .sub-txt {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}

.h2-title-inner h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 35px;
  background-color: #238EA0;
  left: 0;
  top: calc(100% - 38px);
}

@media screen and (max-width: 767px) {
  .h2-title-inner h2 {
    font-size: 2.2rem;
  }
  .h2-title-inner h2::before {
    top: 5px;
    height: 25px;
  }
}

.h2-title-inner,
.h3-title-inner {
  margin-top: -120px;
  padding-top: 120px;
}

@media screen and (min-width: 768px) {
  .nav-wrapper {
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .nav-inner {
    width: 1080px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .nav-inner {
    width: 100%;
    margin: 0;
  }
}

.global-nav {
  display: flex;
  flex-wrap: wrap;
  box-shadow: none;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .global-nav {
    margin-bottom: 1px;
  }
}

.global-nav li {
  width: calc(100% / 4);
  border-left: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.global-nav li a:hover {
  background: #F5F5F5;
}

.global-nav li:last-of-type {
  border-right: 1px solid #D9D9D9;
}

@media screen and (min-width: 768px) {
  .global-nav li p {
    line-height: 1.4;
    text-align: center;
  }

  .global-nav li:nth-child(4n) {
    border-right: 1px solid #D9D9D9;
  }
}

@media screen and (max-width: 767px) {
  .global-nav li p {
    line-height: 1.3;
    text-align: center;
  }

  .global-nav li a {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .global-nav {
    flex-wrap: wrap;
    border: none;
    border-top: 1px solid #D9D9D9;
  }

  .global-nav li {
    width: calc(100% / 2);
    border: none;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }

  .global-nav li:nth-of-type(2n) {
    border-right: none;
  }
}

.global-nav a {
  background: #FFF;
  color: #333;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 10px 14px;
  position: relative;
  white-space: nowrap;
}

.global-nav a::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: calc(50% - 3px);
  bottom: 12px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #238EA0;
  border-right: 1px solid #238EA0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.global-nav a p {
  font-weight: 500;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .main .fix-btn-wrapper .CTA-btn {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100vw;
  }

  .main .fix-btn-wrapper .CTA-btn a {
    display: flex;
    justify-content: center;
    padding: 10px 35px 10px 16px;
    background: #ff7e00;
  }
}

.main .fix-btn-wrapper .CTA-btn a .btn-inner>div {
  padding-left: 10px;
}

.main .fix-btn-wrapper .CTA-btn a .btn-inner>div {
  display: flex;
  align-items: center;
}

.main .fix-btn-wrapper .CTA-btn a .btn-inner {
  display: flex;
}

.main .fix-btn-wrapper .CTA-btn a>div p {
  color: #fff;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .main .fix-btn-wrapper .CTA-btn a {
    padding: 14px 35px 8px 10px;
    background: #ff7e00;
  }

  .main .fix-btn-wrapper .CTA-btn a .btn-inner>div {
    padding-left: 10px;
  }

  .main .fix-btn-wrapper .CTA-btn a>.txt {
    position: absolute;
    top: -10px;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .main .fix-btn-wrapper .CTA-btn a>.txt p {
    color: #333;
    background-color: #fff;
    border-radius: 50vh;
    padding: 2px 16px;
    border: solid 1px #ff7e00;
    bottom: -8px;
    z-index: 1;
    font-size: 1rem;
  }
}

.main .fix-btn-wrapper .CTA-btn>.txt p {
  font-size: 1rem;
  font-weight: 200;
  display: inline-block;
  padding: 0 16px 6px;
  position: relative;
  color: #333;
}

.main .fix-btn-wrapper .CTA-btn>.txt p::after {
  content: "＼";
  display: inline-block;
  position: absolute;
  color: #333;
  top: 0;
  left: 0;
  z-index: 10;
}

.main .fix-btn-wrapper .CTA-btn>.txt p::before {
  content: "／";
  display: inline-block;
  position: absolute;
  color: #333;
  top: 0;
  right: 0;
  z-index: 10;
}

.main .fix-btn-wrapper .CTA-btn .btn-catch span {
  line-height: 1.4;
}

.main .fix-btn-wrapper .CTA-btn>.txt {
  display: flex;
  justify-content: center;
}

.main .fix-btn-wrapper .CTA-btn .small-txt {
  font-size: 1rem;
  font-weight: 200;
  text-align: center;
  padding-bottom: 2px;
}

.main .fix-btn-wrapper .CTA-btn .btn-catch {
  display: flex;
  justify-content: center;
  color: #333;
  font-size: 1.2rem;
  align-items: center;
  text-align: center;
}

.main .fix-btn-wrapper .CTA-btn .btn-catch span {
  background: #fff;
  padding: 4px 6px;
  border-radius: 3px;
  line-height: 1.2;
  display: inline-block;
}

.main .fix-btn-wrapper .CTA-btn .btn-catch span span {
  padding: 0;
}

/* 流れ */
.section-inner > p {
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 400;
}

.section-inner > p a {
  text-decoration: underline;
}

.section-inner > p a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .section-inner {
    width: 94vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .main-mv-inner {
    width: 1080px;
    margin: 0 auto;
    display: flex;
  }
  .mv-left {
    width: 760px;
    margin-right: 60px;
  }

  .mv-right {
    width: 260px;
    margin: 0 0 0 auto;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  /* アコーディオンメニューのデザイン */
  .allstep-menu {
    position: fixed;
    width: 100%;
    z-index: 10;
    transition: all 0.6s;
  }
  .allstep-menu .inner {
    height: 100vh;
    background-color: rgb(0 0 0 / 30%);
  }
  .allstep-menu > p {
    background: #238EA0;
    padding: 10px 14px;
    font-size: 1.8rem;
    color: #FFF;
    font-weight: bold;
    position: relative;
  }
  .allstep-menu > p::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 85vw;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFF;
  }
  .allstep-menu > p::after {
    width: 30px;
    height: 3px;
  }
  
  /* アコーディオンメニューアイコンの制御 */
  .accord-tab.is-active::before,
  .accord-tab.is-active::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 85vw;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFF;
    width: 30px;
    height: 3px;
    background-image: none;
  }
  .accord-tab.is-active::before {
    width: 3px;
    height: 30px;
  }

  /* アコーディオンメニュー位置の制御 */
  .allstep-menu.is-hide {
    transform: translateY(-56px);
  }

  /* フローリストの表示制御 */
  .flow-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .flow-list.is-active {
    max-height: 100vh;
  }
}

.mv-right .inner {
  position: sticky;
  width: 100%;
  top: 20px;
  left: 0;
  margin-top: 40px;
  z-index: 100;
}

.mv-right ul li{
  padding: 0 10px 12px;
  font-weight: bold;
  border: 2px solid #D9D9D9;
  background: #F5F5F5;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.allstep-menu .inner ul li {
  padding: 10px;
  font-weight: bold;
  background: #F5F5F5;
  font-size: 1.4rem;
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (max-width: 767px) {
  .allstep-menu .inner ul li {
    padding: 15px;
  }
}

.mv-right ul li:hover {
  cursor: pointer;
  background: #DCF9FE;
}

.mv-right ul li:not(:last-child)::before {
  position: relative;
  left: 42%;
  top: 45px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 12px solid #D9D9D9;
  border-bottom: 0;
}

.mv-right ul li:last-child {
  padding: 10px;
}

.mv-right ul li span,
.allstep-menu .inner ul li span {
  background: #238EA0;
  border-radius: 30px;
  color: #FFF;
  padding: 3px 5px;
  margin-right: 5px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .main .inner nav ul li.now-page {
    background: #DCF9FE;
  }
}

@media screen and (max-width: 767px) {
  .main .inner nav ul li.now-page {
    background: #DCF9FE;
  }
}

@media screen and (min-width: 768px) {
  .txt-wrapper > div {
    background-image: url(/trend/img/flow_mvbg.jpg);
    background-color: #DBDADB;
    background-size: auto 7vw;
    background-position: left;
    background-repeat: no-repeat;
  }
  .fv-wrapper .txt-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    max-height: 100px;
    width: 1080px;
    margin: 0 auto;
  }

  .fv-wrapper.sub-page .txt-inner {
    padding: 0 0 10px;
  }

  .fv-wrapper .txt-inner .h1-inner {
    width: 380px;
  }

  .fv-wrapper .txt-inner .h1-inner h1 {
    color: #FFF;
    font-size: 2.8rem;
  }

  .fv-wrapper .txt-inner .sub-txt {
    width: 640px;
    padding-left: 25px;
  }

  .fv-wrapper .txt-inner .sub-txt p {
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 400;
  }
  .fv-wrapper.sub-page {
    background: #f1f1f1;
  }
  .fv-wrapper.sub-page .txt-inner {
    background: none;
    width: 1080px;
    margin: 0 auto;
    justify-content: left;
  }
  .fv-wrapper.sub-page .txt-inner .h1-inner {
    width: auto;
    text-align: left;
  }
  .fv-wrapper.sub-page  .txt-inner .h1-inner h1 > span {
    font-size: 1.8rem;
    color: #333;
  }
  .fv-wrapper.sub-page  .txt-inner .h1-inner div p:last-child {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

.fv-wrapper.sub-page  .txt-inner .h1-inner div {
  display: flex;
  align-items: center;
}
.fv-wrapper.sub-page  .txt-inner .h1-inner div p:first-child {
  font-size: 1.5rem;
  background: #238EA0;
  border-radius: 30px;
  color: #FFF;
  padding: 4px 8px 0;
  margin-right: 9px;
  height: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .fv-wrapper .txt-inner .sub-txt {
    padding-left: 45px;
  }
}

@media screen and (max-width: 767px) {
  .fv-wrapper .txt-inner .h1-inner {
    background-image: url(/trend/img/flow_mvbg.jpg);
    background-size: 100%;
    padding: 0 0 12px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #4b7f94;
  }
  .fv-wrapper.sub-page .txt-inner .h1-inner {
    background: #f1f1f1;
  }
  .fv-wrapper .txt-inner .h1-inner h1 {
    padding: 65px 0 0 10px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFF;
  }
  .fv-wrapper.sub-page .txt-inner .h1-inner h1 {
    color: #333;
  }
  .fv-wrapper.sub-page .txt-inner .h1-inner h1 {
    font-size: 1.5rem;
    margin: 0 auto;
    width: 80vw;
  }
  .fv-wrapper.sub-page .txt-inner .h1-inner h1.w95 {
    width: 95vw;
  }
  .fv-wrapper.sub-page .txt-inner .h1-inner div p {
    font-weight: bold;
    font-size: 2.2rem;
  }
  .fv-wrapper.sub-page .txt-inner .h1-inner div p:first-child {
    font-size: 1.3rem;
    background: #238EA0;
    border-radius: 30px;
    color: #FFF;
    padding: 2px 8px 0;
    margin: 4px 9px 0 0;
    height: 24px;
    box-shadow: #FFF 0px 0px 3px;
  }
  .fv-wrapper .txt-inner .sub-txt {
    padding: 10px;
  }
  .fv-wrapper .txt-inner .sub-txt p {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
  }
}
.flow table {
  font-size: 1.4rem;
  border: 1px solid #D9D9D9;
  width: 100%;
}

.flow .sub-page p:not(.small-txt) {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .flow table {
    margin-bottom: 30px;
  }
  .flow .sub-page table {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .flow .scroll-table {
    margin-bottom: 10px;
    overflow-x: auto;
  }
  .flow table,
  .flow .scroll-table p {
    width: 160%;
  }
}

.flow table tr:first-child {
  text-align: center;
}

.flow table tr:first-child,
.flow table tr:last-child {
  background: #f6f6f6;
  font-weight: bold;
}

.flow div.sub-page table tr:last-child {
  background: none;
  font-weight: normal;
}

.flow table tr td:first-child {
  background-color: #f6f6f6;
}
.flow table tr:first-child td,
.flow table tr:not(:last-child):nth-child(n + 2) td {
  border-bottom: 1px solid #D9D9D9;
}

.table-design2 table tr td:first-child {
  background: #F5F5F5;
}
.table-design2 table tr:first-child td:last-child {
  background: #FFF;
  font-weight: normal;
}

.flow table tr:first-child td:nth-child(2),
.flow table tr:nth-child(n + 2) td:nth-child(2) {
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}

.flow table tr td:nth-child(n + 3) {
  border-right: 1px solid #D9D9D9;
}
.flow table tr td:last-child {
  border-right: none;
}

.flow div.sub-page:not(.table-three) table tr:first-child td,
.flow div.sub-page:not(.table-three) table tr:nth-child(n + 2) td:nth-child(2) {
  border-right: none;
}

.flow table tr td {
  padding: 10px;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: 400;
}

.flow table tr td span {
  background: #238EA0;
  padding: 0px 3px 3px 7px;
  color: #FFF;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: inline-block;
  margin-right: 5px;
}

.flow table tr td a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #1D87B7;
}

.flow table tr td a:hover {
  opacity: 0.5;
}

.flow table tr:first-child td,
.flow table tr td:first-child {
  font-weight: bold;
  font-size: 1.5rem;
}

.table-design2 tr:first-child td {
  font-weight: normal;
  text-align: left;
}

.flow .sub-page table tr td:first-child {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .flow table tr td:first-child {
    font-size: 1.4rem;
  }
}

.flow .atention>p:first-child {
  background: #238EA0;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  font-size: 1.8rem;
}

.flow .atention {
  box-shadow: #ccc 2px 2px 7px;
}

.flow .atention ul {
  width: 75%;
  margin: 0 auto;
  padding: 15px 0;
}

.flow .atention ul li{
  display: flex;
  padding: 3px 0;
}

@media screen and (min-width: 768px) {
  .flow .blue-bg ul li {
    display: flex;
    padding: 3px 0;
  }
  .flow .blue-bg ul.no-flex li {
    display: block;
    padding: 5px 0;
  }
  .flow .blue-bg ul.no-flex li p:first-child,
  .flow .blue-bg ul.no-flex li p:last-child {
    width: auto;
  }
  .flow .blue-bg ul li.wide p:first-child {
    width: 55%;
  }
  .flow .blue-bg ul li.wide_45 p:first-child {
    width: 45%;
  }
  .flow .blue-bg ul li.wide p:last-child {
    width: 45%;
  }
}

.flow .atention ul li p {
  font-size: 1.5rem;
  line-height: 1.5;
}

.flow .atention ul li p:first-child {
  font-weight: bold;
  width: 140px;
}

.flow .blue-bg {
  background: #E5EFF2;
  padding: 10px 20px;
}

.flow .blue-bg > p {
  font-weight: bold;
  font-size: 1.5rem;
}

.flow .blue-bg > p.small-txt {
  font-size: 1.2rem;
  font-weight: normal;
}

.flow .blue-bg ul li p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}

.flow .blue-bg ul li p:first-child {
  width: 25%;
  font-weight: bold;
}

.flow .blue-bg ul li p:last-child {
  width: 75%;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .flow .blue-bg {
    padding: 18px 20px 7px 20px;
    width: 100%;
  }
  .flow .atention ul {
    width: 92%;
    margin: 0 auto;
    padding: 15px 0;
  }
  .flow .blue-bg ul li p:first-child,
  .flow .blue-bg ul li p:last-child {
    width: auto;
  }
  .flow .blue-bg ul li p:last-child {
    margin: 0 0 8px 8px;
  }
}

.h3-title-inner {
  border-bottom: 2px solid #D9D9D9;
  padding-bottom: 9px;
}

.h3-title-inner h3 {
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .h3-title-inner h3 {
    font-size: 2rem;
  }
}

.h3-title-inner h3 span {
  background: #238EA0;
  border-radius: 30px;
  color: #FFF;
  padding: 1px 9px;
  margin-right: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.step-inner:not(:first-of-type) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .step-inner {
    display: flex;
  }

  .step-inner > p {
    padding: 0 0 0 15px;
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .step-inner > p {
    width: 100%;
    margin-bottom: 10px;
  }

  .step-inner > p img {
    width: 100%;
    height: 80px;
    object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .step-inner > div {
    width: 530px;
    margin-left: 20px;
  }
}

.step-inner > div > p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}

.step-inner > div .step-sublink li {
  position: relative;
  background: #F5F5F5;
  padding: 10px 40px 10px 10px;
  box-shadow: #ccc 1px 1px 3px;
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .step-inner > div .step-sublink li {
      padding: 10px 30px 10px 10px;
  }
}

@media screen and (min-width: 768px) {
  .step-inner > div .step-sublink a {
    display: inline-block;
  }
}

.step-inner > div .step-sublink a li {
  display: flex;
  align-items: center;
}

.step-inner > div .step-sublink li p {
  font-size: 1.5rem;
}

.step-inner > div .step-sublink li::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc((100% - 6px) / 2);
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.step-inner > div .step-sublink li p:first-child {
  font-weight: bold;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .step-inner > div .step-sublink li {
    display: block; 
    height: 57px;
  }
  .step-inner > div .step-sublink li p {
    line-height: 1.2;
  }
  .step-inner > div .step-sublink li p:first-child {
    margin-right: 10px;
    width: 30%;
  }
  .step-inner > div .step-sublink li p:last-child {
    width: 90%;
  }
}

.CTA-btn a {
  padding: 20px 35px 20px 20px;
  background: #ff7e00;
  box-shadow: 0 6px #a35507;
  display: block;
  position: relative;
  transition: .2s all;
  border-radius: 10px;
}

.CTA-btn a:hover {
  box-shadow: none;
  transform: translate3d(0, 6px, 0);
}

.CTA-btn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc((100% - 6px) / 2);
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .CTA-btn a {
    width: 400px;
    margin: 0 auto;
  }
}

.CTA-btn a > div p {
  color: #fff;
  font-weight: 800;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.4;
}

.CTA-btn a .btn-inner {
  display: flex;
}

.CTA-btn a .btn-inner > div {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .CTA-btn a .btn-inner > div {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CTA-btn a {
    width: 95vw;
    margin: 0 auto;
    padding: 15px;
  }
  .CTA-btn a > div p {
    font-size: 2.3rem;
  }
  .CTA-btn a .btn-inner > div {
    width: 62vw;
    margin: 0 auto;
  }
}

.CTA-btn .btn-catch span {
  background: #fff;
  padding: 4px 6px;
  border-radius: 3px;
  line-height: 1.2;
  display: inline-block;
}

.CTA-btn .btn-catch {
  display: flex;
  justify-content: center;
  color: #333;
  font-size: 1.2rem;
  align-items: center;
  text-align: center;
  font-weight: 800;
  line-height: 1.4;
}

.CTA-btn .btn-catch span span {
  color: #E65D44;
  background: #fff;
  padding: 0;
  border-radius: 3px;
  line-height: 1.2;
  display: inline-block;
}

main .small-txt {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #888;
}

.flow .btns {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow .btns a p {
  background: #238EA0;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  padding: 20px 10px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.2;
  width: 270px;
}

.flow .btns a p {
  color: #fff;
}

.flow .btns a p:hover {
  opacity: 0.5;
  cursor: pointer;
}

.flow .btns a p.btn-prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid #238ea0;
  border-left: 0;
}

.flow .btns a p.btn-next {
  margin-left: 10px;
}

.flow .btns a p.btn-next::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 15px solid #238ea0;
  border-right: 0;
}

@media screen and (min-width: 768px) {
  .flow .btns a p {
    min-height: 87px;
  }
  .flow .btns a p.btn-prev::before,
  .flow .btns a p.btn-next::before {
    border-top: 43px solid transparent;
    border-bottom: 44px solid transparent;
  }
  .flow .btns a p.pt20 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .flow .btns a p {
    width: calc((100% / 2) - 30px );
    min-height: 98px;
    min-width: 160px;
  }
  .flow .btns a p.btn-prev::before,
  .flow .btns a p.btn-next::before {
    border-top: 49px solid transparent;
    border-bottom: 49px solid transparent;
  }
  .flow .btns a p.pt20 {
    padding-top: 30px;
  }
}

.mb5 {
  margin-bottom: 5px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.section-inner p span.marker {
  background: linear-gradient(180deg, #FFF, #FFF 50%, #FFF702);
  background-position: 0;
  background-size: 0;
  background-repeat: no-repeat;
  transition: background 1s;
}
.section-inner p span.marker.active {
  background-size: 100%;
}

.writer-profile {
  padding: 35px 20px;
  background: #F6F6F6;
  border-radius: 10px;
}

.writer-profile > div > div figure img {
  border-radius: 50%;
}

.writer-profile > div > div > div p:nth-child(2n) {
  color: #919191;
  font-weight: 200;
}

.writer-profile > div > div > div p:last-child {
  font-size: 2.4rem;
  line-height: 1.2;
}

.writer-profile > div > div > div p a {
  color: rgb(29, 135, 183);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.writer-profile > div > div > div p a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .writer-profile > div {
    display: flex;
    justify-content: space-evenly;
  }
  .writer-profile > div > div {
    display: flex;
  }
  .writer-profile > div > div figure {
    width: 100px;
    margin-right: 20px;
  }
  .writer-profile > div > div > div {
    width: 170px;
  }
  .writer-profile > div > p {
    width: 800px
  }
}

@media screen and (max-width: 767px) {
  .writer-profile {
    margin: 10px;
    padding: 25px 10px;
  }
  .writer-profile > div > div {
    display: flex;
    margin-bottom: 20px;
  }
  .writer-profile > div > div figure {
    width: 20vw;
    margin-right: 20px;
  }
  p.scroll-txt {
    text-align: right;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #888;
    margin-bottom: 5px;
  }
}