@charset "UTF-8";

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

figure {
  margin: 0;
}

main{
      overflow-x: hidden;
}
body {
  color: #111;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
  letter-spacing: .07em;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
  margin: 0;
}

img {
  width: 100%;
  display: block;
}

p {
  margin: 0;
  line-height: 1.8;
}

.text-center {
  text-align: center;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

h1,
h2,
h3,
h1 a {
  margin: 0;
  line-height: 1.2;
}

.logo-outer {
  max-width: 278px;
  display: block;
}

h1 a img {
  width: 100%;
  height: 100%;
  transition: .3s;
}

.col-12 {
  width: 100%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66%;
}

.col-6 {
  width: 46%;
}

.col-4 {
  width: 33.3333%;
}

.col-3 {
  width: 24%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
  margin: 0 0 0 auto;
}

.text-right p {
  display: inline-block;
  margin: 0;
}

.card-item {
  width: 26%;
  padding: 40px 20px;
  text-align: left;
}

.card-item figure {
  display: flex;
  align-items: baseline;
  justify-content: center;
  overflow: hidden;
  height: 210px;
}

.card-item figure img {
  width: 100%;
}
/*---------------------
font-family
-----------------------*/
body,
th,
td,
input,
textarea,
select,
option,
table th,table td {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  font-size: 1.4rem;
}
th,td
 {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
  font-size: 1.4rem;
}
/*---------------------
font-size
-----------------------*/
p {
  font-size: 1.4rem;
  line-height: 32px;
  font-weight: 400;
}

.text16 {
  font-size: 1.6rem;
  line-height: 29px;
  font-weight: 600;
}

.text18 {
  font-size: 1.8rem;
  line-height: 22px;
  font-weight: 500;
}

.text21 {
  font-size: 2.1rem;
  line-height: 29px;
  font-weight: 600;
}

.text44 {
  font-size: 4.4rem;
  line-height: 44px;
  font-weight: 700;
  color: #fff;
}
/*---------------------
color
-----------------------*/
.red{
  color: #F13C3C;
}
.white{
  color: #fff;
}
/*---------------------
section
-----------------------*/
.section-inner {
  padding: 84px 0;
  text-align: center;
  position: relative;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  position: relative;
}

.container:before,
.container:after {
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  content: "";
}

.wrap li {
  display: inline-block;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

.kv{
  max-width:1400px;
  margin:0 auto;
}
/*---------------------
title
-----------------------*/
h2 {
  margin-bottom: 60px;
    position: relative;
}

h2 img {
  height: 60px;
}

h2 span {
    margin-top: 17px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    line-height: 29px;
    display: block;
    color: #0C2D77;
    font-weight: 600;
}

/*---------------------
lead
-----------------------*/
.lead {
  text-align: center;
}

.lead .wrap {
  align-items: center;
  justify-content: center;
      row-gap: 8px;
}

.lead .wrap figure {
  display: block;
  width: 25%;
}

.lead .wrap:last-of-type figure {
  width: 19%;
}

.lead .wrap:last-of-type {
  margin-top: 24px;
}

.lead figure img {
    display: inline-block;
    width: initial;
}

.lead figure a {
  display: inline-block;
}

.lead .btn {
  width: 515px;
  display: inline-block;
  margin: 125px auto 0;
  position: relative;
}

.cta .btn{
  width: 515px;
  display: block;
  margin: 40px auto 90px;
  position: relative;
  
}


.lead .btn:before,
.lead .btn:after {
  background-image: url("../images/deco-1.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  content: "";
  top: -56px;
  left: -400px;
  width: 431px;
  height: 318px;
}

.lead .btn:after {
  left: auto;
  right: -400px;
}

/*---------------------
concept
-----------------------*/
.concept {
  margin-top: 100px;
  position: relative;
}

.concept .section-inner {
  padding: 70px 0 300px;
}

.concept h2 {
  position: relative;
}

.concept h2:before,
.concept h2:after {
  background-image: url("../images/deco-21.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  content: "";
  top: -156px;
  left: -50px;
  width: 281px;
  height: 449px;
}

.concept h2:after {
  background-image: url("../images/deco-22.png");
  left: auto;
  width: 458px;
  height: 274px;
  top: -118px;
  right: -50px;
}

.concept .section-inner:before,
.concept .section-inner:after {
  background-image: url("../images/deco-23.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  content: "";
  bottom: 74px;
  left: 0px;
  width: 324px;
  height: 365px;
  z-index: -1;
}

.concept .section-inner:after {
  background-image: url("../images/deco-24.png");
  left: auto;
  width: 364px;
  height: 430px;
  right: -0px;
  bottom: 74px;
}

/*---------------------
program
-----------------------*/
.program{
      position: relative;
}
.program:before {
      background-image: url("../images/deco-33.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  content: "";
    bottom: 0px;
    right: 0px;
    width: 401px;
    height: 430px;
    z-index: 2;
}
.program .section-inner {
  background-color: #013A94;
  padding: 0px 0 130px;
}
.program .section-inner:before {
  background: center top / cover no-repeat;
  background-image: url(../images/bg-1.svg);
  background-position: center;
  position: absolute;
  content: "";
  top: -12vw;
  left: 0;
  width: 100%;
  z-index: -1;
  aspect-ratio: 8.28 / 1;
}

.program h2 span {
  color: #fff;
}

.program .table-upper-wrap {
  width: 1000px;
  margin: 0 auto;
}
.program .table-wrap {
  margin: 0 auto;
  width: 1000px;
}

.program table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
}

.program thead tr {
  padding: 18px 20px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background: linear-gradient(90deg, #97C003 0%, #013A94 100%);
}

.program thead th {
  padding: 18px 20px;
  text-align: left;
}

.program td {
  padding: 20px;
  vertical-align: top;
  background: #fff;
      text-align: left;
}
.program .t-line td:first-of-type{
      text-align: center;
}

.program .t-line td {
  border-top: none;
  position: relative;
}

.program .t-line td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  border-top: 1px dashed #69696A;
}
.program .t-line td:first-of-type::before{
   left: 20px;
  right: 0px;
}
.program .t-line td:last-of-type::before{
   left: 0px;
  right: 20px;
}
.program tbody .t-line:first-of-type td::before{
   border-top: none;
}

.program th:nth-child(1),
.program td:nth-child(1) {
  width: 11%;
}

.program th:nth-child(2),
.program td:nth-child(2) {
  width: 13%;
}

.program th:nth-child(3),
.program td:nth-child(3) {
  width: 44%;
}

.program th:nth-child(4),
.program td:nth-child(4) {
  width: 37%;
}

.program .container {
  position: relative;
  z-index: 5;
}
.program .container:before,
.program .container:after {
  background-image: url("../images/deco-31.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  content: "";
    top: -40px;
    left: -40px;
    width: 620px;
    height: 930px;
  z-index: -1;
}

.program .container:after {
  background-image: url("../images/deco-32.png");
  left: auto;
  width: 320px;
  height: 424px;
  right: 0px;
      right: -30px;
    top: 0px;
}
.program span.label{
  display: none;
}
.program .value span{
      display: block;
    margin-top: 20px;
}
/*---------------------
speaker
-----------------------*/
.speaker {
  position: relative;
}

.speaker .visual {
  margin-bottom: 0px;
  position: relative;
  width: 845px;
    margin: 0 auto;
}
.speaker .visual:before,
.speaker .visual:after {
  background-image: url("../images/deco-43.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  content: "";
  top: -244px;
  left: 0px;
  width: 176px;
  height: 247px;
  z-index: -1;
}

.speaker .visual:after {
  background-image: url("../images/deco-44.png");
  left: auto;
  right: 0px;
}


.speaker .speaker-list {
  position: relative;
}

.speaker .speaker-card {
  padding: 38px;
  background: #fff;
  box-sizing: border-box;
  width: 845px;
  margin: 0 auto;
  margin-bottom: 25px;
  border-radius: 19px;
  border: solid 1px #BEBFC1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.speaker .speaker-card-highlights {
  border: solid 4px #C8AD80;
}

.speaker .speaker-card-highlights .speaker-card-theme{
  background-color: #A6854D;
  color:#fff;
}



.speaker .speaker-card:last-of-type {
  margin-bottom: 0;
}

.speaker .speaker-card-img {
  width: 100%;
  height: 393px;
  position: relative;
  background-color: rgba(50, 46, 46, 0.79);
}

.speaker .speaker-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.speaker .speaker-card-info {
  text-align: left;
  position: relative;
}

.speaker .speaker-card-head{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap:24px;
    margin-bottom:16px;
}


.speaker .speaker-card-info .timeline {
  display: flex;
  gap: 24px;
  color:#fff;
  padding:8px 16px;
  background:#0C2D77;
}

.speaker .speaker-card-info h3 {
  font-size: 1.8rem;
  line-height: 29px;
  font-weight: 600;
}

.speaker .speaker-card-info p {
  font-size: 1.2rem;
  line-height: 25px;
}

.speaker .speaker-card-theme {
  background-color: #E9F0C3;
  border-radius: 10px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
}

.speaker .speaker-card-theme .theme-label {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 29px;
  flex-shrink: 0;
}

.speaker .speaker-card-theme .theme-text {
  font-size: 1.4rem;
  line-height: 29px;
  text-align: left;
}

.speaker .speaker-card-theme .theme-text p {
  margin: 0;
}
.speaker:before {
  background-image: url("../images/bg-2.svg");
  background-position: center;
  width: 100%;
  position: absolute;
  content: "";
  top: 620px;
  bottom: 0;
  left: 0px;
  z-index: -1;
  background-position: center top;
  background-repeat: repeat-y;
      background-size: contain;
}

.speaker .section-inner {
  padding: 66px 0 86px;
}

.speaker .section-inner:before,
.speaker .section-inner:after {
  background-image: url("../images/deco-45.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  content: "";
  top: 269px;
  left: -100px;
  width: 335px;
  height: 353px;
  z-index: -1;
}

.speaker .section-inner:after {
  background-image: url("../images/deco-46.png");
  left: auto;
  top: 447px;
  right: 0px;
  width: 184px;
  height: 196px;
}

.speaker h2:before,
.speaker h2:after {
  background-image: url("../images/deco-1.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  content: "";
  top: -154px;
  left: 50px;
  width: 294px;
  height: 217px;
  z-index: -1;
}

.speaker h2:after {
  background-image: url("../images/deco-42.png");
  left: auto;
  top: -148px;
  right: 50px;
  width: 253px;
  height: 205px;
}

.deco-content {
  background-image: url("../images/deco-41.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  content: "";
  top: -42px;
  right: -60px;
  width: 178px;
  height: 242px;
  z-index: 0;
}

/*---------------------
outline
-----------------------*/
.outline h2:before,
.outline h2:after,.apply h2:before,
.apply h2:after {
  background-image: url("../images/deco-51.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  content: "";
  top: -10px;
  left: 0px;
  width: 423px;
  height: 134px;
}

.outline h2:after,.apply h2:after {
  background-image: url("../images/deco-52.png");
  left: auto;
  top: -17px;
  right: 0px;
  width: 391px;
  height: 133px;
}

.company-table {
    width: 830px;
    border-collapse: collapse;
    margin: 0 auto;
}

.company-table th,
.company-table td {
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px dashed #1A2D6A;
  font-size: 1.6rem;
  line-height: 29px;
  font-weight: 600;
    font-family: "Noto Serif JP", serif;
}

.company-table th {
  width: 220px;
  text-align: center;
}

.company-table td {
  line-height: 1.8;
}
.company-table tr:last-of-type td {
      line-height: 60px;
    box-sizing: border-box;
}

/*---------------------
apply
-----------------------*/
.apply .container {
  position: relative;
  z-index: 0;
}
.apply .container:before,
.apply .container:after {
  background-image: url("../images/deco-63.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  width: 708px;
  height: 988px;
  z-index: -1;
      opacity: .4;
}

.apply .container:after {
  background-image: url("../images/deco-62.png");
  left: auto;
  width: 324px;
  height: 866px;
  right: 0px;
}
.apply .cf-wrap{
  width: 663px;
  margin: 0 auto;
}
.apply{
  background: linear-gradient(180deg, #97C003 0%, #013A94 100%);
}
.apply h2{
  color: #fff;
  position: relative;
}
.apply h2 img{
      margin-top: 27px;
}
.apply .section-inner:after {
  background-image: url("../images/deco-61.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  content: "";
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 302px;
    height: 115px;
    z-index: 1;
}
.apply h2:before,
.apply h2:after {
  top: 0px;
  left: -130px;
  width: 369px;
  height: 117px;
}

.apply h2:after {
  left: auto;
  top: 12px;
  right: -80px;
  width: 350px;
  height: 119px;
}

.copyright{
      text-align: center;
}


@media screen and (max-width:768px) {
  body {
    margin: 0 auto;
  }

  main {
    overflow: hidden;
  }

  .pc-none {
    display: block !important;
  }

  .sp-none {
    display: none !important;
  }

  .wrap li {
    width: 100% !important;
  }

  .col-12,
  .col-9,
  .col-8,
  .col-6,
  .col-4,
  .col-3 {
    width: 100%;
  }

  /*---------------------
section
-----------------------*/
.main .section-inner{
    padding: 60px 20px 60px;
  }
  h2 {
    margin-bottom: 22px;
  }
h2 img {
    height: 33px;
}
h2 span {
    margin-top: 0px;
}
p {
    text-align: left;
}
/*---------------------
lead
-----------------------*/
.lead .section-inner{
      padding: 18px 20px 0px;
}
.lead .btn,
.cta .btn {
    width: 214px;
    margin: 18px auto 0;
}

.cta .btn{
    margin: 18px auto 40px;
}

.lead .btn:before, .lead .btn:after {
  display: none;
}
.lead figure img {
    height: auto;
}
.lead .wrap figure{
    width: 32%;
}
.lead figure:nth-of-type(4),.lead figure:nth-of-type(5),.lead figure:nth-of-type(6),.lead figure:nth-of-type(7) {
    width: 24%;
}
.lead img {
    max-width: 90%;
}
.lead .wrap{
  gap:2%;
  justify-content: centerl
}

/*---------------------
concept
-----------------------*/
.concept .section-inner {
    padding: 20px 20px 200px;
}
.concept h2:before {
    top: -106px;
    left: -20px;
    width: 109px;
    height: 160px;
}
.concept h2:after {
    width: 125px;
    height: 75px;
    top: -75px;
    right: -20px;
}
.concept .section-inner:before {
  background-image: url("../images/deco-23_sp.png");
  bottom: 13px;
  left: 0px;
  width: 160px;
  height: 184px;
}

.concept .section-inner:after {
  background-image: url("../images/deco-24_sp.png");
  width: 175px;
  height: 216px;
  right: 10px;
  bottom: 0px;
}
.concept .container:before {
    background-image: url(../images/deco-1.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    content: "";
        width: 163px;
        height: 120px;
        right: -20px;
        top: -50px;
}
/*---------------------
program
-----------------------*/
.program {
  margin-top: 20px;
}
.program .section-inner{
      padding: 0px 20px 60px;
    }
.program .section-inner:before {
    background: center top / cover no-repeat;
    background-image: url(../images/bg-1_sp.svg);
        top: -98px;
    aspect-ratio: initial;
    height: 100px;
}

.program thead {
    display: none;
  }

  .program .table-wrap {
        position: relative;
        width: 100%;
        height: 426px;
        z-index: 0;
  }

  .program .table-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 92px;
    height: 100%;
    background: linear-gradient(180deg, #97C003 0%, #013A94 100%);
    z-index: 0;
  }

  .program table,
  .program tbody,
  .program tr,
  .program td {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: transparent;
  }

  .program td {
    display: flex;
    padding: 0;

  }

  .program span.label {
display: block;
        width: 92px;
        flex-shrink: 0;
        padding: 16px 5px;
        color: #fff;
        box-sizing: border-box;
        text-align: center;
  }

  .program .value {
    flex: 1;
        padding: 16px 12px;
    background: #fff;
    box-sizing: border-box;
    text-align: left;
  }
.program th:nth-child(1),
.program td:nth-child(1),.program th:nth-child(2),
.program td:nth-child(2),.program th:nth-child(3),
.program td:nth-child(3),.program th:nth-child(4),
.program td:nth-child(4) {
  width: 100%;
}
.program .table-wrap{
  overflow-y: inherit;
}
.program .sp-table{
      overflow-y: scroll;
    height: 426px;
}
.program .t-line td {
    border-top: none;
}
.program .t-line td:last-of-type .value{
  border-bottom: 1px dashed #69696A;
}
.program .t-line td:nth-of-type(2) .label,.program .t-line td:nth-of-type(2) .value{
  padding: 0 12px;
}
.program .t-line:last-of-type td:last-of-type .value{
  border-bottom: none;
}
.program .container:before{
        top: -50px;
        left: -120px;
        width: 500px;
        height: 588px;
        background-image: url(../images/deco-31_sp.png);
}

.program:before,.program .container:after {
display: none;
}
.program .t-line td::before {
display: none;
}
/*---------------------
speaker
-----------------------*/
.speaker .deco-content {
display: none;
}
.speaker h2:before {
    top: 0px;
    left: -60px;
    width: 172px;
    height: 127px;
}
.speaker h2:after {
    left: auto;
    top: 6px;
    right: -20px;
    width: 127px;
    height: 103px;
}
.speaker:before {
    top: 296px;
  background: url("../images/bg-2.svg");
  background-size:100% auto;
}
.speaker h2{
  margin-bottom: 210px;
}
.speaker .section-inner:before {
    top: 145px;
    left: -70px;
    width: 147px;
    height: 155px;
}
.speaker .section-inner:after {
    left: auto;
    top: 235px;
    right: 130px;
    width: 67px;
    height: 72px;
}
.speaker .visual {
  width: 100%;
}
.speaker .visual:before,
.speaker .visual:after {
  top: -142px;
  left: 50px;
  width: 101px;
  height: 142px;
}

.speaker .visual:after {
  left: auto;
  right: 4px;
}
.slick-slider {
    height: 100% !important;
}

.speaker .visual img {
    margin: 0 auto 24px;
}

.speaker .wrap .col-9 h3 {
      text-align: center;
}
.speaker .wrap .col-9 p {
    margin-left: 0px;
    text-align: center;
}
.speaker .wrap .col-9 p:last-of-type {
    margin-bottom: 0;
    text-align: left;
}
.speaker .wrap {
        padding: 30px 12px 12px;
    width: 100%;
 }
.speaker .inner-wrap {
    padding: 12px 14px;
    box-sizing: border-box;
}
.speaker .inner-wrap .col-3 {
    text-align: center;
            margin-bottom: 5px;
}
.speaker .inner-wrap .col-9 {
    line-height: 20px;
        font-weight: 600;
}
.speaker .wrap p.text18{
margin-bottom: 0;
}

.speaker .visual {
  width: 100%;
}
.speaker .section-inner {
    padding: 30px 8px 60px;
}

.speaker .visual .wrap {
  width: 100%;
  box-sizing: border-box;
}

.speaker .slick-slide > div {
  width: 100%;
}

.speaker .speaker-card-theme {
  flex-direction: column;
  gap:16px;
}



/*---------------------
outline
-----------------------*/
.outline h2:before,
.outline h2:after {
  top: -10px;
  left: -160px;
  width: 255px;
  height: 81px;
}

.outline h2:after {
  top: -17px;
  left: auto;
  right: -160px;
  width: 236px;
  height: 80px;
}

   .company-table {
    width: 100%;
  }

  .company-table,
  .company-table tbody,
  .company-table tr,
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .company-table tr {
    padding: 12px 0;
    border-bottom: 1px dashed #1A2D6A;
  }

  .company-table th,
  .company-table td {
    border: none;
    padding: 0;
  }

  .company-table th {
    text-align: left;
    margin-bottom: 8px;
            font-weight: 700;
  }

  .company-table td {
    line-height: 29px;
            font-weight: 400;
  }
  .company-table tr:last-of-type td {
    line-height: 29px;
  }
  .outline .section-inner {
    padding: 30px 20px 100px;
  }

  .speaker .speaker-card-img {
  width: 100%;
  height: auto;
  position: relative;
  background-color: rgba(50, 46, 46, 0.79);
}

.speaker .speaker-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin:0;
}
.speaker .speaker-card-info .timeline{
  position: relative;
  justify-content: center;
  margin-bottom: 0;
}
.speaker .speaker-card {
  padding: 24px;
}

/*---------------------
apply
-----------------------*/
    .apply .section-inner {
        padding: 112px 20px 42px;
    }
.apply .cf-wrap {
    width: 100%;
}
.text44 {
    font-size: 3.6rem;
    line-height: 29px;
}
.apply h2:before,.apply h2:after {
display: none;
}
.apply .container:before, .apply .container:after {
top: -112px;
        left: -20px;
        width: 488px;
        height: 732px;
}
.apply .container:after {
  display: none;
}
.copyright {
    padding-bottom: 57px;
}



}