@charset "UTF-8";
/** ===================================
    フォントサイズ
    @include fontSizeAll(14, 14, 12);
==================================== */
/** ===================================
    clearfix
    @include clearfix();
==================================== */
/** ===================================
    文字があふれた際の表示を「…」にする
    @include line-truncate();
==================================== */
/** ===================================
    横100%の領域をとる/背景画像指定可(100%:auto)
    @include aspect-ratio(1200px, 400px);
    @include aspect-ratio(1200px, 400px, "../images/bg.png");
==================================== */
/* Global Remedies
******************/
* {
  margin: 0;
  padding: 0; }

/* Use border-box by default, globally */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
* Consistent line spacing...
* CSS Inline Layout Module Level 3: https://drafts.csswg.org/css-inline-3/#line-sizing-property
*/
html {
  line-sizing: normal; }

/* Remove the tiny space around the edge of the page */
body {
  margin: 0; }

/* Headings
***********/
/* Switch to rem units for headings */
/* @@@ Initial values are based on existing browser defaults */
h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.17rem; }

h4 {
  font-size: 1.00rem; }

h5 {
  font-size: 0.83rem; }

h6 {
  font-size: 0.67rem; }

/* Keep h1 margins consistent, even when nested */
h1 {
  margin: 0.67em 0; }

/* Typography
*************/
/* Overflow by default is bad */
pre {
  white-space: pre-wrap; }

/*
* 1. Solid, thin horizontal rules
* 2. Remove Firefox `color: gray`
* 3. Remove default `1px` height, and common `overflow: hidden`
*/
hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible; }

/* Embedded Elements
********************/
/*
* 1. Block display is usually what we want
* 2. Remove strange space-below when inline
* 3. Responsive by default
*/
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
  max-width: 100%; }

/*
* Maintain intrinsic aspect ratios when `max-width` is applied
* (iframe, embed, and object have no intrinsic ratio, set height explicitly)
*/
img, svg, video, canvas {
  height: auto; }

/*
* There is no good reason elements default to 300px,
* and audio files are unlikely to come with a width attribute
*/
audio {
  width: 100%; }

/* Old Browsers
***************/
/* Remove the border on images inside links in IE 10 and earlier */
img {
  border-style: none; }

/* Hide the overflow in IE 10 and earlier */
svg {
  overflow: hidden; }

/* Default block display on HTML5 elements */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

/*
* 1. Add the correct box sizing in IE 10
* 2. Remove the padding in IE 10
*/
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

* {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0; }

li {
  list-style-type: none !important; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

.cf:after {
  content: " ";
  display: block;
  clear: both; }

.contents::-webkit-scrollbar-thumb {
  background: #dc000c; }

::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #ececec; }

.contents {
  position: relative;
  color: #504A4B;
  overflow: visible;
  visibility: visible;
  width: 100%;
  max-width: 948px;
  margin: 0 auto; }
  @media all and (min-width: 768px) {
    .contents {
      padding: 0;
      padding-top: 0%;
      overflow: hidden; } }
  @media all and (min-width: 1200px) {
    .contents {
      overflow: visible; } }

body[data-page-id="index"] .contents {
  max-width: 1200px; }

.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999; }
  @media all and (min-width: 768px) {
    .header_wrap {
      padding-right: 10px;
      padding-left: 10px; } }
  @media all and (min-width: 1200px) {
    .header_wrap {
      padding-right: 0;
      padding-left: 0; } }

.header {
  width: 100%;
  max-width: 1200px;
  right: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.menu_recruit,
.header_menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.logo {
  width: 60% !important; }
  @media all and (min-width: 768px) {
    .logo {
      width: 505px !important;
      height: 50px; } }
  .logo a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 11.788%;
    background: url(../img/logo_sp.svg) no-repeat;
    background-size: contain; }
    @media all and (min-width: 768px) {
      .logo a {
        padding-bottom: 50px;
        display: block;
        background: url(../img/logo_pc.svg) no-repeat; } }

.item_menu_recruit a {
  position: relative;
  margin-right: 20px;
  display: block;
  text-decoration: none;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #DC000C;
  white-space: nowrap; }
  @media all and (min-width: 768px) {
    .item_menu_recruit a {
      margin-right: 50px;
      font-size: 2rem; }
      .item_menu_recruit a::after {
        content: "";
        position: absolute;
        display: block;
        bottom: -2px;
        width: 0;
        height: 2px;
        background: #DC000C; }
      .item_menu_recruit a:hover::after {
        -webkit-transition: all .15s;
        transition: all .15s;
        width: 100%; } }

.item_menu_recruit a:visited {
  color: #DC000C; }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .15s;
  transition: all .15s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 60px;
  height: 20px;
  z-index: 999; }

.menu-trigger:hover {
  width: 50px;
  margin-right: 5px;
  margin-left: 5px; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #8D8989;
  border-radius: 4px; }

.menu-trigger:hover span {
  background-color: #DC000C; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 43%; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger:hover span:nth-of-type(1) {
  top: -15%; }

.menu-trigger:hover span:nth-of-type(3) {
  bottom: -15%; }

.title_section {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700; }

#menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9000; }

#menu_overlay.display {
  display: block;
  -webkit-animation: menu_display1 0.1s ease-in-out 0s;
  animation: menu_display1 0.1s ease-in-out 0s; }

#global_menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  padding-left: 10px;
  background: #FFF;
  z-index: 9001;
  overflow-y: auto; }
  @media all and (min-width: 768px) {
    #global_menu {
      width: 50%;
      max-width: 400px; } }

#global_menu.display {
  display: block;
  -webkit-animation: menu_display2 0.25s ease-in-out 0s;
  animation: menu_display2 0.25s ease-in-out 0s; }

.btn_close,
.btn_close span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.btn_close {
  position: relative;
  width: 60px;
  height: 60px;
  margin-top: 30px; }

.btn_close:hover {
  cursor: pointer;
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-transition: all .2s;
  transition: all .2s; }

.btn_close span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #8D8989;
  border-radius: 4px; }

.btn_close:hover span {
  background-color: #DC000C;
  -webkit-transition: all .2s;
  transition: all .2s; }

.btn_close span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg); }

.btn_close span:nth-of-type(2) {
  top: 35%;
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg); }

.global_menu_list {
  padding-bottom: 50px; }

.title_g_menu {
  display: block;
  margin-top: 25px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #504A4B; }

.title_g_menu:first-child {
  margin-top: 0; }

.title_g_menu span {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 100; }

.title_g_menu span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url(../img/ico_slash.svg) no-repeat bottom;
  background-size: contain; }

.item_g_menu {
  margin-left: 2em;
  font-size: 1.6rem;
  text-indent: -1em;
  line-height: 1.4;
  color: #504A4B;
  list-style-type: none; }
  .item_g_menu a {
    display: block;
    color: #504A4B;
    padding: 0.3em 0; }
    .item_g_menu a:hover {
      color: #DC000C; }

.g_menu_other_link {
  margin-top: 2em; }
  .g_menu_other_link .item_g_menu {
    margin-left: 1em;
    text-indent: 0;
    padding-right: 1em; }

.page_header_wrap {
  width: 100%;
  margin-top: 80px;
  background: #E9E4E4; }
  @media all and (min-width: 768px) {
    .page_header_wrap {
      margin-top: 80px; } }

.page_header {
  position: relative; }
  @media all and (min-width: 768px) {
    .page_header {
      max-width: 1200px;
      margin: 0 auto; } }

.page_header h1 {
  margin-left: 3.5%;
  padding: 32px 36% 31px 0;
  font-family: "Josefin Sans", sans-serif;
  color: #504A4B;
  line-height: 1;
  font-size: 3.1rem; }
  @media all and (min-width: 768px) {
    .page_header h1 {
      margin-left: 10px;
      padding: 48px 0;
      font-size: 4.8rem; } }
  @media all and (min-width: 1200px) {
    .page_header h1 {
      margin-left: 0; } }
  .page_header h1 span {
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 100;
    font-size: 1.5rem; }
    @media all and (min-width: 768px) {
      .page_header h1 span {
        font-size: 2.4rem; } }
  .page_header h1 span::before {
    content: url(../img/ico_slash2.svg);
    display: inline-block;
    height: 3rem;
    margin-left: 0.5em;
    overflow: hidden; }

body[data-page-id="qa"] .page,
body[data-page-id="description"] .page,
body[data-page-id="message"] .page,
body[data-page-id="business"] .page,
body[data-page-id="process"] .page,
body[data-page-id="crosstalk"] .page,
body[data-page-id="list"] .page,
body[data-page-id="interview"] .page,
body[data-page-id="data"] .page,
body[data-page-id="photo"] .page,
body[data-page-id="benefit"] .page {
  width: 93%;
  margin: 0 auto; }
  @media all and (min-width: 768px) {
    body[data-page-id="qa"] .page,
    body[data-page-id="description"] .page,
    body[data-page-id="message"] .page,
    body[data-page-id="business"] .page,
    body[data-page-id="process"] .page,
    body[data-page-id="crosstalk"] .page,
    body[data-page-id="list"] .page,
    body[data-page-id="interview"] .page,
    body[data-page-id="data"] .page,
    body[data-page-id="photo"] .page,
    body[data-page-id="benefit"] .page {
      margin-top: 60px; } }

.page_inner {
  margin-top: 60px; }

.text_msg {
  padding-bottom: 1em;
  font-size: 1.6rem;
  color: #DC000C; }
  @media all and (min-width: 768px) {
    .text_msg {
      font-size: 1.8rem; } }

.title_page {
  font-size: 3.2rem;
  font-weight: 700; }
  @media all and (min-width: 768px) {
    .title_page {
      margin-left: 10px; } }
  @media all and (min-width: 1200px) {
    .title_page {
      margin-left: 0; } }

.menu_page_select {
  margin-top: 20px; }
  @media all and (min-width: 768px) {
    .menu_page_select {
      margin-top: 0; } }

@media all and (min-width: 768px) {
  .menu_page_select ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px; } }

.item_page_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  border: 1px solid #504A4B;
  border-radius: 100px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center; }
  @media all and (min-width: 768px) {
    .item_page_select {
      margin: 0 10px;
      width: 260px; } }
  .item_page_select a {
    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;
    padding: 15px 0; }
  .item_page_select:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid #DC000C; }
    .item_page_select:hover a {
      color: #DC000C; }
  .item_page_select:hover a::after {
    -webkit-transition: all .2s;
    transition: all .2s;
    content: url(../img/ico_arrow2.svg); }

.item_page_select a {
  display: inline-block;
  width: 100%;
  padding: 10px 24px;
  text-decoration: none;
  text-align: center;
  color: #504A4B;
  position: relative; }
  .item_page_select a:hover {
    -webkit-transition: all .2s;
    transition: all .2s; }

.item_page_select a::after {
  content: url(../img/ico_arrow.svg);
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  height: 1em; }

.item_page_select.current_page {
  background: #504A4B; }
  .item_page_select.current_page:hover {
    border: 1px solid #504A4B; }

.item_page_select.current_page a {
  color: #FFF;
  cursor: default; }

.item_page_select.current_page a::after {
  display: none; }

.title_detail {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  margin-left: 35px;
  text-indent: -35px; }
  @media all and (min-width: 768px) {
    .title_detail {
      font-size: 2.6rem; } }
  .title_detail img {
    display: inline-block;
    margin-right: 5px; }

.title_page:nth-of-type(n+2) {
  margin-top: 120px; }

.section_page {
  margin-top: 40px;
  padding: 8% 2% 8% 2%;
  border: 1px solid #CCC;
  border-radius: 12px; }
  @media all and (min-width: 768px) {
    .section_page {
      width: 96%;
      margin: 0 auto;
      margin-top: 40px;
      padding: 30px 30px 50px 30px; } }
  @media all and (min-width: 1200px) {
    .section_page {
      width: 100%; } }

.bnr_special {
  display: block;
  max-width: 948px;
  margin: 0 auto;
  margin-top: 120px; }
  @media all and (min-width: 768px) {
    .bnr_special {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.bnr_special a {
  display: block;
  width: 100%;
  margin-top: 20px; }
  @media all and (min-width: 768px) {
    .bnr_special a {
      width: 48%;
      margin-top: 20px; }
      .bnr_special a:nth-of-type(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .bnr_special a:nth-of-type(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      .bnr_special a:nth-of-type(3) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; }
      .bnr_special a:nth-of-type(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .bnr_special a:nth-of-type(5) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
      .bnr_special a:nth-of-type(6) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6; } }

.bnr_special a[href]:hover {
  opacity: 0.8; }

@-webkit-keyframes menu_display1 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes menu_display1 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes menu_display2 {
  from {
    right: -100%;
    opacity: 0; }
  to {
    right: 0;
    opacity: 1; } }

@keyframes menu_display2 {
  from {
    right: -100%;
    opacity: 0; }
  to {
    right: 0;
    opacity: 1; } }

.footer {
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
  padding: 3rem 1rem;
  background: #dedede; }
  @media all and (min-width: 768px) {
    .footer {
      padding: 40px 0; } }
  .footer .ft_bnr .list_ft_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .footer .ft_bnr .list_ft_bnr .item_ft_bnr {
      width: 200px; }
      .footer .ft_bnr .list_ft_bnr .item_ft_bnr a {
        display: block; }
        .footer .ft_bnr .list_ft_bnr .item_ft_bnr a:hover {
          -webkit-filter: brightness(1.2);
          filter: brightness(1.2); }
  .footer .txt_copyright {
    padding-top: 3rem;
    font-size: 1rem;
    color: #6c6868; }

.header {
  text-align: center;
  padding: 0 1rem;
  max-width: 1200px;
  margin: 0 auto; }
  @media all and (min-width: 768px) {
    .header {
      padding: 0; } }

.logo {
  width: 96px; }

.logo img {
  width: 100%; }

.page {
  font-size: 15px;
  line-height: 2; }
  @media all and (min-width: 1025px) {
    .page {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media all and (min-width: 768px) and (max-width: 1024px) {
    .page {
      font-size: 14px;
      font-size: 0.875rem; } }

/**************************/
/************TOP***********/
/**************************/
.top_main {
  position: relative;
  overflow: visible;
  padding-top: 10%; }
  @media all and (min-width: 768px) {
    .top_main {
      padding-top: 20px; } }

.top_main h1 {
  display: block;
  width: 92.995%;
  margin: 0 auto; }
  @media all and (min-width: 768px) {
    .top_main h1 {
      margin: 0;
      width: 70%;
      max-width: 840px;
      margin-top: 5%;
      margin-left: 10px; } }
  @media all and (min-width: 1200px) {
    .top_main h1 {
      margin-left: 0; } }

.top_news {
  margin: 0 auto;
  margin-top: 0; }
  @media all and (min-width: 768px) {
    .top_news {
      margin-top: 60px; } }
  .top_news p {
    position: relative;
    padding-left: 40px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 600;
    color: #504A4B; }
    @media all and (min-width: 768px) {
      .top_news p {
        padding-left: 30px;
        margin-top: 60px; } }
    .top_news p::before {
      content: "";
      display: block;
      width: 15px;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 0;
      background: #ACA7A7; }
      @media all and (min-width: 768px) {
        .top_news p::before {
          margin-left: 0; } }
    .top_news p span {
      font-size: 1.8rem;
      font-weight: 100;
      margin-left: 20px; }
  .top_news ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
    padding-left: 40px; }
    .top_news ul li {
      display: grid;
      grid-template-columns: auto 1fr;
      font-size: 1.2rem; }
      @media all and (min-width: 768px) {
        .top_news ul li {
          grid-template-columns: 80px auto 1fr;
          font-size: 14px; } }
      .top_news ul li .date {
        align-self: start;
        grid-row: 1 / 2;
        grid-column: 2 / 3; }
        @media all and (min-width: 768px) {
          .top_news ul li .date {
            grid-row: auto;
            grid-column: auto; } }
      .top_news ul li .category {
        align-self: center;
        grid-row: 1 / 2;
        grid-column: 1 / 2;
        line-height: 0;
        padding: 0.6em 0.8em 0.7em 0.8em;
        margin: 0 1em 0 0;
        color: #FFF;
        background: #f08801;
        border-radius: 50px; }
        @media all and (min-width: 768px) {
          .top_news ul li .category {
            grid-row: auto;
            grid-column: auto;
            align-self: start;
            margin-top: 5px; } }
      .top_news ul li a {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
        padding-right: 2em;
        color: #504A4B; }
        @media all and (min-width: 768px) {
          .top_news ul li a {
            grid-row: auto;
            grid-column: auto; } }
        .top_news ul li a:hover {
          color: #DC000C; }
    .top_news ul .item_top_news {
      display: none; }
    .top_news ul .item_top_news.visible {
      display: grid; }

#toggleButton {
  position: relative;
  border: none;
  border-bottom: 1px solid #666;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  width: 150px;
  margin: 15px auto;
  font-size: 1.1rem;
  background-color: #f8f8f8; }

#toggleButton a::after {
  content: ">";
  margin-left: 20px;
  padding: 5px; }

@media (min-width: 1024px) {
  #toggleButton {
    margin-left: 200px; } }

.top_menu {
  margin-left: 4%; }
  @media all and (min-width: 768px) {
    .top_menu {
      margin-top: 6%;
      left: 10px; } }
  @media all and (min-width: 1200px) {
    .top_menu {
      left: 0;
      margin-left: 0; } }

.item_top_menu {
  padding-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  color: #504A4B;
  text-decoration: none; }
  .item_top_menu span {
    font-size: 1.8rem;
    font-weight: 100;
    margin-left: 20px; }

.list_top_menu {
  display: block;
  width: 100%;
  max-width: 400px;
  position: relative;
  margin-top: 60px; }
  @media all and (min-width: 768px) {
    .list_top_menu {
      width: 340px; } }

.item_top_menu::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #ACA7A7; }
  @media all and (min-width: 768px) {
    .item_top_menu::before {
      margin-left: 0; } }

.top_menu .list_detail_menu:not(.no_link):hover,
.top_menu .list_detail_menu:not(.no_link) .item_top_menu:hover {
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #DC000C; }

.list_detail_menu {
  display: none; }

.list_detail_menu.open {
  -webkit-animation: top_menu_open 0.2s ease-in-out 0s;
  animation: top_menu_open 0.2s ease-in-out 0s;
  height: auto; }

.list_detail_menu li {
  margin-top: 5px;
  margin-left: calc(30px + 1em);
  font-size: 1.6rem;
  text-indent: -1em;
  line-height: 1.4;
  color: #504A4B;
  list-style-type: none; }
  @media all and (min-width: 768px) {
    .list_detail_menu li {
      margin-top: 0;
      font-size: 1.4rem; } }

.list_detail_menu li a {
  display: block;
  padding: 0.35em 0;
  color: #504A4B;
  text-decoration: none; }
  .list_detail_menu li a:hover {
    color: #DC000C; }
  .list_detail_menu li a .new_icon {
    display: inline-block;
    text-align: center;
    line-height: 0;
    width: 0;
    padding: 0.6em 2.2em 0.65em 1.5em;
    margin-left: 10px;
    color: #FFF;
    background: #DC000C; }

.mynavi_bnr {
  margin-top: 5%; }
  @media all and (min-width: 768px) {
    .mynavi_bnr {
      margin-top: 40px; } }

.top_main_image_wrap {
  width: 100%; }
  @media all and (min-width: 768px) {
    .top_main_image_wrap {
      position: absolute;
      top: 0;
      z-index: -1;
      width: 70%;
      max-width: 800px;
      top: 40%;
      right: -80px; } }

.top_main_image {
  width: 100%;
  height: 0;
  padding-top: 77.211%;
  background: url(../img/sp_main_image.png) no-repeat;
  background-size: contain; }
  @media all and (min-width: 768px) {
    .top_main_image {
      background: url(../img/pc_main_image.png) no-repeat;
      background-size: contain; } }

.section_top_inerview {
  width: 92.995%;
  margin: 0 auto;
  margin-top: 10%; }
  @media all and (min-width: 768px) {
    .section_top_inerview {
      width: 100%;
      padding: 0 10px;
      margin-top: 60px; } }

.top_int_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.item_top_inteview {
  position: relative;
  width: 48%;
  margin-top: 20px; }
  @media all and (min-width: 768px) {
    .item_top_inteview {
      width: 19%;
      margin-top: 10px; } }
  .item_top_inteview::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 57px;
    height: 18px;
    background: url(../img/ico_thumb_arrow.svg) no-repeat;
    background-size: contain; }
    @media all and (min-width: 768px) {
      .item_top_inteview::after {
        width: 45px;
        height: 14px; } }
  .item_top_inteview:hover {
    opacity: 0.6; }

.section_top_bnr {
  width: 92.995%;
  margin: 0 auto;
  margin-top: 60px; }
  @media all and (min-width: 768px) {
    .section_top_bnr {
      width: 100%;
      padding: 0 10px; } }
  @media all and (min-width: 1200px) {
    .section_top_bnr {
      padding: 0; } }

.top_bnr {
  display: block; }
  @media all and (min-width: 768px) {
    .top_bnr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.top_bnr a {
  display: block;
  width: 100%;
  margin-top: 20px; }
  @media all and (min-width: 768px) {
    .top_bnr a {
      width: 48%; }
      .top_bnr a:nth-of-type(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .top_bnr a:nth-of-type(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      .top_bnr a:nth-of-type(3) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; }
      .top_bnr a:nth-of-type(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .top_bnr a:nth-of-type(5) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
      .top_bnr a:nth-of-type(6) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6; } }

.top_bnr a[href]:hover {
  opacity: 0.8; }

.top_information {
  width: 92.995%;
  margin: 0 auto;
  margin-top: 80px; }
  @media all and (min-width: 768px) {
    .top_information {
      width: 100%;
      padding: 0 10px; } }
  @media all and (min-width: 1200px) {
    .top_information {
      padding: 0; } }

.top_information ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.top_information li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media all and (min-width: 768px) {
    .top_information li {
      width: 24%;
      margin: 0; } }

.top_information li a {
  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;
  line-height: 1.2; }

.item_top_info {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 20px 20px;
  border: 1px solid #b5b5b5;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  color: #504A4B;
  line-height: 1; }
  @media all and (min-width: 768px) {
    .item_top_info {
      margin-top: 0; } }

.top_information ul li a:not(.no_link):hover {
  -webkit-transition: all .2s;
  transition: all .2s;
  border: 1px solid #DC000C;
  color: #DC000C; }

.item_top_info span {
  position: relative;
  width: auto; }

.item_top_info span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/ico_arrow.svg) no-repeat;
  background-size: contain; }

.top_information ul li a:not(.no_link):hover span::after {
  -webkit-transition: all .2s;
  transition: all .2s;
  background: url(../img/ico_arrow2.svg) no-repeat;
  background-size: contain; }

.no_link {
  opacity: 0.5; }

.top_notice {
  width: 94%;
  margin: 0 auto;
  padding: 10px 0;
  background: #000;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 6px; }
  @media all and (min-width: 768px) {
    .top_notice {
      position: absolute;
      width: auto;
      top: 43%;
      left: 2%;
      padding: 10px 20px; } }
  .top_notice a {
    display: block;
    width: 100%;
    color: #DC000C; }

@-webkit-keyframes top_menu_open {
  from {
    height: 0; }
  to {
    height: auto; } }

@keyframes top_menu_open {
  from {
    height: 0; }
  to {
    height: auto; } }

.page_header_wrap.info {
  position: relative; }
  .page_header_wrap.info .title_illust {
    position: absolute;
    width: 30%;
    max-width: 200px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto; }

.contact {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  padding: 10px;
  font-size: 1.4rem;
  background: #eeeeee;
  border-radius: 12px; }
  @media all and (min-width: 768px) {
    .contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .contact p {
    padding: 0 15px; }
    .contact p:first-child {
      margin-bottom: 10px; }
      @media all and (min-width: 768px) {
        .contact p:first-child {
          margin-bottom: 0; } }
    @media all and (min-width: 768px) {
      .contact p {
        padding: 10px 15px; } }
    .contact p a {
      text-decoration: underline;
      color: #8f2c1d; }
      .contact p a:hover {
        color: #dc000c; }
  .contact .il_msg {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0; }
    @media all and (min-width: 768px) {
      .contact .il_msg {
        width: 350px;
        padding: 0 0 0 20px; } }

.section_recruit a {
  color: #8f2c1d;
  font-weight: bold;
  text-decoration: underline; }
  .section_recruit a:hover {
    color: #dc000c; }

.questiuon {
  margin-top: 40px;
  line-height: 1.7; }
  @media all and (min-width: 768px) {
    .questiuon {
      margin-top: 40px;
      padding-left: 30px; } }

.questiuon:first-of-type {
  margin-top: 20px; }
  @media all and (min-width: 768px) {
    .questiuon:first-of-type {
      margin-top: 30px; } }

.questiuon > p {
  position: relative;
  font-size: 1.6rem;
  margin-left: 2em; }

.qq {
  color: #7B7676; }

.qa {
  margin-top: 10px; }
  @media all and (min-width: 768px) {
    .qa {
      margin-top: 15px; } }

.ico_qq,
.ico_qa {
  position: absolute;
  display: inline-block;
  left: -1em;
  top: 0.2em;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1; }
  @media all and (min-width: 768px) {
    .ico_qq,
    .ico_qa {
      margin-right: 10px;
      font-size: 2.4rem; } }

.ico_qa {
  font-weight: 600;
  left: -0.9em; }

.description {
  font-size: 1.6rem; }

.description dl {
  width: 100%; }
  @media all and (min-width: 768px) {
    .description dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.description dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px 0 5px 0;
  border-bottom: 1px solid #CCC; }
  @media all and (min-width: 768px) {
    .description dt {
      width: 20%;
      border-left: none;
      padding: 20px 0; } }

.description dd {
  width: 100%;
  padding: 5px 0 20px 0; }
  @media all and (min-width: 768px) {
    .description dd {
      border-bottom: 1px solid #CCC;
      padding: 20px 0;
      width: 80%; } }

@media all and (min-width: 768px) {
  .description dt:last-of-type {
    border: none; } }

.description dd:last-of-type {
  border: none; }

body[data-page-id="description"] .title_page span {
  display: block;
  font-size: 1.6rem;
  color: #DC000C;
  line-height: 1.5; }
  @media all and (min-width: 768px) {
    body[data-page-id="description"] .title_page span {
      display: inline;
      padding-left: 1em; } }

.process {
  margin-top: 40px; }

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 1px solid #707070;
  border-radius: 12px; }
  .step:nth-of-type(n+2) {
    margin-top: 45px; }
    @media all and (min-width: 768px) {
      .step:nth-of-type(n+2) {
        margin-top: 30px; } }
  .step p {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.7; }
  .step span {
    padding: 0 25px 0 20px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 2.6rem;
    font-weight: 300;
    color: #8D8889; }
    @media all and (min-width: 768px) {
      .step span {
        padding: 0 60px; } }

.step:not(:last-child)::before {
  content: url(../img/ico_arrow_down.svg);
  display: block;
  position: absolute;
  left: 10px;
  bottom: -35px; }
  @media all and (min-width: 768px) {
    .step:not(:last-child)::before {
      left: 20px;
      bottom: -25px; } }

.step:nth-of-type(9)::before {
  display: none; }

.step_detail {
  padding: 10px 1em 10px 0; }
  .step_detail > p > a {
    color: #8f2c1d;
    text-decoration: underline;
    font-weight: 600; }
    .step_detail > p > a:hover {
      color: #dc000c; }
  .step_detail > a {
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    margin: 10px 10px 0 0;
    font-size: 1.6rem;
    line-height: 1;
    color: #dc000c;
    border: 1px solid #dc000c;
    border-radius: 100px; }
    .step_detail > a::after {
      content: url(../img/ico_arrow2.svg);
      margin-left: 10px; }
    .step_detail > a:hover {
      -webkit-transition: all .2s;
      transition: all .2s;
      background: #dc000c;
      color: #FFF; }
      .step_detail > a:hover::after {
        -webkit-transition: all .2s;
        transition: all .2s;
        content: url(../img/ico_arrow3.svg); }

.process_mes {
  margin-top: 60px;
  font-size: 1.4rem;
  text-align: left; }
  @media all and (min-width: 768px) {
    .process_mes {
      text-align: center; } }

.btn_entry {
  display: block;
  width: 100%;
  padding: 20px 0;
  max-width: 624px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #DC000C;
  border: 1px solid #DC000C;
  border-radius: 100px; }
  .btn_entry:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    background: #dc000c; }
    .btn_entry:hover span {
      color: #FFF; }
      .btn_entry:hover span::after {
        content: url(../img/ico_arrow3.svg); }
  .btn_entry span {
    position: relative; }
    .btn_entry span::after {
      content: url(../img/ico_arrow2.svg);
      position: absolute;
      right: -15px; }

@media all and (max-width: 999px) {
  br.br_none {
    display: none; } }

.page_header_wrap.about {
  position: relative; }
  .page_header_wrap.about .title_illust {
    position: absolute;
    width: 30%;
    max-width: 200px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto; }

.btn_corpinfo {
  float: none;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 624px;
  margin: 0 auto;
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 1;
  color: #302D2D;
  padding: 20px 0;
  border: 1px solid #707070;
  border-radius: 100px; }
  .btn_corpinfo::after {
    content: url(../img/ico_arrow.svg);
    display: inline-block;
    margin-left: 10px; }
  .btn_corpinfo:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid #dc000c;
    color: #dc000c; }
    .btn_corpinfo:hover::after {
      -webkit-transition: all .2s;
      transition: all .2s;
      content: url(../img/ico_arrow2.svg); }

.section_message {
  font-size: 1.6rem;
  line-height: 2;
  border-bottom: 1px solid #dbe1df; }
  @media all and (min-width: 768px) {
    .section_message {
      font-size: 1.8rem;
      line-height: 2.6; } }
  .section_message > img {
    display: block;
    margin: 0 auto;
    margin-top: 40px; }
  .section_message p {
    margin-top: 40px;
    text-indent: 1em; }
    .section_message p > img {
      width: 80%;
      margin: 0 auto;
      margin-bottom: 40px; }
      @media all and (min-width: 768px) {
        .section_message p > img {
          float: right;
          width: 458px;
          margin: 0 0 60px 40px; } }
  .section_message .signature {
    text-indent: 0;
    text-align: right;
    font-size: 1.6rem;
    line-height: 2; }
    .section_message .signature img {
      display: inline;
      width: 45.169%;
      max-width: 224px;
      float: none;
      text-align: right; }

.section_message_value {
  margin-top: 60px; }
  .section_message_value h3 {
    text-align: center;
    font-size: 2rem; }
    @media all and (min-width: 768px) {
      .section_message_value h3 {
        font-size: 2.2rem; } }
  .section_message_value p {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 1em 1.6em;
    font-size: 1.6rem;
    color: #506565;
    text-align: center;
    background: linear-gradient(35deg, #dff8ff 0%, #d8fff5 29.93%, #f5fff5 100%);
    border-radius: 20px; }
    @media all and (min-width: 768px) {
      .section_message_value p {
        font-size: 1.8rem; } }

.section_business {
  font-size: 1.6rem; }
  .section_business > article {
    margin-top: 60px; }
    .section_business > article:nth-of-type(n+2) {
      margin-top: 80px; }
    @media all and (min-width: 768px) {
      .section_business > article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .section_business > article h3 {
      margin-left: 35px;
      text-indent: -35px; }
    .section_business > article h3 span {
      font-size: 1.8rem;
      white-space: nowrap; }

@media all and (min-width: 768px) {
  .section_business_L {
    width: 65%; } }

.section_business_L > p {
  padding: 20px 0; }
  @media all and (min-width: 768px) {
    .section_business_L > p {
      padding: 20px 60px 0 50px; } }
  .section_business_L > p a {
    display: inline-block;
    margin-top: 10px;
    color: #8f2c1d;
    text-decoration: underline;
    font-weight: 600; }
    .section_business_L > p a:hover {
      color: #dc000c; }
      .section_business_L > p a:hover::after {
        content: url(../img/ico_arrow2.svg); }
    .section_business_L > p a::after {
      content: url(../img/ico_arrow4.svg);
      margin-left: 5px;
      display: inline-block; }

.section_business_R {
  width: 100%;
  margin-top: 20px; }
  @media all and (min-width: 768px) {
    .section_business_R {
      width: 45%;
      max-width: 420px;
      margin-top: 0; } }

.benefit_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.benefit_system {
  width: 100%;
  position: relative;
  margin-top: 18px;
  padding: 20px 10px 40px 10px;
  background: #E9E4E4;
  border-radius: 12px; }
  @media all and (min-width: 768px) {
    .benefit_system {
      width: 32.07%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 20px 10px; } }

.benefit_L {
  width: 100%; }

.titile_benefit {
  width: 65%;
  position: relative;
  left: 41.5%;
  text-align: left;
  font-size: 2.2rem;
  font-weight: 400; }
  @media all and (min-width: 768px) {
    .titile_benefit {
      width: 100%;
      position: static;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      text-align: center; } }

.ico_benefit {
  position: absolute;
  width: 30%;
  top: 50%;
  bottom: 50%;
  margin: auto; }
  @media all and (min-width: 768px) {
    .ico_benefit {
      position: static;
      width: 100%;
      margin: 0 auto;
      height: 160px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }

.detail_benefit {
  width: 58%;
  position: relative;
  left: 41.5%;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.6; }
  @media all and (min-width: 768px) {
    .detail_benefit {
      width: 100%;
      margin: 0 auto;
      margin-top: 0;
      left: auto;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      font-size: 1.6rem; } }

@media all and (min-width: 768px) {
  .benefit_noicon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.benefit_noicon .titile_benefit {
  left: 0;
  width: 100%; }
  @media all and (min-width: 768px) {
    .benefit_noicon .titile_benefit {
      width: 240px; } }

.benefit_noicon .detail_benefit {
  width: 100%;
  left: 0; }

.sytem_dayoff .ico_benefit {
  width: 19.35%;
  max-width: 93px;
  left: 10%; }
  @media all and (min-width: 768px) {
    .sytem_dayoff .ico_benefit {
      width: 93px; } }

.sytem_parenting .ico_benefit {
  width: 22.46%;
  max-width: 120px;
  left: 8.5%; }
  @media all and (min-width: 768px) {
    .sytem_parenting .ico_benefit {
      width: 120px; } }

.sytem_allowance .ico_benefit {
  width: 20%;
  max-width: 112px;
  left: 9%; }
  @media all and (min-width: 768px) {
    .sytem_allowance .ico_benefit {
      width: 112px; } }

.sytem_assets .ico_benefit {
  width: 18.96%;
  max-width: 112px;
  left: 10%; }
  @media all and (min-width: 768px) {
    .sytem_assets .ico_benefit {
      width: 112px; } }

.sytem_leisure .ico_benefit {
  width: 30.51%;
  max-width: 167px;
  left: 5%; }
  @media all and (min-width: 768px) {
    .sytem_leisure .ico_benefit {
      width: 167px; } }

.sytem_training .ico_benefit {
  width: 24.28%;
  max-width: 117px;
  left: 8%; }
  @media all and (min-width: 768px) {
    .sytem_training .ico_benefit {
      width: 117px; } }

body[data-page-id="photo"] h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3; }
  body[data-page-id="photo"] h2 br {
    display: block; }
    @media all and (min-width: 768px) {
      body[data-page-id="photo"] h2 br {
        display: none; } }
  body[data-page-id="photo"] h2::before {
    content: "";
    display: block;
    width: 30%;
    max-width: 100px;
    margin-right: 10px;
    height: auto;
    aspect-ratio: 1 / 1;
    background: url(../img/il_abciee_photo.png) center center no-repeat;
    background-size: contain; }
    @media all and (min-width: 768px) {
      body[data-page-id="photo"] h2::before {
        width: 100px;
        height: 100px; } }

.section_photo {
  width: 100%;
  padding: 0;
  overflow: hidden; }
  @media all and (min-width: 768px) {
    .section_photo {
      margin-left: 0;
      overflow: visible; } }
  .section_photo section {
    width: 100%;
    position: relative; }

.list_photo {
  position: relative; }

.photo_k {
  margin-top: 20%; }
  @media all and (min-width: 768px) {
    .photo_k {
      margin-top: 80px; } }

.photo_k01 {
  width: 60%; }
  @media all and (min-width: 768px) {
    .photo_k01 {
      width: 40%;
      margin: 0;
      margin-left: 10%; } }

.photo_k02 {
  padding-left: 50%;
  margin-top: -26%; }
  @media all and (min-width: 768px) {
    .photo_k02 {
      position: absolute;
      top: 345px;
      left: 55%;
      width: 35%;
      padding: 0;
      margin: 0; } }

.list_photo_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 48%; }
  @media all and (min-width: 768px) {
    .list_photo_inner {
      margin-top: 80px; } }

.list_photo_inner li {
  width: 100%; }
  @media all and (min-width: 768px) {
    .list_photo_inner li {
      width: 45%; } }

.photo_k03 {
  padding-right: 20%; }
  @media all and (min-width: 768px) {
    .photo_k03 {
      padding: 0;
      margin-left: 2%; } }

.photo_k04 {
  padding-top: 10%;
  padding-left: 20%; }
  @media all and (min-width: 768px) {
    .photo_k04 {
      padding: 0;
      margin-top: 20%;
      margin-right: 2%; } }

.photo_k05 {
  padding-top: 10%;
  padding-right: 20%; }
  @media all and (min-width: 768px) {
    .photo_k05 {
      padding: 0;
      margin-left: 2%;
      margin-top: -10%; } }

.area_name {
  position: absolute;
  top: -2%;
  right: 0;
  font-size: 20vw;
  color: #380909;
  line-height: 0;
  mix-blend-mode: multiply;
  opacity: 0.15;
  z-index: 2; }
  @media all and (min-width: 768px) {
    .area_name {
      top: 0;
      right: 5%;
      font-size: 140px; } }

.photo_addres {
  position: absolute;
  top: 28%;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 20; }
  @media all and (min-width: 768px) {
    .photo_addres {
      top: 100px;
      left: 55%;
      width: auto;
      padding: 0; } }
  .photo_addres h4 {
    font-size: 1.8rem; }
    @media all and (min-width: 768px) {
      .photo_addres h4 {
        font-size: 20px; } }
  .photo_addres p {
    font-size: 1.1rem; }
    @media all and (min-width: 768px) {
      .photo_addres p {
        font-size: 14px; } }
  .photo_addres li {
    font-size: 1.3rem; }
    @media all and (min-width: 768px) {
      .photo_addres li {
        font-size: 14px; } }

.photo_s {
  margin-top: 30%; }
  @media all and (min-width: 768px) {
    .photo_s {
      margin-top: 200px; } }
  .photo_s .photo_addres {
    top: 32%; }
    @media all and (min-width: 768px) {
      .photo_s .photo_addres {
        top: 100px; } }

body[data-page-id="cheer_on"] .menu_page_select .item_page_select {
  min-height: 80px; }
  body[data-page-id="cheer_on"] .menu_page_select .item_page_select a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    vertical-align: middle; }

body[data-page-id="cheer_on"] .menu_page_select {
  margin: 0 auto; }

body[data-page-id="cheer_on"] .page {
  margin-top: 60px; }

body[data-page-id="cheer_on"] .contents {
  max-width: 100%; }

body[data-page-id="cheer_on"] .page_inner {
  padding: 0 24px; }

body[data-page-id="cheer_on"] .title_page {
  text-align: center; }

body[data-page-id="cheer_on"] p.cheer_lead {
  font-size: 20px;
  margin: auto;
  text-align: center; }

body[data-page-id="cheer_on"] .msg_blk {
  opacity: 0;
  margin-top: 80px; }
  body[data-page-id="cheer_on"] .msg_blk .fukidashi {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    padding: 24px 24px 12px 24px;
    border: 2px solid #ffccaf;
    border-radius: 18px;
    background-color: #fffdf2;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #3a3a3a; }
  body[data-page-id="cheer_on"] .msg_blk .fukidashi::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 18%;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #ffccaf transparent transparent;
    translate: -50% 100%;
    -webkit-transform-origin: top;
    transform-origin: top; }
  body[data-page-id="cheer_on"] .msg_blk .fukidashi::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 18%;
    border-style: solid;
    border-width: 10.2px 10.2px 0 0;
    border-color: #fffdf2 transparent transparent;
    translate: calc(-50% - 0.4px) 100%;
    -webkit-transform-origin: top;
    transform-origin: top; }
  body[data-page-id="cheer_on"] .msg_blk p {
    display: block;
    font-size: 1.4rem;
    color: #6e6e6e;
    line-height: 1.6;
    position: relative; }
    @media all and (min-width: 768px) {
      body[data-page-id="cheer_on"] .msg_blk p {
        font-size: 1.6rem; } }
    body[data-page-id="cheer_on"] .msg_blk p.ini {
      padding-top: 0.5em;
      text-align: right; }
    body[data-page-id="cheer_on"] .msg_blk p strong {
      font-weight: bold;
      color: #fb6d0a;
      font-size: 1.6rem; }
      @media all and (min-width: 768px) {
        body[data-page-id="cheer_on"] .msg_blk p strong {
          font-size: 1.8rem; } }

body[data-page-id="cheer_on"] .bnr_special {
  width: 93%; }

.page_header_wrap.people {
  position: relative; }
  .page_header_wrap.people .title_illust {
    position: absolute;
    width: 30%;
    max-width: 200px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto; }

.contents {
  overflow: visible; }

.blk_ans {
  margin-top: 60px; }
  .blk_ans:not(:first-of-type) {
    margin-top: 100px; }

.blk_ans h3 {
  font-size: 1.9rem;
  line-height: 1.5;
  color: #F56313; }
  @media all and (min-width: 768px) {
    .blk_ans h3 {
      font-size: 2.2rem; } }
  .blk_ans h3 br {
    display: none; }
    @media all and (min-width: 768px) {
      .blk_ans h3 br {
        display: block; } }

.blk_ans p {
  margin-top: 40px;
  padding-left: 5%;
  font-size: 1.4rem;
  line-height: 1.8; }
  @media all and (min-width: 768px) {
    .blk_ans p {
      padding-left: 40px;
      font-size: 1.6rem;
      line-height: 1.6; } }
  .blk_ans p strong {
    display: inline-block;
    padding-bottom: 15px;
    font-size: 1.8 rem; }

.blk_ans .spacing_L {
  line-height: 2.2; }

.blk_ans .people_name {
  font-size: 1.2rem; }
  @media all and (min-width: 768px) {
    .blk_ans .people_name {
      font-size: 1.4rem; } }

body[data-page-id="crosstalk"] .menu_page_select .item_page_select {
  min-height: 80px; }
  body[data-page-id="crosstalk"] .menu_page_select .item_page_select a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    vertical-align: middle; }

body[data-page-id="crosstalk"] .contents {
  max-width: none; }

body[data-page-id="crosstalk"] .page_inner {
  max-width: 948px;
  margin: 0 auto;
  margin-top: 60px; }

.section_crosstalk {
  margin-top: 40px; }
  .section_crosstalk small {
    display: block;
    font-size: 1rem;
    padding-top: 20px;
    padding-left: 5%;
    color: #787474; }
    @media all and (min-width: 768px) {
      .section_crosstalk small {
        font-size: 10px;
        padding-left: 40px; } }

.blk_ans img {
  width: 77.402%;
  max-width: 624px;
  margin: 0 auto;
  margin-top: 80px; }
  @media all and (min-width: 768px) {
    .blk_ans img {
      margin-top: 100px; } }

.ans_person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
  padding-left: 5%; }
  @media all and (min-width: 768px) {
    .ans_person {
      padding-left: 40px; } }

.ans_person span {
  padding-right: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
  color: #EF7836; }
  @media all and (min-width: 768px) {
    .ans_person span {
      font-size: 1.6rem; } }

.ans_person p {
  margin: 0;
  padding: 0; }

body[data-page-id="list"] .menu_page_select .item_page_select {
  min-height: 80px; }
  body[data-page-id="list"] .menu_page_select .item_page_select a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    vertical-align: middle; }

body[data-page-id="list"] .contents {
  max-width: none; }

body[data-page-id="list"] .page_inner {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 60px; }

.blk_int_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.item_int_person {
  position: relative;
  width: 100%;
  margin-top: 60px;
  -webkit-animation: fadein 0.5s ease 0s;
  animation: fadein 0.5s ease 0s; }
  @media all and (min-width: 768px) {
    .item_int_person {
      width: 48%;
      max-width: 580px;
      margin-top: 80px; } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.link_int_detail {
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }
  .link_int_detail:hover .tit_int_list,
  .link_int_detail:hover .txt_department {
    color: #dc000c;
    -webkit-transition: all .3s;
    transition: all .3s; }
  @media all and (min-width: 768px) {
    .link_int_detail:hover .tit_int_list {
      -webkit-transition: all .3s;
      transition: all .3s; } }

.link_int_detail > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.int_person_photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 35.156%;
  min-width: 160px;
  max-width: 240px;
  margin-left: 1em; }
  @media all and (min-width: 768px) {
    .int_person_photo {
      width: 40%;
      min-width: 180px;
      max-width: 240px;
      margin-left: 20px; } }
  .int_person_photo::after {
    display: block;
    content: "";
    width: 57px;
    height: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/ico_thumb_arrow.svg) no-repeat;
    background-size: contain; }
    @media all and (min-width: 768px) {
      .int_person_photo::after {
        width: 77px;
        height: 24px;
        padding: 0; } }

.int_person_name {
  width: 65%; }
  @media all and (min-width: 768px) {
    .int_person_name {
      width: 60%; } }

.tit_int_list {
  display: block;
  padding-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #302D2D; }
  @media all and (min-width: 768px) {
    .tit_int_list {
      padding-bottom: 10px;
      font-size: 1.8rem;
      color: #302D2D; } }

.txt_department {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #7B7676; }
  @media all and (min-width: 768px) {
    .txt_department {
      font-size: 1.6rem; } }

.label_age {
  display: inline-block;
  margin-top: 0.2em;
  font-size: 1.2rem;
  height: 1.9rem;
  padding: 0 0.6em;
  vertical-align: middle;
  line-height: 1.7rem;
  color: #FFF;
  border-radius: 4px; }

.label_age.age_label_mid {
  background: #2864bd; }

.label_age.age_label_young {
  background: #2eca5d; }

.img_int_thumb_pc {
  display: none; }
  .img_int_thumb_pc::after {
    display: block;
    content: "";
    width: 77px;
    height: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #302D2D; }
  @media all and (min-width: 768px) {
    .img_int_thumb_pc {
      display: block; } }

.img_int_thumb_sp {
  display: block; }
  @media all and (min-width: 768px) {
    .img_int_thumb_sp {
      display: none; } }

.tab_age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-size: 1.6rem;
  border-bottom: 1px solid #302D2D; }

.tab_age > div {
  width: 164px;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0.1em 0;
  text-align: center;
  background: #DFD5D5;
  cursor: pointer; }

.tab_age .age_mid {
  background: #2864bd;
  color: #FFF; }

.tab_age .age_young {
  background: #2eca5d;
  color: #FFF; }

.tab_age .active {
  padding-bottom: 4px;
  margin-bottom: 0;
  color: #FFF;
  background: #302D2D; }

.profile {
  margin-top: 60px; }

.img_int_main {
  width: 100%; }
  @media all and (min-width: 768px) {
    .img_int_main {
      width: 50%;
      max-width: 460px;
      float: right; } }

.profile > h3 {
  margin-top: 40px;
  padding-bottom: 20px;
  font-size: 2.5rem;
  line-height: 1.3;
  border-bottom: 1px solid #9D9797; }
  @media all and (min-width: 768px) {
    .profile > h3 {
      width: 50%;
      max-width: 472px; } }

.profile > h4 {
  padding: 20px 0 20px 7%;
  font-size: 1.4rem;
  font-weight: 600; }
  @media all and (min-width: 768px) {
    .profile > h4 {
      padding-left: 40px;
      font-size: 1.6rem; } }

.profile > p {
  margin-top: 6px;
  padding-left: 7%;
  font-size: 1.4rem;
  line-height: 1.5; }
  @media all and (min-width: 768px) {
    .profile > p {
      padding-left: 40px;
      font-size: 1.6 rem; } }

.profile > small {
  display: block;
  margin-top: 10px;
  padding-left: 7%;
  font-size: 1.0rem;
  color: #787474; }
  @media all and (min-width: 768px) {
    .profile > small {
      padding-left: 40px; } }

.int_ans {
  margin-top: 80px; }

.tit_q_int {
  font-size: 1.9rem;
  line-height: 1.5;
  color: #1F1818; }
  @media all and (min-width: 768px) {
    .tit_q_int {
      font-size: 2.2rem; } }

.txt_ans_int {
  padding-top: 20px;
  padding-left: 7%; }
  @media all and (min-width: 768px) {
    .txt_ans_int {
      padding-left: 40px;
      font-size: 1.6rem; } }

.timetable {
  margin-top: 80px; }

.timetable_inner {
  padding: 20px 4%;
  margin-top: 40px;
  border: 1px solid #CCCCCC;
  border-radius: 10px; }
  @media all and (min-width: 768px) {
    .timetable_inner {
      margin-left: 40px;
      padding: 30px; } }

.tt_time p {
  position: relative;
  font-size: 2.5rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1; }
  .tt_time p::after {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: calc(100% - 120px);
    top: 50%;
    left: 120px;
    background: #CCCCCC; }
    @media all and (min-width: 768px) {
      .tt_time p::after {
        left: 134px;
        width: calc(100% - 134px);
        max-width: 710px; } }
  @media all and (min-width: 768px) {
    .tt_time p {
      font-size: 3.0rem; } }

.tt_time p img {
  width: 24px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: text-top;
  line-height: 1; }
  @media all and (min-width: 768px) {
    .tt_time p img {
      width: 32px;
      vertical-align: -6px; } }

.tt_text {
  padding: 20px 0 20px 5%; }
  @media all and (min-width: 768px) {
    .tt_text {
      padding: 25px 0;
      padding-left: 134px; } }

.tt_action {
  font-weight: 600; }
  @media all and (min-width: 768px) {
    .tt_action {
      font-size: 1.6rem; } }

.tt_action_sub {
  color: #787474; }
  @media all and (min-width: 768px) {
    .tt_action_sub {
      font-size: 1.6rem; } }

.career_inner {
  width: 100%;
  max-width: 900px; }
  @media all and (min-width: 768px) {
    .career_inner {
      padding-left: 40px; } }

.career_graph {
  margin-top: 40px; }

.list_career_point {
  margin-top: 40px; }

.item_career_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .item_career_point:not(:first-of-type) {
    margin-top: 40px; }

.point_num {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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: 1.6em;
  height: 1.6em;
  font-size: 2.1rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #FFF;
  border-radius: 200px; }

.item_career_point:nth-of-type(even) .point_num {
  background: #27AAEE; }

.item_career_point:nth-of-type(odd) .point_num {
  background: #F56313; }

.career_text {
  padding-left: 4%; }

.career_text span {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6; }
  .career_text span:first-of-type {
    padding-bottom: .3em;
    font-size: 2rem; }
  .career_text span:first-of-type br {
    display: none; }
    @media all and (min-width: 768px) {
      .career_text span:first-of-type br {
        display: block; } }

.offtime {
  margin-top: 80px;
  overflow: hidden; }

.offtime h3 {
  width: 60%;
  margin: 0 auto; }
  @media all and (min-width: 768px) {
    .offtime h3 {
      width: 277px; } }

.offtime_inner {
  margin-top: calc(30% + 40px);
  width: 88%;
  margin-left: 12%;
  background: #E9E4E4; }
  @media all and (min-width: 768px) {
    .offtime_inner {
      margin-top: 40px;
      width: 100%; } }

.img_offtime {
  position: relative;
  width: 94%;
  margin-top: -30%;
  margin-left: -12%;
  float: left; }
  @media all and (min-width: 768px) {
    .img_offtime {
      display: block;
      width: 100%;
      max-width: 516px;
      margin-top: -20px;
      padding: 0 30px 30px 0; } }

.txt_offtime {
  display: block; }
  @media all and (min-width: 768px) {
    .txt_offtime {
      width: 100%; } }

.txt_offtime p {
  clear: both;
  width: 100%;
  padding: 5%; }
  @media all and (min-width: 768px) {
    .txt_offtime p {
      clear: right;
      font-size: 1.6rem;
      padding: 40px 140px; } }

.msg_personal_wrap {
  position: relative;
  margin: 0 calc(50% - 50vw);
  margin-top: 80px;
  width: 100vw;
  overflow: visible; }

.msg_personal {
  width: 92.995%;
  margin: 0 auto;
  padding-bottom: 40px; }
  @media all and (min-width: 768px) {
    .msg_personal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 948px;
      padding-bottom: 0; } }

.msg_offtime {
  background: url(../img/bg_dot.png) top center;
  background-size: 2%; }
  @media all and (min-width: 768px) {
    .msg_offtime {
      background-size: 18px; } }

.msg_hitokoto {
  background: url(../img/bg_square.png) top center;
  background-size: 10%; }
  @media all and (min-width: 768px) {
    .msg_hitokoto {
      background-size: 90px; } }

.msg_memory {
  background: url(../img/bg_stripe.png) top center;
  background-size: 2%; }
  @media all and (min-width: 768px) {
    .msg_memory {
      background-size: 285px; } }

.tit_msg_personal {
  padding-top: 10px;
  font-size: 2rem;
  color: #F8106C;
  line-height: 1.5; }

.txt_personal {
  padding-top: 20px;
  padding-left: 7%; }
  @media all and (min-width: 768px) {
    .txt_personal {
      font-size: 1.6rem;
      padding-left: 40px; } }

.img_personal {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 20px;
  padding-left: 7%; }
  @media all and (min-width: 768px) {
    .img_personal {
      width: 60%;
      max-width: 516px;
      margin: 0;
      margin-left: 20px;
      padding: 0; } }

@media all and (min-width: 768px) {
  .img_personal.img_vertical {
    width: 40%; } }

.slider {
  margin-top: 80px; }

.item_slider {
  position: relative;
  padding: 0;
  background: #dc000c; }
  .item_slider:hover {
    opacity: 0.6; }

.item_slider img {
  width: 100%; }

.item_slider span {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 20px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
  color: #302D2D;
  line-height: 1.5; }
  @media all and (min-width: 768px) {
    .item_slider span {
      font-size: 1.4rem; } }

.slide-arrow {
  z-index: 999;
  height: 100%;
  display: block;
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position-y: 50%; }

.prev-arrow {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8% 0 0;
  background-image: url(../img/ico_slidearrow_L.svg);
  background-position-x: 0%; }
  @media all and (min-width: 768px) {
    .prev-arrow {
      padding: 0 30px 0 0; } }

.next-arrow {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 0 8%;
  background-image: url(../img/ico_slidearrow_R.svg);
  background-position-x: 100%; }
  @media all and (min-width: 768px) {
    .next-arrow {
      padding: 0 0 0 30px; } }

.slick-slide .slider_thumb_pc {
  display: none; }
  @media all and (min-width: 768px) {
    .slick-slide .slider_thumb_pc {
      display: block; } }

.slick-slide .slider_thumb_sp {
  display: block; }
  @media all and (min-width: 768px) {
    .slick-slide .slider_thumb_sp {
      display: none; } }

body[data-page-id="data"] h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  line-height: 1.3; }
  body[data-page-id="data"] h2 br {
    display: block; }
    @media all and (min-width: 768px) {
      body[data-page-id="data"] h2 br {
        display: none; } }
  body[data-page-id="data"] h2::before {
    content: "";
    display: block;
    margin-right: 10px;
    width: 40%;
    max-width: 120px;
    height: auto;
    aspect-ratio: 1 / 1;
    background: url(../img/il_abciee_data.png) center center no-repeat;
    background-size: contain; }
    @media all and (min-width: 768px) {
      body[data-page-id="data"] h2::before {
        width: 120px;
        height: 120px; } }

.section_data {
  margin-top: 40px; }

.blk_data.data_col3 {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media all and (min-width: 768px) {
    .blk_data.data_col3 {
      grid-template-columns: 1fr 1fr 1fr;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px;
      row-gap: 20px; } }
  .blk_data.data_col3:not(:first-of-type) {
    margin-top: 12px; }
    @media all and (min-width: 768px) {
      .blk_data.data_col3:not(:first-of-type) {
        margin-top: 20px; } }

.tit_data_section {
  margin-top: 60px;
  font-size: 1.9rem;
  line-height: 1.5;
  color: #F56313; }
  @media all and (min-width: 768px) {
    .tit_data_section {
      margin-top: 80px;
      font-size: 2.2rem; } }
  .tit_data_section small {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    color: #504A4B; }

.data_l {
  width: 100%;
  margin-top: 10px;
  padding: 8px;
  background: #E9E4E4;
  border-radius: 10px; }
  @media all and (min-width: 768px) {
    .data_l {
      margin-top: 20px; } }

.data_s {
  width: 100%;
  height: 100%;
  background: #E9E4E4;
  border-radius: 10px; }
  @media all and (min-width: 768px) {
    .data_s {
      width: 100%; } }
  .data_s .data_value_blk {
    padding-right: 12px; }
    @media all and (min-width: 768px) {
      .data_s .data_value_blk {
        padding: 0; } }
  .data_s:last-of-type .data_value_blk:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  @media all and (min-width: 768px) {
    .data_s:last-of-type {
      grid-row: auto;
      grid-column: auto; }
      .data_s:last-of-type .data_value_blk {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .data_s:last-of-type .data_img_wrap {
        width: 36%; }
      .data_s:last-of-type .data_name br {
        display: none; }
      .data_s:last-of-type .data_name br.u-dp {
        display: block; } }

.data_detail {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 8px; }
  @media all and (min-width: 768px) {
    .data_detail {
      padding: 16px 8px; } }

.data_l .data_detail {
  height: auto; }
  @media all and (min-width: 768px) {
    .data_l .data_detail {
      width: 100%; } }

.data_img_wrap {
  width: 20%;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media all and (min-width: 768px) {
    .data_img_wrap {
      width: 36%; } }

.data_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%; }
  @media all and (min-width: 768px) {
    .data_inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.data_name {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.3rem;
  font-size: 4vw;
  line-height: 1.4; }
  @media all and (min-width: 768px) {
    .data_name {
      width: 100%;
      font-size: 1.8vw; } }
  @media (min-width: 1024px) {
    .data_name {
      width: 100%;
      font-size: 1.8rem; } }

@media all and (min-width: 768px) {
  .name_2lines {
    top: 10px; } }

.data_value {
  font-size: 1.8rem; }
  @media all and (min-width: 768px) {
    .data_value {
      font-size: 2.0rem;
      font-size: 2.2vw; } }
  @media (min-width: 1024px) {
    .data_value {
      font-size: 2.2rem; } }
  .data_value span {
    display: inline-block;
    padding-top: 0.15em;
    font-family: "Josefin Sans", sans-serif;
    font-size: 4.6rem;
    font-size: 11vw;
    line-height: 1;
    color: #26A8FF;
    padding-right: 2px; }
    @media all and (min-width: 768px) {
      .data_value span {
        font-size: 5vw; } }
    @media (min-width: 1024px) {
      .data_value span {
        font-size: 5.5rem; } }

.data_anno {
  display: block;
  font-size: 0.9rem;
  line-height: 1.2; }
  @media all and (min-width: 768px) {
    .data_anno {
      font-size: 1rem; } }

.data_ico_people {
  width: 70%;
  top: 35%;
  left: 7%; }
  @media all and (min-width: 768px) {
    .data_ico_people {
      width: 70%;
      top: 16%;
      left: 7%; } }

.data_ico_age {
  width: 90%;
  top: 38%;
  left: 4%; }
  @media all and (min-width: 768px) {
    .data_ico_age {
      width: 90%;
      top: 21%;
      left: 3%; } }

.data_ico_management_age {
  width: 90%;
  top: 32%;
  left: 7%; }
  @media all and (min-width: 768px) {
    .data_ico_management_age {
      width: 90%;
      top: 21%;
      left: 13%; } }

.data_ico_holiday {
  width: 60%;
  top: 40%;
  left: 8%; }
  @media all and (min-width: 768px) {
    .data_ico_holiday {
      width: 60%;
      top: 22%;
      left: 11%; } }

.data_ico_cal {
  width: 50%;
  top: 40%;
  left: 8%; }
  @media all and (min-width: 768px) {
    .data_ico_cal {
      width: 60%;
      top: 22%;
      left: 11%; } }

.data_ico_overtime {
  width: 60%;
  top: 40%;
  left: 8%; }
  @media all and (min-width: 768px) {
    .data_ico_overtime {
      width: 80%;
      top: 22%;
      left: 11%; } }

.data_ico_reinstatement {
  width: 65%;
  top: 32%;
  left: 10%; }
  @media all and (min-width: 768px) {
    .data_ico_reinstatement {
      width: 85%;
      top: 15%;
      left: 12%; } }

.data_ico_childcare {
  width: 55%;
  top: 32%;
  left: 10%; }
  @media all and (min-width: 768px) {
    .data_ico_childcare {
      width: 65%;
      top: 15%;
      left: 12%; } }

.data_ico_beginner {
  width: 60%;
  top: 35%;
  left: 8%; }
  @media all and (min-width: 768px) {
    .data_ico_beginner {
      width: 80%;
      top: 20%;
      left: 10%; } }

img.img_data_rate_as_pc {
  display: none; }
  @media all and (min-width: 768px) {
    img.img_data_rate_as_pc {
      display: block;
      width: 96%;
      margin: 0 auto; } }

.img_data_rate_as_sp {
  display: block;
  width: 96%;
  margin: 0 auto;
  padding-top: 2%; }
  @media all and (min-width: 768px) {
    .img_data_rate_as_sp {
      display: none; } }

.blk_data_anno {
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: right;
  font-size: 1rem; }

@media all and (min-width: 768px) {
  .chart_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; } }

.data_chart {
  background: #E9E4E4;
  border-radius: 10px;
  margin-top: 12px; }
  @media all and (min-width: 768px) {
    .data_chart {
      margin-top: 20px; } }

@media all and (min-width: 768px) {
  .chart_detail_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media all and (min-width: 768px) {
  .chart_detail_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .chart_detail_reverse .chart_l {
      padding: 10px; } }

.chart_detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .chart_detail p {
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.chart_l {
  width: 100%;
  padding: 8% 3%; }
  @media all and (min-width: 768px) {
    .chart_l {
      padding: 10px 10px 10px 35px; } }
  @media all and (min-width: 768px) {
    .chart_l .chart_title {
      padding: 30px 10px 0 0; } }

.chart_s {
  width: 100%;
  padding: 8% 3%; }
  @media all and (min-width: 768px) {
    .chart_s {
      width: 49%;
      padding: 40px 10px 40px 35px; } }

@media all and (min-width: 768px) {
  .chart_reverse {
    padding: 10px 35px 10px 10px; } }

@media all and (min-width: 768px) {
  .chart_reverse .chart_detail_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media all and (min-width: 768px) {
  .chart_reverse .chart_detail_wrap .chart_detail {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.img_chart {
  margin-right: 8%;
  font-family: "Josefin Sans", sans-serif; }
  @media all and (min-width: 768px) {
    .img_chart {
      width: auto; } }

@media all and (min-width: 768px) {
  .chart_q3,
  .chart_q6 {
    padding-top: 30px;
    padding-bottom: 30px; } }

.ans_rank {
  padding-left: 30px; }
  @media all and (min-width: 768px) {
    .ans_rank {
      padding-left: 35px; } }

.chart_title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4; }
  @media all and (min-width: 768px) {
    .chart_title {
      font-size: 1.8rem; } }

.chart_rank_list {
  font-size: 1.3rem; }
  @media all and (min-width: 768px) {
    .chart_rank_list {
      font-size: 1.6rem; } }

.chart_rank_list li {
  position: relative;
  margin-top: 14px;
  margin-left: 22px;
  text-indent: -22px;
  line-height: 1.2; }

.chart_rank_list li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50px; }

.chart_rank1::before {
  background: #0D8EFF; }

.chart_rank2::before {
  background: #56B0FF; }

.chart_rank3::before {
  background: #A1D3FF; }

.chart_rank4::before {
  background: #7F93AA; }

.chart_rank5::before {
  background: #48647A; }

.ans_detail {
  width: 100%;
  background: #FFF;
  padding: 4%;
  margin-top: 30px;
  border-radius: 5px; }
  @media all and (min-width: 768px) {
    .ans_detail {
      width: 96%;
      margin: 0;
      padding: 30px 20px 40px 20px;
      -ms-flex-item-align: end;
      align-self: flex-end; } }

.ans_title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #F56313; }
  @media all and (min-width: 768px) {
    .ans_title {
      font-size: 1.8rem; } }

.ans_list {
  font-size: 1.3rem;
  line-height: 1.4; }
  @media all and (min-width: 768px) {
    .ans_list {
      font-size: 1.6rem; } }

.ans_list_detail {
  margin-top: 10px;
  margin-left: 1em;
  text-indent: -1em; }
  .ans_list_detail::before {
    content: "・"; }

.blk_questionnaire,
.blk_ranking {
  margin-top: 12px; }
  @media all and (min-width: 768px) {
    .blk_questionnaire,
    .blk_ranking {
      margin-top: 20px; } }

.data_questionnaire,
.data_ranking {
  padding: 8% 3%;
  background: #E9E4E4;
  border-radius: 10px; }
  @media all and (min-width: 768px) {
    .data_questionnaire,
    .data_ranking {
      padding: 40px 35px; } }
  .data_questionnaire small,
  .data_ranking small {
    display: block;
    margin-top: 10px; }

.title_questionnaire,
.title_ranking {
  font-size: 1.8rem;
  font-weight: 600; }

.title_rankin_sub {
  font-size: 1.4rem; }

.questionnaire_list,
.questionnaire_word {
  margin-top: 10px;
  padding: 4%;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #FFF;
  border-radius: 5px; }
  @media all and (min-width: 768px) {
    .questionnaire_list,
    .questionnaire_word {
      padding: 20px;
      font-size: 1.6rem; } }

.questionnaire_detail {
  margin-top: 6px;
  margin-left: 1em;
  text-indent: -1em; }
  .questionnaire_detail::before {
    content: "・"; }

.questionnaire_word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.questionnaire_word dt {
  font-size: 4rem;
  font-weight: 600;
  color: #F56313;
  line-height: 1.5;
  width: 15%;
  text-align: center; }

.questionnaire_word dd {
  width: 80%; }

.rank_top p {
  width: 100%;
  text-align: center; }
  .rank_top p img {
    display: inline;
    text-align: center;
    margin-top: 40px; }
  @media all and (min-width: 768px) {
    .rank_top p {
      width: auto; } }
  @media all and (min-width: 768px) {
    .rank_top p:nth-of-type(2) {
      padding: 0 10px; } }

@media all and (min-width: 768px) {
  .rank_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -20px; } }

.rank_other {
  margin-top: 20px;
  padding: 4%;
  background: #FFF;
  font-size: 1.4rem;
  line-height: 1.5; }
  @media all and (min-width: 768px) {
    .rank_other {
      margin-top: 40px;
      padding: 20px;
      font-size: 1.6rem; } }

.item_page_select span {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: 0.25em;
  padding-top: 0.25em;
  font-size: 1.4rem; }
