@charset "UTF-8";

body {
    font-size: 100%;
}

.contents_wrap {
	font-family:"游明朝", YuMincho,"Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin: 0 auto;
    position: relative;
    padding-top: 120px;
    text-align: center;
    width: 100%;
    min-width: 1300px;
}

h2 {
    font-size: 1.125rem;
    line-height: 2em;
    margin-bottom: 4rem;
}

section {
    margin: 0 auto;
    width: 885px;
}

section + section {
    margin-top: 190px;
}

section:first-of-type figure {
    margin: 4rem auto;
    width: 480px;
}

section:first-of-type figure img {
    width: 100%;
}

.introduction {
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.5em;
    margin-bottom: 15px;
}

.image_list {
    margin: 0 auto;
    width: 100%;
}

.item3 li {
    box-sizing: border-box;
    display: inline-block;
    padding: 3rem 1rem 0 0;
    width: 33%;
}

.item3 li img {
    width: 100%;
}

.grid li {
    margin: 0 auto 1.5rem;
    padding: 0;
    width: 100%;
}

.grid li img {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
}

.grid li:nth-child(odd) img {
    height: 240px;
}

.grid li:nth-child(odd) img:first-child {
    margin-right: 1rem;
}

.grid li:nth-child(even) img {
    height: 254px;
}
.grid li:nth-child(even) img:first-child {
    margin-right: 4px;
}

.text {
    color: #000;
    margin: 0;
    line-height: 60px;
    font-size: 2rem;
    font-weight: bold;
}

.text + .text {
    margin-top: 3rem;
}

.image_block {
    margin-top: 3rem;    
}

.experience_block {
    margin: 2rem auto 1rem; 
}

.experience_block p {
    color: #000;
    font-size: 1.125rem;
    line-height: 1.8;
}

.experience_block .image_block {
    margin-top: 1rem;
}

.experience_block .image_block img {
    height: 190px;
}

.experience_block .image_block img:first-child {
    margin-right: 1rem;
}

.example_image {
    width: 100%;
}

.example_image figure {
    display: inline-block;
    height: 240px;
}

.example_image figure img {
    height: 100%;
    width: auto;
}

.example_image figure:last-child {
    text-align: left;
    margin-left: 1rem;
}

.example_image figcaption {
    line-height: 1.8;
    text-align: left;
}

.azuma_text {
    color: #000;
    font-size: 2.25rem;
    margin-top: 4rem;
}

.azuma_text + p {
    font-size: 1.125rem;
}

.contact_block {
    margin-top: 6rem;
}

.contact_block p {
    color: #000;
}


.address_block .tel {
    color: #000;
    font-size: 1.25rem;
    line-height: 2;
}

.address_block .mail {
    font-size: 1.25rem;
    line-height: 2;
}

.address_block .mail a {
    text-decoration: underline;
}

.address_block {
    margin: 50px auto 120px;
}

.address_block .company {
    color: #000;
    font-size: 1.875rem;
    font-weight: bold;
}

.address_block .address {
    color: #000;
    font-size: 1.25rem;
    margin-bottom: 5px;
}

.address_block .website {
    font-size: 1.25rem;
    line-height: 2;
}
