/*===================================
home
===================================*/
#slider {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
#slider img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
#mv {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
#mv::after {
    position: absolute;
    content: '';
    transform: skewX(45deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(1, 5, 31, 0.6);
    z-index: 1;
}
#mv::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
#mv .mv_title {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: calc(50% + 30px);
    width: 100%;
    z-index: 2;
}
#mv .mv_title .title {
    color: #fff;
    font-size: 7vw;
    padding: 4%;
    text-shadow: 0 0 10px #000;
}
#mv .mv_title .title span {
    display: block;
}
#mv .mv_title .sub_title {
    color: #fff;
    border-left: 10px solid #081756;
    font-size: 5vw;
    padding: 0 4%;
    margin-left: 4%;
    text-decoration: underline;
    text-shadow: 0 0 10px #000;
}
#mv .mv_title .sub_title span {
    display: block;
}
#mv .mv_img {
    width: 100vw;
    height: calc(100vh - 100px);
}
#mv .mv_img img {
    width: 100vw;
    height: calc(100vh - 100px);
    object-fit: cover;
}
#mv .coordinate {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 4%;
    z-index: 2;
}
#mv .coordinate p {
    color: #fff;
    font-size: 10px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
@media (min-width: 960px) {
    #mv .mv_title .title {
        font-size: 60px;
        line-height: 1.5;
    }
    #mv .mv_title .sub_title {
        font-size: 36px;
        line-height: 1.5;
    }
}
/*===================================
who
===================================*/
#who {
    padding-top: 70px;
}
#who ._container {
    padding: 4%;
}
#who ._container .heading01::after {
    position: absolute;
    content: "ご挨拶";
    left: 0;
    bottom: -1.5em;
    color: #4c4c4c;
    font-size: .3em;
}
#who ._container ._box .columns span {
    position: relative;
}
#who ._container ._box .columns span::after {
    position: absolute;
    content: "ツカショー";
    top: -2em;
    left: 0;
    width: 100%;
    font-size: .5em;
    letter-spacing: .5em;
}
@media (min-width: 768px) {
    #who ._container ._box .columns span::after {
        letter-spacing: 1em;
    }
}
@media (min-width: 960px) {
    #who ._container {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
    }
    #who ._container::before {
        position: absolute;
        content: "";
        transform: skewX(-25deg);
        top: -70px;
        width: 100vw;
        height: 150%;
        margin-left: 50vw;
        background: #081756;
    }
    #who ._container ._box .columns {
        font-size: 21px;
        line-height: 2;
        letter-spacing: .2em;
        color: #fff;
        mix-blend-mode: difference;
        width: 30em;
    }
    #who ._container ._box .btns {
        justify-content: flex-start;
    }
}
/*===================================
servises
===================================*/
#service {
    color: #fff;
}
#service ._container {
    padding: 4%;
}
#service ._container .heading01 {
    color: #fff;
}
#service ._container .heading01::after {
    position: absolute;
    content: "サービス・製品一覧";
    left: 0;
    bottom: -1.5em;
    color: #7c7c7c;
    font-size: .3em;
}
#service ._container ._box ._list .list-item {
    border-bottom: 1px solid #fff;
    font-size: 4vw;
    font-weight: 600;
}
#service ._container ._box ._list .list-item span {
    font-size: 6vw;
    font-style: italic;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    padding: 0 4%;
}
#service ._container .btns .btn_type01 {
    border-color: #fff;
    color: #fff;
}
#service ._container .btns .btn_type01:hover {
    background: #fff;
    color: #081756;
}
@media (min-width: 768px) {
    #service ._container ._box ._list .list-item {
        font-size: 3vw;
        display: flex;
        align-items: center;
    }
    #service ._container ._box ._list .list-item span {
        font-size: 5vw;
    }
}
@media (min-width: 960px) {
    #service ._container {
        max-width: 1200px;
        margin: 0 auto;
    }
    #service ._container ._box ._list .list-item {
        font-size: 32px;
    }
    #service ._container ._box ._list .list-item span {
        font-size: 48px;
    }
}
/*===================================
news
===================================*/
#news ._container {
    padding: 4%;
}
#news ._container .heading01::after {
    position: absolute;
    content: "お知らせ";
    left: 0;
    bottom: -1.5em;
    color: #7c7c7c;
    font-size: .3em;
}
#news ._container .post_area {
    border-radius: 20px;
    padding: 4%;
}
#news ._container .post_area .post {
    padding: 4%;
}
#news ._container .post_area .post_list .post {}
#news ._container .post_area .post_list .post + .post {
    border-top: 1px dashed #ccc;
}
@media (min-width: 768px) {}
@media (min-width: 960px) {
    #news ._container {
        max-width: 1200px;
        margin: 0 auto;
    }
}
/*===================================
loop　text
===================================*/
#loop {
    padding-top: 0;
    height: 20vh;
}
.loop_text {
    position: relative;
}
.loop_text p {
    font-size: 100px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin: 0;
}
.loop_text_left p {
    color: #081756;
}
.loop_text_right p {
    color: #fff;
    text-shadow:
        1px 1px 0px #081756, -1px -1px 0px #081756, -1px 1px 0px #081756, 1px -1px 0px #081756, 1px 0px 0px #081756, -1px 0px 0px #081756, 0px 1px 0px #081756, 0px -1px 0px #081756;
    margin-top: 1em;
}
/*===================================
Instagram
===================================*/
#instagram ._container {
    padding: 4%;
}
#instagram ._container .heading01 {
    color: #fff;
}
#instagram ._container .heading01::after {
    position: absolute;
    content: "インスタグラム";
    left: 0;
    bottom: -1.5em;
    color: #7c7c7c;
    font-size: .3em;
}
#instagram .insta_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 2px;
}
#instagram .insta_list li {
    width: calc((100% - 2px) / 2);
    overflow: hidden;
}
#instagram .insta_list li img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: .3s all;
}
#instagram .insta_list li img:hover {
    transform: scale(1.2, 1.2)
}
#instagram ._container .btns .btn_type01 {
    border-color: #fff;
    color: #fff;
}
#instagram ._container .btns .btn_type01:hover {
    background: #fff;
    color: #081756;
}
@media screen and (min-width: 960px) {
    #instagram ._container {
        max-width: 1200px;
        margin: 0 auto;
    }
    #instagram .insta_list li {
        width: calc((100% - 6px) / 4);
    }
}
/*===================================
reserve
===================================*/
#reserve .heading01 {
    text-align: center;
    color: #fff;
    text-shadow:
        1px 1px 0px #081756, -1px -1px 0px #081756, -1px 1px 0px #081756, 1px -1px 0px #081756, 1px 0px 0px #081756, -1px 0px 0px #081756, 0px 1px 0px #081756, 0px -1px 0px #081756;
    margin-top: 1em;
}
#reserve ._container {
    padding: 4%
}
#reserve ._container ._box {
    border: 1px solid #081756;
    transition: .3s all;
}
#reserve ._container ._box a {
    color: #081756;
    font-size: 10vw;
    font-weight: bold;
    padding: 4%;
}
#reserve ._container ._box a span {
    color: #ccc;
    display: block;
    font-size: .3em;
    text-transform: uppercase;
}
#reserve ._container ._box a img {
    display: inline-block;
    width: 20px;
    margin-left: 30px;
}
#reserve ._container ._box a:hover img {
    mix-blend-mode: difference;
    filter: brightness(0) invert(1);
}
#reserve ._container ._box:nth-child(2) {
    background: #081756;
}
#reserve ._container ._box:nth-child(2) a {
    color: #fff;
}
@media screen and (min-width: 768px) {
    #reserve ._container {
        display: flex;
        gap: 30px;
    }
    #reserve ._container ._box {
        width: calc((100% - 30px) / 2);
        margin-top: 0;
    }
    #reserve ._container ._box a {
        font-size: 5vw;
    }
    #reserve ._container ._box:hover {
        background: #081756;
    }
    #reserve ._container ._box:hover a {
        color: #fff;
    }
    #reserve ._container ._box:nth-child(2):hover {
        background: #fff;
    }
    #reserve ._container ._box:nth-child(2):hover a {
        color: #081756;
    }
}
@media screen and (min-width: 960px) {
    #reserve ._container {
        max-width: 1200px;
        margin: 0 auto;
    }
    #reserve ._container ._box a {
        font-size: 36px;
    }
}
/*===================================
subpage
===================================*/
.subpage_mv {
    position: relative;
    width: 100vw;
    height: 40vh;
    overflow: hidden;
}
.subpage_mv::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .2);
    z-index: 1;
}
.subpage_mv_img {
    width: 100vw;
    height: 40vh;
}
.subpage_mv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.subpage_mv_title {
    position: absolute;
    left: 4%;
    bottom: 50px;
    width: 100%;
    z-index: 2;
}
.subpage_mv_title .title {
    color: #081756;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
.subpage_mv_title .title span {
    color: #ccc;
    display: block;
    font-size: .5em;
    letter-spacing: .2em;
}
@media (min-width: 768px) {
    .subpage_mv_img {
        width: 80vw;
        margin-left: auto;
    }
    .subpage_mv_img img {
        height: 40vh;
    }
    .subpage_mv_title .title span {
        font-size: .3em;
    }
}
@media (min-width: 960px) {
    .subpage_mv {
        height: 40vh;
    }
    .subpage_mv_img {
        height: 40vw;
    }
}
/*===================================
company
===================================*/
#company .info ._box .img img {
    width: 80px;
    margin: 20px auto;
}
#company .info ._box .table {
    width: 100%
}
#company .info ._box .table tr {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}
#company .info ._box .table tr + tr {
    border-top: 1px dashed #ccc;
}
#company .info ._box .table tr th {
    text-align: left;
    font-size: 21px;
}
#company .info ._box .table tr td {
    margin-top: 10px;
}
#company .info ._box .table tr td ul + ul {
    margin-top: 10px;
}
#company .info ._box .table tr td ul li ul .tel {
    white-space: nowrap;
}
#company .history ._box .timeline {
    width: 100%;
    margin: 50px auto;
    padding: 0 30px;
}
#company .history ._box .timeline li {
    position: relative;
    padding: 20px 0;
}
#company .history ._box .timeline dl {
    margin: 0 0 0 2em;
}
#company .history ._box .timeline dt {
    font-size: 5vw;
    font-weight: 600;
}
#company .history ._box .timeline dd {
    padding: 10px 0;
}
#company .history ._box .timeline {
    display: block;
    padding: 10px 0;
}
#company .history ._box .border-line {
    position: absolute;
    left: 4px;
    top: 0;
    width: 2px;
    height: 0;
    background: #081756;
}
#company .history ._box .timeline li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #081756;
    border-radius: 50%;
}
#company .history ._box .timeline li:last-child {
    padding: 0;
}
#company .access ._box {
    padding: 4% 0;
}
#company .access ._box ._box-child {}
#company .access ._box ._box-child ._text {}
#company .access ._box ._box-child ._text .heading04 {}
#company .access ._box ._box-child .map {
    overflow: hidden;
}
#company .access ._box ._box-child .map iframe {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
@media (min-width: 768px) {
    #company .history ._box .timeline dt {
        font-size: 2.5vw;
    }
}
@media (min-width: 960px) {
    #company .info ._box .table tr {
        flex-direction: row;
        align-items: center;
    }
    #company .info ._box .table tr th {
        text-align: center;
        width: 30%;
    }
    #company .info ._box .table tr td {
        margin-top: 0;
        width: 70%;
    }
    #company .history ._box .timeline dt {
        font-size: 24px;
    }
    #company .history ._box .timeline dd {
        font-size: 21px;
    }
    #company .access ._box {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    #company .access ._box ._box-child {
        margin-top: 0;
        width: calc((100% - 10px) / 2);
    }
}
/*===================================
concept
===================================*/
#concept .feature .feature_img {
    display: none;
}
#concept .feature .feature_point {
    position: relative;
    z-index: 1
}
#concept .feature .feature_point::before {
    position: absolute;
    right: 0;
    bottom: -1em;
    font-size: 15vw;
    font-style: italic;
    font-weight: bold;
    text-shadow:
        1px 1px 0px #081756, -1px -1px 0px #081756, -1px 1px 0px #081756, 1px -1px 0px #081756, 1px 0px 0px #081756, -1px 0px 0px #081756, 0px 1px 0px #081756, 0px -1px 0px #081756;
    text-transform: uppercase;
    content: "";
    padding: 10px;
    color: #fff;
    opacity: .3;
    z-index: -1;
}
#concept .feature .feature_point:nth-child(1)::before {
    content: "01";
}
#concept .feature .feature_point:nth-child(2)::before {
    content: "02";
}
#concept .feature .feature_point:nth-child(3)::before {
    content: "03";
}
#concept .feature .feature_point:nth-child(4)::before {
    content: "04";
}
#concept .feature .feature_point:nth-child(5)::before {
    content: "05";
}
#concept .feature .feature_point + .feature_point {
    margin-top: 50px;
}
#concept .feature .feature_point h3 {
    color: #081756;
    font-size: 5vw;
    font-weight: 700;
}
#concept .feature .feature_point p {
    font-size: 3.5vw;
}
#concept ._box.attempt {
    color: #fff;
    margin: 100px 0 50px;
    padding: 50px 0;
}
#concept ._box.attempt .heading01 {
    color: #fff;
    border-bottom: 10px solid #fff;
    padding-bottom: 15px;
    padding: 0 4% 50px;
}
#concept ._box.attempt .curio_dealer {
    background: #fff;
    color: #081756;
    font-size: 7vw;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 4%;
    margin-top: 50px;
}
#concept ._box.attempt .curio_dealer span {
    display: block;
}
#concept ._box.attempt ._box-child {
    border: 1px dashed #fff;
    margin-top: 20px;
    padding: 4%;
}
#concept ._box.attempt ._box-child h3 {
    font-size: 15vw;
    line-height: 1.2;
}
#concept ._box.attempt ._box-child h3 span {
    color: #081756;
    font-size: 1.5em;
    text-shadow:
        1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
}
#concept ._box.re_style {}
#concept ._box.re_style .img img {
    margin: 0 auto;
}
@media (min-width: 768px) {
    #concept .concept .feature {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 30px;
    }
    #concept .concept .feature .feature_img {
        display: block;
        width: calc((100% - 30px) / 2)
    }
    #concept .concept .feature .feature_img img {
        width: 80px;
        margin: 0 auto;
    }
    #concept .concept .feature .feature_point {
        margin-top: 0;
        width: calc((100% - 30px) / 2)
    }
    #concept .feature .feature_point::before {
        font-size: 5vw;
    }
    #concept .feature .feature_point h3 {
        font-size: 3vw;
    }
    #concept .feature .feature_point p {
        font-size: 2vw;
    }
    #concept ._box.attempt .heading01 {
        font-size: 6vw;
        text-align: center;
    }
}
@media (min-width: 960px) {
    #concept .concept .feature .feature_img {
        width: calc((100% - 60px) / 3);
    }
    #concept .concept .feature .feature_point {
        width: calc((100% - 60px) / 3)
    }
    #concept .feature .feature_point h3 {
        font-size: 24px;
    }
    #concept .feature .feature_point p {
        font-size: 14px;
    }
    #concept ._box.attempt .heading01 {
        font-size: 60px;
    }
    #concept ._box.attempt ._inner {
        display: flex;
        flex-direction: row;
        gap: 30px;
    }
    #concept ._box.attempt ._inner ._box-child {
        margin-top: 0;
        width: calc((100% - 60px) / 3)
    }
    #concept ._box.attempt ._box-child h3 {
        font-size: 36px;
        text-align: center;
    }
    #concept ._box.attempt ._box-child h3 span {
        font-size: 2em;
    }
    #concept ._box.attempt ._box-child p {
        margin-top: 2em;
    }
    #concept ._box.attempt .curio_dealer {
        font-size: 48px;
        padding: 30px;
        width: min(100%, 1200px);
        margin: 50px auto 0;
    }
    #concept ._box.re_style ._inner ._box-child {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    #concept ._box.re_style ._inner ._box-child .img {
        width: calc((100% - 30px) / 2);
    }
    #concept ._box.re_style ._inner ._box-child ._text {
        width: calc((100% - 30px) / 2);
    }
}
/*===================================
Service / Product
===================================*/
#product ._box ._box-child ._text {
    background: #081756;
    padding: 20px;
}
#product ._box ._box-child ._text h3 {
    background: #fff;
    color: #081756;
    font-size: 4.5vw;
    text-align: center;
    padding: 2% 0;
}
#product ._box ._box-child ._text p {
    color: #fff;
    font-size: 14px;
    margin-top: 1em;
}
#recruitment ._box ._box-child ._text ._list {
    margin-top: 20px;
}
@media (min-width: 768px) {
    #product ._box ._box-child + ._box-child {
        margin-top: 50px;
    }
    #product ._box ._box-child .img img {
        position: relative;
        width: min(100%, 500px);
        object-fit: cover;
        z-index: -1;
    }
    #product ._box ._box-child._reverse .img img {
        margin-left: auto;
    }
    #product ._box ._box-child ._text {
        width: min(100%, 500px);
        margin-left: auto;
        margin-top: -150px;
    }
    #product ._box ._box-child._reverse ._text {
        margin-left: 0;
        margin-right: auto;
    }
    #product ._box ._box-child ._text h3 {
        font-size: 2vw;
    }
    #recruitment ._box ._box-child ._text {
        border: 1px solid #081756;
        padding: 4%;
    }
    #recruitment ._box ._box-child ._text > * {
        text-align: center;
    }
    #recruitment ._box ._box-child ._text h3 {
        font-size: 24px;
        position: relative;
        padding: 15px;
    }
    #recruitment ._box ._box-child ._text h3:before {
        position: absolute;
        bottom: -10px;
        left: calc(50% - 30px);
        width: 60px;
        height: 5px;
        content: '';
        border-radius: 3px;
        background: #081756;
    }
    #recruitment ._box ._box-child ._text ._list {
        margin-top: 50px;
    }
    #recruitment ._box ._box-child ._text ._list ._list-item {
        white-space: nowrap;
    }
}
@media (min-width: 960px) {
    #product ._box ._box-child .img img {
        position: relative;
        width: min(100%, 700px);
        height: 400px;
        z-index: -1;
    }
    #product ._box ._box-child ._text {
        width: min(100%, 600px);
        margin-top: -200px;
    }
    #product ._box ._box-child ._text h3 {
        font-size: 24px;
    }
    #product ._box ._box-child ._text p {
        font-size: 18px;
    }
}
/*===================================
form
===================================*/
.form {
    width: min(100%, 600px);
    margin: 50px auto;
}
.form-item + .form-item {
    margin-top: 20px
}
.form-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.form-item .phone_nunber {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.form-label {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 600;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    flex-direction: row;
}
.form-label span {
    margin-left: 5px;
}
.input-item {
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 5px 1em;
    width: 100%;
    background: #ececec;
}
.form-item-textarea {
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 0 1em;
    width: 100%;
    height: 200px;
    background: #ececec;
}
.form-item._address ._address {
    display: flex;
    align-items: center;
}
.form-label.is-msg {
    margin-top: 8px;
    margin-bottom: auto;
}
.form-item .required {
    display: inline-block;
    background: #b90000;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding: 4px 0;
    width: 40px;
}
.form-item .warning {
    font-size: 10px;
}
.submit-btn, .back-btn {
    display: block;
    background: #081756;
    border: 1px solid #081756;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    transition: .3s all;
    width: min(100%, 300px);
}
.submit-btn:hover, .back-btn:hover {
    background: #081756;
    color: #fff;
}
.back-btn {
    background: #464646;
}
.g-recaptcha > div {
    margin: 20px auto 10px;
}
.form #warning {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}
.form-label.is-msg {
    margin-top: 0;
}
@media (min-width: 768px) {
    .form .form-item .address {
        width: calc((100% - 20px) / 3);
    }
    .form .form-item._address {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 10px;
    }
}
/*===================================
Policy
===================================*/
#policy ._box {
    margin-top: 50px;
}
#policy .company_info {
    margin-top: 20px;
}
#policy .company_info li {
    list-style: disc;
    margin-left: 20px;
    font-weight: 600;
}
@media (min-width: 768px) {}
@media (min-width: 960px) {}
/*===================================
404
===================================*/
#error p {
    text-align: center;
}
/*===================================
confirm
===================================*/
.confirm ._box p br {
    display: none;
}
.confirm .form-item + .form-item {
    margin-top: 0;
}
.confirm_body {
    width: min(100%, 800px);
    margin: 50px auto;
}
.confirm_body .form-item + .form-item {
    border-top: 1px dashed #ccc;
    padding: 10px 0;
}
@media (min-width: 768px) {
    .confirm ._box p {
        text-align: center;
    }
    .confirm ._box p br {
        display: block;
    }
    .confirm .form-item p + p {
        margin-top: 0;
    }
}
@media (min-width: 960px) {
    .confirm .form-item {
        flex-direction: row;
    }
    .confirm .form-item .form-label {
        width: 12em;
    }
}
/*===================================
thanks
===================================*/
.thanks p br {
    display: none;
}
@media (min-width: 768px) {
    .thanks p {
        text-align: center;
    }
    .thanks p br {
        display: block;
    }
}
/*===================================
404
===================================*/
.error p {
    text-align: center;
}