@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@500;700&display=swap);
@media screen and (max-width: 767px) {
  .mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-bottom: 80px;
    background: url("../images/top/mv1.jpg") center/cover no-repeat;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 145.6vw;
    margin-bottom: 40px;
    background: url("../images/top/sp/mv1.jpg") center/cover no-repeat;
  }

  .mv__txt {
    width: 46.0416vw;
    margin-left: 8.4722vw;
    width: 72.8vw;
    margin-left: 5.3333333333vw;
  }

  .mission {
    position: relative;
    padding-top: 190px;
    padding-top: 26.6666666667vw;
  }

  .mission-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    width: calc(50% + 490px);
    height: 540px;
    margin: auto;
    left: 0;
    width: 90.6666666667vw;
    height: 53.3333333333vw;
  }

  .mission-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px;
    background-color: #ffffff;
    padding: 6.9333333333vw 4.2666666667vw;
  }
  .mission-box p {
    line-height: 2.1333;
  }

  .mission__ttl {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 8px 0 40px;
    letter-spacing: 0.2em;
    font-size: 1.6rem;
  }

  .service {
    overflow: hidden;
    margin-bottom: 156px;
    padding-top: 126px;
    position: relative;
    z-index: 2;
    margin: -2.4vw 0 80px;
    padding-top: 22.1333333333vw;
  }
  .service .wrap {
    position: relative;
  }
  .service .wrap::before {
    position: absolute;
    z-index: 1;
    top: -126px;
    right: -284px;
    display: block;
    width: 433px;
    height: 606px;
    margin: auto;
    content: "";
    opacity: 0.2;
    background: url("../images/common/icon_logo.svg") center/contain no-repeat;
    top: -22.1333333333vw;
    right: calc(-12.8vw - 10.1333333333vw);
    width: 55.2vw;
    height: 77.3333333333vw;
  }

  .service__info {
    margin: 8px auto 108px;
  }
  .service__info p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
    letter-spacing: 0.12em;
    font-size: 18px;
    font-size: 4.8vw;
  }

  .service-list {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
  .service-list li + li {
    margin-top: 114px;
    margin-top: 63px;
  }

  .service-list__img {
    margin-bottom: 20px;
  }

  .service-list__txt {
    margin: 0 10.1333333333vw;
  }
  .service-list__txt > img {
    margin-bottom: 20px;
  }
  .chat .service-list__txt > img {
    width: 304px;
    width: 67.7333333333vw;
  }
  .care .service-list__txt > img {
    width: 265px;
    width: 57.8666666667vw;
  }

  .service-list__ttl {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 16px;
    letter-spacing: 0.2em;
    font-size: 1.4rem;
  }

  .service-list__btn {
    max-width: 106px;
    margin-top: 20px;
  }
  .service-list__btn a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .service-list__btn a:hover {
    opacity: 0.7;
  }

  .news {
    position: relative;
    margin-bottom: 108px;
    padding-top: 180px;
    margin-bottom: 100px;
    padding-top: 26.6666666667vw;
  }

  .news-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    width: calc(50% + 490px);
    height: 540px;
    margin: auto;
    right: 0;
    width: 90.6666666667vw;
    height: 53.3333333333vw;
  }

  .news-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 80px 40px;
    background-color: #ffffff;
    padding: 6.9333333333vw 4.2666666667vw;
  }

  .news-list {
    margin-top: 60px;
    margin-top: 7px;
  }
  .news-list li + li {
    margin-top: 26px;
  }
  .news-list a {
    font-size: 1.6rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #ffffff;
    font-size: 1.4rem;
    display: flex;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
  }
  .news-list a::before {
    position: absolute;
    top: 0;
    right: 22px;
    bottom: 0;
    display: block;
    width: 36px;
    height: 5px;
    margin: auto;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    background: url("../images/common/arrow.svg") center/contain no-repeat;
  }
  .news-list a:hover {
    background-color: #f8f8f8;
  }
  .news-list a:hover::before {
    right: 14px;
    opacity: 1;
  }
  .news-list a p {
    line-height: 1.5;
  }
  .news-list a .only_pc {
    display: none;
  }
  .news-list time {
    font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    margin-right: 34px;
    color: #c4c4c4;
    margin: 0 23px 0 0;
    min-width: 72px;
  }

  .about {
    position: relative;
    margin-bottom: 170px;
    padding-top: 220px;
    margin-bottom: 67px;
    padding-top: 26.9333333333vw;
  }

  .about-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    width: calc(50% + 490px);
    height: 540px;
    margin: auto;
    left: 0;
    width: 90.6666666667vw;
    height: 53.3333333333vw;
  }

  .about-box {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px;
    background-color: #ffffff;
    padding: 6.9333333333vw 4.2666666667vw;
  }
  .about-box::before {
    position: absolute;
    z-index: 2;
    top: -46px;
    right: 69px;
    display: block;
    width: 150px;
    height: 210px;
    margin: auto;
    content: "";
    background: url("../images/common/icon_logo.svg") center/contain no-repeat;
    top: -8.8vw;
    right: 8.8vw;
    width: 14.9333333333vw;
    height: 20.8vw;
  }

  .about-box__flex {
    margin: 55px auto;
    margin: 7px auto 40px;
  }

  .about-box__btn {
    width: 282px;
    text-align: center;
  }
  .about-box__btn a {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 28px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.2em;
    color: #ffffff;
    border-radius: 200px;
    background-color: #e50031;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  }
  .about-box__btn a:hover {
    opacity: 0.7;
  }

  .about-table {
    width: 100%;
  }
  .about-table th,
.about-table td {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;
    font-size: 1.4rem;
    display: block;
  }
  .about-table th {
    width: 5.8em;
    text-align: left;
    color: #ababab;
  }
  .about-table td {
    padding-bottom: 2em;
    padding-bottom: 1em;
  }

  .about-map iframe {
    height: 48.5333333333vw;
  }

  .about-map__wrap {
    overflow: hidden;
    margin-bottom: 74px;
    border-radius: 30px;
    margin-bottom: 38px;
  }

  .about-map__btn a {
    font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
    padding-right: 41px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.2em;
    font-size: 1.2rem;
    padding-right: 34px;
  }
  .about-map__btn a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 36px;
    height: 8px;
    margin: auto;
    content: "";
    background: url("../images/common/arrow.svg") center/contain no-repeat;
    width: 27px;
    height: 6px;
  }
  .about-map__btn a:hover {
    opacity: 0.7;
  }

  .contact {
    position: relative;
    padding-top: 202px;
    padding-top: 26.6666666667vw;
  }

  .contact-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    width: calc(50% + 490px);
    height: 540px;
    margin: auto;
    right: 0;
    width: 90.6666666667vw;
    height: 53.3333333333vw;
  }

  .contact-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px;
    background-color: #ffffff;
    padding: 6.9333333333vw 4.2666666667vw;
  }

  .contact-box__flex {
    margin-top: 9px;
  }

  .contact-box__txt p {
    line-height: 1.7;
  }

  .contact-box__btn {
    width: 282px;
    text-align: center;
    width: 72vw;
    margin: 72px auto 0;
  }
  .contact-box__btn a {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 28px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.2em;
    color: #ffffff;
    border-radius: 200px;
    background-color: #e50031;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    font-size: 1.4rem;
    padding: 18px 0;
  }
  .contact-box__btn a:hover {
    opacity: 0.7;
  }

  .page_under header {
    background-color: #ffffff;
  }

  .secNews .News-bg {
    background-image: url(../images/news/bg_news.jpg);
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    width: 100%;
    height: 420px;
    margin: auto;
    right: 0;
    height: 250px;
  }
  .secNews .common-ttl {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
    color: #e50031;
    margin-bottom: 50px;
  }
  .secNews .common-ttl img {
    width: auto;
    height: 28px;
  }
  .secNews .News-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 50px 40px;
    background-color: #ffffff;
    padding: 6.9333333333vw 3.7333333333vw;
    margin-top: 160px;
  }
  .secNews h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .secNews time {
    font-size: 12px;
    color: #c4c4c4;
  }
  .secNews h4 {
    font-size: 24px;
    font-weight: bold;
    color: #e50031;
    margin: 50px 0 20px;
    font-size: 20px;
    margin: 30px 0 15px;
  }
  .secNews .box1 {
    background-color: rgba(209, 187, 155, 0.2);
    margin: 30px 0;
    margin: 20px 0;
  }
  .secNews .box_inner {
    padding: 30px;
    padding: 20px;
  }
  .secNews .box_inner p {
    line-height: 1.4;
  }
  .secNews .box_ttl {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .secNews .list_circle1 {
    margin: 1em 0;
  }
  .secNews .list_circle1 li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    position: relative;
  }
  .secNews .list_circle1 li:before {
    position: relative;
    vertical-align: middle;
    content: "";
    font-family: "Material Icons";
    margin-right: 1em;
    color: #e50031;
  }
  .secNews .company_logo {
    width: 150px;
    margin: 10px 0 0 20px;
  }

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

  .secPrivacy .Privacy-bg {
    background-image: url(../images/news/bg_news.jpg);
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    width: 100%;
    height: 420px;
    margin: auto;
    right: 0;
    height: 250px;
  }
  .secPrivacy .common-ttl {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
    color: #e50031;
    margin-bottom: 50px;
  }
  .secPrivacy .common-ttl img {
    width: auto;
    height: 28px;
  }
  .secPrivacy .Privacy-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 50px 40px;
    background-color: #ffffff;
    padding: 6.9333333333vw 3.7333333333vw;
    margin-top: 160px;
  }
  .secPrivacy .Privacy-box1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 50px 40px;
    background-color: #ffffff;
    padding: 6.9333333333vw 3.7333333333vw;
  }
  .secPrivacy h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .secPrivacy time {
    font-size: 12px;
    color: #c4c4c4;
  }
  .secPrivacy h4 {
    font-size: 24px;
    font-weight: bold;
    color: #e50031;
    margin: 50px 0 20px;
    font-size: 20px;
    margin: 30px 0 15px;
  }
  .secPrivacy .box1 {
    background-color: rgba(209, 187, 155, 0.2);
    margin: 30px 0;
    margin: 20px 0;
  }
  .secPrivacy .box_inner {
    padding: 30px;
    padding: 20px;
  }
  .secPrivacy .box_inner p {
    line-height: 1.4;
  }
  .secPrivacy .box_ttl {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .secPrivacy .list_circle1 {
    margin: 1em 0;
  }
  .secPrivacy .list_circle1 li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    position: relative;
  }
  .secPrivacy .list_circle1 li:before {
    position: relative;
    vertical-align: middle;
    content: "";
    font-family: "Material Icons";
    margin-right: 1em;
    color: #e50031;
  }
  .secPrivacy .list_circle2 {
    margin: 1em 0;
  }
  .secPrivacy .list_circle2 li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    position: relative;
  }
  .secPrivacy .list_circle2 li:before {
    position: relative;
    vertical-align: middle;
    content: "";
    font-family: "Material Icons";
    margin-right: 0.5em;
    color: #d1bb9b;
  }
  .secPrivacy .list_disc {
    margin: 1em 0;
  }
  .secPrivacy .list_disc li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    position: relative;
  }
  .secPrivacy .list_disc li:before {
    position: relative;
    vertical-align: middle;
    content: "・";
    font-family: "Material Icons";
    margin-right: 0.5em;
    color: #151515;
  }
  .secPrivacy .list_none {
    margin: 1em 0;
  }
  .secPrivacy .list_none li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    position: relative;
  }

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

  .secSecurity .Security-bg {
    background-image: url(../images/news/bg_news.jpg);
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    width: 100%;
    height: 420px;
    margin: auto;
    right: 0;
    height: 250px;
  }
  .secSecurity .common-ttl {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
    color: #e50031;
    margin-bottom: 50px;
  }
  .secSecurity .common-ttl img {
    width: auto;
    height: 28px;
  }
  .secSecurity .Security-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 50px 40px;
    background-color: #ffffff;
    padding: 6.9333333333vw 3.7333333333vw;
    margin-top: 160px;
  }
  .secSecurity .Security-box1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 50px 40px;
    background-color: #ffffff;
    padding: 6.9333333333vw 3.7333333333vw;
  }
  .secSecurity h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .secSecurity time {
    font-size: 12px;
    color: #c4c4c4;
  }
  .secSecurity h4 {
    font-size: 24px;
    font-weight: bold;
    color: #e50031;
    margin: 50px 0 20px;
    font-size: 20px;
    margin: 30px 0 15px;
  }
  .secSecurity .box1 {
    background-color: rgba(209, 187, 155, 0.2);
    margin: 30px 0;
    margin: 20px 0;
  }
  .secSecurity .box_inner {
    padding: 30px;
    padding: 20px;
  }
  .secSecurity .box_inner p {
    line-height: 1.4;
  }
  .secSecurity .box_ttl {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .secSecurity .list_circle1 {
    margin: 1em 0;
  }
  .secSecurity .list_circle1 li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    position: relative;
  }
  .secSecurity .list_circle1 li:before {
    position: relative;
    vertical-align: middle;
    content: "";
    font-family: "Material Icons";
    margin-right: 0.5em;
    color: #e50031;
  }
  .secSecurity .list_disc {
    margin: 1em 0;
  }
  .secSecurity .list_disc li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    position: relative;
  }
  .secSecurity .list_disc li:before {
    position: relative;
    vertical-align: middle;
    content: "・";
    margin-right: 0.5em;
    color: #151515;
  }
  .secSecurity .list_none {
    margin: 1em 0;
  }
  .secSecurity .list_none li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    position: relative;
  }
  .secSecurity .row {
    margin-bottom: 50px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-bottom: 80px;
    background: url("../images/top/mv1.jpg") center/cover no-repeat;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .mv__txt {
    width: 46.0416vw;
    margin-left: 8.4722vw;
    max-width: 663px;
  }

  .mission {
    position: relative;
    padding-top: 190px;
  }

  .mission-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    width: calc(50% + 490px);
    height: 540px;
    margin: auto;
    right: calc(50% - 490px);
  }

  .mission-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px;
    background-color: #ffffff;
    min-height: 464px;
  }
  .mission-box p {
    line-height: 2.1333;
  }

  .mission__ttl {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 8px 0 40px;
    letter-spacing: 0.2em;
  }

  .service {
    overflow: hidden;
    margin-bottom: 156px;
    padding-top: 126px;
  }
  .service .wrap {
    position: relative;
  }
  .service .wrap::before {
    position: absolute;
    z-index: 1;
    top: -126px;
    right: -284px;
    display: block;
    width: 433px;
    height: 606px;
    margin: auto;
    content: "";
    opacity: 0.2;
    background: url("../images/common/icon_logo.svg") center/contain no-repeat;
  }

  .service__info {
    margin: 8px auto 108px;
  }
  .service__info p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }

  .service-list {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
  .service-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-list li:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .service-list li + li {
    margin-top: 114px;
  }

  .service-list__img {
    width: 57%;
  }

  .service-list__txt {
    width: 39%;
  }
  .service-list__txt > img {
    margin-bottom: 20px;
  }
  .chat .service-list__txt > img {
    width: 304px;
  }
  .care .service-list__txt > img {
    width: 265px;
  }

  .service-list__ttl {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 16px;
    letter-spacing: 0.2em;
  }

  .service-list__btn {
    max-width: 106px;
    margin-top: 20px;
  }
  .service-list__btn a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .service-list__btn a:hover {
    opacity: 0.7;
  }

  .news {
    position: relative;
    margin-bottom: 108px;
    padding-top: 180px;
  }

  .news-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    width: calc(50% + 490px);
    height: 540px;
    margin: auto;
    left: calc(50% - 490px);
  }

  .news-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 80px 40px;
    background-color: #ffffff;
    min-height: 608px;
    margin-right: 20px;
  }

  .news-list {
    margin-top: 60px;
  }
  .news-list a {
    font-size: 1.6rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #ffffff;
    padding: 22px;
  }
  .news-list a::before {
    position: absolute;
    top: 0;
    right: 22px;
    bottom: 0;
    display: block;
    width: 36px;
    height: 5px;
    margin: auto;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    background: url("../images/common/arrow.svg") center/contain no-repeat;
  }
  .news-list a:hover {
    background-color: #f8f8f8;
  }
  .news-list a:hover::before {
    right: 14px;
    opacity: 1;
  }
  .news-list a p {
    line-height: 1.5;
  }
  .news-list time {
    font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    margin-right: 34px;
    color: #c4c4c4;
  }

  .about {
    position: relative;
    margin-bottom: 170px;
    padding-top: 220px;
  }

  .about-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    width: calc(50% + 490px);
    height: 540px;
    margin: auto;
    right: calc(50% - 490px);
  }

  .about-box {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px;
    background-color: #ffffff;
    min-height: 349px;
  }
  .about-box::before {
    position: absolute;
    z-index: 2;
    top: -46px;
    right: 69px;
    display: block;
    width: 150px;
    height: 210px;
    margin: auto;
    content: "";
    background: url("../images/common/icon_logo.svg") center/contain no-repeat;
  }

  .about-box__flex {
    margin: 55px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .about-box__col {
    width: calc((100% - 82px) / 2);
  }

  .about-box__btn {
    width: 282px;
    text-align: center;
  }
  .about-box__btn a {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 28px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.2em;
    color: #ffffff;
    border-radius: 200px;
    background-color: #e50031;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  }
  .about-box__btn a:hover {
    opacity: 0.7;
  }

  .about-table {
    width: 100%;
  }
  .about-table th,
.about-table td {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;
  }
  .about-table th {
    width: 5.8em;
    text-align: left;
    color: #ababab;
  }
  .about-table td {
    padding-bottom: 2em;
  }

  .about-map__wrap {
    overflow: hidden;
    margin-bottom: 74px;
    border-radius: 30px;
  }

  .about-map__btn a {
    font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
    padding-right: 41px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.2em;
  }
  .about-map__btn a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 36px;
    height: 8px;
    margin: auto;
    content: "";
    background: url("../images/common/arrow.svg") center/contain no-repeat;
  }
  .about-map__btn a:hover {
    opacity: 0.7;
  }

  .contact {
    position: relative;
    padding-top: 202px;
  }

  .contact-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    width: calc(50% + 490px);
    height: 540px;
    margin: auto;
    left: calc(50% - 490px);
  }

  .contact-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px;
    background-color: #ffffff;
    min-height: 349px;
  }

  .contact-box__flex {
    margin-top: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .contact-box__txt {
    margin-top: 11px;
  }
  .contact-box__txt p {
    line-height: 1.7;
  }

  .contact-box__btn {
    width: 282px;
    text-align: center;
  }
  .contact-box__btn a {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 28px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.2em;
    color: #ffffff;
    border-radius: 200px;
    background-color: #e50031;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  }
  .contact-box__btn a:hover {
    opacity: 0.7;
  }

  .page_under header {
    background-color: #ffffff;
  }

  .secNews .News-bg {
    background-image: url(../images/news/bg_news.jpg);
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    width: 100%;
    height: 420px;
    margin: auto;
  }
  .secNews .common-ttl {
    margin-bottom: 50px;
  }
  .secNews .News-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 50px 40px;
    background-color: #ffffff;
    min-height: 608px;
    margin-top: 200px;
  }
  .secNews h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 50px;
  }
  .secNews time {
    font-size: 12px;
    color: #c4c4c4;
  }
  .secNews h4 {
    font-size: 24px;
    font-weight: bold;
    color: #e50031;
    margin: 50px 0 20px;
  }
  .secNews .box1 {
    background-color: rgba(209, 187, 155, 0.2);
    margin: 30px 0;
  }
  .secNews .box_inner {
    padding: 30px;
  }
  .secNews .box_inner p {
    line-height: 1.4;
  }
  .secNews .box_ttl {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .secNews .list_circle1 {
    margin: 1em 0;
  }
  .secNews .list_circle1 li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    position: relative;
  }
  .secNews .list_circle1 li:before {
    position: relative;
    vertical-align: middle;
    content: "";
    font-family: "Material Icons";
    margin-right: 1em;
    color: #e50031;
  }
  .secNews .company_logo {
    width: 150px;
    margin: 10px 0 0 20px;
  }

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

  .secPrivacy .Privacy-bg {
    background-image: url(../images/news/bg_news.jpg);
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    width: 100%;
    height: 420px;
    margin: auto;
  }
  .secPrivacy .common-ttl {
    margin-bottom: 50px;
  }
  .secPrivacy .Privacy-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 50px 40px;
    background-color: #ffffff;
    min-height: 608px;
    margin-top: 200px;
  }
  .secPrivacy .Privacy-box1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 50px 40px;
    background-color: #ffffff;
  }
  .secPrivacy h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 50px;
  }
  .secPrivacy time {
    font-size: 12px;
    color: #c4c4c4;
  }
  .secPrivacy h4 {
    font-size: 24px;
    font-weight: bold;
    color: #e50031;
    margin: 50px 0 20px;
  }
  .secPrivacy .box1 {
    background-color: rgba(209, 187, 155, 0.2);
    margin: 30px 0;
  }
  .secPrivacy .box_inner {
    padding: 30px;
  }
  .secPrivacy .box_inner p {
    line-height: 1.4;
  }
  .secPrivacy .box_ttl {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .secPrivacy .list_circle1 {
    margin: 1em 0;
  }
  .secPrivacy .list_circle1 li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    position: relative;
  }
  .secPrivacy .list_circle1 li:before {
    position: relative;
    vertical-align: middle;
    content: "";
    font-family: "Material Icons";
    margin-right: 1em;
    color: #e50031;
  }
  .secPrivacy .list_circle2 {
    margin: 1em 0;
  }
  .secPrivacy .list_circle2 li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    position: relative;
  }
  .secPrivacy .list_circle2 li:before {
    position: relative;
    vertical-align: middle;
    content: "";
    font-family: "Material Icons";
    margin-right: 0.5em;
    color: #d1bb9b;
  }
  .secPrivacy .list_disc {
    margin: 1em 0;
  }
  .secPrivacy .list_disc li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    position: relative;
  }
  .secPrivacy .list_disc li:before {
    position: relative;
    vertical-align: middle;
    content: "・";
    font-family: "Material Icons";
    margin-right: 0.5em;
    color: #151515;
  }
  .secPrivacy .list_none {
    margin: 1em 0;
  }
  .secPrivacy .list_none li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    position: relative;
  }

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

  .secSecurity .Security-bg {
    background-image: url(../images/news/bg_news.jpg);
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    width: 100%;
    height: 420px;
    margin: auto;
  }
  .secSecurity .common-ttl {
    margin-bottom: 50px;
  }
  .secSecurity .Security-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 50px 40px;
    background-color: #ffffff;
    min-height: 608px;
    margin-top: 200px;
  }
  .secSecurity .Security-box1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 50px 40px;
    background-color: #ffffff;
  }
  .secSecurity h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .secSecurity time {
    font-size: 12px;
    color: #c4c4c4;
  }
  .secSecurity h4 {
    font-size: 24px;
    font-weight: bold;
    color: #e50031;
    margin: 50px 0 20px;
  }
  .secSecurity .box1 {
    background-color: rgba(209, 187, 155, 0.2);
    margin: 30px 0;
  }
  .secSecurity .box_inner {
    padding: 30px;
  }
  .secSecurity .box_inner p {
    line-height: 1.4;
  }
  .secSecurity .box_ttl {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .secSecurity .list_circle1 {
    margin: 1em 0;
  }
  .secSecurity .list_circle1 li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    position: relative;
  }
  .secSecurity .list_circle1 li:before {
    position: relative;
    vertical-align: middle;
    content: "";
    font-family: "Material Icons";
    margin-right: 0.5em;
    color: #e50031;
  }
  .secSecurity .list_disc {
    margin: 1em 0;
  }
  .secSecurity .list_disc li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    position: relative;
  }
  .secSecurity .list_disc li:before {
    position: relative;
    vertical-align: middle;
    content: "・";
    margin-right: 0.5em;
    color: #151515;
  }
  .secSecurity .list_none {
    margin: 1em 0;
  }
  .secSecurity .list_none li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    position: relative;
  }
  .secSecurity .row {
    margin-bottom: 50px;
  }
}