@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Comfortaa:400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
:root {
  --color_blue: #1571cc;
  --color_skyblue: #4A9BD9;
  --color_green: #5a974f;
  --color_green2: #89c997;
  --color_orange: #fb9120;
  --color_yellow: #fdd765;
  --color_blue2: #88abda;
  --color_purple: #8957a1;
  --color_pink: #f77889;
  --color_red: #f43d3d;
  --color_gray: #f0f0f0;
  --color_black: #2F3031;
  --color_white: rgba(255,255,255,1.0);
  --graph_border_color1:#c9c6c6;
  --number_font: "Comfortaa", cursive;
  --Roboto_font:"Roboto", sans-serif;
  --graph_block_padding: clamp(1.5rem, 0.115rem + 4.62vw, 3rem);
}

.contents-body {
  padding: 0;
}

.font-comfortaa {
  font-family: var(--number_font);
}

#graph-body {
  position: relative;
}
#graph-body i {
  font-style: normal;
}
#graph-body mark {
  background-color: transparent;
  background: url("../img/graph/line_wave_pattern.png") 0 110% repeat-x;
  padding-bottom: 5px;
}
#graph-body .section-title {
  margin: 1rem auto;
}
#graph-body .grid {
  display: grid;
  gap: 24px !important;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  #graph-body .grid.column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  #graph-body .grid.column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  #graph-body .grid.column-4 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

/* レイアウト */
.section-graph-block {
  text-align: center;
  background-color: #ffffff;
}
.section-graph-block div[class^=block] {
  padding: var(--graph_block_padding) 0;
}
.section-graph-block .interview-block {
  padding: var(--graph_block_padding) 0;
}
.section-graph-block .interview-block .interview-title {
  font-size: 28px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  margin: 0 auto;
}
.section-graph-block .interview-block .interview-title::before, .section-graph-block .interview-block .interview-title::after {
  content: "";
  width: 2px;
  height: 100px;
  display: block;
  background-color: var(--color_blue);
}
.section-graph-block .interview-block .interview-title::before {
  transform: rotate(-25deg);
}
.section-graph-block .interview-block .interview-title::after {
  transform: rotate(25deg);
}
.section-graph-block .interview-header {
  padding-top: 72px;
  text-align: center;
  background: url("../img/graph/interview-img.png") top center no-repeat;
}
.section-graph-block .interview-body {
  margin: 1.5rem auto;
}
.section-graph-block .interview-body .interview-box {
  display: grid;
}
@media screen and (min-width: 1061px) {
  .section-graph-block .interview-body .interview-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-graph-block .interview-body .interview-box li {
  display: flex;
  align-items: center;
}
.section-graph-block .interview-body .interview-box li + li {
  margin-top: 1rem;
}
.section-graph-block .interview-body .interview-box li P {
  text-align: left;
}
.section-graph-block .interview-body .interview-box .img-wrap {
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.section-graph-block .interview-body .interview-box .img-wrap img {
  width: 50px;
  height: auto;
  margin: auto;
}

.bg-dod-blue,
.bg-dod-green {
  background-size: 10px 10px;
  background-color: #fff;
  background-position: 0 0, 5px 5px;
}

.bg-dod-blue {
  background-image: radial-gradient(#a2c4e2 15%, transparent 20%), radial-gradient(#a2c4e2 15%, transparent 20%);
}

.bg-dod-green {
  background-image: radial-gradient(#b4cfaf 15%, transparent 20%), radial-gradient(#b4cfaf 15%, transparent 20%);
}

.graph-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6dc9ed;
  background-image: url("../img/graph/main-img-right.png"), url("../img/graph/main-img-left.png");
  background-repeat: no-repeat;
  background-position: right top, left bottom;
  background-size: auto 40%, auto 40%;
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .graph-header {
    padding: 32px;
    background-size: auto 50%, auto 60%;
  }
}

.graph-title {
  text-align: center !important;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}
@media screen and (min-width: 768px) {
  .graph-title {
    text-shadow: none;
  }
}

.bg-graph,
.bg-data {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1.5rem 0.5em;
  margin-top: 32px;
  border-radius: 10px;
  height: 100%;
}

.bg-graph {
  min-height: 360px;
}

.bg-data {
  margin-top: 16px;
  padding: 1.5rem;
  min-height: auto;
}

.fixed-block {
  width: 100%;
  min-height: 35vh;
  overflow: hidden;
  position: relative;
}
.fixed-block .photo1, .fixed-block .photo2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: -1;
}
.fixed-block .photo1::before, .fixed-block .photo2::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fixed-block .photo1::before {
  background-image: url(../img/img-recruit_202506_04main.jpg);
}
.fixed-block .photo2::before {
  background-image: url(../img/graph/company-img2.jpg);
}

/* 社内風景 
	.fixed-block{
		min-height: 35vh;
		position:relative;
		background-position: top center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size:cover;
		&.photo1{
			background-image: url(../img/img-recruit_202506_04main.jpg);
		}
		&.photo2{
			background-image: url(../img/graph/company-img2.jpg);
		}
	}
	@media screen and (max-width: 768px){
  .fixed-block{
    height: 100%;
    background:none;
				&::before{
					content: "";
					display: block;
					position: fixed;
					top: 0;
					left: 0;
					//-webkit-transform: translate3d(0, 0, -1px);
					//transform: translate3d(0, 0, -1px);
					width: 100%;
					//min-height: 100%;
					height: 100vh;
					background-repeat:no-repeat;
					background-position: center center;
					background-size: cover;
					z-index: -1;
			}
			&.photo1{
				&::before{
					background-image: url(../img/img-recruit_202506_04main.jpg);
				}
			}
			&.photo2{
				&::before{
					background-image: url(../img/graph/company-img2.jpg);
				}
			}
  }//.fixed-block
}*/
/* タイムライン */
.timeline {
  margin: auto;
  width: 100%;
  text-align: center;
  position: relative;
}
.timeline ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 768px) {
  .timeline ul {
    flex-direction: row;
    justify-content: space-between;
  }
}
.timeline ul li {
  display: flex;
  flex: 1 1;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 8px 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .timeline ul li {
    flex-direction: column;
    padding: 8px 16px;
  }
}
.timeline ul li::before {
  content: "";
  display: block;
  background: var(--color_blue);
  border: 2px solid var(--color_blue);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 2;
}
.timeline ul li:not(:last-child)::after {
  content: "";
  display: block;
  background: var(--color_blue);
  width: 3px;
  height: 100%;
  position: absolute;
  left: 7px;
  top: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .timeline ul li:not(:last-child)::after {
    width: 100%;
    height: 3px;
    top: 15px;
    left: 50%;
  }
}
.timeline ul li i {
  display: inline-block;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 4px;
  z-index: 3;
}

.fukidashi-left {
  position: relative;
  background: #ffffff;
  border: 2px solid var(--color_blue);
}
.fukidashi-left::before, .fukidashi-left::after {
  right: 100%;
  top: 50%;
  border-style: solid;
  border-width: 6px 14px 6px 0;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.fukidashi-left::before {
  border-color: transparent var(--color_blue) transparent transparent;
  margin-top: -9px;
  border-width: 8px 16px 8px 0;
}
.fukidashi-left::after {
  border-color: transparent #ffffff transparent transparent;
  margin-top: -7px;
}
@media screen and (min-width: 768px) {
  .fukidashi-left::before, .fukidashi-left::after {
    border-width: 0 6px 14px 6px;
    bottom: 100%;
    top: auto;
    right: 50%;
    margin-top: 0;
  }
  .fukidashi-left::before {
    border-color: transparent transparent var(--color_blue) transparent;
    border-width: 0 8px 16px 8px;
    margin-right: -8px;
  }
  .fukidashi-left::after {
    border-color: transparent transparent #ffffff transparent;
    margin-right: -6px;
  }
}

/* 共通パーツ */
#graph-body {
  overflow-x: hidden;
}
#graph-body .data-box {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: clamp(1rem, 2vw, 2rem);
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#graph-body .data-box h3 {
  font-size: 1.5rem;
  text-align: center;
}
#graph-body .data-box .line-brackets {
  margin: auto !important;
  text-align: center !important;
}
#graph-body .data-box.w50 {
  width: 50%;
}

.count {
  font-family: var(--Roboto_font);
  font-size: 68px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  color: #000;
}

.count-p {
  font-size: 24px;
}

.count-nin {
  font-size: 22px;
}

.annotation {
  color: #606060;
  font-size: 14px;
  clear: both;
}

.countup {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.countup li {
  margin-top: 24px;
  text-align: center;
}
.countup li .count {
  font-size: clamp(42px, 5.4vw, 50px) !important;
}
.countup li i {
  display: block;
  margin-bottom: 10px;
}

.count-man {
  color: #1571cc;
}
.count-man .count {
  color: #1571cc;
}

.count-woman {
  color: #DD0C20;
}
.count-woman .count {
  color: #DD0C20;
}

.people-area {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.people-area img {
  display: inline-block;
  width: 10% !important;
  min-height: 60px;
}

.bg-chart04 {
  position: relative;
}
.bg-chart04::before {
  content: "";
  display: block;
  background: url("../img/graph/deta-img.png") center no-repeat;
  width: 200px;
  height: 200px;
  margin-top: -80px;
  margin-left: -100px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.data-box-in {
  position: relative;
}
@media screen and (min-width: 768px) {
  .data-box-in {
    display: flex;
  }
}
.data-box-in.bg-people2 {
  background: url("../img/graph/people2.png") bottom right no-repeat;
}

.bg-chart05 {
  position: relative;
  margin: 40px auto;
  width: 280px;
  height: 280px;
}
@media screen and (min-width: 768px) {
  .bg-chart05 {
    width: 380px;
    height: 380px;
  }
}
.bg-chart05::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 280px;
  display: block;
  z-index: 100;
  background: url("../img/graph/people1.png") center center no-repeat;
  background-size: 280px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .bg-chart05::before {
    width: 380px;
    height: 380px;
    background-size: 380px;
  }
}
.bg-chart05 .text {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  line-height: 1;
}

.list-chart05 {
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .list-chart05 {
    background-color: rgba(255, 255, 255, 0);
    margin-left: 40px;
  }
}
.list-chart05 ol {
  counter-reset: mynmb;
  padding: 0;
}
.list-chart05 ol li {
  padding-left: 30px;
  text-align: left;
  margin-bottom: 0.8rem;
}
.list-chart05 ol li::before {
  display: block;
  float: left;
  text-align: center !important;
  line-height: 26px;
  counter-increment: mynmb;
  content: counter(mynmb);
  color: #fff;
  width: 26px !important;
  height: 26px !important;
  border-radius: 50%;
  margin-left: -30px;
}
.list-chart05 ol li:nth-child(1)::before {
  background-color: var(--color_green);
}
.list-chart05 ol li:nth-child(2)::before {
  background-color: var(--color_orange);
}
.list-chart05 ol li:nth-child(3)::before {
  background-color: var(--color_red);
}
.list-chart05 ol li:nth-child(4)::before {
  background-color: var(--color_blue);
}
.list-chart05 ol li:nth-child(5)::before {
  background-color: var(--color_skyblue);
}
.list-chart05 ol li:nth-child(6)::before {
  background-color: var(--color_pink);
}
.list-chart05 ol li:nth-child(7)::before {
  background-color: var(--color_purple);
}
.list-chart05 ol li:nth-child(8)::before {
  background-color: #b5b5b5;
}

/* DATA7：職位と人数 */
.block2 .img-wrap {
  max-width: 300px;
  margin: 2rem auto;
  padding: 0;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .block2 .img-wrap {
    margin: 2rem;
  }
}
.block2 .list-data {
  margin: auto;
  max-width: 500px;
  flex-grow: 1;
}
.block2 .list-data ul li {
  font-size: 22px;
  padding: 15px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.block2 .list-data ul li:nth-child(1) {
  color: var(--color_blue);
  border-bottom: 2px solid var(--color_blue);
}
.block2 .list-data ul li:nth-child(2) {
  color: var(--color_green);
  border-bottom: 2px solid var(--color_green);
}
.block2 .list-data ul li:nth-child(3) {
  color: #f9b121;
  border-bottom: 2px solid #f9b121;
}
.block2 .list-data ul li:nth-child(4) {
  color: var(--color_orange);
  border-bottom: 2px solid var(--color_orange);
}
.block2 .list-data ul li:nth-child(5) {
  color: var(--color_red);
  border-bottom: 2px solid var(--color_red);
}
.block2 .list-data ul li b {
  display: inline-block;
  background-color: #E0E0E0;
  width: 50px;
  font-weight: normal;
  margin-left: 10px;
  text-align: center;
  font-size: 14px;
  color: #333 !important;
}
.block2 .list-data ul li .count {
  font-size: clamp(42px, 5.4vw, 50px);
}
.block2 .list-data .txt {
  display: inline-block;
  font-weight: 700;
}

/* 居住地 */
.block3 .flexbox {
  gap: 32px;
}
.block3 .flexbox .left {
  width: 100%;
  min-width: 300px;
}
@media screen and (min-width: 1061px) {
  .block3 .flexbox .left {
    width: 35%;
  }
}
.block3 .flexbox .right {
  flex-grow: 1;
}

.map-area {
  position: relative;
}
.map-area img {
  max-width: 660px;
  height: auto;
  margin: auto;
  z-index: 1;
}

.map-txt {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .map-txt {
    left: 10vw;
    position: absolute;
    top: 10%;
  }
}
.map-txt ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 24px;
  margin: auto;
}
.map-txt ul li {
  margin-bottom: 10px;
}
.map-txt ul li.green i {
  background-color: var(--color_green);
}
.map-txt ul li.blue i {
  background-color: var(--color_blue);
}
.map-txt ul li.green2 i {
  background-color: #4dbaa9;
}
.map-txt ul li.green3 i {
  background-color: #6acc56;
}
.map-txt ul li.yellow i {
  background-color: #f9b121;
}
.map-txt ul li.orange i {
  background-color: var(--color_orange);
}
.map-txt ul li.pink i {
  background-color: var(--color_pink);
}
.map-txt ul li.red i {
  background-color: var(--color_red);
}
.map-txt ul li .name {
  color: #fff;
  display: block;
  padding: 2px 10px;
}
.map-txt ul li .count {
  font-size: clamp(42px, 5.4vw, 72px);
}

.global {
  position: absolute;
  top: 4%;
  left: 20px;
  width: 110px;
  height: 110px;
  border: 15px solid #b4cfe8;
  border-radius: 50%;
}
.global .name {
  color: #000;
  margin-bottom: 0;
}

.bg-launch {
  background: url("../img/graph/time2.png") 50% 50% no-repeat;
  background-size: 160px;
}

.list-label {
  display: flex;
  justify-content: space-around;
  margin: 1rem;
}
.list-label li:nth-child(1) b {
  color: var(--color_green);
}
.list-label li:nth-child(2) b {
  color: var(--color_orange);
}
.list-label li:nth-child(3) b {
  color: var(--color_red);
}
.list-label li:nth-child(4) b {
  color: var(--color_blue);
}

.list-balloon {
  margin: 5vh auto 0;
  height: auto;
  padding-bottom: 100px;
  background: url("../img/graph/sake3@2x.png") bottom center no-repeat;
  background-size: auto 100px;
}
.list-balloon ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 16px;
}
.list-balloon ul li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list-balloon ul li i {
  display: block;
}
.list-balloon .count {
  color: #fff;
  font-size: clamp(44px, 5.7vw, 64px);
  line-height: 90px;
}

.balloon2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto auto 1rem;
  padding: 0 5px;
  width: clamp(90px, 11.7vw, 200px);
  height: clamp(90px, 11.7vw, 200px);
  color: #FFF;
  font-weight: 700;
  background: var(--color_orange);
  border-radius: 50%;
}
.balloon2::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid var(--color_orange);
  z-index: 0;
}
.balloon2.blue {
  background: #1571cc;
}
.balloon2.blue::before {
  border-top: 15px solid var(--color_blue);
}
.balloon2.green {
  background: #569745;
}
.balloon2.green::before {
  border-top: 15px solid var(--color_green);
}

.list-after {
  margin-top: 32px;
}
.list-after ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 8px;
}
.list-after ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.list-after ul li i {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  color: #fff;
  font-size: 13px;
  text-align: center;
  border-radius: 5px;
  padding: 4px 5px;
}
.list-after ul li:nth-child(1) i {
  background-color: var(--color_blue);
}
.list-after ul li:nth-child(2) i {
  background-color: var(--color_green);
}
.list-after ul li:nth-child(3) i {
  background-color: var(--color_green2);
}
.list-after ul li:nth-child(4) i {
  background-color: var(--color_orange);
}
.list-after ul li:nth-child(5) i {
  background-color: var(--color_purple);
}
.list-after ul li:nth-child(6) i {
  background-color: var(--color_pink);
}
.list-after ul li:nth-child(7) i {
  background-color: var(--color_red);
}
.list-after ul li img {
  min-width: 90px;
  max-width: 100px;
  max-height: none;
  min-height: 90px;
  height: auto;
  margin: auto;
}
.list-after ul li .count {
  font-size: 52px;
}

.block4 .data-box h3 span {
  display: inline-block;
}
.block4 .data-box + .data-box {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .block4 .box-column {
    display: flex;
    align-items: center;
  }
}

.bg-picture-pc {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/graph/pc1@3x.png") bottom right no-repeat;
  background-size: auto 80%;
  z-index: 0;
}

.data-box-contents {
  position: relative;
  z-index: 2;
}

.balloon3 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 1rem 0 0;
  padding: 1rem;
  min-width: 200px;
  width: 100%;
  font-size: 24px;
  border-radius: 10px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .balloon3 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: auto;
  }
}
.balloon3::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-style: solid;
  border-width: 0 10px 30px 10px;
}
@media screen and (min-width: 768px) {
  .balloon3::before {
    bottom: 50%;
    left: -29px;
    margin-left: 0;
    margin-bottom: -10px;
    border-width: 10px 30px 10px 0;
  }
}
.balloon3.bg-green {
  background: #cfe1cc;
}
.balloon3.bg-green::before {
  border-color: transparent transparent #cfe1cc transparent;
}
@media screen and (min-width: 768px) {
  .balloon3.bg-green::before {
    border-color: transparent #cfe1cc transparent transparent;
  }
}
.balloon3.bg-blue {
  background: #c4daed;
  line-height: 1.2;
  padding: 10px;
}
.balloon3.bg-blue::before {
  border-color: transparent transparent #c4daed transparent;
}
@media screen and (min-width: 768px) {
  .balloon3.bg-blue::before {
    border-color: transparent #c4daed transparent transparent;
  }
}
.balloon3.bg-orenge {
  background: #fedfbe;
}
.balloon3.bg-orenge::before {
  border-color: transparent transparent #fedfbe transparent;
}
@media screen and (min-width: 768px) {
  .balloon3.bg-orenge::before {
    border-color: transparent #fedfbe transparent transparent;
  }
}
.balloon3.bg-pink {
  background: #fdd8dd;
}
.balloon3.bg-pink::before {
  border-color: transparent transparent #fdd8dd transparent;
}
@media screen and (min-width: 768px) {
  .balloon3.bg-pink::before {
    border-color: transparent #fdd8dd transparent transparent;
  }
}
.balloon3 .txt br {
  display: none;
}
.balloon3 .txt-blue {
  font-style: var(--number_font);
  color: #1571cc;
  font-size: 36px;
}

.pie1 {
  width: 280px;
  height: 280px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .pie1 {
    width: 300px;
    height: 300px;
  }
}

.bar1 {
  height: 240px;
  margin: 24px auto;
}
@media screen and (min-width: 768px) {
  .bar1 {
    width: 100%;
    max-width: 680px;
  }
}

.bar2 {
  width: auto;
  height: 240px;
  margin: 24px auto;
}
/*# sourceMappingURL=graph2023.css.map */