@charset 'UTF-8';
/*============================================================= 04_modules =============================================================*/

/*!  button
================================================ */

@media screen and (min-width: 600px) {
    .mod_btn01 {
        display: table;
        width: 100%;
        table-layout: fixed;
        background-color: #c6a45c;
    }
    .mod_btn01>* {
        font-size: 1.4rem;
        line-height: 1;
        display: table-cell;
        padding: 23px 0;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        color: #fcfefe;
    }
}
.mod_btn02 {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: #c6a45c;
}
.mod_btn02>* {
    font-size: 1.4rem;
    line-height: 1;
    display: table-cell;
    padding: 18px 0;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fcfefe;
}
.mod_btn03 {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.mod_btn03>* {
    font-size: 1.2rem;
    line-height: 1;
    display: table-cell;
    padding: 13px 0;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #204070;
    border: 1px solid #204070;
}
@media screen and (max-width: 599px) {
    .mod_btn03>*:hover {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }
}
@media screen and (min-width: 600px) {
    .mod_btn03>* {
        padding: 11px 0;
    }
}
.mod_btn04 {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.mod_btn04>* {
    font-size: 1.2rem;
    line-height: 1;
    position: relative;
    display: table-cell;
    padding: 16px 0 15px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    background-color: #274878;
}
@media screen and (max-width: 599px) {
    .mod_btn04>*:hover {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }
}
@media screen and (min-width: 600px) {
    .mod_btn04>* {
        font-size: 1.4rem;
        padding: 21px 0 21px 25px;
    }
}
.mod_btn04>*:after {
    position: absolute;
    top: 50%;
    right: 11px;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
@media screen and (min-width: 600px) {
    .mod_btn04>*:after {
        right: 15px;
        width: 7px;
        height: 7px;
        margin-top: -4px;
    }
}
.mod_btn05 {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.mod_btn05>* {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    display: table-cell;
    box-sizing: border-box;
    padding: 16px 0 15px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #274878;
    border: 1px solid #274878;
}
@media screen and (max-width: 599px) {
    .mod_btn05>*:hover {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }
}
@media screen and (min-width: 600px) {
    .mod_btn05>* {
        font-size: 1.4rem;
        padding: 21px 0 21px 25px;
    }
}
.mod_btn05>*:after {
    position: absolute;
    top: 50%;
    right: 11px;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid #274878;
    border-bottom: 2px solid #274878;
}
@media screen and (min-width: 600px) {
    .mod_btn05>*:after {
        right: 15px;
        width: 7px;
        height: 7px;
        margin-top: -4px;
    }
}
.mod_btn06 {
    display: table;
    width: 100%;
    margin-top: 10px;
    table-layout: fixed;
    background-color: #274878;
}
.mod_btn06:nth-child(-n+2) {
    margin-top: 0;
}
@media screen and (min-width: 600px) {
    .mod_btn06 {
        margin-top: 22px;
    }
    .mod_btn06:nth-child(-n+3) {
        margin-top: 0;
    }
}
.mod_btn06 {
    padding: 13px 15px;    
}
.mod_btn06 a {
    display: table-cell;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    line-height: 1.3;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    color: #fff;
}
@media screen and (max-width: 599px) {
    .mod_btn06 a:hover {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }
}
@media screen and (min-width: 600px) {
    .mod_btn06 {
        padding: 21px 23px;
    }
    .mod_btn06 a {
        font-size: 1.4rem;
        line-height: 1;
    }
}
.mod_btn06 a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -4px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
@media screen and (min-width: 600px) {
    .mod_btn06 a:after {
        top: 50%;
        right: 12px;
        width: 7px;
        height: 7px;
        margin-top: -6px;
    }
}
/*.mod_btn01 {  display: table; table-layout: fixed; width: 100%; background-color: #fff; border: 1px solid $gray; border-radius: 2px; box-shadow:0px 4px 0px 0px rgba(00,00,00,.15); -moz-box-shadow:0px 4px 0px 0px rgba(00,00,00,.15); -webkit-box-shadow:0px 4px 0px 0px rgba(00,00,00,.15); > * {  display: table-cell; color: #333; font-size: 14px; font-weight: bold; line-height: 1; padding: 14px 0 12px; text-align: center; vertical-align: middle; text-decoration: none; } } .mod_btn01:hover {  -webkit-transform: translateY(4px); -moz-transform: translateY(4px); -ms-transform: translateY(4px); -o-transform: translateY(4px); transform: translateY(4px); box-shadow: none; }*/

/*
#styleguide
mod_btn01

mod_btn01

```
<p class="mod_btn01"><a href="#">mod_btn01</a></p>
```
*/

/*.mod_btn02 {  display: table; table-layout: fixed; width: 100%; background-color: #000; //border: 1px solid $gray; border-radius: 4px; > * {  display: table-cell; color: #fff; font-size: 1.4rem; font-weight: bold; line-height: 1; padding: 14px 0 12px; text-align: center; vertical-align: middle; text-decoration: none; } }*/

/*!  pager
================================================ */

.mod_pagination01 {
    font-size: 0;
    display: block;
    margin: -10px;
    padding: 20px 0;
    text-align: center;
}
.mod_pagination01 li {
    display: inline-block;
    width: 30px;
    margin: 10px;
}
.mod_pagination01 li a, .mod_pagination01 li span {
    font-size: 12px;
    line-height: 1;
    display: block;
    box-sizing: border-box;
    padding: 7px 0 5px;
    text-decoration: none;
    color: #888;
    border: 2px solid #888;
    background-color: #fff;
}
.mod_pagination01 .prev {
    width: 50px;
    margin-right: 15px;
}
.mod_pagination01 .next {
    width: 50px;
    margin-left: 15px;
}
.mod_pagination01 .current {
    color: #fff;
    background-color: #888;
}
/*
#styleguide
mod_pagination01

pager

```
<div class="mod_pagination01">
    <ul class="links">
        <li class="prev"><a href="">前へ</a></li>
        <li><a href="">1</a></li>
        <li class="current"><span>2</span></li>
        <li><a href="">3</a></li>
        <li class="next"><a href="">次へ</a></li>
    </ul>
</div>
```
*/

/*!  tit
================================================ */

@media screen and (max-width: 599px) {
    .mod_tit01 {
        font-family: 'Sawarabi Mincho';
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 15px;
        text-align: center;
        color: #fff;
        background: url(../img/common/bg_line01.png) left top 6px repeat-x;
        background-size: auto 3px;
    }
    .mod_tit01 span {
        font-size: 1.5rem;
        font-weight: 500;
        display: inline-block;
        padding: 0 7px;
        background-color: #274878;
    }
}
.mod_tit02 {
    font-family: 'Sawarabi Mincho';
    line-height: 1;
    text-align: center;
    color: #333;
}
.mod_tit02 span {
    font-family: 'Sawarabi Mincho';
    display: inline-block;
    background-color: #fff;
}
@media screen and (max-width: 599px) {
    .mod_tit02 {
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 15px;
        background: url(../img/common/bg_line01.png) left top 6px repeat-x;
        background-size: auto 3px;
    }
    .mod_tit02 span {
        font-size: 1.5rem;
        padding: 0 5px;
    }
}
@media screen and (min-width: 600px) {
    .mod_tit02 {
        font-size: 1.9rem;
        font-weight: 500;
        background: url(../img/common/bg_line02.png) left top 9px repeat-x;
    }
    .mod_tit02 span {
        font-size: 1.9rem;
        font-weight: 500;
        padding: 0 14px;
    }
}
.mod_tit03 {
    text-align: center;
    color: #333;
}
.mod_tit03 span {
    font-family: 'Spectral SC', serif;
    display: block;
    text-transform: uppercase;
}
.mod_tit03 .name_en {
    color: #204070;
}
.mod_tit03 .note {
    display: inline-block;
    color: #fff;
    background-color: #274878;
}
@media screen and (max-width: 599px) {
    .mod_tit03 {
        font-size: 1.3rem;
        line-height: 1.23;
        padding: 26px 0 20px;
    }
    .mod_tit03 .name_en {
        font-size: 3rem;
        line-height: 1.16;
        letter-spacing: 0;
    }
    .mod_tit03 .note {
        font-size: 1.2rem;
        margin-left: 10px;
        padding: 2px 10px 1px;
    }
}
@media screen and (min-width: 600px) {
    .mod_tit03 {
        font-size: 1.4rem;
        line-height: 1;
        padding: 48px 0 31px;
    }
    .mod_tit03 .name_en {
        font-size: 4rem;
        margin-bottom: 8px;
    }
    .mod_tit03 .note {
        font-size: 1.3rem;
        line-height: 1.5;
        margin-left: 10px;
        padding: 1px 10px;
    }
}
/*.mod_tit01 {  position: relative; line-height: 1.5; padding: 15px 20px 12px 32px; background: $gray; color: #fff; margin-bottom: 40px; font-size: 30px; border-radius: 8px 8px 0 0; border-bottom: 3px solid #fff; &::after {  position: absolute; content: ""; width: 100%; display: block; height: 3px; left: 0; background: $gray; bottom: -6px; } }*/

/*
#styleguide
mod_tit01

mod_tit01

```
<p class="mod_tit01">mod_tit01</p>
```
*/

/*!  box
================================================ */

.mod_box01 {
    color: #fefefe;
}
@media screen and (max-width: 599px) {
    .mod_box01 {
        padding: 110px 0 15px;
    }
}
@media screen and (min-width: 600px) {
    .mod_box01 {
        padding: 151px 0 29px;
    }
}
.mod_box02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
@media screen and (max-width: 599px) {
    .mod_box02 {
        padding-bottom: 15px;
    }
}
@media screen and (min-width: 600px) {
    .mod_box02 {
        padding-bottom: 20px;
    }
}
.mod_box02 .boxTit {
    font-weight: bold;
    line-height: 1;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
@media screen and (max-width: 599px) {
    .mod_box02 .boxTit {
        font-size: 1.9rem;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 600px) {
    .mod_box02 .boxTit {
        font-size: 2rem;
        margin-bottom: 13px;
    }
}
.mod_box02 .boxTxt {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
@media screen and (max-width: 599px) {
    .mod_box02 .boxTxt {
        padding: 0 15px;
    }
}
@media screen and (min-width: 600px) {
    .mod_box02 .boxTxt {
        padding: 0 25px;
    }
}
.mod_box02 .boxImg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
@media screen and (max-width: 599px) {
    .mod_box02 .boxImg {
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 600px) {
    .mod_box02 .boxImg {
        margin-bottom: 23px;
    }
}
@media screen and (max-width: 599px) {
    .mod_box03 {
        padding: 30px 15px;
    }
}
@media screen and (min-width: 600px) {
    .mod_box03 {
        padding: 60px 0;
    }
}
/*.mod_box01 {  overflow: hidden; background-color: #fff; border: 1px solid #e6e6e6; border-radius: 6px; box-shadow:0px 2px 0px 0px #d9d9d9; -moz-box-shadow:0px 2px 0px 0px #d9d9d9; -webkit-box-shadow:0px 2px 0px 0px #d9d9d9; } .mod_box01:hover a {  opacity: .7; display: block; }*/

/*
#styleguide
mod_box01

影付きのbox

```
<p class="mod_box01">mod_box01</p>
```
*/

/*!  mod_column01
================================================ */

.mod_column01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mod_column01>* {
    width: 50%;
}
.mod_column01>*:nth-child(1), .mod_column01>*:nth-child(4), .mod_column01>*:nth-child(5) {
    background-color: #274878;
}
.mod_column01>*:nth-child(2), .mod_column01>*:nth-child(3) {
    background-color: #31517e;
}
@media screen and (min-width: 600px) {
    .mod_column01>* {
        width: 20%;
    }
    .mod_column01>*:nth-child(odd) {
        background-color: #274878;
    }
    .mod_column01>*:nth-child(even) {
        background-color: #31517e;
    }
}
.mod_column02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 599px) {
    .mod_column02 {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
@media screen and (min-width: 600px) {
    .mod_column02 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.mod_column02>* {
    background-color: #fff;
}
@media screen and (max-width: 599px) {
    .mod_column02>* {
        margin-bottom: 15px;
    }
    .mod_column02>*:last-of-type {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 600px) {
    .mod_column02>* {
        width: 23.6%;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 599px) {
    .mod_column03 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .mod_column03>* {
        width: 48.2%;
        margin-left: 3.6%;
    }
    .mod_column03>*:nth-child(odd) {
        margin-left: 0;
    }
}
@media screen and (min-width: 600px) {
    .mod_column03 {
        width: 1100px;
        margin: 0 auto;
    }
    .mod_column03>* {
        float: left;
        width: 32%;
        margin-left: 2%;
    }
    .mod_column03>*:nth-child(1) {
        margin-left: 0;
    }
    .mod_column03>*:nth-child(4n) {
        clear: both;
        margin-left: 0;
    }
}
/*.mod_column01 {  display: flex; flex-wrap: wrap; text-align: center; } .mod_column01 > * {  width: 31%; padding: 20px 10px 18px; background-color: #333; box-sizing: border-box; } .mod_column01 > * + * {  margin-left: 3%; }*/

/*
#styleguide
mod_column01

三カラム

```
<p class="mod_column01">mod_column01</p>
```
*/

/*!  #cv 各ページ共通
================================================ */

/*!  #cv
================================================ */

@media screen and (max-width: 599px) {
    #cv {
        padding: 22px 10px 20px;
        background: url(../../../img/common/bg_cv01_sp.png) center top no-repeat;
        background-size: cover;
    }
}
@media screen and (min-width: 600px) {
    #cv {
        padding: 37px 0 40px;
        background: url(../../../img/common/bg_cv01_pc.png) center top no-repeat;
        background-size: cover;
    }
}
#cv .lead {
    color: #fff;
}
@media screen and (max-width: 599px) {
    #cv .lead .leadTxt {
        line-height: 1.4;
        margin: 0 0 17px 67px;
    }
}
@media screen and (min-width: 600px) {
    #cv .lead .leadTxt {
        font-size: 1.6rem;
        line-height: 1;
        margin-bottom: 27px;
        text-align: center;
    }
}
#cv .lead .leadTit {
    font-family: 'Sawarabi Mincho';
    line-height: 1;
    text-align: center;
    letter-spacing: .01em;
}
#cv .lead .leadTit span {
    display: block;
}
@media screen and (max-width: 599px) {
    #cv .lead .leadTit {
        font-size: 2.7rem;
        margin-bottom: 15px;
    }
    #cv .lead .leadTit span {
        font-size: 1.3rem;
        margin-bottom: 7px;
    }
}
@media screen and (min-width: 600px) {
    #cv .lead .leadTit {
        font-size: 4.6rem;
        margin-bottom: 30px;
    }
    #cv .lead .leadTit span {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
}
#cv .cvBox {
    padding: 23px 17px 25px;
    background-color: #fff;
}
@media screen and (min-width: 600px) {
    #cv .cvBox {
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: flex;*/
        width: 900px;
        margin: 0 auto;
        padding: 30px 50px 30px 50px;
        border: 8px solid #dee2e4;
        /*-webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;*/
        overflow: hidden;
    }
}
@media screen and (max-width: 599px) {
    #cv .cvBox .cvTelBox .cvTelBoxTit span {
        width: 171px;
    }
}
@media screen and (min-width: 600px) {
    #cv .cvBox .cvTelBox .cvTelBoxTit {
        /*width: 477px;*/
    }
}
#cv .cvBox .cv_office .cv_officeName span {
    display: inline-block;
    color: #fff;
    background-color: #274878;
}
#cv .cvBox .cv_office .cv_officeNum {
    font-family: 'Sawarabi Mincho';
    line-height: 1;
}
@media screen and (max-width: 599px) {
    #cv .cvBox .cv_office {
        padding: 10px 13px 10px 25px;
        border: 2px solid #dee2e4;
        background: #fff;
        box-shadow: 0 3px 0 0 #dee2e4;
    }
    #cv .cvBox .cv_office + .cv_office {
        margin-top: 13px;
    }
    #cv .cvBox .cv_office .cv_officeName {
        font-size: 1.1rem;
        line-height: 1.8;
        margin-bottom: 6px;
    }
    #cv .cvBox .cv_office .cv_officeName span {
        margin-right: 5px;
        padding: 0 8px;
    }
    #cv .cvBox .cv_office .cv_officeNum {
        text-align:center;
        font-size: 3rem;
        font-weight: 500;
        letter-spacing: .03em;
    }
    #cv .cvBox .cv_office a:hover {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }
}
@media screen and (min-width: 600px) {
    #cv .cvBox .cv_office {
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: flex;*/
        float: left;
        margin-top: 20px;
        padding: 6px 0px 13px 26px;
        width: 50%;
        text-align: left;
    }
    #cv .cvBox .cv_office:nth-of-type(2) {
        padding: 6px 0px 13px 33px;
        border-left: 1px solid #ccc;
    }
    #cv .cvBox .cv_office .cv_officeName {
        margin-bottom: 8px;
        line-height: 2;
    }
    #cv .cvBox .cv_office .cv_officeName span {
        width: 110px;
        text-align: center;
    }
    #cv .cvBox .cv_office .cv_officeNum {
        font-size: 3.4rem;
        /*margin-top: -3px;
        margin-left: 25px;*/
    }
}
/*
@media screen and (max-width: 599px) {
    #cv .cvBox .cvMailBox .cvMailBoxTit span {
        width: 170px;
    }
}
@media screen and (min-width: 600px) {
    #cv .cvBox .cvMailBox {
        width: 477px;
        margin-left: 46px;
    }
}
#cv .cvBox .cvMailBox .btn_mail {
    width: 230px;
    margin: 0 auto;
}
#cv .cvBox .cvMailBox .btn_mail a {
    position: relative;
    padding: 21px 0;
}
#cv .cvBox .cvMailBox .btn_mail a:after {
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#cv .cvBox .cvMailBox .btn_mail a span {
    line-height: 13px;
    position: relative;
    display: inline-block;
    padding-left: 23px;
}
#cv .cvBox .cvMailBox .btn_mail a span:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 13px;
    content: '';
    background: url(../../../img/common/ico_mail02.png) left top no-repeat;
    background-size: 18px auto;
}
#cv .cvBox .cvMailBox .btn_mail a:hover {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media screen and (min-width: 600px) {
    #cv .cvBox .cvMailBox .btn_mail {
        width: 320px;
        margin-top: 36px;
    }
    #cv .cvBox .cvMailBox .btn_mail a {
        padding: 28px 0;
    }
    #cv .cvBox .cvMailBox .btn_mail a:after {
        right: 20px;
        width: 7px;
        height: 7px;
    }
    #cv .cvBox .cvMailBox .btn_mail a span {
        font-size: 1.5rem;
        padding-left: 31px;
    }
    #cv .cvBox .cvMailBox .btn_mail a span:before {
        top: 0;
        width: 22px;
        height: 16px;
        background-size: 22px auto;
    }
    #cv .cvBox .cvMailBox .btn_mail a:hover {
        box-sizing: border-box;
        color: #c6a45c;
        border: 1px solid #c6a45c;
        background-color: #fff;
    }
    #cv .cvBox .cvMailBox .btn_mail a:hover:after {
        border-right: 2px solid #c6a45c;
        border-bottom: 2px solid #c6a45c;
    }
    #cv .cvBox .cvMailBox .btn_mail a:hover span:before {
        background: url(../img/common/ico_mail04.png) left top no-repeat;
        background-size: 22px auto;
    }
}*/
/*!  #access 各ページ共通
================================================ */

/*  モジュール から
================================================ */

/*!  #access
================================================ */

#access {
    background-color: #f3f3f4;
}
@media screen and (min-width: 600px) {
    #access .accessIn {
        width: 1100px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 600px) {
    #access .accessList {
    }
}
#access .accessListItem {
    padding-bottom: 10px;
}
@media screen and (min-width: 600px) {
    #access .accessListItem {
        padding-bottom: 60px;
    }
}
@media screen and (min-width: 600px){
    #access .office {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    #access .office .accessTxtWrap{
        width: 520px;
        padding: 20px;
        flex-wrap: wrap;
        align-content: center;
        background: #ffffff;
    }
}

@media screen and (max-width: 599px) {
    #access .office .officeName {
        padding: 16px 0;
    }
    #access .office .officeName .seiko {
        display: inline-block;
        font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN',YuGothic,'Yu Gothic','メイリオ', sans-serif
    }
    #access .office .officeName .note {
        margin-left: 5px;
        margin-top: 5px;
    }
}
@media screen and (min-width: 600px) {
    #access .office .officeName {
        line-height: 1.5;
        padding: 21px 0 14px;
    }
    #access .office .officeName .name_en {
        font-size: 2.6rem;
        margin-bottom: 5px;
    }
    #access .office .officeName .seiko {
        display: inline-block;
        padding-left: 75px;
        font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN',YuGothic,'Yu Gothic','メイリオ', sans-serif
    }
}
#access .office .officeAdd {
    text-align: center;
}
@media screen and (max-width: 599px) {
    #access .office .officeAdd {
        margin-bottom: 16px;
    }
}
@media screen and (min-width: 600px) {
    #access .office .officeAdd {
        margin-bottom: 18px;
    }
}
@media screen and (max-width: 599px) {
    #access .office .officeMap {
        border: 4px solid #fff;
    }
    #access .office .officeMap .gMap {
        position: relative;
        overflow: hidden;
        width: 100%;
        /* 左右に余白が必要なら値を変更してもOK */
        height: 0;
        padding-bottom: 62.5%;
        /* padding-topでもOK */
    }
    #access .office .officeMap .gMap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media screen and (min-width: 600px) {
    #access .office .officeMap {
        border: 6px solid #fff;
    }
}
#access .office .officeBtn {
    margin: 0 auto;
}
#access .office .officeBtn .btnGooglemap span {
    position: relative;
}
#access .office .officeBtn .btnGooglemap span:before {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    background: url(../img/common/ico_pin_sp.png) no-repeat;
}
@media screen and (max-width: 599px) {
    #access .office .officeBtn .btnGooglemap {
        width: 185px;
        margin: 0 auto 20px;
    }
    #access .office .officeBtn .btnGooglemap span {
        padding-left: 17px;
    }
    #access .office .officeBtn .btnGooglemap span:before {
        top: 3px;
        left: 0;
        width: 10px;
        height: 15px;
        background: url(../img/common/ico_pin.png) no-repeat;
        background-size: 10px auto;
    }
}
@media screen and (min-width: 600px) {
    #access .office .officeBtn .btnGooglemap {
        width: 170px;
        margin: 0 auto 30px;
    }
    #access .office .officeBtn .btnGooglemap span {
        padding-left: 17px;
    }
    #access .office .officeBtn .btnGooglemap span:before {
        top: 2px;
        width: 11px;
        height: 16px;
        background: url(../img/common/ico_pin.png) no-repeat;
        background-size: 11px auto;
    }
}
#access .office .officePic {
}
@media screen and (max-width: 599px) {
    #access .office .officePic {
        margin: 0 15px 6px;
    }
}
@media screen and (min-width: 600px) {
    #access .office .officePic {
        margin-bottom: 17px;
    }
}
@media screen and (max-width: 599px) {
    #access .office .officeTxt {
        margin: 0 15px 24px;
    }
}
@media screen and (min-width: 600px) {
    #access .office .officeTxt {
        margin-bottom: 56px;
    }
}

@media screen and (min-width: 600px){
    #cv .cvBox .cv_office {
        width: 100%;
        text-align: center;
        
        }
}
/*!  form
================================================ */

input[type='text'], input[type='tel'], input[type='email'], textarea, select {
    width: 100%;
    background-color: #f4f4f4;
    box-shadow: inset 0 3px 0 rgba(0, 0, 0, .1);
}
input[type='text'], input[type='tel'], input[type='email'] {
    height: 40px;
    padding: 2px 5px;
}
select {
    position: relative;
    height: 40px;
    padding: 2px 0 2px 15px;
}
@media screen and (min-width: 600px) {
    select[name='matter'] {
        width: 478px;
    }
    select[name='day'] {
        width: 250px;
    }
    input[type='text']:focus, input[type='tel']:focus, input[type='email']:focus, textarea:focus {
        border: 1px solid #274878;
    }
}
.your-matter .input_wrap, .your-day .input_wrap {
    position: relative;
}
.your-matter .input_wrap:after, .your-day .input_wrap:after {
    position: absolute;
    top: -2px;
    right: 15px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border-width: 7px 7px 7px 7px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}
.tableConfirm .your-matter .input_wrap:after,.tableConfirm .your-day .input_wrap:after {
    content: none;
}
@media screen and (min-width: 600px) {
    .your-matter .input_wrap:after, .your-day .input_wrap:after {
        top: 2px;
    }
}
textarea {
    padding: 5px 5px;
}
@media screen and (max-width: 599px) {
    textarea {
        height: 110px;
    }
}
@media screen and (min-width: 600px) {
    textarea {
        height: 170px;
    }
}
input[type='submit'] {
    color: #fff;
    background-color: #c6a45c;
}
@media screen and (max-width: 599px) {
    input[type='submit'] {
        font-size: 1.5rem;
        width: 230px;
        height: 55px;
    }
}
@media screen and (min-width: 600px) {
    input[type='submit'] {
        font-size: 1.8rem;
        width: 350px;
        height: 80px;
    }
}