@charset "UTF-8";

/* sanitize */
html {
	box-sizing: border-box; /* 1 */
	cursor: default; /* 2 */
	-ms-text-size-adjust: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 3 */
}
article,
aside,
footer,
header,
nav,
figcaption,
figure,
section,
main {
	display: block;
}
img {
	border: none;
}
address {
	font-style: normal;
}
ul {
	list-style: none;
}
input:focus,
textarea:focus {
	outline: 0;
}

/* GLOBAL
---------------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
    width: 100%;
    font-family: YakuHanJP, "Helvetica Neue", 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    color: #333;
}
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media all and (-ms-high-contrast: none) {
    html {
        font-family: YakuHanJP, 'Open Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
}
body {
    position:relative;
    z-index: 0;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #4d4d4d;
    letter-spacing: 0.02em;
}

/* Misc.
---------------------------------------------------------- */
/* Clearfix */
.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
.clearfix:after,
.cf:after {
    clear:both;
}
.clearfix,
.cf {
    zoom:1;
}
.hidden {
	display: none;
}
.t-alpha {
    font-weight: 700;
}
.t-bold {
	font-weight:bold;
}
.t-center {
    text-align:center;
}
.t-right {
	text-align:right;
}
a {
    color: #29abe2;
    outline: none;
    overflow: hidden;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a[href^="tel:"] {
	cursor: default;
}
.img-btn {
    transition: all .3s ease-in-out;
}
.img-btn:hover {
    opacity:0.75;
}
.show-mobile-inline,
.show-mobile {
    display: none;
}
.hide-mobile {
    display: block;
}
.hide-mobile-inline {
    display: inline-block;
}
@media only screen and (max-width: 767px) {

    .show-mobile {
        display: block;
    }
    .show-mobile-inline {
        display: inline-block;
    }
    .hide-mobile {
        display: none;
    }
    .hide-mobile-inline {
        display: none;
    }
}

/* Base Layout
---------------------------------------------------------- */
#wrapper {
    width: 100%;
    overflow: hidden;
    font-feature-settings: 'pkna' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
#progress {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background: #fff;
}
#progressBar {
    width: 0;
    height: 5px;
    background: #000;
}
#progressLogo {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -120px;
}
#progressLogo img {
    width:240px;
    height: auto;
}

/* Header
---------------------------------------------------------- */
header {
    width: 900px;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}
header span,
header a {
    padding: 0 37px;
    line-height: 1.0;
}
header a {
    border-right: 2px solid #000;
    transition: all 0.4s;
}
header a:last-of-type {
    border: none;
}
header a:hover {
    opacity: 0.7;
}
header span img,
header a img {
    height: 15px;
    width: auto;
}


/* Footer
---------------------------------------------------------- */
.page_top footer {
    padding: 0;
    height: 80px;
}
footer {
    padding: 80px 0 80px 0;
    text-align: center;
}
footer nav a {
    padding: 0 30px;
    line-height: 1.0;
    font-weight: 700;
    letter-spacing: 0.1em;
}
footer nav a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    border-right: 2px solid #000;
}
footer nav a:last-of-type {
    border: none;
}


/* 鐃夙ップペ￥申鐃緒申
---------------------------------------------------------- */
.sec_top_index {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    transition: all 0.4s;
}
.sec_top_index > div {
    padding: 0 20px 40px 20px;
    width: 33%;
}
.sec_top_index > div > a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.sec_top_index > div > a:hover {
    opacity: 0.75;
}

.sec_top_index a img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


/* works
---------------------------------------------------------- */
.inner {
    width: 900px;
    margin: 0 auto;
}
.sec_work_detail {
    margin-bottom: 40px;
}
.sec_work_detail dt,
.sec_work_detail dd {
    line-height: 2.0;
}
.sec_work_img div {
    margin-bottom: 40px;
}
.sec_work_img div img {
    width: 100%;
    height: auto;
}


/* about
---------------------------------------------------------- */
.sec_about_profile dt ,
.sec_about_history dt {
    margin-bottom: 26px;
    font-size: 15px;
}
.sec_about_profile dd ,
.sec_about_history dd {
    line-height: 2.0;
}
.sec_about_profile {
    margin-bottom: 60px
}