@charset "UTF-8";
/* ----------------------------------------
 Reset
---------------------------------------- */
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, 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, li {
  list-style: none;
  vertical-align: top;
}

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;
}

/* ----------------------------------------
 Base
---------------------------------------- */
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #575757;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.625;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #575757;
  text-decoration: none;
  border: none;
  outline: none;
}
a img {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:focus, *:focus {
  outline: none;
}

br {
  line-height: 1;
}

img {
  vertical-align: top;
}

input[type="button"], input[type="submit"], select, button {
  cursor: pointer;
}

::-ms-expand {
  display: none;
}

body.ios a img {
  opacity: 1;
}

/* IE8+, Chrome */
input, button {
  outline: 0;
}

/* Firefox */
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}

input[type="button"], input[type="submit"], input[type="text"], input[type="email"], select, button, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
  color: #aaa;
  font-weight: normal;
}

/*clearfix --------------------------- */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.cl {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.pc-in {
  display: inline-block;
}

.sp-in {
  display: none;
}

.pc-table {
  display: table;
}

.sp-table {
  display: none;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }

  img {
    width: 100%;
  }

  a:hover img {
    opacity: 1;
  }

  body.ios input[type="text"],
  body.ios select,
  body.ios textarea {
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc-in {
    display: none;
  }

  .sp-in {
    display: inline-block;
  }

  .pc-table {
    display: none;
  }

  .sp-table {
    display: table;
  }
}
/* ========================================
 Common Setting
======================================== */
html.is-block body {
  overflow: hidden;
  height: 100%;
}

.inner {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.inner.inner-s {
  max-width: 740px;
}
@media only screen and (max-width: 768px) {
  .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.content-wrap {
  background: #FFF;
  position: relative;
  z-index: 10;
}
.content-wrap section {
  padding: 60px 0 40px;
}
@media only screen and (max-width: 768px) {
  .content-wrap section {
    padding: 20px 0 40px;
  }
}
.content-wrap h2 {
  margin-bottom: 40px;
  padding-bottom: 18px;
  text-align: center;
  position: relative;
  font-size: 3rem;
  line-height: 1.2;
  color: #dc007f;
  font-weight: bold;
}
.content-wrap h2::after {
  content: "";
  width: 324px;
  height: 10px;
  background: url(../img/common/line_effect.svg) repeat-x center top;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -162px;
}
.content-wrap h2.is-long::after {
  width: 586px;
  margin-left: -292px;
}
.content-wrap h2.is-long span {
  display: inline-block;
  margin-left: 10px;
}
.content-wrap h2.is-long2::after {
  width: 100%;
  margin-left: 0;
  left: 0;
}
.content-wrap h2 figure {
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  .content-wrap h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 2.4rem;
  }
  .content-wrap h2.is-long::after {
    width: 299px;
    margin-left: -150px;
  }
  .content-wrap h2.is-long span {
    margin-left: 0px;
  }
  .content-wrap h2.is-long2::after {
    width: calc(100% - 80px);
    margin-left: 0px;
    left: 40px;
  }
  .content-wrap h2::after {
    width: 299px;
    margin-left: -150px;
  }
}
.content-wrap .lead {
  margin: 50px auto;
  padding: 0 10px;
  font-size: 2rem;
  line-height: 1.9;
}
.content-wrap .lead.short {
  max-width: 640px;
}
@media only screen and (max-width: 768px) {
  .content-wrap .lead {
    margin: 30px 0;
    font-size: 1.4rem;
  }
  .content-wrap .lead.sp-left {
    text-align: left;
  }
}
.content-wrap .center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .content-wrap .sp-justify {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

#pagetop {
  position: relative;
  height: 0px;
  z-index: 1000;
}
#pagetop.is-fixed a {
  position: fixed;
  right: 40px;
  bottom: 0;
}
#pagetop a {
  display: block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 100;
  margin-bottom: 30px;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
#pagetop a:hover img {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    height: 0;
  }
  #pagetop a {
    display: none;
  }
}

.flex-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-wrap.abs {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.wave-bottom {
  position: relative;
  z-index: 10;
}
.wave-bottom::after {
  content: "";
  width: 100%;
  height: 18px;
  background: url(../img/common/wave_down.svg) repeat-x center top;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .wave-bottom::after {
    height: 12px;
    background: url(../img/common/wave_down_sp.svg) repeat-x center top;
  }
}

.wave-top {
  position: relative;
  z-index: 10;
}
.wave-top::before {
  content: "";
  width: 100%;
  height: 18px;
  background: url(../img/common/wave_up.svg) repeat-x center top;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .wave-top::before {
    height: 12px;
    background: url(../img/common/wave_up_sp.svg) repeat-x center top;
  }
}

.wave-under {
  position: relative;
  z-index: 9;
}

.is-bg {
  background-color: #f6f0e2;
}

/* ----------------------------------------
 SVG SP
---------------------------------------- */
@media only screen and (max-width: 768px) {
  img.btn_newstext {
    max-width: 225.984px;
  }

  img.btn_about {
    max-width: 152px;
  }

  img.btn_newspast {
    max-width: 130.075px;
  }

  img.btn_jhc_news {
    max-width: 108.0445px;
  }

  img.btn_office_diary {
    max-width: 108.231px;
  }
}
/* ----------------------------------------
 Button
---------------------------------------- */
.btn-area {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .btn-area {
    margin-top: 30px;
  }
}

.btn-bar {
  display: inline-block;
  background: #dc007f;
  padding: 0 40px;
  min-width: 300px;
  height: 60px;
  text-align: center;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body:not(.smp) .btn-bar:hover {
  opacity: 0.64;
}
.btn-bar .btn-in {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-bottom: 2px;
}
@media only screen and (max-width: 768px) {
  .btn-bar {
    padding: 0 20px;
    min-width: 272px;
    height: 40px;
  }
}

/* ----------------------------------------
 Header
---------------------------------------- */
header {
  background: #FFF;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header::after {
  content: "";
  width: 100%;
  height: 18px;
  background: url(../img/common/wave_down.svg) repeat-x center top;
  position: absolute;
  left: 0;
  top: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 94px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header-inner .logo {
  width: 25.13%;
}
header .header-inner .logo .logoL {
  display: block;
}
header .header-inner .logo .logoS {
  display: none;
}
header .header-inner .logo img {
  width: 100%;
}
header .header-inner #nav {
  width: 67.56%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header-inner #nav a {
  display: block;
  padding: 0 5px 5px;
  position: relative;
  font-size: 0;
}
header .header-inner #nav a.active::after, header .header-inner #nav a:hover::after {
  width: 100%;
  left: 0;
}
header .header-inner #nav a:after {
  content: "";
  background: #ffff00;
  width: 0;
  height: 9px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
header .header-inner #nav a img {
  position: relative;
  z-index: 1;
}
header .header-inner #nav a img.img1 {
  display: block;
}
header .header-inner #nav a img.img2 {
  display: none;
}
@media only screen and (max-width: 768px) {
  header::after {
    display: none;
  }
  header .header-inner {
    display: block;
    width: 100%;
    height: 70px;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .header-inner .logo {
    width: 100%;
    height: 70px;
    padding-top: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  header .header-inner .logo a {
    display: inline-block;
  }
  header .header-inner .logo .logoL {
    display: block;
  }
  header .header-inner .logo .logoS {
    display: none;
  }
  header .header-inner .logo::after {
    content: "";
    width: 100%;
    height: 12px;
    background: url(../img/common/wave_down_sp.svg) repeat-x center top;
    position: absolute;
    left: 0;
    top: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .header-inner .logo img {
    width: auto;
    max-width: 180px;
  }
  header .header-inner #nav {
    display: none;
    background: #f6f0e2;
    width: 100%;
    height: 100vh;
    padding-top: 10px;
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 1;
  }
  header .header-inner #nav a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 78px;
    padding: 0;
    position: relative;
    font-size: 0;
    border-top: 1px solid #dc007f;
    text-align: center;
  }
  header .header-inner #nav a:nth-of-type(1) {
    border-top: none;
  }
  header .header-inner #nav a:after {
    display: none;
  }
  header .header-inner #nav a.news img {
    width: 78.067px;
  }
  header .header-inner #nav a.about img {
    width: 91.875px;
  }
  header .header-inner #nav a.office img {
    width: 104.9455px;
  }
  header .header-inner #nav a.contact img {
    width: 133.0545px;
  }
  header .header-inner #nav a.recruit img {
    width: 108.5275px;
  }
  header .header-inner #nav a img {
    position: relative;
    z-index: 1;
  }
  header .header-inner #nav a img.img1 {
    display: inline-block;
  }
  header .header-inner #nav a img.img2 {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  body.is-navfixed header::after {
    opacity: 0;
    visibility: hidden;
  }
  body.is-navfixed header .header-inner {
    height: 62px;
    max-width: 820px;
  }
  body.is-navfixed header .header-inner .logo {
    width: 27.56%;
  }
  body.is-navfixed header .header-inner .logo .logoL {
    display: none;
  }
  body.is-navfixed header .header-inner .logo .logoS {
    display: block;
  }
  body.is-navfixed header .header-inner nav {
    width: 61.95%;
  }
  body.is-navfixed header .header-inner nav a img.img1 {
    display: none;
  }
  body.is-navfixed header .header-inner nav a img.img2 {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #nav-toggle {
    width: 26px;
    height: 26px;
    position: fixed;
    right: 20px;
    top: 30px;
    z-index: 99999;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #nav-toggle span {
    display: block;
    background: #dc007f;
    width: 100%;
    height: 3px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #nav-toggle span:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 11px;
  }
  #nav-toggle span:nth-of-type(3) {
    position: absolute;
    left: 0;
    bottom: 1px;
  }
  #nav-toggle.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  #nav-toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  #nav-toggle.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
}
/* ----------------------------------------
 Footer
---------------------------------------- */
footer {
  background: #f6f0e2;
  height: 85px;
  padding-top: 55px;
}
footer .copy {
  text-align: center;
  font-size: 1.1rem;
}

/* ========================================
 TOP Setting
======================================== */
@media only screen and (max-width: 768px) {
  section h2.top-jhc_news img {
    max-width: 212.9295px;
  }
  section h2.top-office_news img {
    max-width: 197.367px;
  }
  section h2.h2_office_news2 img {
    max-width: 258.258px;
  }
  section h2.top-about img {
    max-width: 165.2345px;
  }
  section h2.top-office img {
    max-width: 148.336px;
  }
  section h2.top-contact img {
    max-width: 257.719px;
  }
}
body.is-home .wrapper {
  padding-top: 594px;
}
@media only screen and (max-width: 768px) {
  body.is-home .wrapper {
    padding-top: 345px;
  }
}

#office-news,
#office {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #office-news,
  #office {
    padding-bottom: 50px;
  }
}

.main-visual {
  width: 100%;
  height: 500px;
  position: fixed;
  left: 0;
  top: 94px;
  z-index: 0;
}
.main-visual .title {
  padding-top: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.main-visual .slider-wrap {
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: relative;
  z-index: 0;
}
.main-visual .slider-wrap.slick-initialized {
  opacity: 1;
}
.main-visual .slider-wrap .slide {
  width: 100%;
  height: 500px;
}
.main-visual .slider-wrap .slide figure {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .main-visual {
    height: 275px;
    top: 69px;
  }
  .main-visual .title {
    width: 100%;
    text-align: center;
  }
  .main-visual .title img {
    max-width: 280px;
  }
  .main-visual .slider-wrap {
    z-index: 0;
  }
  .main-visual .slider-wrap .slide {
    height: 275px;
  }
  .main-visual .slider-wrap .slide figure {
    height: 275px;
  }
}

.about-figure {
  background: #e8ffe8;
  text-align: center;
  padding: 20px;
}
.about-figure img {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .about-figure {
    padding: 10px;
  }
}

#contact h3 {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #575757;
}
#contact .contact-honbu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
#contact .contact-honbu .info {
  width: 58.53%;
}
#contact .contact-honbu .info .text {
  margin-top: 15px;
}
#contact .contact-honbu figure {
  width: 36.58%;
}
#contact .contact-honbu figure img {
  width: 100%;
}
#contact .contact-honbu .googlemaps {
  width: 100%;
  margin-top: 40px;
}
#contact .contact-honbu .googlemaps iframe {
  width: 100%;
  height: 354px;
}
#contact .contact-other {
  margin-top: 50px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
#contact .contact-other ul {
  padding: 30px 20px;
}
#contact .contact-other ul li {
  margin-top: 20px;
}
#contact .contact-other ul li:first-child {
  margin-top: 0;
}
#contact .contact-other ul li a {
  text-decoration: underline;
}
#contact .contact-other ul li .name a {
  font-weight: bold;
}
#contact .contact-other ul li .text {
  padding-left: 1em;
}
#contact .contact-other ul li .text .googlemaps,
#contact .contact-other ul li .text .address {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #contact h3 {
    font-size: 1.5rem;
    border-bottom: 1px solid #575757;
  }
  #contact .contact-honbu {
    display: block;
    padding: 0 32px;
  }
  #contact .contact-honbu .info {
    width: 100%;
  }
  #contact .contact-honbu .info .text {
    margin-top: 15px;
  }
  #contact .contact-honbu figure {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  #contact .contact-honbu figure img {
    width: 100%;
    max-width: 150px;
  }
  #contact .contact-honbu .googlemaps {
    width: 100%;
    margin-top: 40px;
  }
  #contact .contact-honbu .googlemaps iframe {
    width: 100%;
    height: 200px;
  }
  #contact .contact-other {
    padding: 0 32px;
  }
  #contact .contact-other ul {
    padding: 10px 0;
  }
  #contact .contact-other ul li {
    font-size: 1.4rem;
  }
  #contact .contact-other ul li .text .googlemaps,
  #contact .contact-other ul li .text .address {
    display: block;
  }
}

/* ========================================
 Archive Setting
======================================== */
.jhc-news-list {
  width: 100%;
  max-width: 922px;
}
.jhc-news-list.is-under {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.jhc-news-list a {
  text-decoration: underline;
}
.jhc-news-list dl {
  overflow: hidden;
}
.jhc-news-list dl dt, .jhc-news-list dl dd {
  padding: 2px 0;
}
.jhc-news-list dl dt {
  float: left;
  margin-right: 70px;
}
.jhc-news-list dl dd {
  overflow: hidden;
}
.jhc-news-list .more {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .jhc-news-list {
    padding: 0 40px;
    font-size: 1.2rem;
  }
  .jhc-news-list dl dt, .jhc-news-list dl dd {
    padding: 5px 0;
  }
  .jhc-news-list dl dt {
    margin-right: 20px;
  }
  .jhc-news-list .more {
    margin-top: 20px;
    text-align: center;
  }
}

.office-news-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.office-news-list li {
  width: 22.6%;
  margin: 15px 0 15px 3.18%;
  position: relative;
}
.office-news-list li:nth-of-type(4n+1) {
  margin-left: 0;
}
.office-news-list li.is-new::after {
  content: "NEW";
  background: #de0012;
  color: #fff;
  width: 42px;
  height: 42px;
  padding-top: 15px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
}
.office-news-list a figure {
  background: #fff;
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}
.office-news-list a figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.office-news-list a figure.noimage {
  color: #aaa;
  font-size: 1rem;
}
.office-news-list a figure.noimage .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.office-news-list a .information {
  margin-top: 4px;
}
.office-news-list a .information .meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
}
.office-news-list a .information .meta .tag {
  background: #fff;
  border: 1px solid #575757;
  padding: 4px 6px 3px;
}
.office-news-list a .information .title {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .office-news-list li {
    width: 47.88%;
    margin: 10px 0 10px 4.22%;
    position: relative;
  }
  .office-news-list li:nth-child(odd) {
    margin-left: 0;
  }
  .office-news-list li.is-new::after {
    content: "NEW";
    background: #de0012;
    color: #fff;
    width: 30px;
    height: 30px;
    padding-top: 11px;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    position: absolute;
    left: -6px;
    top: -6px;
    z-index: 1;
  }
  .office-news-list a {
    position: relative;
  }
  .office-news-list a .information {
    margin-top: 4px;
  }
  .office-news-list a .information .meta {
    font-size: 1rem;
    line-height: 1;
  }
  .office-news-list a .information .meta .tag {
    float: left;
    background: #fff;
    border: 1px solid #575757;
    padding: 3px 2px 2px;
  }
  .office-news-list a .information .meta .date {
    float: right;
  }
  .office-news-list a .information .title {
    margin-top: 5px;
  }
}

.office-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.office-list a {
  width: 22.6%;
  margin: 15px 0 15px 3.18%;
  position: relative;
}
.office-list a:nth-of-type(4n+1) {
  margin-left: 0;
}
.office-list a figure {
  overflow: hidden;
}
.office-list a figure img {
  width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.office-list a .information {
  margin-top: 10px;
  text-align: center;
}
.office-list a .information .name {
  display: inline-block;
  padding: 0 10px 5px;
  position: relative;
}
.office-list a .information .name::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.office-list a .information .name .name-in {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.office-list a .information .text {
  margin-top: 10px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .office-list a {
    width: 47.88%;
    margin: 10px 0 10px 3.66%;
    position: relative;
  }
  .office-list a:nth-of-type(4n+1) {
    margin-left: 3.66%;
  }
  .office-list a:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .office-list a .information {
    margin-top: 10px;
    text-align: center;
  }
  .office-list a .information .name {
    display: inline-block;
    padding: 0 10px 3px;
    position: relative;
  }
  .office-list a .information .name::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .office-list a .information .name .name-in {
    font-size: 1.5rem;
  }
  .office-list a .information .text {
    margin-top: 5px;
    font-size: 1.2rem;
    text-align: center;
  }
}

.archive-wrap .visual {
  margin-bottom: 15px;
}
.archive-wrap .visual img {
  width: 100%;
}
.archive-wrap .meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1;
}
.archive-wrap .meta .tag {
  background: #fff;
  border: 1px solid #575757;
  padding: 4px 6px 3px;
}
.archive-wrap h1 {
  font-size: 3rem;
  color: #dc007f;
  font-weight: bold;
  line-height: 1.25;
}
.archive-wrap .archive-content {
  margin-top: 40px;
  line-height: 2.375;
}
.archive-wrap .archive-content p {
  margin: 10px 0;
  line-height: 1.8;
  min-height: 1em;
}
.archive-wrap .archive-content .aligncenter {
  display: block;
  margin: 40px auto;
}
.archive-wrap .archive-content img {
  width: 100%;
  max-width: 464px;
  height: auto;
}
.archive-wrap .archive-content a {
  color: #dc007f;
  text-decoration: underline;
}
.archive-wrap .archive-content ul {
  list-style-type: disc;
  padding-left: 1em;
}
.archive-wrap .archive-content ul li {
  list-style-type: disc;
  line-height: 1.6;
  margin: 0.5em 0;
}
.archive-wrap .archive-content b,
.archive-wrap .archive-content strong {
  font-weight: 700;
}
.archive-wrap .archive-content table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.archive-wrap .archive-content table tr, .archive-wrap .archive-content table td {
  vertical-align: top;
  padding: 8px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .archive-wrap {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .archive-wrap h1 {
    font-size: 2.4rem;
  }
  .archive-wrap .archive-content {
    margin-top: 20px;
    line-height: 1.64;
  }
  .archive-wrap .archive-content .aligncenter {
    margin: 20px auto;
  }
}

.wp-pagenavi {
  margin-top: 40px;
  font-size: 0;
  text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  color: #dc007f;
  margin: 0 5px;
  padding: 5px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1;
  text-decoration: none;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
  background: #dc007f;
  color: #fff;
}
.wp-pagenavi span.nextpostslink,
.wp-pagenavi a.nextpostslink {
  display: inline-block;
  padding: 0 6px;
  letter-spacing: -10px;
}
@media only screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 20px;
  }
  .wp-pagenavi span {
    margin: 0 4px;
    padding: 4px 8px;
  }
  .wp-pagenavi a {
    margin: 0 4px;
    padding: 4px 8px;
  }
}

/* ========================================
 UNDER Setting
======================================== */
@media only screen and (max-width: 768px) {
  section h2.about1 img {
    max-width: 160.8515px;
  }
  section h2.about2 img {
    max-width: 165.2345px;
  }
  section h2.about2 span {
    display: block;
    margin-top: 4px;
  }
  section h2.about2 span img {
    max-width: 280.8045px;
  }
  section h2.office_diary img {
    max-width: 91.383px;
  }
}
.wrapper {
  padding-top: 94px;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    padding-top: 70px;
  }
}

.under-visual {
  position: relative;
  overflow: hidden;
}
.under-visual.is-about {
  height: 500px;
}
.under-visual.is-recruit, .under-visual.is-office {
  height: 350px;
}
.under-visual .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.under-visual .about-figure {
  background: #f6f0e2;
}
.under-visual .about-figure img {
  width: auto;
  max-width: 100%;
  min-width: auto;
  min-height: auto;
  height: auto;
  position: static;
  transform: translate(0, 0);
}
.under-visual figure {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  background-position: center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .under-visual.is-about, .under-visual.is-recruit, .under-visual.is-office {
    height: auto;
  }
  .under-visual.is-recruit .title img {
    width: 182px;
  }
  .under-visual figure img {
    width: 100%;
  }
}

#about-history .inner {
  max-width: 684px;
}
#about-history .inner .history-set {
  margin-bottom: 50px;
}
#about-history .inner .history-set h3 {
  color: #dc007f;
  padding-bottom: 6px;
  font-size: 2.4rem;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 2px solid #dc007f;
  overflow: hidden;
  line-height: 1;
}
#about-history .inner .history-set h3.is-open .btn::before {
  border-top: 1px solid #dc007f;
  border-left: 1px solid #dc007f;
  border-right: none;
  border-bottom: none;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}
#about-history .inner .history-set h3.is-open .btn .close {
  display: block;
}
#about-history .inner .history-set h3.is-open .btn .open {
  display: none;
}
#about-history .inner .history-set h3 .btn {
  float: right;
  margin-top: 5px;
  padding-left: 25px;
  font-size: 1.6rem;
  position: relative;
}
#about-history .inner .history-set h3 .btn .close {
  display: none;
}
#about-history .inner .history-set h3 .btn .open {
  display: block;
}
#about-history .inner .history-set h3 .btn::before {
  content: "";
  width: 13px;
  height: 13px;
  border-right: 1px solid #dc007f;
  border-bottom: 1px solid #dc007f;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
#about-history .inner .history-set h3 .btn .open,
#about-history .inner .history-set h3 .btn .close {
  width: 3em;
}
#about-history .inner .history-set .history-main {
  display: none;
}
#about-history .inner .history-set .history-main .text {
  font-size: 2rem;
  padding: 20px 30px 0;
}
#about-history .inner .history-set .history-main ul {
  padding: 20px 30px 0;
  line-height: 1.875;
}
#about-history .inner .history-set .history-main ul li {
  overflow: hidden;
}
#about-history .inner .history-set .history-main ul .l-left {
  float: left;
  width: 100px;
}
#about-history .inner .history-set .history-main ul .l-right {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #about-history .inner {
    padding: 0 40px;
  }
  #about-history .inner .history-set {
    margin-bottom: 30px;
  }
  #about-history .inner .history-set h3 {
    color: #dc007f;
    padding-top: 2px;
    padding-bottom: 4px;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 2px solid #dc007f;
    overflow: hidden;
    line-height: 1.2;
  }
  #about-history .inner .history-set h3.is-open .btn::before {
    margin-top: -3px;
  }
  #about-history .inner .history-set h3 .btn {
    margin-top: 0px;
    padding-left: 20px;
    font-size: 1.3rem;
  }
  #about-history .inner .history-set h3 .btn::before {
    width: 10px;
    height: 10px;
    margin-top: -9px;
  }
  #about-history .inner .history-set .history-main {
    display: none;
  }
  #about-history .inner .history-set .history-main .text {
    font-size: 1.4rem;
    padding: 20px 0px 0;
  }
  #about-history .inner .history-set .history-main ul {
    padding: 20px 0px 0;
    overflow: hidden;
    line-height: 1.875;
  }
  #about-history .inner .history-set .history-main ul .l-left {
    float: left;
    width: 60px;
    margin-right: 1.2em;
  }
  #about-history .inner .history-set .history-main ul .l-right {
    overflow: hidden;
  }
}

.office-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.office-main .office-photo {
  width: 34.78%;
}
.office-main .office-photo li {
  margin-top: 24px;
}
.office-main .office-photo li:first-child {
  margin-top: 0;
}
.office-main .office-photo img {
  width: 100%;
}
.office-main .office-info {
  width: 56.95%;
  font-size: 2rem;
}
.office-main .office-info .information {
  margin-top: 50px;
  line-height: 1.9;
}
.office-main .office-info .information .name {
  font-weight: bold;
}
.office-main .office-info .information a {
  text-decoration: underline;
}
.office-main .office-info .information .info-list li {
  overflow: hidden;
  line-height: 1.4;
}
.office-main .office-info .information .info-list li .l-left {
  float: left;
  min-width: 6em;
  margin-right: 1em;
}
.office-main .office-info .information .info-list li .l-right {
  margin-bottom: 15px;
  overflow: hidden;
}
.office-main .office-info .information .remarks {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #575757;
  overflow: hidden;
  line-height: 1.4;
}
.office-main .office-info .information .remarks dt {
  float: left;
  margin-right: 1em;
}
.office-main .office-info .information .remarks dd {
  overflow: hidden;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .office-main {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .office-main .office-photo {
    width: 100%;
  }
  .office-main .office-info {
    width: 100%;
    margin-top: 50px;
    font-size: 1.4rem;
  }
}
