.header {
  background: none; }
  .header .header__logo {
    background: none; }

@media screen and (min-width: 981px) {
  .has_nav .header {
    background: var(--color2); }
    .has_nav .header .header__logo {
      background: #fff; } }
@media screen and (max-width: 980px) {
  .has_nav .header {
    background: #fff; } }

.home #main .container {
  padding: 0 !important;
  max-width: inherit; }
.home .e-con.e-flex > .e-con-inner {
  margin: 0 auto !important; }
.home #wrapper {
  padding-top: 0; }

/* =====================================
mainimage
===================================== */
#mainimage {
  position: relative; }
  #mainimage .main-img {
    width: 100%;
    height: 55.5vw;
    max-height: 800px; }
    #mainimage .main-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #mainimage .main-info {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1168px;
    box-sizing: border-box;
    padding: 0 50px; }
  #mainimage .main-txt {
    max-width: 949px; }
  #mainimage ul {
    justify-content: flex-start; }
    #mainimage ul li {
      margin-right: 12px; }
  #mainimage p {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    #mainimage .main-info {
      left: 10%;
      transform: translateX(0);
      width: 80%;
      padding: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    #mainimage .main-info {
      left: 50px;
      width: 80%;
      bottom: 8%; }
    #mainimage ul {
      width: 49%; } }
  @media only screen and (max-width: 767px) {
    #mainimage .main-img {
      height: 216vw; }
    #mainimage .main-info {
      left: 8%;
      bottom: 22vw;
      transform: translateX(0);
      width: 84%;
      padding: 0; }
    #mainimage .main-txt {
      width: 97%; }
    #mainimage ul {
      justify-content: space-between;
      width: 98%;
      margin: 10vw auto 0; }
      #mainimage ul li {
        margin-right: 0;
        width: calc((100% - 18px) / 3); } }

/* =====================================
ttl
===================================== */
.ttl {
  text-align: center; }
  .ttl:before {
    content: "";
    display: block;
    margin: 0 auto 17px;
    width: 76px;
    height: 31px;
    background: url("../img/new/ttl_deco_brown.png") no-repeat center/100% auto; }
  .ttl p {
    letter-spacing: 0;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--color3);
    line-height: 45px; }
  .ttl p.ttl-jp {
    display: inline-table;
    position: relative;
    padding: 0 36px;
    font-size: 32px; }
    .ttl p.ttl-jp:before, .ttl p.ttl-jp:after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 23px;
      height: 25px;
      background: url("../img/new/ttl_deco2_brown.png") no-repeat center/100% auto; }
    .ttl p.ttl-jp:before {
      left: 0; }
    .ttl p.ttl-jp:after {
      right: 0;
      transform: translateY(-50%) rotate(180deg); }
  .ttl p.ttl-en {
    font-size: 24px; }
  .ttl.ttl-white:before {
    background: url("../img/new/ttl_deco_white.png") no-repeat center/100% auto; }
  .ttl.ttl-white p {
    color: #fff; }
  .ttl.ttl-white p.ttl-jp:before, .ttl.ttl-white p.ttl-jp:after {
    background: url("../img/new/ttl_deco2_white.png") no-repeat center/100% auto; }
  @media only screen and (max-width: 767px) {
    .ttl:before {
      width: 53px;
      height: 22px; }
    .ttl p {
      line-height: 32px; }
    .ttl p.ttl-jp {
      font-size: 23px;
      padding: 0 23px; }
      .ttl p.ttl-jp:before, .ttl p.ttl-jp:after {
        width: 14px;
        height: 13px;
        margin-top: 3px; }
    .ttl p.ttl-en {
      font-size: 18px; } }

/* =====================================
sec1
===================================== */
#sec1 {
  background: url("../img/new/sec1_bg.jpg") repeat-x top center/auto 100%;
  color: #fff;
  padding: 80px 30px 115px !important; }
  #sec1 .ttl {
    margin-bottom: 38px !important; }
    #sec1 .ttl .ttl-jp {
      font-weight: 800; }
      #sec1 .ttl .ttl-jp span {
        color: #E8D7A5;
        font-size: 60px;
        font-weight: 500;
        display: inline-block;
        margin: 0 5px; }
      #sec1 .ttl .ttl-jp:before {
        transform: translateY(-10%); }
      #sec1 .ttl .ttl-jp:after {
        transform: translateY(-10%) rotate(180deg); }
  #sec1 .sec1-content {
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    padding: 75px 48px 70px !important; }
    #sec1 .sec1-content:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #fff;
      border-radius: 550px 550px 0 0; }
  #sec1 .sec1-group {
    flex-wrap: wrap; }
  #sec1 .sec1-item {
    position: relative; }
    #sec1 .sec1-item .sec1-num {
      position: absolute;
      top: -45px;
      left: -35px;
      text-align: center;
      line-height: 1;
      color: var(--color2);
      font-weight: 500;
      letter-spacing: 0; }
      #sec1 .sec1-item .sec1-num > div {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%); }
      #sec1 .sec1-item .sec1-num p {
        margin-bottom: 0; }
        #sec1 .sec1-item .sec1-num p:nth-child(1) {
          font-size: 14px; }
        #sec1 .sec1-item .sec1-num p:nth-child(2) {
          font-size: 46px; }
    #sec1 .sec1-item .sec1-ttl {
      text-align: center;
      font-weight: 800;
      font-size: 28px;
      line-height: 1.6;
      display: flex;
      justify-content: center;
      align-items: center;
      letter-spacing: 0; }
    #sec1 .sec1-item .sec1-txt {
      letter-spacing: 0.15em; }
  #sec1 .sec1-bnr {
    display: block;
    position: relative;
    border: 10px solid #fff;
    margin: 0 auto;
    max-width: 920px;
    z-index: 0;
    background: #fcfbff; }
    #sec1 .sec1-bnr p {
      margin-bottom: 0; }
  #sec1 .bnr-info {
    font-weight: 500;
    text-align: center;
    letter-spacing: 0; }
    #sec1 .bnr-info .bnr-txt1 {
      font-size: 43px;
      line-height: 45px;
      color: var(--color3);
      margin-bottom: 18px; }
      #sec1 .bnr-info .bnr-txt1 span {
        display: inline-block;
        position: relative; }
        #sec1 .bnr-info .bnr-txt1 span:before {
          content: "";
          position: absolute;
          top: -5px;
          left: 50%;
          transform: translate(-50%, -100%);
          border-radius: 50%;
          width: 7px;
          height: 7px;
          background: var(--color4); }
    #sec1 .bnr-info .bnr-txt2 {
      font-size: 24px;
      line-height: 54px;
      color: var(--color5);
      margin-bottom: 5px; }
  #sec1 .btn-link {
    margin: 0 auto;
    max-width: 390px;
    padding: 9px 10px; }
    #sec1 .btn-link:after {
      width: 14px;
      height: 5px; }
  @media only screen and (min-width: 768px) {
    #sec1 .sec1-item {
      width: calc(50% - 24px);
      margin-bottom: 105px; }
      #sec1 .sec1-item:last-child, #sec1 .sec1-item:nth-last-child(2) {
        margin-bottom: 60px; }
    #sec1 .bnr-info {
      width: 525px;
      margin-left: auto; }
    #sec1 .sec1-img2 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
      #sec1 .sec1-img2 img {
        width: auto !important;
        height: 100%;
        object-fit: cover;
        object-position: 38% top; }
    #sec1 .sec1-bnr {
      padding: 47px 0 24px; } }
  @media screen and (max-width: 900px) and (min-width: 768px) {
    #sec1 .bnr-info {
      width: 400px; }
      #sec1 .bnr-info .bnr-txt1 {
        font-size: 36px; }
      #sec1 .bnr-info .bnr-txt2 {
        font-size: 20px; }
    #sec1 .sec1-item .sec1-ttl {
      font-size: 25px; }
    #sec1 .btn-link {
      max-width: 320px; }
    #sec1 .sec1-img2 img {
      object-position: 28% top; } }
  @media only screen and (max-width: 767px) {
    #sec1 {
      background: url("../img/new/sec1_bg_sp.jpg") repeat-x top center/auto 100%;
      padding: 36px 20px 60px !important; }
      #sec1 .ttl .ttl-jp span {
        font-size: 42px; }
      #sec1 .sec1-content {
        padding: 30px 20px 32px !important; }
        #sec1 .sec1-content:before {
          border-radius: 170px 170px 0 0; }
      #sec1 .sec1-item {
        margin-bottom: 80px; }
        #sec1 .sec1-item .sec1-num {
          width: 84px;
          top: -38px;
          left: -25px; }
          #sec1 .sec1-item .sec1-num p:nth-child(1) {
            font-size: 11px; }
          #sec1 .sec1-item .sec1-num p:nth-child(2) {
            font-size: 35px; }
        #sec1 .sec1-item .sec1-ttl {
          font-size: 20px;
          line-height: 30px;
          margin-bottom: 12px; }
        #sec1 .sec1-item .sec1-img {
          margin-bottom: 10px; }
        #sec1 .sec1-item:last-child {
          margin-bottom: 40px; }
      #sec1 .sec1-bnr {
        border: 10px solid #fff; }
      #sec1 .sec1-img2 {
        margin-bottom: 28px !important; }
      #sec1 .bnr-info {
        padding-bottom: 32px; }
        #sec1 .bnr-info .bnr-txt1 {
          font-size: 25px;
          line-height: 34px;
          margin-bottom: 10px; }
          #sec1 .bnr-info .bnr-txt1 span:before {
            top: -2px;
            width: 5px;
            height: 5px; }
        #sec1 .bnr-info .bnr-txt2 {
          font-size: 16px;
          line-height: 36px;
          margin-bottom: 3px; }
      #sec1 .btn-link {
        max-width: 260px;
        padding: 1px 10px;
        font-size: 16px; }
        #sec1 .btn-link:after {
          right: 13px; } }

/* =====================================
sec2
===================================== */
#sec2 {
  background: #FAF9F2;
  padding: 80px 30px 90px !important; }
  #sec2 .ttl {
    margin-bottom: 40px !important; }
    #sec2 .ttl p.ttl-en {
      color: var(--color4); }
  #sec2 .sec2-box {
    box-sizing: border-box;
    background: #fff;
    position: relative; }
    #sec2 .sec2-box:before {
      content: "";
      position: absolute;
      border: 1px solid var(--color3);
      top: 20px;
      bottom: 20px;
      right: 20px;
      left: 20px;
      pointer-events: none; }
  #sec2 .df-pc {
    flex-wrap: wrap; }
  #sec2 .sec2-item .sec2-num {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid var(--color3);
    border-bottom: 1px solid var(--color3);
    color: var(--color3);
    font-size: 18px;
    font-weight: 500;
    line-height: 45px;
    width: 115px;
    height: 53px; }
  #sec2 .sec2-item i {
    margin: 11px auto 20px;
    width: 220px;
    display: block; }
  #sec2 .sec2-item .sec2-ttl {
    text-align: center;
    color: var(--color3);
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 20px; }
  #sec2 .sec2-item .sec2-info {
    margin: 0 35px; }
  #sec2 .sec2-item .sec2-txt {
    margin-bottom: 30px; }
  #sec2 .sec2-item .btn-link {
    padding: 23px 10px; }
  #sec2 .sec2-bnr {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--color3);
    font-weight: 500;
    line-height: 35px;
    height: 140px; }
    #sec2 .sec2-bnr p {
      margin-bottom: 0; }
    #sec2 .sec2-bnr .sec2-txt2 {
      font-size: 24px; }
    #sec2 .sec2-bnr .sec2-txt3 {
      font-size: 14px; }
    #sec2 .sec2-bnr i {
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 60px;
      line-height: 10px;
      width: 37px;
      height: 10px; }
  @media only screen and (min-width: 768px) {
    #sec2 .sec2-item {
      width: calc(50% - 20px);
      margin-bottom: 40px;
      padding: 20px 20px 55px; } }
  @media screen and (max-width: 980px) and (min-width: 768px) {
    #sec2 .sec2-item {
      width: calc(50% - 15px);
      padding: 10px 10px 55px; }
    #sec2 .sec2-box:before {
      top: 10px;
      right: 10px;
      left: 10px;
      bottom: 10px; }
    #sec2 .btn-link:after {
      right: 20px; } }
  @media only screen and (max-width: 767px) {
    #sec2 {
      padding: 40px 20px 50px !important; }
      #sec2 .ttl {
        margin-bottom: 20px !important; }
      #sec2 .sec2-box:before {
        top: 10px;
        bottom: 10px;
        right: 10px;
        left: 10px; }
      #sec2 .sec2-item {
        padding: 10px 10px 32px;
        margin-bottom: 40px; }
        #sec2 .sec2-item .sec2-num {
          font-size: 16px;
          width: 88px;
          height: 33px; }
        #sec2 .sec2-item i {
          margin: 15px auto 20px;
          width: 140px; }
        #sec2 .sec2-item .sec2-ttl {
          font-size: 24px;
          margin-bottom: 15px; }
        #sec2 .sec2-item .sec2-info {
          margin: 0 20px; }
        #sec2 .sec2-item .sec2-txt {
          margin-bottom: 26px;
          height: auto !important; }
        #sec2 .sec2-item .btn-link {
          padding: 14px 10px; }
          #sec2 .sec2-item .btn-link:after {
            right: 23px; }
      #sec2 .sec2-bnr {
        line-height: 35px;
        height: 220px; }
        #sec2 .sec2-bnr p {
          margin-bottom: 0; }
        #sec2 .sec2-bnr i {
          position: static;
          transform: translateY(0);
          margin: 23px auto 0; } }

/* =====================================
sec3
===================================== */
#sec3 {
  padding: 80px 30px !important; }
  #sec3 .ttl {
    margin-bottom: 30px !important; }
  #sec3 .sec3-ttl {
    margin-bottom: 25px;
    color: var(--color3);
    font-weight: 500;
    letter-spacing: 0; }
    #sec3 .sec3-ttl p {
      margin-bottom: 0; }
      #sec3 .sec3-ttl p:nth-child(1) {
        line-height: 1;
        color: var(--color1);
        margin-bottom: 15px; }
      #sec3 .sec3-ttl p:nth-child(2) {
        font-size: 24px;
        line-height: 1; }
      #sec3 .sec3-ttl p:nth-child(3) {
        font-size: 14px; }
  #sec3 .btn-link {
    margin-top: 40px; }
  #sec3 .sec3-img span {
    display: block;
    font-size: 130%; }
  @media only screen and (min-width: 768px) {
    #sec3 .df-pc {
      display: flex !important;
      justify-content: space-between; }
    #sec3 .sec3-img {
      width: 43.8%; }
    #sec3 .sec3-info {
      width: 50%; } }
  @media screen and (max-width: 980px) and (min-width: 768px) {
    #sec3 .df-pc {
      display: block !important; }
    #sec3 .sec3-info {
      width: 100% !important; }
    #sec3 .sec3-img {
      margin: 0 auto 50px !important;
      max-width: 420px; }
    #sec3 .btn-link {
      margin: 40px auto 0; } }
  @media only screen and (max-width: 767px) {
    #sec3 {
      padding: 40px 20px 60px !important; }
      #sec3 .ttl {
        margin-bottom: 20px !important; }
      #sec3 .sec3-img {
        margin-bottom: 40px !important; }
      #sec3 .sec3-ttl p:nth-child(2) {
        font-size: 20px;
        line-height: 1.2; }
      #sec3 .sec3-ttl p:nth-child(3) {
        font-size: 13px; } }

/* =====================================
sec4
===================================== */
#sec4 {
  background: #FAF9F2;
  padding: 80px 30px 66px !important; }
  #sec4 .ttl {
    margin-bottom: 30px !important; }
  #sec4 .access-box {
    background: #fff;
    padding: 40px 50px;
    margin-bottom: 40px; }
  #sec4 .brownTxt {
    color: var(--color3); }
  #sec4 .timetable {
    border-bottom: 1px solid #8F8F8F; }
    #sec4 .timetable th, #sec4 .timetable td {
      line-height: 1;
      font-size: 14px; }
    #sec4 .timetable thead {
      border-bottom: 1px solid #8F8F8F; }
      #sec4 .timetable thead th {
        padding: 0 0 15px;
        background: none;
        border-bottom: 1px solid #8F8F8F; }
        #sec4 .timetable thead th:first-child {
          font-weight: 700;
          letter-spacing: 0.04em;
          font-size: 16px; }
          #sec4 .timetable thead th:first-child .df {
            justify-content: flex-start;
            align-items: center; }
          #sec4 .timetable thead th:first-child i {
            display: inline-block;
            margin-right: 10px;
            line-height: 1; }
    #sec4 .timetable thead th:first-child, #sec4 .timetable tbody th {
      width: 25%; }
    #sec4 .timetable tbody tr {
      border-bottom: 1px solid #8F8F8F; }
    #sec4 .timetable tbody th, #sec4 .timetable tbody td {
      background: none;
      padding: 18px 0; }
    #sec4 .timetable tbody th {
      padding-left: 10px; }
    #sec4 .timetable tbody tr:last-child th, #sec4 .timetable tbody tr:last-child td {
      border-bottom: none; }
  #sec4 .info-note {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1em;
    margin-top: 15px; }
  #sec4 .info-table {
    line-height: 25px;
    letter-spacing: 0.1em; }
    #sec4 .info-table dl {
      border-bottom: 1px solid #C7C7C7;
      align-items: center;
      margin-bottom: 10px;
      position: relative; }
      #sec4 .info-table dl:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100px;
        height: 1px;
        background: #ED9537; }
      #sec4 .info-table dl dt {
        width: 100px;
        position: relative;
        padding-bottom: 10px;
        padding-left: 10px; }
      #sec4 .info-table dl dd {
        padding-bottom: 10px;
        padding-left: 10px;
        width: calc(100% - 100px);
        box-sizing: border-box; }
        #sec4 .info-table dl dd a {
          color: var(--color1) !important; }
  #sec4 .gmap {
    height: 414px;
    margin-bottom: 53px; }
    #sec4 .gmap iframe {
      width: 100%;
      height: 100%; }
  #sec4 .btn-link {
    font-size: 24px; }
    #sec4 .btn-link i {
      line-height: 1;
      display: block;
      margin-right: 6px; }
  @media only screen and (min-width: 768px) {
    #sec4 .e-con-full {
      display: flex !important;
      justify-content: space-between; }
    #sec4 .access-left {
      width: 58%; }
    #sec4 .access-right {
      width: 38.6%; } }
  @media screen and (max-width: 1100px) and (min-width: 768px) {
    #sec4 .access-box {
      padding: 40px 30px; }
    #sec4 .timetable thead th:first-child, #sec4 .timetable tbody th {
      width: 30%; }
    #sec4 .btn-link {
      padding-right: 40px; }
      #sec4 .btn-link:after {
        right: 20px; } }
  @media screen and (max-width: 860px) and (min-width: 768px) {
    #sec4 .timetable thead th:first-child .df i {
      width: 20px;
      margin-right: 5px; }
    #sec4 .timetable tbody th {
      padding-left: 0; } }
  @media only screen and (max-width: 767px) {
    #sec4 {
      padding: 40px 20px 60px !important; }
      #sec4 .ttl {
        margin-bottom: 15px !important; }
      #sec4 .access-box {
        padding: 20px;
        margin-bottom: 40px; }
      #sec4 .timetable th, #sec4 .timetable td {
        font-size: 11px !important; }
      #sec4 .timetable thead th {
        padding: 0 0 5px; }
        #sec4 .timetable thead th:first-child {
          font-size: 11px; }
          #sec4 .timetable thead th:first-child i {
            width: 14px;
            margin-right: 5px; }
      #sec4 .timetable thead th:first-child, #sec4 .timetable tbody th {
        width: 25%; }
      #sec4 .timetable tbody tr {
        border-bottom: 1px solid #8F8F8F; }
      #sec4 .timetable tbody th, #sec4 .timetable tbody td {
        background: none;
        padding: 11px 0; }
      #sec4 .timetable tbody th {
        padding-left: 5px; }
      #sec4 .info-note {
        font-size: 12px;
        line-height: 18px;
        margin-top: 7px; }
      #sec4 .info-table {
        font-size: 12px;
        line-height: 18px; }
        #sec4 .info-table dl {
          margin-bottom: 10px; }
          #sec4 .info-table dl dt {
            width: 68px;
            padding-bottom: 10px;
            padding-left: 10px; }
          #sec4 .info-table dl dd {
            padding-bottom: 10px;
            padding-left: 10px;
            width: calc(100% - 68px); }
      #sec4 .access-right {
        margin-top: 20px !important; }
      #sec4 .gmap {
        height: 329px;
        margin-bottom: 50px; }
      #sec4 .btn-link {
        font-size: 20px; }
        #sec4 .btn-link i {
          width: 20px;
          margin-right: 6px; } }

/* =====================================
sec5
===================================== */
#sec5 {
  background: url("../img/new/sec6_bg.jpg") repeat top center/auto 100%;
  padding: 86px 30px 108px !important; }
  #sec5 .ttl {
    text-align: left;
    margin-bottom: 15px; }
    #sec5 .ttl:before {
      display: none; }
    #sec5 .ttl .ttl-jp {
      padding: 0; }
      #sec5 .ttl .ttl-jp:before, #sec5 .ttl .ttl-jp:after {
        display: none; }
  #sec5 .post-box__header {
    position: relative; }
  #sec5 .btn-link {
    width: 130px;
    height: 32px;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 12px; }
    #sec5 .btn-link:after {
      width: 10px;
      height: 3px;
      right: 9px; }
  #sec5 .newsList dl {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    align-items: flex-start; }
    #sec5 .newsList dl dt {
      font-family: "Noto Sans JP", sans-serif;
      display: flex;
      align-items: center;
      color: #8F8F8F; }
      #sec5 .newsList dl dt .newsLabel {
        display: flex;
        color: #fff;
        text-transform: uppercase;
        justify-content: center;
        align-items: center;
        background: #CCC6A3;
        width: 40px;
        height: 16px;
        font-size: 10px;
        margin-left: 10px;
        padding-bottom: 2px; }
    #sec5 .newsList dl dd a {
      display: block;
      color: var(--color1);
      padding-right: 34px;
      position: relative; }
      #sec5 .newsList dl dd a:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 24px;
        height: 24px; }
      #sec5 .newsList dl dd a:hover {
        opacity: 0.7; }
  #sec5 > .e-con-inner > .elementor-element:nth-child(1) .newsList dl dd a:before {
    background: url("../img/new/sec5_arrow1.png") no-repeat center/100% auto; }
  #sec5 > .e-con-inner > .elementor-element:nth-child(2) .newsList dl dd a:before {
    background: url("../img/new/sec5_arrow2.png") no-repeat center/100% auto; }
  #sec5 > .e-con-inner > .elementor-element:nth-child(2) .btn-link {
    background: #774F2B; }
  @media only screen and (min-width: 768px) {
    #sec5 > .e-con-inner {
      gap: 50px; }
    #sec5 .newsList dl dt {
      width: 130px; }
    #sec5 .newsList dl dd {
      width: calc(100% - 130px);
      box-sizing: border-box; } }
  @media only screen and (max-width: 767px) {
    #sec5 {
      background: url("../img/new/sec6_bg_sp.jpg") repeat top center/auto 100%;
      padding: 0 20px 26px !important; }
      #sec5 .ttl {
        margin-bottom: 0; }
      #sec5 .post-box__header .btn-link {
        display: none; }
      #sec5 .btn-link {
        margin: 0 auto;
        position: static; }
      #sec5 .newsList dl {
        padding-bottom: 11px;
        margin-bottom: 11px; }
        #sec5 .newsList dl:last-child {
          margin-bottom: 5px; }
        #sec5 .newsList dl dt {
          margin-bottom: 3px; }
      #sec5 .e-con-inner > .elementor-element:nth-child(1) {
        margin-bottom: 30px !important; } }

#top-bnr {
  background: #FAF9F2;
  padding: 30px !important; }
  #top-bnr a {
    display: block;
    margin: 0 auto;
    width: 220px; }
