@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	main_contents
================================================== */
section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  section {
    max-width: 1100px;
    margin: 0 auto;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  section {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
/* ========== end △ */

.ttl_style01 {
  letter-spacing: 4px;
  color: #0647A0;
}
.ttl_style01 h2 {
  font-size: 4rem;
  font-weight: 900;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .ttl_style01 h2 {
    font-size: 3rem;
  }
}
/* ========== end △ */
.ttl_style01 .en {
  position: relative;
  font-weight: 700;
  font-size: 2.4rem;
  display: inline-block;
  margin-bottom: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .ttl_style01 .en {
    font-size: 1.8rem;
  }
}
/* ========== end △ */
.ttl_style01 .en::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #0647A0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ttl_style02 {
  letter-spacing: 4px;
  color: #0647A0;
  font-size: 2rem;
  font-weight: 900;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .ttl_style02 {
    font-size: 1.8rem;
  }
}
/* ========== end △ */
.ttl_style02 span {
  display: block;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .ttl_style02 span {
    font-size: 4rem;
  }
}
/* ========== end △ */

/* ==================================================
	mainvisual
================================================== */
.mainvisual {
  position: relative;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .mainvisual .visual {
    width: 94vw;
    margin-left: auto;
  }
}
/* ========== end △ */

#pagetop{
}


#pagetop .entry {
  position: fixed;
  right: 80px;
  bottom: 80px;
  width: 260px;
  z-index: 100;
}
#pagetop .entry_btn {
  display: block;
  margin: 1em;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
#pagetop .entry {
  display: flex;
    right: 4vw;
    bottom: 20px;
    width: 90%;
  }
}
/* ========== end △ */
.mainvisual .scroll {
  position: absolute;
  left: 2vw;
  bottom: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .mainvisual .scroll {
    left: 6vw;
  }
}
/* ========== end △ */

.scroll .down {
  margin-top: 20px;
  width: 1px;
  height: 80px;
  background: #222222;
  -webkit-animation: scrollDown 2s ease infinite;
          animation: scrollDown 2s ease infinite;
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  45% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  55% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  45% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  55% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/* ==================================================
	aboutus
================================================== */
.aboutus {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* ========== end △ */
.aboutus::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -36px;
  width: 600px;
  height: 100%;
  background: url(../images/aboutus_bg.png) center no-repeat;
  background-size: 600px auto;
  z-index: -2;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutus::before {
    content: none;
  }
}
/* ========== end △ */
.aboutus .img {
  position: relative;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .aboutus .img {
    margin-left: calc(50% - 50vw);
    width: 43vw;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutus .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}
/* ========== end △ */
/* .aboutus .img::before {
  content: "";
  position: absolute;
  right: 100px;
  top: -50px;
  background: url(../images/aboutus_deco.png) right bottom no-repeat;
  background-size: cover;
  width: 70px;
  height: 93px;
}
/* ▽ SP layout ========== */
/* @media only screen and (max-width: 767px) {
  .aboutus .img::before {
    width: 50px;
    height: 67px;
    right: 30px;
    top: -20px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .aboutus .txt {
    width: 50%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutus .txt {
    display: contents;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutus .txt .ttl_style01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* ========== end △ */
.aboutus .txt p {
  margin-top: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutus .txt p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
}
/* ========== end △ */

/* ==================================================
	aboutjob
================================================== */
.aboutjob {
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutjob {
    padding-bottom: 100px;
  }
}
/* ========== end △ */
.aboutjob::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100%;
  background: url(../images/aboutjob_bg.jpg) center top no-repeat;
  background-size: cover;
  z-index: -2;
}
.aboutjob .ttl_style02 {
  position: relative;
}
/* .aboutjob .ttl_style02::before {
  content: "";
  position: absolute;
  left: -30px;
  top: -130px;
  width: 180px;
  height: 121px;
  background: url(../images/aboutjob_deco.png) center top no-repeat;
  background-size: cover;
  z-index: -1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutjob .ttl_style02::before {
    width: 160px;
    height: 107px;
  }
}
/* ========== end △ */
.aboutjob .job_wrap {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .aboutjob .job_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutjob .job_wrap {
    background: #fff;
    padding: 30px;
    margin-top: 30px;
    -webkit-box-shadow: 10px 10px 20px rgba(77, 83, 90, 0.1019607843);
            box-shadow: 10px 10px 20px rgba(77, 83, 90, 0.1019607843);
  }
}
/* ========== end △ */
.aboutjob .job_wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.aboutjob .job_wrap.reverse::before {
  left: inherit;
  right: 0;
}
.aboutjob .job_wrap.reverse::after {
  left: inherit;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .aboutjob .job_wrap.reverse .txt {
    margin-left: 0;
    margin-right: 60px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .aboutjob .job_wrap.reverse .img {
    margin-right: 0;
    margin-left: 60px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutjob .job_wrap.reverse .img {
    margin-top: 15px;
  }
}
/* ========== end △ */
.aboutjob .job_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-box-shadow: 10px 10px 20px rgba(77, 83, 90, 0.1019607843);
          box-shadow: 10px 10px 20px rgba(77, 83, 90, 0.1019607843);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutjob .job_wrap::before {
    content: none;
  }
}
/* ========== end △ */
.aboutjob .job_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #0647A0;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .aboutjob .job_wrap .txt {
    width: 40%;
    margin-left: 60px;
  }
}
/* ========== end △ */
.aboutjob .job_wrap .txt h3 {
  color: #0647A0;
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutjob .job_wrap .txt h3 {
    font-size: 2.4rem;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .aboutjob .job_wrap .img {
    width: 45%;
    margin-right: 60px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutjob .job_wrap .img {
    margin-top: 15px;
  }
}
/* ========== end △ */

/* ==================================================
	data
================================================== */
.data {
  position: relative;
}
/* .data::before {
  content: "";
  position: absolute;
  right: 0;
  top: -240px;
  width: 550px;
  height: 378px;
  background: url(../images/data_bg.png) center no-repeat;
  background-size: cover;
  z-index: -2;
}
/* ▽ SP layout ========== */
/* @media only screen and (max-width: 767px) {
  .data::before {
    width: 300px;
    height: 206px;
    top: -170px;
  }
}
/* ========== end △ */
.data .inner {
  margin-top: 20px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .data .inner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 5px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .data .inner {
    margin-top: 30px;
  }
}
/* ========== end △ */
.data .inner > div {
  background: #EBF0F8;
  padding: 15px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .data .inner > div + div {
    margin-top: 3.999vw;
  }
}
/* ========== end △ */
.data .inner h3 {
  background: #4A78BA;
  display: inline-block;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .data .inner h3 {
    font-size: 1.6rem;
  }
}
/* ========== end △ */
.data .inner .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.data .inner .wrap img {
  height: 68px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .data .inner .wrap img {
    height: 50px;
  }
}
/* ========== end △ */
.data .inner .label {
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 50px;
  border: 2px solid #0647A0;
  color: #0647A0;
  padding: 5px 25px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .data .inner .label {
    font-size: 1.6rem;
  }
}
/* ========== end △ */
.data .inner .txt {
  color: #0647A0;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 900;
  margin-left: 80px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .data .inner .txt {
    font-size: 2.4rem;
    margin-left: 40px;
  }
}
/* ========== end △ */
.data .inner .txt .num {
  font-size: 11rem;
  font-weight: 600;
  line-height: 1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .data .inner .txt .num {
    font-size: 7.4rem;
  }
}
/* ========== end △ */
.data .inner .txt p {
  font-size: 1.2rem;
  font-weight: 500;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .data .inner .txt p {
    font-size: 1.4rem;
  }
}
/* ========== end △ */
.data .inner .min .txt, .data .inner .double .txt {
  margin-left: 20px;
}
.data .inner .double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .data .inner .double {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .data .inner .double .wrap + .wrap {
    margin-left: 40px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .data .inner .double .wrap + .wrap {
    margin-top: 20px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .data .inner .new {
    grid-area: 1/1/2/4;
  }
  .data .inner .location {
    grid-area: 1/4/2/7;
  }
  .data .inner .rate {
    grid-area: 2/1/3/4;
  }
  .data .inner .percentage {
    grid-area: 2/4/3/7;
  }
  .data .inner .age {
    grid-area: 3/1/4/4;
  }
  .data .inner .number {
    grid-area: 3/4/4/7;
  }
}
/* ========== end △ */

/* ==================================================
	flow
================================================== */
.flow {
  margin-top: 140px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .flow {
    margin-top: 80px;
  }
}
/* ========== end △ */
.flow .flow_wrap {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.flow .flow_wrap::before {
  content: "";
  position: absolute;
  right: calc(50% - 50vw);
  bottom: 0;
  background: url(../images/flow_bg.jpg) right bottom no-repeat;
  background-size: auto 420px;
  width: 100%;
  height: 420px;
  z-index: -2;
}
.flow .flow_wrap .num {
  position: absolute;
  left: 0;
  top: -30px;
  color: #fff;
  background: #72E1EA;
  width: 80px;
  height: 80px;
  padding-top: 4px;
  border-radius: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .flow .flow_wrap .num {
    font-size: 1rem;
    width: 50px;
    height: 50px;
  }
}
/* ========== end △ */
.flow .flow_wrap .num span {
  font-size: 3.6rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .flow .flow_wrap .num span {
    font-size: 2rem;
  }
}
/* ========== end △ */
.flow .flow_wrap dt {
  color: #fff;
  padding: 15px 0;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  background: #0647A0;
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  margin-bottom: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .flow .flow_wrap dt {
    font-size: 1.8rem;
  }
}
/* ========== end △ */
.flow .flow_wrap ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flow .flow_wrap ol li {
  position: relative;
  width: 30%;
  margin-top: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .flow .flow_wrap ol li {
    width: 46%;
  }
}
/* ========== end △ */
.flow .flow_wrap ol li::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 30px;
  width: 20px;
  height: 20px;
  border-top: 5px solid #cccccc;
  border-right: 5px solid #cccccc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .flow .flow_wrap ol li::after {
    right: -20px;
    top: 20px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .flow .flow_wrap ol li:nth-child(3n)::after {
    content: none;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .flow .flow_wrap ol li:nth-child(2n)::after {
    content: none;
  }
}
/* ========== end △ */
.flow .flow_wrap ol li:first-of-type dt {
  -webkit-clip-path: polygon(0% 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(0% 0, 100% 0, 90% 100%, 0% 100%);
}
.flow .flow_wrap ol li:last-of-type dt {
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

/* ==================================================
	requirements
================================================== */
.requirements {
  margin-top: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .requirements {
    margin-top: 80px;
  }
}
/* ========== end △ */
.requirements .ttl_style01 {
  text-align: center;
  margin-bottom: 40px;
}
.requirements .table_style {
  position: relative;
  border-top: 2px solid #0647A0;
  border-bottom: 2px solid #0647A0;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .requirements .table_style {
    display: table;
    width: 820px;
    margin: 0 auto;
    border-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
  }
  .requirements .table_style > dl {
    display: table-row;
  }
  .requirements .table_style > dl > dt,
  .requirements .table_style > dl > dd {
    display: table-cell;
    vertical-align: top;
  }
}
/* ========== end △ */
/* .requirements .table_style::before {
  content: "";
  position: absolute;
  left: -40px;
  top: -80px;
  background: url(../images/requirements_deco.png) right bottom no-repeat;
  background-size: cover;
  width: 135px;
  height: 91px;
}
/* ▽ SP layout ========== */
/* @media only screen and (max-width: 767px) {
  .requirements .table_style::before {
    width: 100px;
    height: 68px;
    left: -10px;
    top: -60px;
  }
}
/* ========== end △ */
/* .requirements .table_style::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -80px;
  background: url(../images/requirements_bg.png) right bottom no-repeat;
  background-size: cover;
  width: 200px;
  height: 200px;
  z-index: -2;
}
/* ▽ SP layout ========== */
/* @media only screen and (max-width: 767px) {
  .requirements .table_style::after {
    width: 140px;
    height: 140px;
    right: -50px;
    bottom: -60px;
  }
}
/* ========== end △ */
.requirements .table_style > dl > dt,
.requirements .table_style > dl > dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 30px;
  border-bottom: 1px dotted #0647A0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .requirements .table_style > dl > dt,
  .requirements .table_style > dl > dd {
    padding: 3.999vw;
    border-top: none;
  }
}
/* ========== end △ */
.requirements .table_style > dl > dt {
  width: 310px;
  background: #EBF0F8;
  font-weight: 700;
  font-size: 1.8rem;
  color: #0647A0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .requirements .table_style > dl > dt {
    width: 100%;
    font-size: 1.6rem;
  }
}
/* ========== end △ */
.requirements .table_style > dl > dd {
  background: #fff;
}

/* ==================================================
	qa
================================================== */
.qa {
  margin-top: 140px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .qa {
    margin-top: 80px;
  }
}
/* ========== end △ */
.qa::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100%;
  background: #040D5F;
  z-index: -2;
}
.qa .ttl_style01 {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
.qa .ttl_style01 .en::after {
  background: #fff;
}
.qa .qa_wrap + .qa_wrap {
  margin-top: 20px;
}
.qa .qa_wrap dt {
  position: relative;
  padding: 20px 30px;
  cursor: pointer;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.9rem;
  color: #0647A0;
  font-weight: 700;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .qa .qa_wrap dt {
    font-size: 1.6rem;
    padding: 15px 50px 15px 30px;
  }
}
/* ========== end △ */
.qa .qa_wrap dt::before {
  content: "Q";
  color: #72E1EA;
  font-size: 2.4rem;
  padding-right: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .qa .qa_wrap dt::before {
    font-size: 2rem;
    padding-right: 10px;
  }
}
/* ========== end △ */
.qa .qa_wrap dt::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #A2A2A2;
  border-right: solid 2px #A2A2A2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 50px;
  top: calc(50% - 5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .qa .qa_wrap dt::after {
    right: 30px;
  }
}
/* ========== end △ */
.qa .qa_wrap dt.active::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.qa .qa_wrap dd {
  position: relative;
  display: none;
  margin: 25px;
  color: #fff;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .qa .qa_wrap dd {
    font-size: 1.7rem;
  }
}
/* ========== end △ */
.qa .qa_wrap dd::before {
  content: "A";
  color: #E9463C;
  font-size: 2.4rem;
  padding-right: 20px;
  font-weight: 700;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .qa .qa_wrap dd::before {
    font-size: 2rem;
    padding-right: 10px;
  }
}
/* ========== end △ */

.btn a{ background:#0547A0; display:block; max-width:300px;text-align:center;color:#fff; padding:20px; }
.btn a.link span{background: url(../common_img/ico_link.png)0 50% no-repeat; background-size:15px 15px ; padding-left:20px; }
.btn a:hover{ background:#72E1EA; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .btn{ margin: auto; width: 80%}
  .btn a{ max-width:100%;}
}
