@charset "UTF-8";

/*====================================================================

index.css

=====================================================================*/
/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/top/main_sp.jpg) top center/cover no-repeat;
  height: 153vw;
}

.main-view .l-cont {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  height: 100%;
  width: 100%;
}

.main-view__tit {
  font-size: calc(3rem + 24 * (100vw - 320px) / 937);
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  top: 25%;
  left: 46%;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 0.1em;
  color: #fff;
}

.main-view__tit span {
  display: inline-block;
  border-right: 1px solid #fff;
  text-align: center;
  transition: 0.3s ease all;
}

.main-view__tit span:nth-of-type(2) {
  margin-top: 1em;
}

.scroll-btn {
  position: absolute;
  color: #fff;
  left: 50%;
  bottom: 40px;
  bottom: 2.5rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'Sorts Mill Goudy', serif;
  text-align: center;
}

.scroll-btn a {
  color: #fff;
}

.scroll-btn span {
  position: relative;
}

.scroll-btn span:after {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: 50%;
  width: 1px;
  z-index: 1;
  background: #fff;
  -webkit-animation: scrollLine 1s ease-out .5s forwards;
  animation: scrollLine 1s ease-out .5s forwards;
}

@-webkit-keyframes scrollLine {
  0% {
    height: 0;
  }
  100% {
    height: 300%;
  }
}

@keyframes scrollLine {
  0% {
    height: 0;
  }
  100% {
    height: 300%;
  }
}

/* common
----------------------------------------------------------------*/
/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
.contents {
  padding-top: 48px;
  padding-top: 3rem;
  background: #fff;
}

/* cont-recruit
----------------------------------------------------------------*/
.cont-recruit {
  overflow: hidden;
  position: relative;
}

.cont-recruit__box {
  background: url(../img/top/recruit_bg.jpg) center center/cover no-repeat;
  color: #fcfcfc !important;
  max-width: 1100px;
}

.cont-recruit__box__txt {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

.cont-recruit__box .btn-wrap {
  text-align: left;
}

/* cont-voice
----------------------------------------------------------------*/
.cont-voice {
  padding: 64px 0;
  padding: 4rem 0;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cont-voice:before {
  content: "";
  background: #f1f2f8;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.cont-voice__cont {
  padding: 0 4%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1324px;
}

.cont-voice__tit {
  overflow: hidden;
  display: inline-block;
}

.cont-voice__tit b {
  display: block;
  letter-spacing: 0.2em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: calc(2rem + 30 * (100vw - 320px) / 937);
}

.cont-voice__tit em {
  display: inline-block;
  font-style: normal;
  color: #aaa;
  font-family: 'Sorts Mill Goudy', serif;
  font-weight: 400;
  position: relative;
  font-size: calc(0.9rem + 8 * (100vw - 320px) / 937);
}

.cont-voice__tit em:after {
  content: "";
  overflow: hidden;
  background: #aaa;
  position: absolute;
  width: 400%;
  height: 1px;
  left: 110%;
  top: 50%;
  display: block;
}

.cont-voice__box a {
  transition: 0.3s ease all;
  color: #0c0c13;
}

.cont-voice__box a:hover .btn-line--black {
  background: #313237;
  color: #fcfcfc;
}

.cont-voice__box a:hover .btn-line--black:after {
  width: 44px;
  width: 2.75rem;
}

.cont-voice__box .btn-line--black {
  text-align: left;
}

.cont-voice__box h4 {
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.cont-voice__pic {
  overflow: hidden;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/* cont-service
----------------------------------------------------------------*/
.cont-service {
  padding: 64px 0;
  padding: 4rem 0;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  background: #f1f2f8;
}

.cont-service__txt {
  z-index: 1;
  width: 100%;
}

.cont-service__box {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  position: relative;
}

.cont-service__box a {
  transition: 0.3s ease all;
  position: relative;
  display: block;
  height: 100%;
}

.cont-service__box a:hover .btn-line--black {
  background: #313237;
  color: #fcfcfc;
}

.cont-service__box a:hover .btn-line--black:after {
  width: 44px;
  width: 2.75rem;
}

.cont-service__box h4 {
  background: #0c0c13;
  color: #fcfcfc;
  display: inline-block;
  font-weight: 400;
  padding: 6.4px 4%;
  padding: .4rem 4%;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 8px;
  margin-bottom: .5rem;
}

.cont-service__box figure {
  overflow: hidden;
  margin-left: 16px;
  margin-left: 1rem;
}

.cont-service__box .btn-line--black {
  text-align: left;
}

/* cont-greeting
----------------------------------------------------------------*/
.cont-greeting {
  margin-bottom: 80px;
  margin-bottom: 5rem;
  overflow: hidden;
  position: relative;
}

.cont-greeting .l-cont {
  position: relative;
  height: 100%;
  z-index: 0;
}

.cont-greeting .l-cont:before {
  content: "";
  background: #f1f2f8;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

/* cont-news
----------------------------------------------------------------*/
.cont-news {
  padding: 48px 0 64px;
  padding: 3rem 0 4rem;
  background: url(../img/top/news_bg_sp.jpg) center center/cover no-repeat;
}

.cont-news__tit {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: calc(2rem + 16 * (100vw - 320px) / 937);
  font-weight: 400;
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.cont-news__table {
  max-height: 320px;
  max-height: 20rem;
  overflow-y: auto;
}

.cont-news__table table {
  width: 100%;
  height: auto;
}

.cont-news__table table tr {
  border-top: 1px solid #666;
}

.cont-news__table table tr:last-child {
  border-bottom: 1px solid #666;
}

.cont-news__table table th, .cont-news__table table td {
  text-align: left;
  vertical-align: top;
  padding: 12.8px 0;
  padding: .8rem 0;
  line-height: 1.5;
}

.cont-news__table table th {
  width: 160px;
  width: 10rem;
  font-weight: normal;
}

.cont-info .top-common-tit span {
  color: #d1d4d8;
}

.cont-blog .top-common-tit span {
  color: #d1d4d8;
}

.cont-blog .feed__tble th {
  color: #2b74e0;
}

.cont-blog .feed__tble a {
  text-decoration: underline;
}

.cont-blog .feed__tble a:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 376px) {
  /*====================================================================/
	/*------------------iPhone 以上----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .cont-service__list {
    display: flex;
    flex-wrap: wrap;
  }
  .cont-service__list > * {
    flex-basis: 48%;
  }
  .cont-service__list > *:nth-of-type(odd) {
    margin-right: 4%;
  }
}

@media print, screen and (min-width: 561px) {
  /*====================================================================/
	/*------------------タブレットスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .main-view {
    background: url(../img/top/main_tb.jpg) center center/cover no-repeat;
    height: 75vw;
    min-height: 560px;
  }
  .cont-recruit__box {
    display: flex;
    justify-content: space-between;
  }
  .cont-recruit__box h3 {
    width: calc(92px + 2%);
    min-height: 200px;
  }
  .cont-recruit__box__txt {
    width: calc(96% - 92px);
  }
  .cont-recruit__box .btn-wrap {
    max-width: 160px;
  }
  .cont-voice__box .btn-line--black {
    max-width: 160px;
  }
  .cont-voice__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .cont-voice__box {
    width: 31.54%;
  }
  .cont-service__box .btn-line--black {
    max-width: 160px;
  }
  .cont-greeting__txt {
    display: flex;
    justify-content: space-between;
  }
  .cont-greeting h3 {
    width: calc(92px + 2%);
    min-height: 200px;
  }
  .cont-greeting .txt {
    width: calc(96% - 92px);
  }
  .cont-news {
    padding: 4.5rem 0 5rem;
    background: url(../img/top/news_bg_pc.jpg) center center/cover no-repeat;
  }
}

@media print, screen and (min-width: 977px) {
  /*====================================================================/
	/*-------------------小さいPCスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .contents {
    padding-top: 4rem;
  }
  .cont-service__list > *:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 5%;
  }
  .cont-service__txt {
    position: absolute;
    width: 70%;
    top: 1.5rem;
    left: 0;
    display: block;
  }
  .cont-service__box figure {
    width: 70%;
    float: right;
  }
  .cont-service__box figure:after {
    display: block;
    content: "";
    clear: both;
  }
  .cont-news__table table th, .cont-news__table table td {
    padding: 1.5rem 2rem;
  }
}

@media print, screen and (min-width: 1157px) {
  /*====================================================================/
	/*-------------------PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .main-view {
    height: 100%;
    background: url(../img/top/main_pc.jpg) center center/cover no-repeat;
  }
  .main-view__tit {
    font-size: 4.5rem;
  }
  .main-view__tit span {
    display: none;
  }
  .cont-recruit {
    height: 660px;
    margin-bottom: 4rem;
  }
  .cont-recruit__box {
    position: absolute;
    top: 0;
    width: 1100px;
    right: calc(50% - 210px);
    padding: 140px 200px 140px 354px;
  }
  .cont-recruit__box h3 {
    flex-basis: 25%;
  }
  .cont-recruit__box__txt {
    width: 70%;
  }
  .cont-recruit__pic {
    max-width: 800px;
    width: 40%;
    position: absolute;
    bottom: 0;
    left: calc(50% + 100px);
    z-index: 1;
  }
  .cont-voice {
    padding: 4rem 0 6rem;
    min-height: 848px;
  }
  .cont-voice:before {
    bottom: 0;
    left: calc(50% - 460px);
    height: 75%;
  }
  .cont-voice__cont {
    position: absolute;
    height: 728px;
    right: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0;
    width: 1324px;
    margin-left: auto;
    margin-right: auto;
  }
  .cont-voice__tit {
    -ms-writing-mode: tb-lr;
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
  }
  .cont-voice__tit b {
    font-size: 3.38rem;
  }
  .cont-voice__tit em:after {
    width: 1px;
    height: 80%;
    left: 50%;
    top: 110%;
  }
  .cont-voice__tit em {
    font-size: 1.5rem;
  }
  .cont-voice__list {
    width: 1108px;
  }
  .cont-voice__box:nth-child(2) {
    margin-top: 2rem;
  }
  .cont-voice__box:nth-child(3) {
    margin-top: 4rem;
  }
  .cont-voice__pic {
    width: 347px;
    height: 520px;
  }
  .cont-service {
    padding: 5rem 0 6rem;
    margin-bottom: 4rem;
  }
  .cont-service .l-cont {
    width: 96%;
    max-width: 1340px;
    padding: 0;
  }
  .cont-service__box h4 {
    padding: .6rem 2rem;
    font-size: 1.5rem;
  }
  .cont-greeting {
    min-height: 482px;
    margin-bottom: 4rem;
  }
  .cont-greeting__txt {
    width: 50%;
  }
  .cont-greeting h3 {
    flex-basis: 25%;
  }
  .cont-greeting .txt {
    flex-basis: 75%;
  }
  .cont-greeting .l-cont {
    min-height: 482px;
  }
  .cont-greeting .l-cont:before {
    top: 0;
    right: calc(100% + 2rem);
    height: 100%;
  }
  .cont-greeting figure {
    position: absolute;
    top: 0;
    left: 54%;
    width: 800px;
    z-index: 1;
  }
  .cont-news {
    padding: 5.5rem 0 6rem;
  }
  .cont-news__tit {
    font-size: 3rem;
  }
}

@media print, screen and (min-width: 1340px) {
  .cont-voice__cont {
    position: relative;
  }
}

@media print, screen and (min-width: 1920px) {
  /*====================================================================/
	/*-------------------full PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .main-view {
    background: url(../img/top/main_pc.jpg) top center/cover no-repeat;
  }
}

@media screen and (max-width: 1156px) {
  /*====================================================================/
	/*------------------PC以下---------
	/====================================================================*/
  html {
    width: 100%;
  }
  .cont-recruit__box {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 4% 3.5rem;
  }
  .cont-recruit__box__txt {
    margin-bottom: 2rem;
  }
  .cont-recruit__pic {
    display: none;
  }
  .cont-voice:before {
    left: 30%;
    height: 60%;
  }
  .cont-voice__tit {
    margin-bottom: 1rem;
  }
  .cont-voice__box {
    margin-bottom: 2rem;
  }
  .cont-greeting__txt {
    margin-bottom: 2rem;
  }
  .cont-greeting .l-cont:before {
    top: 2rem;
    left: 30%;
    height: 70%;
  }
  .cont-greeting figure {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cont-greeting figure img {
    width: 100%;
  }
}

@media screen and (max-width: 976px) {
  /*====================================================================/
	/*------------------スマホタブレット共通スタイル---------
	/====================================================================*/
  html {
    width: 100%;
  }
  .cont-service__txt {
    margin-top: -1rem;
  }
  .cont-service__box h4 {
    width: calc(100% - 1rem);
  }
  .cont-news__table table th {
    display: block;
    padding-bottom: 0;
  }
  .cont-news__table table td {
    display: block;
    padding-top: .1rem;
  }
}

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .cont-recruit__box {
    padding: 3rem 2% 2.5rem;
  }
  .cont-recruit__box h3 {
    padding-bottom: 1rem;
  }
  .cont-voice:before {
    height: calc(100% - 5rem);
  }
  .cont-greeting h3 {
    padding-bottom: 1rem;
  }
  .cont-news__table {
    max-height: 15rem;
  }
}

@media screen and (max-width: 375px) {
  /*====================================================================/
	/*------------------iPhone 以下----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .cont-service__box {
    max-width: calc(320px + 1rem);
  }
  .cont-service__box figure {
    max-width: 320px;
  }
}
