@charset "UTF-8";

body {
    font-family: SourceHanSansJP-Regular, 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

html {
    scroll-behavior: smooth;
}

.ui.menu .item.logo {
    width: 120px;
}

#menu_open {
    display: none;
}

.ui.menu .item.logo img {
    width: 100%;
}

.ui.segment h2 {
    font-size: 2.8em;
}

.ui.segment h2 .ja {
    font-size: 1.0rem;
    margin-left: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: inline-block;
    /*
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
*/
    font-family: "SourceHanSansJP-Bold", sans-serif;
    font-weight: normal;
    position: relative;
    padding-left: 20px;
    line-height: 1;
    font-weight: bold;
}

.ui.segment h2 .ja::before {
    content: "";
    height: 5px;
    width: 1px;
    background: #707070;
    margin-right: 15px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.masthead.segment {
    min-height: 700px;
    padding: 1em 0em;
    background-size: cover !important;
}

.masthead h1.ui.header {
    margin-top: 4.6em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}

.covered.segment {
    min-height: 400px;
    padding: 1em 0em;
    background-size: cover !important;
}

.covered .ui.header {
    margin-top: 2.0em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}

.ui.vertical.stripe {
    padding: 8em 0em;
}

.ui.vertical.stripe h3 {
    font-size: 1.5em;
}

.footer.segment .ui.menu .item:first-of-type::before {
    content: none;
}

.footer.segment {
    padding: 5em 0em;
}

/* ---------------------
    Parts
--------------------- */
.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

a.btn-svg {
    font-weight: 700;
    line-height: 54px;

    width: 204px;
    height: 54px;
    padding: 0;

    cursor: pointer;
    text-decoration: none;

    background-color: transparent;
}

a.btn-svg svg {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

a.btn-svg svg rect {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;

    stroke: #000;
    stroke-width: 2;
    stroke-dasharray: 200px, 16px;
    stroke-dashoffset: 70px;
}

a.btn-svg:hover svg rect {
    stroke-dashoffset: 284px;
}

a.btn-svg span {
    color: #000;
}

/* ---------------------
    Utils
--------------------- */
.align_c {
    text-align: center;
}

.align_r {
    text-align: right;
}

.box {
    margin-top: 40px !important;
}

.shadow_text {
    text-shadow: 2px 2px 15px rgb(0 0 0 / 40%);
}

.mail_link {
    display: block;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px;
    font-size: 3rem;
}

.mail_link:hover {
    color: #fff;
}

table.double {
    width: 100% !important;
}

table.double th {
    width: 50%;
}

@media screen and (max-width: 767.98px) {

    /* 767px以下に適用 */
    #menu_open {
        display: flex;
    }

    #gnav .item:not(#menu_open) {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    /* 479px以下に適用 */
    .ui.vertical.stripe {
        padding: 4em 0em;
    }
}
