@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  transition: 1s;
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.5;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

article {
  overflow: hidden;
}

/*@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 961px) {
  .disp_sp {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (max-width: 960px) {
  .disp_pc {
    display: none !important;
    visibility: hidden !important;
  }
}
.wrap01 {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .wrap01 {
    width: 600px;
  }
}

.wrap-r {
  max-width: calc(100% - (50% - 600px));
  width: 95%;
  margin-right: 0;
  margin-left: auto;
}

.wrap-l {
  max-width: calc(100% - (50% - 600px));
  width: 95%;
  margin-right: auto;
  margin-left: 0;
}

@media screen and (max-width: 960px) {
  .wrap-sp100 {
    width: 100%;
    max-width: 100%;
  }
}
a {
  transition: all ease 0.3s;
}
a:hover {
  opacity: 0.7;
}

.header {
  height: 70px;
}
@media screen and (max-width: 767px) {
  .header {
    height: 44px;
  }
}
.header__inner {
  height: 100%;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 150px;
  }
}
.header__btn {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
}
.header__btn__a {
  display: inline-block;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #FF981A;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-weight: bold;
  font-size: 14px;
  padding: 0 25px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .header__btn__a {
    height: 44px;
    padding: 0 12px;
  }
}

.fv {
  background: center/cover url("../img/bg-fv-pc.jpg") no-repeat;
  min-height: 853px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .fv .wrap01 {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    background-image: url("../img/bg-fv-sp.jpg");
    background-position: center top 35%;
    min-height: 634px;
    justify-content: flex-start;
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .fv {
    background-position: center top;
  }
}
.fv__note {
  font-size: 10px;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .fv__note {
    font-size: 8px;
  }
}
.fv__catch01 {
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.fv__catch01__txt01 {
  letter-spacing: 0.03em;
  font-size: 18px;
  padding-right: 8px;
  margin-right: 8px;
  border-right: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .fv__catch01__txt01 {
    font-size: 13px;
    line-height: 1.3;
  }
}
.fv__catch01__txt02 {
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .fv__catch01__txt02 {
    font-size: 20px;
  }
}
.fv__catch01__bg {
  display: inline-flex;
  position: relative;
  align-items: center;
  z-index: 1;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .fv__catch01__bg {
    padding: 8px 25px;
  }
}
.fv__catch01__bg:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF981A;
  transform: skewX(-26deg);
  z-index: -1;
}
.fv__catch02 {
  margin-top: -9px;
  position: relative;
  z-index: 1;
  margin-left: 25px;
  color: #1847C7;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .fv__catch02 {
    font-size: 18px;
    margin-top: -5px;
    margin-bottom: 15px;
    margin-left: 15px;
  }
}
.fv__catch02__bg {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 14px 70px;
}
@media screen and (max-width: 767px) {
  .fv__catch02__bg {
    padding: 10px 20px;
  }
}
.fv__catch02__bg:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: skewX(-26deg);
}
.fv__ttl01 {
  font-size: min(5.2vw, 56px);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fv__ttl01 {
    font-size: min(7vw, 26px);
    margin-bottom: 20px;
  }
}
.fv__ttl01__small {
  font-size: 0.71em;
}
.fv__ttl01__big {
  font-size: 1.428em;
}
@media screen and (max-width: 767px) {
  .fv__ttl01__big {
    font-size: 1.25em;
  }
}
.fv__copy {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .fv__copy {
    font-size: min(3.5vw, 14px);
  }
}
.fv__txt {
  font-size: 20px;
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .fv__txt {
    font-size: min(2.5vw, 14px);
  }
}

.kome {
  position: relative;
  font-style: normal;
}
.kome:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "※";
  font-size: 10px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .kome:before {
    font-size: 7px;
  }
}

.secIntro {
  margin: 100px 0;
}
@media screen and (max-width: 960px) {
  .secIntro {
    margin: 0;
  }
}

.blkConsider {
  background: center/cover url("../img/bg-intro.jpg") no-repeat;
  padding: 50px 5% 64px;
}
.blkConsider__ttl {
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.07em;
  font-size: 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .blkConsider__ttl {
    font-size: 24px;
    font-feature-settings: "palt";
  }
}
.blkConsider__blk01 {
  background-color: #F6F8FC;
  padding: 32px 5%;
  text-align: center;
  max-width: 100%;
  margin: 16px auto 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 960px) {
  .blkConsider__blk01 {
    max-width: 600px;
  }
}
.blkConsider__txt {
  font-size: 20px;
  margin-bottom: 1em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 960px) {
  .blkConsider__txt {
    font-size: 16px;
    text-align: left;
  }
}
.blkConsider__txtLink {
  text-decoration: underline;
  margin-top: 1em;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .blkConsider__txtLink {
    font-size: 14px;
  }
}
.blkConsider__txtLink:hover {
  text-decoration: none;
}

.cmnBtn01 {
  text-align: center;
}
.cmnBtn01__a {
  padding: 11px 40px;
  background-color: #FF981A;
  display: inline-block;
  border-radius: 10px;
  border: solid 2px #fff;
  font-size: 20px;
  letter-spacing: 0.07em;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .cmnBtn01__a {
    font-size: 16px;
  }
}

.blkStart {
  display: flex;
  margin-top: 100px;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .blkStart {
    margin-top: 60px;
    flex-direction: column;
  }
}
.blkStart__contents {
  width: 639px;
  max-width: 100%;
  background-color: #F6F8FC;
  padding: 64px 3.8%;
  margin-right: -207px;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .blkStart__contents {
    max-width: 95%;
    padding: 32px 9%;
  }
}
.blkStart__ttl {
  font-size: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .blkStart__ttl {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.blkStart__txt {
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .blkStart__txt {
    font-size: 16px;
  }
}
.blkStart__img {
  flex-grow: 1;
  margin-top: 120px;
  height: 500px;
}
@media screen and (max-width: 960px) {
  .blkStart__img {
    height: 186px;
    margin-top: -32px;
    margin-right: 0;
    margin-left: auto;
    width: 95%;
  }
}
.blkStart__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.secGraduate {
  padding: 100px 0;
  background-color: #F6F8FC;
}
@media screen and (max-width: 960px) {
  .secGraduate {
    padding: 60px 0;
  }
}
.secGraduate__ttl {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  border-bottom: solid 1px #1847C7;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .secGraduate__ttl {
    font-size: 24px;
  }
}
.secGraduate__ul {
  display: flex;
}
@media screen and (max-width: 960px) {
  .secGraduate__ul {
    flex-direction: column;
    grid-row-gap: 40px;
  }
}
.secGraduate__li {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .secGraduate__li {
    width: 100%;
  }
}
.secGraduate__img {
  margin-bottom: 30px;
}
.secGraduate__txt {
  font-size: min(2vw, 24px);
  font-weight: 500;
  line-height: 1.66;
  margin-bottom: 25px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 960px) {
  .secGraduate__txt {
    font-size: 19px;
  }
}
.secGraduate__name {
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  font-size: min(1.4vw, 16px);
}
@media screen and (max-width: 960px) {
  .secGraduate__name {
    font-size: 15px;
  }
}
.secGraduate__btn__a {
  display: inline-block;
  color: #fff;
  padding: 6px 20px;
  border-radius: 5px;
  background-color: #1847C7;
  font-size: 20px;
  letter-spacing: 0.02em;
}

.secEnvironment {
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  .secEnvironment {
    padding: 60px 0;
  }
}

@media screen and (max-width: 960px) {
  .secEnv {
    padding: 0 0 60px 0;
  }
}
.secEnv__ttl {
  width: 100%;
  font-size: 1.9rem;
  color: #1847C7;
  margin-bottom: 1.8em;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .secEnv__ttl {
    margin-bottom: 1em;
    font-size: 1.5em;
  }
}
.secEnv__txt {
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 4em;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .secEnv__txt {
    font-size: 14px;
  }
}
.secEnv__content {
  margin-bottom: 6rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .secEnv__content {
    margin-bottom: 3rem;
  }
}
.secEnv__contentTtl {
  text-align: left;
  font-size: 1.8rem;
  padding-left: 16px;
  color: #1847C7;
  font-weight: bold;
  border-left: solid 4px #1847C7;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 960px) {
  .secEnv__contentTtl {
    font-size: 1.2em;
  }
}
.secEnv__contentImg img {
  max-width: 900px;
  width: 100%;
}

.ttl-blueBg {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 15px 2%;
  margin-bottom: 40px;
  background-color: #1847C7;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .ttl-blueBg {
    font-size: 20px;
    padding: 15px 5%;
  }
}

.blkPoint {
  width: 1120px;
  max-width: 100%;
  margin: 40px auto 0;
  border: solid 1px #1847C7;
  border-radius: 10px;
  padding: 40px 4%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .blkPoint {
    flex-direction: column;
    grid-row-gap: 24px;
    padding: 24px 5%;
  }
}
.blkPoint__contents {
  width: 65.9%;
}
@media screen and (max-width: 960px) {
  .blkPoint__contents {
    width: 100%;
  }
}
.blkPoint__img {
  width: 31%;
}
@media screen and (max-width: 960px) {
  .blkPoint__img {
    width: 100%;
  }
}
.blkPoint__ttl {
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media screen and (max-width: 960px) {
  .blkPoint__ttl {
    flex-direction: column;
    grid-row-gap: 20px;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .blkPoint__ttl__num {
    width: 109px;
  }
}
.blkPoint__ttl__line {
  width: 3px;
  border-radius: 10px;
  background-color: #1847C7;
}
@media screen and (max-width: 960px) {
  .blkPoint__ttl__line {
    width: 24px;
    height: 1px;
  }
}
.blkPoint__ttl__txt {
  font-size: 22px;
  letter-spacing: 0.06em;
  color: #1847C7;
}
@media screen and (max-width: 960px) {
  .blkPoint__ttl__txt {
    font-size: 18px;
    width: 100%;
  }
}
.blkPoint__txt {
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 0.1em 0;
  font-feature-settings: "palt";
  margin-top: 35px;
}
@media screen and (max-width: 960px) {
  .blkPoint__txt {
    font-size: 14px;
    margin-top: 24px;
  }
}
.blkPoint__note {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-top: 2em;
}
@media screen and (max-width: 960px) {
  .blkPoint .js-pointSlide {
    display: none;
  }
  .blkPoint__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .blkPoint__btn .arrow {
    width: 0.6em;
    height: 0.6em;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    display: block;
    transform: rotate(45deg);
    transition: all ease 0.5s;
  }
  .blkPoint__btn.open {
    flex-direction: column-reverse;
  }
  .blkPoint__btn.open .arrow {
    transform: rotate(-135deg);
  }
}

.secCta01 {
  padding: 72px 0;
  background-color: #1847C7;
}
@media screen and (max-width: 960px) {
  .secCta01 {
    padding: 60px 0;
  }
}

.blkBtns {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 960px) {
  .blkBtns {
    flex-direction: column;
    grid-row-gap: 16px;
  }
}
@media screen and (max-width: 960px) {
  .blkBtns__li {
    width: 100%;
    text-align: center;
  }
}
.blkBtns .cmnBtn01__a {
  min-width: 360px;
  text-align: center;
  padding-right: 1%;
  padding-left: 1%;
  font-feature-settings: "palt";
}
@media screen and (max-width: 960px) {
  .blkBtns .cmnBtn01__a {
    min-width: inherit;
    width: 360px;
    max-width: 100%;
  }
}

.secExam {
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  .secExam {
    padding: 60px 0;
  }
}
.secExam__baseTxt {
  margin-top: 24px;
  margin-bottom: 26px;
}
.secExam__pdf {
  margin-top: 24px;
}
.secExam__pdf a {
  font-weight: bold;
  color: #1847C7;
  text-decoration: underline;
}
.secExam__pdf img {
  display: inline-block;
  margin-bottom: 0.1em;
}
.secExam__system {
  background-color: #F6F8FC;
  padding: 35px 3% 40px;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .secExam__system {
    padding: 35px 5% 40px;
  }
}
.secExam__system__ttl {
  font-size: 20px;
  margin-bottom: 1em;
  font-weight: bold;
}
.secExam__linkList {
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .secExam__linkList {
    margin-bottom: 40px;
  }
}
.secExam__linkList__item a {
  color: #1847C7;
  text-decoration: underline;
  line-height: 2;
}
.secExam__linkList__item img {
  display: inline-block;
  margin-bottom: 0.4em;
}

.ttl-uLine {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: solid 1px #1847C7;
  position: relative;
  margin-bottom: 37px;
  margin-top: 96px;
}
@media screen and (max-width: 960px) {
  .ttl-uLine {
    font-size: 20px;
    margin-top: 56px;
  }
}
.ttl-uLine:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  left: -2px;
  width: 102px;
  height: 5px;
  background-color: #1847C7;
  transform: skewX(-34deg);
}

.blkTable01__table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 960px) {
  .blkTable01__table {
    border-bottom: solid 1px #EBEBEB;
  }
}
.blkTable01__empty {
  width: 300px;
}
.blkTable01__th {
  background-color: #F6F8FC;
  width: 300px;
  padding: 20px 40px;
}
.blkTable01__td {
  padding: 20px;
}
.blkTable01__td small {
  font-size: 0.75em;
}
.blkTable01__th, .blkTable01__td {
  border: solid 1px #EBEBEB;
}
@media screen and (max-width: 960px) {
  .blkTable01__th, .blkTable01__td {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 18px 5%;
  }
}
.blkTable01__th.ta-center, .blkTable01__td.ta-center {
  text-align: center;
}
.blkTable01__head {
  color: #fff;
  background-color: #828DA7;
  border: solid 1px #fff;
  font-weight: 400;
  text-align: center;
  padding: 20px;
}
.blkTable01__note {
  display: block;
  font-size: 12px;
  margin-top: 1.3em;
  line-height: 1.8;
  font-weight: 400;
}
.blkTable01__note.mt0 {
  margin-top: 0;
}
.blkTable01__note.mb15 {
  margin-bottom: 15px;
}
.blkTable01__note a {
  color: #1847C7;
  text-decoration: underline;
}
.blkTable01__note a:hover {
  text-decoration: none;
}
.blkTable01--hasHead td {
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  .blkTable01--hasHead td, .blkTable01--hasHead th {
    display: table-cell;
    width: auto;
    padding: 18px 7px;
  }
}
@media screen and (max-width: 960px) {
  .blkTable01--hasHead .blkTable01__empty, .blkTable01--hasHead .blkTable01__th {
    width: 85px;
  }
}

.fc-blue {
  color: #1847C7;
}

.ttl-lLine {
  padding-left: 16px;
  font-size: 20px;
  color: #1847C7;
  font-weight: bold;
  letter-spacing: 0.07em;
  border-left: solid 4px #1847C7;
  margin-top: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
  .ttl-lLine {
    font-size: 18px;
  }
}

a.uline {
  text-decoration: underline;
}
a.uline:hover {
  text-decoration: none;
}

.ttl-bold {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.07em;
  margin-top: 2em;
}
@media screen and (max-width: 960px) {
  .ttl-bold {
    font-size: 17px;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
}

.blkSikaku__ul01 {
  font-weight: bold;
  list-style: decimal;
  padding-left: 1.5em;
  line-height: 1.875;
  margin-bottom: 24px;
}
.blkSikaku__ul02 {
  line-height: 1.83;
  font-size: 12px;
  margin-bottom: 40px;
}
.blkSikaku__li02 {
  margin-top: 12px;
  text-indent: -3em;
  margin-left: 3em;
}

.accordion__dl {
  margin-top: 16px;
}
.accordion__dt {
  border: solid 1px #1847C7;
  position: relative;
  display: flex;
  cursor: pointer;
  color: #1847C7;
  transition: all ease 0.3s;
  background-color: #fff;
}
.accordion__dt:after {
  display: block;
  content: "+";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  line-height: 1;
  margin: auto;
  font-size: 1.2em;
  height: 1em;
}
@media screen and (max-width: 960px) {
  .accordion__dt:after {
    right: 20px;
  }
}
.accordion__dt:before {
  display: block;
  content: "Q";
  color: #fff;
  background-color: #1847C7;
  font-family: "Inter", sans-serif;
  flex-shrink: 0;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 61px;
}
.accordion__dt.sinsa:before {
  display: none;
}
.accordion__dt:hover {
  background-color: #1847C7;
  color: #fff;
}
.accordion__dt.open {
  background-color: #1847C7;
  color: #fff;
}
.accordion__dt.open:after {
  content: "-";
}
.accordion__dt.open:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .accordion__dt.open:hover {
    opacity: 1;
  }
}
.accordion__ttl {
  font-weight: 500;
  display: inline-block;
  padding: 20px 60px 20px 40px;
  flex-grow: 1;
}
@media screen and (max-width: 960px) {
  .accordion__ttl {
    padding: 15px 46px 15px 20px;
  }
}
.accordion__ttl.fw-600 {
  font-weight: 600;
}

.blkMethod__li {
  display: flex;
  border: solid 1px #1847C7;
  margin-bottom: 56px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .blkMethod__li {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.blkMethod__li:before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  left: 0;
  bottom: -42px;
  margin: auto;
  border-width: 24px 21.5px 0 21.5px;
  border-color: #1847c7 transparent transparent transparent;
}
@media screen and (max-width: 960px) {
  .blkMethod__li:before {
    border-width: 16px 14.5px 0 14.5px;
    bottom: -24px;
  }
}
.blkMethod__li:last-of-type {
  margin-bottom: 0;
}
.blkMethod__li:last-of-type:before {
  display: none;
}
.blkMethod__left {
  padding: 24px;
  border-right: solid 1px #1847C7;
  flex-shrink: 0;
  width: 270px;
  font-weight: bold;
  color: #1847C7;
}
@media screen and (max-width: 960px) {
  .blkMethod__left {
    width: 100%;
    padding: 16px;
    border-right: none;
    border-bottom: solid 1px #1847C7;
  }
}
.blkMethod__left .blkTable01__note {
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .blkMethod__left .blkTable01__note {
    display: inline;
    font-size: 15px;
  }
}
.blkMethod__right {
  padding: 24px;
}
@media screen and (max-width: 960px) {
  .blkMethod__right {
    padding: 16px;
  }
}
.blkMethod__ttl {
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .blkMethod__ttl {
    font-size: 18px;
  }
}
.blkMethod__txt {
  margin-top: 0.6em;
  font-size: 15px;
}
@media screen and (max-width: 960px) {
  .blkMethod__txt {
    font-size: 14px;
  }
}
.blkMethod__txt:first-child {
  margin-top: 0;
}

.fc-red {
  color: #c82220;
}

.blkFlow__ol {
  display: flex;
  justify-content: space-between;
  position: relative;
  counter-reset: num 0;
}
@media screen and (max-width: 960px) {
  .blkFlow__ol {
    flex-direction: column;
    grid-row-gap: 20px;
  }
}
.blkFlow__ol:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 4px;
  background-color: #1847C7;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .blkFlow__ol:before {
    height: 90%;
    width: 4px;
  }
}
.blkFlow__li {
  width: 224px;
  max-width: 19%;
  border: solid 1px #1847C7;
  background-color: #F6F8FC;
  padding: 32px 5px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 960px) {
  .blkFlow__li {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.blkFlow__li:before {
  counter-increment: num 1;
  content: counter(num);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1847C7;
  color: #fff;
  line-height: 0.6;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.blkFlow__img {
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.blkFlow__txt {
  min-height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: min(1.4vw, 16px);
}
@media screen and (max-width: 960px) {
  .blkFlow__txt {
    font-size: 16px;
  }
}

.secFaq {
  padding: 100px 0;
  background-color: #F6F8FC;
}
@media screen and (max-width: 960px) {
  .secFaq {
    padding: 60px 0;
  }
}
.secFaq__ttl {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 960px) {
  .secFaq__ttl {
    font-size: 24px;
  }
}
.secFaq__dd {
  border-right: solid 1px #1847C7;
  border-bottom: solid 1px #1847C7;
  border-left: solid 1px #1847C7;
  background-color: #fff;
  padding: 20px 20px 20px 0px;
  position: relative;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .secFaq__dd {
    padding: 18px 18px 18px 0;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.secFaq__dd:before {
  display: block;
  content: "A";
  line-height: 1;
  color: #FF981A;
  font-family: "Inter", sans-serif;
  flex-shrink: 0;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 61px;
  font-weight: bold;
}
.secFaq__dd a {
  text-decoration: underline;
}
.secFaq__dd a:hover {
  text-decoration: none;
}

.secCta02 {
  padding: 60px 0 64px;
  background: center/cover url("../img/bg-cta02.jpg") no-repeat;
  color: #fff;
}
.secCta02__ttl {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .secCta02__ttl {
    font-size: 24px;
  }
}
.secCta02__txt {
  line-height: 2;
  width: 900px;
  max-width: 100%;
  margin: 0 auto 2em;
}

.fixBtn {
  position: fixed;
  z-index: 100;
  right: 14px;
  bottom: 14px;
}
@media screen and (max-width: 767px) {
  .fixBtn {
    right: 10px;
    bottom: 10px;
  }
}
.fixBtn__a {
  width: 150px;
  height: 150px;
  background-color: #FF981A;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .fixBtn__a {
    width: 110px;
    height: 110px;
    font-size: 13px;
  }
}

/*------------------------------------------------------
  footer
-------------------------------------------------------*/
.footer__inner {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 35px;
  background-color: #1847C7;
}

.footer__logo {
  width: 100%;
  max-width: 240px;
  display: block;
}

.footer__policy a {
  width: 174px;
  height: 29px;
  /*background-color: #fff;
  border-radius: 20px;
  color: #1847C7;*/
  color: #fff;
  font-size: 11px;
  /*font-weight: 700;*/
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__copy {
  font-size: 8px;
  text-align: center;
  line-height: 20px;
}/*# sourceMappingURL=style.css.map */