@charset "utf-8";
/*
Reset Stylesheet
URL: https://code.1pxeye.com/download/code/reset.css
Author: 1pxeye studio
Last Updated: 2017-07-04
This document has passed the test: W3C CSS Validator (Level 3) 
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;
    vertical-align: baseline;
    font-size: 100%
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html, body {
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

address,
caption,
code,
figcaption,
pre,
th {
    font-weight: 400;
    font-style: normal;
    font-size: 1em
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

fieldset,
iframe,
img {
    border: 0
}

fieldset {
    padding: .35em .75em .625em
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

caption,
th {
    text-align: left
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

hr {
    display: block;
    overflow: visible;
    box-sizing: content-box;
    margin: 1em 0;
    padding: 0;
    height: 0;
    border: 0;
    border-top: 1px solid #ccc
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

input,
select {
    vertical-align: middle
}

button {
    overflow: visible;
    box-sizing: content-box;
    border: 0;
    background: 0 0;
    color: inherit;
    vertical-align: inherit;
    font: inherit;
    line-height: inherit;
    cursor: pointer
}

button:disabled {
    cursor: default
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal
}

audio:not([controls]) {
    display: none;
    height: 0
}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
    outline: 0
}

::-moz-focus-inner {
    padding: 0;
    border: 0
}

audio,
progress,
video {
    display: inline-block
}

progress {
    vertical-align: baseline
}

a {
    transition: all .5s ease;
}

a,
a:link,
a:visited {
    background-color: transparent;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    color: #000;
}

a:active {
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

ul {
    list-style: none
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    border-style: none;
    width: 100%;
}

svg:not(:root) {
    overflow: hidden
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

body {
    overflow-x: hidden;
    max-width: 100%;
    margin: auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background: #2c3e50; 
    /* background: #3d5a73; */
    font-size: 12px;
}

.only-pc {
    display: block;
}

.pc-only {
    display: block;
}
 
.only-sp500none {
    display: block;
}

.only-sp {
    display: none;
}

.nav-only-sp {
    display: none;
}

.only-sp500{
    display: none;
}

.tab-only {
    display: none;
}

.sp-only {
    display: none;
}


.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;;
}

.home-sections > section {
    padding-bottom: 60px;
}

.info-img {
    width: 35%;
}

.inner {
    padding: 0 15px;
}

.content-wrap {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

.content-box {
    padding: 60px 0;
}

.pos-r {
    position: relative;
}

p {
    font-size: 16px;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

p.tel a {
    color: #fff;
}

.p-white {
    color: #fff;
}

p.time {
    font-size: 12px;
}

h1.logo {
    width: 100%;
    max-width: 100px;
}

/* h1.logo a {
    display: block;
    width: 150px;
} */

@media all and (-ms-high-contrast: none){
    p.tel {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
        font-size: 25px;
        letter-spacing: 1.5px;
        color: #fff;
    }
        
    p.time {
        font-size: 12px;
        margin-top: 7px;
    } 
}

/* header */
.home-sections> section.no-pad {
    padding: 0;
}

.header-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    /* background: rgba(24, 47, 92, 0.9); */
    max-width: 100%;
    margin: auto;
    transition: all .2s;
}

.main-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

header {
    max-width: 100%;
    padding: 10px 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-box.do {
    background: rgb(230 0 18 / 50%);
}

.header-info {
    color: #fff;
}

.header-info a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* navmenu */
.logo img {
   width: 100%;
}

nav.header-nav a {
    color: #fff;
    text-decoration: none;
    text-align: center;
}
nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*margin: 46px 0 16px;*/
    font-size: 14px;
}

nav ul li {
    padding: 0px 25px;
    border-left: 2px solid #fff;
}
nav ul li:first-child {
    border-left: none;
}

/* top */
.top-sp-collage {
    display: none;
}

.top-container {
    position: relative;
}

.top-slider {
    position: relative;
    width: 100%;
    height: 100vh; 
    overflow: hidden;
}

.top-img {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; 
    animation: fadeSlider 15s infinite; 
}

.img01 { animation-delay: 0s; }
.img02 { animation-delay: 5s; }
.img03 { animation-delay: 10s; }

@keyframes fadeSlider {
    0% { opacity: 0; }
    10% { opacity: 1; }  
    33% { opacity: 1; }  
    43% { opacity: 0; }  
    100% { opacity: 0; } 
}

.top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    position: static;  
}

.top-slider::after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.2); 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; 
}

.top-copy {
    position: absolute;
    top: 45%;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    /* text-shadow: 0px 2px 10px #000; */
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-copy-logo {
    padding: 0 15px;
}

.top-copy-logo img {
    width: 350px;
}
.top-copy h1 {
    font-size: 2.7rem;
    font-weight: bold;
    letter-spacing: 0.35rem;
}

.top-copy p {
    font-size: 1.9rem;
    line-height: 1.5rem;
    padding-top: 20px;
}

.section-mt {
    margin-top: 60px;
}


.ttl {
    text-align: center;
    padding: 25px;
    background: #a50000;
}

.ttl h1 {
    font-size: 30px;
}

.ttl p {
    font-size: 15px;
    font-weight: bold;
}

.txt {
    text-align: center;
    line-height: 2;
    padding: 0 15px;
    color: #000;
}

.bold {
    font-weight: bold
}

.white {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

/* about */
#about {
    background-image: url(../img/bk-01.webp);
    background-size: cover;
    background-position: center 0%;
    background-attachment: fixed;
}

#about .ttl,#about .content-wrap {
    z-index: 2;
    position: relative;
}

.about-txt-catch {
    text-align: center;
    padding: 50px 0 80px;
}

.about-txt-catch h1,
.reclute-txt-catch h1 {
    font-size: 30px;
}

.reclute-txt-catch {
    text-align: center;
    padding: 80px 0 0;
}

.about-txt {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.border-b-white::after {
    content: '';
    display: block;
    border: 2px solid #fff;
    width: 100px;
    margin: 70px auto 0;
}

/* unlimited */
#unlimited {
    background-image: url(../img/unlimited-bk.webp);
    background-size: cover;
    background-position: center 0%;
    background-attachment: fixed;
    position: relative;
    z-index: -2;
}

#unlimited .unlimited-item::before {
    content: '';
    display: block;
    background: rgba(93, 93, 93, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
}

/* .unlimited-bk {
    background: #00000080;
    padding: 60px 0;
} */

.philosophy-item {
    text-align: center;
    opacity: 0;
    transform: translateX(-40px); 
    transition: opacity 1.0s ease-out, transform 1.0s ease-out;
    margin-bottom: 60px; 
    padding: 0 20px;     
}

.philosophy-item.is-show {
    opacity: 1;
    transform: translateX(0);
}

.philosophy-item:nth-child(1) { transition-delay: 0.2s; }
.philosophy-item:nth-child(2) { transition-delay: 0.8s; } 
.philosophy-item:nth-child(3) { transition-delay: 1.4s; } 
.philosophy-item:nth-child(4) { transition-delay: 1.8s; } 
.philosophy-item:nth-child(5) { transition-delay: 2.2s; } 
.philosophy-item:nth-child(6) { 
    transition-delay: 2.6s; 
    margin-bottom: 0;
}

.philosophy-item .eng {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    letter-spacing: 0.1rem;
    margin-bottom: 8px;
    font-style: italic;
    line-height: 1.2;
}

.philosophy-item .red-s {
    color: #a50000;
    font-weight: bold;
}

.philosophy-item .jpn {
    color: #fff; 
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    font-weight: normal;
}

.philosophy-item.unlimited .eng {
    color: #fff; 
    font-weight: normal;
    line-height: 1.6;
}

/* 代表挨拶 */
.ceo-message {
    background-color: #00000080; 
    padding: 40px;
    color: #fff;
    width: 100%;
    max-width: 650px;
    margin: 50px auto;
}

.ceo-container {
    width: 100%;
    margin: 0 auto;
}

.ceo-content {
    line-height: 1.8;
    padding: 30px 0;
}

.ceo-text {
    font-size: 16px;
}

.ceo-image {
    float: right;      
    width: 40%;        
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 5px;  
}

.ceo-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* company */
.develop-container {
    position: relative;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
    padding: 60px 0;
    gap: 30px;
}

.left, .right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.img-box {
    width: 100%;
    max-width: 420px;
}

.company-table {
    margin: auto;
    border-collapse: separate;
    border-spacing: 10px 15px;
    font-size: 16px;
    color: #fff;
}

.company-table th {
    font-weight: bold;
}

/* ifream */
.company-map {
    width: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

.company-map .map {
    width: 100vw; 
    padding: 60px 0 0 0;
}

.company-map .map iframe {
    width: 100%;
    height: 350px; 
    aspect-ratio: auto; 
    display: block;
    border: 0;
}

/* service */
.service-box {
    padding: 80px 0;
}

.service-item {
    display: flex; 
    flex-direction: row;      
    justify-content: space-between;
    align-items: center;     
    width: 100%;
    margin-bottom: 80px;
    box-sizing: border-box;
    gap: 40px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1), 
                transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.service-img-box {
    flex: 0 0 30%; 
    max-width: 30%;
    width: 100%;
    position: relative;
}

.service-img-box img {
    width: 100%;
    height: auto;
    display: block;
}

.service-inner-box {
    width: 100%;
    padding: 0;
}

.service-reverse {
    flex-direction: row-reverse;
}

.service-headline {
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
    display: inline-block;
}

.loop-image-box img {
    opacity: 0;
    transition: opacity 2.0s ease-in-out;
}

.loop-image-box img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}

.loop-image-box img.is-looping {
    opacity: 1 !important; 
}

/* custom */
.custom-list {
    overflow: hidden;
    width: 100%;
    margin: 40px 0;
    display: block; 
}

.custom-track {
    display: flex;
    width: max-content;
    gap: 20px; 
}

.custom-item {
    width: 300px; 
    flex-shrink: 0; 
}

.custom-item img {
    width: 100%;      
    height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 3; 
    display: block;
}

.custom-left .custom-track {
    animation: scroll-left 40s linear infinite;
}

.custom-right .custom-track {
    animation: scroll-right 40s linear infinite;
}

@keyframes scroll-left {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - 10px)); } 
}

@keyframes scroll-right {
    from { transform: translateX(calc(-50% - 10px)); }
    to { transform: translateX(0); }
}

.speace {
    padding: 30px 0;
}

/* contact */
#entry {
    background-image: url(../img/bk-02.webp);
    background-size: cover;
    background-position: center 45%;
    background-attachment: fixed;
}

#entry::before {
    content: '';
    display: block;
    background: rgba(93, 93, 93, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
}

#entry .ttl, #entry .entry-wrap {
    z-index: 2;
    position: relative;
}

.entry-wrap {
    width: 100%;
    margin: 0 auto;
}

.entry .ban-box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 20px; 
    box-sizing: border-box;
    padding: 20px 0;
}

.entry .ban-box .f-l,
.entry .ban-box .f-r {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    float: none !important;
    display: flex; 
}

.txt.tel {
    background-color: rgba(165, 0, 0, 0.8);
    width: 100% !important;
    height: 100%; 
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;     
    text-align: center;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    min-height: 220px; 
}

.txt.tel:hover {
    background-color: rgba(165, 0, 0, 1.0);
}

.tel-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #fff;
    width: 85% !important; 
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 12px;
    flex-wrap: wrap;
}

p.tel {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
    word-break: break-all;
    line-height: 1.2;
}

.contact-person {
    font-size: 17px;
    margin-top: 20px;
    color: #fff;
    line-height: 1.5;
}

.qr img {
    width: 55px;
    height: 55px;
    margin-left: 10px;
    vertical-align: middle;
}

/* footer */
footer {
    padding: 30px 15px 40px;
}
h2.f-logo a img {
    /*margin: 0px auto 50px;*/
    width: 100px;
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.footer-nav {
    max-width: 1280px;
    /*margin: auto;*/
}

nav.footer-nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*margin: 60px 0 16px;*/
    font-size: 14px;
}

nav.footer-nav ul li {
    padding: 0px 25px;
    border-left: 2px solid #fff;
}

nav.footer-nav ul li a {
    text-align: center;
    color: #fff;
}
nav.footer-nav ul li:first-child {
    border-left: none;
}

p.copyright {
    text-align: center;
    padding: 48px 0 0;
    color: #fff;
}

/* footer追従 */
.footer-fixed-bar {
    position: fixed;
    bottom: -100px; 
    left: 0;
    width: 100%;
    height: 120px; 
    background: rgb(230 0 18 / 50%);
    display: flex;
    align-items: center;
    transition: bottom 0.5s ease; 
    transition: bottom 0.3s ease-in-out, opacity 0.3s; 
    z-index: 9999;
    
    opacity: 0;
}

.footer-fixed-bar.show {
    bottom: 0;
    opacity: 1;
}

.footer-bar-inner {
    width: 100%; 
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.footer-logo {
    padding-right: 25px;
}

/* hover */
/*
a:hover {
    text-decoration: underline
}
*/
.txt.tel:hover {
    background-color: #a50000;
}

nav.header-nav a:hover {
    color: rgba(185, 185, 185, 0.5);
}

.contact-container a:hover {
    background: rgb(119, 117, 117);
}

nav.footer-nav ul li a:hover {
    color: rgb(162, 162, 162);
}

ul.blog-list li:hover {
    background: rgb(119, 117, 117);
    /* opacity: 0.5; */
}









