@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
html, body {
  height: 100%;
}
body {
  font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a:link, a:hover, a:visited {
  color: #212121;
  text-decoration: none;
}
sup {
  font-size: 10px;
}
#container {
}
@media screen and (min-width:751px) {
  #container {
    padding-top: 50px;
  }
}
/*--------------------
common
---------------------*/
.inner {
  width: 92vw;
  margin: 0 auto;
  padding: 0;
}
a {
  transition: .3s all;
}
a.btn {
  color: #231815;
  background: #ffea00;
  display: block;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  width: 100%;
  position: relative;
  box-shadow: 0px 4px 0px 0px #503a15;
}
a.btn::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/cv_arrow.png") right center no-repeat;
  background-size: 100%;
  width: 8px;
  height: 10px;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
}
a img {
  transition: .3s all;
}
a:hover img {
  opacity: .9;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.fade_off {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.fade_on {
  opacity: 1;
}
.fc_yel {
  color: #ffff72;
}
.fc_green {
  color: #76b900;
}
.fc_grade {
  color: #ffff97;
  background-image: linear-gradient(45deg, #ffff97 , #FFFFFF 50%, #ffff97 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  border-bottom: 3px solid;
  border-image: linear-gradient(45deg, #ffff97 , #FFFFFF 50%, #ffff97 100%) 1;
}
.min {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.atten {
  font-size: 2vw;
}

#container section#account_step,
#container section#point02 {
  background-color: #edf1f7;
  padding-bottom: 30px;
}
#container section:nth-of-type(2n+1) {
  background-color: #fff;
  padding-bottom: inherit;
}
#container section#point-support {
  padding: 40px 0 30px;
  background-color: #fff;
}
.check_contents .check_contents_tit span::after {
  z-index: 1;
}
.check_contents .check_contents_tit span em {
  position: relative;
  font-weight: 600;
  font-size: 30px;
  z-index: 4;
}
@media screen and (min-width: 751px) {
  .atten {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .check_contents .check_contents_tit span::after {
    left: -40px;
  }
  .check_contents .check_contents_tit span em {
    font-size: 14px;
  }
}
/*--- cv ---*/
/*--------------------
header
---------------------*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 90;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 15px 10px;
}
.logo {
  display: block;
  width: 40%;
  max-width: 200px;
}
header .account_btn_wrap {
  border-radius: 20px;
  font-size: 10px;
  height: 34px;
  width: 50%;
  max-width: 260px;
}
header .account_btn_wrap a.btn {
  line-height: 34px;
  font-size: 3.4vw;
  background: #654C21;
  background: linear-gradient(90deg,rgba(101, 76, 33, 1) 0%, rgba(184, 149, 87, 1) 50%, rgba(101, 76, 33, 1) 100%);
  border-radius: 50px;
  width: 95%;
  margin: 0 0 0 auto;
  color: #fff;
}

@media screen and (min-width:751px) {
  header .account_btn_wrap {
    max-width: 220px;
  }
  header .account_btn_wrap a.btn {
    line-height: 22px;
    width: 100%;
  }
  header .account_btn_wrap a.btn {
    font-size: 15px;
  }
}

/*** PAGETOP ***/
.g-go-to-top {
  display: grid;
  place-content: center;
  position: fixed !important;
  color: #3c66b0;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  box-shadow: 0px 5px 8px 0 rgb(0 0 0 / 20%);
  background: #f2f5f8;
  transition: .3s all;
  transition-property: transform;
  transform: translateY(calc(100% + 20px));
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
}
.arrow::before {
  content: '';
  width: 11px;
  height: 11px;
  border-top: solid 2px #4a75ae;
  border-right: solid 2px #4a75ae;
  position: absolute;
  left: 4px;
  top: 7px;
  transform: rotate(-45deg);
}
.g-go-to-top:hover {
  opacity: .8;
}

.action {
  background: #000318;
  background: linear-gradient(90deg,rgba(0, 3, 24, 1) 0%, rgba(32, 56, 100, 1) 50%, rgba(0, 3, 24, 1) 100%);
}
.action .cv02 dt {
  font-size: 5vw;
  font-weight: 500;
}
.action .cv02 dt .txt01 {
  line-height: 1.7;
  letter-spacing: .15em;
  margin: 0 0 10px;
}
.action .cv02 dt .txt01 .bg_w {
  background-color: #fff;
  color: #00173a;
  padding: 1px 5px;
  margin: 0 5px 0 0;
  font-weight: 500;
}
.action .cv02 dt .txt02 {
  font-size: 10vw;
  letter-spacing: .1em;
  margin: 0 0 3vw;
}
.action .cv02 .txt02 span {
  background: linear-gradient(90deg,rgba(194, 157, 96, 1) 0%, rgba(255, 238, 209, 1) 50%, rgba(194, 157, 96, 1) 100%);;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: block;
}
.action .cv02 .txt02 span::before,
.action .cv02 .txt02 span::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #c7a368;
  width: 8vw;
  height: 1px;
  top: 50%;
  transform: translate(0,-50%);
}
.action .cv02 .txt02 span::before {
  left: 0;
}
.action .cv02 .txt02 span::after {
  right: 0;
}
.action .cv02 dd a {
  background: #654C21;
  background: linear-gradient(90deg, rgba(101, 76, 33, 1) 0%, rgba(184, 149, 87, 1) 50%, rgba(101, 76, 33, 1) 100%);
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px #503a15;
  color: #fff;
  padding: 1vw 0;
  line-height: 1.4;
  letter-spacing: .1em;
  font-size: 4.8vw;
}
.action .cv02 dd a small.account {
  display: block;
  font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.action .cv02 dd a span {
  position: relative;
  display: block;
}
.action .cv02 dd a span::before {
  display: none;
}
.action .cv02 dd a span::after {
  right: 4vw;
  width: 2.4vw;
  height: 4vw;
  background: url("../img/cv_arrow.png") right center no-repeat;
  background-size: 100%;
}
.action .cv01 dt, .action .cv02 dt {
    font-size: 4vw;
}
@media screen and (min-width:751px) {
  .action .cv01 dt{
    font-size: 23px;
  }
  .action .cv02 dt {
    font-size: 48px;
    padding: 0;
  }
  .action .cv02 dt .txt02 {
    font-size: 64px;
    margin: 0 0 20px;
  }
  .action .cv02 .txt02 span::before, .action .cv02 .txt02 span::after {
    width: 118px;
  }
  .action .cv02 dd a {
    font-size: 36px;
    width: 90%;
    border-radius: 90px;
    box-shadow: 0px 10px 0px 0px #503a15;
  }
  .action .cv02 dd a span::after {
    right: 40px;
    width: 20px;
    height: 36px;
  }
  .action .cv01 dt, .action .cv02 dt {
    font-size: 24px;
    display: block;
  }
  .action .cv02 dd {
    margin: 0 auto 50px;
  }
  .action .cv02 dd a {
    height: 120px;
  }
  .action .cv02 dd a:hover {
		box-shadow: none;
		margin: 10px auto 0;
    transform: translateY(10px);
	}
}
@media screen and (min-width:1201px) {
  
  .action .cv02 .txt02 span {
    display: inline-block;
  }
  
  .action .cv02 .txt02 span::before {
    left: -140px;
  }
  .action .cv02 .txt02 span::after {
    right: -140px;
  }
}

/*--------------------
main_visual 
---------------------*/

.main_visual {
  background: #00102E;
  background: linear-gradient(180deg,rgba(0, 16, 46, 1) 0%, rgba(0, 19, 48, 1) 56%, rgba(0, 11, 39, 1) 79%, rgba(0, 2, 22, 1) 100%);
}  
.main_visual .inner {
  position: relative;
  width: 100%;
  padding: 0;
} 
.main_visual .inner .mv_tit {
  position: absolute;
  top: 8vw;
  left: 50%;
  transform: translate(-50%,0);
  width: 92vw;
}
.main_visual .inner .mv_lead {
  color: #fff;
  text-align: center;
  padding: 8vw 0;
  font-weight: 500;
  font-size: 4.2vw;
}
.main_visual .inner .mv_lead .fc_yel {
  text-decoration: underline;
}

@media screen and (min-width:751px) {
  .main_visual .inner {
    padding: 0 0 0;
  }
  .main_visual .mv_img {
    margin: 0;
  }
  .main_visual .mv_img img {
    width: 100%;
    max-width: inherit;
  }
  .main_visual .inner .mv_tit {
    width: 45%;
    top: 8vw;
    left: 50px;
    transform: inherit;
  }
  .main_visual .inner .mv_lead {
    position: absolute;
    top: 35vw;
    left: 60px;
    padding: 0;
    text-align: left;
    font-size: 1.8vw;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width:1201px) {
  
  .main_visual .inner .mv_tit {
    top: 60px;
  }
  .main_visual .inner .mv_tit {
    width: 42%;
    top: 110px;
    left: 50px;
    transform: inherit;
  }
  .main_visual .inner .mv_lead {
    top: 410px;
    left: 60px;
    font-size: 22px;
  }
}
/*--------------------
.sec_onayami 
---------------------*/

#container section.sec_onayami {
  background-color: #edf1f7;
  background-image: url("../img/onayami_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0 0 15vw;
}
#container section.sec_onayami > .inner {
  padding: 8vw 0 10vw;
}
.sec_onayami .comment {
  position: relative;
}
.sec_onayami .comment::before {
  position: absolute;
  display: block;
  content: "";
}
.sec_onayami .cmt01 {
  margin: 0 0 15vw;
  padding: 0 0 0 7vw;
}
.sec_onayami .cmt01::before {
  background: url("../img/onayami_img01.png") center top no-repeat;
  background-size: 100%;
  width: 22.9vw;
  height: 34.4vw;
  right: 0;
  top: -5vw;
}
.sec_onayami .cmt02::before {
  background: url("../img/onayami_img02.png") center top no-repeat;
  background-size: 100%;
  width: 22.9vw;
  height: 34.4vw;
  left: 0;
  top: -8vw;
}
.sec_onayami .cmt01 .fd {
  width: 65vw;
}
.sec_onayami .cmt02 .fd {
  width: 74vw;
  margin: 0 0 0 auto;
}
.sec_onayami .comment .txt {
  position: absolute;
  font-size: 3.6vw;
  font-weight: 500;
  line-height: 1.4;
}
.sec_onayami .cmt01 .txt {
  top: 2.5vw;
  left: 15vw;
}
.sec_onayami .cmt02 .txt {
  top: 2.5vw;
  left: 30vw;
}


.lead_em01 {
  position: absolute;
  width: 100%;
}
.lead_em01 .inner {
  background: #000318;
  background: linear-gradient(90deg,rgba(0, 3, 24, 1) 0%, rgba(32, 56, 100, 1) 50%, rgba(0, 3, 24, 1) 100%);
  padding: 4vw 4vw;
  position: relative;
  box-shadow: 0px 4px 20px -6px rgba(1,4,26,0.4);
}
.lead_em01 .inner::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  width: 2px;
  height: 10vw;
  bottom: -5vw;
  left: 50%;
  transform: translate(-50%,0);
}
.lead_em01 .inner p {
  background: url("../img/lead_deco.png") center center no-repeat;
  background-size: contain;
  color: #fff;
  text-align: center;
  padding: 5vw 0;
  font-size: 5.6vw;
  line-height: 1.4;
}
@media screen and (max-width:1000px) and (min-width:751px) { 
  .sec_onayami .comment .txt {
    font-size: 2.4vw;
  }
  .sec_onayami .cmt01 .txt {
    top: 4.5vw; 
  }
  .sec_onayami .cmt02 .txt {
    top: 4.5vw;
  }
}

@media screen and (min-width:1001px) {
  #container section.sec_onayami {
    padding: 0 0 10px;
  }
  #container section.sec_onayami > .inner {
    padding: 60px 0 0;
  }
  .sec_onayami .comment .txt {
    font-size: 24px;
  }
  .sec_onayami .cmt01::before {
    width: 182px;
    height: 289px;
    top: 0;
  }
  .sec_onayami .cmt02::before {
    width: 162px;
    height: 280px;
    left: 0;
    top: -77px;
  }
  .sec_onayami .cmt01 {
    margin: 0 0 50px;
    padding: 50px 0 0 380px;
  }
  .sec_onayami .cmt01 .fd {
    width: 460px;
    top: 30px;
    right: 170px;
  }
  .sec_onayami .cmt01 .txt {
    top: 75px;
    left: 440px;
  }
  .sec_onayami .cmt02 .fd {
    width: 535px;
    margin: 0 310px 154px auto;
  }
  .sec_onayami .cmt02 .txt {
    top: 30px;
    left: 270px;
  }
  .lead_em01 .inner{
    top: -80px;
    padding: 40px 50px;
  }
  .lead_em01 .inner p {
    background: url(../img/pc/lead_deco.png) center center no-repeat;
    background-size: contain;
    padding: 40px 0;
    font-size: 48px;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .lead_em01 .inner::after {
    height: 80px;
    bottom: -40px;
  }
}

/*--------------------
sec_tool
---------------------*/

#container section.sec_tool {
  background-color: #203864;
}
#container section.sec_tool > .inner {
  padding: 30vw 0 10vw;
}
.sec_tool .subtit {
  color: #fff;
  text-align: center;
  margin: 0 0 3vw;
}
.sec_tool .subtit img {
  width: 10vw;
}
.sec_tool h2 {
  text-align: center;
  margin: 0 0 3vw;
}
.sec_tool h2 span {
  background: linear-gradient(90deg, rgba(194, 157, 96, 1) 0%, rgba(255, 238, 209, 1) 50%, rgba(194, 157, 96, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 8vw;
  letter-spacing: 0em;
  font-weight: 400;
}
.sec_tool .img {
  margin: 0 0 10vw;
  text-align: center;
}
.sec_tool .cmtK, 
.sec_tool .cmtM {
  position: relative;
  margin: 0 0 7vw;
}
.sec_tool .cmtK::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/tool_img-K02.png") center center no-repeat;
  background-size: 100%;
  width: 27.1vw;
  height: 35.8vw;
  left: -2vw;
  top: -3vw;
}
.sec_tool .cmtM::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/tool_img-M02.png") center center no-repeat;
  background-size: 100%;
  width: 27vw;
  height: 41.6vw;
  right: -2vw;
  top: -8vw;
}
.sec_tool .cmtK .fd {
  width: 71vw;
  margin: 0 0 0 auto;
}
.sec_tool .cmtM .fd {
  width: 71vw;
  margin: 0 auto 0 0 ;
}
.sec_tool .cmtK .txt,
.sec_tool .cmtM .txt{
  position: absolute;
  font-size: 4vw;
  font-weight: 500;
}
.sec_tool .cmtK .txt {
  top: 4vw;
  right: 3vw;
}
.sec_tool .cmtM .txt {
  top: 4vw;
  left: 3vw;
}

.sec_tool .link a.btn {
  background: #654C21;
  background: linear-gradient(90deg, rgba(101, 76, 33, 1) 0%, rgba(184, 149, 87, 1) 50%, rgba(101, 76, 33, 1) 100%);
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px #503a15;
  color: #fff;
  padding: 1vw 0;
  line-height: 1.4;
  letter-spacing: .1em;
  font-size: 4.8vw;
}
.sec_tool .link a.btn span {
    position: relative;
}
.sec_tool .link a.btn small.account {
    display: block;
    font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.sec_tool .link a.btn::after {
  right: 4vw;
  width: 2.4vw;
  height: 4vw;
  background: url("../img/cv_arrow.png") right center no-repeat;
  background-size: 100%;
}


@media screen and (min-width:751px) {
  .sec_tool .subtit {
    font-size: 3.6vw;
  }
  .sec_tool .cmtK .txt, .sec_tool .cmtM .txt {
    font-size: 2.4vw;
  }
  .sec_tool .cmtK, .sec_tool .cmtM {
    margin: 0 0 20vw;
  }
  .sec_tool .cmtK .txt {
    top: 2vw;
    right: 6vw;
  }
  .sec_tool .cmtM .txt {
    top: 2vw;
    left: 9vw;
  }
  .sec_tool .link a.btn {
    font-size: 36px;
    width: 90%;
    border-radius: 90px;
    margin: 0 auto;
    box-shadow: 0px 10px 0px 0px #503a15;
  }
  .sec_tool .link a.btn::after {
    right: 40px;
    width: 20px;
    height: 36px;
  }
  .sec_tool .link a.btn:hover {
		box-shadow: none;
		margin: 10px auto 0;
    transform: translateY(10px);
	}
}
@media screen and (min-width:1001px) {
  #container section.sec_tool > .inner {
    padding: 220px 0 80px;
  }
  .sec_tool .subtit img {
    width: 75px;
  }
  .sec_tool .subtit {
    margin: 0 0 20px;
    font-size: 36px;
  }
  .sec_tool h2 span {
    font-size: 80px;
  }
  .sec_tool h2 {
    margin: 0 0 40px;
  }
  .sec_tool .img {
    margin: 0 0 80px;
  }
  .sec_tool .cmtK, .sec_tool .cmtM {
    margin: 0 0 160px;
  }
  .sec_tool .cmtK::before {
    width: 288px;
    height: 340px;
    left: 0;
    top: 0;
  }
  .sec_tool .cmtK .txt, .sec_tool .cmtM .txt {
    font-size: 26px;
  }
  .sec_tool .cmtK .fd {
    width: 751px;
    padding: 70px 0 0;
  }
  .sec_tool .cmtK .txt {
    top: 90px;
    right: 60px;
  }
  .sec_tool .cmtM::before {
    width: 288px;
    height: 340px;
    right: 0;
    top: -100px;
  }
  .sec_tool .cmtM .txt {
    top: 26px;
    left: 100px;
  }
}

/*--------------------
sec_about
---------------------*/
#container section.sec_about {
  padding: 0 0 15vw;
}
#container section.sec_about > .inner {
  padding: 10vw 0;
}
.sec_about h2 {
  color: #203864;
  text-align: center;
  margin: 0 0 3vw;
  font-size: 8vw;
  letter-spacing: 0em;
  font-weight: 400;
  line-height: 1.4;
}
.sec_about h2 small {
  display: block;
}
.sec_about .lead {
  text-align: center;
  margin: 0 0 3vw;
  font-size: 4vw;
  font-weight: 500;
}
.sec_about .list {
  background-color: #fff;
  border: 1px solid #203864;
  padding: 6vw 4vw 3vw 6vw;
  box-shadow: 8px 9px 0px 0px #cfd8e5;
}
.sec_about .list li {
  font-size: 3.6vw;
  line-height: 1.4;
  padding: 0 0 0 5.89vw;
  position: relative;
  margin: 0 0 3vw;
}
.sec_about .list li::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/check_icon.png") center center no-repeat;
  background-size: 100%;
  width: 4vw;
  height: 4vw;
  left: 0;
  top: 0.5vw;
}
.sec_about .list li span {
  font-size: 2.8vw;
}
.sec_about .list li span.line {
  border-bottom: 1px dashed;
}

@media screen and (min-width:751px) {
  .sec_about .lead {
    font-size: 2.4vw;
  }
  .sec_about .list li,.sec_about .list li span {
    font-size: 2.4vw; 
  }
}

@media screen and (min-width:1001px) {
  #container section.sec_about {
    padding: 0 0 70px;
  }
  #container section.sec_about > .inner {
    padding: 80px 0;
  }
  .sec_about h2 {
    font-size: 72px;
    margin: 0 0 40px;
  }
  .sec_about .lead {
    margin: 0 0 40px;
    font-size: 20px;
  }
  .sec_about .list {
    padding: 50px 80px 20px;
    margin: 0 0 70px;
  }
  .sec_about .list li {
    margin: 0 0 30px;
    padding: 0 0 0 50px;
  }
  .sec_about .list li,.sec_about .list li span {
    font-size: 20px;
  }
  .sec_about .list li::after {
    width: 24px;
    height: 24px;
    left: 10px;
    top: 3px;
  }
  .sec_about .lead_em01 .inner p {
    background: url(../img/pc/lead_deco02.png) center center no-repeat;
    background-size: contain;
  }
}

/*--------------------
sec_analyst
---------------------*/
#container section.sec_analyst {
  background-color: #203864;
}
#container section.sec_analyst > .inner {
    padding: 30vw 0 1px;
}
.sec_analyst .subtit {
  text-align: center;
  color: #fff;
}
.sec_analyst h2 {
  text-align: center;
  background: linear-gradient(90deg, rgba(194, 157, 96, 1) 0%, rgba(255, 238, 209, 1) 50%, rgba(194, 157, 96, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: block;
  margin: 0 0 7vw;
}
.sec_analyst h2 span {
  font-size: 8vw;
  letter-spacing: 0em;
  font-weight: 500;
}
.sec_analyst .cmtN {
  position: relative;
  margin: 0 0 7vw;
}
.sec_analyst .cmtN::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/analyst_img-N.png) center center no-repeat;
  background-size: 100%;
  width: 38.5vw;
  height: 47.5vw;
  right: -2vw;
  top: -5.5vw;
}
.sec_analyst .cmtN .fd {
  width: 65.5vw;
  position: relative;
  z-index: 5;
}
.sec_analyst .cmtN .txt {
  position: absolute;
  left: 5vw;
  top: 3vw;
  width: 50vw;
  z-index: 7;
  font-size: 3.2vw;
  font-weight: 500;
}


@media screen and (max-width:1200px) and (min-width:751px) {
  #container section.sec_analyst > .inner {
    padding: 30vw 0 7vw;
  }
  .sec_analyst .subtit {
    font-size: 3.4vw;
  }
  .sec_analyst .cmtN .txt {
    font-size: 2.4vw;
  }
  .sec_analyst .cmtN::before {
    width: 34.5vw;
    height: 42.5vw;
    top: -7.5vw;
  }
    .sec_analyst .cmtN .fd {
      width: 60vw;
  }
  .sec_analyst .cmtN .txt {
    font-size: 2vw;
    width: 44%;
  }
}

@media screen and (min-width:1201px) {
  #container section.sec_analyst > .inner {
    padding: 220px 0 1px;
  }
  .sec_analyst .subtit {
    font-size: 36px;
  }
  .sec_analyst h2 {
    margin: 0 0 40px;
  }
  .sec_analyst h2 span {
    font-size: 72px;
  }
  .sec_analyst .cmtN {
    margin: 0 0 120px;
  }
  .sec_analyst .cmtN .fd {
    width: 740px;
  }
  .sec_analyst .cmtN::before {
    width: 328px;
    height: 404px;
    right: 0;
    top: -20px;
  }
  .sec_analyst .cmtN .txt {
    position: absolute;
    left: 70px;
    top: 30px;
    width: 60%;
    font-size: 28px;
  }
}

/*--------------------
sec_faq
---------------------*/

#container section.sec_faq {
  padding: 0 0 15vw;
}
#container section.sec_faq > .inner {
    padding: 10vw 0;
}
.sec_faq h2 {
  color: #203864;
  text-align: center;
  margin: 0 0 3vw;
  font-size: 11.5vw;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.4;
}

.sec_faq .ac {
  width: 100%;
  font-size: 3vw;
  margin: 0 auto 2vw;
}
.sec_faq .ac-parent {
  position: relative;
  height: 20vw;
  background-color: #203864;
  color: #fff;
  line-height: 1.6;
  cursor: pointer;
  padding: 1vw 12vw 1vw 15vw;
  display: table;
  width: 100%;
}
.sec_faq .ac-parent span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.sec_faq .ac-parent span::before {
  position: absolute;
  content: "Q";
  display: block;
  color: #fff;
  font-size: 10vw;
  font-family: "Noto Serif JP", serif;
  left: -11vw;
  top: 44%;
  transform: translate(0,-50%);
}
.sec_faq .ac-child {
  display: none;
  padding: 4vw 4vw 4vw 15vw;
  background-color: #fff;
}
.sec_faq .ac-child span {
  position: relative;
}
.sec_faq .ac-child span::before {
  position: absolute;
  content: "A";
  display: block;
  color: #203864;
  font-size: 10vw;
  font-family: "Noto Serif JP", serif;
  left: -11vw;
  top: 44%;
  transform: translate(0,-50%);
}
.sec_faq .ac-child a {
  text-decoration: underline;
}
.sec_faq .ac-parent:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 24px;
	height: 2px;
	background: #fff;
	transform: translateY(-50%);
}
.sec_faq .ac-parent:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 19px;
	width: 2px;
	height: 24px;
	background: #fff;
	transform: translateY(-50%);
	transition: .3s;
}
.sec_faq .ac-parent.open:after {
	top: 25%;
	opacity: 0;
	transform: rotate(90deg);
}

.lead_em02 {
  position: absolute;
  background-color: #fff;
  width: 92vw;
  left: 50%;
  transform: translate(-50%,0);
  margin: 0 auto 10vw;
  text-align: center;
  padding: 6vw 6vw 1vw;
  color: #203864;
  box-shadow: 0px -7px 20px -6px rgba(1,4,26,0.4);
}
.lead_em02 .inner {
  position: relative;
  width: 100%;
}
.lead_em02 .inner::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 46vw solid transparent;
  border-left: 46vw solid transparent;
  border-top: 8vw solid #fff;
  border-bottom: 0;
  left: 50%;
  bottom: -8.9vw;
  transform: translate(-50%,0);
}
.lead_em02 .inner .txt01 {
  margin: 0 0 4vw;
  font-size: 5vw;
  line-height: 1.6;
}
.lead_em02 .inner .txt01 .line {
  font-weight: 600;
  text-decoration: underline;
}
.lead_em02 .inner .txt02 {
  font-size: 11vw;
  font-weight: 500;
  line-height: 1.4;
}
.lead_em02 .inner .txt02 .line {
  background: -webkit-linear-gradient(top, transparent 60%, #edf1f7 40%);
  background: linear-gradient(to bottom, transparent 60%, #edf1f7 40%);
}
.lead_em02 .inner .txt02 .dots {
  background-image: radial-gradient(circle at center, #203864 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.1em;
}


@media screen and (min-width:1001px) {
  #container section.sec_faq {
    padding: 0 0 100px;
  }
  #container section.sec_faq > .inner {
    padding: 100px 0;
  }
  .sec_faq h2 {
    margin: 0 0 60px;
    font-size: 100px;
    line-height: 1;
  }
  .sec_faq .ac {
    font-size: 24px;
    margin: 0 auto 20px;
  }
  .sec_faq .ac-parent {
    height: 140px;
    padding: 10px 120px;
  }
  .sec_faq .ac-parent span::before {
    font-size: 70px;
    left: -88px;
    top: 50px;
  }
  .sec_faq .ac-child {
    padding: 30px 30px 30px 120px;
    min-height: 150px;
  }
  .sec_faq .ac-child span::before {
    font-size: 70px;
    left: -88px;
  }
  .sec_faq .ac-parent:before {
    right: 25px;
    width: 31px;
  }
  .sec_faq .ac-parent:after {
    right: 39px;
    height: 31px;
  }
  .lead_em02 {
    max-width: 1000px;
    padding: 40px 40px 5px;
    box-shadow: 0px -7px 29px -6px rgba(1,4,26,0.4);
  }
  .lead_em02 .inner .txt01 {
    margin: 0 0 40px;
    font-size: 40px;
  }
  .lead_em02 .inner .txt02 {
    font-size: 80px;
  }
  .lead_em02 .inner::after {
    border-right: 495px solid transparent;
    border-left: 495px solid transparent;
    border-top: 80px solid #fff;
    border-bottom: 0;
    left: 50%;
    bottom: -84px;
  }
}

.action.act02 {
  padding: 30vw 0 5vw;
}
.action.act02 .inner {
  padding: 8vw 0 0;
}
.action.act02 .cv02 dt {
  position: relative;
  margin: 0 0 10vw;
}
.action.act02 .cv02 dt::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/cv_arrow.svg") center bottom
    no-repeat;
  background-size: 100%;
  width: 2vw;
  height: 9.4vw;
  left: 50%;
  bottom: -6vw;
  transform: translate(-50%,0);
}
.action.act02 .cv02 dt .txt02 {
  font-size: 5.8vw;
  margin: 0 0 3vw;
  line-height: 1.6;
}
.action.act02 .cv02 .txt02 span::before, 
.action.act02 .cv02 .txt02 span::after {
    display: none;
}



@media screen and (min-width:1001px) {
  .action.act02 {
    padding: 220px 0 50px;
  }
  .action.act02 .inner {
    padding: 50px 0 0;
  }
  .action.act02 .cv02 dt .txt02 {
    font-size: 60px;
    margin: 0 0 40px;
  }
  .action.act02 .cv02 dt::after {
    width: 16px;
    height: 80px;
    bottom: -90px;
  }
  .action.act02 .cv02 dt {
    margin: 0 0 120px;
  }
}  

.sec_pdf {
  text-align: center;
}
.sec_pdf .inner {
  padding: 10vw 0;
}
.sec_pdf h2 {
  font-size: 4.8vw;
  background-color: #ecf7fa;
  padding: 2vw;
  margin: 0 0 4vw;
}
.sec_pdf h2 strong {
  font-size: 6.4vw;
  color: #1b9abe;
  background-color: #fff;
  padding: 1vw;
}
.sec_pdf .img {
  margin: 0 0 4vw;
}
.sec_pdf .img img {
  width: 70%;
}
.sec_pdf .txt {
  font-size: 3.2vw;
}


@media screen and (min-width:751px) {
  .sec_pdf .inner {
    padding: 60px 0;
  }
  .sec_pdf h2 {
    font-size: 36px;
    margin: 0 0 40px;
  }
  .sec_pdf h2 strong {
    font-size: 48px;
    padding: 5px 10px;
  }
  .sec_pdf .img {
    margin: 0 0 40px;
  }
  .sec_pdf .img img {
    width: 50%;
  }
  .sec_pdf .txt {
    font-size: 18px;
  }
}



