@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
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: 2;
}

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;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}

html, body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.7;
  color: #4c4948;
  font-size: 10px;
  /*scroll-behavior: smooth;*/
  /*-webkit-overflow-scrolling: touch;*/
  font-weight: 400;
}

.en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

a {
  display: inline-block;
  color: black;
  cursor: pointer;
}

a.opacity {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.opacity:hover {
  opacity: 0.8;
}

a, a:hover {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0.1em;
}

/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
}

small {
  font-size: 70%;
  color: grey;
}

/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pci {
  display: inline-block !important;
}

.spi {
  display: none !important;
}

.pcf {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.spf {
  display: none !important;
}

.l_con {
  width: 115rem;
  margin: 0 auto;
}

.m_con {
  width: 100rem;
  margin: 0 auto;
}

.s_con {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pcf {
    display: none !important;
  }
  .spf {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding-top: 11.5rem;
  font-weight: 400;
}

p, td, label, div, ul, li, strong, input, a {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

p, label, div, strong, input {
  display: block;
}

.lang {
  position: absolute;
  top: 3rem;
  right: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20rem;
  border: 1px solid #bababa;
}
.lang li {
  list-style: none;
  /*background-color: #fff;*/
}
.lang li:first-child {
  border-right: 1px solid #bababa;
}
.lang li a {
  font-size: 1.4rem;
  width: 10rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang li a.jp {
  color: #666666;
}
.lang li a.jp.current, .lang li a.jp:hover {
  color: #000000;
  background-color: #c3d82c;
}
.lang li a.en {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #666666;
}
.lang li a.en.current, .lang li a.en:hover {
  background-color: #74bc4a;
  color: #fff;
}

#header {
  background-color: #fff;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 8.5rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#header .logo {
  width: 25rem;
}
#header .logo a {
  display: block;
}
#header .logo img {
  width: 100%;
  height: auto;
}
#header #menu_trigger {
  display: none;
}
#header .menu_content {
  margin-left: 30rem;
}
#header .menu_content .menu li {
  display: inline-block;
  padding-left: 2.5rem;
}
#header .menu_content .menu li a {
  font-size: 1.5rem;
  color: #4c4948;
}

#side_contact {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 100;
}
#side_contact a {
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  width: 7rem;
  height: 21.5rem;
  color: #4c4948;
  background-color: #c3d72c;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#side_contact a:hover {
  background-color: #74bc4a;
}

#footer {
  background-color: #4c4948;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer .footer_inner {
  width: 128.4rem;
  margin: 0 auto;
  padding-top: 7rem;
  padding-bottom: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footer_left {
  width: 40rem;
}
#footer .footer_left .logo {
  width: 100%;
}
#footer .footer_left .logo a {
  display: block;
}
#footer .footer_left .logo img {
  width: 100%;
  height: auto;
}
#footer .footer_left .address {
  padding-top: 2rem;
  font-size: 1.7rem;
  line-height: 1.3;
}
#footer .footer_left ul {
  padding-top: 1rem;
}
#footer .footer_left ul li {
  list-style: none;
}
#footer .footer_left ul li a {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 2.4rem;
}
#footer .footer_left ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
#footer .footer_left ul li a.icon_tel {
  pointer-events: none;
}
#footer .footer_left ul li a.icon_tel:before {
  left: 0.4rem;
  width: 0.7rem;
  height: 2rem;
  background: url(../images/common/icon_tel.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
#footer .footer_left ul li a.icon_mail:before {
  width: 1.6rem;
  height: 1rem;
  background: url(../images/common/icon_mail.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
#footer .footer_right {
  width: 57rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footer_right .footer_menu {
  width: 33.3333%;
}
#footer .footer_right .footer_menu:first-of-type {
  width: 66.6666%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footer_right .footer_menu:first-of-type .footer_menu_ttl {
  width: 100%;
}
#footer .footer_right .footer_menu:first-of-type .footer_menu_ul {
  width: 50%;
}
#footer .footer_right .footer_menu_ttl {
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-bottom: 2rem;
}
#footer .footer_right .footer_menu_ul li {
  list-style: none;
}
#footer .footer_right .footer_menu_ul li a {
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}
#footer .footer_right .footer_menu_ul li ul {
  padding-bottom: 2rem;
}
#footer .footer_right .footer_menu_ul li ul li a {
  font-size: 1.5rem;
}

.line_right {
  position: absolute;
  width: 14.6rem;
  height: 80.15rem;
  background: url(../images/common/line_right.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.line_right02 {
  position: absolute;
  width: 26.3rem;
  height: 51.8rem;
  background: url(../images/common/line_right02.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.line_left {
  position: absolute;
  width: 22.6rem;
  height: 57.8rem;
  background: url(../images/common/line_left.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 1;
}

.line_left02 {
  position: absolute;
  width: 11.9rem;
  height: 56.5rem;
  background: url(../images/common/line_left02.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.page-ttl {
  width: 100rem;
  margin: 0 auto;
  padding-top: 9rem;
  padding-bottom: 3rem;
}
.page-ttl span {
  display: block;
  line-height: 1;
  letter-spacing: 0.08em;
}
.page-ttl .en {
  font-weight: 100;
  font-size: 7.4rem;
}
.page-ttl .jp {
  padding-top: 1rem;
  font-weight: 500;
  font-size: 2rem;
}

.page-sub-ttl {
  text-align: center;
  padding-bottom: 4rem;
}
.page-sub-ttl span {
  display: block;
  line-height: 1;
  letter-spacing: 0.08em;
}
.page-sub-ttl .en {
  font-weight: 500;
  font-size: 2rem;
}
.page-sub-ttl .jp {
  padding-top: 2rem;
  font-weight: 500;
  font-size: 4.4rem;
}

@media screen and (max-width: 1500px) {
  html, body {
    font-size: 0.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 1.3333333333vw;
  }
  .l_con {
    width: 64.7rem;
  }
  .m_con {
    width: 64.7rem;
  }
  body {
    padding-top: 14rem;
    position: static;
  }
  body.is-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  .lang {
    position: static;
    top: 0;
    right: 0;
    margin: 0 auto;
    width: 36.5rem;
    margin-top: 3rem;
  }
  .lang li a {
    font-size: 3rem;
    width: 18rem;
    height: 6rem;
  }
  #header {
    height: 14rem;
    padding: 3rem 4rem 0;
  }
  #header .logo {
    width: 36rem;
    position: relative;
    z-index: 12;
  }
  #header #menu_trigger {
    display: block;
    position: absolute;
    right: 5rem;
    top: 5rem;
    width: 7rem;
    height: 5.6rem;
    cursor: pointer;
    z-index: 12;
  }
  #header #menu_trigger span {
    position: absolute;
    left: 0;
    top: 2.4rem;
    display: block;
    width: 100%;
    height: 0.6rem;
    background-color: #4c4a4a;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header #menu_trigger span:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -2.4rem;
    background-color: #4c4a4a;
  }
  #header #menu_trigger span:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 2.4rem;
    background-color: #4c4a4a;
  }
  #header #menu_trigger.is-open span {
    background-color: transparent;
  }
  #header #menu_trigger.is-open span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header #menu_trigger.is-open span:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header .menu_content {
    z-index: 11;
    display: none;
    padding-top: 27rem;
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #f3f3f3;
  }
  #header .menu_content .menu_content_inner {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #header .menu_content .menu {
    padding-left: 15.6rem;
  }
  #header .menu_content .menu li {
    display: block;
    padding-left: 0;
    padding-bottom: 4rem;
  }
  #header .menu_content .menu li a {
    font-size: 3.3rem;
  }
  #side_contact {
    top: auto;
    bottom: 0;
  }
  #side_contact a {
    font-size: 3.1rem;
    width: 29rem;
    height: 9rem;
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    writing-mode: inherit;
  }
  #footer .footer_inner {
    width: 100%;
    padding: 24rem 5rem 11rem;
    position: relative;
  }
  #footer .footer_left {
    width: 100%;
    border-top: 1px solid #ffffff;
    padding-top: 3rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #footer .footer_left .logo {
    width: 43.8rem;
    position: absolute;
    left: 5rem;
    top: 11.5rem;
  }
  #footer .footer_left .address {
    padding-top: 0;
    font-size: 2.4rem;
  }
  #footer .footer_left ul {
    padding-top: 1rem;
  }
  #footer .footer_left ul li {
    list-style: none;
  }
  #footer .footer_left ul li a {
    font-size: 2.8rem;
    padding-left: 3rem;
  }
  #footer .footer_left ul li a.icon_tel:before {
    left: 0.4rem;
    width: 1.1rem;
    height: 2.9rem;
  }
  #footer .footer_left ul li a.icon_mail:before {
    width: 2.47rem;
    height: 1.6rem;
  }
  #footer .footer_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  #footer .footer_right .footer_menu {
    width: 37%;
  }
  #footer .footer_right .footer_menu:first-of-type {
    width: 63%;
  }
  #footer .footer_right .footer_menu:first-of-type .footer_menu_ul {
    width: 40%;
  }
  #footer .footer_right .footer_menu:first-of-type .footer_menu_ul:last-of-type {
    width: 60%;
  }
  #footer .footer_right .footer_menu_ttl {
    font-size: 2.7rem;
    padding-bottom: 2rem;
  }
  #footer .footer_right .footer_menu_ul li a {
    font-size: 2.2rem;
  }
  #footer .footer_right .footer_menu_ul li ul {
    padding-bottom: 2rem;
  }
  #footer .footer_right .footer_menu_ul li ul li a {
    font-size: 2rem;
  }
  .line_right {
    width: 21rem;
    height: 75.6rem;
    background: url(../images/common/line_right_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .line_left {
    width: 19.2rem;
    height: 50.9rem;
    background: url(../images/common/line_left_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .page-ttl {
    width: 64.7rem;
    padding-top: 15rem;
    padding-bottom: 2rem;
  }
  .page-ttl .en {
    font-size: 6.6rem;
  }
  .page-ttl .jp {
    padding-top: 2.4rem;
    font-size: 2.8rem;
  }
  .page-sub-ttl {
    padding-bottom: 4rem;
  }
  .page-sub-ttl .en {
    font-size: 2.3rem;
  }
  .page-sub-ttl .jp {
    padding-top: 2rem;
    font-size: 4.4rem;
  }
}
.date {
  font-family: "Roboto", sans-serif;
}

.cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.5rem;
  text-align: center;
  padding: 0.4rem 0;
  line-height: 1;
  border-radius: 0.5rem;
  border: 1px solid #4c4948;
  color: #4c4948;
}

.cat-seminar {
  border-color: #009ee7;
}

.cat-recruit {
  border-color: #ff7a00;
}

.cat-magazine {
  border-color: #2eae3f;
}

.cat-dm {
  border-color: #ff7db9;
}

.cat-news {
  border-color: #7d4f91;
}

.topics_cat {
  width: 13.5rem;
  text-align: center;
  line-height: 1;
  padding: 0.4rem 0;
  color: #4c4948;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 0.5rem;
  border: 1px solid #4c4948;
}

.topics-example {
  border: none;
  background-color: #c3d72c;
}

.topics-trivia {
  border: none;
  background-color: #b4deff;
}

.topics-worries {
  border: none;
  background-color: #ff8ea1;
}

@media screen and (max-width: 767px) {
  .topics_cat {
    width: 24rem;
    padding: 0.8rem 0;
    font-size: 2.7rem;
    border-radius: 1rem;
  }
}
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6rem;
  font-size: 1.6rem;
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 1.2rem;
  color: #b3b4b4;
}
.wp-pagenavi a:hover {
  color: #4c4948;
}
.wp-pagenavi .current {
  color: #4c4948;
}
.wp-pagenavi .previouspostslink {
  font-size: 0;
  width: 1rem;
  height: 1.5rem;
  background: url(../images/common/pager_prev.svg) 0 0 no-repeat;
  background-size: 100% auto;
  margin-right: 4rem;
}
.wp-pagenavi .nextpostslink {
  font-size: 0;
  width: 1rem;
  height: 1.5rem;
  background: url(../images/common/pager_next.svg) 0 0 no-repeat;
  background-size: 100% auto;
  margin-left: 4rem;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 12rem;
    font-size: 2.6rem;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0 2rem;
  }
  .wp-pagenavi .previouspostslink {
    margin-right: auto;
    margin-left: 0;
    width: 1.4rem;
    height: 2rem;
  }
  .wp-pagenavi .nextpostslink {
    margin-left: auto;
    margin-right: 0;
    width: 1.4rem;
    height: 2rem;
  }
}
.pager {
  width: 32rem;
  margin: 0 auto;
  margin-top: 6rem;
  margin-bottom: 14rem;
  text-align: center;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  position: relative;
}
.pager a {
  color: #4c4948;
}
.pager a:hover {
  color: #4c4948;
}
.pager a[rel=prev] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  width: 1rem;
  height: 1.5rem;
  background: url(../images/common/pager_prev.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.pager a[rel=next] {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  width: 1rem;
  height: 1.5rem;
  background: url(../images/common/pager_next.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .pager {
    width: 36rem;
    margin-top: 12rem;
    margin-bottom: 24rem;
    font-size: 2.6rem;
  }
  .pager a[rel=prev] {
    width: 1.4rem;
    height: 2rem;
  }
  .pager a[rel=next] {
    width: 1.4rem;
    height: 2rem;
  }
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 14rem;
  border: none;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  padding: 0.5rem 1.5rem;
  background: url(../images/common/select_arrow.svg) right 1rem center no-repeat #e9e9e9;
  background-size: 1.2rem auto;
}

@media screen and (max-width: 767px) {
  .select select {
    width: 100%;
    font-size: 2.7rem;
    border-radius: 1rem;
    padding: 2.4rem;
    background: url(../images/common/select_arrow_sp.svg) right 2.8rem center no-repeat #e9e9e9;
    background-size: 3.4rem auto;
  }
}
.other {
  position: relative;
}
.other .line_left {
  left: 0;
  top: 48rem;
}
.other .line_right {
  bottom: 4rem;
  right: 0;
}

@media screen and (max-width: 767px) {
  .other .line_left {
    display: none;
  }
  .other .line_right {
    display: none;
  }
}
.article_list {
  padding-bottom: 13.5rem;
}

@media screen and (max-width: 767px) {
  .article_list {
    margin-bottom: 24rem;
  }
}