<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.contact_mv {
  background: url("../contact/images/mv.jpg") no-repeat center center;
  background-size: cover;
}

.news_mv {
  background: url("../news/images/mv.jpg") no-repeat center center;
  background-size: cover;
}

.service_mv {
  background: url("../service/images/mv.jpg") no-repeat center center;
  background-size: cover;
}

.company_mv {
  background: url("../company/images/mv.jpg") no-repeat center center;
  background-size: cover;
}

.about_mv {
  background: url("../about/images/mv.jpg") no-repeat center center;
  background-size: cover;
}

.recruit_mv {
  background: url("../recruit/images/mv.jpg") no-repeat center center;
  background-size: cover;
}

.container {
  width: 1200px !important;
}

.mainmv {
  height: 372px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainmv:before {
  display: none;
}

.mainmv .flexbox {
  height: 153px !important;
  width: 887px !important;
  background: #fff;
  top: 194px !important;
  position: relative;
}

.mainmv h1 {
  display: block;
  text-align: center;
  width: 100%;
}

.mainmv h1 span {
  display: block;
  line-height: 1;
}

.mainmv h1 span:first-child {
  font-weight: bold;
  color: #fff !important;
  position: relative;
  margin-bottom: 10px;
  font-size: 50px;
  text-transform: uppercase;
}

.mainmv h1 span:last-child {
  font-size: 18px;
  color: #000;
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝', '游明朝体', 'MS 明朝', 'MS Mincho', HiraMinProN-W3, 'TakaoEx明朝', TakaoExMincho, 'MotoyaLCedar', 'Droid Sans Japanese', serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

.breadcrumb {
  background: #fff;
  margin-bottom: 60px;
  margin-top: 35px;
}

.breadcrumb li {
  display: inline-block;
  margin-left: 5px;
  text-transform: uppercase;
  color: #333;
}

.breadcrumb li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.breadcrumb li a {
  color: #000;
  padding: 15px 0;
  position: relative;
  padding-right: 15px;
}

.breadcrumb li a::before {
  content: '';
  background: transparent;
  position: absolute;
  width: 6px;
  height: 6px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.breadcrumb li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.secondpage .main_body {
    margin-top: 100px;
}

@media all and (max-width: 960px) {
  .breadcrumb {
    margin-bottom: 5%;
  }
}

@media all and (max-width: 1024px) {
  .breadcrumb .container {
    padding: 0 3%;
  }
}

@media all and (max-width: 768px) {
  .breadcrumb .container {
    padding: 0;
  }
}

.breadcrumb li a {
  color: #399AD1;
}

.secondpage .textdemo {
  padding: 200px 0;
}

.page-news .txt {
  line-height: 1.8;
}

.page-contact_form .table_template {
  margin-top: 40px;
}

.page-contact_form .form_submit {
  margin: 30px 0px 60px 0;
}

.btn-bg {
  background: #199ce8 !important;
}

.btn-bg span {
  color: #fff !important;
}

.btn-bg span:after {
  background-image: url("../common_img/arrow_white.png");
}

.btn-bg:hover:after {
  background-color: #0066CC !important;
}

.page-contact_form .form_submit .lable {
  line-height: 2;
  letter-spacing: 2px;
}

.page-contact_form table {
  width: 100%;
  border-collapse: separate;
  /*changed from collapse*/
  border-spacing: 0;
  border-width: 0 0 1px 1px;
  /*draw bottom and left borders*/
  border-left: none;
  border-right: none;
}

.page-contact_form table input[type="radio"],
.page-contact_form table input[type="checkbox"] {
  vertical-align: -0.1em;
  margin-right: 10px;
}

.page-contact_form table th,
.page-contact_form table td {
  line-height: 2;
  text-align: justify;
  padding: 25px;
  border-width: 1px 1px 0 0;
  /*draw top and right borders*/
  display: table-cell !important;
}

.page-contact_form table input[type="text"],
.page-contact_form table input[type="email"],
.page-contact_form table input[type="name"],
.page-contact_form table input[type="tel"],
.page-contact_form table input[type="number"],
.page-contact_form table input[type="password"],
.page-contact_form table select,
.page-contact_form table textarea {
  height: 40px;
  border: 1px solid #ccc;
  padding-left: 10px;
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  border-radius: 1px;
}

.page-contact_form table select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

.page-contact_form table textarea {
  padding: 10px;
  height: 170px;
}

.page-contact_form table th {
  width: 340px;
}

.page-contact_form table th,
.page-contact_form table td {
  vertical-align: middle;
  position: relative;
  border-top: 1px solid #000000;
  background: #e6e6e6;
  font-weight: 500;
}

.page-contact_form table tr:last-child td,
.page-contact_form table tr:last-child th {
  border-bottom: 1px solid #000000;
}

.page-contact_form table td {
  background: transparent;
  padding-left: 50px;
}

.page-contact_form table td * {
  font-size: 16px;
}

.page-contact_form table {
  table-layout: fixed;
}

.page-contact_form table th {
  background: #fff;
  width: 306px;
  font-size: 16px;
}

.page-contact_form table th .required,
.page-contact_form table th .nonerequired {
  display: table;
  float: left;
  margin-right: 15px;
}

.page-contact_form table th .required:before,
.page-contact_form table th .nonerequired:before {
  content: "必須";
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  background: #f89b00;
}

.page-contact_form table th .required:before {
  content: "必須";
  background: #f89b00;
}

body * {
  font-weight: 500;
}

.page-contact_form table th .nonerequired:before {
  content: "任意";
  background: #404855;
}

.page-contact_form table th .flexbox {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-contact_form table th .flexbox li {
  min-width: 300px;
  margin: 5px 0;
}

.page-contact_form table th .flexbox li:last-child {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-contact_form table th .flexbox li:last-child label {
  min-width: 100px;
}

.page-contact #pp a {
  color: #199ce8;
}

.page-contact #pp p,
.page-contact #pp li,
.page-contact #pp a {
  line-height: 2;
  position: relative;
  z-index: 2;
}

.page-contact #pp li {
  list-style: disc;
  margin-left: 20px;
}

.page-contact #pp .privacy_policy {
  background: #fff;
}

.page-contact .err_box, .page-contact .completion_box {
  padding-bottom: 40px;
}

.page-contact .err_box .err_msg {
  color: #FF0000;
  font-weight: bold;
  text-align: center;
}

.page-contact .err_box .btn-custom {
  margin-top: 30px;
}

.page-contact .err, .page-contact .completion {
  padding: 0 0 40px 0;
}

.page-contact .completion_box .completion_msg {
  text-align: center;
}

.page-contact .completion_box .top_url {
  margin-top: 20px;
  text-align: center;
}

.page-contact .completion_box .top_url a {
  color: #47b0ed;
  text-decoration: underline;
}

@media all and (min-width: 769px) {
  .header .container {
    min-width: 1200px;
    max-width: 1700px;
    padding: 0px 30px;
    width: 100% !important;
  }
}

.breadcrumb {
  background: transparent;
}

.breadcrumb a {
  text-decoration: underline;
}

.breadcrumb a,
.breadcrumb * {
  font-size: 12px !important;
}

.breadcrumb li a::before {
  width: 5px;
  height: 5px;
}

a.link {
  color: #199ce8;
  text-decoration: underline;
}

.page-news {
  background: #fff;
}

.section-bgpartern {
  padding: 60px 0px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.page-news .txt {
  font-weight: 500;
}

.page-contact {
  background: #fff;
}

.db {
  display: block;
}

.section-bgpartern .h2cttitle {
  margin-bottom: 30px;
}

.secondpage * {
  font-size: 16px;
}

.h2cttitle small {
  font-size: 18px;
  color: #b6b6b6;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: -5px;
}

.h2cttitle.noline span:before,
.h2cttitle.noline span:after {
  display: none;
}

.main_body .page-contact a {
  text-decoration: underline;
}

.main_body .page-contact a:hover {
  text-decoration: none !important;
}

.page-contact_form table th .required:before {
  background: #199ce8 !important;
  font-size: 10px;
  border-radius: 0px;
}

.page-contact_form table th .nonerequired:before {
  background: #4D4D4D !important;
  font-size: 10px;
  border-radius: 0px;
}

.page-contact .flexboxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-contact_form table th .required:before,
.page-contact_form table th .nonerequired:before {
  font-size: 12px;
  height: 18px;
}

.page-contact .flexboxs input {
  width: 150px !important;
  margin-left: 5px;
  margin-right: 5px;
}

.page-contact .flexbox select {
  width: 260px;
}

div.otherissue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

div.otherissue label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.otherissue label span {
  min-width: 70px;
  display: block;
}

.page-contact_form table input[type="text"],
.page-contact_form table input[type="email"],
.page-contact_form table input[type="name"],
.page-contact_form table input[type="tel"],
.page-contact_form table input[type="number"],
.page-contact_form table input[type="password"],
.page-contact_form table select,
.page-contact_form table textarea {
  border-color: #999;
}

.page-contact_form table input[type="email"],
.page-contact_form table input[type="tel"] {
  width: 70%;
}

.page-contact .section-bgpartern {
  margin-bottom: 0px !important;
  background: #fff;
}

.page-contact .section-bgpartern .container {
  background: transparent !important;
}

.privacy_policy_content ul {
  background: #EBF8FF;
  padding: 20px;
}

.page-contact_form .form_submit .lable {
  letter-spacing: 0px;
}

.breadcrumb li {
  font-weight: 500;
}

.page-contact_form table th .required:before,
.page-contact_form table th .nonerequired:before {
  right: 25px;
}

@media all and (min-width: 769px) {
  .page-contact_form table th .required:before,
  .page-contact_form table th .nonerequired:before {
    font-size: 13px;
  }
}

.page-contact .btn-primary {
  background: #003666 url("../common_img/arrow01_white.png") no-repeat center right 30px;
}

.page-contact .btn-primary:hover {
  opacity: 0.7;
}

.page-contact textarea {
  outline: none;
}

/*
.page-contact .file .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
*/
.underline {
  text-decoration: underline;
}

.page-contact * {
  font-size: 16px;
}

.mainmv h1 span:first-child {
  letter-spacing: 2px;
}

.page-contact_form .mt50 a {
  text-decoration: underline;
}

.mt50 {
  margin-top: 50px;
}

.page-contact .btn-primary {
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}

.page-contact .btn-primary:hover {
  opacity: 1;
  background-color: #399AD1 !important;
  background-position: center right 20px;
}

.breadcrumb ul {
  position: relative;
  top: 50px;
  text-align: left;
}

.breadcrumb ul li {
  text-align: right;
}

.breadcrumb ul li a {
  text-decoration: none;
  color: #222;
  font-size: 12px;
}

.mainmv h1 {
  text-align: center;
  width: 100%;
  left: 0;
}

.mainmv h1 span:first-child {
  color: #0066CC !important;
  font-size: 45px;
  margin-bottom: 15px;
  letter-spacing: 4px;
}

.mainmv h1 span:last-child {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
}

.textdemo {
  padding-bottom: 50px;
}

.p-company .signaturecp .leftsign ~ img {
  width: 355px;
}

.h2cttitle {
  font-size: 32px;
  text-align: center;
  letter-spacing: 1.5px;
}

.h2cttitle span {
  font-weight: bold;
  position: relative;
  font-size: 32px;
}

.h2cttitle span:after {
  content: '';
  background: url("../contact/images/doubleline.png") no-repeat;
  width: 45px;
  height: 9px;
  background-size: contain;
  display: block;
  position: absolute;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.h2cttitle span:before {
  content: '';
  background: url("../contact/images/doubleline2.png") no-repeat;
  width: 45px;
  height: 9px;
  background-size: contain;
  display: block;
  position: absolute;
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.ctsec00 {
  margin-top: 95px;
}

.ctsec00 .container {
    background: url("../company/images/com_bg.jpg") no-repeat center center;
    background-size: cover;
}

.ctsec00 p {
  text-align: center;
  padding: 50px;
  font-weight: bold;
}

.ctsec01 {
  margin-top: 80px;
}

body a {
  font-weight: 500;
}

.p-contact table tr th {
  position: relative;
}

.p-contact table tr th:before,
.p-contact table tr th:after {
  content: '';
  height: 9px;
  width: 100%;
  background: #FAFAFC;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.p-contact table tr th:after {
  bottom: 0;
  top: auto;
}

.boxphonef {
  margin-top: 20px;
  padding-bottom: 30px;
}

.boxphonef .container {
  box-shadow: 2px 5px 10px #cce4f3;
  padding: 30px 20px 30px 20px !important;
}

.boxphonef .container h3 {
  font-size: 24px;
  color: #199ce8;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}

.boxphonef .boxphonef_c {
  width: 863px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}

.boxphonef .boxphonef_c div {
  text-align: center;
}

.boxphonef .boxphonef_c div img {
  margin-bottom: 10px;
}

.boxphonef .boxphonef_c_r {
  margin-left: 120px;
}

.ctsec02 {
  margin-top: 40px;
  padding-top: 60px;
  background: #FAFAFC;
}

.ctsec02 .txttop a {
  color: #199be8;
  text-decoration: underline;
}

.signaturecp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
  padding: 0 2%;
}
/*
.signaturecp img {
  margin-left: 50px;
}
*/
.signaturecp .leftsign p {
  line-height: 2;
}


.signaturecp .rightside  {
  width: 100%;
  margin-left: 40px;
  margin-top: 10px;
  text-align: center;
}

.signaturecp .rightside img {
  margin-bottom: 33px;
}

.p-company .ctsec02 {
  margin-top: 70px;
  padding-top: 70px;
  background: #EBF8FF;
}

.p-recruit .ctsec02 {
  margin-top: 70px;
  background: #fff;
  padding-bottom: 70px;
}

.p-company .page-contact_form table tr:last-child th:after,
.p-recruit .page-contact_form table tr:last-child th:after {
  content: '';
  height: 2px;
  background: #199ce8;
  display: block;
  width: 100%;
  bottom: 0px;
  left: 0px;
  position: absolute;
}

.p-company .page-contact_form table th,
.p-recruit .page-contact_form table th {
  background: transparent;
  text-align: center;
  position: relative;
}

.p-company .page-contact_form table th:before,
.p-recruit .page-contact_form table th:before {
  content: '';
  height: 2px;
  background: #199ce8;
  display: block;
  width: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}

.h2cttitle small {
  letter-spacing: 0.5px;
}

.mb40 {
  margin-bottom: 40px;
}

.bgfff {
  background: #fff;
}

.signaturecp2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../recruit/images/img01.jpg") no-repeat;
  background-size: cover;
  /*height: 682px;*/
  padding: 60px 80px;
}

.signaturecp2 .leftsign {
  width: 100%;
  height: 100%;
  padding: 50px 30px;
  background: rgba(255, 255, 255, 0.9);
}

.signaturecp2 .leftsign p {
  color: #333333;
}

.btn-large {
  height: 70px;
  width: 373px;
}

.btn-large span {
  font-size: 20px;
}

.m0a {
  margin: 0 auto;
}

.pointsec_e {margin-top: 70px;}

.pointsec_el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;  
  margin-bottom: 40px;
  margin-top: 60px;
  align-items: center;
}

.point02 .pointsec_el {
  align-items: center;
}

.pointsec_e h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  display: block;
  text-align: center;
}
.pointsec_e h3 img {
  margin: auto; 
  display: block;
}

.pointsec_e h3 span {
  font-size: 28px;
  margin-left: 15px;
}

.pointsec_el h4 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.pointsec_el_r {
  width: 604px;
  min-width: 604px;
  margin-left: 30px;
}

.pointsec_el.reverts .pointsec_el_r {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0px;
  margin-right: 30px;
}

.pointsec_el.reverts .pointsec_el_l {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.ourstyle_c_e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 50px;
}

.ourstyle_c_e .ourstyle_c_r img {
  min-width: 751px;
  width: 751px;
}

.ourstyle_c_e .ourstyle_c_l {
  position: absolute;
  width: 700px;
  padding: 45px;
  left: 0;
  background: rgba(27, 157, 232, 0.9);
}

.ourstyle_c_e .ourstyle_c_l h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}

.ourstyle_c_e .ourstyle_c_l p {
  color: #fff;
}

.ourstyle_c_e.reverts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ourstyle_c_e.reverts .ourstyle_c_l {
  right: 0;
  left: auto;
}

.ctsec03about {
  padding-bottom: 180px;
  background: #FAFAFC !important;
  margin-top: 70px;
  padding-top: 70px;
}

.servicesec {
  margin-bottom: 150px;
}

.servicesec .pointsec_el_l {
  width: 712px;
  min-height: 496px;
  background: #D4EFFF;
  box-shadow: 2px 5px 30px #F1F9FD;
  padding: 50px 50px;
  position: relative;
  padding-right: 100px;
  left: -50px;
}

.servicesec .pointsec_el_l h3 span {
  font-size: 30px;
}

.servicesec .pointsec_el {
  position: relative;
}

.servicesec .pointsec_el_r {
  width: auto !important;
  min-width: 0px !important;
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.servicesec .reverts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.servicesec .reverts .pointsec_el_r {
  left: -50px;
  right: auto;
}

.servicesec .reverts .pointsec_el_l {
  left: auto;
  right: -50px;
  padding-right: 50px;
  padding-left: 100px;
  background: #fff;
}

.fixie .mainmv .flexbox {
  margin: 0 !important;
}

/* edit button contact page */
.page-contact .btn-custom input {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  z-index: 9;
  position: absolute;
}

.page-contact .btn-custom {
  color: #fff;
  position: relative;
}

.page-contact .btn-custom span.text {
  height: 50px;
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-contact .btn-custom::before {
  content: '';
  background: url(../common_img/arrow_white.png) no-repeat center center;
  width: 16px;
  height: 7px;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  margin-right: 50px;
  position: absolute;
  transition: 0.3s ease;
  z-index: 9999;
}

.page-contact .btn-pre::before {
  right: auto;
  left: 0;
  margin-left: 50px;
  transform: rotate(180deg);
}

.navbtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 50px;
}

.navbtn a {
  width: calc(33.3% - 20px);
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  border: 1px solid #199BE9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  font-size: 20px;
  line-height: 1.4;
  color: #199be8;
  background: rgba(255, 255, 255, 0.9) url("../common_img/arrowbig.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right 20px center;
}

.navbtn a:nth-child(3n) {
  margin-right: 0px;
}

.newservicesec .pointsec_el h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.newservicesec .pointsec_el h2 img {
  position: relative;
  z-index: 1;
}

.newservicesec .pointsec_el h2 span {
  position: relative;
  z-index: 1;
  font-size: 32px;
  margin-left: 25px;
}

.newservicesec .pointsec_el h2:before {
  content: '';
  background: #EBF8FF;
  height: 70px;
  width: calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -ms-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 30px;
}

.newservicesec_e {
  display: block;
}

.newservicesec_e .pointsec_content{padding: 0 20px 0 60px;}

.newservicesec_e p {
  letter-spacing: 1px;
  line-height: 1.7;
  margin: 30px 0px;
}

.newservicesec_e .pointsec_el_e {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #F5F5F5;
  padding: 30px;
  margin-bottom: 40px;
}

.newservicesec_e .pointsec_el_e .pointsec_el_e_r {
  margin-right: 20px;
}

.newservicesec_e .pointsec_el_e h3 {
  font-size: 24px;
  color: #0869bd;
}

.secondpage b {
  font-weight: 600 !important;
  font-size: 18px;
  display: block;
}

.newsecother h2 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background: #4D4D4D;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsecother .newsecother_c {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.newsecother .newsecother_c_e {
  width: calc(33.3% - 20px);
  width: -moz-calc(33.3% - 20px);
  width: -webkit-calc(33.3% - 20px);
  width: -ms-calc(33.3% - 20px);
  width: -o-calc(33.3% - 20px);
  margin-right: 30px;
  float: left;
  border: 1px solid #199DE8;
  height: 330px;
}

.newsecother .newsecother_c_e h3 {
  height: 50px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #199DE8;
  font-size: 20px;
}

.newsecother .newsecother_c_e:nth-child(3n) {
  margin-right: 0px;
}

.newsecother .newsecother_c_e ul {
  padding: 20px;
}

.newsecother .newsecother_c_e ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}

.newsecother .newsecother_c_e ul li:before {
  content: '・';
  position: absolute;
  left: 0;
}

.newsecother .mote .newsecother_c_e {
  width: 860px;
  margin-right: 0px;
  height: auto;
}

p.wb860 {
  width: 860px !important;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 20px;
}

.sectionlst {
  padding: 30px;
  background: #FAFAFA;
}

.newsecother {
  margin-top: 40px;
}

.sectionlst h3 {
  font-weight: bold;
  font-size: 24px;
  color: #199DE8;
}

.sectionser05 {
  margin-bottom: 120px;
}
.navbtn a {
	margin-left:0px;
}
.navbtn a span{
	font-size:20px;
}
.navbtn a span:after {
	display: none; 
}
</pre></body></html>