@charset "UTF-8";
@import'https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"';
@import"https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Zen+Old+Mincho&display=swap";

html {
  font-size: 62.5%
}

body {
  position: relative;
  font-family: Roboto, MS ゴシック, Osaka, qMmpS Pro W3, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
  line-height: 1.6em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-top: 6px solid #016599;
  font-size: 14px
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: .75rem
}

input,
select,
textarea{
  border-width: 1px;
}

main {
  max-width: 657px;
  width: 100%
}

@media screen and (max-width: 959px) {
  main {
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 30px
  }
}

.red {
  color: #990001 !important
}

a.red {
  color: #990001;
  text-decoration: underline
}

a.link-blue {
  color: #00e;
  text-decoration: underline
}

.mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #48494b
}

.bg-blue {
  background-color: #f5f9fc;
  padding: 15px 30px 15px 10px
}

.pc {
  display: block
}

@media screen and (max-width: 959px) {
  .pc {
    display: none
  }
}

.sp {
  display: none
}

@media screen and (max-width: 959px) {
  .sp {
    display: block
  }
}

th {
  font-weight: 500
}

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

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li{
	color:#666;
	font-size:12px;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-type:none;
}
#newsLista{color:#36F;text-decoration:underline;}
#newsLista:hover{color:#039;text-decoration:none;}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}
/* NEWS */

.l-container {
  max-width: 922px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  margin: 49px auto 25px
}

@media screen and (max-width: 959px) {
  .l-container {
    margin-bottom: 0
  }
}

.l-container__link {
  position: absolute;
  top: -28px;
  right: 0
}

.l-container__cts {
  position: relative
}

.l-container__cts:not(:first-of-type) {
  margin-top: 36px
}

.l-container__cts--inner {
  padding-right: 21px
}

@media screen and (max-width: 959px) {
  .l-container__cts--inner {
    padding-right: 0
  }
}

.l-container__cts--inner--footer {
  margin: 30px 0 0;
  width: 100%
}

@media screen and (max-width: 959px) {
  .l-container__cts--inner--footer {
    margin-bottom: 30px
  }
}

.l-footer {
  max-width: 952px;
  margin: 0 auto;
  padding: 0 15px 5px;
  text-align: center;
  font-size: 13px;
  line-height: 1
}

.l-footer__border {
  display: block;
  height: 21.5px;
  background-color: #f0f0f0;
  border-bottom: 3px solid #016599;
  margin-bottom: 8px
}

.l-footer__img {
  margin-bottom: 8px
}

.header-ttl {
  max-width: 925px;
  margin: 0 auto;
  padding: 22px 0 23px;
  display: flex
}

@media screen and (max-width: 959px) {
  .header-ttl {
    margin: inherit
  }
}

.header-ttl h1 {
  padding-left: 6px
}

.header-ttl__sub {
  padding-top: 1px;
  padding-left: 22px
}

@media screen and (max-width: 959px) {
  .header-ttl__sub {
    padding-left: 5px;
    padding-top: 5px
  }
}

.l-sidebar {
  background-color: #f0f0f0;
  padding: 16px 19px 19px;
  max-width: 257px;
  width: 100%;
  position: relative
}

@media screen and (max-width: 959px) {
  .l-sidebar {
    max-width: 100%;
    margin: 30px 15px 0
  }
}

.l-sidebar:before {
  content: url(../../assets/img/common/title.gif);
  position: absolute;
  top: -30px;
  right: -2px
}

@media screen and (max-width: 959px) {
  .l-sidebar:before {
    left: 0
  }
}

.l-sidebar__img {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 15px
}

.l-sidebar__img img {
  border: 2px solid #006699
}

.l-sidebar__text-area--ttl {
  font-size: 16px;
  line-height: 1.4em;
  margin: 18px 0 10px;
  font-weight: 700
}

.l-sidebar__text-area--dsc {
  line-height: 1.4em;
  padding-right: 10px
}

.l-sidebar__text-area--dsc:nth-of-type(3) {
  margin-top: 20px
}

.l-sidebar__link {
  display: block;
  margin-top: 14px
}

.c-nav {
  background-color: #b5dafe
}

.c-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 925px;
  margin: 0 auto
}

@media screen and (max-width: 959px) {
  .c-nav ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column
  }
}

.c-nav ul li {
  max-width: 185px;
  width: 100%;
  border: 1px solid #CCCCCC
}

@media screen and (max-width: 959px) {
  .c-nav ul li {
    max-width: 100%
  }
}

.c-nav ul li:not(:last-child) {
  border-right: none
}

.c-nav ul li a {
  background: #eee;
  background: -moz-linear-gradient(#ffffff 0%, #FEFEFE 25%, #FDFDFD 50%, #FDFDFD 54%, #EEEEEE 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(25%, #FEFEFE), color-stop(50%, #FDFDFD), color-stop(54%, #FDFDFD), to(#EEEEEE));
  background: -webkit-linear-gradient(#ffffff 0%, #FEFEFE 25%, #FDFDFD 50%, #FDFDFD 54%, #EEEEEE 100%);
  background: -o-linear-gradient(#ffffff 0%, #FEFEFE 25%, #FDFDFD 50%, #FDFDFD 54%, #EEEEEE 100%);
  background: linear-gradient(#fff, #fefefe, #fdfdfd 50%, #fdfdfd 54%, #eee);
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  padding: 10px 0 3px;
  line-height: 1;
  display: block;
  letter-spacing: .22em
}

@media screen and (max-width: 959px) {
  .c-nav ul li a {
    text-decoration: none;
    display: block;
    padding: 24px 0;
    transition: .5s;
    width: 100%
  }
}

.c-nav ul li a span {
  display: block;
  font-family: Roboto, sans-serif;
  font-weight: 100;
  font-style: normal;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0;
  color: #747474
}

h2 {
  background-color: #069;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  position: relative;
  padding-left: 25.5px;
  padding-top: 2px;
  padding-bottom: 4px;
  margin-bottom: 15px
}

h2:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: 7px
}

h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 4px
}

h3 {
  color: #069;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  position: relative;
  padding-left: 25.5px;
  padding-top: 2px;
  margin-bottom: 18px
}

h3:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #069;
  position: absolute;
  top: 7px;
  left: 7px
}

h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #069;
  position: absolute;
  left: 0
}

h4 {
  font-size: 18px;
  margin: 15px 0 5px
}

.ttl_h4 {
  text-align: center
}

.ttl_h4 .blue-ttl {
  font-size: 18px;
  letter-spacing: .08em;
  font-weight: 600;
  margin: 15px auto 27px;
  text-align: center;
  font-family: Roboto, sans-serif;
  border: 4px solid #006699;
  padding: 10px 25px;
  border-radius: 4px;
  display: inline-block
}

h5 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  color: #069;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-align: center
}

h5:after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid #006699;
  margin-left: 10px;
  margin-right: 20px
}

.hamburger-menu {
  display: none
}

@media screen and (max-width: 959px) {
  .header {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
  }

  .hamburger-menu {
    width: 50px;
    height: 50px;
    position: relative;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    cursor: pointer;
    display: block
  }

  .hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #242424;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    transition: .5s
  }

  .hamburger-menu__bar:first-child {
    top: 16px
  }

  .hamburger-menu__bar:nth-child(2) {
    top: 24px
  }

  .hamburger-menu__bar:last-child {
    top: 32px
  }

  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%
  }

  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translate(-50%) translateY(-50%) rotate(45deg)
  }

  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translate(-50%) translateY(-50%) rotate(-45deg)
  }

  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none
  }

  .navigation {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 9999
  }
}

.o-kv {
  margin: 0 auto;
  background-color: #f0f0f0;
  text-align: center
}

.o-kv__area {
  position: relative;
  max-width: 923px;
  margin: 0 auto
}

.o-kv__area--text {
  font-size: 15px;
  line-height: 1;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 5px
}

.slick01 {
  max-width: 638px;
  margin: 0 auto
}

.o-top__policy--list {
  margin-top: 18px;
  padding-left: 18px
}

.o-company__lead {
  padding: 10px 29px 17px 14px
}

.o-company__lead--ttl {
  font-size: 18px
}

.o-company__lead--text {
  margin-top: 18px;
  line-height: 1.4em;
  text-indent: 1em
}

.o-company__lead--post {
  text-align: right;
  margin-top: 18px
}

.o-company__concept--table {
  max-width: 600px;
  margin-left: 25px;
  margin-top: 20px;
  line-height: 1.6em;
  margin-bottom: 21px
}

@media screen and (max-width: 959px) {
  .o-company__concept--table {
    margin-left: 0
  }
}

.o-company__concept--table tr td {
  padding-left: 15px;
  padding-bottom: 25px
}

.o-company__concept--table tr td:first-child {
  padding-left: 0;
  width: 95px;
  font-size: 18px;
  color: #069
}

.o-company__concept--table tr td:nth-child(2) {
  padding-top: 2px
}

.o-company__concept--table-text {
  font-size: 15px !important
}

.o-company__info--table {
  max-width: 640px;
  margin-bottom: 32px;
  line-height: 1.4em
}

.o-company__info--table tr td {
  border-bottom: thin solid #d2e3ec;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px
}

.o-company__info--table tr td.company_style3 {
  width: 182px;
  background-color: #f5f9fc;
  position: relative
}

@media screen and (max-width: 959px) {
  .o-company__info--table tr td.company_style3 {
    width: 110px
  }
}

.o-company__info--table tr td.company_style3:before {
  content: "";
  display: block;
  height: 5px;
  width: 182px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0
}

.company_box2 {
  margin-top: 18px;
  margin-left: 9px;
  max-width: 607px;
  margin-bottom: 5px;
  line-height: 1.4em
}

.company_box2 iframe {
  width: 100%
}

.o-work__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 15px 5px;
  margin-top: 30px;
  max-width: 650px
}


.o-work__btn--text {
  text-align: center;
  margin-top: 5px;
  background: rgb(161,215,255);
  background: rgb(161,215,255);
  background: radial-gradient(circle, rgba(161,215,255,1) 24%, rgba(196,229,254,1) 63%, rgba(245,249,252,1) 100%);
  border: 4px solid #069;
  border-radius: 6px;
  height: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc((100% - 15px)/4);
  min-width: 155.25px;
  z-index: 1;
}

.o-work__btn--text:hover{
  opacity: 0.5;
  transition: all 0.5s;
}

.o-work__btn--text::before{
  position: absolute;
  content: "";
  left: 50%;
  top: 35%;
  transform: translate(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 28px solid transparent;
  border-left: 28px solid transparent;
  border-top: 27px solid rgba(245,249,252,0.7);
  border-bottom: 0;
  z-index: -1;
}

.o-work-scsn__step .step01 {
  margin-top: 20px
}

.o-work-scsn__step .step01__cts {
  background-color: #f5f9fc;
  margin-right: 7px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  background: #f5f9fc;
  margin-top: 5px;
  position: relative
}

.o-work-scsn__step .step01__cts--arrow {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 18px solid #006699;
  border-bottom: 0
}

.o-work-scsn__step .step02 {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 20px
}

@media screen and (max-width: 959px) {
  .o-work-scsn__step .step02 {
    flex-direction: column;
    margin-top: 30px
  }
}

.o-work-scsn__step .step02__cts {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto
}

@media screen and (max-width: 959px) {
  .o-work-scsn__step .step02__cts {
    flex-direction: row;
    align-items: center
  }
}

.o-work-scsn__step .step02__cts--ttl {
  font-weight: 600;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-top: 50px;
  height: 50px
}

@media screen and (max-width: 959px) {
  .o-work-scsn__step .step02__cts--ttl {
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
    margin-top: 0;
    height: inherit;
    font-size: 14px;
    width: 140px;
    text-align: left;
    margin-right: 5px
  }
}

.o-work-scsn__step .step02__cts--arrow {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -30px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 18px solid #006699;
  border-bottom: 0
}

@media screen and (max-width: 959px) {
  .o-work-scsn__step .step02__cts--arrow {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 18px solid #006699;
    border-right: 0
  }
}

.o-work-scsn__step .step02__cts--list {
  background-color: #f5f9fc;
  padding: 25px 10px;
  width: 200px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto
}

.o-work-scsn__step .step02__cts--list>li:not(:first-of-type) {
  padding-top: 20px
}

.o-work-scsn__step .step02__cts--list .innr-list {
  text-indent: .8em
}

.o-work-rvzn__flow {
  max-width: 604px;
  margin-left: 6px
}

.o-work-rvzn__flow--cts {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative
}

@media screen and (max-width: 959px) {
  .o-work-rvzn__flow--cts {
    flex-direction: column;
    gap: 0
  }
}

.o-work-rvzn__flow--cts:not(:last-of-type) {
  margin-bottom: 66px
}

.o-work-rvzn__flow--cts:not(:last-of-type):after {
  position: absolute;
  bottom: -66px;
  left: 50%;
  transform: translate(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 52px solid transparent;
  border-left: 52px solid transparent;
  border-top: 66px solid #f5f9fc;
  border-bottom: 0
}

.o-work-rvzn__flow--ttl {
  font-size: 18px;
  color: #069;
  max-width: 160px;
  width: 100%;
  text-indent: -1em;
  padding-left: 1em
}

@media screen and (max-width: 959px) {
  .o-work-rvzn__flow--ttl {
    max-width: 100%
  }
}

.o-work-rvzn__flow ol {
  max-width: 420px;
  width: 100%
}

@media screen and (max-width: 959px) {
  .o-work-rvzn__flow ol {
    margin-top: 5px
  }
}

.o-work-rvzn__flow ol li {
  padding-left: 2em;
  text-indent: -2em
}

#overseas .ttl_h4 .blue-ttl {
  text-align: left;
  padding: 10px 0 10px 5px
}

#overseas .o-work-rvzn__flow--ttl {
  max-width: 100%
}

#overseas .o-work-rvzn__flow--cts {
  flex-direction: column;
  gap: 0
}

#overseas .o-work-rvzn__flow ol {
  max-width: 100%
}

#overseas .o-work-rvzn__flow ol li {
  padding-left: .5em;
  text-indent: -.5em
}

.o-overseas__table {
  margin-left: 26px;
  margin-top: 12px;
  margin-bottom: 24px
}

@media screen and (max-width: 959px) {
  .o-overseas__table {
    margin-left: 0
  }
}

.o-overseas__table caption {
  font-size: 18px;
  margin-bottom: 20px
}

.o-overseas__table--b1 {
  line-height: 15px;
  font-size: 13px
}

.o-overseas__table--b1 th {
  width: 64px;
  font-weight: 500;
  padding-top: 10px
}

.o-overseas__table--b1 td {
  padding: 10px 4px 4px
}

.o-overseas__table--inner-b2 th {
  width: 98px;
  padding: 10px 4px 4px
}

.o-overseas__table--inner-b2 td {
  display: block;
  padding-top: 10px
}

.o-overseas__member--table {
  border: 1px solid #CCCCCC;
  font-size: 13px;
  line-height: 15px;
  width: 100%;
  margin-bottom: 15px
}

.o-overseas__member--table tr {
  border-bottom: 1px solid #CCCCCC
}

.o-overseas__member--table th {
  background-color: #f5f9fc;
  border-right: 1px solid #CCCCCC;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  width: 78px
}

.o-overseas__member--table td {
  display: block;
  padding: 12px 10px 12px 15px
}

.o-overseas__member--table .table-inner tr {
  border: none
}

.o-overseas__member--table .table-inner th {
  background-color: inherit;
  padding: 0;
  border: none;
  width: inherit;
  width: 60px
}

.o-overseas__member--table .table-inner td {
  padding: 0 10px;
  border: none
}

#policy p:not(:first-of-type) {
  margin-top: 20px
}

/* 図01 関連会社*/
.c-figure01{
  border: 3px solid #990001;
  border-radius: 10px;
  padding: 10px;
}
.c-figure01 .circle{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 5px;
  max-width: 520px;
  margin: 0 auto;
}

.c-figure01 .circle p{
  background-color: #FFF5DE;
  border-radius: 100%;
  width: 100px;
  height: 62px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 13px;
}

.c-figure01__institution.circle{
  max-width: 500px;
  margin: 0 auto;
}

.c-figure01__institution.circle p{
  background-color: #FFCC99;
}

.c-figure01__relationship{
  margin: 10px 0;
  display: flex;
  gap: 5px;
}

.c-figure01__relationship .arrow{
  width: 50px;
  display: flex;
  align-items: center;
}

.c-figure01__relationship .box{
  width: calc((100% - 80px )/2);
  padding: 10px;
}

.c-figure01__relationship .execution{
  background-color: #069;
  color: #FFF;
  width: 70px;
  text-align: center;
  padding: 10px;
  border-radius: 100%;
  margin: 5px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.c-figure01__relationship--left{
  background-color: #069;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-figure01__relationship--right{
  background-color: #f8d279;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.relationship--right_cts{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5px;
  justify-content: space-around;
  position: relative;
  z-index: 1;
  width: 250px;
}

.relationship--right_cts p{
  background-color: #FFF;
  padding: 5px;
  text-align: center;
  width: 78px;
}

.relationship--right_cts p:nth-of-type(5),
.relationship--right_cts p:last-of-type{
  width: 85px;
}

@media screen and (max-width:767px){
  .c-figure01__relationship{
    flex-direction: column;
    align-items: center;
  }

  .c-figure01__relationship .box{
    width: 90%;
  }

  .c-figure01__relationship--left{
    height: 200px;
  }

  .c-figure01__relationship .arrow{
    transform: rotate(90deg);
    margin: 10px 0;
  }
}

/* 図02 */
.o-company__info--table tr td:has(.c-figure02){
  padding: 5px 0 0 0;
}

.c-figure02__companies{
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 2px;
}

.c-figure02__companies:not(:last-of-type){
  border-bottom: 1px solid #d2e3ec;
}

.c-figure02__companies .ttl{
  background-color: #f5f9fc;
  padding: 5px 0;
  text-align: center;
}

.c-figure02__companies .post{
  color: #006699;
}

.c-figure02__companies p:not(.ttl){
  margin-top: 10px;
}

/* 図03 ガントチャート*/
@media screen and (max-width:959px) {
  .c-figure03{
    overflow-y: scroll;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-left: 20px;
  }
}

/* 上部分 */
.c-figure-label {
  display: flex;
  align-items: center;
  margin: 50px auto 0 auto;
  width: 607px;
}

.c-figure-label__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  width: calc(100% / 4);
}

.c-figure-label__item span{
  position: absolute;
  right: -33%;
  width: 108px;
  text-align: center;
  top:-30px
}

.c-figure-label__item span::after{
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-50%);
  bottom: -20px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 18px solid #990001;
  border-bottom: 0;
}

/* ガントチャート部分 */
.c-figure {
  width: 607px;
  margin: 16px auto;
}

.c-figure__inner {
  position: relative;
}

.c-figure__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-figure__item-line {
  width: calc(100% / 4);
  height: 100%;
  border-left: dotted 1px #333;
}

.c-figure__item-line:last-child {
  border-right: dotted 1px #333;
}

.c-figure__content {
  padding: 8px 0;
}

.c-figure__content-item {
  border-radius: 3px;
  padding: 3px 10px;
  position: relative;
  font-size: 12px;
  line-height: 1.3;
  position: relative;
}

.c-figure__content-item + .c-figure__content-item {
  margin-top: 10px;
}

.c-figure__content-item::before {
  content: '';
  position: absolute;
  /* background-color: rgb(165, 164, 164); */
  border: 1px solid rgb(165, 164, 164);
  top: 0;
  left: 5px;
  width: calc(100% - 10px);
  height: 100%;
  z-index: -1;
  border-radius: 2px;
}

.c-figure__content-item:nth-child(1) {
  width: calc((100% / 4) * 0.9);
  background-color: #A1D6E2;
  /* color: #FFF; */
}

.c-figure__content-item:nth-child(2) {
  width: calc((100% / 4) * 0.8);
  margin-left: calc(100% / 40);
  background-color: #A1D6E2;
  /* color: #FFF; */
}

.c-figure__content-item:nth-child(3) {
  width: calc((100% / 4) * 0.8);
  margin-left: calc(100% / 20);
  background-color: #A1D6E2;
  /* color: #FFF; */
}

.c-figure__content-item:nth-child(4) {
  width: calc((100% / 4) * 0.8);
  margin-left: calc((100% / 4));
  background-color: #52B2CF;
  /* color: #FFF; */
}

.c-figure__content-item:nth-child(5) {
  width: calc((100% / 4) * 0.8);
  margin-left: calc(100% / 4);
  background-color: #52B2CF;
  /* color: #FFF; */
}

.c-figure__content-item:nth-child(6) {
  width: calc((100% / 4) * 0.8);
  margin-left: calc(100% / 3.3);
  background-color: #52B2CF;
  /* color: #FFF; */
}

.c-figure__content-item:nth-child(7) {
  width: calc((100% / 4) * 1.5);
  margin-left: calc((100% / 4));
  background-color: #046380;
  color: #FFF;
}

.c-figure__content-item:nth-child(8) {
  width: calc((100% / 4) * 0.8);
  margin-left: calc((100% / 4) * 2);
  background-color: #0094C6;
  color: #FFF;
}

.c-figure__content-item:nth-child(9) {
  width: calc((100% / 4) * 0.8);
  margin-left: calc((100% / 3.8) * 2);
  background-color: #0094C6;
  color: #FFF;
}

.c-figure__content-item:nth-child(10) {
  width: calc((100% / 4) * 0.8);
  margin-left: calc((100% / 3.64) * 2);
  background-color: #0094C6;
  color: #FFF;
}

.c-figure__content-item:nth-child(11) {
  width: calc((100% / 4) * 1);
  margin-left: calc((100% / 5.34) * 4);
  background-color: #023C88;
  color: #FFF;
}

.c-figure__content-flex{
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.c-figure__content-flex .c-figure__content-item:nth-child(1) {
  width: calc((100% / 4) * 1);
  margin-left: calc((100% / 6) * 3);
  background-color: #023C88;
  color: #FFF;
}

.c-figure__content-flex .c-figure__content-item:nth-child(2) {
  width: calc((100% / 4) * 1);
  margin-top: 0;
  margin-left: 2px;
  /* margin-left: calc((100% / 6) * 3); */
  background-color: #023C88;
  color: #FFF;
}

/* メールフォームプロ */

.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover{
  color: #990001;
}