@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------------------------
/*  
-------------------------------------------------------------------- */
.l-title-lv4 {
    padding: 10px 0;
}
.l-title-lv4 .c-heading-prim {
    font-size: 26px;
    text-align: center;
}
.l-title-lv4 .c-heading-prim h1 {}
.l-layout-regular {
    margin-top: 0;
}
.topLead {
    background: #137dc7;
    padding: 10px 0;
}
.topLead .topLeadBox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.topLead .medal {
    margin-right: 20px;
    width: 90px;
}
.topLead .medal img {
    max-width: 100%;
    width: auto;
}
.topLead .logoTxt {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.topLead .logoTxt .logo {
    width: 100px;
    margin-right: 20px;
}
.topLead .logoTxt .logo img {}
.topLead .logoTxt .txt {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

/** SP **/
@media (max-width: 767px) {
.l-title-lv4 {
    padding: 2vmin 0;
}
.l-title-lv4 .c-heading-prim {
    font-size: 4.2vmin;
}
.l-title-lv4 .c-heading-prim h1 {}  
.l-layout-regular {}  
.topLead {
    padding: 1vmin 0;
}
.topLead .topLeadBox {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: normal;
    justify-content: normal;
}
.topLead .medal {
    width: 18%;
}
.topLead .medal img {}
.topLead .logoTxt {
    display: block;
}
.topLead .logoTxt .logo {
    width: 16vmin;
    display: none;
}
.topLead .logoTxt .logo img {}
.topLead .logoTxt .txt {
    font-size: 4.4vmin;
} 
}

/* --------------------------------------------------------------------
/*  
-------------------------------------------------------------------- */
.stepWrap {
    /* padding-top: 20px; */
}
.stepWrap .txt01 {
    font-size: 37px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.stepWrap .txt01 .__num {
    font-size: 56px;
}
.stepWrap .step7Box {
    background-color: #e6f7ff;
}
.stepWrap .step7Box h3 {
    background-color: #f6e746;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px;
}
.stepWrap .step7Box h3 span {
    font-size: 30px;
}
.stepWrap .step7Box .box {
    padding: 20px 0;
}
.stepWrap .step7Box .box .stepList {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.stepWrap .step7Box .box .stepList li {
    margin-right: 50px;
    position: relative;
    background-color: #137dc7;
    border-radius: 5px;
    min-height: 390px;
}
.stepWrap .step7Box .box .stepList li img {}
.stepWrap .step7Box .box .stepList li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #004896;
  position: absolute;
  bottom: 40%;
  right: -30px;
}
.stepWrap .step7Box .box .stepList li:last-child {
    margin-right: 0;
}
.stepWrap .step7Box .box .stepList li:last-child::after {
    content: none;
}

.stepWrap .step7Box .box .stepList li a {
    width: 70px;
    display: block;
    text-align: center;
    height: 100%;
    position: relative;
}
.stepWrap .step7Box .box .stepList li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #68c0fd;
  border-right: solid 2px #68c0fd;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15px;
  transform: rotate(135deg);
}
.stepWrap .step7Box .box .stepList li .__num {
    background-color: #004896;
    color: #fff;
    line-height: 1.2;
    height: 70px;
    margin: auto;
    padding: 10px 0;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
}

.stepWrap .step7Box .box .stepList li .__num span {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
}
.stepWrap .step7Box .box .stepList li .txtArea {padding: 5px;position: relative;}
.stepWrap .step7Box .box .stepList li .txtArea::after {

}
.stepWrap .step7Box .box .stepList li .txtArea .__icon {
    min-height: 60px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.stepWrap .step7Box .box .stepList li .txtArea .__icon img {
    max-width: 100%;
    width: auto;
    margin: auto;
}
.stepWrap .step7Box .box .stepList li .txtArea .txt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    margin: auto;
    color: #fff;
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 1px;
    margin-top: 5px;
    font-weight: bold;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.stepWrap .step7Box .box .stepList li .txtArea .txt .__en {}


/** PC **/
@media (min-width: 768px) {
.stepWrap .step7Box .box .stepList li:hover {background-color: #004896;}
.stepWrap .step7Box .box .stepList li:hover .__num {background-color: #00336a;}
}

/** SP **/
@media (max-width: 767px) {
.stepWrap {}
.stepWrap .txt01 {
    font-size: 4.3vmin;
    line-height: 1.1;
    margin-bottom: 2vmin;
    margin-top: 2vmin;
}
.stepWrap .txt01 .__num {
    font-size: 7vmin;
}
.stepWrap .step7Box {}
.stepWrap .step7Box h3 {
    font-size: 4vmin;
    padding: 1vmin;
}
.stepWrap .step7Box h3 span {
    font-size: 5vmin;
}
.stepWrap .step7Box .box {
    padding: 4vmin;
}
.stepWrap .step7Box .box .stepList {display: block;width: 100%;}
.stepWrap .step7Box .box .stepList li {margin-right: 0;min-height: auto;margin-bottom: 2vmin;}
.stepWrap .step7Box .box .stepList li img {}
.stepWrap .step7Box .box .stepList li::after {
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    border-width: unset;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #004896;
}
.stepWrap .step7Box .box .stepList li:last-child {
  margin-bottom: 0;
}  
.stepWrap .step7Box .box .stepList li:last-child::after {}
  
.stepWrap .step7Box .box .stepList li a {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.stepWrap .step7Box .box .stepList li a::after {
    right: 4%;
    left: auto;
    transform: rotate(135deg);
    bottom: 40%;
}
.stepWrap .step7Box .box .stepList li .__num {
    margin: 0;
    width: 16%;
    height: auto;
    font-size: 3vmin;
    border-radius: 5px 0px 0 5px;
    padding: 1vmin 0;
}
.stepWrap .step7Box .box .stepList li .__num span {
    font-size: 3.8vmin;
}
.stepWrap .step7Box .box .stepList li .txtArea {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 84%;
    padding: 1vmin;
}  
.stepWrap .step7Box .box .stepList li .txtArea .__icon {
    width: 12vmin;
    min-height: unset;
    display: block;
    /* max-height: 40px; */
    /* height: 100%; */
}
.stepWrap .step7Box .box .stepList li .txtArea .__icon img {height: 6vmin;max-height: 100%;margin: auto;}
.stepWrap .step7Box .box .stepList li .txtArea .txt {
    -ms-writing-mode: unset;
    writing-mode: unset;
    margin: 0;
    font-size: 3vmin;
}  
}

/* --------------------------------------------------------------------
/* USCPAコースお申込みまでの流れ  
-------------------------------------------------------------------- */
.flowWrap {
}
.flowWrap .flowBlock {
    background-color: #e6f7ff;
    padding: 40px 0 20px;
    margin: 30px 0 0;
}
.flowWrap .flowBlock .flowBox {
    padding-bottom: 60px;
    position: relative;
    margin-bottom: 40px;
}
.flowWrap .flowBlock .flowBox .arrow {
    position: relative;
    bottom: -35px;
}
.flowWrap .flowBlock .flowBox .arrow::before,
.flowWrap .flowBlock .flowBox .arrow::after {content: "";width: 60px;height: 10px;display: inline-block;border-radius: 6px;background: #137dc7;position: absolute;/* bottom: 3%; */}
.flowWrap .flowBlock .flowBox .arrow::before {
         transform: rotate(135deg);
         left: 37px;
}
.flowWrap .flowBlock .flowBox .arrow::after {
       transform: rotate(-135deg);
       left: 1px;
}
.flowWrap .flowBlock .flowBox::before {
  content: "";
  border-left: 10px solid #137dc7;
  position: absolute;
  display: block;
  top: 0;
  left: 45px;
  height: 100%;
}
.flowWrap .flowBlock .flowBox::after {
  content: "";
  position: absolute;
}
.flowWrap .flowBlock .flowBox .ttl {
    background-color: #137dc7;
    width: max-content;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 30px;
    font-size: 26px;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    font-weight: bold;
}
.flowWrap .flowBlock .flowBox .ttl .__num {
    font-size: 22px;
    color: #f6e746;
    display: inline-block;
    margin-right: 30px;
}
.flowWrap .flowBlock .flowBox .__box {
    max-width: 910px;
    width: 95%;
    margin-left: auto;
    background-color: #fff;
    padding: 30px;
}
.flowWrap .flowBlock .flowBox .__box .boxflex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flowWrap .flowBlock .flowBox .__box .boxflex.flex_c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flowWrap .flowBlock .flowBox .__box .boxflex .l_Area {
    width: 41.1%;
}
.flowWrap .flowBlock .flowBox .__box .boxflex .r_Area {
    width: 55%;
}
.flowWrap .flowBlock .flowBox .__box .list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flowWrap .flowBlock .flowBox .__box .list li {
    width: 49%;
    text-align: center;
    background-color: #e6f7ff;
    margin-bottom: 10px;
    padding: 3px;
}
.flowWrap .flowBlock .flowBox .__box .img {}
.flowWrap .flowBlock .flowBox .__box .img img {}
.flowWrap .flowBlock .flowBox .__box .caution {
    font-size: 12px;
    margin-top: 10px;
}
.flowWrap .flowBlock .flowBox .__box .c-button {
    margin: 10px auto;
    max-width: 400px;
    width: 100%;
}
.flowWrap .flowBlock .flowBox .__box .c-button .c-button__inner {}
.flowWrap .flowBlock .flowBox .__box .c-button .c-button__inner::before {}
.flowWrap .flowBlock .flowBox .__box02 {
    max-width: 910px;
    width: 95%;
    margin-left: auto;
  margin-top: 30px;
}
.flowWrap .flowBlock .flowBox .__box02 .ctaAreaWrap {
  margin-bottom: 0;
}
.flowWrap .flowBlock .flowBox .__box02 .ctaArea .box.flexBox .txtArea {
    flex: 1;
}
.flowWrap .flowBlock .flowBox .__box02 .ctaArea .box.flexBox .txtArea .txt {
    margin-bottom: 15px;
}
.flowWrap .flowBlock .flowBox .__box02 .ctaArea .box.flexBox .txtArea .txt span {
    font-size: 20px;
}
.flowWrap .flowBlock .flowBox .__box02 .ctaArea .box.flexBox .txtArea .__ttl {
    background: #137dc7;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    padding: 5px 0;
}
.flowWrap .flowBlock .flowBox .__box02 .ctaArea .box.flexBox .txtArea .c-text_lead {
    text-align: center;
}
/**box02**/
.flowWrap .flowBlock .flowBox.flowBox02 .__box02 .ctaArea .box.flexBox .txtArea .c-text_lead {
    font-size: 20px;
    font-weight: normal;
}
.flowWrap .flowBlock .flowBox.flowBox02 .__box02 .ctaArea .box.flexBox .txtArea .c-grid {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 19px;
}
.flowWrap .flowBlock .flowBox.flowBox02 .__box02 .ctaArea .box.flexBox .txtArea .c-grid .txt {
    font-size: 18px;
}
.flowWrap .flowBlock .flowBox.flowBox02 .__box02 .ctaArea .box.flexBox .txtArea .c-grid .btn {
    margin-bottom: 10px;
}
/**box03**/
.flowWrap .flowBlock .flowBox.flowBox03 .__box02 .ctaArea .box.flexBox .txtArea .btn {
  margin-bottom: 0;
}
/**SP**/
@media (max-width: 767px) {
.flowWrap {}
.flowWrap .flowBlock {}
.flowWrap .flowBlock .flowBox {
    margin-bottom: 4vmin;
}
.flowWrap .flowBlock .flowBox .arrow {}
.flowWrap .flowBlock .flowBox .arrow::before,
.flowWrap .flowBlock .flowBox .arrow::after {
    width: 35px;
    height: 10px;
}
.flowWrap .flowBlock .flowBox .arrow::before {
    left: 5%;
}
.flowWrap .flowBlock .flowBox .arrow::after {
    left: 0%;
}  
.flowWrap .flowBlock .flowBox::before {
    left: 6%;
    height: 98%;
}
.flowWrap .flowBlock .flowBox::after {}
.flowWrap .flowBlock .flowBox .ttl {
    font-size: 4.6vmin;
    padding: 3vmin;
    width: fit-content;
}
.flowWrap .flowBlock .flowBox .ttl .__num {
    margin-right: 4vmin;
    font-size: 4vmin;
}
.flowWrap .flowBlock .flowBox .__box {
    width: 85%;
    padding: 4vmin;
}
.flowWrap .flowBlock .flowBox .__box .boxflex {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flowWrap .flowBlock .flowBox .__box .boxflex .l_Area {
    width: 100%;
}
.flowWrap .flowBlock .flowBox .__box .boxflex .r_Area {
    width: 100%;
}
.flowWrap .flowBlock .flowBox .__box .list {}
.flowWrap .flowBlock .flowBox .__box .list li {
    width: 100%;
    font-size: 2vmin;
}  
.flowWrap .flowBlock .flowBox .__box .img {
    /* margin-bottom: 3vmin; */
}
.flowWrap .flowBlock .flowBox .__box .img img {}
.flowWrap .flowBlock .flowBox .__box .caution {
    margin-top: 0;
}
.flowWrap .flowBlock .flowBox .__box .c-button {
    margin-bottom: 2vmin;
}
.flowWrap .flowBlock .flowBox .__box .c-button .c-button__inner {
    min-height: 50px;
}
.flowWrap .flowBlock .flowBox .__box .c-button .c-button__inner::before {}
.flowWrap .flowBlock .flowBox .__box .sp .__flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 4vmin;
}
.flowWrap .flowBlock .flowBox .__box .sp .__flex .img {
    width: 49%;
}
.flowWrap .flowBlock .flowBox .__box .sp .__flex .list {
    width: 47%;
    display: block;
}
.flowWrap .flowBlock .flowBox .__box .boxflex.flex_reve {
    flex-direction: column-reverse;
}
.flowWrap .flowBlock .flowBox .__box .boxflex.flex_reve .img {
  margin-top: 3vmin;
  }  
.flowWrap .flowBlock .flowBox .__box02 {
    width: 85%;
}  
.flowWrap .flowBlock .flowBox .__box02 .ctaArea .box.flexBox .txtArea .txt {
    text-align: left;
    right: 0;
}  
.flowWrap .flowBlock .flowBox .__box02 .ctaArea .box.flexBox .txtArea .txt span {
    font-size: 3.6vmin;
    text-align: left;
}  
.flowWrap .flowBlock .flowBox .__box02 .ctaArea .box.flexBox .txtArea {} 
.flowWrap .flowBlock .flowBox .__box02 .ctaArea .box.flexBox .txtArea .__ttl {
    font-size: 3.2vmin;
    padding: 1vmin;
}
/**box02**/
.flowWrap .flowBlock .flowBox.flowBox02 .__box02 .ctaArea .box.flexBox .txtArea .c-text_lead {
    text-align: left;
    font-size: 3.6vmin;
}
.flowWrap .flowBlock .flowBox.flowBox02 .__box02 .ctaArea .box.flexBox .txtArea .c-grid {
    border-top: 1px solid #8ba0b7;
    padding-top: 3vmin;
}
.flowWrap .flowBlock .flowBox.flowBox02 .__box02 .ctaArea .box.flexBox .txtArea .c-grid .txt {
    font-size: 3.6vmin;
    text-align: center;
    right: 0;
    margin-bottom: 2vmin;
}
.flowWrap .flowBlock .flowBox.flowBox02 .__box02 .ctaArea .box.flexBox .txtArea .c-grid .btn {}  
}

/* --------------------------------------------------------------------
/*  CTA
-------------------------------------------------------------------- */


/** SP **/
@media (max-width: 767px) {
.ctaArea .box .linkBox .txtBtn span {
    font-size: 3.2vmin;
}  
.c-button__inner > span {
    font-size: 3.4vmin;
}  
}
@media (max-width: 320px) {
.ctaArea .box .linkBox .txtBtn a {
    width: 100%;
}
	}