@charset "UTF-8";
/*==================================================*/
/* 前提css */
/*==================================================*/
a,
article,
blockquote,
body,
caption,
dd,
div,
dl,
dt,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
img,
li,
nav,
ol,
p,
pre,
section,
small,
span,
strong,
table,
td,
th,
tr,
ul,
figure {
  background: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: bottom; }

a,
small,
span,
strong {
  vertical-align: baseline; }

article,
footer,
header,
nav,
section {
  display: block; }

li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address,
th {
  font-style: normal; }

:focus,
a:focus {
  outline: 0; }

br {
  letter-spacing: normal; }

textarea {
  resize: none; }

a {
  text-decoration: none; }

main img {
  height: auto;
  width: 100%; }

/*==================================================*/
/* レスポンシブ用css */
/*==================================================*/
.pc {
  display: block; }
  .pc.inline {
    display: inline; }
  .pc.flex {
    display: flex; }

.sp {
  display: none; }
  .sp.inline {
    display: none; }
  .sp.flex {
    display: none; }

.pad {
  display: none; }

@media (max-width: 768px) {
  .pc_padL {
    display: none; } }

@media (max-width: 768px) {
  .pad {
    display: block; } }
@media (max-width: 480px) {
  .pc {
    display: none; }
    .pc.inline {
      display: none; }
    .pc.flex {
      display: none; }

  .sp {
    display: block; }
    .sp.inline {
      display: inline; }
    .sp.flex {
      display: flex; } }
#culture .photo_gallery {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 60px;
  overflow: hidden; }
  @media (max-width: 1040px) {
    #culture .photo_gallery {
      padding: 0 20px; } }
#culture .deco {
  padding-bottom: 187px;
  background-image: url(../img/deco02.png);
  background-repeat: no-repeat;
  background-position: bottom right -17%;
  background-size: 50.8%; }
  @media (max-width: 1920px) {
    #culture .deco {
      padding-bottom: 9.7395833333vw; } }
  @media (max-width: 768px) {
    #culture .deco {
      background-size: 70%; } }
#culture .photo_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  justify-content: space-between;
  overflow: hidden; }
  @media (max-width: 768px) {
    #culture .photo_wrap {
      margin-top: 40px; } }
#culture .photo_item {
  width: 31.6%;
  margin-bottom: 1.6%; }
  @media (max-width: 768px) {
    #culture .photo_item {
      width: 49%; } }
  @media (max-width: 480px) {
    #culture .photo_item {
      width: 100%; } }
#culture .office_tour {
  padding-bottom: 216px;
  margin-top: 140px; }
  @media (max-width: 1920px) {
    #culture .office_tour {
      margin-top: 7.2916666667vw;
      padding-bottom: 11.25vw; } }
  @media (max-width: 768px) {
    #culture .office_tour {
      margin-top: 80px; } }
  #culture .office_tour .recruit_page_title {
    width: 24%;
    text-align: right;
    min-width: 440px; }
    @media (max-width: 1040px) {
      #culture .office_tour .recruit_page_title {
        width: 100%;
        text-align: left;
        min-width: 0; } }
#culture .slider {
  margin-bottom: 60px;
  width: 100%;
  margin: 86px auto 0; }
  @media (max-width: 1920px) {
    #culture .slider {
      margin: 4.4791666667vw auto 0; } }
  @media (max-width: 1040px) {
    #culture .slider {
      margin: 40px auto 0; } }
#culture .caption {
  font-size: 18px;
  margin-top: 30px;
  line-height: 150%; }
  @media (max-width: 1040px) {
    #culture .caption {
      font-size: 16px; } }
  @media (max-width: 768px) {
    #culture .caption {
      font-size: 14px; } }
#culture .right {
  width: 39.2%;
  min-width: 500px;
  margin-top: 65px; }
  @media (max-width: 1040px) {
    #culture .right {
      width: 100%;
      min-width: 0; } }
#culture .slick-dots li button:before {
  display: none; }
#culture .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 4px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  margin: 0 3px;
  margin-bottom: 10px; }
  #culture .slick-dots li.slick-active button {
    background-color: #e60012; }
#culture .slick-dots li button {
  line-height: 0;
  display: block;
  width: 40px;
  height: 4px;
  padding: 5px;
  cursor: pointer;
  background: #ccc; }
#culture .slick-slide {
  height: auto;
  transform: scale(0.83);
  transition: all 0.3s;
  width: 100vw;
  max-width: 900px; }
  @media (max-width: 1040px) {
    #culture .slick-slide {
      transform: scale(1);
      max-width: 100%; } }
  #culture .slick-slide .caption {
    opacity: 0;
    transition: 0.3s; }
    @media (max-width: 1040px) {
      #culture .slick-slide .caption {
        padding: 0 20px; } }
#culture .prev-arrow,
#culture .next-arrow {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url(../img/culture/arrow_prev.png);
  background-size: 100%;
  border-radius: 50%;
  margin: 0 auto;
  position: static;
  cursor: pointer; }
#culture .next-arrow {
  background-image: url(../img/culture/arrow_next.png); }
#culture .slick-prev:before,
#culture .slick-next:before {
  display: none; }
#culture .arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 140px;
  margin: 0 auto;
  position: relative; }
#culture .slick-dotted.slick-slider {
  margin-bottom: 45px;
  padding-bottom: 30px; }
#culture .slick-track {
  align-items: center;
  display: flex; }
#culture .slick-initialized .slick-slide.slick-center {
  transform: scale(1); }
  #culture .slick-initialized .slick-slide.slick-center .caption {
    opacity: 1; }

#our-team .right {
  width: 39.2%;
  margin-top: 66px;
  min-width: 600px; }
  @media (max-width: 1040px) {
    #our-team .right {
      width: 100%;
      min-width: 0; } }
#our-team .left_item {
  max-width: 1920px;
  margin: 80px auto 0; }
#our-team .left {
  min-width: 681px;
  text-align: right; }
  @media (max-width: 1040px) {
    #our-team .left {
      text-align: left; } }
#our-team .interview {
  width: 100%;
  max-width: 1640px;
  margin: 80px auto 0;
  padding: 0 60px; }
  @media (max-width: 1040px) {
    #our-team .interview {
      padding: 0 20px; } }
#our-team .note {
  width: 135px;
  margin-left: 2px; }
#our-team .interview_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 74px; }
  #our-team .interview_list + .red_link {
    margin-top: 49px; }
#our-team .interview_item {
  width: 31%;
  margin-bottom: 64px; }
  @media (max-width: 768px) {
    #our-team .interview_item {
      width: 48%;
      margin-bottom: 40px; } }
  @media (max-width: 480px) {
    #our-team .interview_item {
      width: 100%;
      margin-bottom: 24px; } }
  #our-team .interview_item a:hover .interview_item_image::before {
    top: 0;
    left: 0; }
  #our-team .interview_item a:hover .interview_item_image::after {
    bottom: 0;
    right: 0; }
  #our-team .interview_item a:hover .interview_item_title,
  #our-team .interview_item a:hover .interview_item_text,
  #our-team .interview_item a:hover .interview_item_date {
    opacity: 0.6; }
#our-team .interview_item_image {
  background-color: #e70012;
  width: 98.1%;
  margin-top: 10px;
  height: 252px;
  margin-left: 10px;
  position: relative; }
  @media (max-width: 1640px) {
    #our-team .interview_item_image {
      height: 15.36vw; } }
  @media (max-width: 768px) {
    #our-team .interview_item_image {
      height: 23.3072916667vw; } }
  @media (max-width: 480px) {
    #our-team .interview_item_image {
      height: 46.6666666667vw; } }
  #our-team .interview_item_image::before {
    content: "";
    position: absolute;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: -10px;
    left: -10px;
    transition: 0.3s ease; }
  #our-team .interview_item_image::after {
    content: "";
    position: absolute;
    background-image: url(../img/our-team/arrow_square.png);
    background-size: cover;
    background-position: center;
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 10px;
    transition: 0.3s ease; }
    @media (max-width: 1640px) {
      #our-team .interview_item_image::after {
        width: 4.87vw;
        height: 4.87vw; } }
    @media (max-width: 768px) {
      #our-team .interview_item_image::after {
        width: 8vw;
        height: 8vw; } }
    @media (max-width: 480px) {
      #our-team .interview_item_image::after {
        width: 14vw;
        height: 14vw; } }
#our-team .interview_item_title {
  font-size: 24px;
  margin-top: 31px;
  line-height: 150%;
  transition: 0.3s ease; }
  @media (max-width: 1040px) {
    #our-team .interview_item_title {
      font-size: 20px;
      margin-top: 15px; } }
  @media (max-width: 480px) {
    #our-team .interview_item_title {
      font-size: 18px; } }
#our-team .interview_item_text p {
  line-height: 150%;
  font-size: 18px;
  margin-top: 20px;
  transition: 0.3s ease; }
  @media (max-width: 1040px) {
    #our-team .interview_item_text p {
      font-size: 16px;
      margin-top: 10px; } }
  @media (max-width: 480px) {
    #our-team .interview_item_text p {
      font-size: 14px; } }
#our-team .interview_item_date {
  font-size: 16px;
  margin-top: 14px;
  transition: 0.3s ease; }
  @media (max-width: 768px) {
    #our-team .interview_item_date {
      font-size: 14px; } }
  @media (max-width: 480px) {
    #our-team .interview_item_date {
      font-size: 12px; } }
#our-team .recruitment_video {
  width: 100%;
  max-width: 1640px;
  margin: 80px auto 0;
  padding: 0 60px; }
  @media (max-width: 1040px) {
    #our-team .recruitment_video {
      padding: 0 20px; } }
  @media (max-width: 480px) {
    #our-team .recruitment_video {
      margin: 80px auto; } }
  #our-team .recruitment_video .title_wrap {
    padding: 0 0 41px 0; }

#welfare .welfare_block,
#welfare .training_system {
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto; }
#welfare .right {
  width: 41.5%;
  margin-top: 66px; }
  @media (max-width: 1040px) {
    #welfare .right {
      width: 100%;
      margin-top: 60px; } }
#welfare .left_item {
  max-width: 1920px;
  margin: 91px auto 0; }
#welfare .left {
  width: 34%;
  text-align: right;
  min-width: 600px; }
  @media (max-width: 1040px) {
    #welfare .left {
      width: 100%;
      min-width: 0;
      text-align: left; } }
#welfare .center {
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 200%;
  margin-top: 40px; }
  @media (max-width: 1040px) {
    #welfare .center {
      font-size: 20px; } }
  @media (max-width: 768px) {
    #welfare .center {
      font-size: 18px; } }
  @media (max-width: 480px) {
    #welfare .center {
      font-size: 16px; } }
#welfare .welfare_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
#welfare .welfare_item {
  width: 23.7%;
  border: 3px solid #e70012;
  text-align: center;
  height: 289px;
  margin-bottom: 22px; }
  @media (max-width: 1340px) {
    #welfare .welfare_item {
      height: 21.56vw;
      margin-bottom: 1.64vw; } }
  @media (max-width: 768px) {
    #welfare .welfare_item {
      width: 31.7%;
      height: 29.9479166667vw;
      margin-bottom: 2.6041666667vw;
      border: 2px solid #e70012; } }
  @media (max-width: 480px) {
    #welfare .welfare_item {
      width: 48.4%;
      height: 44.375vw;
      margin-bottom: 3.3333333333vw; } }
  #welfare .welfare_item.big {
    width: 49.2%; }
    @media (max-width: 480px) {
      #welfare .welfare_item.big {
        height: auto;
        padding: 0 3.75vw 6.25vw 3.75vw; } }
    #welfare .welfare_item.big .red {
      color: #e70012; }
    @media (max-width: 768px) {
      #welfare .welfare_item.big {
        width: 65.6%; } }
    @media (max-width: 480px) {
      #welfare .welfare_item.big {
        width: 100%; } }
    #welfare .welfare_item.big .big_text {
      text-align: left;
      padding-left: 43px;
      font-size: 24px;
      line-height: 150%;
      margin-top: 20px; }
      @media (max-width: 1340px) {
        #welfare .welfare_item.big .big_text {
          font-size: 1.79vw;
          margin-top: 1.49vw;
          padding-left: 3.2vw; } }
      @media (max-width: 768px) {
        #welfare .welfare_item.big .big_text {
          font-size: 2.34375vw;
          margin-top: 2.0833333333vw;
          padding-left: 3.90625vw; } }
      @media (max-width: 480px) {
        #welfare .welfare_item.big .big_text {
          font-size: 3.5416666667vw;
          margin-top: 2.9166666667vw;
          padding-left: 0; } }
  #welfare .welfare_item.hide {
    display: none; }
    @media (max-width: 768px) {
      #welfare .welfare_item.hide {
        display: block; } }
    @media (max-width: 480px) {
      #welfare .welfare_item.hide {
        display: none; } }
#welfare .welfare_item_empty {
  width: 23.7%; }
  @media (max-width: 768px) {
    #welfare .welfare_item_empty {
      width: 31.7%; } }
  @media (max-width: 480px) {
    #welfare .welfare_item_empty {
      width: 48.4%; } }
#welfare .welfare_item_title {
  font-size: 24px;
  margin-top: 28px; }
  @media (max-width: 1340px) {
    #welfare .welfare_item_title {
      font-size: 1.79vw;
      margin-top: 2.08vw; } }
  @media (max-width: 768px) {
    #welfare .welfare_item_title {
      font-size: 2.34375vw;
      margin-top: 3.90625vw; } }
  @media (max-width: 480px) {
    #welfare .welfare_item_title {
      font-size: 3.5416666667vw;
      margin-top: 6.25vw; } }
#welfare .welfare_item_img {
  height: 47%;
  margin-top: 14%; }
#welfare .training_system .title_wrap {
  margin-top: 93px; }
#welfare .deco + .title_wrap {
  margin-top: 91px; }
#welfare footer {
  margin-top: 100px; }

@media (max-width: 1040px) {
  #business .title_wrap {
    padding: 0 20px 41px 0; } }
#business .vision {
  margin-top: 0;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  padding-top: 77px; }
#business .visual {
  background-image: url(../img/business/comany_bg.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 470px;
  position: relative; }
  @media (max-width: 1040px) {
    #business .visual {
      height: 45.1923076923vw; } }
  #business .visual img {
    width: 976px;
    right: -278px;
    position: absolute;
    top: -53px; }
    @media (max-width: 1920px) {
      #business .visual img {
        width: 50.8333333333vw;
        right: -14.4791666667vw;
        top: -2.7604166667vw; } }
#business .visual_on {
  background-color: #fff;
  max-width: 1400px;
  width: 73%;
  right: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: auto;
  text-align: center; }
  @media (max-width: 1280px) {
    #business .visual_on {
      width: 84%; } }
  #business .visual_on .text01 {
    color: #e70012;
    text-align: center;
    font-family: "Koulen", serif;
    font-size: 43px;
    letter-spacing: 6px;
    margin-top: 43px; }
    @media (max-width: 1280px) {
      #business .visual_on .text01 {
        font-size: 3.359375vw; } }
    @media (max-width: 768px) {
      #business .visual_on .text01 {
        font-size: 24px; } }
    @media (max-width: 480px) {
      #business .visual_on .text01 {
        font-size: 5vw; } }
  #business .visual_on .text02 {
    font-size: 49px;
    font-weight: 900;
    margin-top: 18px;
    letter-spacing: 1px; }
    @media (max-width: 1280px) {
      #business .visual_on .text02 {
        font-size: 3.828125vw; } }
    @media (max-width: 768px) {
      #business .visual_on .text02 {
        line-height: 135%;
        font-size: 30px; } }
    @media (max-width: 480px) {
      #business .visual_on .text02 {
        font-size: 6.25vw; } }
  #business .visual_on .main_color {
    color: #e70012; }
#business .vision_wrap {
  padding: 110px 20px; }
  @media (max-width: 768px) {
    #business .vision_wrap {
      padding: 110px 20px 80px 20px; } }
#business .vision_item_wrap {
  display: flex;
  margin: 0 auto;
  max-width: 1661px;
  padding: 0 20px;
  justify-content: space-between; }
  @media (max-width: 768px) {
    #business .vision_item_wrap {
      justify-content: space-around;
      flex-wrap: wrap; } }
  #business .vision_item_wrap .vision_item {
    width: 31.6%; }
    @media (max-width: 768px) {
      #business .vision_item_wrap .vision_item {
        min-width: 39.0625vw;
        margin-bottom: 20px; }
        #business .vision_item_wrap .vision_item.last {
          margin-bottom: 0; } }
    @media (max-width: 480px) {
      #business .vision_item_wrap .vision_item {
        width: 100%;
        margin-bottom: 40px; } }
#business .vision_text {
  text-align: center;
  font-size: 22px;
  line-height: 200%;
  margin-top: 64px; }
  @media (max-width: 1280px) {
    #business .vision_text {
      font-size: 18px; } }
  @media (max-width: 1040px) {
    #business .vision_text {
      font-size: 16px; } }
  @media (max-width: 768px) {
    #business .vision_text {
      text-align: left; } }
  #business .vision_text + .vision_text {
    margin-top: 27px; }
#business .business_base {
  margin-top: 120px;
  padding: 125px 20px 59px 20px; }
  @media (max-width: 768px) {
    #business .business_base {
      padding: 80px 20px 30px 20px; } }
  #business .business_base .recruit_page_title {
    position: relative;
    display: inline-block;
    width: 19%;
    min-width: 365px; }
    @media (max-width: 1040px) {
      #business .business_base .recruit_page_title {
        width: 100%;
        min-width: 0; } }
  #business .business_base .bg_white {
    background-color: #fff;
    max-width: 1600px;
    margin: 75px auto;
    padding: 53px 39px 31px 28px; }
    @media (max-width: 480px) {
      #business .business_base .bg_white {
        padding: 53px 0 31px 0; }
        #business .business_base .bg_white .text_wrap {
          padding: 0 20px; } }
#business .business_base_wrap {
  display: flex;
  margin-top: 52px;
  justify-content: space-between; }
  @media (max-width: 1040px) {
    #business .business_base_wrap {
      flex-direction: column; } }
  #business .business_base_wrap .busuiness_map {
    flex-shrink: 0;
    width: 68.5%;
    margin-top: 7px; }
    @media (max-width: 1040px) {
      #business .business_base_wrap .busuiness_map {
        width: 100%; } }
#business .text_wrap {
  width: 28.7%; }
  @media (max-width: 1040px) {
    #business .text_wrap {
      width: 100%;
      margin-top: 40px; } }
  #business .text_wrap .text {
    font-size: 19px;
    line-height: 178%; }
    @media (max-width: 1280px) {
      #business .text_wrap .text {
        font-size: 16px; } }
  #business .text_wrap .link {
    margin-top: 43px;
    display: block;
    max-width: 500px;
    margin: 43px auto 0; }
#business .history {
  padding-top: 94px;
  padding-bottom: 116px; }
#business .history_data {
  text-align: center;
  padding: 0 20px;
  margin-top: 38px; }
  @media (max-width: 1280px) {
    #business .history_data {
      overflow-x: scroll; } }
  #business .history_data img {
    max-width: 1620px; }
    @media (max-width: 1280px) {
      #business .history_data img {
        width: 1280px; } }
#business .business_summary {
  padding-top: 95px; }
#business .business_summary_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1540px;
  padding: 0 20px;
  margin: 57px auto 0;
  justify-content: space-between; }
  #business .business_summary_list .image {
    text-align: center; }
    #business .business_summary_list .image img {
      width: 56%; }
      @media (max-width: 768px) {
        #business .business_summary_list .image img {
          max-width: 200px; } }
  #business .business_summary_list .text {
    margin-top: 41px;
    font-size: 16px;
    line-height: 180%;
    text-align: left; }
    @media (max-width: 1280px) {
      #business .business_summary_list .text {
        margin-top: 2.34375vw; } }
    @media (max-width: 768px) {
      #business .business_summary_list .text {
        margin-top: 20px; } }
#business .business_summary_item {
  width: 28.8%;
  margin-bottom: 79px; }
  @media (max-width: 1280px) {
    #business .business_summary_item {
      width: 31%; } }
  @media (max-width: 1040px) {
    #business .business_summary_item {
      width: 48%; } }
  @media (max-width: 768px) {
    #business .business_summary_item {
      width: 100%; } }

#organization .right {
  width: 52.2%;
  margin-top: 66px;
  min-width: 600px; }
  @media (max-width: 1040px) {
    #organization .right {
      width: 100%;
      min-width: 0; } }
#organization .left {
  min-width: 649px;
  text-align: right; }
  @media (max-width: 1040px) {
    #organization .left {
      min-width: 0;
      text-align: left; } }
#organization .organization_chart {
  padding: 20px 4px;
  width: 1640px;
  margin: 40px auto; }
  @media (max-width: 1640px) {
    #organization .organization_chart {
      width: 100%; } }
  @media (max-width: 1040px) {
    #organization .organization_chart {
      overflow-x: scroll;
      width: 96%;
      padding: 20px 0; } }
  #organization .organization_chart .notice {
    font-size: 22px;
    list-style: 150%; }
    @media (max-width: 1040px) {
      #organization .organization_chart .notice {
        font-size: 16px; } }
  #organization .organization_chart .chart01 {
    display: flex;
    margin-top: 67px;
    width: 952px; }
    @media (max-width: 1640px) {
      #organization .organization_chart .chart01 {
        margin-top: 4.0853658537vw;
        width: 58.0487804878vw; } }
    @media (max-width: 1040px) {
      #organization .organization_chart .chart01 {
        width: 562px;
        margin-top: 37px; } }
    #organization .organization_chart .chart01 .chart_item + .chart_item {
      margin-left: 63px;
      position: relative; }
      @media (max-width: 1640px) {
        #organization .organization_chart .chart01 .chart_item + .chart_item {
          margin-left: 3.8414634146vw; } }
      @media (max-width: 1040px) {
        #organization .organization_chart .chart01 .chart_item + .chart_item {
          margin-left: 37px; } }
      #organization .organization_chart .chart01 .chart_item + .chart_item::before {
        content: "";
        width: 63px;
        height: 1px;
        top: 0;
        bottom: 0;
        position: absolute;
        background-color: #3f3a39;
        left: -63px;
        margin: auto; }
        @media (max-width: 1640px) {
          #organization .organization_chart .chart01 .chart_item + .chart_item::before {
            width: 3.8414634146vw;
            left: -3.8414634146vw; } }
        @media (max-width: 1040px) {
          #organization .organization_chart .chart01 .chart_item + .chart_item::before {
            width: 36px;
            left: -36px; } }
    #organization .organization_chart .chart01 .chart01_item02 {
      position: relative; }
      #organization .organization_chart .chart01 .chart01_item02::after {
        content: "";
        width: 1px;
        height: 94px;
        right: 0;
        left: 0;
        top: 65px;
        position: absolute;
        background-color: #3f3a39;
        margin: auto; }
        @media (max-width: 1640px) {
          #organization .organization_chart .chart01 .chart01_item02::after {
            height: 5.7317073171vw;
            top: 3.9634146341vw; } }
        @media (max-width: 1040px) {
          #organization .organization_chart .chart01 .chart01_item02::after {
            height: 60px;
            top: 40px; } }
  #organization .organization_chart .chart_item {
    color: #fff;
    background-color: #e70012;
    font-size: 24px;
    padding: 21px 0;
    letter-spacing: 4px;
    width: 275px;
    text-align: center; }
    @media (max-width: 1640px) {
      #organization .organization_chart .chart_item {
        width: 16.7682926829vw;
        font-size: 1.4634146341vw;
        padding: 1.2804878049vw 0;
        letter-spacing: 0.243902439vw; } }
    @media (max-width: 1040px) {
      #organization .organization_chart .chart_item {
        width: 173px;
        padding: 13px 0;
        font-size: 15px;
        letter-spacing: 3px; } }
#organization .chart_wrap {
  display: flex; }
#organization .chart02 {
  margin-top: 57px; }
  @media (max-width: 1640px) {
    #organization .chart02 {
      margin-top: 3.4756097561vw; } }
  @media (max-width: 1040px) {
    #organization .chart02 {
      margin-top: 36px; } }
  #organization .chart02 .chart_item {
    position: relative; }
    #organization .chart02 .chart_item::before {
      content: "";
      width: 1px;
      height: 57px;
      right: 0;
      left: 0;
      position: absolute;
      background-color: #3f3a39;
      top: -57px;
      margin: auto; }
      @media (max-width: 1640px) {
        #organization .chart02 .chart_item::before {
          height: 3.4756097561vw;
          top: -3.4756097561vw; } }
      @media (max-width: 1040px) {
        #organization .chart02 .chart_item::before {
          height: 36px;
          top: -36px; } }
#organization .chart03 {
  margin-left: 63px;
  margin-top: 91px;
  position: relative; }
  @media (max-width: 1640px) {
    #organization .chart03 {
      margin-left: 3.8414634146vw;
      margin-top: 5.5487804878vw; } }
  @media (max-width: 1040px) {
    #organization .chart03 {
      margin-top: 60px;
      margin-left: 40px; } }
  #organization .chart03::before {
    content: "";
    width: 1px;
    height: 526px;
    top: 66px;
    position: absolute;
    background-color: #3f3a39;
    left: 38px;
    margin: auto; }
    @media (max-width: 1640px) {
      #organization .chart03::before {
        height: 32.0731707317vw;
        top: 4.0243902439vw;
        left: 2.3170731707vw; } }
    @media (max-width: 1040px) {
      #organization .chart03::before {
        height: 328px;
        top: 41px;
        left: 23px; } }
  #organization .chart03::after {
    content: "";
    width: 882px;
    height: 1px;
    top: -46px;
    position: absolute;
    background-color: #3f3a39;
    left: 138px;
    margin: auto; }
    @media (max-width: 1640px) {
      #organization .chart03::after {
        width: 53.7804878049vw;
        top: -2.8048780488vw;
        left: 8.4146341463vw; } }
    @media (max-width: 1040px) {
      #organization .chart03::after {
        width: 576px;
        top: -29px;
        left: 69px; } }
  #organization .chart03 .chart_item {
    background-color: #ea5404; }
  #organization .chart03 .chart_item + .chart_item {
    margin-top: 27px;
    margin-left: 106px;
    position: relative; }
    @media (max-width: 1640px) {
      #organization .chart03 .chart_item + .chart_item {
        margin-top: 1.6463414634vw;
        margin-left: 6.4634146341vw; } }
    @media (max-width: 1040px) {
      #organization .chart03 .chart_item + .chart_item {
        margin-top: 17px;
        margin-left: 65px; } }
    #organization .chart03 .chart_item + .chart_item::before {
      content: "";
      width: 67px;
      height: 1px;
      top: 0;
      bottom: 0;
      position: absolute;
      background-color: #3f3a39;
      left: -67px;
      margin: auto; }
      @media (max-width: 1640px) {
        #organization .chart03 .chart_item + .chart_item::before {
          width: 4.0853658537vw;
          left: -4.0853658537vw; } }
      @media (max-width: 1040px) {
        #organization .chart03 .chart_item + .chart_item::before {
          width: 42px;
          left: -42px; } }
#organization .chart04 {
  margin-left: 60px;
  margin-top: 91px;
  position: relative; }
  @media (max-width: 1640px) {
    #organization .chart04 {
      margin-left: 3.6585365854vw;
      margin-top: 5.5487804878vw; } }
  @media (max-width: 1040px) {
    #organization .chart04 {
      margin-top: 57px;
      margin-left: 38px; } }
  #organization .chart04::before {
    content: "";
    width: 1px;
    height: 158px;
    top: 66px;
    position: absolute;
    background-color: #3f3a39;
    left: 38px;
    margin: auto; }
    @media (max-width: 1640px) {
      #organization .chart04::before {
        height: 9.6341463415vw;
        top: 4.0243902439vw;
        left: 2.3170731707vw; } }
    @media (max-width: 1040px) {
      #organization .chart04::before {
        height: 100px;
        top: 41px;
        left: 23px; } }
  #organization .chart04::after {
    content: "";
    width: 1;
    height: 48px;
    top: -46px;
    position: absolute;
    background-color: #3f3a39;
    margin: auto;
    right: 0;
    left: 0; }
    @media (max-width: 1640px) {
      #organization .chart04::after {
        height: 2.9268292683vw;
        top: -2.8048780488vw; } }
    @media (max-width: 1040px) {
      #organization .chart04::after {
        height: 26px;
        top: -26px; } }
  #organization .chart04 .chart_item {
    letter-spacing: 0px;
    background-color: #f08200;
    padding: 21px 25px 21px 0; }
    @media (max-width: 1640px) {
      #organization .chart04 .chart_item {
        padding: 1.2804878049vw 1.5243902439vw 1.2804878049vw 0; } }
    @media (max-width: 1040px) {
      #organization .chart04 .chart_item {
        padding: 13px 16px 13px 0; } }
    #organization .chart04 .chart_item + .chart_item {
      margin-top: 29px;
      margin-left: 106px;
      position: relative; }
      @media (max-width: 1640px) {
        #organization .chart04 .chart_item + .chart_item {
          margin-top: 1.7682926829vw;
          margin-left: 6.4634146341vw; } }
      @media (max-width: 1040px) {
        #organization .chart04 .chart_item + .chart_item {
          margin-top: 19px;
          margin-left: 61px; } }
      #organization .chart04 .chart_item + .chart_item::before {
        content: "";
        width: 67px;
        height: 1px;
        top: 0;
        bottom: 0;
        position: absolute;
        background-color: #3f3a39;
        left: -67px;
        margin: auto; }
        @media (max-width: 1640px) {
          #organization .chart04 .chart_item + .chart_item::before {
            width: 4.0853658537vw;
            left: -4.0853658537vw; } }
        @media (max-width: 1040px) {
          #organization .chart04 .chart_item + .chart_item::before {
            width: 36px;
            left: -36px; } }
  #organization .chart04 .chart04_item01 {
    width: 380px; }
    @media (max-width: 1640px) {
      #organization .chart04 .chart04_item01 {
        width: 23.1707317073vw; } }
    @media (max-width: 1040px) {
      #organization .chart04 .chart04_item01 {
        width: 241px; } }
#organization .chart05 {
  margin-left: 60px;
  margin-top: 91px;
  position: relative; }
  @media (max-width: 1640px) {
    #organization .chart05 {
      margin-left: 3.6585365854vw;
      margin-top: 5.5487804878vw; } }
  @media (max-width: 1040px) {
    #organization .chart05 {
      margin-top: 57px;
      margin-left: 38px; } }
  #organization .chart05::before {
    content: "";
    width: 1px;
    height: 253px;
    top: 66px;
    position: absolute;
    background-color: #3f3a39;
    left: 38px;
    margin: auto; }
    @media (max-width: 1640px) {
      #organization .chart05::before {
        height: 15.4268292683vw;
        top: 4.0243902439vw;
        left: 2.3170731707vw; } }
    @media (max-width: 1040px) {
      #organization .chart05::before {
        height: 160px;
        top: 41px;
        left: 24px; } }
  #organization .chart05::after {
    content: "";
    width: 1;
    height: 48px;
    top: -46px;
    position: absolute;
    background-color: #3f3a39;
    margin: auto;
    left: 137px; }
    @media (max-width: 1640px) {
      #organization .chart05::after {
        height: 2.9268292683vw;
        top: -2.8048780488vw;
        left: 8.3536585366vw; } }
    @media (max-width: 1040px) {
      #organization .chart05::after {
        height: 26px;
        top: -26px;
        left: 89px; } }
  #organization .chart05 .chart_item {
    background-color: #108ccf; }
    #organization .chart05 .chart_item + .chart_item {
      margin-top: 29px;
      margin-left: 106px;
      position: relative; }
      @media (max-width: 1640px) {
        #organization .chart05 .chart_item + .chart_item {
          margin-top: 1.7682926829vw;
          margin-left: 6.4634146341vw; } }
      @media (max-width: 1040px) {
        #organization .chart05 .chart_item + .chart_item {
          margin-top: 19px;
          margin-left: 61px; } }
      #organization .chart05 .chart_item + .chart_item::before {
        content: "";
        width: 67px;
        height: 1px;
        top: 0;
        bottom: 0;
        position: absolute;
        background-color: #3f3a39;
        left: -67px;
        margin: auto; }
        @media (max-width: 1640px) {
          #organization .chart05 .chart_item + .chart_item::before {
            width: 4.0853658537vw;
            left: -4.0853658537vw; } }
        @media (max-width: 1040px) {
          #organization .chart05 .chart_item + .chart_item::before {
            width: 36px;
            left: -36px; } }
#organization .modal_open {
  cursor: pointer;
  position: relative; }
  #organization .modal_open .modal_link {
    color: #fff;
    transition: .3s ease; }
    #organization .modal_open .modal_link::before {
      content: "";
      position: absolute;
      width: 16px;
      height: 2px;
      background-color: #fff;
      right: 21px;
      top: 0;
      bottom: 0;
      margin: auto;
      transition: .3s ease; }
      @media (max-width: 1640px) {
        #organization .modal_open .modal_link::before {
          width: 0.9756097561vw;
          height: 0.1219512195vw;
          right: 1.2804878049vw; } }
      @media (max-width: 1040px) {
        #organization .modal_open .modal_link::before {
          width: 10px;
          height: 1px;
          right: 14px; } }
    #organization .modal_open .modal_link::after {
      content: "";
      position: absolute;
      width: 2px;
      height: 16px;
      background-color: #fff;
      right: 28px;
      top: 0px;
      bottom: 0;
      margin: auto;
      transition: .3s ease; }
      @media (max-width: 1640px) {
        #organization .modal_open .modal_link::after {
          width: 0.1219512195vw;
          height: 0.9756097561vw;
          right: 1.7073170732vw; } }
      @media (max-width: 1040px) {
        #organization .modal_open .modal_link::after {
          width: 1px;
          height: 10px;
          right: 18px; } }
  #organization .modal_open:hover .modal_link::before {
    transform: rotate(90deg); }
  #organization .modal_open:hover .modal_link::after {
    transform: rotate(90deg); }
#organization .shadow_text {
  margin-top: 43px;
  font-size: 24px;
  font-weight: bold;
  padding: 16px 27px 29px 32px;
  line-height: 142%;
  letter-spacing: -1px;
  background-color: #d5d3da;
  margin-bottom: 20px;
  position: relative;
  z-index: 10; }
  @media (max-width: 480px) {
    #organization .shadow_text {
      margin-top: 24px; } }
#organization .shadow_text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: -8px;
  left: 8px;
  z-index: -1; }
#organization .modal .box.n1 .cont01 .txt small b {
  margin-left: 6px;
  font-weight: 900; }
#organization .modal .box.n1 .cont01 > div {
  order: 1;
  position: absolute;
  right: 8%; }
  @media (max-width: 639px) {
    #organization .modal .box.n1 .cont01 > div {
      right: 0; } }
#organization .modal .modal_wrap .box .cont01 .inr {
  background: rgba(244, 244, 244, 0.9); }
#organization .modal .modal_wrap .box.n1 .cont01 .inr {
  padding: 0;
  background: transparent; }
#organization .modal .box.n1 .cont01 h3 {
  font-family: "Koulen", "Noto Sans JP", sans-serif;
  font-weight: 500; }
@media (max-width: 1280px) {
  #organization .cont01 + .cont01 {
    margin-top: 40px; } }
#organization .job {
  padding-top: 95px;
  background-image: url("../img/organization/interview.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 320px;
  position: relative; }
  @media (max-width: 768px) {
    #organization .job {
      background-size: 183%;
      background-position: bottom right;
      padding-bottom: 74.21875vw; } }
#organization .job_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1540px;
  padding: 0 20px;
  margin: 57px auto 0;
  justify-content: space-between; }
  #organization .job_list .image {
    text-align: center; }
    #organization .job_list .image img {
      width: 56%; }
      @media (max-width: 768px) {
        #organization .job_list .image img {
          max-width: 200px; } }
  #organization .job_list .text {
    margin-top: 41px;
    font-size: 16px;
    line-height: 180%;
    text-align: left; }
    @media (max-width: 1280px) {
      #organization .job_list .text {
        margin-top: 2.34375vw; } }
    @media (max-width: 768px) {
      #organization .job_list .text {
        margin-top: 20px; } }
#organization .job_item {
  width: 28.8%;
  margin-bottom: 79px; }
  @media (max-width: 1280px) {
    #organization .job_item {
      width: 31%; } }
  @media (max-width: 1040px) {
    #organization .job_item {
      width: 48%; } }
  @media (max-width: 768px) {
    #organization .job_item {
      width: 100%; } }
#organization .interview_link {
  width: 417px;
  position: absolute;
  right: -451px;
  left: 0;
  bottom: -103px;
  margin: auto; }
  #organization .interview_link:hover .arrow {
    left: -15px; }
    @media (max-width: 1920px) {
      #organization .interview_link:hover .arrow {
        left: 1.3020833333vw; } }
    @media (max-width: 1280px) {
      #organization .interview_link:hover .arrow {
        left: 3.4375vw; } }
    @media (max-width: 768px) {
      #organization .interview_link:hover .arrow {
        left: 2.0833333333vw; } }
  @media (max-width: 1920px) {
    #organization .interview_link {
      width: 21.71875vw;
      height: 16.875vw;
      right: -23.4895833333vw;
      bottom: -5.3645833333vw; } }
  @media (max-width: 1280px) {
    #organization .interview_link {
      width: 23.125vw;
      height: 20.390625vw; } }
  @media (max-width: 768px) {
    #organization .interview_link {
      width: 33.8541666667vw;
      height: 26.0416666667vw;
      right: 48.1770833333vw;
      bottom: 4.0364583333vw; } }
  #organization .interview_link .arrow {
    position: absolute;
    left: -35px;
    bottom: 113px;
    transition: 0.3s ease; }
    @media (max-width: 1920px) {
      #organization .interview_link .arrow {
        width: 16.1458333333vw;
        bottom: 5.8854166667vw;
        left: 0.2604166667vw; } }
    @media (max-width: 1280px) {
      #organization .interview_link .arrow {
        width: 17.8125vw;
        bottom: 6.953125vw;
        left: 1.875vw; } }
    @media (max-width: 768px) {
      #organization .interview_link .arrow {
        bottom: 7.5520833333vw;
        left: 0;
        width: 26.0416666667vw; } }
#organization footer {
  margin-top: 200px; }

#data #data_list {
  position: relative; }
  #data #data_list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 93.5%;
    background-color: #eee;
    bottom: 0; }
    @media (max-width: 480px) {
      #data #data_list::before {
        height: 95.5%; } }
#data .right {
  width: 39.1%;
  margin-top: 69px; }
  @media (max-width: 1040px) {
    #data .right {
      width: 100%; } }
#data .data_list_wrap {
  max-width: 1640px;
  width: 100%;
  padding: 0 20px 82px 0;
  margin: 62px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 1640px) {
    #data .data_list_wrap {
      max-width: 100vw;
      padding: 0 1.2195121951vw 5vw 0;
      margin: 3.7804878049vw auto 0; } }
  @media (max-width: 480px) {
    #data .data_list_wrap {
      padding: 0 20px; } }
#data .data_item {
  background-color: #fff;
  width: 459px;
  height: 459px;
  display: flex;
  align-items: center;
  padding-top: 31px;
  position: relative;
  border: 3px solid #e70012;
  flex-direction: column;
  margin-bottom: 34px; }
  @media (max-width: 1640px) {
    #data .data_item {
      width: 27.987804878vw;
      height: 27.987804878vw;
      padding-top: 1.8902439024vw;
      margin-bottom: 0.7926829268vw; } }
  @media (max-width: 768px) {
    #data .data_item {
      width: 41.015625vw;
      height: 41.015625vw; }
      #data .data_item:nth-child(odd) {
        margin: 0 3.125vw 3.125vw 0 !important; } }
  @media (max-width: 480px) {
    #data .data_item {
      width: 82.5vw;
      height: 82.5vw;
      padding-top: 5.625vw;
      margin-bottom: 18px; }
      #data .data_item:nth-child(odd) {
        margin: 0 0 24px 0 !important; } }
  #data .data_item:nth-child(3n-1) {
    margin: 0 55px 55px 55px; }
    @media (max-width: 1640px) {
      #data .data_item:nth-child(3n-1) {
        margin: 0 3.3536585366vw 3.3536585366vw 3.3536585366vw; } }
    @media (max-width: 768px) {
      #data .data_item:nth-child(3n-1) {
        margin: 0 0 3.125vw 0; } }
    @media (max-width: 480px) {
      #data .data_item:nth-child(3n-1) {
        margin: 0 0 20px 0; } }
#data .graph_wrap {
  position: relative;
  width: 100%;
  height: 100%; }
#data .date_name {
  font-size: 27px; }
  @media (max-width: 1640px) {
    #data .date_name {
      font-size: 1.6463414634vw; } }
  @media (max-width: 768px) {
    #data .date_name {
      font-size: 2.4739583333vw; } }
  @media (max-width: 480px) {
    #data .date_name {
      font-size: 5vw; } }
  #data .date_name.date_name_circle {
    margin-bottom: 90px; }
    @media (max-width: 1640px) {
      #data .date_name.date_name_circle {
        margin-bottom: 5.487804878vw; } }
    @media (max-width: 768px) {
      #data .date_name.date_name_circle {
        margin-bottom: 10.4166666667vw; } }
    @media (max-width: 480px) {
      #data .date_name.date_name_circle {
        margin-bottom: 16.0416666667vw; } }
#data .pieChartArea li {
  list-style: none;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2 !important;
  position: absolute; }
  @media (max-width: 1640px) {
    #data .pieChartArea li {
      font-size: 1.0365853659vw; } }
  @media (max-width: 768px) {
    #data .pieChartArea li {
      font-size: 1.6927083333vw; } }
  @media (max-width: 480px) {
    #data .pieChartArea li {
      font-size: 3.125vw; } }
#data .pieChartArea li span {
  font-size: 31px;
  letter-spacing: 0;
  font-weight: 100; }
  @media (max-width: 1640px) {
    #data .pieChartArea li span {
      font-size: 1.8902439024vw; } }
  @media (max-width: 768px) {
    #data .pieChartArea li span {
      font-size: 2.8645833333vw; } }
  @media (max-width: 480px) {
    #data .pieChartArea li span {
      font-size: 5.625vw; } }
#data .pieChartArea02 li span {
  font-size: 43px;
  margin-left: 2px; }
  @media (max-width: 1640px) {
    #data .pieChartArea02 li span {
      font-size: 2.6219512195vw;
      margin-left: 0.1219512195vw; } }
  @media (max-width: 768px) {
    #data .pieChartArea02 li span {
      font-size: 4.1666666667vw; } }
  @media (max-width: 480px) {
    #data .pieChartArea02 li span {
      font-size: 7.7083333333vw; } }
#data .pieChartArea02 li:nth-child(1) span {
  font-size: 56px; }
  @media (max-width: 1640px) {
    #data .pieChartArea02 li:nth-child(1) span {
      font-size: 3.4146341463vw; } }
  @media (max-width: 768px) {
    #data .pieChartArea02 li:nth-child(1) span {
      font-size: 5.3385416667vw; } }
  @media (max-width: 480px) {
    #data .pieChartArea02 li:nth-child(1) span {
      font-size: 10vw; } }
#data .pieChartArea li strong {
  padding: 0;
  display: block;
  background: none;
  color: #fff; }
  #data .pieChartArea li strong span {
    color: #fff; }
#data .circle {
  display: inline-block;
  transform: scale(0.93) rotate(-90deg); }
#data .circle .type {
  fill: transparent;
  stroke-width: 100; }
#data .circle .type1 {
  stroke: #fff; }
  #data .circle .type1.active {
    stroke: #28c8d2; }
#data .circle .type2 {
  stroke: #fff; }
  #data .circle .type2.active {
    stroke: #ffaa00; }
#data .circle .type3 {
  stroke: #fff; }
  #data .circle .type3.active {
    stroke: #ff7800; }
#data .circle .type4 {
  stroke: #fff; }
  #data .circle .type4.active {
    stroke: #ff0000; }
#data .circle .type5 {
  stroke: #fff; }
  #data .circle .type5.active {
    stroke: #28c87d; }
#data .circle .type6 {
  stroke: #fff; }
  #data .circle .type6.active {
    stroke: #7864d2; }
#data .circle .type7 {
  stroke: #fff; }
  #data .circle .type7.active {
    stroke: #2841b9; }
#data .circle .type8 {
  stroke: #fff; }
  #data .circle .type8.active {
    stroke: #287dd2; }
#data .circle .type9 {
  stroke: #fff; }
  #data .circle .type9.active {
    stroke: #aaa; }
#data .c-transparent-item li {
  color: #222; }
  #data .c-transparent-item li span {
    font-family: "Koulen", sans-serif; }
#data .c-transparent-item li:nth-child(1) strong, #data .c-transparent-item li:nth-child(1) span {
  color: #28c8d2; }
#data .c-transparent-item li:nth-child(2) strong, #data .c-transparent-item li:nth-child(2) span {
  color: #ffaa00; }
#data .c-transparent-item li:nth-child(3) strong, #data .c-transparent-item li:nth-child(3) span {
  color: #ff7800; }
#data .c-transparent-item li:nth-child(4) strong, #data .c-transparent-item li:nth-child(4) span {
  color: #ff0000; }
#data .c-transparent-item li:nth-child(5) strong, #data .c-transparent-item li:nth-child(5) span {
  color: #28c87d; }
#data .c-transparent-item li:nth-child(6) strong, #data .c-transparent-item li:nth-child(6) span {
  color: #7864d2; }
#data .c-transparent-item li:nth-child(7) strong, #data .c-transparent-item li:nth-child(7) span {
  color: #2841b9; }
#data .c-transparent-item li:nth-child(8) strong, #data .c-transparent-item li:nth-child(8) span {
  color: #287dd2; }
#data .c-transparent-item li:nth-child(9) strong, #data .c-transparent-item li:nth-child(9) span {
  color: #aaa; }
#data .circle {
  width: 252px;
  height: 252px; }
  @media (max-width: 1640px) {
    #data .circle {
      width: 15.3658536585vw;
      height: 15.3658536585vw; } }
  @media (max-width: 768px) {
    #data .circle {
      width: 22.1354166667vw;
      height: 22.1354166667vw; } }
  @media (max-width: 480px) {
    #data .circle {
      width: 42.2916666667vw;
      height: 42.2916666667vw; } }
#data .circle .gender_type1 {
  stroke: #ff0000; }
#data .circle .gender_type2 {
  stroke: #ffaab4; }
#data .pieChartArea02 .c-transparent-item li:nth-child(1) strong, #data .pieChartArea02 .c-transparent-item li:nth-child(1) span {
  color: #ff0000; }
#data .pieChartArea02 .c-transparent-item li:nth-child(2) strong, #data .pieChartArea02 .c-transparent-item li:nth-child(2) span {
  color: #ffaab4; }
#data .bar-graph-wrap01 {
  position: relative; }
  #data .bar-graph-wrap01::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 31px;
    background-color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 20; }
    @media (max-width: 1640px) {
      #data .bar-graph-wrap01::before {
        height: 1.8902439024vw; } }
    @media (max-width: 768px) {
      #data .bar-graph-wrap01::before {
        height: 2.8645833333vw; } }
    @media (max-width: 480px) {
      #data .bar-graph-wrap01::before {
        height: 5.4166666667vw; } }
#data .bar-graph-wrap01.vertical .graph.active {
  animation: graphAnim02 .6s forwards; }
#data .bar-graph-wrap02.vertical .graph.active {
  animation: graphAnim03 .6s forwards; }
@keyframes graphAnim02 {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }
@keyframes graphAnim03 {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
#data .graph_info {
  position: absolute;
  top: -59px;
  width: max-content;
  text-align: center; }
  @media (max-width: 1640px) {
    #data .graph_info {
      top: -3.5975609756vw;
      width: 3.2926829268vw; } }
  @media (max-width: 768px) {
    #data .graph_info {
      top: -5.2083333333vw;
      width: 5.3385416667vw; } }
  @media (max-width: 480px) {
    #data .graph_info {
      top: -10.4166666667vw;
      width: 10vw; } }
  #data .graph_info .name {
    color: #222;
    display: block;
    font-size: 14px; }
    @media (max-width: 1640px) {
      #data .graph_info .name {
        font-size: 0.8536585366vw; } }
    @media (max-width: 768px) {
      #data .graph_info .name {
        font-size: 1.4322916667vw; } }
    @media (max-width: 480px) {
      #data .graph_info .name {
        font-size: 2.5vw; } }
  #data .graph_info .number {
    font-size: 32px;
    margin-top: 3px;
    display: block;
    font-weight: 400;
    font-family: "Koulen", sans-serif;
    margin-left: 6px; }
    @media (max-width: 1640px) {
      #data .graph_info .number {
        font-size: 1.9512195122vw;
        margin-top: 0.1829268293vw;
        margin-left: 0.3658536585vw; } }
    @media (max-width: 768px) {
      #data .graph_info .number {
        font-size: 2.8645833333vw; } }
    @media (max-width: 480px) {
      #data .graph_info .number {
        font-size: 5.625vw; } }
  #data .graph_info .parsent {
    font-size: 19px;
    font-weight: 600; }
    @media (max-width: 1640px) {
      #data .graph_info .parsent {
        font-size: 1.1585365854vw; } }
    @media (max-width: 768px) {
      #data .graph_info .parsent {
        font-size: 1.8229166667vw; } }
    @media (max-width: 480px) {
      #data .graph_info .parsent {
        font-size: 3.3333333333vw; } }
#data .bar-graph-wrap01 .graph:nth-of-type(1) {
  top: 15%;
  background: #ff0000;
  left: 7%;
  top: auto; }
  #data .bar-graph-wrap01 .graph:nth-of-type(1) .number, #data .bar-graph-wrap01 .graph:nth-of-type(1) .parsent {
    color: #ff0000; }
#data .bar-graph-wrap01 .graph:nth-of-type(2) {
  bottom: 0;
  margin: auto;
  background: #ff7800;
  left: 17%;
  top: auto; }
  #data .bar-graph-wrap01 .graph:nth-of-type(2) .number, #data .bar-graph-wrap01 .graph:nth-of-type(2) .parsent {
    color: #ff7800; }
#data .bar-graph-wrap01 .graph:nth-of-type(3) {
  bottom: 15%;
  background: #ffaa00;
  left: 27%; }
  #data .bar-graph-wrap01 .graph:nth-of-type(3) .number, #data .bar-graph-wrap01 .graph:nth-of-type(3) .parsent {
    color: #ffaa00; }
#data .bar-graph-wrap01 .graph:nth-of-type(4) {
  bottom: 15%;
  background: #28c87d;
  left: 37%; }
  #data .bar-graph-wrap01 .graph:nth-of-type(4) .number, #data .bar-graph-wrap01 .graph:nth-of-type(4) .parsent {
    color: #28c87d; }
#data .bar-graph-wrap01 .graph:nth-of-type(5) {
  bottom: 15%;
  background: #28c8d2;
  left: 47%; }
  #data .bar-graph-wrap01 .graph:nth-of-type(5) .number, #data .bar-graph-wrap01 .graph:nth-of-type(5) .parsent {
    color: #28c8d2; }
#data .bar-graph-wrap01 .graph:nth-of-type(6) {
  bottom: 15%;
  background: #287dd2;
  left: 57%; }
  #data .bar-graph-wrap01 .graph:nth-of-type(6) .number, #data .bar-graph-wrap01 .graph:nth-of-type(6) .parsent {
    color: #287dd2; }
#data .bar-graph-wrap01 .graph:nth-of-type(7) {
  bottom: 15%;
  background: #2841b9;
  left: 67%; }
  #data .bar-graph-wrap01 .graph:nth-of-type(7) .number, #data .bar-graph-wrap01 .graph:nth-of-type(7) .parsent {
    color: #2841b9; }
#data .bar-graph-wrap01 .graph:nth-of-type(8) {
  bottom: 15%;
  background: #7864d2;
  left: 77%; }
  #data .bar-graph-wrap01 .graph:nth-of-type(8) .number, #data .bar-graph-wrap01 .graph:nth-of-type(8) .parsent {
    color: #7864d2; }
#data .bar-graph-wrap01 .graph:nth-of-type(9) {
  bottom: 15%;
  background: #aaaaaa;
  left: 87%; }
  #data .bar-graph-wrap01 .graph:nth-of-type(9) .number, #data .bar-graph-wrap01 .graph:nth-of-type(9) .parsent {
    color: #aaaaaa; }
#data .bar-graph-wrap01.vertical .graph {
  width: 31px;
  bottom: 31px;
  flex-direction: column-reverse; }
  @media (max-width: 1640px) {
    #data .bar-graph-wrap01.vertical .graph {
      width: 1.8902439024vw;
      bottom: 1.8902439024vw; } }
  @media (max-width: 768px) {
    #data .bar-graph-wrap01.vertical .graph {
      width: 2.8645833333vw;
      bottom: 2.8645833333vw; } }
  @media (max-width: 480px) {
    #data .bar-graph-wrap01.vertical .graph {
      width: 5.4166666667vw;
      bottom: 5.4166666667vw; } }
#data .bar-graph-wrap01 {
  position: relative;
  overflow: hidden; }
#data .bar-graph-wrap01 .graph {
  height: 45px;
  position: absolute;
  left: 0;
  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;
  padding: 10px;
  -webkit-animation: graphAnim 1s forwards;
  animation: graphAnim 1s forwards; }
  @media (max-width: 1640px) {
    #data .bar-graph-wrap01 .graph {
      height: 2.743902439vw;
      padding: 0.6097560976vw; } }
#data .zaiseki {
  display: flex;
  align-items: flex-end;
  text-align: center; }
#data .zaiseki_text {
  font-size: 135px;
  font-weight: 100;
  font-family: "Koulen", sans-serif;
  color: #ff0000; }
  @media (max-width: 1640px) {
    #data .zaiseki_text {
      font-size: 8.2317073171vw; } }
  @media (max-width: 768px) {
    #data .zaiseki_text {
      font-size: 12.7604166667vw; } }
  @media (max-width: 480px) {
    #data .zaiseki_text {
      font-size: 24.375vw; } }
#data .year {
  font-size: 43px;
  font-weight: 500;
  color: #ff0000;
  line-height: 198%;
  margin-left: 4px; }
  @media (max-width: 1640px) {
    #data .year {
      font-size: 2.6219512195vw;
      margin-left: 0.243902439vw; } }
  @media (max-width: 768px) {
    #data .year {
      font-size: 4.0364583333vw; } }
  @media (max-width: 480px) {
    #data .year {
      font-size: 7.9166666667vw; } }
#data .countup .date_name {
  margin-bottom: 114px; }
  @media (max-width: 1640px) {
    #data .countup .date_name {
      margin-bottom: 6.9512195122vw; } }
  @media (max-width: 768px) {
    #data .countup .date_name {
      margin-bottom: 10.9375vw; } }
  @media (max-width: 480px) {
    #data .countup .date_name {
      margin-bottom: 20.2083333333vw; } }
#data .bar-graph-wrap02 {
  position: relative; }
  #data .bar-graph-wrap02::before {
    content: "";
    position: absolute;
    width: 21%;
    height: 100%;
    background-color: #fff;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 20; }
  #data .bar-graph-wrap02 .graph_info {
    top: auto;
    right: -15px;
    width: max-content;
    transform: translateX(100%);
    display: flex;
    align-items: center; }
    @media (max-width: 1640px) {
      #data .bar-graph-wrap02 .graph_info {
        right: -0.9146341463vw; } }
    @media (max-width: 480px) {
      #data .bar-graph-wrap02 .graph_info {
        right: -2.7083333333vw; } }
    #data .bar-graph-wrap02 .graph_info .name {
      color: #ff0000;
      display: block;
      font-size: 19px; }
      @media (max-width: 1640px) {
        #data .bar-graph-wrap02 .graph_info .name {
          font-size: 1.1585365854vw; } }
      @media (max-width: 768px) {
        #data .bar-graph-wrap02 .graph_info .name {
          font-size: 1.8229166667vw; } }
      @media (max-width: 480px) {
        #data .bar-graph-wrap02 .graph_info .name {
          font-size: 3.3333333333vw; } }
    #data .bar-graph-wrap02 .graph_info .number {
      display: block; }
#data .bar-graph-wrap02 {
  position: relative;
  overflow: hidden; }
#data .bar-graph-wrap02 .graph {
  position: absolute;
  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;
  -webkit-animation: graphAnim 1s forwards;
  animation: graphAnim 1s forwards;
  background: #ff0000;
  left: 21%;
  height: 45px;
  right: auto; }
  #data .bar-graph-wrap02 .graph .number, #data .bar-graph-wrap02 .graph .parsent {
    color: #ff0000; }
  @media (max-width: 1640px) {
    #data .bar-graph-wrap02 .graph {
      height: 2.743902439vw; } }
  @media (max-width: 768px) {
    #data .bar-graph-wrap02 .graph {
      height: 4.5572916667vw; } }
  @media (max-width: 480px) {
    #data .bar-graph-wrap02 .graph {
      height: 7.9166666667vw; } }
#data .bar-graph-wrap02 .graph:nth-of-type(1) {
  top: 23%; }
#data .bar-graph-wrap02 .graph:nth-of-type(2) {
  top: 35%; }
#data .bar-graph-wrap02 .graph:nth-of-type(3) {
  top: 47%; }
#data .bar-graph-wrap02 .graph:nth-of-type(4) {
  top: 59%; }
#data .bar-graph-wrap02 .graph:nth-of-type(5) {
  top: 70%; }
#data .bar-graph-wrap02 .graph:nth-of-type(6) {
  top: 82%; }
#data .hidden {
  visibility: hidden; }
  @media (max-width: 480px) {
    #data .hidden {
      height: 45.8333333333vw; } }

* {
  color: #222;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif; }

a {
  transition: 0.3s ease; }

img {
  width: 100%; }

.center {
  text-align: center; }

.deco {
  padding-bottom: 187px;
  background-image: url(../img/deco02.png);
  background-repeat: no-repeat;
  background-position: bottom right -17%;
  background-size: 50.8%; }
  @media (max-width: 1920px) {
    .deco {
      padding-bottom: 9.7395833333vw; } }
  @media (max-width: 768px) {
    .deco {
      background-size: 70%; } }

.red_link {
  text-align: center; }
  .red_link a {
    background-color: #e70012;
    color: #fff;
    display: inline-block;
    padding: 34px;
    font-size: 22px;
    max-width: 800px;
    width: 100%;
    position: relative; }
    @media (max-width: 768px) {
      .red_link a {
        font-size: 20px; } }
    @media (max-width: 480px) {
      .red_link a {
        font-size: 18px; } }
    .red_link a::before {
      content: "";
      position: absolute;
      width: 20px;
      height: 1px;
      background-color: #fff;
      transform: rotate(45deg);
      right: 20px;
      top: 38px;
      margin: auto; }
    .red_link a::after {
      content: "";
      position: absolute;
      width: 20px;
      height: 1px;
      background-color: #fff;
      transform: rotate(-45deg);
      right: 20px;
      bottom: 37px;
      margin: auto; }
    .red_link a:hover {
      opacity: 0.6; }

.sub_title {
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .sub_title .en {
    font-family: "Koulen", serif;
    font-size: 40px;
    font-weight: 200;
    letter-spacing: 2px;
    margin-right: 11px; }
    @media (max-width: 768px) {
      .sub_title .en {
        font-size: 30px; } }
  .sub_title .ja {
    margin-bottom: 5px; }
    @media (max-width: 768px) {
      .sub_title .ja {
        font-size: 13px; } }

/*--------------------------------------------------*/
/* header */
/*--------------------------------------------------*/
body.scroll_active header::before {
  opacity: 1; }

body#home.scroll_active header::before {
  opacity: 0; }

header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  padding-top: 30px;
  transition: 0.3s ease;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29%); }
  header::before {
    display: none !important; }
  @media (max-width: 1040px) {
    header {
      top: 10px;
      padding: 0 10px;
      position: absolute; } }
  header .inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 999; }
    header .inr .logo a {
      width: 80px;
      display: flex;
      align-items: center;
      margin-left: 30px;
      transition: all 0.3s;
      border: 1px solid #fff; }
      @media (max-width: 1040px) {
        header .inr .logo a {
          width: 60px;
          margin-left: 0; } }
      header .inr .logo a:hover {
        opacity: 0.6; }
    header .inr nav.pc {
      background-color: #e70012;
      padding-left: 66px;
      border-top-left-radius: 80px;
      border-bottom-left-radius: 80px;
      display: flex; }
      @media (max-width: 1280px) {
        header .inr nav.pc {
          padding-left: 52px; } }
      header .inr nav.pc .main_menu {
        display: flex; }
        header .inr nav.pc .main_menu .main_menu_item {
          cursor: pointer;
          display: flex;
          align-items: center;
          position: relative;
          margin-right: 15px;
          padding: 24px 8px; }
          @media (max-width: 1280px) {
            header .inr nav.pc .main_menu .main_menu_item {
              padding: 22px 6px; } }
          header .inr nav.pc .main_menu .main_menu_item.main_menu_item_recruit {
            margin-right: 0;
            background-color: #ff8c00;
            padding: 0;
            margin-left: 20px; }
            header .inr nav.pc .main_menu .main_menu_item.main_menu_item_recruit a {
              padding: 0 40px;
              height: 100%;
              display: flex;
              align-items: center; }
              @media (max-width: 1280px) {
                header .inr nav.pc .main_menu .main_menu_item.main_menu_item_recruit a {
                  padding: 0 10px; } }
          header .inr nav.pc .main_menu .main_menu_item.active::before {
            bottom: 0; }
          header .inr nav.pc .main_menu .main_menu_item a {
            color: #fff;
            font-size: 18px;
            font-weight: 900; }
            @media (max-width: 1280px) {
              header .inr nav.pc .main_menu .main_menu_item a {
                font-size: 16px; } }
      @media (max-width: 1040px) {
        header .inr nav.pc {
          display: none; } }

/*--------------------------------------------------*/
/* footer */
/*--------------------------------------------------*/
footer {
  background: #e70012;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px; }
  @media (max-width: 768px) {
    footer {
      height: 50px; } }
  footer .copy {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif; }
    @media (max-width: 768px) {
      footer .copy {
        font-size: 12px; } }

#tgs2025_recruit {
  position: relative;
  /*--------------------------------------------------*/
  /* visual */
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /* about */
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /* rules */
  /*--------------------------------------------------*/ }
  #tgs2025_recruit #main_visual_pc {
    background-image: url("../img/tgs2025/main_visual_bg.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding: 3.6458333333vw 0 13.5416666667vw;
    height: auto; }
    #tgs2025_recruit #main_visual_pc > .logo {
      margin: 0 auto;
      width: 100%;
      max-width: 68.1770833333vw; }
    @media (max-width: 768px) {
      #tgs2025_recruit #main_visual_pc {
        display: none; } }
  #tgs2025_recruit #main_visual_sp {
    display: none; }
    @media (max-width: 768px) {
      #tgs2025_recruit #main_visual_sp {
        display: block; } }
  #tgs2025_recruit > .entry-Btn-area {
    background-image: linear-gradient(0deg, #000000 0%, transparent);
    box-sizing: border-box;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding-top: 3.125vw;
    height: 13.5416666667vw;
    text-align: center;
    width: 100%;
    z-index: 5; }
    @media (max-width: 1280px) {
      #tgs2025_recruit > .entry-Btn-area {
        padding-top: 4.6875vw;
        height: 20.3125vw; } }
    @media (max-width: 768px) {
      #tgs2025_recruit > .entry-Btn-area {
        padding-top: 10.4166666667vw;
        height: 33.8541666667vw; } }
    #tgs2025_recruit > .entry-Btn-area a.entry-Btn {
      background-color: #e70012;
      display: flex;
      align-items: center;
      box-sizing: border-box;
      margin: 0 auto;
      padding: 1.5625vw 1.8229166667vw 1.5625vw 1.71875vw;
      position: relative;
      border: 3px solid #fff;
      width: 31.25vw; }
      @media (max-width: 768px) {
        #tgs2025_recruit > .entry-Btn-area a.entry-Btn {
          padding: 3.90625vw 4.5572916667vw 3.90625vw 4.296875vw;
          width: 80%; } }
      #tgs2025_recruit > .entry-Btn-area a.entry-Btn::before {
        content: "";
        background: url("../img/tgs2025/btn_entry_arrow.svg");
        background-position: left top;
        background-size: 100%;
        position: absolute;
        right: 1.5625vw;
        top: 50%;
        margin-top: -1.09375vw;
        height: 2.1875vw;
        width: 4.1145833333vw; }
        @media (max-width: 768px) {
          #tgs2025_recruit > .entry-Btn-area a.entry-Btn::before {
            right: 3.90625vw;
            margin-top: -2.734375vw;
            height: 5.46875vw;
            width: 10.2864583333vw; } }
      #tgs2025_recruit > .entry-Btn-area a.entry-Btn:hover {
        transition: all 0.3s;
        background-color: #ff5400; }
        @media (max-width: 768px) {
          #tgs2025_recruit > .entry-Btn-area a.entry-Btn:hover {
            background-color: #e70012; } }
        #tgs2025_recruit > .entry-Btn-area a.entry-Btn:hover::before {
          transition: all 0.3s;
          right: 1.25vw; }
          @media (max-width: 768px) {
            #tgs2025_recruit > .entry-Btn-area a.entry-Btn:hover::before {
              right: 3.90625vw; } }
      @media (max-width: 768px) {
        #tgs2025_recruit > .entry-Btn-area a.entry-Btn:active {
          transition: all 0.3s;
          background-color: #ff5400; }
          #tgs2025_recruit > .entry-Btn-area a.entry-Btn:active::before {
            transition: all 0.3s;
            right: 3.125vw; } }
    #tgs2025_recruit > .entry-Btn-area img.entry-Btn_txt {
      object-fit: cover;
      width: auto !important;
      height: 2.6041666667vw !important; }
      @media (max-width: 768px) {
        #tgs2025_recruit > .entry-Btn-area img.entry-Btn_txt {
          height: 6.5104166667vw !important; } }
  #tgs2025_recruit #about {
    background-color: #efefef;
    box-sizing: border-box;
    padding: 4.1666666667vw 0 6.25vw;
    position: relative; }
    @media (max-width: 768px) {
      #tgs2025_recruit #about {
        padding: 10.4166666667vw 0 13.0208333333vw; } }
    #tgs2025_recruit #about::before {
      content: "";
      background-image: url("../img/tgs2025/about_bg_txt.svg");
      background-position: right top;
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      right: 0;
      top: 0;
      height: 15.5729166667vw;
      width: 55.2083333333vw;
      z-index: 0; }
      @media (max-width: 768px) {
        #tgs2025_recruit #about::before {
          height: 19.53125vw;
          width: 69.0104166667vw; } }
    #tgs2025_recruit #about .inr {
      margin: 0 auto;
      position: relative;
      width: 100%;
      max-width: 62.5vw;
      z-index: 1; }
      @media (max-width: 768px) {
        #tgs2025_recruit #about .inr {
          max-width: 90%; } }
      #tgs2025_recruit #about .inr .about_ttl {
        width: 100%;
        max-width: 56.7708333333vw; }
        @media (max-width: 768px) {
          #tgs2025_recruit #about .inr .about_ttl {
            max-width: 100%; } }
      #tgs2025_recruit #about .inr .about_txt {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 0.9375vw;
        margin: 30px auto 50px;
        line-height: 180%;
        width: 100%; }
        @media (max-width: 768px) {
          #tgs2025_recruit #about .inr .about_txt {
            margin: 20px auto 30px;
            font-size: 3.6458333333vw; } }
        #tgs2025_recruit #about .inr .about_txt strong {
          font-size: 1.1979166667vw; }
          @media (max-width: 768px) {
            #tgs2025_recruit #about .inr .about_txt strong {
              font-size: 4.296875vw; } }
          #tgs2025_recruit #about .inr .about_txt strong.red {
            color: #ff0000; }
      #tgs2025_recruit #about .inr .about_date {
        width: 100%;
        max-width: 49.4791666667vw; }
        @media (max-width: 768px) {
          #tgs2025_recruit #about .inr .about_date {
            max-width: 100%; } }
        #tgs2025_recruit #about .inr .about_date img {
          object-fit: cover; }
      #tgs2025_recruit #about .inr dl {
        margin-top: 45px; }
        @media (max-width: 768px) {
          #tgs2025_recruit #about .inr dl {
            margin-top: 25px; } }
        #tgs2025_recruit #about .inr dl div {
          display: flex;
          align-items: center; }
          @media (max-width: 768px) {
            #tgs2025_recruit #about .inr dl div {
              align-items: flex-start;
              flex-direction: column; } }
          #tgs2025_recruit #about .inr dl div:nth-child(n + 2) {
            margin-top: 15px; }
            @media (max-width: 768px) {
              #tgs2025_recruit #about .inr dl div:nth-child(n + 2) {
                margin-top: 15px; } }
          #tgs2025_recruit #about .inr dl div dt {
            background: #444;
            border-radius: 30px;
            box-sizing: border-box;
            color: #fff;
            font-size: 0.9375vw;
            font-weight: bold;
            padding: 10px 0;
            text-align: center;
            width: 100%;
            max-width: 9.8958333333vw; }
            @media (max-width: 768px) {
              #tgs2025_recruit #about .inr dl div dt {
                font-size: 3.6458333333vw;
                max-width: 190px; } }
          #tgs2025_recruit #about .inr dl div dd {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 0.9375vw;
            font-weight: bold;
            margin-left: 30px;
            line-height: 180%; }
            @media (max-width: 768px) {
              #tgs2025_recruit #about .inr dl div dd {
                margin-left: 0;
                margin-top: 8px;
                font-size: 3.6458333333vw; } }
            #tgs2025_recruit #about .inr dl div dd strong.red {
              color: #ff0000; }
  #tgs2025_recruit #rules {
    background: #e70012;
    box-sizing: border-box;
    padding-top: 5.2083333333vw;
    position: relative; }
    @media (max-width: 768px) {
      #tgs2025_recruit #rules {
        padding-top: 10.4166666667vw; } }
    #tgs2025_recruit #rules::before {
      content: "";
      background-image: url("../img/tgs2025/rules_bg_txt.svg");
      background-position: right top;
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      right: 0;
      top: 0;
      height: 15.2604166667vw;
      width: 48.90625vw;
      z-index: 0; }
      @media (max-width: 768px) {
        #tgs2025_recruit #rules::before {
          height: 19.140625vw;
          width: 61.1979166667vw; } }
    #tgs2025_recruit #rules .inr {
      display: flex;
      margin: 0 auto;
      width: 100%;
      max-width: 62.5vw;
      position: relative;
      z-index: 1; }
      @media (max-width: 768px) {
        #tgs2025_recruit #rules .inr {
          flex-direction: column;
          max-width: 90%; } }
      #tgs2025_recruit #rules .inr > .pbp {
        width: 100%;
        max-width: 11.4583333333vw; }
        @media (max-width: 768px) {
          #tgs2025_recruit #rules .inr > .pbp {
            margin: 0 auto;
            text-align: center;
            max-width: 160px; } }
      #tgs2025_recruit #rules .inr > .wrap {
        margin-left: 4.1666666667vw; }
        @media (max-width: 768px) {
          #tgs2025_recruit #rules .inr > .wrap {
            margin-left: 0;
            margin-top: 5.2083333333vw; } }
        #tgs2025_recruit #rules .inr > .wrap > .notes {
          color: #fff;
          font-size: 0.8333333333vw;
          display: block;
          margin-top: 50px;
          width: 100%; }
          @media (max-width: 768px) {
            #tgs2025_recruit #rules .inr > .wrap > .notes {
              margin-top: 20px;
              font-size: 2.6041666667vw; } }
        #tgs2025_recruit #rules .inr > .wrap > dl {
          width: 36.4583333333vw; }
          @media (max-width: 768px) {
            #tgs2025_recruit #rules .inr > .wrap > dl {
              width: 100%; } }
          #tgs2025_recruit #rules .inr > .wrap > dl > div {
            display: flex;
            align-items: center; }
            @media (max-width: 768px) {
              #tgs2025_recruit #rules .inr > .wrap > dl > div {
                flex-direction: column;
                align-items: flex-start; } }
            #tgs2025_recruit #rules .inr > .wrap > dl > div:nth-child(n + 2) {
              margin-top: 20px; }
            #tgs2025_recruit #rules .inr > .wrap > dl > div dt, #tgs2025_recruit #rules .inr > .wrap > dl > div dd {
              font-size: 0.9375vw;
              color: #fff; }
              @media (max-width: 768px) {
                #tgs2025_recruit #rules .inr > .wrap > dl > div dt, #tgs2025_recruit #rules .inr > .wrap > dl > div dd {
                  font-size: 3.6458333333vw; } }
            #tgs2025_recruit #rules .inr > .wrap > dl > div dt {
              background: #fff;
              box-sizing: border-box;
              border-radius: 30px;
              font-weight: bold;
              color: #e70012;
              margin-right: 40px;
              padding: 0.5208333333vw 0;
              text-align: center;
              width: 100%;
              max-width: 9.8958333333vw; }
              @media (max-width: 768px) {
                #tgs2025_recruit #rules .inr > .wrap > dl > div dt {
                  margin-right: 0;
                  margin-bottom: 10px;
                  padding: 1.953125vw 0;
                  max-width: 190px; } }
      #tgs2025_recruit #rules .inr_detail {
        background: #efefef;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 2.6041666667vw;
        padding: 3.3854166667vw 0 18.2291666667vw;
        width: 100%; }
        @media (max-width: 768px) {
          #tgs2025_recruit #rules .inr_detail {
            margin-top: 6.5104166667vw;
            padding: 8.4635416667vw 0 39.0625vw; } }
        #tgs2025_recruit #rules .inr_detail > .notes {
          font-size: 0.7291666667vw;
          margin: 30px auto 0;
          line-height: 150%;
          width: 100%;
          max-width: 62.5vw; }
          @media (max-width: 768px) {
            #tgs2025_recruit #rules .inr_detail > .notes {
              font-size: 2.6041666667vw;
              margin-top: 15px;
              max-width: 90%; } }
        #tgs2025_recruit #rules .inr_detail > .wrap {
          background: #fff;
          box-sizing: border-box;
          padding: 2.6041666667vw 2.0833333333vw 2.0833333333vw;
          position: relative;
          width: 100%;
          max-width: 29.1666666667vw; }
          @media (max-width: 768px) {
            #tgs2025_recruit #rules .inr_detail > .wrap {
              padding: 6.5104166667vw 3.90625vw 5.2083333333vw;
              max-width: 90%; } }
          #tgs2025_recruit #rules .inr_detail > .wrap:nth-child(n + 2) {
            margin-left: 4.1666666667vw; }
            @media (max-width: 768px) {
              #tgs2025_recruit #rules .inr_detail > .wrap:nth-child(n + 2) {
                margin-left: 0;
                margin-top: 7.8125vw; } }
          #tgs2025_recruit #rules .inr_detail > .wrap > h3 {
            box-sizing: border-box;
            border-radius: 30px;
            color: #fff;
            font-size: 0.9375vw;
            font-weight: bold;
            margin: 0 auto;
            position: absolute;
            padding: 0.5208333333vw 0;
            top: -1.0416666667vw;
            left: 0;
            right: 0;
            text-align: center;
            width: 100%;
            max-width: 14.0625vw; }
            #tgs2025_recruit #rules .inr_detail > .wrap > h3.red {
              background: #e70012; }
            #tgs2025_recruit #rules .inr_detail > .wrap > h3.blue {
              background: #007fb7; }
            @media (max-width: 768px) {
              #tgs2025_recruit #rules .inr_detail > .wrap > h3 {
                font-size: 3.6458333333vw;
                padding: 1.953125vw 0;
                top: -3.2552083333vw;
                max-width: 49.4791666667vw; } }
          #tgs2025_recruit #rules .inr_detail > .wrap > ol {
            font-size: 0.8333333333vw; }
            @media (max-width: 768px) {
              #tgs2025_recruit #rules .inr_detail > .wrap > ol {
                font-size: 3.3854166667vw; } }
            #tgs2025_recruit #rules .inr_detail > .wrap > ol li::before {
              content: "・";
              color: #e70012; }
            #tgs2025_recruit #rules .inr_detail > .wrap > ol li:nth-child(n + 2) {
              margin-top: 0.6770833333vw; }
              @media (max-width: 768px) {
                #tgs2025_recruit #rules .inr_detail > .wrap > ol li:nth-child(n + 2) {
                  margin-top: 1.6927083333vw; } }
            #tgs2025_recruit #rules .inr_detail > .wrap > ol li span {
              font-size: 0.7291666667vw; }
              @media (max-width: 768px) {
                #tgs2025_recruit #rules .inr_detail > .wrap > ol li span {
                  font-size: 3.125vw; } }
