@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover {
    display: inline-block;
    color: #ccc;
    text-decoration: none;
}

body {
    color: #fff;
    width: 100%;
}

*::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

figure {
    position: relative;
    overflow: hidden;
    width: 280px;
    height: 280px;
    margin: 15px;
    float: left;
    z-index: 100;
}

.title {
    font-family: "Lato", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    margin: 4px 0;
    font-size: 2em;
}

.image {
    width: 260px;
    height: 193px;
    padding-top: 8px;
    margin: 0 auto;
    border-top: 2px solid #fff;
}
.image img { 
    width: 260px;
    height: 193px;
}

figcaption {
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    margin: 1;
}

figcaption p {
    font-size: 1.1em;
    margin-top: 95px;
    font-family: "Lato", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    padding: 0 10px 0 15px;
    line-height: 30px;
    letter-spacing: 0px;
}

figure:hover figcaption {
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1249px) {
    .container {
        width: 930px;
    }
}

@media only screen and (max-width: 929px) {
    nav {
        display: none;
    }
    .container {
        width: 620px;
    }
}

@media only screen and (max-width: 619px) {
    .container {
        width: 310px;
    }
}

#line {
    width: 100%;
    height: 1px;
    background-color: #ef3f93;
}

small {
    display: block;
    text-align: center;
    margin: 30px 0;
    color: #ef3f93;
}

#page-top {
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 8000;
}

#page-top p {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #ef3f93;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    transition: all 0.3s;
}

#page-top p:hover {
    background: #F997C5;
}

#move-page-top {
    color: #fff;
    line-height: 50px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.article {
    margin-left: 100px;
    border: 1px solid #fff;
    padding: 15px;
    height: 260px;
    margin-bottom: 15px;
}

.article .img {
    float: left;
}

.article .img a {
    width: 260px;
    height: 260px;
}

.article .img a img {
    width: 260px;
}

.article .word {
    width: 384px;
    float: left;
    margin-left: 20px;
}

.article .word p {
    line-height: 1.5em;
}

.article .word .comp {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.article .word .project {
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.breadcrumbs {
    list-style: none;
    overflow: hidden;
    color: #777;
    font-family: "Lato", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border: 1px solid #dedede;
    border-radius: 5px;
    height: 30px;
    width: 150px;
}

.breadcrumbs li {
    float: left;
    line-height: 30px;
}

.breadcrumbs li a {
    color: #666;
    text-decoration: none;
    padding: 0 10px 0 20px;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    float: left;
    font-size: 0.8em;
}

.breadcrumbs li a::after {
    position: relative;
    display: block;
    margin-top: -15px;
    margin-left: auto;
    margin-right: -15px;
    height: 15px;
    width: 10px;
    content: " ";
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    background: #efefef;
    border-right: 1px solid #d6d6d6;
}

.breadcrumbs li a::before {
    float: right;
    display: block;
    margin-bottom: -15px;
    margin-left: auto;
    margin-right: -15px;
    height: 15px;
    width: 10px;
    content: " ";
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    background: #efefef;
    border-right: 1px solid #d6d6d6;
}

.breadcrumbs li:first-child a {
    padding-left: 10px;
}

.breadcrumbs li:last-child a {
    padding-left: 20px;
    background: transparent;
    color: #000;
    font-size: 0.9em;
    text-align: center;
}

.breadcrumb li a:hover {
    color: #d31;
}

.breadcrumbs li:last-child a::after {
    display: none;
    width: 0;
    height: 0;
}

.breadcrumbs li:last-child a::before {
    display: none;
    width: 0;
    height: 0;
}

.paper {
    border: 1px solid #ef3f93;
    padding: 15px;
    width: 176px;
    margin: 50px auto;
    background: #fff;
}

.paper a {
    display: block;
}

.paper a,
.paper a:link {
    color: #ef3f93;
}

.paper a strong {
    font-size: 22px;
}

.paper a p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.paper a strong,
.paper a p {
    text-align: center;
}

.chat {
    position: fixed;
    left: 0px;
    top: 130px;
}

.chat img {
    width: 50px;
    height: 150px;
}

.container {
    font-family: "Lato", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.toia {
	width: 680px;
	margin: 150px auto;
}
.form_toi a,
.tel a{
    color: #fff;
    width: 328px;
    border: 1px solid #fff;
    display: block;
    float: left;
    text-align: center;
    line-height: 60px;
    font-size: 21px;
	margin-top: 10px;
}
.form_toi,
.tel {
	float: left;
}
.form_toi{
	margin-right: 20px;	
}

.tel a {
    line-height: 16px;
}
.tel a span {
    font-size: 16px;
    line-height: 30px;
}

.tel a p {
	font-size: 30px;
	line-height: 56px;
}
