@charset "UTF-8";
@media (min-width: 766px) {
  #hd-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 20px;
  }
  #hd-logo img {
    width: 270px;
    height: auto;
  }
  #pc-nav {
    height: 104px;
    display: flex;
    align-items: center;
    transition: 0.3s;
  }
  #pc-nav > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
  }
  #pc-nav > li > a:hover {
    opacity: 0.8;
  }
  #pc-nav > li > a.pct-tel {
    margin-left: 7px;
    padding-left: 26px;
    font-size: 30px;
    background: url(../image/base/pct-tel-w.png) no-repeat left 2px top 7px;
    background-size: 18px auto;
  }
  #pc-nav .rd-btn {
    background: #444;
    width: 196px;
    height: 42px;
    padding-bottom: 3px;
    border-radius: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 6px;
    margin-right: 6px;
  }
  .pct-tel {
    margin-left: 5px;
    padding-left: 30px;
    background: url(../image/base/pct-tel-w.png) no-repeat left 0 top 2px;
    background-size: 20px auto;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
    font-style: normal;
  }
}
@media (min-width: 766px) {
  .sp {
    display: none;
  }
  header#top {
    margin-top: -104px;
    padding-top: 104px;
  }
  .navbar {
    margin-bottom: 0;
    transition: all 0.2s ease-out;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
  }
  .navbar-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: space-between;
    flex-wrap: wrap;
  }
  .ham-wrap {
    padding-right: 15px;
    position: relative;
  }
  .navbar-collapse {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
  }
  .navbar-fixed-top {
    width: 100%;
    height: 104px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0 0 1px;
    transition: all 0.2s ease-out;
  }
  .navbar-fixed-top.navbar-scroll {
    height: 80px;
    border-bottom: dotted 1px #fff;
  }
  .navbar-fixed-top.navbar-scroll #pc-nav {
    height: 80px;
  }
  #main-navbar.navbar-fixed-top.op {
    background: rgba(255, 255, 255, 0.9);
  }
  #main-navbar {
    width: 100%;
    background: #e37319;
    min-width: 1330px;
  }
  #sticky {
    position: fixed;
    right: -125px;
    top: 180px;
    z-index: 1000;
    transition: 0.3s;
  }
  #sticky.on {
    right: -10px;
  }
  .sticky-btn li {
    margin-bottom: 40px;
  }
  .sticky-btn li a {
    display: block;
    height: 226px;
    width: 125px;
  }
  .sticky-btn li a span {
    display: none;
  }
  .sticky-btn li a:hover {
    text-decoration: none;
    position: relative;
    right: 10px;
    transition: 0.3s;
  }
  .sticky-btn li:nth-of-type(2) a {
    background: url(../image/base/stc-catalog.png) no-repeat top left;
  }
  .sticky-btn li:nth-of-type(3) a {
    background: url(../image/base/stc-contact.png) no-repeat top left;
  }
  #crumbs {
    width: 1000px;
    padding: 10px 0 0;
    font-size: 13px;
    color: #666;
    margin-right: auto;
    margin-left: auto;
  }
  #crumbs a {
    color: #666;
    text-decoration: underline;
  }
  #nav-box {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 1200px;
    margin: 0 auto 40px;
  }
  #nav-box div {
    width: 48.5%;
  }
  #nav-box div a {
    display: flex;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    padding: 15px;
    line-height: 1.4;
    align-items: center;
    position: relative;
    color: #e37319;
  }
  #nav-box div a:hover {
    background: #f5f4eb;
  }
  #nav-box .prev-link {
    margin-right: 1.5%;
    text-align: left;
  }
  #nav-box .prev-link a {
    padding-left: 50px;
  }
  #nav-box .prev-link a:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url(../image/base/arw-gccl-lft.png);
    background-size: cover;
    color: #666;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: calc(50% - 12px);
  }
  #nav-box .prev-link a img {
    margin-right: 20px;
  }
  #nav-box .next-link {
    margin-left: 1.5%;
    text-align: right;
  }
  #nav-box .next-link a {
    justify-content: flex-end;
    padding-right: 50px;
  }
  #nav-box .next-link a:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url(../image/base/arw-gccl.png);
    background-size: cover;
    color: #666;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: calc(50% - 12px);
  }
  #nav-box .next-link a img {
    margin-left: 20px;
  }
  #nav-box .d {
    display: inline-block;
    padding-bottom: 10px;
    color: #666;
    font-weight: bold;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
  }
  #ft-bg {
    width: 100%;
    background: #444;
    padding: 70px 0;
  }
  .ft-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .ft-nav div {
    margin: 0 60px 20px;
  }
  .ft-nav li {
    margin-bottom: 25px;
  }
  .ft-nav li a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
  }
  .ft-nav li a:hover {
    text-decoration: underline;
  }
  .ft-ccl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    border: solid 1px #fff;
    width: 540px;
    height: 56px;
    border-radius: 28px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px;
  }
  .ft-ccl:hover {
    opacity: 0.8;
  }
  #ft-name {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #ft-name .pct-tel {
    display: block;
    margin-bottom: 8px;
  }
  #ft-name address {
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
  }
  .sns-set {
    display: flex;
    justify-content: space-between;
    width: 120px;
    margin-top: 28px;
  }
  .sns-set li img {
    width: auto;
    height: 28px;
  }
  #pgtop {
    position: fixed;
    left: -3px;
    bottom: 120px;
    z-index: 1000;
  }
  #pgtop img {
    width: auto;
    height: auto;
  }
  .ft-logo {
    border-right: solid 3px #fff;
    padding-right: 32px;
    margin-right: 32px;
  }
  .ft-logo img {
    width: 276px;
    height: auto;
  }
  #c {
    text-align: center;
    display: block;
    font-size: 20px;
    padding: 20px 0 22px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    color: #444;
  }
}
@media (min-width: 766px) {
  .tit-dft {
    font-size: 60px;
    font-weight: 900;
    color: #e37319;
    letter-spacing: 2px;
  }
  .tit-dft.fuchi {
    color: #fff;
    text-shadow: 1px 1px 0 #e37319, -1px 1px 0 #e37319, 1px -1px 0 #e37319, -1px -1px 0 #e37319;
  }
  .tit-snd {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.2;
    color: #3f3b3a;
    letter-spacing: 2px;
  }
  .vr-set {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .vr-set .og-rnd {
    margin-bottom: 15px;
  }
  .tit-art {
    color: #3f3b3a;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.25;
    padding-bottom: 30px;
  }
  .tit-art.dot::before {
    content: "●";
    font-size: 30px;
    color: #b03a3a;
    padding-right: 8px;
    position: relative;
    top: -2px;
  }
  .tit-mds {
    color: #e37319;
    font-size: 42px;
    line-height: 1.4;
    font-weight: 900;
  }
  .tit-mds-s {
    color: #e37319;
    font-size: 35px;
    line-height: 1.4;
    font-weight: 900;
  }
  .tit-mds-l {
    color: #e37319;
    font-size: 50px;
    line-height: 1.4;
    font-weight: 900;
  }
  .tit-num {
    color: #444;
    font-size: 40px;
    font-weight: 900;
    padding-left: 90px;
    padding-bottom: 20px;
    position: relative;
  }
  .tit-num::before {
    content: url(../image/base/c01.png);
    position: absolute;
    left: 0;
    top: 0;
  }
  .tit-num.num2::before {
    content: url(../image/base/c02.png);
  }
  .tit-num.num3::before {
    content: url(../image/base/c03.png);
  }
  .tit-num.num4::before {
    content: url(../image/base/c04.png);
  }
  .tit-btm {
    padding-bottom: 40px !important;
  }
  .gry-rnd {
    background: #b03a3a;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    width: 236px;
    height: 40px;
    border-radius: 20px;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .og-rnd {
    background: #e37319;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    width: 216px;
    height: 40px;
    border-radius: 20px;
    letter-spacing: 1px;
    padding-top: 2px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .intro-set {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 70px 0;
  }
  .intro-set .tit-dft {
    width: 400px;
  }
  .intro-set .cnr-lead {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.5;
    color: #3f3b3a;
  }
  .intro-set .cnr-lead.fuchi {
    color: #fff;
    text-shadow: 1px 1px 0 #e37319, -1px 1px 0 #e37319, 1px -1px 0 #e37319, -1px -1px 0 #e37319;
    letter-spacing: 1px;
  }
  .rt-gry-btn {
    font-size: 30px;
    font-weight: 500;
    color: #3f3b3a;
    display: inline-block;
    padding-right: 40px;
    background: url(../image/base/arw-gccl.png) no-repeat right center;
    border-bottom: solid 2px #3f3b3a;
    letter-spacing: 2px;
    padding-bottom: 5px;
  }
  .rt-gry-btn:hover {
    border-bottom: none;
  }
  #p-title {
    margin-top: 104px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: url(../image/base/bg-wtogo.png) no-repeat right center #f39800;
  }
  #p-title.s {
    height: auto;
    min-height: 300px;
  }
  #p-title.s .wrap .txt {
    width: 100%;
  }
  #p-title.s .wrap .txt .h1-en {
    font-size: 48px;
  }
  #p-title.s .wrap .txt h1 {
    font-size: 76px;
  }
  #p-title.m {
    height: auto;
    min-height: 400px;
  }
  #p-title.m .wrap .txt {
    width: 100%;
    min-height: 200px;
  }
  #p-title.m .wrap .txt .lead {
    display: block;
    width: 100%;
  }
  #p-title .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  #p-title .wrap .txt {
    width: 550px;
    min-height: 310px;
    padding: 0 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  #p-title .wrap .txt .tit-set {
    border-left: solid 10px #444;
    padding-left: 20px;
  }
  #p-title .wrap .txt .h1-en {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 40px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
  }
  #p-title .wrap .txt h1 {
    font-size: 66px;
    color: #fff;
    font-weight: 900;
    line-height: 1.3;
  }
  #p-title .wrap .txt .lead {
    margin-top: 30px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.88;
    color: #fff;
    letter-spacing: 1px;
  }
  #p-title .wrap .img {
    display: block;
    width: 650px;
    height: 400px;
  }
  #p-title .wrap .img img {
    border-radius: 20px;
  }
}
@media (min-width: 766px) {
  html {
    min-width: 1200px;
    overflow-x: hidden;
  }
  html *:not(:root) {
    box-sizing: border-box;
    font-feature-settings: "palt";
  }
  html *:not(:root):hover {
    text-decoration: none;
  }
  .sp {
    display: none;
  }
  body {
    font-size: 23px;
  }
  .wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap8 {
    width: 880px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap9 {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap10 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap_fw {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .wt-box {
    background: #fff;
    padding: 40px 36px;
  }
  .wt-box .lr-set {
    border-bottom: 0;
  }
  .wt-box .lr-set + .lr-set {
    padding-top: 25px;
  }
  .wt-box .lr-set:nth-of-type(1) {
    margin-top: 0;
  }
  img {
    -webkit-backface-visibility: hidden;
  }
  .jsb {
    justify-content: space-between;
  }
  .ftl {
    font-size: 1.4em;
  }
  .bnr-ctr {
    text-align: center;
    padding: 50px 0;
  }
  ol.num-list > li {
    padding: 12px;
    border-bottom: dotted 1px #ccc;
    padding-left: 23px;
    text-indent: -21px;
  }
  ol.num-list > li:nth-last-of-type(1) {
    border-bottom: none;
  }
  ol.num-list > li:before {
    font-weight: bold;
    font-size: 1.2em;
  }
  ol.num-list > li:nth-of-type(1):before {
    content: "1. ";
  }
  ol.num-list > li:nth-of-type(2):before {
    content: "2. ";
  }
  ol.num-list > li:nth-of-type(3):before {
    content: "3. ";
  }
  table.dft {
    margin-top: 0;
    width: 100%;
  }
  table.dft th {
    width: 23%;
    background: #444;
    color: #fff;
    vertical-align: middle;
    font-weight: 500;
  }
  table.dft td {
    background: #fff;
  }
  table.dft th, table.dft td {
    padding: 20px;
    font-size: 20px;
    line-height: 1.7;
    border-bottom: solid 3px #f5f4eb;
  }
  .dot-list {
    padding: 12px 0;
    margin-left: 20px;
  }
  .dot-list > li {
    padding: 3px;
    padding-left: 23px;
    text-indent: -21px;
  }
  .dot-list li:before {
    content: "●";
    margin-right: 6px;
    color: #2780c3;
  }
  .box-three {
    display: flex;
    flex-wrap: wrap;
  }
  .box-three img {
    width: 100%;
    height: auto;
  }
  .pc-ctr {
    text-align: center;
  }
  .dft-btn {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 340px;
    height: 80px;
    border-radius: 160px;
    border: solid 3px #3f3b3a;
    padding-left: 22px;
    padding-right: 60px;
    background: url(../image/base/arw-gccl.png) no-repeat right 20px center #fff;
    font-size: 22px;
    font-weight: 900;
    color: #3f3b3a;
  }
  .dft-btn:hover {
    border-color: #e37319;
    transform: translateY(-5px);
  }
  .dft-btn.ctr {
    margin-left: auto;
    margin-right: auto;
  }
  .dft-btn.btm {
    margin-top: 60px;
  }
  .intro {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    color: #3f3b3a;
    text-align: left;
    padding: 50px 20px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .art-block table {
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    margin-top: 25px;
  }
  .art-block table + * {
    padding-top: 20px;
  }
  .art-block th {
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 15px;
    background: #333;
    color: #fff;
    font-weight: 400;
  }
  .art-block td {
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 15px;
  }
  .art-block .snd th {
    background: #f5f5f5;
    color: #000;
    vertical-align: middle;
  }
  .art-block th.snd {
    background: #f5f5f5;
    color: #000;
  }
  .art-block .txt-block:not(:nth-last-of-type(1)) {
    margin-bottom: 50px;
  }
  .art-block .img-ctr {
    padding: 10px 0 40px;
  }
  .art-block .img-ctr img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  *.wt {
    color: #fff;
  }
  .lr-set {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto 25px;
    max-width: 100%;
  }
  .lr-set .txt-box {
    width: 59%;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    color: #3f3b3a;
  }
  .lr-set .img {
    width: 37%;
    margin-left: 0;
    overflow: hidden;
  }
  .lr-set .img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .lr-set .txt p {
    padding-bottom: 1.2em;
  }
  .no-box {
    border: solid 10px #ccc;
    width: 100%;
    margin: 20px auto;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 50px;
    font-weight: 900;
    color: #444;
    padding: 100px 20px;
  }
  #top-event .no-box {
    margin-top: 0;
  }
  .art-block.news-box .lr-set {
    border-bottom: 0;
    padding: 40px 30px;
    background: #f0eee5;
    margin-bottom: 0;
  }
  .art-block.news-box .lr-set:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .art-block.news-box .lr-set:nth-of-type(1) {
    margin-top: 0;
  }
  .lr-set.r {
    flex-direction: row-reverse;
  }
  .bg-gry .art-block {
    border-top: none;
    padding: 60px 0 70px;
    background: url(../image/base/bg01.jpg) no-repeat top -100px center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
  .gmap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .gmap iframe {
    width: 100%;
  }
  .inq-box {
    width: 100%;
    height: 384px;
    background: url(../image/base/inq-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
  }
  .inq-box .wt {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
  .inq-box .abs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .no-case + .inq-box {
    margin-top: 50px;
  }
  .dfts {
    width: 85%;
    font-size: 14px;
    line-height: 1.8;
    border-top: solid 1px #ccc;
    margin: 0 auto;
  }
  .dfts th {
    font-weight: normal;
    padding: 20px 25px;
    text-align: left;
    letter-spacing: 1px;
    border-bottom: solid 3px #000;
  }
  .dfts td {
    font-weight: normal;
    padding: 20px 25px;
    text-align: left;
    letter-spacing: 1px;
  }
  .dfts tr {
    border-bottom: solid 1px #ccc;
  }
  .dfts tr:nth-of-type(1) th {
    border-top: solid 3px #000;
  }
  ul.dft {
    border-top: dotted 1px #ccc;
  }
  ul.dft li {
    padding: 20px;
    border-bottom: dotted 1px #ccc;
    line-height: 1.8;
  }
  ul.num li {
    list-style-type: decimal;
    padding-left: 5px;
    list-style-position: inside;
  }
  .event #contact {
    padding-top: 40px;
  }
  #contact .rtline {
    width: 780px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    padding: 20px;
    border: solid 1px #ccc;
  }
  #contact .rtline dt {
    width: 42%;
    border-right: solid 2px #ccc;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
  }
  #contact .rtline dt p {
    font-size: 14px;
  }
  #contact .rtline dd {
    width: 58%;
    padding-left: 80px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
  }
  #contact .rtline dd a.bl-link {
    margin-left: -40px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #contact .rtline dd a.bl-link:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #contact .rtline.noline {
    border: none;
  }
  #contact .rtline.noline dt {
    padding-right: 20px;
  }
  #contact .rtline.dd-nobtm dt {
    margin-bottom: 0;
  }
  #contact .rtline.dd-nobtm dd {
    margin-bottom: 0;
  }
  #form-wrap {
    width: 850px !important;
    padding: 20px 0;
  }
  #form-wrap .cb label {
    display: inline-block !important;
    padding-right: 20px !important;
  }
  #form-wrap .your-privacy .cb label {
    padding-right: 5px !important;
  }
  #form-wrap .note {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
  #form-wrap .clm-box {
    padding: 10px 20px 0;
    margin: 20px auto 40px;
    font-size: 1em;
  }
  #form-wrap .sub-btn input {
    font-size: 28px;
    font-weight: 700;
    border-radius: 20px;
    margin: 40px auto;
  }
  #form-wrap .cfm-btn input {
    width: 30px;
    height: 30px;
  }
  .form-parts {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .form-parts dt {
    width: 30% !important;
    margin: 20px 0 0 !important;
    display: flex;
    align-items: center;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
  }
  .form-parts dd {
    width: 70% !important;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .form-parts .time-box {
    display: block;
    padding: 8px 0 15px 75px;
  }
  .form-parts .time-box input {
    display: inline-block !important;
    margin-right: 8px !important;
    margin-left: 5px !important;
  }
  .form-parts .time-box label {
    display: inline-block !important;
    padding-right: 20px !important;
  }
  .form-parts .ibs {
    display: inline-block !important;
    width: 100px !important;
  }
  .form-parts .note {
    font-size: 12px;
    line-height: 1.5;
  }
  .form-parts .pdt {
    padding-top: 5px;
  }
  .wpcf7-response-output {
    max-width: 850px;
    margin: -20px auto 40px !important;
    border: solid 2px #fff;
    padding: 10px;
  }
  #jve {
    padding-top: 30px;
  }
  .main-visual-page {
    height: 350px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 33px;
  }
  .main-v-cont {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 200;
  }
  .main-v-cont .title {
    color: #fff;
    line-height: 1.4;
    text-align: center;
    width: 100%;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    margin-top: 20px;
  }
  .main-v-cont .en {
    box-shadow: 0 0 5px 2px #fff;
  }
  .main-v-cont-wt {
    background: url(../image/base/bg04.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 101;
    opacity: 0.4;
  }
  .crm-wrap {
    width: 100%;
    background: #2780c3;
    padding: 18px 0;
  }
  .crumbs {
    width: 1180px;
    height: 17px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 13px;
  }
  .crumbs a {
    display: block;
    color: #fff;
    font-size: 13px;
    position: relative;
    margin-right: 25px;
    padding-top: 1px;
  }
  .crumbs a:after {
    content: ">";
    position: absolute;
    right: -17px;
    top: 1px;
  }
  .crumbs a:nth-last-of-type(1):after {
    content: none;
  }
  .crumbs a.home {
    width: 15px;
    height: 15px;
    background: url(../image/base/home.png) no-repeat top left;
    background-size: contain;
  }
  .main-visual {
    background: url(../image/top/topmain01.jpg) no-repeat top center;
    background-size: cover;
  }
  .swiper-catch {
    display: block;
    width: 800px;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1.68;
  }
  .swiper-catch p {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    letter-spacing: 1px;
  }
  #feature-canvas {
    width: 100%;
    height: 346px;
    margin: 0 auto;
    background-color: #2780c3;
    position: relative;
  }
  .abs {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .swiper-slide div {
    position: absolute;
    top: 28%;
    left: calc(50% - 400px);
  }
  .swiper-slide-active div {
    animation-name: fade-in;
    animation-duration: 1.2s;
    animation-delay: 1s;
    animation-fill-mode: both;
  }
  .block-wt-line {
    border: solid 1px #fff;
    display: block;
    text-align: center;
    width: 265px;
    height: 56px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px;
    padding-top: 13px;
    margin: 50px auto 0;
    font-size: 20px;
  }
  .block-wt-line:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
  }
  .three-points {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
    height: 114px;
    margin-top: 10px;
  }
  .three-points li {
    width: 33.333%;
    line-height: 1.5;
    display: flex;
    align-items: center;
    background: url(../image/top/c1.png) no-repeat center left 30px #fff;
    padding: 0 30px 0 110px;
  }
  .three-points li:not(:nth-last-of-type(1)) {
    border-right: solid 1px #bbb;
  }
  .three-points li:nth-of-type(2) {
    background-image: url(../image/top/c2.png);
  }
  .three-points li:nth-of-type(3) {
    background-image: url(../image/top/c3.png);
  }
  .top-sec {
    padding-bottom: 80px;
  }
  .lead-txt.l {
    font-size: 18px;
  }
  .art-block {
    border-top: solid 1px #bbb;
    padding: 50px 0;
    line-height: 1.875;
  }
  .art-block + .art-block.no-bdr > .flex-three.art {
    margin-top: 45px;
  }
  .art-block + .art-block.no-bdr .lr-set {
    margin-top: 80px;
  }
  .art-block + .art-block.no-bdr .flex-three {
    margin-top: 65px;
  }
  .art-block p:not(.img) {
    display: block;
    margin: 0 auto;
  }
  .art-block .pt-bl + .wrap9 .h-line {
    margin-top: 50px;
  }
  .art-block.news-box {
    border-top: 0;
    padding-top: 70px;
    padding-bottom: 0;
    background: #f0eee5;
  }
  .art-block.news-box:nth-last-of-type(1) {
    padding-bottom: 50px;
    margin-bottom: 60px;
  }
  .art-block.balance {
    padding-top: 10px;
  }
  .art-block.balance:nth-last-of-type(1) {
    padding-bottom: 80px;
  }
  .art-block.no-bdr {
    border-top: none;
    padding: 0 0 30px;
    margin-top: -75px;
  }
  .art-block.no-bdr + .art-block.no-bdr {
    margin-top: 0;
  }
  .art-block.no-bdr + .art-block.no-bdr .lr-set {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .art-case.art-block.no-bdr {
    padding-bottom: 0;
  }
  .art-case.art-block.no-bdr + .art-case.art-block {
    margin-top: 75px;
  }
  .art-case.art-block.no-bdr + .art-case.art-block .art {
    margin-top: -35px;
  }
  .art-case.art-block.no-bdr + .art-case.art-block .pt-bl-vr + .art {
    margin-top: 0;
  }
  .art-block.no-bdrs {
    border-top: none;
    padding-top: 0;
    margin-top: -20px;
  }
  .art-block.no-bdr0 {
    border-top: none;
  }
  .art-block.s * {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
  .art {
    max-width: 1180px;
    margin: 40px auto;
  }
  .art:nth-last-of-type(1) {
    margin-bottom: 20px;
  }
  .art li img {
    width: 100%;
    height: auto;
  }
  .flex-two.art li {
    width: 47.7%;
  }
  .flex-three.art {
    justify-content: flex-start;
    max-width: 1180px;
  }
  .flex-three.art li {
    width: 31.5%;
    background: #f5f5f5;
    margin-right: 2.7%;
  }
  .flex-three.art li:nth-of-type(3n) {
    margin-right: 0;
  }
  .flex-three.art img {
    height: 260px;
    object-fit: cover;
    object-position: center;
  }
  .flex-three.art h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    min-height: 44px;
    width: 100%;
    background: #333;
    color: #fff;
    text-align: center;
    padding: 8px 0 7px;
    line-height: 1.4;
  }
  .flex-three.art .txt {
    padding: 12px 12px 16px 14px;
  }
  .qa-set {
    margin-bottom: 40px;
  }
  .qa {
    line-height: 1.8;
  }
  .qa dt {
    padding: 12px 30px;
    font-size: 18px;
    background: url(../image/base/q.png) no-repeat center left 20px #d4e6f3;
    padding-left: 80px;
  }
  .qa dd {
    padding: 12px 30px;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .tab-wrap {
    background: #fff;
    width: 1000px;
    margin: 0 auto 20px;
  }
  .tab-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px 0;
    width: 1000px;
    margin: 0 auto 30px;
  }
  .tab-group li {
    width: 30%;
    border: solid 2px #3f3b3a;
    margin: 0 15px;
    background: #fff;
  }
  .tab {
    flex-grow: 1;
    cursor: pointer;
    width: 100%;
    height: 64px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    padding: 0;
  }
  .tab a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    height: 100%;
    color: #3f3b3a;
  }
  .tab a:hover {
    text-decoration: none;
    background: #3f3b3a;
    color: #fff;
  }
  .panel-group {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 35px;
  }
  .panel {
    display: none;
  }
  .tab.is-active {
    transition: all 0.2s ease-out;
    background: #3f3b3a;
    color: #fff;
    position: relative;
  }
  .tab.is-active a {
    color: #fff;
  }
  .tab.is-active:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #3f3b3a;
  }
  .panel.is-show {
    display: block;
    position: relative;
  }
  #page-flow {
    padding-bottom: 60px;
  }
  #page-flow .flow-box {
    margin: 40px auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #page-flow .flow-box li {
    background: #f5f4eb;
    border-radius: 20px;
    width: 31%;
    margin-bottom: 50px;
    position: relative;
    padding: 80px 25px 30px;
  }
  #page-flow .flow-box li:nth-of-type(3n - 1) {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
  #page-flow .flow-box li:nth-of-type(1)::after {
    content: url(../image/base/arw-next.png);
    position: absolute;
    top: 48%;
    right: -40px;
  }
  #page-flow .flow-box li:nth-of-type(2)::after {
    content: url(../image/base/arw-next.png);
    position: absolute;
    top: 48%;
    right: -40px;
  }
  #page-flow .flow-box li:nth-of-type(3)::after {
    content: url(../image/base/arw-next.png);
    position: absolute;
    top: 48%;
    right: -40px;
  }
  #page-flow .flow-box li:nth-of-type(4)::after {
    content: url(../image/base/arw-next.png);
    position: absolute;
    top: 48%;
    right: -40px;
  }
  #page-flow .flow-box li:nth-of-type(5)::after {
    content: url(../image/base/arw-next.png);
    position: absolute;
    top: 48%;
    right: -40px;
  }
  #page-flow .flow-box li:nth-of-type(6)::after {
    content: url(../image/base/arw-next.png);
    position: absolute;
    top: 48%;
    right: -40px;
  }
  #page-flow .flow-box li:nth-of-type(7)::after {
    content: url(../image/base/arw-next.png);
    position: absolute;
    top: 48%;
    right: -40px;
  }
  #page-flow .flow-box li:nth-of-type(8)::after {
    content: url(../image/base/arw-next.png);
    position: absolute;
    top: 48%;
    right: -40px;
  }
  #page-flow .flow-box li:nth-of-type(1)::before {
    content: url(../image/base/c01.png);
    position: absolute;
    top: -20px;
    left: calc(50% - 40px);
  }
  #page-flow .flow-box li:nth-of-type(2)::before {
    content: url(../image/base/c02.png);
    position: absolute;
    top: -20px;
    left: calc(50% - 40px);
  }
  #page-flow .flow-box li:nth-of-type(3)::before {
    content: url(../image/base/c03.png);
    position: absolute;
    top: -20px;
    left: calc(50% - 40px);
  }
  #page-flow .flow-box li:nth-of-type(4)::before {
    content: url(../image/base/c04.png);
    position: absolute;
    top: -20px;
    left: calc(50% - 40px);
  }
  #page-flow .flow-box li:nth-of-type(5)::before {
    content: url(../image/base/c05.png);
    position: absolute;
    top: -20px;
    left: calc(50% - 40px);
  }
  #page-flow .flow-box li:nth-of-type(6)::before {
    content: url(../image/base/c06.png);
    position: absolute;
    top: -20px;
    left: calc(50% - 40px);
  }
  #page-flow .flow-box li:nth-of-type(7)::before {
    content: url(../image/base/c07.png);
    position: absolute;
    top: -20px;
    left: calc(50% - 40px);
  }
  #page-flow .flow-box li:nth-of-type(8)::before {
    content: url(../image/base/c08.png);
    position: absolute;
    top: -20px;
    left: calc(50% - 40px);
  }
  #page-flow .flow-box li:nth-of-type(9)::before {
    content: url(../image/base/c09.png);
    position: absolute;
    top: -20px;
    left: calc(50% - 40px);
  }
  #page-flow .flow-box li h3 {
    text-align: center;
  }
  #page-flow .flow-box li .img {
    text-align: center;
    padding: 20px 0;
  }
  #page-flow .flow-box li .txt {
    font-weight: 700;
    line-height: 1.6;
  }
  #page-flow .flow-box-vr {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  #page-flow .flow-box-vr li {
    border: solid 6px #444;
    border-radius: 20px;
    padding: 25px 25px 25px 160px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 40px;
    position: relative;
  }
  #page-flow .flow-box-vr li:nth-of-type(1)::before {
    content: "01";
    position: absolute;
    top: calc(50% - 30px);
    left: 20px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 80px;
    color: #444;
  }
  #page-flow .flow-box-vr li:nth-of-type(2)::before {
    content: "02";
    position: absolute;
    top: calc(50% - 30px);
    left: 20px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 80px;
    color: #444;
  }
  #page-flow .flow-box-vr li:nth-of-type(3)::before {
    content: "03";
    position: absolute;
    top: calc(50% - 30px);
    left: 20px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 80px;
    color: #444;
  }
  #page-flow .flow-box-vr li:nth-of-type(4)::before {
    content: "04";
    position: absolute;
    top: calc(50% - 30px);
    left: 20px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 80px;
    color: #444;
  }
  #page-flow .flow-box-vr li:nth-of-type(5)::before {
    content: "05";
    position: absolute;
    top: calc(50% - 30px);
    left: 20px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 80px;
    color: #444;
  }
  #page-flow .flow-box-vr li:nth-of-type(6)::before {
    content: "06";
    position: absolute;
    top: calc(50% - 30px);
    left: 20px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 80px;
    color: #444;
  }
  #page-flow .flow-box-vr li .img {
    width: 300px;
    margin-right: 20px;
    padding: 0 30px;
    border-left: solid 6px #444;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #page-flow .flow-box-vr li .img img {
    width: 240px;
    height: auto;
    border-radius: 120px;
  }
  #page-flow .flow-box-vr li .txt-box {
    width: calc(100% - 330px);
  }
  #page-flow .flow-box-vr li .txt-box .txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    color: #3f3b3a;
    padding-top: 20px;
  }
  #page-plan .bg-lgt {
    padding: 60px 0;
  }
  #page-plan .bg-mainc {
    padding: 30px 0;
  }
  #page-plan .bnr-ctr {
    padding: 0;
  }
  #page-plan .tit-art {
    padding-bottom: 40px;
  }
  #page-plan .intro {
    padding: 30px;
    background: #fff;
    border-radiius: 20px;
    margin-bottom: 60px;
  }
  #page-plan .intro.top {
    color: #3f3b3a;
    padding: 0 20px 50px;
    margin-bottom: 0;
    background: none;
  }
  #page-plan .flex-two li {
    width: 47.5%;
    border-radius: 20px;
    background: #fff;
    padding: 0 0 30px 0;
  }
  #page-plan .flex-two li .img {
    margin-bottom: 25px;
  }
  #page-plan .flex-two li .img img {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
  }
  #page-plan .flex-two li h3 {
    padding: 0 20px 25px 23px;
  }
  #page-plan .flex-two li .txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    color: #3f3b3a;
    padding: 0 20px 0 23px;
  }
  #page-plan .flex-two li:nth-of-type(n + 3) {
    margin-top: 40px;
  }
  #page-plan .flex-two.price-notes li {
    padding: 0 25px 25px;
    font-size: 16px;
    line-height: 1.8;
    background: #f5f4eb;
  }
  #page-plan .flex-two.price-notes li h3 {
    padding: 10px 0;
  }
  #page-plan .lr-set .img {
    width: 55%;
  }
  #page-plan .lr-set .img img {
    width: 100%;
    height: auto;
  }
  #page-plan .lr-set table {
    width: 40%;
  }
  #page-plan .lr-set.s .img {
    width: 40%;
  }
  #page-plan .lr-set.s .img img {
    margin-bottom: 30px;
  }
  #page-plan .lr-set.s table {
    width: 55%;
  }
  #page-plan .lr-set.s table td {
    line-height: 1.7;
    text-align: left;
  }
  #page-plan .flex-five {
    width: 100vw;
    margin: 0 calc(50% - 50vw - 9px) 50px;
  }
  #page-plan .flex-five .txt {
    color: #fff;
  }
  .flex-five {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .flex-five li {
    border-right: solid 1px #e37319;
  }
  .flex-five .img {
    padding-bottom: 15px;
  }
  .flex-five .img img {
    width: 100%;
    height: auto;
  }
  .flex-five .txt {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }
  .box-price {
    width: 100%;
    margin: 40px auto;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 20px;
  }
  .tbl-price {
    width: 100%;
    margin-bottom: 20px;
  }
  .tbl-price th, .tbl-price td {
    padding: 18px;
    border-bottom: solid 6px #f5f4eb;
  }
  .tbl-price th {
    background: #444;
    color: #fff;
  }
  .tbl-price td {
    background: #fff;
    text-align: center;
    font-weight: 700;
  }
  .tbl-price tr:nth-of-type(2n+3) th, .tbl-price tr:nth-of-type(2n+3) td {
    background: #ededed;
  }
  .tbl-price.no-bdr tr:nth-of-type(2n+3) th {
    background: #444;
  }
  .tbl-price.no-bdr tr:nth-of-type(2n+3) td {
    background: #fff;
    line-height: 1.7;
  }
  #page-land {
    padding: 50px 0 60px;
  }
  #page-land .tit-mds {
    text-align: center;
  }
  #page-land figure {
    margin: 40px auto;
    text-align: center;
  }
  #page-land figure img {
    width: 80%;
    height: auto;
  }
  .land-spec {
    width: 100%;
    margin-bottom: 25px;
  }
  .land-spec th, .land-spec td {
    padding: 18px 8px;
    font-size: 18px;
    line-height: 1.7;
    vertical-align: middle;
  }
  .land-spec tr {
    border-bottom: solid 3px #f5f4eb;
  }
  .land-spec th {
    background: #444;
    color: #fff;
    font-weight: 500;
    width: 18%;
    font-size: 17px;
  }
  .land-spec td {
    background: #fff;
    min-width: 32%;
  }
  .land-list {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .land-list li {
    position: relative;
    margin-bottom: 30px;
    width: 32%;
    background: #fff;
    border-radius: 20px;
    padding-bottom: 70px;
  }
  .land-list li:nth-of-type(3n-1) {
    margin-right: 2%;
    margin-left: 2%;
  }
  .land-list li a {
    border-radius: 20px;
  }
  .land-list li a .img {
    display: block;
    height: 280px;
    overflow: hidden;
  }
  .land-list li a .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
  }
  .land-list li .mrk-cat {
    position: absolute;
    top: -8px;
    right: 10px;
    z-index: 5;
    width: 120px;
    height: 32px;
    color: #fff;
    padding-bottom: 2px;
    border-radius: 16px;
    background: #e37319;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .land-list li .inq-btn-s {
    position: absolute;
    left: calc(50% - 110px);
    bottom: 26px;
  }
  .land-list .dtl-box {
    padding: 16px;
  }
  .land-list .tit {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0 20px;
    line-height: 1.3;
    color: #3f3b3a;
  }
  .land-list .land-dtl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .land-list .land-dtl dt, .land-list .land-dtl dd {
    padding: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .land-list .land-dtl dt:not(:nth-of-type(1)), .land-list .land-dtl dd:not(:nth-of-type(1)) {
    border-top: solid 1px #666;
  }
  .land-list .land-dtl dt {
    width: 100px;
  }
  .land-list .land-dtl dt span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #444;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    width: 84px;
    height: 28px;
    border-radius: 6px;
    padding-bottom: 1px;
    letter-spacing: 1px;
  }
  .land-list .land-dtl dd {
    width: calc(100% - 110px);
    color: #3f3b3a;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
  .inq-btn-s {
    width: 220px;
    background: #e37319;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .inq-btn-s:hover {
    background: #ccc;
  }
  #page-guide {
    background: #f5f4eb;
    padding: 60px 0;
  }
  #page-guide .lr-set {
    width: 1200px;
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 40px;
  }
  #page-guide .lr-set .txt-box .txt {
    width: 100%;
  }
  #page-guide .lr-set .img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  #page-about .bg-lgt {
    padding: 60px 0;
  }
  #page-about .flex-two {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  #page-about .flex-two li {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 120px 30px 30px;
    width: 47.5%;
    margin-bottom: 50px;
  }
  #page-about .flex-two li::before {
    content: "POINT";
    letter-spacing: 1px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 32px;
    position: absolute;
    left: 35px;
    top: 50px;
    color: #e37319;
  }
  #page-about .flex-two li::after {
    content: url(../image/base/c01.png);
    position: absolute;
    left: 160px;
    top: 26px;
  }
  #page-about .flex-two li:nth-of-type(2)::after {
    content: url(../image/base/c02.png);
  }
  #page-about .flex-two li:nth-of-type(3)::after {
    content: url(../image/base/c03.png);
  }
  #page-about .flex-two li:nth-of-type(4)::after {
    content: url(../image/base/c04.png);
  }
  #page-about .flex-two li:nth-of-type(5)::after {
    content: url(../image/base/c05.png);
  }
  #page-about .flex-two li:nth-of-type(6)::after {
    content: url(../image/base/c06.png);
  }
  #page-about .flex-two li:nth-of-type(7)::after {
    content: url(../image/base/c07.png);
  }
  #page-about .flex-two li:nth-of-type(8)::after {
    content: url(../image/base/c08.png);
  }
  #page-about .flex-two li .img {
    margin: 30px auto;
    border: solid 3px #eb5a28;
  }
  #page-about .flex-two li .img img {
    width: 100%;
    height: auto;
  }
  #page-about .flex-two li .txt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
  }
  #page-com {
    padding: 0 0 40px;
  }
  #page-com .lr-set {
    padding: 60px 0;
  }
  #page-com .lr-set .img {
    width: 28%;
  }
  #page-com .lr-set .txt-box {
    width: 68%;
  }
  #page-com .bg-lgt {
    padding-bottom: 60px;
  }
  #page-com table.dft {
    margin-bottom: 60px;
  }
  #page-form {
    padding: 20px 0 50px;
  }
  .dl-set {
    margin: 40px auto 50px;
  }
  .dl-set dt {
    padding: 8px;
    text-align: center;
    background: #0a2463;
    color: #fff;
  }
  .dl-set dd {
    margin-top: 8px;
    padding: 20px;
    border: solid 3px #bbb;
  }
  span.tel-mrk {
    font-size: 30px;
    display: block;
    font-weight: bold;
    text-align: center;
  }
  span.tel-mrk:before {
    display: inline-block;
    content: "TEL";
    background: #2780c3;
    color: #fff;
    font-size: 12px;
    width: 60px;
    padding: 3px;
    text-align: center;
    border-radius: 6px;
    margin-right: 14px;
    position: relative;
    top: -7px;
  }
  span.cap {
    display: flex;
    justify-content: center;
    margin-top: 8px;
  }
  #page-policy {
    padding-bottom: 60px;
  }
  #page-policy > p {
    padding: 30px 0;
    font-size: 16px;
    line-height: 1.7;
  }
  .policy {
    margin-top: 40px;
  }
  .policy dd {
    padding: 15px 40px 40px 42px;
    font-size: 16px;
    line-height: 1.8;
  }
  .policy dd ul {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .policy dd ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .policy dd ul li::before {
    content: "●";
    font-size: 10px;
    color: #e37319;
    margin-right: 5px;
    position: relative;
    top: -2px;
  }
  .policy dt {
    background: #ddd;
    font-size: 18px;
    padding: 10px 20px 12px;
  }
  .policy .clm-box-line {
    padding-right: 100px;
    padding-left: 100px;
  }
  .policy .num-list li:before {
    font-weight: 400;
    font-size: 17px;
  }
  .rdot {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    width: 100px;
  }
  .rdot:after {
    content: "：";
    position: absolute;
    right: 0;
  }
  #comart {
    padding-bottom: 60px;
  }
  #top-area {
    margin-top: 30px;
    padding-bottom: 70px;
  }
  #top-area .clm-box-line {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #top-area dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top-area dt {
    width: 15%;
    position: relative;
    text-align: right;
    padding-right: 30px;
  }
  #top-area dt:after {
    content: "：";
    position: absolute;
    right: 15px;
  }
  #top-area dd {
    width: 85%;
  }
  .bg-gry {
    background: #f5f5f5;
  }
  .bg-lgry {
    background: #ebebeb;
  }
  .bg-bl {
    background: #d4e6f3;
  }
  .bg-bge {
    background: #f0eae5;
  }
  .tline {
    border-top: solid 1px #ccc;
  }
  .flex-one {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flex-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex-two {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex-two > div {
    width: 50%;
  }
  .flex-two > div > img {
    max-width: 100%;
  }
  .flex-two > li {
    width: 50%;
  }
  .flex-two > li > img {
    max-width: 100%;
  }
  .flex-two .img-box img {
    max-width: 100%;
  }
  .flex-three {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex-three > div {
    width: 33.1%;
  }
  .flex-three > li {
    width: 33.1%;
  }
  .flex-four {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .flex-four > div {
    width: 22%;
    margin-right: 4%;
  }
  .flex-four > div:nth-last-of-type(1) {
    margin-right: 0;
  }
  .flex-four > li {
    width: 22%;
    margin-right: 4%;
  }
  .flex-four > li:nth-last-of-type(1) {
    margin-right: 0;
  }
  .flex-four.one {
    justify-content: center;
  }
  .flex-four.one > li {
    width: 50%;
    margin-right: 0;
  }
  .clm-box {
    margin: 40px auto;
    padding: 40px;
    text-align: center;
    background: #f1f1f1;
    font-size: 1.1em;
  }
  .clm-box-line {
    display: inline-block;
    margin: 40px auto;
    padding: 30px;
    border: solid 1px #bbb;
  }
  .thx {
    border: solid 3px #ccc;
    padding: 100px 50px;
    line-height: 1.8;
  }
  .thx h3 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  #top-inquiry {
    background: url(../image/base/bg-catinq.png) no-repeat #e37319 top -15px left 10px;
    background-size: 80vw auto;
    padding: 50px 0;
    min-width: 1234px;
  }
  .inq-set {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .inq-set .set {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 1200px;
    gap: 70px;
  }
  .btn-big {
    width: 566px;
    height: 200px;
    border: solid 6px #444;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 50px 20px 200px;
    background: url(../image/base/pct-catalog.png) no-repeat left 30px center #fff;
    margin: 25px;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    color: #3f3b3a;
    position: relative;
  }
  .btn-big .gry-rnd {
    margin-bottom: 5px;
  }
  .btn-big:nth-of-type(2) {
    background: url(../image/base/pct-contact.png) no-repeat left 30px center #fff;
  }
  .btn-big::after {
    content: url(../image/base/arw-og.png);
    position: absolute;
    right: 40px;
    top: calc(50% - 27px);
  }
  .btn-big:hover {
    background-color: #ffd;
    transform: translateY(-5px);
  }
  #top-event {
    background: #f5f4eb;
    padding-bottom: 50px;
  }
  #page-event {
    background: #f5f4eb;
    padding: 50px 0 60px;
  }
  .eve-box li:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .eve-box li > a {
    background: url(../image/base/arw-gccl-l.png) no-repeat right 30px bottom 30px #fff;
    padding: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .eve-box li > a:hover {
    background-color: #ffd;
  }
  .eve-box li .a {
    background: #fff;
    padding: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .eve-box li .a .txt-box {
    padding: 30px 20px;
  }
  .eve-box li .img {
    width: 500px;
    overflow: hidden;
    margin-right: 60px;
  }
  .eve-box li .img img {
    width: 100%;
    height: auto;
  }
  .eve-box li .eve-dtl-box {
    width: 540px;
  }
  .eve-box li .eve-dtl-box .gry-rnd {
    margin-bottom: 20px;
  }
  .eve-box li .eve-dtl {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .eve-box li .eve-dtl dt, .eve-box li .eve-dtl dd {
    margin: 10px 0;
  }
  .eve-box li .eve-dtl dt {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    background: #e37319;
    width: 74px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .eve-box li .eve-dtl dd {
    font-size: 26px;
    font-weight: 900;
    color: #3f3b3a;
    width: calc(100% - 74px);
    padding: 0 0 0 20px;
    line-height: 1.5;
  }
  .eve-box li .txt-box {
    padding: 20px 0;
    width: 100%;
    font-size: 19px;
    font-weight: 500;
    line-height: 2;
    color: #3f3b3a;
  }
  .eve-box li .txt-box + .dft-btn {
    margin-bottom: 40px;
    width: 400px;
  }
  #top-news {
    border: solid 6px #444;
    padding: 40px 30px 30px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: flex-stretch;
    flex-wrap: wrap;
  }
  #top-news .vr-set {
    width: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 30px;
  }
  #top-news .no-box-s {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 360px);
    background: #f1f1f1;
  }
  .news-list {
    width: calc(100% - 360px);
  }
  .news-list dt {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 22px;
    padding-bottom: 5px;
    color: #e37319;
  }
  .news-list dd {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .news-list dd a {
    color: inherit;
  }
  .news-list dd a:hover {
    text-decoration: underline;
  }
  #top-plan {
    background: url(../image/base/bg-bizarchi.png) no-repeat 0 0 #e37319;
    background-size: 100% auto;
    padding-bottom: 50px;
  }
  .plan-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    min-width: 1200px;
  }
  .plan-list li {
    margin-bottom: 30px;
  }
  .plan-list li:nth-of-type(3n-1) {
    margin-left: 36px;
    margin-right: 36px;
  }
  .plan-list li a {
    background: url(../image/base/arw-gccl.png) no-repeat right 15px bottom 20px #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 20px;
  }
  .plan-list li a .img {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }
  .plan-list li a .img img {
    width: auto;
    height: 245px;
    object-fit: cover;
  }
  .plan-list li a .tit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    height: 70px;
    padding-left: 20px;
    padding-bottom: 2px;
    color: #3f3b3a;
    font-size: 30px;
    font-weight: 900;
  }
  .plan-list li a .tit.s {
    font-size: 26px;
  }
  .plan-list li a .tit.ss {
    font-size: 23px;
  }
  #top-works {
    background: url(../image/base/bg-oglogo.png) no-repeat right 100px top -50px #f5f4eb;
    padding-bottom: 50px;
  }
  #top-works .rt-gry-btn {
    position: absolute;
    right: 0;
    top: 90px;
  }
  #page-works {
    padding: 50px 0 60px;
  }
  #page-works .cat_tag {
    width: 400px;
    height: 48px;
    border-radius: 24px;
    margin: 30px auto;
    background: #3f3b3a;
    color: #fff;
    font-size: 26px;
    padding-bottom: 2px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #page-works .tit-mds {
    text-align: center;
    padding-bottom: 50px;
  }
  #page-works .lr-set {
    position: relative;
  }
  #page-works .lr-set .slider-box {
    width: 690px;
  }
  #page-works .lr-set .wks-dtl {
    width: 460px;
  }
  #page-works .lr-set.wks-list {
    align-items: flex-start;
    justify-content: space-between;
  }
  #page-works .lr-set .dft-btn {
    position: absolute;
    right: 50px;
    bottom: 80px;
  }
  .wks-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .wks-list li {
    width: 31%;
    position: relative;
  }
  .wks-list li:nth-of-type(3n-1) {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
  .wks-list li:nth-of-type(n+4) {
    margin-top: 40px;
  }
  .wks-list li a {
    background: url(../image/base/arw-gccl.png) no-repeat right 15px bottom 20px #fff;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
    height: 100%;
  }
  .wks-list li a .img {
    width: 100%;
    overflow: hidden;
    background: #ddd;
  }
  .wks-list li a .img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
  }
  .wks-list li a .img.tate img {
    object-fit: contain;
  }
  .wks-list li a:hover {
    background-color: #ffd;
  }
  .wks-list li .mrk-cat {
    position: absolute;
    top: -8px;
    right: 10px;
    z-index: 5;
    min-width: 120px;
    height: 32px;
    color: #fff;
    padding: 0 20px 2px;
    border-radius: 16px;
    background: #e37319;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .wks-list .dtl-box {
    padding: 5px 20px 20px 20px;
    width: 100%;
  }
  .wks-list .tit {
    font-size: 24px;
    font-weight: 900;
    padding: 20px 0;
    color: #3f3b3a;
  }
  .wks-list .wks-dtl {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .wks-list .wks-dtl dt, .wks-list .wks-dtl dd {
    padding: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .wks-list .wks-dtl dt:not(:nth-of-type(1)), .wks-list .wks-dtl dd:not(:nth-of-type(1)) {
    border-top: solid 1px #666;
  }
  .wks-list .wks-dtl dt {
    width: 110px;
  }
  .wks-list .wks-dtl dt span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #444;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    width: 94px;
    height: 28px;
    border-radius: 6px;
    padding-bottom: 1px;
    letter-spacing: 1px;
  }
  .wks-list .wks-dtl dd {
    width: calc(100% - 110px);
    color: #3f3b3a;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
  #top-genba {
    background: url(../image/top/bg-udr.png) no-repeat top center #f1f1f1;
    padding-bottom: 100px;
  }
  #top-genba .wrap {
    position: relative;
  }
  #top-genba .rt-gry-btn {
    position: absolute;
    right: 0;
    top: 90px;
  }
  #top-genba .intro-set {
    padding-bottom: 40px;
  }
  #top-genba .eve-box li {
    border: solid 5px #ccc;
  }
  #page-genba {
    padding: 50px 0 80px;
  }
  #page-genba .tit-mds {
    text-align: center;
    padding-bottom: 50px;
  }
  #page-genba .img {
    padding-bottom: 30px;
  }
  #page-genba .img img {
    width: 100%;
    height: auto;
  }
  #page-genba .txt-box {
    padding: 20px 0 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    color: #3f3b3a;
  }
  #page-genba .slider-box {
    padding: 40px 0;
  }
  #page-genba .dft-btn {
    margin-top: 50px;
  }
  .gnb-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .gnb-list li {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
  .gnb-list li a {
    background: url(../image/base/arw-gccl.png) no-repeat right 15px bottom 20px #fff;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .gnb-list li a .img {
    width: 35%;
    overflow: hidden;
    padding-bottom: 0 !important;
  }
  .gnb-list li a .img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
  }
  .gnb-list li a:hover {
    background-color: #ffd;
  }
  .gnb-list .dtl-box {
    padding: 15px 20px 20px 20px;
    width: 62%;
  }
  .gnb-list .tit {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 900;
    padding: 20px 0;
    color: #3f3b3a;
  }
  .gnb-list .txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    color: #3f3b3a;
    color: #3f3b3a;
  }
  #cnt-menu {
    background: url(../image/base/bg-contentsmenu.png) no-repeat 0 0 #b8b7b7;
    background-size: 100% auto;
    padding: 80px 0;
  }
  .rnd-lnk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .rnd-lnk li a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 280px;
    height: 100px;
    border-radius: 140px;
    border: solid 3px #fff;
    padding-left: 22px;
    background: url(../image/base/arw-gccl.png) no-repeat right 20px top 32px #fff;
    font-size: 24px;
    font-weight: 900;
    color: #3f3b3a;
  }
  .rnd-lnk li a:hover {
    border-color: #e37319;
    transform: translateY(-5px);
  }
  .rnd-lnk li a .en {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    font-weight: 900;
    display: block;
    margin-bottom: 5px;
    color: #e37319;
  }
  #page-faq {
    padding: 40px 0 60px;
    margin: 0 auto;
  }
  .faq-ul {
    margin-top: 20px;
  }
  .faq-ul dt {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    padding: 15px 15px 15px 80px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
    color: #3f3b3a;
    text-decoration: none;
    background: #fff;
  }
  .faq-ul dt:nth-last-of-type(1) {
    border-bottom: 0;
  }
  .faq-ul dt:before {
    content: "Q";
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    background: #b03a3a;
    border-radius: 20px;
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    left: 20px;
  }
  .faq-ul dt:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 12px;
    background-image: url(../image/base/arw-dwn.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 6px;
    position: absolute;
    top: 24px;
    right: 20px;
  }
  .faq-ul dt.arw-up:nth-last-of-type(1) {
    border-bottom: 1px solid #ddd;
  }
  .faq-ul dt.arw-up + dd {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
  }
  .faq-ul dt.arw-up:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 12px;
    background-image: url(../image/base/arw-dwn.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 6px;
    position: absolute;
    top: 24px;
    right: 20px;
    transform: rotateZ(-180deg);
  }
  .faq-ul li:last-of-type {
    margin-bottom: 0;
  }
  .faq-ul li a {
    color: #007aaa;
    text-decoration: none;
  }
  .faq-ul li a:hover {
    text-decoration: underline;
  }
  .faq-ul dd {
    position: relative;
    display: none;
    background: #fff;
    margin-top: -12px;
    padding: 30px 30px 30px 80px;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    color: #3f3b3a;
  }
  .faq-ul dd:before {
    content: "A";
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    background: #007aaa;
    border-radius: 20px;
    display: block;
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 24px;
    font-weight: bold;
  }
  .faq-ul dd li {
    padding-left: 18px;
  }
  .faq-ul dd li:not(:nth-last-of-type(1)) {
    margin-bottom: 5px;
  }
  a.faq-more {
    width: 400px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    margin: 40px auto 0;
    background: #007aaa url(../image/icn_cf_right.png) no-repeat right 15px center;
    border-radius: 10px;
    display: block;
  }
  a.faq-more:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #faq-single {
    width: 950px;
    padding-top: 20px;
    margin: 0 auto;
  }
  .faq-detail_ttl {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    padding: 2px 0 20px 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #222;
    position: relative;
  }
  .faq-detail_ttl:before {
    content: "Q";
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 40px;
    background: #007aaa;
    border-radius: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #page-blog {
    padding-bottom: 60px;
  }
  #page-blog.bg-lgt {
    padding-top: 60px;
  }
  #page-blog .tit-mds-l {
    padding-bottom: 40px;
  }
  #page-blog .tit-snd {
    padding: 50px 0 0;
  }
  #page-blog .tit-mds {
    text-align: center;
  }
  #page-blog .flex-three {
    justify-content: flex-start;
    gap: 3.5%;
  }
  #page-blog .flex-three li {
    position: relative;
    width: 31%;
    display: flex;
  }
  #page-blog .flex-three li:nth-of-type(n + 4) {
    margin-top: 40px;
  }
  #page-blog .flex-three li a {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    background: url(../image/base/arw-gccl.png) no-repeat right 15px bottom 20px #fff;
    border-radius: 20px;
  }
  #page-blog .flex-three li a .img {
    width: 100%;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
  }
  #page-blog .flex-three li a .img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
  }
  #page-blog .flex-three li a .txt-set {
    padding: 22px 18px;
  }
  #page-blog .flex-three li a .date {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #3f3b3a;
    padding-bottom: 15px;
  }
  #page-blog .flex-three li a .tit {
    color: #e37319;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  #page-blog .flex-three li a .txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    color: #3f3b3a;
  }
  #page-blog .flex-three li a:hover {
    background-color: #ffd;
  }
  #page-blog .flex-three .mrk-cat {
    position: absolute;
    top: 285px;
    right: 15px;
    z-index: 5;
    min-width: 120px;
    height: 32px;
    color: #fff;
    padding: 0 12px 2px;
    border-radius: 16px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  #page-blog .art-txt img {
    marginp-top: 25px;
    margin-bottom: 25px;
  }
  .art-img {
    margin: 40px auto 10px;
    background: #f5f4eb;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px;
  }
  .art-img img {
    width: 100%;
    height: auto;
  }
  .art-txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    color: #3f3b3a;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .pg-date {
    width: 400px;
    height: 56px;
    border-radius: 28px;
    margin: 50px auto 30px;
    background: #3f3b3a;
    color: #fff;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

/*# sourceMappingURL=style.css.map */