@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 62.5%;
  height: 100%;
  min-width: 100%;
}

body {
  background-color: #e4e4e4;
  color: #707070;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN","Noto Sans JP","メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.4rem;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1.2;
  min-width: 750px;
  -webkit-text-size-adjust: 100%;
}

body.loading .container {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.container {
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: relative;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

#main_area {
  background-color: #f1f1f1;
  -moz-box-shadow: 0 0 5px 0 #ccc;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 750px;
}

.mont {
  font-family: 'Montserrat', sans-serif;
}

.noto {
  font-family: 'Noto Sans JP', sans-serif;
}

a {
  color: #1ec625;
  text-decoration: none;
}

a:hover {
  color: #1ec625;
  text-decoration: none;
}

img,
input[type="image"] {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.page_profile #main_area #main_visual {
  position: relative;
}
.page_profile #main_area #main_visual .img img {
  width: 100%;
}
.page_profile #main_area #main_visual .photo {
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 100%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page_profile #main_area #main_visual .photo img {
  max-width: 100%;
}
.page_profile #main_area .sec_name {
  padding: 130px 0 70px;
  text-align: center;
}
.page_profile #main_area .sec_name .name {
  padding-top: 20px;
  font-size: 4.3rem;
  letter-spacing: 0.1em;
}
.page_profile #main_area .sec_name .place {
  padding-top: 20px;
}
.page_profile #main_area .sec_name .job {
  padding-top: 20px;
  letter-spacing: 0em;
  font-size: 2.2rem;
}
.page_profile #main_area .sec_profile .box {
  border-top: 1px solid #ccc;
  position: relative;
  padding: 29px 50px;
}
.page_profile #main_area .sec_profile .title {
  color: #999;
  font-size: 1.9rem;
}
.page_profile #main_area .sec_profile .text {
  padding-top: 10px;
}
.page_profile #main_area .sec_profile .btn {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px;
}
.page_profile #main_area .sec_profile .btn a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  padding: 5px;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page_profile #main_area .sec_profile .btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.page_profile #main_area .sec_profile .ul_work {
  padding: 30px 0;
}
.page_profile #main_area .sec_profile .ul_work li {
  position: relative;
}
.page_profile #main_area .sec_profile .ul_work li + li {
  margin-top: 30px;
}
.page_profile #main_area .sec_profile .ul_work .logo {
  height: 80px;
  width: 80px;
}
.page_profile #main_area .sec_profile .ul_work .logo img {
  max-height: 100%;
  max-width: 100%;
}
.page_profile #main_area .sec_profile .ul_work .wrap_text {
  left: 105px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page_profile #main_area .sec_profile .ul_work .wrap_text .company {
  font-size: 2.2rem;
}
.page_profile #main_area .sec_profile .ul_work .wrap_text .position {
  color: #999;
  font-size: 1.8rem;
  padding-top: 10px;
}
.page_profile #main_area .sec_sns {
  border-top: 1px solid #ccc;
  font-size: 0;
  line-height: 0;
  padding: 60px 0;
  text-align: center;
}
.page_profile #main_area .sec_sns a {
  background-color: #999;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  width: 70px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.page_profile #main_area .sec_sns a + a {
  margin-left: 40px;
}
.page_profile #main_area .sec_sns a:hover {
  background-color: #1ec625;
}
