@charset "UTF-8";
/* --

 top.css

 ------------------------------------

-- */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:700i);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Gothic);
/* --

 * clearfix............float解除
 * font-size...........フォントサイズ指定（px指定はIE8対策）
 * layout-baseSize.....基本のコンテンツサイズ
 * layout-posMiddle....天地中央配置
 * moving-base.........基本のアニメーション
 * FontAwesome.........アイコンフォント使用（FontAwesome）
 * opacity.............透明度設定（IE対応含む）
 * pc..............ブレイクポイント設定（パソコンのみ）
 * tablet..............ブレイクポイント設定（タブレット）
 * mobile..............ブレイクポイント設定（スマホ）

 ------------------------------------

 * scroll..............スクロールアイコンのスタイル
 * module-title........タイトル共通のスタイル


-- */
/* --

 keyframes - アニメーションキーフレーム集

 ------------------------------------

 * loading.............ローディングアイコンのアニメーション
 * toggle-.............ハンバーガーアイコンに関するアニメーション

-- */
@-webkit-keyframes loading {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes loading {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes toggle-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
  }
}
@keyframes toggle-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
    transform: translateY(7px) rotate(0deg);
  }
}
@keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
    transform: translateY(7px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-16px) rotate(0deg);
    transform: translateY(-16px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
}
@keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-16px) rotate(0deg);
    transform: translateY(-16px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
}
@-webkit-keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(17px) rotate(0deg);
    transform: translateY(17px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
}
@keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(17px) rotate(0deg);
    transform: translateY(17px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
}
/*-----------------------------------
$professional
-----------------------------------*/
@media screen and (max-width: 639px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 639px) {
  .ttl-wrap {
    text-align: center;
  }
}

.ttl-style {
  display: inline-block;
  font-size: 4rem;
  border-bottom: 2px solid #00A5E3;
  font-family: a-otf-ryumin-pr6n, serif;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 1023px) {
  .ttl-style {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 639px) {
  .ttl-style {
    font-size: 2.4rem;
  }
}

.sub-top-view {
  background-image: url(../images/profile/profile-top-view.jpg);
  background-color: #0089ff;
}
@media screen and (max-width: 639px) {
  .sub-top-view {
    background-image: url(../images/profile/profile-top-view.jpg);
    /*　本採用画像が来たら差し替え */
  }
}

.top-message {
  width: 100%;
  padding-top: 44px;
}
.top-message .top-message__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.top-message .top-message__inner h2 {
  margin-bottom: 26px;
}
.top-message .top-message__inner .top-message__img {
  width: 100%;
  position: relative;
}
.top-message .top-message__inner .top-message__img img {
  width: 100%;
}
.top-message .top-message__inner .top-message__img .top-message__tag {
  position: absolute;
  left: 3%;
  bottom: 6%;
  background-color: #fff;
  padding: 1.5rem;
  font-family: a-otf-ryumin-pr6n, serif;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .top-message .top-message__inner .top-message__img .top-message__tag {
    bottom: 3%;
    padding: 1rem;
  }
}
.top-message .top-message__inner .top-message__img .top-message__tag .company {
  font-size: 1.6rem;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 639px) {
  .top-message .top-message__inner .top-message__img .top-message__tag .company {
    font-size: 1.4rem;
    padding-bottom: 1rem;
  }
}
.top-message .top-message__inner .top-message__img .top-message__tag .position {
  font-size: 16px;
  padding-bottom: 0.4em;
}
@media screen and (max-width: 639px) {
  .top-message .top-message__inner .top-message__img .top-message__tag .position {
    font-size: 1.4rem;
  }
}
.top-message .top-message__inner .top-message__img .top-message__tag .name {
  font-size: 27px;
}
@media screen and (max-width: 639px) {
  .top-message .top-message__inner .top-message__img .top-message__tag .name {
    font-size: 2.4rem;
  }
}
.top-message .top-message__inner .top-message__txt {
  padding-top: 3.5rem;
  font-size: 1.8rem;
  line-height: 1.89;
  letter-spacing: 0.02em;
  font-family: "Sawarabi Gothic", sans-serif;
}
@media screen and (max-width: 1023px) {
  .top-message .top-message__inner .top-message__txt {
    font-size: 1.7rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .top-message .top-message__inner .top-message__txt {
    font-size: 1.5rem;
  }
}

.profile {
  padding-top: 5.4rem;
}
@media screen and (max-width: 639px) {
  .profile {
    padding-top: 4rem;
  }
}
.profile .profile__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.profile .profile__inner h2 {
  margin-bottom: 24px;
}
.profile .profile__inner dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #231815;
  max-width: 740px;
}
.profile .profile__inner dl:last-of-type {
  border-bottom: 0px;
}
@media screen and (max-width: 639px) {
  .profile .profile__inner dl:last-of-type {
    border-bottom: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 639px) {
  .profile .profile__inner dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 0px;
  }
}
.profile .profile__inner dl dt {
  background-color: #EDF9FD;
  color: #00A5E3;
  font-size: 15px;
  letter-spacing: 0.002em;
  line-height: 2;
  width: 22%;
  padding-left: 1.2rem;
  font-family: "Sawarabi Gothic", sans-serif;
}
@media screen and (max-width: 639px) {
  .profile .profile__inner dl dt {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.profile .profile__inner dl dd {
  font-size: 1.5rem;
  line-height: 2;
  color: #231815;
  letter-spacing: 0.002em;
  width: 78%;
  padding-left: 1.6rem;
  font-family: "Sawarabi Gothic", sans-serif;
}
@media screen and (max-width: 639px) {
  .profile .profile__inner dl dd {
    width: 100%;
    padding: 0.5rem 0;
    font-size: 1.5rem;
  }
}
.profile .profile__inner dl dd .list-no li {
  list-style: none;
  line-height: 1.67;
}
.profile .profile__inner dl dd .torihikisaki {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 639px) {
  .profile .profile__inner dl dd .torihikisaki {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.profile .profile__inner dl dd .torihikisaki .list-disc:last-of-type {
  margin-left: 3.6rem;
}
@media screen and (max-width: 639px) {
  .profile .profile__inner dl dd .torihikisaki .list-disc:last-of-type {
    margin-left: 0;
  }
}
.profile .profile__inner dl dd .torihikisaki .list-disc li {
  line-height: 1.67;
  margin-left: 1.6rem;
  position: relative;
}
.profile .profile__inner dl dd .torihikisaki .list-disc li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  top: 50%;
  left: -1.2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #231815;
  border-radius: 50%;
}
.profile .profile__inner dl dd .torihikisaki .list-disc:last-of-type li:last-of-type {
  margin-left: 0;
}
.profile .profile__inner dl dd .torihikisaki .list-disc:last-of-type li:last-of-type::before {
  content: none;
}

.access {
  padding-top: 6.5rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 639px) {
  .access {
    padding-top: 4rem;
    margin-bottom: 7rem;
  }
}
.access .access__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.access .access__inner h2 {
  margin-bottom: 2.4rem;
}
.access .access__inner .access-map {
  height: auto;
  max-width: 73.5rem;
  overflow: hidden;
  padding-top: 59%;
  position: relative;
  border: 2px solid #00A5E3;
}
.access .access__inner .access-map .access-googlemap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1023px) {
  section {
    padding: 0 5%;
  }
}
.top-message__big {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .top-message__big {
    font-size: 26px;
  }
}
@media screen and (max-width: 639px) {
  .top-message__big {
    font-size: 20px;
  }
}