@charset "utf-8";

/* ---colors---
background: #fffffe
headline: #094067
paragraph: #5f6c7b
button, highlight: #3da9fc
secondary: #90b4ce
tertiary: #ef4565
*/

/* --------------------
*fonts
default: YuGothic,'Yu Gothic', sans-serif
english: font-family: 'Montserrat', sans-serif;
----------------------- */


/* ========================================
common
==========================================*/

body {
    background-color: #fffffe;
    color: #5f6c7b;
    font-family: YuGothic,'Yu Gothic', sans-serif;
    }

h1, h2 {
    color: #094067;
}

h3 {
    font-size: 1.3em;
    color: #094067;
}

h4 {
    font-size: 1em;
    color: #094067;
}

a {
    color: #5f6c7b;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #5f6c7b;
    opacity: 0.7;

}

img {
    width: 100%;
    height: auto;
}

.section-title {
    text-align: center;
    font-weight: 600;
    padding: 0 1.5rem;
}

section {
    margin-bottom: 3rem;
    padding: 3rem 0;
}

.subtitle {
    display: block;
    text-align: center;
    margin-bottom: 3rem;
    font-size: 0.85rem;
    font-family: 'Montserrat', sans-serif;
}

.btn {
    background-color: #ef4565;
    color: #fff;
}

.btn:hover {
    color: #fff;
    opacity: 0.7;

}
.btn-more {
    display: block;
    margin: 0 auto;
}

.eye-catch {
    position: relative;
    padding-left: 15px;

}

.eye-catch::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #ef4565;
}


/* ========================================
header
==========================================*/

.header-title {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: relative;
    /* padding-left: 50px; */
    margin-bottom: 0;
}

/* .header-title::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(../img/logo_transparent.png) center center / cover;
} */

.navbar-light .navbar-nav .nav-link {
    color: #094067;
}

/* ========================================
top
==========================================*/
.top {
    background: url(../img/top.jpg) ;
    background-size: cover;
    background-position: center;
    position: relative;
}

.top::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.5;
    z-index: 2;
}

.top-inner {
    position: relative;
    z-index: 3;
}

.top-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.top p {
    color: #094067;
}

/* ========================================
about
==========================================*/
.about-wrapper {
    border: 1px solid #ccc;
}

.about-title {
    font-family: 'Montserrat', sans-serif;
}

/* ========================================
service
==========================================*/
.service {
    background-color: #d8ecfb;
}

.service-img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    background-image: url(../img/service01.jpg);
}

.service .card-title {
    color: #094067;
    margin-bottom: 2rem;
}

.service-subtitle {
    display: block;
    font-size: 0.8rem;
    margin: 0.5rem 0;
}

/* ========================================
work
==========================================*/
.work__akamatsu img {
    width: 254px;
}

.work-card {

}

.work-card__text {
    margin-top: 10px;
}

/* ========================================
contact
==========================================*/
.contact {
    background-color: #d8ecfb;
    margin-bottom: 0;
}

.end-message {
    display: none;
}

.false-message {
    display: none;
}

.contact img {
    width: 100px;
    height: auto;
}
/* ========================================
footer
==========================================*/
.footer {
    background-color: #094067;
}

.el_button {
    display: grid;
    place-items: center;
    margin-top: 10px;
}

.bl_dialog {
    width: min(500px, calc(100% - 48px));
    height: min(800px, calc(100% - 48px));
    background-color: #fff;
    position: fixed;
    inset: 0;
    margin: auto;
    border: 0px;
    padding: 24px;
    overscroll-behavior-y: contain;
}

.bl_dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}