@charset "UTF-8";
/*Theme Name: 株式会社テクノネットワーク */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;900&display=swap");
@font-face {
  font-family: "KohinoorTelugu-Bold";
  src: url("font/KohinoorTelugu-Bold.ttf") format("truetype");
}

@media screen and (min-width: 751px), print {
  html {
    font-size: calc(15 / 16 * 100%);
  }
  body {
    font-family: "M PLUS 1p", sans-serif;
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
    line-height: 1.8;
    color: #333;
    overflow-x: hidden;
  }
  body p, body a, body span, body strong, body b, body small, body em, body h2, body h3, body h4, body h5, body li, body dd, body dt, body label {
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body .imgleft > div {
    margin-left: 30px;
  }
  body .imgleft > div p {
    margin-bottom: 20px;
  }
  body .imgleft > div p:last-child {
    margin-bottom: 0;
  }
  body .imgright {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body .imgright > div {
    margin-right: 30px;
  }
  body .imgright > div p {
    margin-bottom: 20px;
  }
  body .imgright > div p:last-child {
    margin-bottom: 0;
  }
  body .btn {
    color: #fff;
    background: #53cbcc;
    border-radius: 5px;
    display: block;
    text-align: center;
    padding: 5px;
    border: 1px solid #53cbcc;
  }
  body .btn:hover {
    color: #53cbcc;
    background: #fff;
  }
  body .main_title {
    text-align: center;
    margin-bottom: 80px;
  }
  body .main_title span {
    color: #0097c5;
    font-weight: 500;
    font-size: 2rem;
    display: inline-block;
    position: relative;
    padding: 0 20px;
  }
  body .main_title span:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    padding: 0 10px 10px;
    background-image: repeating-linear-gradient(-45deg, rgba(0, 151, 197, 0.25), rgba(0, 151, 197, 0.25) 1.5px, transparent 1.5px, transparent 5px);
    width: 100%;
    background-repeat: repeat-x;
    background-size: auto 0.75em;
  }
  body .sub_title {
    padding-bottom: 5px;
    margin-bottom: 40px;
    color: #0097c5;
    font-weight: 500;
    font-size: 1.6rem;
    position: relative;
  }
  body .sub_title:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    padding: 0 10px 10px;
    background-image: repeating-linear-gradient(-45deg, rgba(0, 151, 197, 0.25), rgba(0, 151, 197, 0.25) 1.5px, transparent 1.5px, transparent 5px);
    width: 100%;
    background-repeat: repeat-x;
    background-size: auto 0.5em;
  }
  body .wave_title {
    background: #0097c5;
    color: #fff;
    border-radius: 200px 0 200px 0;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 20px 50px;
    margin-bottom: 30px;
  }
  body .grecaptcha-badge {
    display: none;
  }
  body .item_cta {
    background: #116984;
    color: #fff;
    text-align: center;
    padding: 50px 0;
  }
  body .item_cta p {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 50px;
  }
  body .item_cta a {
    border: 3px solid #fff;
    font-size: 2.6rem;
    width: 800px;
    display: block;
    margin: 0 auto;
    padding: 10px;
  }
  body .item_cta a:hover {
    background: #fff;
    color: #116984;
  }
  header .h_blc {
    position: relative;
  }
  header .h_blc.top {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
  header .h_blc .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 25px 10px;
    width: 1140px;
    margin: 0 auto;
  }
  header .h_blc .inner .h_logo img {
    margin: 10px auto;
  }
  header .h_blc .inner .h_logo span {
    display: block;
    font-weight: 500;
    font-size: 0.9rem;
  }
  header .h_blc .inner .h_right .h_subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .h_blc .inner .h_right .h_subnav li:first-child a {
    background: #e3884f;
  }
  header .h_blc .inner .h_right .h_subnav li:first-child a:hover {
    background: #ce5b5b;
  }
  header .h_blc .inner .h_right .h_subnav li:last-child a {
    background: #0097c5;
    margin-left: 10px;
  }
  header .h_blc .inner .h_right .h_subnav li:last-child a:hover {
    background: #53cbcc;
  }
  header .h_blc .inner .h_right .h_subnav a {
    display: block;
    padding: 5px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 200px;
    border-radius: 0 0 5px 5px;
  }
  header .h_blc .inner .h_right .h_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .h_blc .inner .h_right .h_contact a {
    color: #0097c5;
    font-weight: 500;
    font-size: 2.3rem;
    line-height: 1.6;
    margin-right: 30px;
  }
  header .h_blc .inner .h_right .h_contact i {
    margin-right: 10px;
  }
  header .h_blc .inner .h_right .h_contact span {
    font-weight: 500;
  }
  header .h_blc .inner .h_right nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .h_blc .inner .h_right nav a {
    text-align: center;
    font-weight: 600;
    margin-left: 30px;
    display: block;
  }
  header .h_blc .inner .h_right nav a:hover {
    color: #e3884f;
  }
  header .h_blc .inner .h_right nav a span {
    color: #0097c5;
    font-size: 0.8rem;
    display: block;
  }
  main.top .catch {
    position: relative;
    height: 675px;
  }
  main.top .catch .move {
    width: 100%;
    height: 675px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.top .catch strong {
    position: absolute;
    content: "";
    top: 70%;
    left: 10%;
    margin: auto;
    font-size: 2.6rem;
    font-weight: 500;
    display: block;
    color: #fff;
  }
  main.top .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 1140px;
    margin: 0 auto 100px;
  }
  main.top .news h2 {
    background: #0097c5;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    width: 150px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.top .news .bx-wrapper {
    margin: 0;
    border: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: calc(100% - 200px);
    background: #effbff;
    position: inherit;
    padding: 25px 30px;
  }
  main.top .news .bx-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.top .news .bx-wrapper ul time {
    margin-right: 20px;
  }
  main.top .news > a {
    background: #0097c5;
    color: #fff;
    width: 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.top .news > a:hover {
    background: #53cbcc;
  }
  main.top .service {
    margin-bottom: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #f5f5f5), to(#f5f5f5));
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #f5f5f5 50%, #f5f5f5 100%);
  }
  main.top .service ul {
    width: 1060px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-bottom: 120px;
  }
  main.top .service ul li {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.top .service ul li:nth-child(2) h3 {
    margin: 20px auto 20px;
  }
  main.top .service ul h3 {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin: 30px auto 20px;
    line-height: 1.4;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  main.top .service ul h3 span {
    display: block;
    font-size: 0.8rem;
  }
  main.top .service ul .btn {
    width: 200px;
    margin: auto;
  }
  main.top .reason {
    width: 1060px;
    margin: 0 auto 100px;
  }
  main.top .reason ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.top .reason ul li {
    width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.top .reason ul li:first-child strong {
    margin: 20px auto 40px;
  }
  main.top .reason ul h3 {
    color: #0097c5;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.4;
    text-align: center;
    font-family: "KohinoorTelugu-Bold";
  }
  main.top .reason ul h3 span {
    font-size: 4.6rem;
  }
  main.top .reason ul strong {
    display: block;
    line-height: 1.4;
    text-align: center;
    font-weight: 500;
    font-size: 1.3rem;
    margin: 0 auto 30px;
  }
  main.top .reason ul div {
    margin-top: auto;
    background: #f5f5f5;
    padding: 20px;
    height: 100%;
    margin-bottom: 20px;
    border-radius: 0 0 5px 5px;
  }
  main.top .reason ul p {
    margin-bottom: 20px;
  }
  main.top .reason ul p:last-child {
    margin-bottom: 0;
  }
  main.top .reason ul .btn {
    width: 200px;
    margin: 0 auto;
  }
  main.top .subnav {
    background: #f5f5f5;
    padding: 50px;
  }
  main.top .subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1060px;
    margin: 0 auto;
  }
  main.top .subnav ul a {
    display: block;
    background: #53cbcc;
    width: 180px;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: 500;
  }
  main.top .subnav ul a:hover {
    background: #0097c5;
  }
  main.top .subnav ul img {
    margin: 0 auto 5px;
  }
  main.sub .inner {
    width: 1060px;
    margin: 0 auto 100px;
  }
  main.sub .catch {
    position: relative;
    width: 1140px;
    margin: 0 auto 100px;
  }
  main.sub .catch > img {
    width: 100%;
  }
  main.sub .catch .page_title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    color: #0097c5;
    padding: 25px 0;
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.8);
    width: 550px;
    border-radius: 5px;
  }
  main.sub .form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 860px;
    margin: 50px auto 0;
  }
  main.sub .form dt {
    width: 40%;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 1.3rem;
  }
  main.sub .form dt span {
    width: 100px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    background: #ce5b5b;
    margin-right: 20px;
    padding: 10px;
  }
  main.sub .form dt span.gray {
    background: #a0a0a0;
  }
  main.sub .form dd {
    width: 60%;
    font-weight: bold;
    margin-bottom: 30px;
  }
  main.sub .form dd.flx .wpcf7-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .form dd.flx .wpcf7-list-item {
    margin-bottom: 20px;
    display: block;
  }
  main.sub .form dd.flx .wpcf7-list-item-label::before {
    margin-right: 10px;
  }
  main.sub .form dd.flx input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    top: 3px;
  }
  main.sub .form dd.short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .form dd.short input[type="text"] {
    width: 170px;
    margin-right: 20px;
  }
  main.sub .form dd em {
    color: #a0a0a0;
    font-weight: 500;
  }
  main.sub .form .wpcf7-form-control-wrap {
    display: block;
  }
  main.sub .form span.wpcf7-list-item {
    margin: 0 20px 0 0;
    position: relative;
  }
  main.sub .form .wpcf7-list-item-label {
    cursor: pointer;
    font-weight: 500;
  }
  main.sub .form .wpcf7-list-item-label a {
    color: #53cbcc;
  }
  main.sub .form .wpcf7-list-item-label a:hover {
    text-decoration: underline;
  }
  main.sub .form input[type="checkbox"] {
    opacity: 0;
    position: absolute;
  }
  main.sub .form .wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    background: #e5e5e5;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    position: relative;
    vertical-align: middle;
  }
  main.sub .form input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    background: url("images/common/icon_check.png") no-repeat center;
    background-size: contain;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    left: 3px;
    position: absolute;
    top: -1px;
  }
  main.sub .form input[type="text"] {
    font-family: "M PLUS 1p", sans-serif;
    width: 100%;
    height: 50px;
    padding: 10px;
    background: #f5f5f5;
    border: none;
    border-radius: 5px;
  }
  main.sub .form textarea {
    font-family: "M PLUS 1p", sans-serif;
    width: 100%;
    font-size: 1rem;
    height: 200px;
    background: #f5f5f5;
    border: none;
    padding: 10px;
    border-radius: 5px;
  }
  main.sub .form input[type="submit"] {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 1.6rem;
    border-radius: 5px;
    border: 1px solid #53cbcc;
    font-weight: 500;
    color: #fff;
    background: #53cbcc;
    display: block;
    outline: none;
    width: 400px;
    margin: 0 auto;
    padding: 30px;
    -webkit-appearance: none;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  main.sub .form input[type="submit"]:hover {
    background: #fff;
    color: #53cbcc;
  }
  main.sub .form .agree {
    text-align: center;
    margin-bottom: 50px;
  }
  main.sub .form .box {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 50px;
    font-weight: 500;
    border-radius: 5px;
  }
  main.sub .btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 100px;
  }
  main.sub .btnarea li:nth-child(3n) .btnarea_btn {
    margin-right: 0;
  }
  main.sub .btnarea .btnarea_btn {
    display: block;
    border-radius: 5px;
    color: #53cbcc;
    border: 2px solid #53cbcc;
    width: 340px;
    font-size: 1.3rem;
    text-align: center;
    padding: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  main.sub .btnarea .btnarea_btn.current {
    background: #53cbcc;
    color: #fff;
  }
  main.sub .btnarea .btnarea_btn:nth-child(3n) {
    margin-right: 0;
  }
  main.sub .btnarea .btnarea_btn:hover {
    background: #53cbcc;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  main.sub .tab_contents {
    display: none;
  }
  main.sub .tab_contents.current {
    display: block;
  }
  main.sub .acc_list {
    margin: 50px auto 50px;
  }
  main.sub .acc_list dt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
  main.sub .acc_list dt:hover {
    cursor: pointer;
  }
  main.sub .acc_list dt .q {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-right: 20px;
    background: #0097c5;
    border-radius: 5px;
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 3px;
  }
  main.sub .acc_list dt .title {
    color: #0097c5;
    font-weight: 500;
    font-size: 1.3rem;
    width: calc(100% - 70px);
  }
  main.sub .acc_list dd {
    display: none;
    font-weight: 500;
    margin-bottom: 50px;
  }
  main.sub .acc_list dd p {
    margin-bottom: 30px;
  }
  main.sub .acc_list dd p:last-of-type {
    margin-bottom: 0;
  }
  main.sub .acc_list dd a {
    color: #ce5b5b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
  }
  main.sub .acc_list dd a img {
    margin-right: 20px;
  }
  main.sub .graf_list {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .graf_list dt {
    width: 120px;
    background: #0097c5;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    padding: 20px 10px;
    margin-bottom: 7px;
    font-size: 1.1rem;
  }
  main.sub .graf_list dt:last-of-type {
    margin-bottom: 0;
  }
  main.sub .graf_list dd {
    width: calc(100% - 140px);
    margin-bottom: 7px;
    font-size: 1.1rem;
    font-weight: 500;
  }
  main.sub .graf_list dd:last-of-type {
    margin-bottom: 0;
  }
  main.sub .graf_list.small dt {
    width: 100px;
    font-size: 1.3rem;
    padding: 2px;
    margin-bottom: 10px;
  }
  main.sub .graf_list.small dt:last-of-type {
    margin-bottom: 0;
  }
  main.sub .graf_list.small dd {
    width: calc(100% - 110px);
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  main.sub .graf_list.small dd:last-of-type {
    margin-bottom: 0;
  }
  main.sub .graf_list.small dd a {
    color: #0097c5;
    font-weight: 500;
    font-size: 2rem;
  }
  main.sub .table_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 100px;
  }
  main.sub .table_list dt {
    width: 250px;
    border-bottom: 5px solid #0097c5;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .table_list dt:first-of-type {
    padding: 0 20px 15px;
  }
  main.sub .table_list dd {
    width: calc(100% - 250px);
    border-bottom: 5px solid #c9eaf4;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .table_list dd:first-of-type {
    padding: 0 20px 15px;
  }
  main.sub .privacy p,
  main.sub .security p {
    margin-bottom: 40px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  main.sub .privacy > dl dt,
  main.sub .security > dl dt {
    border-bottom: 2px solid #333;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  main.sub .privacy > dl dd,
  main.sub .security > dl dd {
    margin-bottom: 40px;
    font-weight: 500;
  }
  main.sub .privacy > dl dd:last-child,
  main.sub .security > dl dd:last-child {
    margin-bottom: 30px;
  }
  main.sub .privacy .box,
  main.sub .security .box {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 30px;
  }
  main.sub .privacy .box h3,
  main.sub .security .box h3 {
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  main.sub .privacy .box dl,
  main.sub .security .box dl {
    width: 350px;
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .privacy .box dl dt,
  main.sub .security .box dl dt {
    width: 35%;
    margin-bottom: 10px;
  }
  main.sub .privacy .box dl dt:last-of-type,
  main.sub .security .box dl dt:last-of-type {
    margin-bottom: 0;
  }
  main.sub .privacy .box dl dd,
  main.sub .security .box dl dd {
    width: 65%;
    margin-bottom: 10px;
  }
  main.sub .privacy .box dl dd:last-of-type,
  main.sub .security .box dl dd:last-of-type {
    margin-bottom: 0;
  }
  main.sub .privacy .right,
  main.sub .security .right {
    text-align: right;
    font-weight: normal;
    padding-top: 20px;
  }
  main.sub .contact .btnarea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .contact .btnarea .tab_btn {
    width: 400px;
  }
  main.sub .contact .btnarea .tab_btn:nth-child(2) {
    margin-right: 0;
    margin-left: 30px;
  }
  main.sub .contact .tel {
    margin-bottom: 100px;
  }
  main.sub .contact .tel p {
    margin-bottom: 20px;
    font-weight: 500;
  }
  main.sub .contact .tel .numb {
    width: 900px;
  }
  main.sub .contact .tel .numb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #e3884f;
    font-size: 7rem;
    font-weight: 900;
    line-height: 1.4;
  }
  main.sub .contact .tel .numb a img {
    margin-right: 30px;
  }
  main.sub .contact .tel .numb span {
    text-align: right;
    display: block;
    font-weight: 500;
  }
  main.sub .thanks .btn {
    margin-right: auto;
    margin-top: 50px;
    width: 200px;
  }
  main.sub .soft-download ul li {
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: 2px dotted #0097c5;
  }
  main.sub .soft-download ul h3 {
    color: #0097c5;
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  main.sub .recruit .imgleft {
    margin-bottom: 30px;
  }
  main.sub .recruit .interview ul {
    margin-bottom: 100px;
  }
  main.sub .recruit .interview ul li {
    margin-bottom: 40px;
  }
  main.sub .recruit .interview ul h4 {
    background: #0097c5;
    color: #fff;
    border-radius: 100px;
    padding: 8px 30px;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  main.sub .recruit .interview ul p {
    font-weight: 500;
    line-height: 2;
  }
  main.sub .company .imgleft {
    margin-bottom: 60px;
  }
  main.sub .company .imgleft div:first-child {
    margin-left: 0;
    width: 300px;
  }
  main.sub .company .imgleft div:first-child img {
    margin-bottom: 20px;
  }
  main.sub .company .imgleft div:first-child h3 {
    text-align: center;
    font-weight: 500;
    font-size: 1.3rem;
  }
  main.sub .company .imgleft div:last-child {
    width: calc(100% - 330px);
  }
  main.sub .company .imgleft p {
    font-weight: 500;
    line-height: 2;
    margin-bottom: 30px;
  }
  main.sub .company .imgleft p:last-child {
    margin-bottom: 0;
  }
  main.sub .company .imgleft p span {
    color: #ce5b5b;
  }
  main.sub .company strong {
    color: #e3884f;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
  }
  main.sub .company .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
  }
  main.sub .company .blc .left {
    width: calc(100% - 280px);
  }
  main.sub .company .blc .left p {
    margin-bottom: 30px;
  }
  main.sub .company .blc .left p:last-child {
    margin-bottom: 0;
  }
  main.sub .company .blc .right {
    width: 240px;
  }
  main.sub .company .blc .right img {
    margin-bottom: 20px;
  }
  main.sub .company .blc .right .box {
    background: #0097c5;
    line-height: 1.2;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
    padding: 10px;
  }
  main.sub .company .blc .right .box span {
    font-size: 3.4rem;
    line-height: 1;
  }
  main.sub .company ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
  main.sub .company ul:last-child {
    margin-bottom: 0;
  }
  main.sub .company ul:last-child li {
    margin-bottom: 0;
  }
  main.sub .company ul li {
    width: 32%;
    margin-right: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  main.sub .company ul li:nth-child(3n) {
    margin-right: 0;
  }
  main.sub .company ul img {
    margin-bottom: 20px;
    width: 330px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  main.sub .company ul h3 {
    font-weight: 500;
    font-size: 1.6rem;
  }
  main.sub .company ul h3 a {
    background-color: #53cbcc;
    padding: 0 30px;
    border-radius: 5px;
    color: #fff;
    margin-left: 20px;
  }
  main.sub .company ul p {
    margin-bottom: 10px;
  }
  main.sub .company ul .graf_list {
    margin-bottom: 10px;
  }
  main.sub .company ul .graf_list dt {
    width: 100px;
  }
  main.sub .company ul .graf_list dd {
    width: calc(100% - 110px);
  }
  main.sub .company ul .graf_list.small dt:last-of-type {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .company ul .graf_list.small dd:first-of-type a {
    line-height: 1.2;
  }
  main.sub .company ul .btn {
    font-size: 1.3rem;
    margin-top: auto;
  }
  main.sub .voice ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .voice ul li {
    width: 48%;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.sub .voice ul img {
    width: 510px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  main.sub .voice ul h3 {
    color: #53cbcc;
    font-size: 1.6rem;
    margin: 15px 0;
    text-align: left;
  }
  main.sub .voice ul .graf_list {
    margin-bottom: 20px;
  }
  main.sub .voice ul .graf_list dt,
  main.sub .voice ul .graf_list dd {
    font-size: 1rem;
    padding: 5px 0;
  }
  main.sub .voice ul .graf_list dd {
    line-height: 1.2;
  }
  main.sub .voice ul .btn {
    font-size: 1.3rem;
    margin-top: auto;
  }
  main.sub .single_voice h1 {
    padding-bottom: 5px;
    margin-bottom: 40px;
    color: #0097c5;
    font-weight: 500;
    font-size: 1.6rem;
    position: relative;
  }
  main.sub .single_voice h1:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    padding: 0 10px 10px;
    background-image: repeating-linear-gradient(-45deg, rgba(0, 151, 197, 0.25), rgba(0, 151, 197, 0.25) 1.5px, transparent 1.5px, transparent 5px);
    width: 100%;
    background-repeat: repeat-x;
    background-size: auto 0.5em;
  }
  main.sub .single_voice h2 {
    background: #0097c5;
    color: #fff;
    border-radius: 200px 0 200px 0;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 20px 50px;
    margin: 10px auto 30px;
  }
  main.sub .single_voice h3 {
    color: #0097c5;
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  main.sub .single_voice p {
    margin-bottom: 40px;
    font-weight: 500;
  }
  main.sub .single_voice > img {
    border-radius: 5px;
    margin: 0 auto 30px;
    display: block;
  }
  main.sub .single_voice .v_img {
    text-align: center;
    margin-bottom: 30px;
  }
  main.sub .single_voice .imgleft {
    margin-bottom: 50px;
  }
  main.sub .single_voice .imgleft.left img {
    border-radius: 5px;
    width: 510px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.sub .single_voice .imgleft.center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .single_voice .imgleft.center img {
    border-radius: 5px;
    width: 300px;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.sub .single_voice .balloon_left {
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .single_voice .balloon_left > div {
    position: relative;
    padding: 30px;
    width: 600px;
    background: #f5f5f5;
    border-radius: 5px;
    margin-left: 60px;
  }
  main.sub .single_voice .balloon_left > div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 25px solid #f5f5f5;
  }
  main.sub .single_voice .balloon_right {
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .single_voice .balloon_right > div {
    position: relative;
    padding: 30px;
    width: 600px;
    background: #f5f5f5;
    border-radius: 5px;
    margin-right: 60px;
  }
  main.sub .single_voice .balloon_right > div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 25px solid #f5f5f5;
  }
  main.sub .archive_list li {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main.sub .archive_list li:last-child {
    margin-bottom: 0;
  }
  main.sub .archive_list li time {
    margin-right: 40px;
  }
  main.sub .archive_list li a:hover {
    text-decoration: underline;
  }
  main.sub .voicelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .voicelist li {
    position: relative;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 120px;
  }
  main.sub .voicelist li:nth-child(3n) {
    margin-right: 0;
  }
  main.sub .voicelist li .thumb {
    width: 100%;
    max-width: 320px;
    position: relative;
    display: block;
  }
  main.sub .voicelist li .thumb::before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  main.sub .voicelist li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.sub .voicelist li div {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 280px;
    padding: 20px;
    background: #fff;
  }
  main.sub .voicelist li div h3 {
    color: #e3884f;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main.sub .voicelist li div p {
    font-size: 0.8rem;
  }
  main.sub .single .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 30px;
    font-weight: 500;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
  }
  main.sub .single p {
    margin-bottom: 20px;
    font-weight: 500;
  }
  main.sub .single p a {
    text-decoration: underline;
    word-break: break-all;
    color: #0097c5;
  }
  main.sub .single p a[href$=".pdf"] {
    background: url("images/common/icon_pdf.png") left center no-repeat;
    display: inline-block;
    padding-left: 32px;
    line-height: 2;
  }
  main.sub .single img {
    margin: 0 auto 20px;
    display: block;
  }
  main.sub .single iframe {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single strong {
    font-weight: bold;
    color: #0097c5;
  }
  main.sub .single em {
    font-style: italic;
  }
  main.sub .single blockquote {
    background: #eee;
    padding: 20px 40px;
    border-radius: 10px;
    position: relative;
    margin: 20px 0;
  }
  main.sub .single blockquote:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10d";
    font-size: 20px;
    color: #0097c5;
    top: 10px;
    left: 10px;
  }
  main.sub .single blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #53cbcc;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single h1 {
    padding-bottom: 5px;
    margin-bottom: 40px;
    color: #53cbcc;
    font-weight: 500;
    font-size: 2rem;
    position: relative;
  }
  main.sub .single h1:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    padding: 0 10px 10px;
    background-image: repeating-linear-gradient(-45deg, rgba(0, 151, 197, 0.25), rgba(0, 151, 197, 0.25) 1.5px, transparent 1.5px, transparent 5px);
    width: 100%;
    background-repeat: repeat-x;
    background-size: auto 0.5em;
  }
  main.sub .single h2 {
    background: #0097c5;
    color: #fff;
    border-radius: 200px 0 200px 0;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 20px 50px;
    margin-bottom: 30px;
  }
  main.sub .single h3 {
    border-left: 10px solid #53cbcc;
    position: relative;
    padding: 10px;
    margin: 20px 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #53cbcc;
  }
  main.sub .single h4 {
    border-bottom: 2px solid #0097c5;
    margin: 20px 0;
    font-weight: bold;
    color: #0097c5;
  }
  main.sub #pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 100px;
  }
  main.sub #pagenavi .btn {
    width: 200px;
  }
  main.sub .pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 50px;
  }
  main.sub .pagenavi span {
    display: block;
    background: #fff;
    border: 1px solid #0097c5;
    color: #0097c5;
    padding: 12px 10px;
    margin: 0 5px;
    font-weight: 500;
  }
  main.sub .pagenavi a {
    display: block;
    background: #0097c5;
    border: 1px solid #0097c5;
    color: #fff;
    padding: 12px 10px;
    margin: 0 5px;
    font-weight: 500;
  }
  main.sub .pagenavi a:hover {
    background: #fff;
    color: #0097c5;
  }
  main.sub .user p {
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px;
  }
  main.sub .user .box {
    background: #f5f5f5;
    padding: 50px;
    width: 600px;
    border-radius: 5px;
    margin: 0 auto;
  }
  main.sub .user dl {
    font-size: 1.3rem;
  }
  main.sub .user dl dt,
  main.sub .user dl dd {
    margin-bottom: 20px;
    font-weight: 500;
  }
  main.sub .user input[type="text"] {
    font-family: "M PLUS 1p", sans-serif;
    width: 100%;
    height: 60px;
    padding: 10px;
    background: #fff;
    border: none;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
  }
  main.sub .user input[type="password"] {
    font-family: "M PLUS 1p", sans-serif;
    width: 100%;
    height: 60px;
    padding: 10px;
    background: #fff;
    border: none;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
  }
  main.sub .user .checkbox_blc {
    margin-bottom: 50px;
  }
  main.sub .user .checkbox_blc .checkbox {
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding-left: 45px;
    vertical-align: middle;
    cursor: pointer;
  }
  main.sub .user .checkbox_blc .checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 8px;
    display: block;
    margin-top: -15px;
    width: 15px;
    height: 20px;
    border-right: 3px solid #53cbcc;
    border-bottom: 3px solid #53cbcc;
    content: "";
    opacity: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 99;
  }
  main.sub .user .checkbox_blc .checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: #e5e5e5;
    border-radius: 5px;
    content: "";
  }
  main.sub .user .checkbox_blc input[type="checkbox"] {
    display: none;
  }
  main.sub .user .checkbox_blc input[type="checkbox"]:checked + .checkbox:before {
    opacity: 1;
  }
  main.sub .user input[type="submit"] {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 1.6rem;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    display: block;
    outline: none;
    width: 400px;
    padding: 30px;
    background: #53cbcc;
    border: 2px solid #53cbcc;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  main.sub .user input[type="submit"]:hover {
    background: #fff;
    color: #53cbcc;
  }
  main.sub .reason .lead {
    margin-bottom: 40px;
  }
  main.sub .reason .lead strong {
    color: #0097c5;
    font-weight: bold;
    font-size: 8rem;
    display: block;
    line-height: 1;
    text-align: center;
    font-family: "KohinoorTelugu-Bold";
  }
  main.sub .reason .lead p {
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
  }
  main.sub .reason .lead p span {
    color: #0097c5;
    font-size: 3.4rem;
    line-height: 1;
  }
  main.sub .reason h3 {
    color: #0097c5;
    font-size: 2.6rem;
    display: block;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
    font-family: "KohinoorTelugu-Bold";
  }
  main.sub .reason h3 span {
    font-size: 4.6rem;
    font-weight: bold;
  }
  main.sub .reason p {
    font-weight: 500;
    margin-bottom: 30px;
  }
  main.sub .reason p:last-child {
    margin-bottom: 0;
  }
  main.sub .reason .radius_blue {
    background: #0097c5;
    color: #fff;
    border-radius: 100px;
    font-size: 1.3rem;
    padding: 8px 30px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
  }
  main.sub .reason .support {
    margin-bottom: 100px;
  }
  main.sub .reason .support > img {
    margin-bottom: 30px;
  }
  main.sub .reason .support .imgleft {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
  main.sub .reason .support > ul {
    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;
  }
  main.sub .reason .support > ul > li {
    width: 48%;
    position: relative;
  }
  main.sub .reason .support > ul strong {
    color: #e3884f;
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  main.sub .reason .support > ul ul {
    margin: 20px auto;
  }
  main.sub .reason .support > ul ul li:not(.arrow) {
    border-radius: 5px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 5px;
    color: #0097c5;
    border: 1px solid #0097c5;
  }
  main.sub .reason .support > ul ul .arrow {
    position: relative;
    height: 12px;
    width: 8px;
    margin: 0 auto 20px;
    background: #0097c5;
  }
  main.sub .reason .support > ul ul .arrow:before {
    position: absolute;
    content: "";
    border-radius: 5px;
    border: solid 12px transparent;
    border-top: solid 12px #0097c5;
    bottom: -23px;
    left: -8px;
  }
  main.sub .reason .support > ul .results_text {
    width: 250px;
    position: absolute;
    right: 0;
    top: 78%;
  }
  main.sub .reason .specialist {
    margin-bottom: 100px;
  }
  main.sub .reason .specialist > img {
    margin-bottom: 30px;
  }
  main.sub .reason .specialist h5 {
    color: #0097c5;
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  main.sub .reason .specialist .imgleft {
    margin-bottom: 30px;
  }
  main.sub .reason .specialist .imgright {
    margin-bottom: 100px;
  }
  main.sub .reason .specialist .brs_title {
    background: #0097c5;
    color: #fff;
    border-radius: 100px;
    padding: 8px 30px;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  main.sub .reason .specialist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
  main.sub .reason .specialist ul li {
    width: 32%;
    margin-right: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.sub .reason .specialist ul li:nth-child(3n) {
    margin-right: 0;
  }
  main.sub .reason .specialist ul img {
    margin-bottom: 20px;
    width: 330px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  main.sub .reason .specialist ul h3 {
    font-weight: 500;
    font-size: 1.6rem;
    text-align: left;
    color: #333;
    font-family: "M PLUS 1p", sans-serif;
    margin-bottom: 10px;
  }
  main.sub .reason .specialist ul p {
    margin-bottom: 10px;
  }
  main.sub .reason .specialist ul .graf_list {
    margin-bottom: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main.sub .reason .specialist ul .graf_list dt {
    width: 100px;
  }
  main.sub .reason .specialist ul .graf_list dd {
    width: calc(100% - 110px);
  }
  main.sub .reason .specialist ul .btn {
    font-size: 1.3rem;
    margin-top: auto;
  }
  main.sub .reason .solution {
    margin-bottom: 100px;
  }
  main.sub .reason .solution > img {
    margin-bottom: 30px;
  }
  main.sub .reason .solution .radius_blue {
    text-align: left;
  }
  main.sub .products .btnarea li:nth-child(3) .btnarea_btn {
    margin-right: 20px;
  }
  main.sub .products .btnarea li:last-child .btnarea_btn {
    margin-right: 0;
  }
  main.sub .products .btnarea li .btnarea_btn {
    width: 250px;
  }
  main.sub .products .pic {
    position: relative;
    margin-bottom: 50px;
  }
  main.sub .products .pic h3 {
    color: #fff;
    background: #0097c5;
    font-size: 2.6rem;
    font-weight: 500;
    padding: 10px 30px;
    width: 430px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main.sub .products .products_list {
    margin-bottom: 100px;
  }
  main.sub .products .products_list .imgleft {
    border: 3px solid #0097c5;
    padding: 20px 30px;
    margin-bottom: 50px;
    height: 250px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .products .products_list .imgleft > div {
    width: calc(100% - 230px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.sub .products .products_list .imgleft h4 {
    color: #0097c5;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
  main.sub .products .products_list .imgleft p {
    font-weight: 500;
  }
  main.sub .products .products_list .imgleft .btn {
    width: 200px;
    margin-left: auto;
    margin-top: auto;
  }
  main.sub .item h2 {
    color: #0097c5;
    font-weight: 500;
    text-align: center;
    font-size: 5.4rem;
    margin-bottom: 20px;
  }
  main.sub .item h2 img {
    display: block;
    margin: 0 auto 30px;
  }
  main.sub .item h2 span {
    display: block;
    font-size: 1.6rem;
  }
  main.sub .item h3 {
    text-align: center;
    color: #0097c5;
    font-weight: 500;
    font-size: 3.4rem;
    margin-bottom: 100px;
  }
  main.sub .item h3 span {
    display: block;
    font-size: 1.6rem;
  }
  main.sub .item h3.green_txt {
    margin-bottom: 50px;
  }
  main.sub .item h3.green_txt span {
    color: #53cbcc;
    margin: 10px auto;
  }
  main.sub .item .exp {
    margin-bottom: 100px;
  }
  main.sub .item .exp img {
    margin: 0 auto 50px;
    display: block;
  }
  main.sub .item .exp strong {
    color: #53cbcc;
    display: block;
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 1.6;
  }
  main.sub .item .exp p {
    text-align: center;
    font-weight: 500;
    font-size: 1.3rem;
  }
  main.sub .item .blue_box {
    border: 5px solid #0097c5;
    margin-bottom: 100px;
  }
  main.sub .item .blue_box strong {
    color: #fff;
    background: #0097c5;
    display: block;
    font-weight: 500;
    font-size: 1.5rem;
    padding: 5px 10px;
    text-align: center;
  }
  main.sub .item .blue_box .imgleft {
    padding: 40px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .item .blue_box .imgleft > div {
    width: 760px;
    margin-left: auto;
    font-weight: 500;
  }
  main.sub .item .blue_box .imgleft p {
    line-height: 2;
  }
  main.sub .item .point_list {
    margin-bottom: 100px;
  }
  main.sub .item .point_list dt {
    border: 3px solid #53cbcc;
    border-radius: 10px;
    color: #53cbcc;
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
    min-width: 400px;
    display: inline-block;
    padding: 20px 30px;
    margin-bottom: 30px;
  }
  main.sub .item .point_list dd {
    margin-bottom: 50px;
  }
  main.sub .item .point_list dd h4 {
    color: #e3884f;
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  main.sub .item .point_list dd p {
    font-weight: 500;
    font-size: 1.3rem;
  }
  main.sub .item .point_list dd small {
    font-weight: 500;
    font-size: 1.0rem;
    color: #8B8B8B;
    text-align: right;
    display: block;
  }
  main.sub .item .point_list dd img {
    display: block;
    margin: 50px auto;
  }
  main.sub .item .pic_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .item .pic_list li {
    margin: 0 30px;
  }
  main.sub .item .check_list {
    border: 5px solid #53cbcc;
    border-radius: 10px;
    width: 850px;
    margin: 0 auto 100px;
    padding: 25px 30px;
  }
  main.sub .item .check_list li {
    font-size: 1.3rem;
    font-weight: 500;
    padding-left: 50px;
    text-indent: -50px;
  }
  main.sub .item .check_list li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: #53cbcc;
    font-size: 2rem;
    vertical-align: middle;
    margin-right: 20px;
  }
  main.sub .item .bf_af {
    margin-bottom: 100px;
  }
  main.sub .item .bf_af h4 {
    background: #0097c5;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    width: 700px;
    margin: 80px auto 50px;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 10px;
  }
  main.sub .item .bf_af ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
  main.sub .item .bf_af ul li {
    width: 460px;
  }
  main.sub .item .bf_af ul li.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 0 33px 57.2px;
    border-color: transparent transparent transparent #a0a0a0;
  }
  main.sub .item .bf_af ul img {
    margin: 0 auto 20px;
  }
  main.sub .item .bf_af ul p {
    margin-left: auto;
    width: 400px;
    font-weight: 500;
  }
  main.sub .item .bf_af strong {
    color: #e3884f;
    display: block;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
  }
  main.sub .item .function_lst {
    margin-bottom: 100px;
  }
  main.sub .item .function_lst h4 {
    border: 3px solid #53cbcc;
    border-radius: 10px;
    color: #53cbcc;
    font-weight: 500;
    font-size: 1.6rem;
    padding: 20px;
    margin-bottom: 30px;
  }
  main.sub .item .function_lst h5 {
    color: #e3884f;
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  main.sub .item .function_lst p {
    font-weight: 500;
    margin-top: auto;
  }
  main.sub .item .function_lst ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .item .function_lst ul li {
    width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 100px;
    margin-left: 35px;
  }
  main.sub .item .function_lst ul li.long {
    width: 65.5%;
  }
  main.sub .item .function_lst ul li:nth-child(3n - 2) {
    margin-left: 0;
  }
  main.sub .item .item_graf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 100px;
  }
  main.sub .item .item_graf dt {
    width: 250px;
    background: #75c3db;
    color: #fff;
    text-align: center;
    border: 1px solid #0097c5;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  main.sub .item .item_graf dd {
    width: calc(100% - 250px);
    border: 1px solid #0097c5;
    padding: 16px;
    margin-bottom: 20px;
  }
  main.sub .mypage .btn {
    margin-left: auto;
    width: 200px;
  }
  main.sub .user_faq .acc_list a[href$=".pdf"] {
    background: url("images/common/icon_pdf.png") left center no-repeat;
    display: block;
    padding: 0 32px;
    line-height: 2;
    margin-top: 20px;
  }
  main.sub .user_download dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px auto 0;
  }
  main.sub .user_download dl dt {
    width: calc(100% - 280px);
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 40px;
  }
  main.sub .user_download dl dt:last-of-type {
    margin-bottom: 0;
  }
  main.sub .user_download dl dt img {
    vertical-align: middle;
    margin-right: 20px;
  }
  main.sub .user_download dl dd {
    width: 250px;
    margin-bottom: 40px;
  }
  main.sub .user_download dl dd:last-of-type {
    margin-bottom: 0;
  }
  main.sub .user_download dl dd .btn {
    vertical-align: middle;
    font-size: 1.3rem;
    position: relative;
    overflow: hidden;
  }
  main.sub .user_download dl dd .btn:hover img:nth-child(2) {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    opacity: 1;
  }
  main.sub .user_download dl dd .btn img {
    margin-right: 10px;
  }
  main.sub .user_download dl dd .btn img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 23%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  main.sub .imglr_list li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
  }
  main.sub .imglr_list h4 {
    color: #53cbcc;
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  main.sub .imglr_list p {
    font-weight: 500;
    font-size: 1.6rem;
  }
  footer .cta {
    background: #0097c5;
  }
  footer .cta p {
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 15px;
  }
  footer .cta .bg {
    width: 100%;
    background: url("images/common/img_cta@2x.jpg") no-repeat center;
  }
  footer .cta ul {
    width: 1140px;
    margin: 0 auto;
    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;
  }
  footer .cta li {
    width: 50%;
    position: relative;
    padding: 30px;
  }
  footer .cta li:first-child:after {
    position: absolute;
    content: "";
    border-right: 1px solid #fff;
    right: 0;
    top: 0;
    height: 100%;
  }
  footer .cta img {
    width: 100%;
  }
  footer .cta div {
    margin: auto;
    text-align: center;
  }
  footer .cta div h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1;
  }
  footer .cta div .cta_tel {
    color: #f5ff00;
    font-size: 4rem;
    font-weight: 500;
    display: block;
    line-height: 0.4;
    margin-bottom: 30px;
  }
  footer .cta div span {
    color: #fff;
    font-weight: 500;
  }
  footer .cta div .ctabtn {
    background: #e3884f;
    color: #fff;
    border-radius: 5px;
    display: block;
    width: 80%;
    margin: 0 auto 15px;
    font-weight: 500;
    font-size: 1.3rem;
    padding: 15px;
    border: 1px solid #e3884f;
  }
  footer .cta div .ctabtn:hover {
    background: #fff;
    color: #e3884f;
  }
  footer .f_blc {
    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;
    width: 1140px;
    margin: 50px auto 30px;
  }
  footer .f_blc .f_left strong {
    border: 2px solid #0097c5;
    border-radius: 100px;
    color: #0097c5;
    padding: 5px;
    display: block;
    text-align: center;
    margin: 20px auto;
  }
  footer .f_blc .f_left h3 {
    background: #0097c5;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  footer .f_blc .f_left .btn {
    width: 200px;
    margin: 20px 0;
    font-weight: bold;
  }
  footer .f_blc .f_right .f_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
    margin-right: 50px;
  }
  footer .f_blc .f_right .f_nav ul ul {
    margin-left: 20px;
  }
  footer .f_blc .f_right .f_nav ul a {
    margin-bottom: 5px;
    display: block;
  }
  footer .f_blc .f_right .f_nav ul a:hover {
    text-decoration: underline;
  }
  footer .f_blc .f_right .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .f_blc .f_right .banner li {
    margin-left: 30px;
  }
  footer .f_blc .f_right .banner li:first-child {
    margin-left: 0;
  }
  footer .my_blc .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1060px;
    margin: 0 auto 50px;
  }
  footer .my_blc .subnav li {
    width: 24%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .my_blc .subnav li:first-child a {
    padding: 30px;
  }
  footer .my_blc .subnav a {
    width: 100%;
    height: 150px;
    display: block;
    background: #53cbcc;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 500;
  }
  footer .my_blc .subnav a:hover {
    background: #0097c5;
  }
  footer .my_blc .subnav img {
    margin: 0 auto 20px;
  }
  footer .my_blc .f_logo {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .my_blc .my_fnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
  footer .my_blc .my_fnav li {
    position: relative;
    margin: 0 10px;
  }
  footer .my_blc .my_fnav li:after {
    position: absolute;
    content: "|";
    right: -12px;
    top: 0;
  }
  footer .my_blc .my_fnav li:last-child:after {
    display: none;
  }
  footer .my_blc .my_fnav a {
    display: block;
  }
  footer .my_blc .my_fnav a:hover {
    text-decoration: underline;
  }
  footer small {
    display: block;
    text-align: center;
    background: #0097c5;
    color: #fff;
    font-size: 1rem;
    padding: 15px;
  }
  .smonly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */