@charset "UTF-8";

/*初期化----------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  color: #666;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
  font-size: 1.4rem;
  text-align: left;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

figure {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  display: block;
  color: #666;
  margin: 0;
  padding: 0;
}

/*初期化終了----------------------------------------------------------------------------*/
/*ヘッダー共有----------------------------------------------------------------------------*/
.pc, .tb {
  display: none;
}

#page-header {
  width: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 11;
  background-color: #ffffff;
  box-shadow: 2px 3px 4px 1px rgba(0, 0, 0, 0.1);
}

#page-header .inner {
  display: flex;
  position: relative;
}

#page-header .inner .logo {
  width: 50%;
  padding: 7px;
  box-sizing: border-box;
}

#page-header .inner .logo img {
  vertical-align: top;
  max-width: 200px;
}

#nav-toggle {
  position: fixed;
  position: absolute;
  top: 50%;
  right: 18px;
  height: 32px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2000;
}

#nav-toggle>div {
  position: relative;
  width: 36px;
}

#nav-toggle>div span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: orange;
  position: absolute;
  transition: transform .3s ease, top .5s ease;
}

#nav-toggle>div span:nth-child(1) {
  top: 0;
}

#nav-toggle>div span:nth-child(2) {
  top: 14px;
}

#nav-toggle>div span:nth-child(3) {
  top: 28px;
}

.open #nav-toggle>div span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}

.open #nav-toggle>div span:nth-child(2) {
  width: 0;
}

.open #nav-toggle>div span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

.open .menu-background {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(13, 13, 13, 0.2);
  transition: background-color 0.4s ease .2s;
}

.header-nav {
  position: fixed;
  z-index: 10;
  width: 250px;
  height: 100%;
  background: #fff;
  padding: 80px 0 0;
  top: 0;
  right: 0;
  transform: translateX(200%);
  transition: transform 1s ease;
}

.open .header-nav {
  transform: translateX(0) !important;
}

.header-nav ul {
  margin: 20px;
}

.header-nav li {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.open .header-nav ul {
  transform: translateX(0);
}

.header-nav ul:first-child {
  border-top: 1px solid #ccc;
}

.netshop {
  display: flex;
}

.header-nav .netshop li {
  width: 15%;
  padding: 8px;
  border-bottom: 0;
}

/*ヘッダー共有終了---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.pc {
  display: none;
}

#info-contents {
  padding: 30% 0 0;
  background-color: #fff;
  color: #222;
}

#info-contents h3 {
  font-size: 1.5rem;
  padding: 0 8%;
  line-height: normal;
  text-align: center;
  font-weight: bold;
  color: #222;
}

#info-contents .info-text {
  font-size: 1.3rem;
  padding: 6% 8%;
}

#info-contents .info-inner {
  padding: 3%;
}

#info-contents li {
  font-size: 1.3rem;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin: 0 0 5%;
}

#info-contents img {
  margin: 10px 0 0;
}

.info-inner .info-inner-blk .small {
  padding: 0 2% 2%;
  font-size: 1.1rem;
  line-height: normal;
}

/*----画像無しの時---------*/
.info-text-imgnone_blk {
  width:100%;
}

#info-contents .info-text-imgnone {
  font-size: 1.3rem;
  padding: 6% 8%;
}


/*----画像無しの時---------*/
#indexpage-contents {
  background: #FEF6F0;
}

.indexpage-message {
  padding: 28% 0 8%;
}

#indexpage-contents h2 {
  font-size: 2rem;
  line-height: normal;
  text-align: center;
  font-weight: bold;
  color: #222;
  margin: 0 0 15px;
}

#indexpage-contents p {
  color: #000;
  text-align: center;
  line-height: 1rem;
}

#indexpage-contents .indexpage-topics {
  border: solid 1px #000;
  padding: 6%;
  line-height: 7vw;
  background: #fff;
  margin: 6%;
}

#indexpage-contents .indexpage-topics .topics-item {
  padding: 4% 0;
  border-bottom: dotted 1px #000;
}

#indexpage-contents .topics-item .date {
  display: inline;
}

#indexpage-contents .topics-item p {
  color: #222;
  text-align: left;
  line-height: normal;
}

#indexpage-contents .topics-item .info {
  background: #ff1493;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  margin: 0 0 0 5px;
  font-size: 2.5vw;
  line-height: 1;
  vertical-align: top;
}

#indexpage-contents .topics-item .seko {
  background: #548235;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  margin: 0 0 0 5px;
  font-size: 2.5vw;
  line-height: 1;
  vertical-align: top;
}

#indexpage-contents .topics-item .recruit {
  background: #219fce;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  margin: 0 0 0 5px;
  font-size: 2.5vw;
  line-height: 1;
  vertical-align: top;
}

#indexpage-contents .indexpage-topics .topics-item:last-child {
  border-bottom: 0;
}

.info-list-number{
  width: 80%;
  margin: 0 auto;

    border: 1px solid #000;
}

#info-contents .info-list-number li{
width: 100%;
  font-size: 1.3rem;
text-align: left;
margin:0;
  padding:2% 4% 2% 0;
}

.youtube {
	position: relative;
	padding-top: 56.25%;
	height: 0;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*フッター----------------------------------------------------------------------------*/
footer {
  background-color: #fff;
}

.footer-menu {
  margin: 0px;
}

.footer-menu .toggle {
  display: none;
}

.footer-menu .option {
  position: relative;
}

.footer-menu .title,
.footer-menu .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.5s;
  background-color: orange;
}

.footer-menu .content {
  background-color: white;
}

.footer-menu .title {
  border-bottom: solid 2px #ffffff;
  padding: 1em 1em 1em 30px;
  display: block;
  color: #ffffff;
  font-weight: bold;
}

.footer-menu .title::after,
.footer-menu .title::before {
  content: "";
  position: absolute;
  right: 1.7em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #ffffff;
  transition: all 0.3s;
}

.footer-menu .title::after {
  transform: rotate(90deg);
}

.footer-menu .content {
  max-height: 0;
  overflow: hidden;
}

.footer-menu .content p {
  margin: 0;
  padding: 1.4em 1em 1em 30px;
  font-size: 0.9em;
  line-height: 1.5;
  border-bottom: solid 1px #ccc;
}

.content a:hover {
  opacity: 0.7;
}

.toggle:checked+.title+.content {
  max-height: 500px;
  transition: all 2s;
}

.toggle:checked+.title::before {
  transform: rotate(90deg) !important;
}

footer .copyright {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
  box-sizing: border-box;
}

footer .copyright .inner {
  text-align: center;
}

footer .copyright p {
  width: 100%;
  font-size: 3vw;
}

/*フッター終了----------------------------------------------------------------*/
/* 最小幅641px、Mediumスクリーン-------------------------------------------------*/
@media screen and (min-width: 641px) {
  #page-header .inner .logo {
    width: 30%;
  }

  /*最小幅641px、Mediumスタッフ個別キービジュアル-----------------------------------------------------------------*/
  #info-contents {
    padding: 20% 0 0;
  }

  #info-contents h3 {
    font-size: 2rem;
  }

  #info-contents .info-text {
    font-size: 1.5rem;
    padding: 3% 13%;
  }

  .info-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #info-contents li {
    font-size: 1.5rem;
    width: 45%;
    box-sizing: border-box;
    text-align: center;
    margin: 0 2% 5%;
  }

  #info-contents .last {
    box-sizing: border-box;
    margin: 10px 0 0;
    padding: 0 6%;
  }



  .info-inner .info-inner-blk .small {
    font-size: 1.3rem;
  }

  .indexpage-message {
    padding: 20% 0 5%;
  }

  #indexpage-contents h2 {
    font-size: 4rem;
    letter-spacing: 0.3rem;
  }

  #indexpage-contents p {
    font-size: 1.5em;
  }

  #indexpage-contents .indexpage-topics {
    padding: 3%;
    line-height: 5vw;
  }

  /*最小幅641px、Mediumスタッフ個別ページ共通終了----------------------------------------------------------------------------*/
  footer .copyright img {
    width: 30vw;
  }

  footer .copyright p {
    width: 100%;
    font-size: 2vw;
  }
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  /* 最小幅1025px、Mediumスクリーン　ヘッダー共通------------------------------------*/
  #page-header .inner .logo {
    max-width: 18vw;
    padding: 10px;
    margin: 0 50px 0 18px;
  }

  #page-header .inner .header-nav-pc {
    width: 82vw;
    position: relative;
  }

  #page-header .inner .header-nav-pc ul {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-40%);
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
  }

  #page-header .inner .header-nav-pc .headericon {
    width: 30px;
    padding: 8px 0 0 15px;
    border-left: 0;
  }

  #page-header .inner .header-nav-pc li {
    width: 130px;
    padding: 8px;
    font-size: 1.5rem;
    border-left: 1px solid #ccc;
    text-align: center;
  }

  #page-header .inner .header-nav-pc ul :nth-child(4) {
    border-right: 1px solid #ccc;
  }

  #page-header .inner .header-nav-pc li:hover {
    color: #FFA500;
  }

  /* 最小幅1025px、Mediumスクリーン　ヘッダー共通終了------------------------------------*/
  #info-contents {
    padding: 10% 0 6%;
  }

  #info-contents .info-text {
    padding: 3% 18%;
    text-align: center;
  }

  #info-contents .info-inner {
    padding: 0 8%;
  }

  #info-contents .last {
    padding: 0 11%;
  }

  /*----画像無しの時---------*/
  .info-text-imgnone_blk {
    width: 750px;
    margin: 0 auto;
  }

  #info-contents .info-text-imgnone {
    padding: 3% 0;
    text-align: center;
  }

  /*----画像無しの時---------*/


  .indexpage-message {
    padding: 10% 0 3%;
  }

  #indexpage-contents {
    padding: 0 6%;
  }

  #indexpage-contents h2 {
    font-size: 4rem;
    letter-spacing: 0.3rem;
  }

  #indexpage-contents .indexpage-topics {
    padding: 1% 3%;
    font-size: 0.8vw;
    line-height: 3vw;
    margin: 3% 6% 6%;
  }

  #indexpage-contents .indexpage-topics .topics-item {
    padding: 1% 0;
    border-bottom: dotted 1px #000;
  }

  #indexpage-contents .topics-item .date, .title {
    display: inline;
    margin: 0 10px 0 0;
  }

  #indexpage-contents .title:hover {
    border-bottom: 1px dashed;
  }

  #indexpage-contents .linknone:hover {
    border-bottom: 0;
  }

  #indexpage-contents .topics-item .info {
    font-size: 0.8em;
    margin: 0 5px 0 0;
    vertical-align: text-bottom;
  }

  #indexpage-contents .topics-item .seko {
    font-size: 0.8em;
    margin: 0 5px 0 0;
    vertical-align: text-bottom;
  }

  #indexpage-contents .topics-item .recruit {
    font-size: 0.8em;
    margin: 0 5px 0 0;
    vertical-align: text-bottom;
  }


  /* 最小幅1025px、Mediumスクリーン　事業内容共通終了------------------------------------*/
  /* 最小幅1025px、Mediumスクリーン　フッター共有-----------------------------------*/
  .footer-menu {
    width: 100%;
    padding: 10px 0 25px 0;
    background-color: orange;
    display: flex;
    justify-content: center;
  }

  .footer-menu .footer-contents {
    width: 20%;
    display: flex;
    flex-flow: column;
    margin: 0 0 0 30px;
  }

  .footer-menu .content {
    max-height: inherit;
    overflow: inherit;
    background-color: inherit;
    color: white;
  }

  .footer-menu .title {
    border-bottom: solid 1px #ffffff;
    padding: 1em 1em 1em 30px;
    margin: 0 30px 0 0;
  }

  .footer-menu .title::after,
  .footer-menu .title::before {
    content: none;
    position: none;
    right: none;
    top: none;
    width: none;
    height: none;
    background-color: none;
    transition: none;
  }

  .footer-menu .content p {
    padding: 1.5em 0 0 0;
    margin: 0 30px;
    font-size: 0.9em;
    line-height: 0.5;
    border-bottom: initial;
    color: #ffffff;
  }

  footer .copyright {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    box-sizing: border-box;
  }

  footer .copyright .inner {
    display: flex;
    justify-content: center;
  }

  footer .copyright img {
    width: 80%;
  }

  footer .copyright p {
    font-size: 1.3rem;
  }

  /* 最小幅1025px、Mediumスクリーン　フッター共有終了-----------------------------------*/
}

/*-------------------------------------必要に応じて作成
@media only screen and (min-width: 40.063em) and (max-width: 64em) {}

/* 最小幅641pxおよび最大幅1024px、タブレット専用のスタイル */
/* Large screens - デスクトップ */
/*@media only screen and (min-width: 64.063em) {}

/* 最小幅1025px、Largeスクリーン */
/*@media only screen and (min-width: 64.063em) and (max-width: 90em) {}

/* 最小幅1025pxおよび最大幅1440px、Largeスクリーン専用のスタイル */
/* XLarge screens */
/*@media only screen and (min-width: 90.063em) {}

/* 最小幅1441px、XLargeスクリーン */
/*@media only screen and (min-width: 90.063em) and (max-width: 120em) {}
/*
/* 最小幅1441pxおよび最大幅1920px、XLargeのスクリーン専用のスタイル */
/* XXLarge screens */
/*@media only screen and (min-width: 120.063em) {}

/* 最小幅1921px、XXLargeスクリーン */
/*------------------------------------必要に応じて作成*/
