@charset "UTF-8";

/*
Theme Name: Minato
*/

/* リセットCSS */

@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-align: left;
    zoom: 1;
}

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

table {
    border-collapse: collapse;
    font-family: inherit;
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: 16px;
}

input[type="button"],
input[type="text"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    resize: none;
    -webkit-appearance: none;
    border-radius: 0;
}

th,
td {
    border-collapse: collapse;
}

table th,
table td {
    white-space: nowrap;
}

ul,
ol {
    list-style-type: none;
}

img {
    vertical-align: text-bottom;
    vertical-align: -webkit-baseline-middle;
    max-width: 100%;
    height: auto;
    width
    /***/
    : auto;
}

/* 共通部分 */

body {
    width: 100%;
    background: #EEEEEE;
}

a {
    text-decoration: none;
}

:root {
    --s-font-91ab800f: 'Noto Serif JP';
    --s-font-f5ab3b3a: 'Noto Sans JP';
    --s-font-bab26bd2: 'Bebas Neue';
}

main {
    width: 100%;
}

section:not(.last_section) {
    margin-bottom: 80px;

}

section.last_section {
    padding-bottom: 80px;
}


section:not(.fullwidth) {
    padding-right: 100px;
    padding-left: 100px;
    width: calc(100% - 200px);
}

.tel {
    text-decoration: none;
    pointer-events: none;
}

/* ヘッダー */

header {
    display: flex;

    align-items: center;
    background: #006bb8;
    height: 80px;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0;
    /* --gap-h-e2b316eb-9831-4791-899b-0eb79bf4c007: 0px;
    --gap-v-e2b316eb-9831-4791-899b-0eb79bf4c007: 0px;
    --gap-uuid: e2b316eb-9831-4791-899b-0eb79bf4c007; */
}

header div#company_name {
    display: flex;
    justify-content: center;
    margin-left: 100px;
}

header div#company_name div#company_icon {
    height: 65px;
    width: 114px;
    margin-left: -60px;
}

header div#company_name div#company_name_letter {
    display: flex;
    align-items: center;
}



header div#company_name div#company_name_letter h1 {
    color: #FFFFFF;
    font-family: var(--s-font-f5ab3b3a);
    font-size: 20px;
    font-weight: 600;
    height: auto;
    line-height: 1.4;
    margin: 0px 0px 0px 15px;
    text-align: left;
    width: auto;
    max-width: calc(100% - 15px);
    justify-content: flex-start;
}

header div#nav_bar {
    display: flex;
    align-items: center;

}

header div#nav_bar ul {
    display: flex;
}

header div#nav_bar ul li {
    margin-right: 30px;
}

header div#nav_bar ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: var(--s-font-f5ab3b3a);
    font-size: 16px;
    font-weight: 600;
    height: auto;
    line-height: 1.4;
    text-align: left;
    width: auto;
    max-width: calc(100% - 30px);
    justify-content: flex-start;
}

header div#nav_bar div#recruit_link {
    height: 80px;
    width: 180px;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    justify-content: center;

}

header div#nav_bar div#recruit_link a {
    color: #006ab8;
    font-family: var(--s-font-f5ab3b3a);
    font-size: 20px;
    font-weight: 600;
    height: 40px;
    line-height: 1;
    padding: 0px;
    width: auto;
    text-decoration: none;
    display: flex;
    align-items: center;
}

header div#nav_bar div#recruit_link span.material-symbols-outlined {
    transform: scale(-1, 1);
    color: #006ab8;
    font-size: 42px;
    max-width: 100%;

}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

/* ハンバーガーメニュー */
#humburger {
    width: 80px;
    height: 80px;
    background: #000000;
    display: none;
    justify-content: center;
    align-items: center;
}

#humburger:hover {
    cursor: pointer;
}

#humburger_check {
    display: none;
}

#menu_container {
    position: fixed;
    top: 100vh;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 3;
    display: flex;
    transition: .4s ease;
    opacity: 0;
}

#menu_mask {
    background: rgba(0, 0, 0, 0.16);
    height: 100%;
    width: calc(100% - 320px);
    display: block;
}

#menu {
    height: 100%;
    width: 320px;
    background: #006bb8;
    opacity: 0.9;
}

#menu_top {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: end;
}

#menu_top label {
    /* height: 80px; */
    width: 80px;
    cursor: pointer;
}

#menu_items {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#menu_items a {
    display: inline-block;
    width: 150px;
    height: 79px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 30px;
}

#menu_items a p {
    color: #ffffff;
    line-height: 1;
}

#menu_items a p.item_ja {
    font-family: 'Noto Sans JP';
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

#menu_items a p.item_en {
    font-size: 20px;
    font-weight: 400;
    padding-left: 3px;
    font-family: 'Bebas Neue';

}

/* ページトップ画像 */
section#top_img {
    align-content: flex-start;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.0);
    border-bottom: 2px solid #006bb8;
    height: 160px;
    justify-content: space-between;
    margin: 80px 0px 70px 0px;
    width: 100%;
    max-width: 100%;
    position: relative;
    background-color: #EEEEEE;
    display: flex;
}

section#top_img div.top_img_left {
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

section#top_img div.top_img_left div {
    width: 100%;
    align-content: flex-end;
    align-items: flex-end;
    background: #EEEEEE;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: center;
    mix-blend-mode: multiply;
}

section#top_img div.top_img_right {
    align-content: center;
    align-items: center;
    background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1), var(--g-color-2) var(--g-position-2));
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: flex-start;
    left: 0px;
    margin: 0 0 0 0;
    mix-blend-mode: normal;
    padding: 0px 80px 0px 0px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 0;
    max-width: 100%;
    --g-color-0: rgba(0, 107, 184, 0);
    --g-position-0: 17%;
    --g-color-1: #eeeeee;
    --g-position-1: 42%;
    --g-color-2: #eeeeee;
    --g-position-2: 61%;

    --g-angle: 90deg;
    align-items: end;
}

section#top_img div.top_img_right h2 {
    color: #FFFFFF;
    font-family: var(--s-font-bab26bd2);
    font-size: 180px;
    font-weight: 400;
    height: auto;
    line-height: 0.9;
    opacity: 0.8;
    text-align: right;
    transform: translate(0px, 22px);
    width: auto;
    max-width: 100%;
    position: absolute;
    right: 80px;
}

section#top_img div.top_img_right h3 {
    width: 100%;
    color: #006bb8;
    flex: none;
    font-family: var(--s-font-f5ab3b3a);
    font-size: 28px;
    font-weight: 600;
    height: auto;
    line-height: 1;
    text-align: right;
    z-index: 1;
    position: absolute;
    right: 80px;
    top: 50%;
    translate: 0 -50%;
}

/* トップページ */

/* トップスライドショー */

.slider_image {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.current {
    opacity: 1;
}

main#main_top section#top_slider {
    width: 100%;
    height: calc(100vh - 80px);
    margin-top: 80px;
    position: relative;
}

div#slider_contents {

    width: 100%;
    height: 100%;

}

main#main_top section#top_slider div#slider_contents div.slider_image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}



main#main_top section#top_slider div#slider_contents div.slider_image img {
    /*height: 100%;*/
    width: 100%;
    object-fit: cover;
}

div#slide_catch {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 80px;
}

div#slide_catch p {
    color: #006bb8;
    font-family: var(--s-font-91ab800f);
    font-size: 96px;
    font-weight: 600;
    line-height: 1.6;
    text-shadow: #FFFFFF 5px 5px 10px, #FFFFFF -5px 5px 10px, #FFFFFF 5px -5px 10px, #FFFFFF -5px -5px 10px;
}

div#slide_catch p span {
    text-shadow: none;
    color: #c0b288;
    display: inline-block;
    width: 200px;
    height: 200px;
    text-align: center;
    background-position: center 10px;
}

/* トップページ各セクション共通 */
main#main_top section:not(#top_slider) {
    display: flex;
}

div.top_left_box {
    width: 200px;
    margin-right: 55px;
}

div.top_left_box div.left_box_top {
    height: 50px;
    width: calc(100% - 2px);
    border-right: #006ab8 2px solid;
}

div.top_left_box div.left_box_middle {
    margin-bottom: 5px;
}

div.top_left_box div.left_box_middle h2 {
    color: #006ab8;
    font-family: var(--s-font-bab26bd2);
    font-size: 68px;
    font-weight: 400;
    height: auto;
    line-height: 1;
    text-align: right;
    width: auto;
    max-width: 100%;
}

div.top_left_box div.left_box_middle h3 {
    color: #006ab8;
    flex: none;
    font-family: var(--s-font-f5ab3b3a);
    font-size: 16px;
    font-weight: 600;
    height: auto;
    line-height: 1;
    margin: 5px 0px 0px 0px;
    text-align: right;
    width: 100%;
    max-width: 100%;
    justify-content: flex-end;
}

div.top_left_box div.left_box_bottom {
    height: 356px;
    width: calc(100% - 2px);
    border-right: #006ab8 2px solid;
}

div.top_right_box {
    margin-top: 50px;
    width: calc(100% - 255px);
}


/* トップページミッション*/

main#main_top section#top_mission div#mission_box {
    border: 3px #006bb8 solid;
    width: 100%;
    background: #dde9ec;
    padding: 50px;
    display: flex;
    margin-left: -40px;
    margin-right: -40px;
}

main#main_top section#top_mission div#mission_box div#mission_left {
    width: calc(50% - 60px);
    /* height: 80 vh; */
    margin-right: 60px;

}

main#main_top section#top_mission div#mission_box div#mission_left img {
    /* height: 100%; */
    width: 100%;
    aspect-ratio: 1/1.1;
    overflow: hidden;
    object-fit: contain;
    object-position: left center;
}


main#main_top section#top_mission div#mission_box div#mission_right h2 {
    color: #006bb8;
    flex: none;
    font-family: var(--s-font-91ab800f);
    font-size: 40px;
    font-weight: 600;
    height: auto;
    line-height: 1.6;
    margin: 0px 0px 20px 0px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
}

main#main_top section#top_mission div#mission_box div#mission_right {
    width: 50%;
}

main#main_top section#top_mission div#mission_box div#mission_right p {
    color: #000000;
    flex: none;
    font-family: var(--s-font-f5ab3b3a);
    font-size: 20px;
    font-weight: 500;
    height: auto;
    line-height: 2;
    margin: 0px 0px 0px 0px;
    text-align: justify;
    max-width: 100%;
    justify-content: space-between;
}

main#main_top section#top_mission div#mission_box div#mission_right div#mission_signature {
    /* margin-left: 190px; */
    margin-top: 20px;
    display: flex;
    align-items: end;
    justify-content: end;

}

main#main_top section#top_mission div#mission_box div#mission_right div#mission_signature img {
    width: 178px;
    height: auto;
}

/* トップページ事業内容 */

section#top_business {
    height: 500px;
}

section#top_business div.top_right_box {
    display: flex;
    /* height: calc(100% - 50px); */
}

section#top_business div.top_right_box div.img_box {
    margin-right: 30px;
    /* height: 300px; */
    /* width: 380px; */
    width: 40%;
    overflow: hidden;

}

section#top_business div.top_right_box div.img_box img {
    /* object-fit: contain; */
    /* height: 100%; */
    width: 100%;
    aspect-ratio: 1.1/1;
    overflow: hidden;
    transition: transform .3s ease;

}

section#top_business div.top_right_box div.img_box img:hover {
    transform: scale(1.1);
}

section#top_business div.top_right_box div#business_text {
    width: calc(60% - 30px);
}

section#top_business div.top_right_box div#business_text h4 {
    color: #333;
    flex: none;
    font-family: var(--s-font-f5ab3b3a);
    font-size: 24px;
    font-weight: 600;
    height: auto;
    line-height: 1.4;
    margin: 0px 0px 30px 0px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
}

section#top_business div.top_right_box div#business_text p {
    color: #333;
    flex: none;
    font-family: var(--s-font-f5ab3b3a);
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 2.2;
    margin: 0px 0px 60px 0px;
    padding: 0px;
    text-align: justify;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;

}


/* トップ施工事例 */
section#top_works {
    background: rgba(0, 107, 184, 0.1);
    height: 480px;
}

section#top_works div.top_left_box div.left_box_bottom {
    height: 306px;
}

section#top_works div.top_right_box div.slider {
    margin-bottom: 30px;
}

section#top_works div.top_right_box div.slider div.slider_element {
    width: 510px;
    /* height: 280px; */
    aspect-ratio: 3/2;
    padding-right: 10px;
    position: relative;
}

section#top_works div.top_right_box div.slider div.slider_element img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section#top_works div.top_right_box div.slider div.slider_element div.slider_mask {

    width: calc(100% - 10px);
    height: 100%;
    background: #006bb8;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#top_works div.top_right_box div.slider div.slider_element:hover div.slider_mask {
    opacity: 0.8;

}

section#top_works div.top_right_box div.slider div.slider_element div.slider_mask p {
    color: #FFFFFF;
    font-family: var(--s-font-f5ab3b3a);
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    /* height: 100%; */
    /* display: block; */
    text-align: center;
    /* align-items: center; */
    max-width: 100%;

}


/* トップページ会社情報 */
section#top_company div.top_left_box div.left_box_bottom {
    height: 620px;
}

section#top_company div.top_right_box dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

section#top_company div.top_right_box dt {
    width: 20%;
    min-height: 60px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;

    border-bottom: #006bb8 2px solid;

}

section#top_company div.top_right_box dd {
    width: 80%;
    min-height: 60px;
    display: flex;
    margin-bottom: 10px;
    border-bottom: 2px solid #999999;
}

section#top_company div.top_right_box dd p,
section#top_company div.top_right_box dd p iframe {
    width: 100%;
}

section#top_company div.top_right_box dd p iframe {
    height: 225px;

}

section#top_company div.top_right_box dt p,
section#top_company div.top_right_box dd p {
    color: #333;
    font-family: var(--s-font-f5ab3b3a);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

section#top_company div.top_right_box dd p.tel {
    color: #333 !important;

}

section#top_company div.top_right_box dd p {
    margin-left: 60px;

}

section#top_company div.top_right_box dd p.br {
    flex-direction: column;
    align-items: flex-start;
    line-height: 3;
    padding-bottom: 10px;
}

/* トップページ表彰 */

section#top_awards {
    background: rgba(0, 107, 184, 0.1);
}

section#top_awards div.top_right_box div.slider div.slider_element {
    width: 510px;
    aspect-ratio: 3/2;
    /* height: 200px; */
    padding-right: 10px;
    margin-bottom: 30px;
}

section#top_awards div.top_right_box div.slider div.slider_element img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* トップページリンク */
section#top_link {
    justify-content: space-around;
}

section#top_link img {
    height: 128px;
}

/* トップページ採用ページへのボタン */
div#recruit_button {
    z-index: 2;
    position: fixed;
    right: 30px;
    bottom: 30px;
    align-content: center;
    align-items: center;
    background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1));
    border-radius: 85px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 170px;
    justify-content: center;
    width: 170px;
    max-width: 100%;
    --g-color-0: rgb(0, 67, 115);
    --g-position-0: 0%;
    --g-color-1: #006bb8;
    --g-position-1: 70%;
    --g-color-2: #006bb8;
    --g-angle: 135deg;
}

div#recruit_button a {
    text-decoration: none;

}

p#recruit_button_en {
    color: #FFFFFF;
    font-family: var(--s-font-bab26bd2);
    font-size: 48px;
    font-weight: 400;
    height: auto;
    line-height: 1.3;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}

p#recruit_button_en {
    color: #FFFFFF;
    font-family: var(--s-font-bab26bd2);
    font-size: 48px;
    font-weight: 400;
    height: auto;
    line-height: 1.3;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}

p#recruit_button_ja {
    color: #FFFFFF;
    font-family: var(--s-font-f5ab3b3a);
    font-size: 18px;
    font-weight: 600;
    height: auto;
    line-height: 1.3;
    margin: -10px 0px 0px 0px;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}

/* フッター */

footer {
    align-items: center;
    background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1));
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 0 0 0;
    padding: 35px 0px 35px 0px;
    position: relative;
    width: 100%;
    max-width: 100%;
    --g-color-0: #004373;
    --g-position-0: 0%;
    --g-color-1: #006bb8;
    --g-position-1: 70%;
    --g-angle: 90deg;
}

footer div#footer_nav {
    margin-bottom: 30px;
}

footer div#footer_nav ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

footer div#footer_nav ul li {
    margin-right: 10px;
    margin-left: 10px;
}

footer div#footer_nav ul li a {
    color: #FFFFFF;
    font-family: var(--s-font-f5ab3b3a);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: auto;
    line-height: 1.4;
    margin: 0px;
    padding: 5px;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
}

footer div#footer_nav ul div.pipe {
    height: 25px;
    width: 2px;
    background: #FFFFFF;
    margin-right: 10px;
    margin-left: 10px;
}

footer div#footer_company_info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

footer div#footer_company_info div#footer_company_name {
    display: flex;
    justify-content: center;
    align-items: center;

}

footer div#footer_company_info div#footer_company_name div#footer_company_icon {
    height: 59px;
    margin: 0px 15px 0px 0px;
    width: 100px;
    max-width: calc(100% - 15px);
}

footer div#footer_company_info div#footer_company_name div#footer_company_name_letter h2 {
    color: #FFFFFF;
    font-family: var(--s-font-f5ab3b3a);
    font-size: 24px;
    font-weight: 700;
    height: auto;
    line-height: 1.2;
    margin: 0px 15px 0px 0px;
    text-align: center;
    width: auto;
    max-width: calc(100% - 15px);
    justify-content: center;
}

footer div#footer_company_info div#footer_company_address {
    color: #FFFFFF;
    font-family: var(--s-font-f5ab3b3a);
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 1.4;
    margin: 0px 20px 0px 0px;
    text-align: left;
    width: auto;
    max-width: calc(100% - 20px);
    display: flex;

    /* justify-content: flex-start; */
}

footer div#footer_company_info div#footer_company_address p.tel {
    color: #FFFFFF !important;
}

div.horizontal_stripe {
    background: #FFFFFF;
    flex: none;
    height: 1px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    max-width: 100%;
}

div.copyright {
    color: #FFFFFF;
    font-family: var(--s-font-f5ab3b3a);
    font-size: 13px;
    font-weight: 300;
    height: auto;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}

/* ボタン */
div.button_position_right,
div.button_position_center {
    width: 100%;
    position: relative;
    height: 45px;
}

div.button_box {
    position: relative;
    height: 40px;
    width: 170px;
}

div.button_box a {
    display: inline-block;
    height: 40px;
    width: 170px;
}


div.button_upper_layer,
div.button_bottom_layer {
    height: 40px;
    width: 170px;
    position: absolute;
    display: flex;
    border: 1px solid #006bb8;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    right: 0;
    top: 0;
}

div.button_upper_layer {
    z-index: 1;
    transform: translate(-5px, -5px);
    transition: transform .3s ease;
    color: #006bb8;
    font-family: var(--s-font-bab26bd2);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.3em;
    line-height: 1.4;
    text-align: center;

}

div.button_upper_layer:hover {
    transform: translate(0px, 0px);

}

div.button_position_right div.button_position_right_in {
    position: absolute;
    right: 100px;
}

div.button_position_center div.button_position_center_in {
    position: absolute;
    left: 50%;
    translate: -50% 0;
}

/* 項目名タイトル */
div.title {
    margin-bottom: 30px;
}

div.title h4 {
    color: #000000;
    flex: none;
    font-family: var(--s-font-f5ab3b3a);
    font-size: 24px;
    font-weight: 600;
    height: auto;
    line-height: 2;
    margin: 0px 0px 0px 0px;
    text-align: left;
    width: auto;
    z-index: 1;
    max-width: 100%;
    justify-content: flex-start;
}

/* 項目名の■ */
span.square {
    color: transparent;
    flex: none;
    font-family: var(--s-font-f5ab3b3a);
    font-size: 24px;
    font-weight: 400;
    height: auto;
    line-height: 2;
    margin: 0px 5px 0px 0px;
    text-align: left;
    width: 25px;
    z-index: 1;
    max-width: calc(100% - 5px);
    justify-content: flex-start;
    background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1));
    background-clip: text;
    -webkit-background-clip: text;
    --g-color-0: #004373;
    --g-position-0: 0%;
    --g-color-1: #006bb8;
    --g-position-1: 70%;

    --g-angle: 90deg;
}


/* レスポンシブ対応ここから */

/* iPad横 */
@media screen and (max-width:1366px) {

    header div#nav_bar ul,
    header div#nav_bar div#recruit_link span.text {
        display: none;
    }

    header div#nav_bar div#recruit_link {
        width: 80px;
        margin-right: 0;
    }

    #humburger {
        display: flex;
    }

    #humburger_check:checked+#menu_container {
        top: 0;
        opacity: 1;
    }


    section:not(.fullwidth) {
        padding-right: 20px;
        padding-left: 20px;
        width: calc(100% - 40px);
    }

    main#main_top section#top_mission div#mission_box {
        margin-left: 10px;
        margin-right: 10px;
    }

    main#main_top section#top_mission div#mission_box div#mission_left {
        width: 50%;
        margin-right: 30px;
    }

    #mission_right {
        width: calc(50% - 30px);
    }

}

/* iPad縦 */
@media screen and (max-width:1024px) {
    div#slide_catch p {
        font-size: 72px;
    }

    div#slide_catch p span {
        height: 144px;
        width: 144px;
    }

    div#slide_catch {
        left: 16px;
    }

    main#main_top section#top_mission div#mission_box {
        flex-direction: column;
        padding: 50px;
        width: calc(100% - 54px);
        margin-left: 10px;
        margin-right: 10px;
    }

    main#main_top section#top_mission div#mission_box div#mission_left,
    main#main_top section#top_mission div#mission_box div#mission_right {
        width: 100%;
        margin-right: 0;
    }

    main#main_top section#top_mission div#mission_box div#mission_left {
        margin-bottom: 30px;
    }

    main#main_top section#top_mission div#mission_box div#mission_right p br {
        display: none;
    }

    main#main_top section#top_mission div#mission_box div#mission_left img {
        aspect-ratio: 3/2;
        object-fit: cover;
        object-position: top;
    }

    #top_link {
        flex-direction: column;
        align-items: center;
    }

    #top_link a {
        margin-bottom: 30px;
    }

    main#main_top section#top_works,
    main#main_top section#top_awards {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    main#main_top section#top_business,
    main#main_top section#top_works,
    main#main_top section#top_company,
    main#main_top section#top_awards {
        display: block;
        height: auto;
    }

    div.top_left_box div.left_box_top,
    div.top_left_box div.left_box_bottom {
        display: none;
    }

    div.top_left_box,
    div.top_right_box {
        width: 100%;
    }

    div.top_right_box {
        margin-top: 30px;
    }

    div.top_left_box div.left_box_middle h2,
    div.top_left_box div.left_box_middle h3 {
        text-align: center;
    }

    section#top_works,
    section#top_awards {
        padding: 15px 0;
    }

    main#main_top section#top_works .button_position_right,
    main#main_top section#top_awards .button_position_right {
        right: 20px;
    }

    div.button_position_right div.button_position_right_in {
        right: 0;
    }

    footer div#footer_company_info {
        flex-direction: column;
    }

}

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

    .slider_image {
        width: 100%;
        height: 100% !important;
        overflow: hidden;
        position: absolute;
    }

    .slider_image img {
        width: 100%;
        height: 100% !important;
        object-fit: contain !important;
    }

    section#top_img {
        margin-bottom: 32px;
        height: 120px;
    }

    header div#company_name {
        margin-left: 20px;
        flex-direction: column;
        align-items: center;
    }

    header div#company_name div#company_icon {
        width: 80px;
        height: auto;
    }

    header div#company_name div#company_name_letter h1 {
        margin-left: 0;
        font-size: 16px;
        max-width: none;
    }

    section:not(.last_section) {
        margin-bottom: 30px;
    }

    main#main_top section#top_slider {
        aspect-ratio: 3/2;
        height: auto;
    }

    div#slide_catch {
        bottom: 0;
    }

    div#slide_catch p {
        font-size: 32px;
        line-height: 2;
    }

    div#slide_catch p span {
        width: 64px;
        height: 64px;
    }

    main#main_top section#top_mission div#mission_box {
        padding: 16px;
        width: calc(100% - 32px);
        margin-left: -2px;
        margin-right: -200px;
    }

    main#main_top section#top_mission div#mission_box div#mission_right h2 {
        font-size: 24px;
    }

    main#main_top section#top_mission div#mission_box div#mission_right p {
        font-size: 14px;
    }

    main#main_top section#top_mission div#mission_box div#mission_right div#mission_signature img {
        width: 136px;
    }

    section#top_business div.top_right_box {
        display: block;
    }

    section#top_business div.top_right_box div.img_box,
    section#top_business div.top_right_box div#business_text {
        width: 100%;
    }

    section#top_business div.top_right_box div#business_text {
        width: 100%;
        margin-top: 16px;
    }

    section#top_business div.top_right_box div#business_text h4 {
        margin-bottom: 8px;
    }

    section#top_business div.top_right_box div#business_text p {
        margin-bottom: 24px;
    }

    section#top_works div.top_right_box div.slider div.slider_element {
        width: 300px;
        height: auto;
        aspect-ratio: 3 / 2;
    }

    section#top_awards div.top_right_box div.slider div.slider_element {
        width: 300px;
        height: auto;
        aspect-ratio: 3 / 2;
    }

    section#top_company div.top_right_box dd p.br {
        line-height: 1.4;
    }

    section#top_company div.top_right_box dt {
        justify-content: left;
    }

    footer {
        padding: 16px 0;
    }

    footer div#footer_nav {
        margin-bottom: 16px;
    }

    footer div#footer_nav ul {
        flex-direction: column;
        align-items: center;
    }

    footer div#footer_nav ul li {
        margin-bottom: 8px;
    }

    footer div#footer_nav ul div.pipe {
        display: none;
    }

    footer div#footer_company_info div#footer_company_address {
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
    }

    section#top_img div.top_img_right {
        padding: 0;
    }

    section#top_img div.top_img_right h2 {
        font-size: 96px;
        right: 30px;
        top: -15%;
        translate: 0 25%;
    }

    section#top_img div.top_img_right h3 {
        right: 0;
        padding-right: 30px;
    }

    section.last_section {
        padding-bottom: 30px;
    }

    div#recruit_button {

        transform: translate(30px, 30px) scale(0.7, 0.7);
    }
}