<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mainvisual .title {
  background: url(/upload/tenant_1/ct_hawaii_main-pc.webp) no-repeat center 50%;
  background-size: cover;
  height: 500px;
  margin: 0;
  padding: 0;
}
.mainvisual .inner {
    /*width: 1200px;*/
    margin: 0 auto;
}
.mainvisual .title .inner {
    height: 500px;
    position: relative;
}
.mainvisual .title .inner h2 {
    text-align: center;
    background: #f39800 url(/upload/tenant_1/ct_hawaii_bk-flower.webp) no-repeat right bottom;
    background-size: 80%;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    color: #FFF;
    padding: 65px 30px 100px 30px;
    font-size: 34px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 40%);
    position: absolute;
    bottom: -30px;
    left: 0px;
    transform: rotate(-10deg);
}
span.area-name {
    margin: 30px 0 0 0;
}
.mainvisual .title h2 span.title-head::before {
    font-family: "Font Awesome 5 Free";
    content: "\f024";
    font-size: 42px;
    font-weight: bold;
    position: absolute;
    top: 1px;
    left: -38px;
    transform: rotate(-10deg);
}
.mainvisual .title h2 span {
    display: block;
}
.mainvisual .title h2 span.title-head {
    font-size: 28px;
    margin: 0 auto 30px auto;
    padding: 0 0 0 15px;
    border-bottom: 1px dotted #FFF;
    width: 180px;
    position: relative;
}
.mainvisual .read-txt .inner {
    padding: 60px 0 30px 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.mainvisual .read-txt p.sub-title {
    font-size: 30px;
    font-weight: bold;
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
    border-right: 1px solid #FFF;
}
.mainvisual .read-txt {
    background: #5d9bcd;
}
.mainvisual .read-txt .inner {
    padding: 60px 0 30px 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.mainvisual .read-txt p {
    color: #FFF;
}
.hawaii h3 {
    font-size: 30px;
    text-align: center;
    margin: 0 0 70px 0;
}
.flex-wrap {
    display: flex;
    justify-content: space-between;
}
.merit{padding: 2rem 0 6rem;}
.merit .flex-wrap {
    flex-wrap: wrap;
}
.merit .flex-box {
    width: calc(100%/2 - 20px);
    margin: 0 0 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 3px solid #3582c0;
}
.merit .flex-box .txt-box {
    width: 100%;
    height: 130px;
    line-height:1.5;
    padding: 20px 15px 0 15px;
    background: linear-gradient(70deg, #eff5fa, #eff5fa 70%, rgba(255, 255, 255, 0.1) 70.2%, rgba(255, 255, 255, 0));
    border: 2px solid #FFF;
}
.merit .flex-box.merit-01 {
    background: url(/upload/tenant_1/ct_hawaii_merit-01.webp) no-repeat right top;
    background-size: contain;
}
.merit .flex-box.merit-02 {
    background: url(/upload/tenant_1/ct_hawaii_merit-02.webp) no-repeat right top;
    background-size: contain;
}
.merit .flex-box.merit-03 {
    background: url(/upload/tenant_1/ct_hawaii_merit-03.webp) no-repeat right top;
    background-size: contain;
}
.merit .flex-box.merit-04 {
    background: url(/upload/tenant_1/ct_hawaii_merit-04.webp) no-repeat right top;
    background-size: contain;
}
.merit .flex-box.merit-05 {
    background: url(/upload/tenant_1/ct_hawaii_merit-05.webp) no-repeat right top;
    background-size: contain;
}
.merit .flex-box h4 {
    font-size: 20px;
    margin: 0 0 10px;
    color: #3582c0;
    font-weight: bold;
}
.merit .flex-box.message {
    display: inherit;
    border: none;
    background: #f39800;
    color: #FFF;
    border-radius: 7px;
    position: relative;
}
.merit .flex-box.message p {
    width: 100%;
    text-align: center;
    font-size: 28px;
}
.merit .flex-box.message::after {
    content: "";
    display: block;
    width: 10px;
    height: 20px;
    border-top: 20px solid #f39800;
    border-bottom: 0px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);
}
.contact {
    background: #3582c0;
    padding: 50px 0 30px 0;
    margin: -20px auto 0 auto;
    color: #FFF;
}
.hawaii h3 {
    font-size: 30px;
    text-align: center;
    margin: 0 0 70px 0;
}
.contact ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 50px 0;
    flew-wrap:inherit;
}

.contact li {
    display: block;
    font-size: 1.4rem;
}
.contact li + li {
    margin: 0 0 0 30px;
}
.contact li a {
    display: block;
    font-weight: bold;
    color: #333;
    background: #FFF;
    padding: 5px 20px 0 20px;
    border-radius: 7px;
}
.contact li a:nth-of-type(1){margin-right:.5rem;}
.hawaii .map {
    background: #f8f4e6;
    margin: 0;
    padding: 50px 0 0 0;
}
.hawaii .map:after{padding:0;}
.hawaii h3::before {
    content: "company trip in Hawaii";
    display: block;
    font-family: 'Damion', cursive;
    font-size: 20px;
    color: #f39800;
    margin: 0 0 20px 0;
}
.map .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 20px 0;
    height: 700px;
    position: relative;
    background: url(/upload/tenant_1/ct_hawaii_hawaii-map.webp) no-repeat center top;
}
.modal-menu li {
    text-align: center;
}
.modal-menu li a {
    width: 230px;
    display: block;
    position: absolute;
}
.modal-menu li.spot-01 a {
    background-size: contain;
    top: -25px;
    left: 180px;
}
.modal-menu li.spot-02 a {
    background-size: contain;
    top: 200px;
    left: 0;
}
.modal-menu li.spot-03 a {
    background-size: contain;
    top: 445px;
    left: 95px;
}
.modal-menu li.spot-04 a {
    background-size: contain;
    top: -45px;
    right: 190px;
}
.modal-menu li.spot-05 a {
    background-size: contain;
    top: 200px;
    right: 70px;
}
.modal-menu li.spot-06 a {
    background-size: contain;
    top: 460px;
    right: 0;
}
.modal-menu li a p {
    font-weight: bold;
    color: #333;
}
.modal-menu li a .img-box {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    margin: 0 auto;
    overflow: hidden;
    border: 3px solid #FFF;
    display: flex;
    justify-content: center;
}
.modal-menu li a .img-box img {
    height: 100%;
    width: auto;
    max-width: inherit;
}
.modal-menu li a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    color: #f39800;
    font-size: 34px;
    font-weight: bold;
    display: block;
    position: absolute;
    bottom: 15px;
    right: 30px;
}
.modal_inner {
    background-color: #FFF;
    box-shadow: 0 0 4px rgb(0 0 0 / 50%);
    display: none;
    padding: 30px 30px 20px 30px;
    width: 500px;
    height: auto;
    border-radius: 5px;
    margin-top: 100px;
}
.modal_inner.on{
display: block;
    position: fixed;
    opacity: 1;
    z-index: 11000;
    left: 50%;
    margin-left: -250px;
    top: 10px;
}
.modal_inner h4 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #333;
}
.modal_inner .img-box {
    margin: 0 0 10px 0;
    width: 100%;
    height: auto;
}
.modal_inner .img-box img {
    width: 100%;
    height: auto;
}
.modal_inner p {
    text-align: left;
}
.modal-close {
    position: absolute;
    top: -12px;
    right: -12px;
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/btn_modal_close.png) no-repeat;
    z-index: 2;
    cursor: pointer;
}
section.full-wide {
    width: 100%;
    padding: 4rem 0;
}
.hawaii .navi {
    margin: 0 0 20px 0;
    padding: 0;
    background: #5d9bcd;
}
.navi ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    border-left: 1px solid #86b4d9;
    background: #86b4d9;
}
.navi li {
    display: block;
    width: calc(100%/9);
    text-align: center;
    border-right: 1px solid #86b4d9;
}
.navi li a {
    display: block;
    color: #FFF;
    font-weight: bold;
    background: #5d9bcd;
    line-height: 18px;
    height: 100px;
    padding: 15px 0 10px 0;
}
.navi li a i {
    display: block;
    font-size: 30px;
    margin: 8px 0 0 0;
}

.point h3 {
    margin: 0 0 100px 0;
}
.point .flex-box {
    width: calc(100%/3 - 20px);
    padding: 15px;
    z-index: 0;
    position: relative;
}
.point p.title-head {
    position: absolute;
    z-index: -1;
    top: -40px;
    left: -10px;
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    text-align: center;
    background: #f39800 url(/upload/tenant_1/ct_hawaii_bk-flower.webp) no-repeat center top 15px;
    background-size: 65%;
    padding: 15px 0 0 0;
    color: #FFF;
    font-family: 'Damion', cursive;
    font-size: 20px;
}
.point h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 8px 5px;
}
.point .img-box {
    margin: 0 0 10px 0;
}
.point p span {
    border-bottom: 1px dotted #f39800;
    line-height: 180%;
}
.model .inner {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
}
.model .course {
    width: calc(100% / 3 - 20px);
}
.model .course h4 {
    text-align: center;
    font-size: 1.2rem;
    margin: 0 auto 20px auto;
    padding: 3px 0 1px 0;
    width: 80%;
    background: #f39800;
    color: #FFF;
    position: relative;
}
.model .box-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
}
.model .box-wrap .img-box {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
}
.model .box-wrap .txt-box {
    width: calc(100% - 160px);
}
.model table {
    border-collapse: collapse;
}
.model th {
    width: 50px;
    text-align: center;
    background: #5d9bcd;
    color: #FFF;
    font-weight: bold;
}
.model th, .model td {
    border: 2px solid #c2d9ec;
    padding: 10px 15px;
    vertical-align: middle;
}
.model td li.line {
    color: #5d9bcd;
    text-align: center;
    border-top: 1px dotted #5d9bcd;
    border-bottom: 1px dotted #5d9bcd;
}
.model td li + li {
    margin: 10px 0 0 0;
}
.model td span {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #5d9bcd;
    font-weight: bold;
}
.model td strong {
    color: #f39800;
}
.model .course h4::before {
    content: "";
    display: block;
    border-top: 18px solid #f39800;
    border-bottom: 18px solid #f39800;
    border-left: 14px solid rgba(0, 0, 0, 0);
    border-right: 18px solid #f39800;
    position: absolute;
    top: 8px;
    left: -35px;
}
.model .course h4::after {
    content: "";
    display: block;
    border-top: 18px solid #f39800;
    border-bottom: 18px solid #f39800;
    border-right: 14px solid rgba(0, 0, 0, 0);
    border-left: 18px solid #f39800;
    position: absolute;
    top: 8px;
    right: -35px;
}
.more-02 .flexslider {
    margin: 0 0 35px 0;
    height: 210px;
}
.more .tab-menu ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.more .tab-menu li {
    width: calc(100%/4 - 10px);
    display: block;
    text-align: center;
    font-size: 18px;
}
.more .tab-menu li.active a {
    background: #c2d9ec;
    color: #333;
}
.more .tab-menu li a {
    display: block;
    background: #5d9bcd;
    color: #FFF;
    font-weight: bold;
    line-height: 50px;
}
.more .tab-wrap {
    background: #c2d9ec;
    padding: 40px 0 20px 0;
}
.more .tab-content {
    width: 1200px;
    margin: 0 auto;
}
.more .flex-wrap {
    flex-wrap: wrap;
}
.more .flex-box {
    width: calc(100%/3 - 20px);
    background: #FFF;
    padding: 15px;
    margin: 0 0 30px 0;
}
.more .flex-box h4 {
    margin: 15px 0 10px 0;
}
.more h4 {
    color: #f39800;
}
.hawaii .more .inner {
    max-width: inherit;
    width:100%;
}
.hotel .flex-wrap {
    flex-wrap: wrap;
        max-width: inherit;
}
section.hotel{
    width: 1200px;
    padding: 100px 0 30px 0;
    margin: -20px auto 80px auto;
}
.hotel .flex-box {
    width: calc(100%/3 - 20px);
    background: #FFF;
    border: 2px solid #c2d9ec;
    padding: 0 0 15px 0;
    margin: 0 0 30px 0;

}
.hotel .img-box {
    padding: 2px;
}
.img-box img {
    width: 100%;
    height: auto;
}
.hotel .txt-box {
    padding: 0 15px;
}
.hotel h4 {
    font-size: 18px;
    margin: 15px 0 3px 0;
}
.hotel .name-en {
    font-family: 'Damion', cursive;
    font-size: 18px;
    color: #f39800;
}
.hotel .flex-box ul {
    margin: 0 0 10px 0;
}
.hotel .flex-box li {
    display: inline-block;
    font-size: 12px;
    background: #5d9bcd;
    color: #FFF;
    padding: 1px 10px 0 10px;
    margin: 0 5px 0 0;
}

.climate {
    background: url(/upload/tenant_1/ct_hawaii_hawaii-climate_bg.webp) no-repeat center bottom;
    background-size: cover;
    margin: 0;
    padding: 50px 0 80px 0;
}
.climate .inner {
    width: 1200px;
    margin: 0 auto;
    max-width: inherit;
}
.climate p {
    width: 70%;
    margin: 0 auto;
}
.climate table {
    border-collapse: separate;
    border-spacing: 3px;
    width: 100%;
    margin: 20px 0 0 0;
}
.climate tr.month th.no-txt {
    border: none;
    background: inherit;
}

.climate tr.month th {
    background: #5d9bcd;
    color: #FFF;
}
.climate th, .climate td {
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
}
.climate tr.top th.this {
    background: #f39800;
    color: #FFF;
    font-weight: bold;
}
.climate tr.top th.tokyo {
    background: #5d9bcd;
    color: #FFF;
    font-weight: bold;
}
.climate tr.bottom th, .climate tr.bottom td {
    background: #FFF;
    color: #5d9bcd;
}
.climate tr.top th, .climate tr.top td {
    background: #FFF;
    color: #f39800;
}
.knowledge .inner {
    width: 1200px;
    margin: 0 auto;
    max-width:inherit;
}
.knowledge dl {
    width: 80%;
    padding: 20px 30px;
    border: 1px dotted #3582c0;
    margin: 20px 0;
    background: #FFF;
    border-radius: 5px;
}
.knowledge dt {
    color: #3582c0;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.knowledge dt::before {
    font-family: "Font Awesome 5 Free";
    content: "\f059";
    margin: 0 10px 0 0;
    font-size: 24px;
}
.knowledge dl:nth-child(2n) {
    margin-left: 20%;
}
.entry {
    background: #fff;
}
.entry .flex-wrap {
  flex-wrap: wrap;
  max-width:1200px;
}
.entry .flex-box:first-child {
    width: calc(100%/3);
}
.entry .flex-box {
    width: calc(100%/3 - 35px);
    background: #f7f6f5;
    padding: 35px 20px 10px 20px;
    margin: 0 0 50px 0;
    border-radius: 5px;
    position: relative;
}
.entry .flex-box .title-head {
    display: block;
    background: #3582c0;
    color: #FFF;
    line-height: 24px;
    padding: 2px 10px 0 10px;
    position: absolute;
    top: -5px;
    left: 15px;
}
.entry .flex-box h4 {
    margin: 0 0 10px 0;
    color: #3582c0;
    font-size: 18px;
}
.entry .flex-box p.tel-no {
    font-size: 22px;
    margin: 10px 0 10px 20px;
}
.entry .flex-box i {
    color: #3582c0;
    font-size: 22px;
}
.entry .flex-box p.tel-no a, .entry .flex-box p.link-mail a {
    color: #555;
    font-weight: bold;
}
.entry .flex-box p.link-mail {
    font-size: 18px;
    margin: 0 0 10px 20px;
}
.entry .flex-box::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    color: #3582c0;
    font-size: 24px;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 50%;
    left: -28px;
}
.entry .flex-box:nth-child(1)::before {
  content:"";
}
.entry .flex-box:nth-child(4) {
    margin-left: 35px;
}

.case .inner {
    width: 1200px;
    max-width:1200px;
    margin: 0 auto;
}
.case .left-box, .case .right-box {
    width: 48%;
}
.case .left-box .img-box {
    border: 1px solid #3582c0;
    padding: 3px;
}
.img-box img {
    width: 100%;
    height: auto;
}
.case .left-box .txt-box {
    margin: 20px 0 0 0;
}
.case .left-box .txt-box h5 {
    font-weight: bold;
    border-bottom: 1px solid #3582c0;
    line-height: 120%;
    margin: 0 0 10px 0;
    color: #3582c0;
}
.case .right-box ul.data-box {
    border: 2px solid #3582c0;
    color: #3582c0;
    padding: 10px 15px;
    margin: 0 0 20px 0;
    width: 100%;
    text-align: center;
}
.case .right-box ul.data-box li {
    display: inline-block;
    margin: 0 15px 0 0;
}
.case .right-box ul.data-box span {
    font-weight: bold;
}
.case .right-box table {
    border-collapse: separate;
    border-spacing: 3px;
    width: 100%;
}
.case .right-box th {
    text-align: center;
}
.case .right-box th {
    background: #3582c0;
    color: #FFF;
    padding: 10px 15px;
    vertical-align: middle;
}
.case .right-box td {
    background: #FFF;
    padding: 10px 15px;
    vertical-align: middle;
}

#article{
  background: #fff;
  padding: 4rem 0;
}
.article .inner{max-width: inherit;}
.article .flex-box {
    width: calc(100%/4 - 20px);
}
.article .img-box {
    border: 2px solid #c2d9ec;
    padding: 3px;
}
.article h4 {
  font-weight:bold;
    margin: 15px 0 10px 0;
}
.article .txt {
    font-size: 14px;
}
.article .link-more {
    font-size: 14px;
    text-align: right;
    margin: 10px 0 0 0;
}
.article .link-more a{
    color: #3582c0;
}
.article .link-more a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    margin: 0 0 0 5px;
    font-weight: bold;
}
#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
.modal-close {
    position: absolute;
    top: -12px;
    right: -12px;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/upload/tenant_1/btn_modal_close.png) no-repeat;
    z-index: 2;
    cursor: pointer;
}
.hawaii .mainvisual{padding:0;}
.point .img-box img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
}
@media screen and (max-width: 768px){
  .mainvisual .title .inner h2 {
      background-size: 70%;
      width: 300px;
      height: 300px;
      border-radius: 150px;
      padding: 45px 20px 60px 20px;
      font-size: 26px;
      bottom: -30px;
      left: 10px;
  }
  .mainvisual .title {
      background: url(/upload/tenant_1/ct_hawaii_main-sp.webp) no-repeat center top;
      background-size: cover;
  }
  .mainvisual .title .inner h2 {
      background-size: 70%;
      width: 300px;
      height: 300px;
      border-radius: 150px;
      padding: 45px 20px 60px 20px;
      font-size: 26px;
      bottom: -30px;
      left: 10px;
      line-height: 1.4;
  }
  .mainvisual .title h2 span.area-name strong {
      font-size: 50px;
  }  
.mainvisual .read-txt .inner {
    padding: 50px 15px 20px 15px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.mainvisual .read-txt p.sub-title {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0;
    width:100%;
    border-right: none;
    border-bottom: 1px solid #FFF;
}
.merit .flex-box{width:100%;}
.merit .flex-box .txt-box br{display: none;}
.merit .flex-box .txt-box p{width:70%;}
.merit .flex-box .txt-box{height:170px;}
.merit .flex-box.message p {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 1rem;
}
.merit .flex-box.message::after{
  content:none;
}
.hawaii h3{font-size:1.2rem;}
.hawaii .contact h3::before{content:none;}
.contact ul{flex-wrap:wrap;}
.contact li{width:100%;}.contact li + li{margin:1rem 0 0;}
.contact li a{font-size:1.2rem;text-align:center;}
.contact li a i{
    color: #3582c0;
    margin-right: 0.5rem;
}
.map .inner {
    width: 100%;
    height: auto;
    background: url(/upload/tenant_1/ct_hawaii-map-sp.webp) no-repeat right bottom;
    background-size: contain;
}
.modal-menu li {
    text-align: left;
    margin: 0 0 2px 10px;
}
.modal-menu li a {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    position: static;
}
.modal-menu li a .img-box {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    margin: 0 10px 0 0;
    border: 2px solid #FFF;
    display: inherit;
}
.modal-menu li a::after{content:none;}
  .modal_inner {
    width: 90%;
    max-width: 500px;
}
.modal_inner.on{
  display: block;
    position: fixed;
    opacity: 1;
    z-index: 11000;
    left: 50%;
    margin-left: -162px;
    top: 10px;
}
.hawaii .navi{display:none;}
.point .flex-wrap {
    flex-direction: column;
}
.point .flex-box {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 15px 30px 15px;
}
.point p.title-head {
    left: -0;
}
.model .inner {
    flex-direction: column;
}
.model .course {
    width: 100%;
    margin: 50px 0 0 0;
}
.hawaii .model h3 {
    margin-bottom: 1rem;
}
.model .course:first-child {
    margin: 0;
}
.more .tab-menu ul {
    width: 100%;
    flex-wrap: wrap;
}
.more .tab-menu li {
    width: calc(100%/2 - 1px);
    margin: 0 0 2px 0;
}
.more .tab-menu li a {
    background: #EEE;
    color: #333;
}
.more .tab-content{width:100%;}
.more .flex-box {
    width: 94%;
    margin: 0 auto 1rem;
}
section.hotel {
    width: 100%;
    padding: 0;
    margin: 0;
}
.hawaii .hotel h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.hotel .flex-box{width:100%;}
.climate .inner{width:100%;}
.climate table {
    width: 96%;
    margin: 0 auto;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.knowledge .inner{width:100%;}
.knowledge dl {
    width: 93%;
    margin: 0 auto 1rem;
}
.knowledge dl:nth-child(2n),.entry .flex-box:nth-child(4) {
    margin-left: inherit;
}
.entry {
    padding: 2rem 0;
}
.entry .flex-box:first-child {
    width: 100%;
}

.entry .flex-box {
    width: 100%;
}
.entry .flex-box::before{content:none;}
.case .left-box, .case .right-box {
    width: 100%;
}
.case .inner {
    width: 95%;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1200px;
    margin: 0 auto;
}
.hawaii .case h3 {
 margin-bottom:1rem;
}
.article .flex-box {
    width: calc(100%/2 - 0.5rem);
}
.article .inner {
    flex-wrap: wrap;
}

}

</pre></body></html>