@charset "UTF-8";


/* mv
---------------------------------------- */
#mv {
  display: -webkit-flex;
  display:         flex;
}

#mv .slide {
  margin: 0 auto;
  width: 50%;
  position: relative;
  overflow: hidden;
}

#mv .slide ul {
  width: 100%;
  height: 688px;
  overflow: hidden;
  position: relative;
}

#mv .slide ul li {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#mv .slide ul li img {
  width: 100%;
  display: none;
}

#mv .text {
  width: 50%;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

#mv .text img {
  width: 364px;
  margin-top: -31px;
}

@media screen and (max-width: 767px) {
  #mv {
    flex-direction: column-reverse;
  }
  #mv .slide {
    width: 100% !important;
  }
  #mv .slide ul {
    width: 100%;
    height: auto;
  }
  #mv .slide ul li {
    background: none;
  }
  #mv .slide ul li img {
    display: block;
  }
  #mv .text {
    width: 100%;
    padding: 83px 0 106px 0px;
  }
  #mv .text img {
    width: 56.66667vw;
    margin: 0;
  }
}

/* philosophy
---------------------------------------- */
#philosophy {
  padding: 100px 0 0 0;
}

#philosophy figure {
  position: relative;
  margin-bottom: 87px;
}

#philosophy figure::after {
  position: absolute;
  right: -50px;
  bottom: -50px;
  display: block;
  width: 500px;
  height: 238px;
  background: url(../images/bg_dot.jpg);
  content: '';
  z-index: -1;
}

#philosophy .lead {
  margin-bottom: 80px;
}

#philosophy .lead .inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}

#philosophy .lead .inner h2 span {
  display: block;
}

#philosophy .lead .inner h2 span.ja {
  margin-top: 15px;
  color: #70161e;
  font-size: 1.8rem;
  letter-spacing: .1em;
}

#philosophy .lead .inner .text {
  width: 60%;
  font-size: 1.6rem;
  line-height: 2.5;
}

#philosophy .subsection {
  padding: 80px 0 71px 0;
  background-color: #fbf6f1;
}

#philosophy .subsection .inner {
  display: -webkit-flex;
  display:         flex;
}

#philosophy .subsection section {
  width: 50%;
}

#philosophy .subsection section:last-child {
  padding: 0 0 0 40px;
}

#philosophy .subsection section figure {
  margin-bottom: 35px;
}

#philosophy .subsection section h3 {
  position: relative;
  margin: 0 0 21px 40px;
  color: #70161e;
  font-size: 1.8rem;
  letter-spacing: .08em;
}

#philosophy .subsection section h3::before {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 30px;
  height: 1px;
  background-color: #70161e;
  content: '';
}

#philosophy .subsection section ul {
  margin: 0 0 40px 40px;
}

#philosophy .subsection section ul li {
  margin-bottom: 6px;
  font-size: 1.8rem;
}

#philosophy .subsection section ul li .en {
  display: inline-block;
  width: 85px;
  margin-right: 1em;
  font-weight: bold;
  letter-spacing: .08em;
}

#philosophy .subsection section ul li .ja::before {
  display: inline-block;
  margin-right: 1em;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  content: '＝';
}

#philosophy .subsection section .note {
  margin-left: 40px;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #philosophy {
    padding: 70px 0 0 0;
  }
  #philosophy .header-image .inner {
    padding: 0;
  }
  #philosophy figure {
    margin-bottom: 57px;
  }
  #philosophy figure::after {
    right: 5.33333vw;
    bottom: -20px;
    display: block;
    width: 66.66667vw;
    height: 20px;
  }
  #philosophy .lead {
    margin-bottom: 42px;
  }
  #philosophy .lead .inner {
    display: block;
  }
  #philosophy .lead .inner h2 {
    margin-bottom: 10px;
  }
  #philosophy .lead .inner h2 span.ja {
    margin-top: 7px;
    font-size: 3.6vw;
  }
  #philosophy .lead .inner .text {
    width: 100%;
    font-size: 3.46667vw;
    line-height: 2.35;
  }
  #philosophy .subsection {
    padding: 44px 0 38px 0;
  }
  #philosophy .subsection .inner {
    display: block;
  }
  #philosophy .subsection section {
    width: 100%;
  }
  #philosophy .subsection section:first-child {
    margin-bottom: 60px;
  }
  #philosophy .subsection section:last-child {
    padding: 0;
  }
  #philosophy .subsection section figure {
    margin-bottom: 16px;
  }
  #philosophy .subsection section h3 {
    margin-bottom: 20px;
    margin-left: 5.33333vw;
    font-size: 3.73333vw;
  }
  #philosophy .subsection section h3::before {
    left: -5.33333vw;
    width: 4.66667vw;
  }
  #philosophy .subsection section ul {
    margin-bottom: 16px;
    margin-left: 5.33333vw;
  }
  #philosophy .subsection section ul li {
    margin-bottom: 9px;
    font-size: 3.73333vw;
  }
  #philosophy .subsection section ul li .en {
    width: 25%;
    margin-right: 1em;
  }
  #philosophy .subsection section ul li .ja::before {
    margin-right: 1em;
  }
  #philosophy .subsection section .note {
    margin-left: 5.33333vw;
    font-size: 3.46667vw;
    line-height: 2.2;
  }
}

/* practicearea
---------------------------------------- */
#practicearea {
  padding-top: 170px;
}

#practicearea .lead {
  margin-bottom: 77px;
}

#practicearea .lead .inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}

#practicearea .lead .inner h2 span {
  display: block;
}

#practicearea .lead .inner h2 span.ja {
  margin-top: 15px;
  color: #70161e;
  font-size: 1.8rem;
  letter-spacing: .1em;
}

#practicearea .lead .inner .text {
  width: 60%;
  font-size: 1.6rem;
  line-height: 2.5;
}

#practicearea .subsection {
  display: -webkit-flex;
  display:         flex;
}

#practicearea .subsection::after {
  display: block;
  width: 50%;
  background: url(../images/pc_img_sec02-01.jpg) no-repeat center;
  background-size: cover;
  content: '';
}

#practicearea .subsection .inner {
  width: 50%;
  padding: 76px 40px 82px 90px;
  background-color: #fbf6f1;
}

#practicearea .subsection section h3 {
  position: relative;
  margin-bottom: 17px;
  color: #70161e;
  font-size: 1.8rem;
  letter-spacing: .08em;
}

#practicearea .subsection section h3::before {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 30px;
  height: 1px;
  background-color: #70161e;
  content: '';
}

#practicearea .subsection section dl {
  margin-top: 43px;
  font-size: 1.6rem;
}

#practicearea .subsection section dl:first-of-type {
  margin-top: 0;
}

#practicearea .subsection section dl dt {
  color: #70161e;
  margin-bottom: 8px;
}

#practicearea .subsection section dl dd {
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
}

#practicearea .subsection section .note {
  margin-top: 23px;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #practicearea {
    padding-top: 60px;
  }
  #practicearea .lead {
    margin-bottom: 48px;
  }
  #practicearea .lead .inner {
    display: block;
  }
  #practicearea .lead .inner h2 {
    margin-bottom: 10px;
  }
  #practicearea .lead .inner h2 span.ja {
    margin-top: 7px;
    font-size: 3.6vw;
  }
  #practicearea .lead .inner .text {
    width: 100%;
    font-size: 3.46667vw;
    line-height: 2.35;
  }
  #practicearea .subsection {
    display: block;
  }
  #practicearea .subsection::after {
    display: none;
  }
  #practicearea .subsection .inner {
    width: 100%;
    padding: 42px 5.33333vw 35px 10.66667vw;
    background-color: #fbf6f1;
  }
  #practicearea .subsection section h3 {
    margin-bottom: 22px;
    font-size: 3.73333vw;
  }
  #practicearea .subsection section h3::before {
    left: -5.33333vw;
    width: 4.66667vw;
  }
  #practicearea .subsection section dl {
    margin-top: 25px;
    font-size: 3.46667vw;
  }
  #practicearea .subsection section dl dd {
    line-height: 2.35;
  }
  #practicearea .subsection section .note {
    margin-top: 26px;
    font-size: 3.46667vw;
    line-height: 2.35;
  }
}

/* professionals
---------------------------------------- */
#professionals {
  padding-top: 180px;
}

#professionals .header {
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 64px;
}

#professionals .header h2 span {
  display: block;
}

#professionals .header h2 span.ja {
  margin-top: 15px;
  color: #70161e;
  font-size: 1.8rem;
  letter-spacing: .1em;
}

#professionals .header .image {
  position: relative;
}

#professionals .header .image::after {
  position: absolute;
  right: -33px;
  bottom: -32px;
  display: block;
  width: 500px;
  height: 238px;
  background: url(../images/bg_dot.jpg);
  content: '';
  z-index: -1;
}

#professionals .subsection {
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

#professionals .subsection .profile {
  width: 50%;
}

#professionals .subsection .profile .name {
  margin-bottom: 28px;
  color: #70161e;
  font-size: 2.2rem;
  letter-spacing: .08em;
}

#professionals .subsection .profile h3 {
  position: relative;
  margin-left: 40px;
  margin-bottom: 6px;
  color: #70161e;
  font-size: 1.8rem;
  letter-spacing: .08em;
}

#professionals .subsection .profile h3::before {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 30px;
  height: 1px;
  background-color: #70161e;
  content: '';
}

#professionals .subsection .profile .text {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

#professionals .subsection .profile table {
  margin: 0 15px 0 42px;
  letter-spacing: .08em;
  line-height: 2.2;
}

#professionals .subsection .profile table th {
  padding-right: 20px;
  color: #70161e;
  font-size: 1.6rem;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
}

#professionals .subsection .profile table td {
  font-size: 1.6rem;
  vertical-align: top;
}

#professionals .subsection .right {
  width: calc(50% - 10px);
  margin-top: 56px;
  text-align: right;
}

#professionals .subsection .right .image {
  position: relative;
  margin-bottom: 61px;
}

#professionals .subsection .right .image::after {
  position: absolute;
  right: -33px;
  bottom: -32px;
  display: block;
  width: 460px;
  height: 279px;
  background: url(../images/bg_dot.jpg);
  content: '';
  z-index: -1;
}

#professionals .subsection .right .link {
  text-align: center;
}

#professionals .subsection .right .link a {
  display: inline-block;
  width: 270px;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 50px;
  background: url(../images/icon_arrow.png) no-repeat #70161e;
  background-size: 26px auto;
  background-position: 98% center;
}

#professionals .note {
  margin-top: 37px;
  padding-left: 40px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

.en #professionals .note {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  #professionals {
    padding-top: 90px;
  }
  #professionals .header {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  #professionals .header h2 span.ja {
    margin-top: 7px;
    font-size: 3.6vw;
  }
  #professionals .header .image {
    margin: 0 -5.33333vw 57px -5.33333vw;
  }
  #professionals .header .image::after {
    right: 5.33333vw;
    bottom: -20px;
    display: block;
    width: 66.66667vw;
    height: 20px;
  }
  #professionals .subsection {
    display: block;
  }
  #professionals .subsection .profile {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
  #professionals .subsection .profile .name {
    margin-bottom: 25px;
    font-size: 4vw;
  }
  #professionals .subsection .profile h3 {
    margin: 0 0 15px 5.33333vw;
    font-size: 3.73333vw;
  }
  #professionals .subsection .profile h3::before {
    left: -5.33333vw;
    width: 4.66667vw;
  }
  #professionals .subsection .profile .text {
    font-size: 3.46667vw;
    margin-bottom: 30px;
  }
  #professionals .subsection .profile table {
    margin: 0;
    line-height: 2.35;
  }
  #professionals .subsection .profile table th {
    padding-right: 1em;
    font-size: 3.46667vw;
  }
  #professionals .subsection .profile table td {
    font-size: 3.46667vw;
  }
  #professionals .subsection .right {
    width: 100%;
    margin-top: 33px;
  }
  #professionals .subsection .right .image {
    width: 91%;
    margin-bottom: 51px;
  }
  #professionals .subsection .right .image::after {
    right: -5.33333vw;
    bottom: -20px;
    display: block;
    width: 79.2vw;
    height: 85%;
  }
  #professionals .subsection .right .link {
    text-align: center;
  }
  #professionals .subsection .right .link a {
    width: 100%;
    font-size: 3.46667vw;
    line-height: 45px;
  }
  #professionals .note {
    margin: 27px 0 0 0;
    padding-left: 0;
    font-size: 3.46667vw;
  }
}

/* officeaccess
---------------------------------------- */
#officeaccess {
  padding: 180px 0 0 0;
}

#officeaccess h2 span {
  display: block;
}

#officeaccess h2 span.ja {
  margin-top: 15px;
  color: #70161e;
  font-size: 1.8rem;
  letter-spacing: .1em;
}

#officeaccess .map {
  height: 410px;
  margin-bottom: 69px;
}

#officeaccess .map iframe {
  width: 100%;
  height: 100%;
}

#officeaccess .subsection {
  display: -webkit-flex;
  display:         flex;
  padding-top: 65px;
}

#officeaccess .subsection .access-data {
  width: 50%;
}

#officeaccess .subsection .access-data:last-child {
  padding-left: 15px;
}

#officeaccess .subsection .access-data:last-child table th {
  width: 105px;
}

#officeaccess .subsection .access-data table {
  width: 100%;
  line-height: 2;
}

#officeaccess .subsection .access-data table th {
  position: relative;
  width: 134px;
  color: #70161e;
  font-size: 1.6rem;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
}

#officeaccess .subsection .access-data table th::after {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  content: '：';
}

#officeaccess .subsection .access-data table td {
  padding-left: 20px;
  font-size: 1.6rem;
  vertical-align: top;
}

#officeaccess .contact-box {
  width: 820px;
  margin: 66px auto 0 auto;
  padding: 33px 25px 40px 25px;
  background-color: #fbf6f1;
}

#officeaccess .contact-box h3 {
  margin-bottom: 23px;
  font-size: 2.4rem;
  text-align: center;
}

#officeaccess .contact-box .contact-box-inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
}

#officeaccess .contact-box .contact-box-inner .tel-box {
  width: 50%;
  text-align: center;
  border-right: 1px solid #000000;
}

#officeaccess .contact-box .contact-box-inner .tel-box .phone {
  display: inline-block;
  padding-left: 30px;
  color: #70161e;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  background: url(../images/icon_tel.png) no-repeat left center;
  background-size: 24px auto;
  line-height: 1.3;
  letter-spacing: .07em;
}

#officeaccess .contact-box .contact-box-inner .tel-box .fax {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: .05em;
}

#officeaccess .contact-box .contact-box-inner .mail-box {
  width: 50%;
  text-align: center;
}

#officeaccess .contact-box .contact-box-inner .mail-box .button {
  margin-bottom: 5px;
}

#officeaccess .contact-box .contact-box-inner .mail-box .button a {
  display: inline-block;
  width: 270px;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 50px;
  background: url(../images/icon_arrow.png) no-repeat #70161e;
  background-size: 26px auto;
  background-position: 98% center;
}

#officeaccess .contact-box .contact-box-inner .mail-box .button a span {
  margin-left: -14px;
  padding-left: 30px;
  letter-spacing: .09em;
  background: url(../images/icon_mail.png) no-repeat left center;
  background-size: 23px;
}

@media screen and (max-width: 767px) {
  #officeaccess {
    padding: 95px 0 0 0;
  }
  #officeaccess h2 span.ja {
    margin-top: 7px;
    font-size: 3.6vw;
  }
  #officeaccess .map {
    height: 225px;
    margin-bottom: 17px;
  }
  #officeaccess .subsection {
    display: block;
    padding-top: 35px;
    padding-right: 2.66667vw;
  }
  #officeaccess .subsection .access-data {
    width: 100%;
  }
  #officeaccess .subsection .access-data:last-child {
    padding-left: 0;
  }
  #officeaccess .subsection .access-data:last-child table th {
    width: 31%;
  }
  #officeaccess .subsection .access-data table {
    line-height: 2.35;
  }
  #officeaccess .subsection .access-data table th {
    width: 31%;
    font-size: 3.46667vw;
  }
  #officeaccess .subsection .access-data table td {
    padding-left: 1em;
    font-size: 3.46667vw;
  }
  #officeaccess .contact-box {
    width: auto;
    margin: 50px 5.33333vw 0 5.33333vw;
    padding: 23px 45px 30px 45px;
    background-color: #fbf6f1;
  }
  #officeaccess .contact-box h3 {
    margin-bottom: 21px;
    font-size: 5.06667vw;
  }
  #officeaccess .contact-box .contact-box-inner {
    display: block;
  }
  #officeaccess .contact-box .contact-box-inner .tel-box {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-right: none;
    border-bottom: 1px solid #70161e;
  }
  #officeaccess .contact-box .contact-box-inner .tel-box .phone {
    position: relative;
    padding-left: 30px;
    font-size: 7.2vw;
  }
  #officeaccess .contact-box .contact-box-inner .tel-box .phone a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  #officeaccess .contact-box .contact-box-inner .tel-box .fax {
    font-size: 3.46667vw;
  }
  #officeaccess .contact-box .contact-box-inner .mail-box {
    width: 100%;
    text-align: center;
  }
  #officeaccess .contact-box .contact-box-inner .mail-box .button {
    margin-bottom: 9px;
  }
  #officeaccess .contact-box .contact-box-inner .mail-box .button a {
    width: 100%;
    padding-left: 1.5em;
    font-size: 3.46667vw;
    line-height: 45px;
    text-align: center;
    background-size: 18px auto;
    background-position: 94% center;
  }
  #officeaccess .contact-box .contact-box-inner .mail-box .button a span {
    margin-left: -25px;
    background-size: 18px;
  }
}

/* recruit
---------------------------------------- */
#recruit {
  padding: 120px 0 69px 0;
}

#recruit figure {
  position: relative;
  margin-bottom: 87px;
}

#recruit figure::after {
  position: absolute;
  right: -50px;
  bottom: -50px;
  display: block;
  width: 500px;
  height: 238px;
  background: url(../images/bg_dot.jpg);
  content: '';
  z-index: -1;
}

#recruit h2 span {
  display: block;
}

#recruit h2 span.ja {
  margin-top: 15px;
  color: #70161e;
  font-size: 1.8rem;
  letter-spacing: .1em;
}
#recruit .lead {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
#recruit .lead .inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
	
}

#recruit .lead .inner h2 span {
  display: block;
}

#recruit .lead .inner h2 span.ja {
  margin-top: 15px;
  color: #70161e;
  font-size: 1.8rem;
  letter-spacing: .1em;
}

#recruit .lead .inner .text {
  width: 60%;
  font-size: 1.6rem;
  line-height: 2.5;
}
#recruit .subsection {
  padding: 80px 0 71px 0;
  background-color: #fbf6f1;
}

@media screen and (min-width: 768px) {
#recruit .subsection .inner {
  display: -webkit-flex;
  display:         flex;
}
}

#recruit .subsection .access-data {
  width: 50%;
}

#recruit .subsection .access-data:last-child {
  padding-left: 60px;
}

#recruit .contact-box {
  width: 820px;
  margin: 66px auto 0 auto;
  padding: 33px 25px 40px 25px;
  background-color: #fbf6f1;
}

#recruit .contact-box h3 {
  margin-bottom: 23px;
  font-size: 2.4rem;
  text-align: center;
}

#recruit .contact-box .contact-box-inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
}

#recruit .contact-box .contact-box-inner .tel-box {
  width: 50%;
  text-align: center;
  border-right: 1px solid #000000;
}

#recruit .contact-box .contact-box-inner .tel-box .phone {
  display: inline-block;
  padding-left: 30px;
  color: #70161e;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  background: url(../images/icon_tel.png) no-repeat left center;
  background-size: 24px auto;
  line-height: 1.3;
  letter-spacing: .07em;
}

#recruit .contact-box .contact-box-inner .tel-box .fax {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: .05em;
}

#recruit .contact-box .contact-box-inner .mail-box {
  width: 50%;
  text-align: center;
}

#recruit .contact-box .contact-box-inner .mail-box .button {
  margin-bottom: 5px;
}

#recruit .contact-box .contact-box-inner .mail-box .button a {
  display: inline-block;
  width: 270px;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 50px;
  background: url(../images/icon_arrow.png) no-repeat #70161e;
  background-size: 26px auto;
  background-position: 98% center;
}

#recruit .contact-box .contact-box-inner .mail-box .button a span {
  margin-left: -14px;
  padding-left: 30px;
  letter-spacing: .09em;
  background: url(../images/icon_mail.png) no-repeat left center;
  background-size: 23px;
}

#recruit .subsection dl {
  margin-top: 43px;
  font-size: 1.6rem;
}

#recruit .subsection dl:first-of-type {
  margin-top: 0;
}

#recruit .subsection dl dt {
  color: #70161e;
  margin-bottom: 8px;
}

#recruit .subsection dl dd {
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
}
#recruit .subsection .note {
  margin-top: 5px;
  padding-left: 5px;
  font-size: 1.6rem;
  line-height: 2;
}
#recruit .subsection .note span.text-bold {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #recruit {
    padding: 60px 0 80px 0;
  }
  #recruit figure {
    margin-bottom: 60px;
  }
  #recruit .lead {
    margin-bottom: 25px;
  }
  #recruit figure::after {
    right: 5.33333vw;
    bottom: -20px;
    display: block;
    width: 66.66667vw;
    height: 20px;
  }
#recruit .header-image .inner {
  padding:0;
	margin:0;
}
  #recruit  .lead .inner .text {
    width: 100%;
    font-size: 3.46667vw;
    line-height: 2.35;
  }
  #recruit h2 span.ja {
    margin-top: 7px;
    font-size: 3.6vw;
  }
  #recruit .subsection {
    display: block;
    padding-top: 25px;
    padding-right: 2.66667vw;
  }
  #recruit .subsection .access-data {
    width: 100%;
	margin-top:20px;
  }
  #recruit .subsection .access-data:last-child {
    padding-left: 0;
  }
  #recruit .subsection .access-data:last-child table th {
    width: 31%;
  }
  #recruit .subsection .access-data table {
    line-height: 2.35;
  }
  #recruit .subsection .access-data table th {
    width: 31%;
    font-size: 3.46667vw;
  }
  #recruit .subsection .access-data table td {
    padding-left: 1em;
    font-size: 3.46667vw;
  }
  #recruit .contact-box {
    width: auto;
    margin: 50px 5.33333vw 0 5.33333vw;
    padding: 23px 45px 30px 45px;
    background-color: #fbf6f1;
  }
  #recruit .contact-box h3 {
    margin-bottom: 21px;
    font-size: 5.06667vw;
  }
  #recruit .contact-box .contact-box-inner {
    display: block;
  }
  #recruit .contact-box .contact-box-inner .tel-box {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-right: none;
    border-bottom: 1px solid #70161e;
  }
  #recruit .contact-box .contact-box-inner .tel-box .phone {
    position: relative;
    padding-left: 30px;
    font-size: 7.2vw;
  }
  #recruit .contact-box .contact-box-inner .tel-box .phone a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  #recruit .contact-box .contact-box-inner .tel-box .fax {
    font-size: 3.46667vw;
  }
  #recruit .contact-box .contact-box-inner .mail-box {
    width: 100%;
    text-align: center;
  }
  #recruit .contact-box .contact-box-inner .mail-box .button {
    margin-bottom: 9px;
  }
  #recruit .contact-box .contact-box-inner .mail-box .button a {
    width: 100%;
    padding-left: 1.5em;
    font-size: 3.46667vw;
    line-height: 45px;
    text-align: center;
    background-size: 18px auto;
    background-position: 94% center;
  }
  #recruit .contact-box .contact-box-inner .mail-box .button a span {
    margin-left: -25px;
    background-size: 18px;
  }
	#recruit .subsection dl {
  font-size: 3.46667vw;
}
#recruit .subsection .note {
  font-size: 3.46667vw;
}
}