/* CSS Document */

:root {
    --sc-main-color: #245BA9;
    --sc-font-default-color:#716767;
    --sc-font-hover-color:#F5D61B;
    --sc-footer-color: #1F37BF;
    --sc-button-showditail-color: #245BA9;
    --sc-breadcrumbs-color:#D7F2FA;
   /*--sc-h1-bg-color:#CDFDEE;*/
    --border-line-color:#f0f0f0;
}
  

  /* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
     License: none (public domain)
  */
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block; }
  
  body {
    line-height: 1.5em;
    display:flex;
    min-height: 100vh;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;

}
  
  ol, ul {
    list-style: none; }
  
  blockquote, q {
    quotes: none; }
  
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none; }
  
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  
  /* foundations/_base
  */
  *, *:before, *:after {
    box-sizing: border-box; }
  
  body {
    font-size: 14px;
    line-height: 1.5;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333; }

  header{
    width:100%;
    order: 1;
    background-color: white;
    z-index:1;
  }
a
{
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1.5em;
	text-decoration: underline;
	color: #0000C9;
}

a:hover
{
	color: #C91D14;
}

  img {
    max-width: 100%;
    vertical-align: middle; }
  
  input {
    margin: 0;
    padding: 0; }
  
  textarea {
    padding: 0;
    font: inherit;
    color: inherit; }
  
  button {
    font: inherit;
    padding: 0;
    background-color: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
}
.l-breadcrumb{
	width:100%;
	max-height:3em;
	height:3em;
  order:2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  line-height: 1.5em;
  box-sizing: border-box;
	padding-top:2em;
}
.l-breadcrumb div{
  width: 100%;
	display:flex;
	justify-content: flex-start;
}
.l-breadcrumb a
{
	text-decoration: none;
}
main
{
    order:3;
}
footer
{
	order:4;
}
.l-header
{
	width: 100%;
    border: 1px solid var(--border-line-color);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2); 
    display:flex;
    justify-content: center;
    align-items: center;
	z-index: 9;
}
.l-header__wrapper
{
	display:flex;
	width:100%;
	justify-content: center;
	align-items: center;
}
.l-header__wrapper a
{
	display:flex;
	width:100%;
	justify-content: center;
	align-items: center;
}

.l-header__wrapper img
	{
		width: 80%;
	}

.l-header__Nav_Items
{
	width: 0;
	display:none;
}
  .l-footer {
	  width: 100%;
    background-color: var(--sc-footer-color);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
    font-size: 0.9em;
    margin-top: 3em; }
    .l-footer__dl {
      width: 100%;
      display: flex;
      justify-content: flex-start; }
      .l-footer__dl__dt {
        width: 10em; }
/*
      .l-footer__dl__dd {
        min-width: 65%; }
 */

.p-index-mv
{
	width: 100%;
	margin-bottom: 0px !important;
}
.p-index-mv__inner
{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 6em;
	font-weight: bold;
	background-image: url("../imgs/1118598.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	color: #716767;; 

}/*
.p-index-mv__inner:before {
	background-color: rgba(255, 255, 255, 0.1);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
*/
.p-index-mv__shorcut {
	width: 100%;
	color: white;
	background-color: var(--sc-main-color);
	padding-bottom: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-index-mv__shorcut ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	z-index:9;
}
.p-index-mv__shorcut li
{
	width: 100%;
}
.p-index-mv__shorcut a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: transform 1.5s;
	text-decoration:none;
	width: 100%;
	color: white;
}
.c-h1-nodecorate {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--sc-h1-bg-color);
    color: var(--sc-font-default-color);
    font-size: 32px;
    font-family: 'Noto Serif JP', serif;
    padding: 1.5em; }
.c-h2
{
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
    background-color: #707070;
    color: white;
    padding: .5em;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 1.5em;
}
 .c-h3 {
    position: relative;
    width: 100%;
    text-align: center;
    color: var(--sc-font-default-color);
    margin-bottom: 1.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    padding-top: 2.5em;
    font-family: 'Noto Serif JP', serif; }

  .c-h3 span {
    position: relative;
    z-index: 0;
    display: block;
}
  
  .c-h3::before {
    content: attr(data-en);
    position: absolute;
    top: 10px;
    left: calc(50% - 3em) S;
    color: var(--sc-font-default-color);
    font-size: 1.2em;
    font-weight: 400;
}
.c-h4 {
	position: relative;
	width: 100%;
    text-align: center;
    color: var(--sc-font-default-color);
    margin-top: 1.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    padding-top: 2.5em;
    padding-bottom: 1em;
    font-family: 'Noto Serif JP', serif; }
.c-h4__left {
      position: relative;
      width: 100%;
      text-align: center;
      color: var(--sc-font-default-color);
      margin-top: 1.5em;
      display: inline-flex;
      justify-content: flex-start;
      align-items: center;
      font-size: 1.2em;
      padding-top: 2.5em;
      margin-bottom: 1em;
      font-family: 'Noto Serif JP', serif; }
  

.c-h4 span {
    position: relative;
    z-index: 0;
    display: block; }

.c-h4::before {
    content: attr(data-en);
    position: absolute;
    top: 10px;
    left: calc(50% - 3em);
    color: #ccc;
    font-size: 1.3em;
    font-weight: 400;
}
  .c-show-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--sc-button-showditail-color);
    color: white;
	  text-decoration: none;
    border-radius: 5px;
    width: 420px;
    height: 55px;
    padding: 1em; }
    .c-show-detail::after {
      content: "";
      width: 10px;
      height: 10px;
      border-top: 3px solid white;
      border-right: 3px solid white;
      transform: rotate(45deg); }
    .c-show-detail:hover {
      color: var(--sc-font-hover-color); }

.p-index-information {
	width: 100%;
	margin-top: 0;
	margin-bottom: 3em;
}
.p-index-information__inner {
	box-sizing: border-box;
	width: 95%;
	padding: 1em;
	margin-left: .75em;
	border: 1px solid var(--border-line-color);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	background-color: #fafafa;
}
.p-index-about {
    width: 100%;
    margin-bottom: 2em;
}
.p-index-about__inner {
	width: 100%;
	margin-bottom: 1.5em;
	padding: 1em;
}
.p-index-about__dot-hr {
	width: 100%;
	border-top: 5px dotted #c0c0c0; }
.p-index-about__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 2em 0; }

.p-index-about__wrapper h4 {
	background-color: antiquewhite;
}
.p-index-about__wrapper > a {
	position: absolute;
	bottom: 2em;
	z-index: 1; }
.p-index-about__wrapper__horiz {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%; }
.p-index-about__wrapper p {
	display: block;
	width: 100%;
	padding: 1em;
}
  .p-index-about__wrapper .p-index-about__wrapper__horiz div ul
  {
      width:100%;
      padding:1em;
  }
  .p-index-about__wrapper .p-index-about__wrapper__horiz div li
  {
      position: relative;
      width: 100%;
      border-radius: 10px  0 0 10px;
      padding:0.5em;
      background-color: #245BA9;
      color: white;
      font-weight: bold;
      margin-bottom: 1px;
      border:1px solid #245BA9;
  }
  .p-index-about__wrapper .p-index-about__wrapper__horiz div li a
  {
color: white;
text-decoration: none;}
  .p-index-about__wrapper .p-index-about__wrapper__horiz div li:hover
  {
      border: double white 1px;
  }
  
  .p-index-about__wrapper .p-index-about__wrapper__horiz div li:before{ 
      display:inline-block; 
      vertical-align: middle;
      /*莉･荳狗區荳ｸ縺､縺上ｋ*/
      content:'';
      width:1em;
      height: 1em;
      background: #fff;
      border-radius: 50%;
      margin-right: 8px;
  }

.p-index-topics {
    width: 100%; }
    .p-index-topics__list {
      width: var(--v-width);
      display: flex;
      flex-direction: column; }
      .p-index-topics__list__item {
        line-height: 1.5em;
        padding: 0.5em;
        background-color: #fafafa; }
.p-index-topics__list__item a
{
	font-weight: normal;
	text-decoration: none;
	color: #6c6c6c;
}
.p-index-topics__list__item a:hover
{
	color: #C91D14;
}
        .p-index-topics__list__item__span-date {
          font-size: 1.1em;
          margin-right: 1em;
          padding-left: 1em; }
        .p-index-topics__list__item__span-category {
          display: inline-block;
          font-size: 0.9em;
          margin-right: 1em;
          border: 1px solid var(--sc-font-default-color);
          padding: 0.25em 1em; }
      .p-index-topics__list__item:nth-child(odd) {
        background-color: #dadada;
}
 .p-about-mv {
    justify-content: flex-start;
    margin-bottom: 5em;
}
.p-about-mv__split {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.p-about-mv__split table {
	width: 95%;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2); }
.p-about-mv__split table th, .p-about-mv__split table td {
	padding: 1em 1em; }
.p-about-mv__split table th {
	text-align: right;
	padding-right: 0; }
.p-about-mv__split table tr:nth-child(odd) th, .p-about-mv__split table tr:nth-child(odd) td {
	background-color: #fafafa; }
.p-about-mv__split__img-holder {
	margin-left: 1em;
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1em; }
.p-about-mv__split__img-holder img {
	width: 90%; }
.p-about-mv__split__img-holder span {
	font-size: 0.8em;
	margin-top: 0.5em; }
  
  .p-about-history {
    justify-content: flex-start;
    margin-bottom: 5em; }
.p-about-history__table {
      width:100%;
      border: 1px solid var(--border-line-color);
      box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2); }
.p-about-history__table td {
	padding: 1em; }
.p-about-history__table td:nth-child(odd) {
	text-align: right;
	padding-right: 0; }
.p-about-history__table tr:nth-child(odd) td {
    background-color: #fafafa; }
 
.p-pages-recruit > div
{
	width: 100%;
	margin-top: 1.5em;

}

  .p-pages-recruit > div h1
  {
    font-size: 1.5em;
    padding-left: 1.5em;
    margin-bottom: 3em;
    border-left: 3px solid red;
  }
  .p-pages-recruit > div p
  {
    line-height: 2em;
    margin-bottom: 3em;
  }
  .p-pages-recruit > div li
  {
    margin-left: 2em;
    line-height: 2em;
    border-bottom: 1px solid #f0f0f0;
  }
  .p-pages-recruit > div ul
  {
    margin-bottom: 3em;
  }
  .p-pages-recruit > div ul li
  {
    list-style: disc;
  }

  .p-pages-recruit > div ol li
  {
    list-style: decimal;
	  border-bottom: 0;
  }

  .p-pages-recruit > div h2
  {
	  width:100%;
	  text-align: center;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 2em;
  }

  .p-pages-recruit > div h3
  {
	  width:100%;
	  text-align: center;
	  font-weight: bold;
	  margin-bottom: 1.5em;
	  font-size: 0.8em;
  }

  .p-pages-recruit > div table
  {
    margin-bottom: 3em;
  }

  .p-pages-recruit > div dl
  {
	  padding: 1em;
    margin-bottom: 3em;
  }

  .p-pages-recruit > div dl dt
  {
    font-size:1.1em;
    font-weight: bold;
  }
  .p-pages-recruit > div dl dd
  {
    margin-left:4em;
    margin-bottom:1.5em;
  }
.p-about-detail > p {
    display: block;
    width: 100%;;
    padding: 1em;
    background-color: #fafafa;
    font-size: 1.2em; }
  .p-about-detail__section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1.5em 1em; }
    .p-about-detail__section__h3-01 {
      border-bottom: 5px solid #5CB088;
      border-image: linear-gradient(to right, #5CB088, #fff);
      border-image-slice: 1; }
    .p-about-detail__section__h3-02 {
      border-bottom: 5px solid #42A2E9;
      border-image: linear-gradient(to right, #42A2E9, #fff);
      border-image-slice: 1; }
    .p-about-detail__section__h3-03 {
      border-bottom: 5px solid #68BAC8;
      border-image: linear-gradient(to right, #68BAC8, #fff);
      border-image-slice: 1; }
    .p-about-detail__section__p-01 {
      font-size: 1.1em;
      background-color: #83FCC2;
      padding: 1em;
      border-radius: 10px; }
    .p-about-detail__section__p-02 {
      font-size: 1.1em;
      background-color: #45A8F5;
      padding: 1em;
      border-radius: 10px; }
    .p-about-detail__section__p-03 {
      font-size: 1.1em;
      background-color: #6EC4D4;
      padding: 1em;
      border-radius: 10px; }
    .p-about-detail__section__ex {
      font-size: 0.9em;
      border: 1px solid var(--border-line-color);
      padding: 1em; }
    .p-about-detail__section__ol_01 {
      list-style: decimal; }
      .p-about-detail__section__ol_01 li {
        margin-left: 1.2em; }
    .p-about-detail__section h4 {
      background-image: linear-gradient(rgba(0, 0, 0, 0) 90%, #bbbcde 90%); }
    .p-about-detail__section__right-layout {
      margin-top: 2em;
      margin-bottom: 2em;
      width: 100%;
      display: flex;
      justify-content: flex-end;
      font-size: 0.8em; }

.p-center-consultaion p {
    width:100%;
    margin-top: 2em;
    margin-bottom: 1.5em;
    line-height: 1.5em;
    padding: 0 1em; }
.p-center-consultaion h2
{
	display: block;
	width: 100%;
	font-size: 1.2em;
	border-left: 5px solid #0AC952;
	padding-left: 1.5em;
	margin-bottom: 1.5em;
	
}
.p-center-consultaion table {
	width: 95%;
    margin-top: 3em;
    margin-bottom: 3em;
	margin-left: 0.5em;
    background-color: #fafafa;
    border: 1px solid var(--border-line-color);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	font-size: 0.8em;
}
.p-center-consultaion table th
{
	width: 6em;
}
.p-center-consultaion table tr:first-child td {
	padding-top: 3em; }
.p-center-consultaion table tr:last-child td {
	padding-bottom: 3em; }
.p-center-consultaion table td {
      padding: 0.5em;
      margin-bottom: 0.5em; }
.p-center-consultaion table td:first-child {
        width: 30%;
        padding-left: 2em; }

.p-center-consultaion table td li {
        list-style: disc;
        margin-left: 2em; }


.p-pages-recruit a
{
	display: block;
}
.link-box
{
	width:100%;
	display:flex;
	justify-content: center; 
	align-items:center;
}
.link-box > a
{
	display: block;
	padding: 2em;
	width:80%;
	color:white;
	text-align: center;
	background-color: navy;
	text-decoration: none;
}
.link-box > a:hover
{
	background-color: #0000C9;
}
.link-doc
{
	width: 100%;
	display: flex;
	padding-left: 2em;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 3em;
}
.more_info
  {
	  width: 80%;
    display:flex;
    flex-direction: column;
    background-color: #f0f0f0;
    justify-content: center;
    align-items: center;
    padding:1em 3em;
    margin-bottom: 3em;
	  font-size: 0.9em;

  }

  .more_info span
  {
    font-size: 1.5em;
    font-weight: bold;
  }

.p-topics
{
	width: 100%;
	padding: 1em;
}
.p-topics h1
{
	font-size: 1.2em;
	margin-top: 2em;
	margin-bottom: 1.5em;
}

.p-topics p
{
	margin-top: 3em;
}
