@media screen and (max-width: 500px) {
  .indent_content {
    padding: 60px 0;
  }
  .indent_content02 {
    margin-top: 40px;
  }
  .indent_content03 {
    margin-top: 30px;
  }
  .sp-none02 {
    display: none;
  }
  .none02 {
    display: inline;
  }
  #wrap {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .opBox {
    z-index: 200;
  }
  .opBox p {
    font-size: 6vw;
    letter-spacing: 0.5vw;
  }
  .sp_hamburger {
    position: fixed;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 16px;
    z-index: 120;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .sp_hamburger .hamburger {
    width: 30px;
    height: 22px;
    z-index: 100;
    background: none;
    outline: none;
    border: none;
    margin: auto;
    position: relative;
  }
  .sp_hamburger .hamburger_bar {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: #145c9e;
    -webkit-transition: top 0.24s, opacity 0.24s, -webkit-transform 0.24s;
    transition: top 0.24s, opacity 0.24s, -webkit-transform 0.24s;
    transition: top 0.24s, transform 0.24s, opacity 0.24s;
    transition: top 0.24s, transform 0.24s, opacity 0.24s, -webkit-transform 0.24s;
  }
  .sp_hamburger .hamburger_bar:nth-child(1) {
    top: 0;
  }
  .sp_hamburger .hamburger_bar:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sp_hamburger .hamburger_bar:nth-child(3) {
    top: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .sp_hamburger .hamburger_bar.is_active:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    background: #fff;
  }
  .sp_hamburger .hamburger_bar.is_active:nth-child(2) {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    opacity: 0;
  }
  .sp_hamburger .hamburger_bar.is_active:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    background: #fff;
  }
  .navBox {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 16px;
  }
  .sp_nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 110;
    opacity: 0;
    -webkit-transition: opacity 0.24s;
    transition: opacity 0.24s;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: #145c9e;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
    color: #fff;
  }
  .sp_nav .logo {
    font-size: 6.5vw;
    line-height: 1;
    font-weight: 600;
    text-align: center;
  }
  .sp_nav .logoTxt {
    line-height: 1;
    font-size: 4vw;
    text-align: center;
    letter-spacing: 0.2vw;
    font-weight: 400;
    margin-top: 10px;
  }
  .sp_nav .nav-list {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: 130;
    margin-top: 10%;
  }
  .sp_nav .nav-list li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 0.2vw;
    line-height: 1;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
  }
  .sp_nav .nav-list li:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  .sp_nav .tel {
    font-size: 5vw;
    margin: 6% auto 0;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sp_nav .tel span {
    font-size: 8vw;
    padding-left: 5px;
  }
  .sp_nav .tel {
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .sp_nav .tel:hover {
    opacity: 0.7;
  }
  .sp_nav .btn {
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 2px #bab4b4;
            box-shadow: 0 2px 2px #bab4b4;
    color: #145c9e;
    line-height: 1;
    color: #1b1b1b;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    width: 70%;
    font-size: 3.5vw;
    margin: 25px auto 0;
    height: auto;
    padding: 20px 16px;
  }
  .sp_nav.is_active {
    opacity: 1;
    pointer-events: auto;
  }
  header {
    height: 70px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  header h1 {
    font-size: 4.5vw;
    letter-spacing: 0.1vw;
  }
  header .txt01 {
    font-size: 3vw;
    letter-spacing: 0.2vw;
    margin-top: 5px;
  }
  header .rightBox {
    display: none;
  }
  header::before {
    display: none;
  }
  #globalNav {
    display: none;
  }
  .front_main_box {
    margin-top: 70px;
    padding: 30px 0 0;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#145c9e), color-stop(60%, #145c9e), color-stop(60%, #f0f0f0), to(#f0f0f0));
    background: linear-gradient(180deg, #145c9e 0%, #145c9e 60%, #f0f0f0 60%, #f0f0f0 100%);
  }
  .front_main_box .txtBox {
    position: relative;
    left: inherit;
    right: inherit;
    padding: 0 16px;
  }
  .front_main_box .txtBox .txt01 {
    font-size: 15vw;
    letter-spacing: 2vw;
  }
  .front_main_box .txtBox .txt01:nth-of-type(2) {
    margin-top: 2vh;
  }
  .front_main_box .txtBox .txt02 {
    font-size: 5.5vw;
    margin-top: 25px;
    margin-top: 3vh;
  }
  .front_main_box .txtBox .txt03 {
    font-size: 3.5vw;
    letter-spacing: 0.3vw;
    margin-top: 3.5vh;
    line-height: 2;
  }
  .front_main_box .movieBox {
    margin: 0 auto;
    width: 100%;
    min-height: inherit;
    position: relative;
    height: 40vh;
    margin-top: -6vh;
  }
  .front_main_box .movieBox .movieCon {
    min-height: inherit;
    max-height: inherit;
  }
  .front_main_box .movieBox .since {
    top: inherit;
    left: 16px;
    right: inherit;
    bottom: -3vh;
    font-size: 7vw;
  }
  .front_main_box .movieBox .since span {
    font-size: 12vw;
    margin-left: 16px;
  }
  .front_main_box .movieBox .iconBox {
    bottom: 16px;
    right: 16px;
  }
  .front_main_box .newsBox {
    display: none;
  }
  .spNewsBox {
    display: block;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 30px 0;
  }
  .spNewsBox .newsBox {
    position: relative;
    margin-top: 0;
    z-index: 20;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .spNewsBox .newsBox .item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: white;
    width: 100%;
    border-radius: 4px;
    color: #000;
    overflow: hidden;
  }
  .spNewsBox .newsBox .item .newsTxt01 {
    background: #0b2e4f;
    width: 60px;
    height: 60px;
    color: white;
    margin-right: 10px;
  }
  .spNewsBox .newsBox .item .over {
    line-height: 1;
  }
  .spNewsBox .newsBox .item .over .time {
    font-size: 3.5vw;
    padding: 0px 10px 0px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #a5a1a1;
    margin-right: 10px;
  }
  .spNewsBox .newsBox .item .over .tag {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px 7px;
    color: white;
    background: #145c9e;
    font-size: 3.5vw;
  }
  .spNewsBox .newsBox .item h3 {
    font-size: 3.5vw;
    line-height: 1;
    margin-top: 7px;
  }
  #index .box01 {
    padding: 60px 0 0;
    background-color: #f0f0f0;
  }
  #index .box01 .txtBox {
    padding: 0 16px;
    left: inherit;
    right: inherit;
    position: relative;
    margin-top: 30px;
  }
  #index .box01 .txtBox .txt01 {
    font-size: 7vw;
  }
  #index .box01 .txtBox .txt01 span {
    font-size: 12vw;
  }
  #index .box01 .txtBox .txt02 {
    font-weight: 6vw;
  }
  #index .box01 .txtBox .txt02 .big {
    font-size: 8vw;
  }
  #index .box01 .txtBox .txt02 .small {
    font-size: 6vw;
  }
  #index .box01 .txtBox ul {
    display: block;
    margin-top: 30px;
  }
  #index .box01 .txtBox ul li {
    padding: 10px 15px;
    font-size: 4vw;
  }
  #index .box01 .img {
    width: 100%;
    height: auto;
  }
  #index .box01 .splide {
    top: 30px;
  }
  #index .box01 .underBox {
    margin-top: 40px;
  }
  #index .box01 .underBox .bg {
    display: none;
  }
  #index .box01 .underBox .btnBox {
    display: block;
    padding: 30px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #index .box01 .underBox .btnBox a {
    width: 100%;
    height: auto;
    padding: 16px;
  }
  #index .box01 .underBox .btnBox a:nth-of-type(2) {
    margin: 20px auto 0;
  }
  #index .box02 {
    padding: 60px 16px;
  }
  #index .box02 .titleBox {
    display: block;
  }
  #index .box02 .titleBox .leftBox {
    text-align: center;
  }
  #index .box02 .titleBox .leftBox h2 {
    font-size: 6.5vw;
  }
  #index .box02 .titleBox .leftBox .txt01 {
    font-size: 4vw;
    margin: 16px auto 0;
    display: table;
    padding-bottom: 7px;
  }
  #index .box02 .titleBox .rightBox {
    margin: 30px auto 0;
  }
  #index .box02 .titleBox .rightBox .txt02 {
    font-size: 4vw;
    text-align: center;
  }
  #index .box02 .titleBox .rightBox .txt03 {
    font-size: 3.5vw;
    line-height: 1.8;
    text-align: center;
    margin-top: 15px;
  }
  #index .box02 .inner {
    display: block;
    margin-top: 40px;
  }
  #index .box02 .inner .item {
    width: 100%;
    padding: 30px 16px;
  }
  #index .box02 .inner .item .over {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #index .box02 .inner .item .over .icon {
    margin-right: 10px;
    width: 10%;
  }
  #index .box02 .inner .item .over p {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  #index .box02 .inner .item .over p span {
    font-size: 5vw;
  }
  #index .box02 .inner .item h3 {
    text-align: center;
    font-size: 6.5vw;
    margin-top: 15px;
  }
  #index .box02 .inner .item .text {
    font-size: 3.5vw;
  }
  #index .box02 .inner .item .btn {
    height: auto;
    padding: 16px;
    font-size: 3.5vw;
  }
  #index .box02 .inner .item:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  #index .box03 {
    display: block;
  }
  #index .box03 .item {
    width: 100%;
    height: 30vh;
  }
  #index .box03 .item .txtBox {
    width: 100%;
  }
  #index .box03 .item h2 {
    font-size: 5.5vw;
    letter-spacing: 0.5vw;
  }
  #index .box03 .item .txt01 {
    font-size: 3.5vw;
    margin-top: 10px;
    letter-spacing: 0.5vw;
  }
  #index .box03 .item .btn {
    width: 55%;
    height: auto;
    padding: 16px;
    font-size: 3.5vw;
    margin-top: 30px;
  }
  #index .cImg01 {
    background-size: cover;
  }
  #index .box04 {
    padding: 40px 16px;
  }
  #index .box04 .titleBox {
    position: relative;
    top: 0;
    padding: 20px 16px;
  }
  #index .box04 .titleBox .bg {
    width: 100%;
    height: auto;
    right: 0;
  }
  #index .box04 .titleBox h2 {
    font-size: 5.5vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #index .box04 .titleBox h2 span {
    font-size: 5vw;
  }
  #index .box04 .inner {
    gap: 20px 4%;
    margin-top: 30px;
  }
  #index .box04 .inner .item {
    width: 48%;
  }
  #index .box04 .inner .item .imgBox .more {
    font-size: 3.5vw;
    right: 16px;
    bottom: 16px;
    letter-spacing: 0.1vw;
  }
  #index .box04 .inner .item .imgBox .more span {
    margin-right: 5px;
  }
  #index .box04 .inner .item .under {
    padding: 16px 10px;
  }
  #index .box04 .inner .item .under .pickup {
    font-size: 3vw;
    padding: 5px;
  }
  #index .box04 .inner .item .under h3 {
    font-size: 3.5vw;
  }
  #index .box05 {
    padding: 40px 16px;
  }
  #index .box05 h2 {
    font-size: 7.5vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #index .box05 h2 span {
    font-size: 5.5vw;
    padding-bottom: 4px;
    margin-left: 10px;
  }
  #index .box05 .inner {
    margin-top: 40px;
  }
  #index .box05 .inner .item .over .time {
    font-size: 3.5vw;
  }
  #index .box05 .inner .item .over .tag {
    font-size: 3.5vw;
  }
  #index .box05 .inner .item h3 {
    font-size: 3.5vw;
  }
  #index .box05 .inner .item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  #index .box05 .inner .btn {
    position: relative;
    top: inherit;
    font-size: 3.5vw;
    height: auto;
    padding: 16px;
    width: 80%;
    margin: 30px auto 0;
  }
  #index .box06 {
    padding: 40px 16px;
  }
  #index .box06 h2 {
    font-size: 6.5vw;
  }
  #index .box06 h2 span {
    font-size: 5.5vw;
    padding-bottom: 5px;
  }
  #index .box06 .text {
    font-size: 3.5vw;
    line-height: 2;
    margin-top: 30px;
  }
  #index .box07 {
    padding: 40px 16px;
  }
  #index .box07 .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #index .box07 .inner .item {
    width: 48%;
  }
  #index .box07 .inner .item .icon {
    width: 17%;
    margin-right: 10px;
  }
  #index .box07 .inner .item .txt01 {
    font-size: 3vw;
  }
  #index .box07 .inner .item .txt02 {
    font-size: 3vw;
  }
  #index .box07 .inner .item:nth-of-type(n + 3) {
    margin-top: 4%;
  }
  #contactBanner {
    padding: 40px 16px;
  }
  #contactBanner .titleBox p {
    font-size: 5.5vw;
    letter-spacing: 0.1vw;
    margin-right: 16px;
  }
  #contactBanner .titleBox h2 {
    font-size: 5vw;
  }
  #contactBanner .inner {
    display: block;
    margin-top: 30px;
  }
  #contactBanner .inner .leftBox {
    margin: 0 auto 30px;
    border-right: inherit;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
    padding-right: 0;
    text-align: center;
  }
  #contactBanner .inner .leftBox .txt01 {
    font-size: 8vw;
  }
  #contactBanner .inner .leftBox .txt02 {
    font-size: 6vw;
  }
  #contactBanner .inner .leftBox .txt03 {
    font-size: 3.5vw;
    line-height: 2;
    margin-top: 25px;
  }
  #contactBanner .inner .rightBox {
    width: 100%;
    padding: 30px 16px;
  }
  #contactBanner .inner .rightBox .tel {
    font-size: 5vw;
  }
  #contactBanner .inner .rightBox .tel span {
    font-size: 9vw;
  }
  #contactBanner .inner .rightBox .btn {
    width: 100%;
    height: auto;
    padding: 16px;
    font-size: 3.5vw;
  }
  footer {
    padding: 60px 0 0;
  }
  footer .inner {
    display: none;
  }
  footer .spTxt {
    font-size: 5vw;
    text-align: center;
    display: block;
    font-weight: bold;
  }
  footer .copy {
    font-size: 3vw;
    border-top: 1px solid #fff;
    margin-top: 60px;
  }
  #pankuzu {
    padding: 40px 16px 0;
    line-height: 1.5;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    margin: 0;
  }
  .thumb {
    height: 200px;
  }
  .thumb h1,
  .thumb .title {
    font-size: 5vw;
    margin-top: 70px;
    left: 16px;
  }
  .single_page {
    padding: 40px 16px;
    min-height: 80vh;
  }
  #blog .inner .item .over .time {
    font-size: 3.5vw;
  }
  #blog .inner .item .over .tag {
    font-size: 3.5vw;
  }
  #blog .inner .item h3 {
    font-size: 3.5vw;
    margin-top: 15px;
  }
  #single_blog .box {
    padding: 20px;
  }
  #single_blog .box .over {
    font-size: 3.5vw;
  }
  #single_blog .box h1 {
    font-size: 3.5vw;
  }
  #single_blog .box .text {
    font-size: 3.5vw;
  }
  #aronwall .main .txtBox {
    padding: 0;
    left: inherit;
    right: inherit;
    position: relative;
    margin-top: 30px;
  }
  #aronwall .main .txtBox .txt01 {
    font-size: 7vw;
  }
  #aronwall .main .txtBox .txt01 span {
    font-size: 12vw;
  }
  #aronwall .main .txtBox .txt02 {
    font-weight: 6vw;
  }
  #aronwall .main .txtBox .txt02 .big {
    font-size: 8vw;
  }
  #aronwall .main .txtBox .txt02 .small {
    font-size: 6vw;
  }
  #aronwall .main .txtBox ul {
    display: block;
    margin-top: 30px;
  }
  #aronwall .main .txtBox ul li {
    padding: 10px 15px;
    font-size: 4vw;
  }
  #aronwall .main .img {
    width: 100%;
    height: auto;
  }
  #aronwall .box01 {
    padding: 40px 0;
  }
  #aronwall .box01 .txt01 {
    font-size: 4vw;
  }
  #aronwall .box01 h2 {
    font-size: 5.5vw;
    margin-top: 10px;
  }
  #aronwall .box01 .txt02 {
    font-size: 4.5vw;
    margin-top: 30px;
  }
  #aronwall .box01 .text {
    font-size: 3.5vw;
    line-height: 1.7;
    margin-top: 25px;
  }
  #aronwall .box02 .title {
    padding-bottom: 22px;
    display: block;
  }
  #aronwall .box02 .title .leftBox {
    margin-bottom: 30px;
  }
  #aronwall .box02 .title .leftBox p {
    font-size: 3.5vw;
    display: none;
  }
  #aronwall .box02 .title .leftBox h2 {
    font-size: 7vw;
    text-align: center;
  }
  #aronwall .box02 .title .leftBox h2 span {
    font-size: 11vw;
  }
  #aronwall .box02 .title .titleTxt {
    font-size: 3.5vw;
    line-height: 2;
    margin-left: 0;
  }
  #aronwall .box02 .item {
    display: block;
  }
  #aronwall .box02 .item .img01,
  #aronwall .box02 .item .img02 {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }
  #aronwall .box02 .item .titleBox p {
    font-size: 4.5vw;
  }
  #aronwall .box02 .item .titleBox h3 {
    font-size: 4.5vw;
    margin-left: 10px;
    line-height: 1.4;
  }
  #aronwall .box02 .item .text {
    font-size: 3.5vw;
    margin-top: 20px;
  }
  #aronwall .box02 .item .inner img {
    width: 32%;
  }
  #aronwall .box03 h2 {
    font-size: 4.3vw;
  }
  #aronwall .box03 .txt01 {
    font-size: 3.5vw;
    line-height: 1.7;
    text-align: center;
  }
  #aronwall .box03 .inner {
    display: block;
  }
  #aronwall .box03 .inner img {
    margin: 0 auto 30px;
  }
  #aronwall .box03 .inner .text {
    font-size: 3.5vw;
  }
  #reason .main {
    display: none;
  }
  #reason .linkBox {
    display: none;
  }
  #reason .box01:nth-of-type(1) {
    margin-top: 0;
  }
  #reason .box01:nth-of-type(2) {
    margin-top: 40px;
  }
  #reason .box01 .titleBox {
    padding: 20px 16px;
    display: block;
  }
  #reason .box01 .titleBox .leftBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #reason .box01 .titleBox .leftBox .titleTxt01 {
    font-size: 3.5vw;
  }
  #reason .box01 .titleBox .leftBox .titleTxt01 span {
    font-size: 4.5vw;
  }
  #reason .box01 .titleBox .leftBox .no {
    font-size: 8vw;
  }
  #reason .box01 .titleBox .icon {
    width: 10%;
  }
  #reason .box01 .titleBox h2 {
    font-size: 4vw;
    text-align: center;
    padding: 16px 0 0;
    margin: 20px auto 0;
    border-left: none;
    border-top: 1px solid white;
  }
  #reason .box01 .inner {
    display: block;
    width: calc(100% - 32px);
    padding-bottom: 20px;
  }
  #reason .box01 .inner .img01 {
    margin: 0 auto 20px;
  }
  #reason .box01 .inner .text {
    font-size: 3.5vw;
    padding: 0 16px;
  }
  #reason .box01 .under {
    padding: 30px 16px;
  }
  #reason .box01 .under .underTxt01 {
    font-size: 3.5vw;
    line-height: 1.8;
    letter-spacing: 0.3vw;
    text-align: center;
  }
  #reason .box01 .under .underTxt02 {
    font-size: 5vw;
    text-align: center;
    line-height: 1.5;
    margin-top: 15px;
  }
  #reason .box01 .under .img02 {
    display: none;
  }
  #contact .caution {
    font-size: 3vw;
    line-height: 2;
    margin: 0 auto 30px;
  }
  #contact .box01 h2 {
    margin-bottom: 30px;
  }
  #contact .box01 h2 span {
    font-size: 4vw;
    border-left: 3px solid #fff;
    padding: 5px 0 5px 10px;
  }
  #contact .box01 ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 16px;
  }
  #contact .box01 ul li {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  #contact .box01 ul li:nth-of-type(n + 2) {
    margin-top: 16px;
  }
  #contact table {
    margin-bottom: 40px;
  }
  #contact table tr th,
  #contact table tr td {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  #contact table tr th {
    border: none;
    padding-bottom: 0;
  }
  #contact .btn_box {
    width: calc(100% - 32px);
    height: auto;
    margin: 40px auto 0;
    padding: 20px 0;
    border-radius: 10vw;
  }
  #contact .btn_box p .arrow {
    right: 16px;
    font-size: 3vw;
  }
  #contact .btn_box input {
    font-size: 4vw;
  }
  #contact .thanks {
    font-size: 3.5vw;
    padding: 0 16px;
  }
  #company table tr th,
  #company table tr td {
    font-size: 3.5vw;
    padding: 20px 16px;
    line-height: 1.8;
  }
  #company table tr th {
    width: 40%;
  }
  #company h2 {
    font-size: 4vw;
  }
  #company .privacy .text {
    font-size: 3.5vw;
    margin-top: 30px;
  }
  #company .access iframe {
    height: 350px;
    margin-top: 30px;
  }
  #company .sitemap ul {
    display: block;
    margin-top: 30px;
  }
  #company .sitemap ul li {
    font-size: 3.5vw;
    width: 100%;
  }
  #company .sitemap ul li:nth-of-type(n + 2) {
    margin-top: 16px;
  }
  #works .inner {
    gap: 20px 4%;
    margin-top: 0;
  }
  #works .inner .item {
    width: 48%;
  }
  #works .inner .item .imgBox .more {
    font-size: 3.5vw;
    right: 16px;
    bottom: 16px;
    letter-spacing: 0.1vw;
  }
  #works .inner .item .imgBox .more span {
    margin-right: 5px;
  }
  #works .inner .item .under {
    padding: 16px 10px;
  }
  #works .inner .item .under .pickup {
    font-size: 3vw;
    padding: 5px;
  }
  #works .inner .item .under h3 {
    font-size: 3.5vw;
  }
  #single_works h1 {
    font-size: 4vw;
    line-height: 2;
  }
  #single_works .thumb_img {
    margin-top: 20px;
  }
  #single_works .text {
    font-size: 3.5vw;
    line-height: 2;
    margin-top: 30px;
  }
  #single_works .gallery_list .img {
    width: 48%;
    margin-right: 4%;
    margin-top: 4%;
  }
  #single_works .gallery_list .img:nth-child(3n) {
    margin-right: 4%;
  }
  #single_works .gallery_list .img:nth-of-type(2n) {
    margin-right: 0;
  }
  #single_works .gallery_list .img:nth-child(n+4) {
    margin-top: 4%;
  }
  #about .main {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
  }
  #about .main .img {
    margin-bottom: 30px;
  }
  #about .main .txt01 {
    letter-spacing: 0.5vw;
    font-size: 10vw;
  }
  #about .main .txt01:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  #about .main .txt02 {
    font-size: 5vw;
    letter-spacing: 0.5vw;
  }
  #about .main .txt03 {
    font-size: 3vw;
    margin-top: 20px;
  }
  #about .linkBox {
    display: none;
  }
  #about .box01 .titleBox {
    display: block;
    text-align: center;
  }
  #about .box01 .titleBox .txt01 {
    font-size: 3.5vw;
  }
  #about .box01 .titleBox h2 {
    font-size: 7vw;
    margin-top: 15px;
  }
  #about .box01 .titleBox .txt02 {
    font-size: 5vw;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    padding-top: 15px;
    border-left: none;
    border-top: 1px solid #145c9e;
  }
  #about .box01 .inner01 {
    display: block;
    padding-right: 0;
  }
  #about .box01 .inner01 .img01 {
    margin: 0 auto 30px;
  }
  #about .box01 .inner01 .text {
    font-size: 3.5vw;
    padding: 0 16px;
  }
  #about .box01 .inner02 {
    display: block;
  }
  #about .box01 .inner02 .img02 {
    margin: 0 auto 30px;
  }
  #about .box01 .inner02 h3 {
    font-size: 4.5vw;
    padding-left: 16px;
  }
  #about .box01 .inner02 .text {
    font-size: 3.5vw;
  }
  #about .box01.box02 {
    padding: 0;
    background: white;
  }
  #about .box01.box02 .inner01 {
    background: #fafafa;
  }
  .singleBnr .txtBox {
    padding: 0;
    left: inherit;
    right: inherit;
    position: relative;
    margin-top: 30px;
  }
  .singleBnr .txtBox .txt01 {
    font-size: 7vw;
  }
  .singleBnr .txtBox .txt01 span {
    font-size: 12vw;
  }
  .singleBnr .txtBox .txt02 {
    font-weight: 6vw;
  }
  .singleBnr .txtBox .txt02 .big {
    font-size: 8vw;
  }
  .singleBnr .txtBox .txt02 .small {
    font-size: 6vw;
  }
  .singleBnr .txtBox ul {
    display: block;
    margin-top: 30px;
  }
  .singleBnr .txtBox ul li {
    padding: 10px 15px;
    font-size: 4vw;
  }
  .singleBnr .img {
    width: 100%;
    height: auto;
  }
  .navigation {
    padding: 0;
    font-size: 3.2vw;
  }
  .navigation .nav_btn {
    width: 48%;
  }
  .navigation .nav_btn .btn {
    width: 48%;
    height: auto;
    padding: 10px 16px;
  }
  .navigation .nav_btn .btn:nth-of-type(2) {
    margin-left: 4%;
  }
  .navigation .nav_btn .btn .arrow {
    width: 10%;
  }
  .navigation .nav_archive_btn {
    width: 48%;
    height: auto;
    font-size: 3.5vw;
    padding: 10px 16px;
  }
  .pagination_over {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .pagination_under {
    margin-top: 30px;
  }
}