@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&family=Zen+Maru+Gothic:wght@500&display=swap");
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  font-family: 'Roboto Mono', 'Zen Maru Gothic', monospace;
}

h2 {
  font-size: 3.5vmax;
}

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.title {
  font-size: 1.2em;
  margin: 30px 0;
}

.text_contents {
  margin: 50px 0;
}

main {
  padding-top: 51px;
}

@media screen and (min-width: 881px) {
  .stroke {
    -webkit-text-stroke: 1.2px #000;
    text-shadow: 5px 5px 3px #000;
  }
  section {
    text-align: center;
    margin: 0px auto;
  }
  #navi {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 51px;
    border-bottom: #d1d1d1 1px solid;
  }
  #navi .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
  }
  #navi .logo a {
    text-decoration: none;
    margin-left: 15px;
    color: black;
  }
  #navi .logo .site_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    height: 51px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
  #navi .navi_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    position: relative;
  }
  #navi .navi_item li {
    white-space: nowrap;
    width: 100%;
  }
  #navi .navi_item li a {
    padding: 5px 20px;
    display: inline-block;
    text-decoration: none;
    color: black;
  }
  #navi .navi_item li a:hover {
    color: #3387c7;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #navi .navi_item li:first-of-type {
    margin-right: 10px;
  }
  #navi .navi_item li .toggle-btn {
    position: relative;
    top: 5px;
    left: -15px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    cursor: pointer;
  }
  #navi .navi_item li .submenu {
    position: absolute;
    background: #fff;
    top: -1000px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;
  }
  #navi .navi_item li .submenu ul {
    padding: 10px;
  }
  #navi .navi_item li .submenu ul li {
    z-index: -1;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
  }
  #navi .navi_item li .submenu ul li a {
    padding: 10px 5px;
  }
  #navi .navi_item li .active {
    top: 50px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #top {
    position: relative;
  }
  #top .shadow_filter {
    background: black;
    width: 100%;
    height: 100vh;
  }
  #top .shadow_filter img {
    width: 100%;
    height: 100vh;
    opacity: 1;
  }
  #top .main_title h2 {
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    white-space: nowrap;
  }
  #top .main_title p {
    font-size: 3vmin;
    text-align: center;
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
  }
  #news .contents_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #news .contents_wrap .left_contents {
    text-align: left;
    margin-right: 15px;
  }
  #news .contents_wrap .left_contents p {
    margin-bottom: 0;
  }
  #news .contents_wrap .right_contents p {
    margin-bottom: 0;
  }
  #news .res_contents {
    display: none;
  }
  #about {
    padding-top: 100px;
  }
  #about .text_contents {
    margin: 50px 0;
    text-align: center;
    letter-spacing: 1.5px;
  }
  #about .table-contents .table tr {
    white-space: nowrap;
  }
  #about .table-contents .table tr td {
    vertical-align: middle;
    white-space: nowrap;
  }
  #about .table-contents .table tr td p:last-child {
    margin-bottom: 0;
  }
  #about .map-contents {
    margin: 5% 0;
    text-align: left;
  }
  #about .map-contents p {
    margin-bottom: 0;
  }
  #about .map-contents .map iframe {
    width: 100%;
    height: 40vh;
    margin-top: 10px;
  }
  #service {
    padding-top: 100px;
    margin-top: 30px;
    height: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6))), url(../img/service1.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../img/service1.jpg);
    color: white;
  }
  #service img {
    width: 50vh;
  }
  #gallery {
    width: 80%;
    margin: 0px auto 50px auto;
    padding-top: 100px;
  }
  #recruit {
    margin-top: 100px;
    padding-top: 100px;
  }
  #recruit p {
    margin: 0 !important;
  }
  #recruit .new_career .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    table-layout: fixed;
    width: 100%;
  }
  #recruit .new_career .table tr {
    width: 100%;
    border-bottom: 1px solid #bbb;
  }
  #recruit .new_career .table tr th {
    vertical-align: middle;
    width: 7rem;
    min-width: 15rem;
    font-weight: normal;
    background-color: aliceblue;
  }
  #recruit .new_career .table tr td {
    text-align: left;
  }
  #recruit .new_career .table:nth-of-type(1) {
    border-top: 1px solid #bbb;
  }
  #recruit .new_career .table > :not(caption) > * > * {
    padding: .5rem .5rem;
  }
  #contact {
    margin-top: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6))), url(../img/contact1.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../img/contact1.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contact .container {
    width: 60%;
    padding: 1.2rem 0;
    margin: 5vh auto;
  }
  #contact .container form .title {
    padding: 2rem;
  }
  #contact .container form p {
    padding: 10px 0;
    margin: 0;
  }
  #contact .container form input {
    padding: 5px 10px;
  }
  #contact .container form input[type=submit] {
    border-radius: 15%;
    background-color: white;
  }
  #contact .copy-right {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 880px) {
  .stroke {
    -webkit-text-stroke: .6px #000;
    text-shadow: .5px .5px 3px #000;
  }
  .container {
    width: 100vw;
    margin: 100px auto;
    text-align: center;
  }
  .open_mask {
    background: rgba(0, 0, 0, 0.85);
    z-index: 70;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 51px;
    position: fixed;
    background: #fff;
    z-index: 90;
    border-bottom: 1px solid #c7c7c7;
  }
  #navi .logo {
    margin-left: 20px;
  }
  #navi .logo a {
    text-decoration: none;
    color: black;
  }
  #navi .logo .site_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    height: 51px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
  #navi .burger_btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 30px;
    width: 30px;
    height: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    z-index: 100;
  }
  #navi .burger_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #navi .burger_btn span:nth-child(1) {
    top: 4px;
  }
  #navi .burger_btn span:nth-child(2) {
    top: 14px;
  }
  #navi .burger_btn span:nth-child(3) {
    bottom: 4px;
  }
  #navi .burger_invert {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  #navi .navi_item {
    position: absolute;
    top: -1000px;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #navi .navi_item li .toggle-btn {
    position: relative;
    top: 5px;
    left: 5px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    cursor: pointer;
  }
  #navi .navi_item li .submenu {
    display: none;
  }
  #navi .navi_item li .submenu ul {
    padding: 0;
  }
  #navi .navi_item li .submenu ul li {
    z-index: -1;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
  }
  #navi .navi_item li .submenu ul li a {
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
  }
  #navi .navi_item li .active {
    display: block;
  }
  #navi .navi_item li a {
    width: 100%;
    margin: 10px auto;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: black;
    text-align: center;
  }
  #navi .sp_navi_item {
    top: 0;
    position: absolute;
    width: 100%;
    height: auto;
    background-color: white;
    z-index: 80;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 20px 0;
  }
  #navi .sp_navi_item #gallery-menu .toggle-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  #navi .sp_navi_item #gallery-menu .toggle-wrap .toggle-btn {
    position: absolute;
    top: 20px;
    left: 80%;
  }
  #navi .sp_navi_item li {
    width: 50%;
    margin: 0 auto;
  }
  #navi .sp_navi_item li a {
    width: 100%;
    padding: 10px 0px;
    text-decoration: none;
    color: black;
    text-align: center;
  }
  .open .burger_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
            transform: translateY(10px) rotate(-315deg);
  }
  .open .burger_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .burger_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
            transform: translateY(-10px) rotate(315deg);
  }
  #top {
    position: relative;
  }
  #top .shadow_filter {
    background: black;
    width: 100%;
    height: 100%;
  }
  #top .shadow_filter img {
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top .main_title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
  }
  #top .main_title h2 {
    font-size: 120%;
    white-space: nowrap;
  }
  #top .main_title p {
    font-size: 110%;
    text-align: center;
  }
  #about {
    padding-top: 10px;
    height: 100%;
  }
  #about .container .table-contents .table {
    font-size: small;
  }
  #about .container .table-contents .table .nowrap {
    white-space: nowrap;
  }
  #about .container .table-contents .table .nowrap td {
    vertical-align: middle;
  }
  #about .container .table-contents .table p {
    margin: 0;
  }
  #about .container .map-contents p {
    margin: 0;
    font-size: .8em;
  }
  #about .container .map-contents p:first-of-type {
    font-size: 1.2em;
    padding-top: 15px;
  }
  #about .container .map iframe {
    width: 100%;
    height: 40vh;
  }
  #service {
    padding-top: 10px;
    height: 100%;
    color: white;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6))), url(../img/service1.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../img/service1.jpg);
  }
  #service img {
    width: 100%;
  }
  #gallery {
    margin: 100px 0;
    padding-top: 10px;
    height: 100%;
  }
  #recruit {
    padding-top: 10px;
    height: 100%;
  }
  #recruit .container {
    max-width: 650px;
  }
  #recruit .container p {
    margin: 0 !important;
  }
  #recruit .container .new_career {
    width: 100%;
  }
  #recruit .container .new_career .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #recruit .container .new_career .table th {
    white-space: nowrap;
    font-size: .85em;
    background-color: aliceblue;
    vertical-align: middle;
  }
  #recruit .container .new_career .table td {
    text-align: left;
    padding-top: 10px;
    font-size: .85em;
  }
  #recruit .container .new_career .table > :not(caption) > * > * {
    padding: .8rem .5rem;
  }
  #contact {
    margin-top: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6))), url(../img/contact1.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../img/contact1.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contact .container {
    width: 60%;
    padding: 1.2rem 0;
    margin: 5vh auto;
  }
  #contact .container form .title {
    padding: 2rem;
  }
  #contact .container form p {
    padding: 10px 0;
    margin: 0;
  }
  #contact .container form input {
    padding: 5px 10px;
  }
  #contact .container form input[type=submit] {
    border-radius: 15%;
    background-color: white;
  }
  #contact .copy-right {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=style.css.map */