@charset "utf-8";

/***************** 基本構造 *****************/

*, *:before, *:after {
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


html {
	width: 100%;
    height: 100%;
	font-size: 62.5%; /* =10px */
}

body {
	width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
    background-color: #f2f2f2;
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	font-size: 1.4rem; /* =14px */
	line-height: 1.7em;
	color: #132855;
	overflow: scroll;
	overflow-x: hidden;

	-webkit-text-size-adjust: 100%;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: text-bottom;
}

a:link {
	background-repeat: no-repeat;
	text-decoration: none;
	color: #132855;
}

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

p {
	text-align: justify;
	text-justify: inter-ideograph;
}

p:first-child {
    margin-top: 0;
}

p:nth-last-child(1) {
    margin-bottom: 0;
}

#wrapper {
	width: 100%;
	margin: 0;
	padding: 60px 0 0;
}

.cover {
    width: 100%;
    margin: 0;
    padding: 0;
}

.row,
.parag {
    margin-top: 30px;
}


@media screen and (min-width: 641px) {

.row {
    margin-top: 40px;
}

} /* min 641px -- */

@media screen and (min-width: 769px) {

body {
	font-size: 16px;
	font-size: 1.6rem; /* =16px */
	line-height: 1.7em;
}

#wrapper {
    min-width: 1000px;
    padding-top: 93px;
}

a:link {
	-webkit-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
	-moz-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
	-ms-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
	-o-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
	transition: background-color 0.5s, border-color 0.5s, color 0.5s;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
	color: #e95277;
}

.cover {
    width: 100%;
    margin: 0;
    padding-bottom: 60px;
}

.row {
    margin-top: 60px;
}

.parag {
    margin-top: 40px;
}

} /* min 769px -- */



/* ------------------------------------------------------------------------------------------------------ Header */

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 60px;
    background-color: #fff;
}

.header h1 {
    width: 182px;
    height: 100%;
    margin: 0 0 0 10px;
    padding: 0;
    background-image: url("../images/ttl_matsumura_blue.svg");
    background-size: contain;
    background-position: center;
}

.header h1 a {
    display: block;
    height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@media screen and (min-width: 321px) {

.header h1 {
    margin-left: 20px;
}

} /* min 321px -- */

@media screen and (min-width: 769px) {

.header {
    min-width: 1000px;
    height: 93px;
}

.header h1 {
    width: 218px;

	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

/**
 * マウスオーバー 
 */
.header h1:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

} /* min 769px -- */


/***********************************************
 Globalnavi
 別ファイル globalnavi.css で設定
 ***********************************************/
.globalnavi {
}



/* ------------------------------------------------------------------------------------------------------ Footer */

.footer {
    margin-top: 38px;
}


/***********************************************
 バナー ＆ SNS
 ***********************************************/
.footer-aside {
    padding: 0 10px;
}

.footer-aside h6 {
    position: relative;
    margin: 38px 0 15px;
    padding: 0;
    text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.0em;
    color: #5d5d5d;
}

.footer-aside h6 span {
    display: inline-block;
    padding: 0 5px;
    background-color: #f2f2f2;
}

.footer-aside h6:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
}

.footer-aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/**
 * バナーエリア
 */
.footer-aside ul.footer-bnr li {
    max-width: 340px;
    margin: 0 auto;
    padding: 0;
}

.footer-aside ul.footer-bnr li:not(:first-child) {
    margin-top: 25px;
}

.footer-aside ul.footer-bnr li img {
    display: block;
}

/**
 * SNSエリア
 */
.footer-aside ul.footer-sns {
    text-align: center;
    letter-spacing: -0.4em;
}

.footer-aside ul.footer-sns li {
    display: inline-block;
    width: 58px;
    margin: 0 5px;
    letter-spacing: normal;
}


@media screen and (min-width: 321px) {

.footer-aside {
    padding: 0 20px;
}

} /* min 321px -- */

@media screen and (min-width: 641px) {

/**
 * バナーエリア
 */
.footer-aside ul.footer-bnr {
    max-width: none;
    text-align: center;
    letter-spacing: -0.4em;
}

.footer-aside ul.footer-bnr li {
    display: inline-block;
    margin: 0 6px;
    letter-spacing: normal;
}

.footer-aside ul.footer-bnr li:not(:first-child) {
    margin-top: 0;
}

} /* min 641px -- */

@media screen and (min-width: 769px) {

/**
 * バナーエリア
 */
.footer-aside ul.footer-bnr li a {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

/**
 * SNSエリア
 */
.footer-aside h6,
.footer-aside ul.footer-sns {
    display: none;
}

/**
 * マウスオーバー
 */
.footer-aside ul.footer-bnr li a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

} /* min 769px -- */


/***********************************************
 活動報告＆メルマガ
 ***********************************************/
.footer-secondary {
    margin-top: 34px;
    padding: 15px 10px; 
    background-color: #132855;
    color: #fff;
}

/**
 * 活動報告
 */
.footer-activity {
    display: none;
}

/**
 * メルマガ登録
 */
.footer-mailmaga {
}

.footer-mailmaga h5 {
    margin: 0;
    padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7em;
}

.footer-mailmaga p {
    margin: 10px 0 0;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.7em;
}

.footer-form {
    margin-top: 10px;
}

.footer-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-form form input[type="text"] {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 4px;
}

.footer-form form input[type="submit"] {
    width: 24%;
    height: 40px;
    margin: 10px 5px 0;
    background-color: #132855;
    border: 1px solid #fff;
    border-radius: 4px;
	font-size: 12px;
	font-size: 1.2rem;
    color: #fff;
}


@media screen and (min-width: 321px) {

.footer-secondary {
    padding: 20px; 
}

} /* min 321px -- */

@media screen and (min-width: 769px) {

.footer-secondary {
    margin-top: 42px;
    padding: 0 20px; 
}

.footer-secondary-innr {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
}

/**
 * 活動報告
 */
.footer-activity {
    display: block;
    position: relative;
    width: 42.4%;
    padding: 28px 20px 13px;
    border-right: 1px solid #0e1e40;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.7em;
}

.footer-activity h5 {
    margin: 0 0 6px;
    padding: 0 0 8px;
    border-bottom: 1px solid #fff;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.7em;
}

.footer-activity ul {
    margin: 0 -4px;
    padding: 0;
    list-style: none;
    letter-spacing: -0.4em;
}

.footer-activity ul li {
    display: inline-block;
    margin: 8px 4px 0;
    padding: 0;
    letter-spacing: normal;
}

.footer-activity ul li a {
    display: block;
    padding: 3px 8px;
    border: 1px solid #fff;
    color: #fff;
}

.footer-activity > a {
    display: inline-block;
    position: absolute;
    top: 37px;
    right: 22px;
    padding-left: 12px;
	line-height: 1.0em;
    color: #fff;
}

.footer-activity > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 6px;
    height: 10px;
    background-image: url("../images/icon_arrow-R_white.svg");

	-webkit-transition: left 0.5s;
	-moz-transition: left 0.5s;
	-ms-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
}

/**
 * マウスオーバー
 */
.footer-activity ul li a:hover {
    background-color: #fff;
    text-decoration: none;
    color: #132855;
}

.footer-activity > a:hover {
    text-decoration: none;
}

.footer-activity > a:hover:before {
    left: 4px;
}

/**
 * メルマガ登録
 */
.footer-mailmaga {
    width: 57.6%;
    padding: 28px 20px 13px 29px;
}

.footer-mailmaga h5 {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.7em;
}

.footer-mailmaga p {
    margin-top: 15px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.7em;
}

.footer-form form {
    flex-wrap: nowrap;
}

.footer-form form input[type="text"] {
    width: 61%;
}

.footer-form form input[type="submit"] {
    width: calc(13% - 8px);
    margin: 0 0 0 8px;

	-webkit-transition: background-color 0.5s, color 0.5s;
	-moz-transition: background-color 0.5s, color 0.5s;
	-ms-transition: background-color 0.5s, color 0.5s;
	-o-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
}

/**
 * マウスオーバー
 */
.footer-form form input[type="submit"]:hover {
    background-color: #fff;
    color: #132855;
    cursor: pointer;
}

} /* min 769px -- */


/***********************************************
 事務所
 ***********************************************/
.footer-tertiary {
    padding: 0 10px 20px;
    background-color: #212121;
    border-top: 1px solid #fff;
    color: #fff;
}

.footer-tertiary-innr {
}

.footer-tertiary-innr > div {
    margin-top: 25px;
}

.col-office {
    position: relative;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.7em;
}

.col-office h6 {
    margin: 0;
    padding: 0 0 4px;
    border-bottom: 1px solid #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.7em;
}

.col-office dl {
    margin: 0;
    padding: 0;
}

.col-office dl dt {
    clear: left;
    float: left;
    width: 34px;
    margin: 0;
    padding: 12px 0;
    font-weight: bold;
}

.col-office dl dd {
    margin: 0;
    padding: 12px 0 12px 34px;
}

.col-office dl dd:first-of-type {
    padding-right: 94px;
    border-bottom: 1px dotted #4d4d4d;
}

.col-office > a {
    display: block;
    position: absolute;
    top: 42px;
    right: 0;
    width: 87px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 6px;
    text-align: center;
    line-height: 33px;
    color: #fff;
}


@media screen and (min-width: 321px) {

.footer-tertiary {
    padding: 0 20px 20px;
}

} /* min 321px -- */

@media screen and (min-width: 769px) {

.footer-tertiary {
    padding: 25px 20px 28px;
    border-top: none;
}

.footer-tertiary-innr {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 11px;
}

.footer-tertiary-innr > div {
    width: calc(100% / 3 - 18px);
    margin: 0 9px;
}

.col-office {
    padding-bottom: 40px;
}

.col-office h6 {
    text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7em;
}

.col-office dl dd:first-of-type {
    padding-right: 0;
    border-bottom: none;
}

.col-office > a {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
}

/**
 * マウスオーバー
 */
.col-office > a:hover {
    background-color: #fff;
    text-decoration: none;
    color: #000;
}

} /* min 769px -- */


/***********************************************
 Copyright
 ***********************************************/
.copyright {
    padding: 10px;
    background-color: #212121;
    border-top: 1px solid #fff;
    text-align: center;
    color: #fff;
}

.copyright nav {
    display: none;
}

.copyright small {
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.25em;
}


@media screen and (min-width: 321px) {

.copyright {
    padding: 10px 20px;
}

} /* min 321px -- */

@media screen and (min-width: 769px) {

.copyright {
    padding: 10px 40px;
    text-align: left;
}

.copyright > div {
    display: flex;
    max-width: 920px;
    margin: 0 auto;
}

.copyright > div nav {
    display: block;
    width: 50%;
}

.copyright > div nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.25em;
    letter-spacing: -0.4em;
}

.copyright > div nav ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
    letter-spacing: normal;
}

.copyright > div nav ul li a {
    position: relative;
    padding-left: 14px;
    color: #fff;
}

.copyright > div nav ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 6px;
    height: 10px;
    background-image: url("../images/icon_arrow-R_white.svg");

	-webkit-transition: left 0.5s;
	-moz-transition: left 0.5s;
	-ms-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
}

.copyright > div small {
    display: block;
    width: 50%;
    text-align: right;
}

/**
 * マウスオーバー
 */
.copyright > div nav ul li a:hover {
    text-decoration: none;
}

.copyright > div nav ul li a:hover:before {
    left: 4px;
}

} /* min 769px -- */



/* ------------------------------------------------------------------------------------------------------ 404 */

.error404 {
}

.error404 .mainvisual {
    background-image: url("../images/img_main-404.jpg");
}

.error404 article {
    padding: 0 40px;
}

.error404 article h2 {
    position: relative;
    z-index: 2;
    margin: -60px auto 0;
    padding: 0;
}

.error404 article p {
    margin: 40px 0 0;
}

.error404 article p:nth-last-child(1) {
    text-align: center;
}


@media screen and (min-width: 481px) {

.error404 article {
    padding: 0 80px;
}

} /* min 481px -- */

@media screen and (min-width: 641px) {

.error404 article h2 {
    max-width: 412px;
}

.error404 article p {
    text-align: center;
}

} /* min 641px -- */

@media screen and (min-width: 769px) {

.error404 article {
    padding-top: 80px;
}

.error404 article h2 {
    margin-top: 0;
}

} /* min 769px -- */


