@charset "utf-8";

#Header {
  display:block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width:1024px;
  height:80px;
  letter-spacing:0.1em;
  background:#fff;
  box-shadow:0 0 10px -5px #666;
  z-index:50;
  transform:translateY(0%);
}
.menuOn {
  animation:appear 0.8s forwards;
} @keyframes appear {
  from {
    transform:translateY(0%);
  } to {
    transform:translateY(0%);
  }
}
.menuOff {
  animation:disappear 0.8s forwards;
} @keyframes disappear {
  from {
    transform:translateY(0%);
  } to {
    transform:translateY(0%);
  }
}

#HeaderSpacer {
  display:block;
  height:80px;
}


.subpage {
  padding-bottom:100px;
  background:#fff url("../img/bg_frame.jpg") repeat-x top center;
}
.subpage_2 {
  padding-bottom:100px;
  background:#fff url("../img/bg_frame.jpg") repeat-x top -400px center;
}
.subpage_3 {
  padding-bottom:100px;
}
.subpage_4 {
  min-height:500px;
  background:url("../img/bg_thanks.png") no-repeat bottom center;
  background-size:cover;
}
.subpage_5 {
  background:#fff;
}
.subframe {
  margin:0 auto;
}
.section {
  padding:0 40px 100px;
  font-size:16px;
  line-height:1.8em;
}

.pageTitle {
  margin-bottom:20px;
  height:95px;
  border-bottom:1px solid;
  border-image:linear-gradient(to right, #0792B7 50%, #1E3B63 80%) 2;
}
.pageTitle h1 {
  display:inline-block;
  margin:20px 0 10px;
  padding-right:30px;
  padding-bottom:30px;
  font-size:60px;
  font-style:italic;
  font-weight:500;
  line-height:1.0em;
  background: linear-gradient(50deg, #0792B7 50%, #1E3B63 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pageTitle span {
  display:inline-block;
  font-size:24px;
  font-style:normal;
  font-weight:500;
  background:none;
  color:#999;
}

.secTitle {
  margin-bottom:20px;
  height:65px;
  border-bottom:1px solid;
  border-image:linear-gradient(to right, #0792B7 50%, #1E3B63 80%) 2;
}
.secTitle h2 {
  display:inline-block;
  margin:20px 0 10px;
  padding-right:30px;
  padding-bottom:10px;
  font-size:35px;
  font-weight:500;
  line-height:1.0em;
  background: linear-gradient(50deg, #0792B7 50%, #1E3B63 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#boxTitleService {
  padding-top:130px;
  background:url("../../service/img/bg_title.jpg") no-repeat top center;
}
#boxTitleCompany {
  padding-top:130px;
}
#boxTitleRecruit {
  padding-top:130px;
}


.subframe h3 {
  padding:15px 0;
}
.subframe strong {
  color:#0792B7;
  font-size:18px;
  font-weight:500;
}

#boxServiceContent {
  position:relative;
  z-index:0;
}
#boxServiceUpper {
  padding-bottom:200px;
}
#boxServiceImage {
  position:absolute;
  bottom:0;
  right:-150px;
  width:976px;
  height:450px;
  z-index:-1;
  background:url("../../service/img/bg_plane.png") no-repeat center center;
}


#listBusiness {
  padding:20px 15px 50px;
}
#listBusiness ul {
  list-style:none;
}
#listBusiness ul li {
  float:left;
  margin:5px 10px;
  width:300px;
  list-style:none;
}
#listBusiness ul li .itemBox {
  position:relative;
  z-index:10;
  margin:30px 10px 0;
  height:500px;
  border:1px solid #ccc;
  background:#fff;
  border-radius:6px;
  box-shadow:0 0 10px -5px #666;
}
#listBusiness ul li .itemBox span {
  display:block;
  position:absolute;
  top:-30px;
  left:105px;
  padding:20px 0;
  width:64px;
  color:#fff;
  font-size:24px;
  font-weight:500;
  line-height:1.0em;
  text-align:center;
  background:#000;
  border-radius:50%;
  background: linear-gradient(50deg, #0792B7, #1E3B63);
  border:2px solid #fff;
  box-shadow:1px 1px 6px #666;
}
#listBusiness ul li .itemBox h4 {
  padding:50px 0 20px;
  font-size:22px;
  line-height:1.3em;
  text-align:center;
  background: linear-gradient(50deg, #0792B7 50%, #1E3B63 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#listBusiness ul li .itemBox img {
  margin:0 10px;
  width:260px;
}
#listBusiness ul li .itemBox ul.itemText {
  padding:10px 10px 30px 20px;
}
#listBusiness ul li .itemBox ul.itemText li {
  float:none;
  margin:0 0 0 16px;
  width:auto;
  height:auto;
  list-style:disc;
  font-size:15px;
  line-height:1.5em;
}


.section_etc {
  padding:10px 0 80px 0;
  font-size:16px;
  line-height:1.8em;
}
.section_etc table {
  width:100%;
  background:#fff;
}
.section_etc table tr {
}
.section_etc table tr th {
  padding:9px 12px;
  width:20%;
  vertical-align:top;
  text-align:left;
}
.section_etc table tr td {
  padding:9px 12px;
  vertical-align:top;
}
.section_etc table.history tr th {
  font-weight:normal;
}
.section_etc table tr:nth-child(odd) th,
.section_etc table tr:nth-child(odd) td {
  background: #EEF4F8;
}
.section_etc ul {
}
.section_etc ul li {
  padding:9px 12px 9px 40px;
  list-style:none;
  background:url("../img/icon_disc.png") no-repeat top 15px left 15px;
}
.section_etc ul li:nth-child(odd) {
  background: #EEF4F8 url("../img/icon_disc.png") no-repeat top 15px left 15px;
}

#boxComanyMessage {
  padding-top:50px;
  background:url("../../company/img/bg_company_president.png") no-repeat top center;
  background-size:cover;
}
#boxComanyMessage #companyMessageTitle {
  position:relative;
  z-index:0;
  height:40px;
  border-bottom:1px dotted;
  border-image:linear-gradient(to right, #0792B7 50%, #1E3B63 80%) 2;
}
#boxComanyMessage #companyMessageTitle #box {
  position:absolute;
  top:20px;
  left:50px;
  z-index:1;
  width:220px;
  height:35px;
  background: #EEF4F8;
}
#boxComanyMessage #companyMessageTitle #box h2 {
  display:inline-block;
  padding:0 40px;
  font-size:35px;
  background: linear-gradient(50deg, #0792B7 50%, #1E3B63 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#boxComanyMessage #companyMessageCore {
  padding-top:80px;
}
#boxComanyMessage #companyMessageCore .section {
  padding:0;
}
#boxComanyMessage #companyMessageCore p {
  float:left;
  padding-bottom:60px;
  width:50%;
}
#boxComanyMessage #companyMessageCore img {
  float:right;
  width:350px;
  height:auto;
}
.subframe strong.message {
  color:#000;
  font-size:20px;
}


#boxRecruitList {
  padding-top:50px;
  padding-bottom:100px;
  background:url("../../recruit/img/bg_staff_list.png") no-repeat top center;
  background-size:cover;
}
#boxRecruitListCore {
  margin:30px auto;
  width:800px;
}
#boxRecruitListCore ul {
  padding:10px;
}
#boxRecruitListCore ul li {
  float:left;
  margin:10px;
  width:240px;
  list-style:none;
}
#boxRecruitListCore ul li a {
  display:block;
  padding:20px 20px 30px;
  text-decoration:none;
  background:#fff;
  border-radius:6px;
  box-shadow:0 0 10px -5px #666;
}
#boxRecruitListCore ul li a:hover {
  box-shadow:1px 1px 12px -5px #000;
}
#boxRecruitListCore ul li a:hover {
  color:#333;
}
#boxRecruitListCore ul li a img {
  padding-bottom:20px;
  width:100%;
}
#boxRecruitListCore ul li a dl {
  margin-bottom:10px;
  padding:5px 0;
  font-size:13px;
  line-height:1.3em;
  border-bottom:1px solid;
  border-image:linear-gradient(to right, #0792B7 50%, #1E3B63 80%) 2;
}
#boxRecruitListCore ul li a dl dt {
  float:left;
  width:100px;
  color:#0792B7;
}
#boxRecruitListCore ul li a dl dd {
  float:left;
  width:100px;
  color:#000;
}
#boxRecruitListCore #boxCarouselRecruit span {
  display:none;
}



#boxHeaderContact {
  height:200px;
  background: linear-gradient(20deg, #0792B7 30%, #1E3B63 90%);
}
#boxHeaderContact .pageTitle {
  margin:0;
  padding:75px 0 0;
  height:auto;
  border-bottom:none;
}
#boxHeaderContact .pageTitle h1 {
  display:inline-block;
  margin:0;
  padding:0;
  color:#fff;
  background:none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
#boxHeaderContact .pageTitle span {
  display:inline-block;
  padding-left:15px;
  font-size:24px;
  font-style:normal;
  font-weight:500;
  background:none;
  color:#fff;
}

#boxFormMessage {
  padding:50px 0 0;
}
#boxFormMessage p {
  padding:0 0 50px;
  text-align:center;
}
#boxFormMessage p.boxError {
  color:#c00;
}
#boxFormMessageStep {
  padding:24px 28px;
  border:1px solid #ccc;
  border-radius:6px;
}
#boxFormMessage dl {
  padding:6px 0;
  font-size:16px;
  line-height:22px;
}
#boxFormMessage dl dt {
  float:left;
  width:60px;
}
#boxFormMessage dl dt div {
  padding:9px 0 12px;;
  color:#fff;
  text-align:center;
  background:#ccc;
  line-height:1.2em;
  border-radius:50%;
}
#boxFormMessage dl dt div span {
  display:block;
  font-size:22px;
  font-weight:500;
}
#boxFormMessage dl dd {
  float:left;
  margin-top:15px;
  margin-left:20px;
}
#boxFormMessage dl.act dt div {
  background: linear-gradient(30deg, #0792B7, #1E3B63);
}
#boxFormMessage dl.act dd {
  margin-top:3px;
  font-weight:500;
}

#boxForm {
  padding:50px 0 0;
}
#boxForm dl {
  margin-bottom:50px;
  padding:50px 50px 10px;
  font-size:18px;
  line-height:1.5em;
  background:#fff;
  border-radius:9px;
}
#boxForm dl dt {
  font-weight:500;
}
#boxForm dl dt span {
  display:inline-block;
}
#boxForm dl dt span.field {
  width:8em;
  text-align:right;
}
/*
#boxForm dl dt span.mark {
*/
#boxForm dl span.mark {
  display:inline-block;
  padding-left:1.0em;
  color:#0792B7;
  font-weight:400;
  font-size:15px;
}
#boxForm dl dd {
  margin-top:-2.0em;
  margin-left:13em;
  margin-bottom:40px;
}
#boxForm dl dd input {
  padding:12px 0;
  width:100%;
  font-size:18px;
  line-height:1.3em;
  text-indent:1.0em;
  background:#f0f0f0;
}
#boxForm dl dd input.act {
  font-weight:500;
}
#boxForm dl dd textarea {
  padding:12px 12px;
  width:calc( 100% - 24px );
  height:200px;
  font-size:18px;
  line-height:1.3em;
  background:#f0f0f0;
}
#boxForm dl dd strong {
  display:block;
  padding:6px 0;
  font-size:20px;
}
#boxForm dl dd span {
  display:block;
  padding:9px 0;
  font-size:15px;
}
#boxForm dl dd span.error {
  color:#c00;
}

#boxResult {
  padding:200px 0 300px;
  text-align:center;
}
#boxResult h2 {
  font-size:35px;
  font-weight:500;
  line-height:1.0em;
  background: linear-gradient(50deg, #0792B7 50%, #1E3B63 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#boxResult p {
  padding:50px 0;
}


#boxHeaderRecruit {
  padding:150px 0;
  background:url("../../recruit/img/bg_contact.jpg") no-repeat top center;
  background-size:cover;
}
#boxHeaderRecruit #boxTitleRecruit {
  margin:0 auto;
  padding:20px 0;
  width:300px;
  background: linear-gradient(30deg, #0792B7, #1E3B63);
  border-radius:9px;
}
#boxHeaderRecruit #boxTitleRecruit h1 {
  display:block;
  margin:0;
  padding:0;
  color:#fff;
  font-size:28px;
  font-style:normal;
  font-weight:500;
  text-align:center;
}


#boxTitleRecruitStaff {
  height:287px;
  background:url("../../recruit/img/bg_recruit_staff.png") repeat-x bottom center;
  background-size:1440px 287px;
}
#boxTitleRecruitStaff .subframe {
  padding:130px 0 30px;
  border-bottom:1px solid;
  border-image:linear-gradient(to right, #0792B7 50%, #1E3B63 80%) 2;
}
#boxTitleRecruitStaff h1 {
  display:inline-block;
  margin:0;
  padding:0;
  font-size:50px;
  font-weight:400;
  line-height:1.0em;
  background: linear-gradient(50deg, #0792B7 50%, #1E3B63 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#boxRecruitStaff {
  padding:100px 0;
}
#boxRecruitStaffHeader {
  height:720px;
}
#boxRecruitStaffHeaderLabel {
  height:65px;
}
#boxRecruitStaffHeaderLabel div {
  width:380px;
  height:100%;
  color:#fff;
  background: linear-gradient(30deg, #0792B7, #1E3B63);
}
#boxRecruitStaffHeaderLabel div span {
  float:left;
  display:block;
  padding:15px 25px 0 30px;
  font-size:34px;
  font-weight:400;
}
#boxRecruitStaffHeaderLabel div p {
  float:left;
  display:block;
  padding-top:10px;
  width:140px;
  font-size:66px;
  font-weight:500;
}
#boxRecruitStaffHeaderProfile {
  padding-top:50px;
}
#boxRecruitStaffHeaderProfileText {
  float:left;
  width:540px;
}
#boxRecruitStaffHeaderProfileText p {
  height:200px;
  padding:70px 0;
  font-size:40px;
  line-height:1.7em;
  font-weight:500;
  background: linear-gradient(50deg, #0792B7 50%, #1E3B63 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#boxRecruitStaffHeaderProfileText dl {
  margin-bottom:10px;
  padding:20px 0 10px;
  font-size:18px;
  line-height:2.0em;
  border-bottom:1px solid;
  border-image:linear-gradient(to right, #0792B7 50%, #1E3B63 80%) 2;
}
#boxRecruitStaffHeaderProfileText dl dt {
  float:left;
  width:calc( 50% - 30px );
  padding-left:30px;
  color:#0792B7;
}
#boxRecruitStaffHeaderProfileText dl dd {
  float:left;
  width:50%;
  color:#000;
  font-size:24px;
  font-weight:400;
}
#boxRecruitStaffHeaderProfilePhoto {
  float:right;
  width:400px;
  background:#f0f0ff;
}
#boxRecruitStaffHeaderProfilePhoto img {
  width:100%;
}

#boxRecruitQA {
  padding-bottom:50px;
}
#boxRecruitQA dl {
  font-size:18px;
}
#boxRecruitQA dl dt {
  padding:25px 30px 25px 100px;
  color:#0792B7;
  font-weight:400;
  background:#eef4f8 url("../../recruit/img/item_q.png") no-repeat 50px 28px;
  background-size:27px 34px;
  border-bottom:2px dotted #0792B7;
}
#boxRecruitQA dl dd {
  padding:25px 10px 40px 100px;
  background:#fff url("../../recruit/img/item_a.png") no-repeat 50px 28px;
  background-size:29px 34px;
}
#boxRecruitHistory {
  padding:30px 0 0;
}
#boxRecruitHistory ul {
  list-style:none;
}
#boxRecruitHistory ul li {
  padding:20px 15px 20px 40px;
  list-style:none;
}
#boxRecruitHistory ul li:nth-child(odd) {
  font-weight:400;
  background:#eef4f8;
  border-bottom:2px dotted #0792B7;
}
#boxRecruitHistory ul li:nth-child(odd) span {
  display:inline-block;
  background: linear-gradient(50deg, #0792B7 50%, #1E3B63 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.subpage_5 h3 {
  font-size:28px;
  background: linear-gradient(50deg, #0792B7 50%, #1E3B63 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* ------------------------------------------------------------ */
/*   For SmartPhones                                            */
/* ------------------------------------------------------------ */
@media print, screen and (max-width: 640px) {

#Header {
  display:block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width:100%;
  height:44px;
  letter-spacing:0.1em;
  background:#fff;
  box-shadow:0 0 10px -5px #666;
  z-index:50;
  transform:translateY(0%);
}
#HeaderSpacer {
  display:block;
  height:44px;
}

.subframe {
  margin:0 auto;
}
.subpage_2 {
  padding-bottom:50px;
}
.section {
  padding:0 30px 50px;
  font-size:18px;
}

.pageTitle {
  margin-bottom:30px;
  height:65px;
  border-bottom:1px solid;
  border-image:linear-gradient(to right, #0792B7 50%, #1E3B63 80%) 2;
}
.pageTitle h1 {
  margin:20px 0 10px;
  padding-right:10px;
  padding-bottom:30px;
  font-size:42px;
}
.pageTitle span {
  font-size:18px;
}

.secTitle {
  margin-bottom:20px;
  height:65px;
  border-bottom:1px solid;
  border-image:linear-gradient(to right, #0792B7 50%, #1E3B63 80%) 2;
}
.secTitle h2 {
  display:inline-block;
  margin:20px 30px 10px;
  padding-right:30px;
  padding-bottom:10px;
  font-size:24px;
  font-weight:500;
  line-height:1.0em;
  background: linear-gradient(50deg, #0792B7 50%, #1E3B63 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subframe h3 {
  padding:15px 0;
  line-height:1.3em;
}

#boxTitleService {
  padding:60px 20px;
  background:url("../../service/img/bg_title.jpg") no-repeat top center;
}
#boxServiceUpper {
  padding-bottom:100px;
}
#boxServiceImage {
  position:absolute;
  bottom:-50px;
  right:0;
  width:100%;
  height:350px;
  z-index:-1;
  background:url("../../service/img/bg_plane.png") no-repeat center center;
  background-size:540px auto;
}

#listBusiness ul li {
  float:none;
  margin:50px auto 15px auto;
}

#boxTitleCompany {
  padding:60px 20px;
}
#boxTitleRecruit {
  padding:60px 20px;
}


.section_etc {
  padding:10px 30px 50px;
  font-size:16px;
  line-height:1.8em;
}
.section_etc table tr th {
  display:block;
  padding:9px 12px 3px;
  width:auto;
}
.section_etc table tr td {
  display:block;
  padding:3px 12px 9px 12px;
}


#boxComanyMessage {
  padding-top:30px;
}
#boxComanyMessage #companyMessageTitle #box h2 {
  display:inline-block;
  padding:0 40px;
  font-size:28px;
}
#boxComanyMessage #companyMessageCore {
  padding-top:40px;
  text-align:center;
}
#boxComanyMessage #companyMessageCore p {
  float:none;
  padding-top:30px;
  padding-bottom:60px;
  width:auto;
  text-align:left;
}
#boxComanyMessage #companyMessageCore img {
  float:none;
  margin:0 auto;
  width:70%;
}


#boxRecruitList {
  padding-top:30px;
  padding-bottom:50px;
}
#boxRecruitListCore {
  margin:30px 0;
  width:auto;
  font-size:18px;
  line-height:1.8em;
}
#boxRecruitListCore p {
  padding:0 30px;
}
#boxRecruitListCore #boxCarouselRecruit {
  position:relative;
  width:100%;
  overflow:hidden;
}
#boxRecruitListCore #boxCarouselRecruit span {
  display:block;
  width:32px;
  height:32px;
  border-radius:16px;
  text-indent:-9999px;
  box-shadow:3px 3px 3px -3px #999;
}
#boxRecruitListCore #boxCarouselRecruit span#btnPrev {
  position:absolute;
  top:170px;
  left:20px;
  background:#fff url("../img/icon_tri_left.png") no-repeat center center;
  background-size:10px 10px;
}
#boxRecruitListCore #boxCarouselRecruit span#btnNext {
  position:absolute;
  top:170px;
  right:20px;
  background:#fff url("../img/icon_tri_right.png") no-repeat center center;
  background-size:10px 10px;
}
#boxRecruitListCore ul {
  padding:10px 0;
  width:calc( 100% * 6 );
}
#boxRecruitListCore ul li {
  float:left;
  margin:10px calc( ( 100vw - 240px ) / 2 );
  width:240px;
  list-style:none;
}

#boxTitleRecruitStaff {
  height:150px;
  background:url("../../recruit/img/bg_recruit_staff.png") repeat-x top center;
  background-size:1440px 287px;
}
#boxTitleRecruitStaff .subframe {
  padding:60px 30px 0;
}
#boxTitleRecruitStaff h1 {
  font-size:36px;
}
#boxRecruitStaff {
  padding:50px 0;
}
#boxRecruitStaffHeader {
  height:auto;
}
#boxRecruitStaffHeaderLabel {
  height:50px;
}
#boxRecruitStaffHeaderLabel div {
  width:250px;
  height:100%;
  color:#fff;
  background: linear-gradient(30deg, #0792B7, #1E3B63);
}
#boxRecruitStaffHeaderLabel div span {
  float:left;
  display:block;
  padding:10px 15px 0 30px;
  font-size:20px;
  font-weight:400;
}
#boxRecruitStaffHeaderLabel div p {
  float:left;
  display:block;
  padding-top:8px;
  width:100px;
  font-size:32px;
  font-weight:500;
}
#boxRecruitStaffHeaderProfile {
  padding-top:20px;
}
#boxRecruitStaffHeaderProfileText {
  float:none;
  width:auto;
  padding:0 30px 30px;
}
#boxRecruitStaffHeaderProfileText p {
  padding:30px 0 30px;
  height:auto;
  font-size:24px;
  font-weight:600;
  line-height:1.5em;
}
#boxRecruitStaffHeaderProfileText dl {
  margin-bottom:10px;
  padding:10px 0 5px;
  font-size:15px;
  line-height:2.0em;
}
#boxRecruitStaffHeaderProfileText dl dd {
  float:left;
  width:50%;
  color:#000;
  font-size:18px;
  font-weight:300;
}
#boxRecruitStaffHeaderProfilePhoto {
  float:none;
  padding:0 30px 30px;
  width:auto;
  background:#fff;
}
#boxRecruitQA dl dt {
  padding:25px 30px 25px 80px;
  background:#eef4f8 url("../../recruit/img/item_q.png") no-repeat 30px 28px;
  background-size:27px 34px;
}
#boxRecruitQA dl dd {
  padding:25px 30px 40px 80px;
  background:#fff url("../../recruit/img/item_a.png") no-repeat 30px 28px;
  background-size:29px 34px;
}


#boxHeaderContact {
  height:100px;
}
#boxHeaderContact .pageTitle {
  padding:30px 20px 0;
}
#boxHeaderContact .pageTitle h1 {
  font-size:36px;
}
#boxHeaderContact .pageTitle span {
  font-size:18px;
}

#boxFormMessage {
  padding:30px 30px 0;
}
#boxFormMessage p {
  text-align:left;
  font-size:18px;
}
#boxFormMessage dl dt {
  float:left;
  width:60px;
}
#boxFormMessage dl dd {
  float:left;
  width:calc( 100% - 60px - 20px );
}

#boxForm {
  padding:50px 30px 0;
}
#boxForm dl {
  margin-bottom:50px;
  padding:30px;
  font-size:18px;
  line-height:1.5em;
  background:#fff;
  border-radius:9px;
}
#boxForm dl dt {
  padding:10px 0;
  font-weight:500;
}
#boxForm dl dt span.field {
  width:auto;
  text-align:left;
}
#boxForm dl dd {
  margin:0;
}

#boxResult {
  padding:100px 30px 300px;
  text-align:center;
}
#boxResult h2 {
  font-size:32px;
  font-weight:500;
  line-height:1.3em;
  background: linear-gradient(50deg, #0792B7 50%, #1E3B63 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#boxResult p {
  padding:50px 0;
  font-size:18px;
}



}
