@charset "UTF-8";

/* Vendors - include bootrap
========================================================================== */
/* Helpers - helpers Variable file along with starting point Mixins and Placeholders.
========================================================================== */
/*
 * Variables
 */
/*
 * Function
 */
/*
* mixins
*/
/*
 * Placeholders
 */
/* Base - reset and typography.
========================================================================== */
/*
 * reset
 */
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: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

button {
    background-color: transparent;
    outline: none;
    border: 0;
    cursor: pointer;
}

/*
 * Typography
 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, sans-serif;
    font-weight: 700;
}

h1,
h2 {
    line-height: 5.2rem;
    color: #1A1A1A;
}

h3,
h4 {
    line-height: 6.5rem;
    color: #1A1A1A;
}

h1,
h2 {
    font-size: 4rem;
}

h3 {
    font-size: 5.5rem;
}

.block-margins {
    margin: 1em 0;
}

.unordered-list {
    list-style-type: disc;
}

.ordered-list {
    list-style: decimal;
}

/* Components - Re-usable site elements.
========================================================================== */
a {
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover,
a:visited:hover {
    color: #F9CE00;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 700;
}

/** moreBox animated **/
.more {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 1.6rem;
    line-height: 6.3rem;
    width: 100%;
    max-width: 28rem;
    padding: 0 5px;
    background: #1A1A1A;
    border-color: #1A1A1A;
    border-style: solid;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    border-width: 1px;
    color: #fff;
    font-weight: 700;
}

.more:hover {
    background: #fff;
    color: #000;
}

.more:active {
    background: #fff;
    color: #000 !important;
}

.more::after {
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    right: 2rem;
    color: #F9CE00;
    font-size: 1.5rem;
}

/* Layout - Structure and layout files.
========================================================================== */
/* -------------------->>> COMMON <<<-------------------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    background: #F9CE00;
    font-family: "Noto Sans Japanese", "メイリオ", sans-serif;
    color: #333333;
    font-size: 1.6rem;
    line-height: 2.6rem;
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: 0.75px;
    padding: 8px;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 2px 0 0 0;
    margin: 0;
}

.container {
    width: 100%;
    max-width: 1172px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

p {
    margin-bottom: 15px;
}

input:focus {
    outline: none;
}

a img {
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

a img:hover {
    opacity: 0.7;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 2.5rem 0;
}

.header .logo {
    max-width: 246px;
}

.banner .container {
    max-width: 100%;
    padding: 0;
}

.banner__main {
    height: calc(100vh - 8px);
    background-image: url("../images/banner.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.banner__main .more {
    position: absolute;
    bottom: 5%;
    left: 50%;
    webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.serviceBox .container {
    max-width: 100%;
    padding: 0;
}

.serviceBox__main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.serviceBox__main .text-box {
    padding-top: 7.5rem;
    padding-left: 4.3%;
}

.serviceBox__main .text-box h3 {
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 1.6rem;
}

.serviceBox__main .text-box h3:after {
    content: '';
    width: 7rem;
    height: 4px;
    background: #1A1A1A;
    position: absolute;
    left: 0;
    bottom: 0;
}

.serviceBox__main .text-box p {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 3.8rem;
    font-weight: 700;
}

.serviceBox__main .thumb img {
    max-width: 660px;
    width: 100%;
}

.ourBox {
    background: #fff;
    padding: 7.5rem 0;
    border-bottom: 1px solid #F2F2F2;
}

.ourBox__main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 0 5rem;
}

.ourBox__main .items {
    margin-bottom: 2rem;
    padding: 0 15px;
    text-align: center;
}

.ourBox__main .items .thumb {
    margin-bottom: 2.5rem;
}

.ourBox__main .items .thumb img {
    max-width: 133px;
    width: 100%;
}

.ourBox__main .items h3 {
    font-size: 1.8rem;
    line-height: 3rem;
    font-family: "Noto Sans Japanese", "メイリオ", sans-serif;
    color: #333333;
}

.worksBox {
    background: #fff;
    padding: 7.5rem 0;
    border-bottom: 1px solid #F2F2F2;
}

.worksBox .headBox {
    margin-bottom: 5rem;
}

.worksBox .headBox h3 {
    position: relative;
    padding-bottom: 1.6rem;
}

.worksBox .headBox h3:after {
    content: '';
    width: 7rem;
    height: 4px;
    background: #1A1A1A;
    position: absolute;
    left: 0;
    bottom: 0;
}

.worksBox__main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}

.worksBox__main .items {
    width: 100%;
    max-width: 36.6rem;
    margin: 0 10px 4.5rem;
}

.worksBox__main .items .thumb {
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
}

.worksBox__main .items h3 {
    font-family: "Noto Sans Japanese", "メイリオ", sans-serif;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 400;
    color: #333333;
}

.worksBox__main .items span {
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-family: Arial, sans-serif;
    color: #929292;
}

.worksBox__main .items .overlay-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    vertical-align: middle;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background: rgba(33, 40, 43, 0.7);
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transition: all 450ms ease;
    z-index: 9;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #fff;
    text-align: center;
    font-family: Arial, sans-serif;
}

.worksBox__main .items a:hover .overlay-box {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition: all 450ms ease;
}

.companyProfileBox {
    background: #fff;
    padding: 7.5rem 0;
}

.companyProfileBox .container {
    background-image: url("../images/companyProfileBox-bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-position: right center;
}

.companyProfileBox h3 {
    text-align: center;
    font-size: 3.6rem;
    line-height: 4.6rem;
    font-family: "Noto Sans Japanese", "メイリオ", sans-serif;
    margin-bottom: 7rem;
}

.companyProfileBox__main {
    padding: 0 5rem;
}

.companyProfileBox__main .items {
    margin-bottom: 8rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.companyProfileBox__main .items .lable {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 700;
    width: 32.8rem;
    padding-right: 15px;
}

.companyProfileBox__main .items .text-box {
    border-left: 1px solid #CCCCCC;
    padding-left: 90px;
    font-size: 1.6rem;
    line-height: 3rem;
    width: 83rem;
}

.companyProfileBox__main .boxMore {
    text-align: center;
}

.footer {
    padding: 5.5rem 0;
    text-align: center;
}

.footer__logo {
    margin-bottom: 2.5rem;
}

.footer__logo img {
    width: 100%;
    max-width: 419px;
}

.footer .copyright p {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 2.3rem;
    color: #231815;
}

/* layout - Responsive .
========================================================================== */