@import url(fontello.css);
/*PC、スマホ共通設定*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
/*p margin調整*/
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb100 {
  margin-bottom: 100px;
}
.mt20 {
  margin-top: 20px;
}
.clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearFix {
  display: inline-block;
  min-height: 1px;
}
.pc_none {
  display: none;
}
img.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/*文字装飾*/
.font_bold {
  font-weight: bold;
}
.font_red {
  color: #b80101;
}
.font_small {
  font-size: 8.5pt;
}
a.link {
  color: #32b4de;
}
a.link:hover {
  color: #0052a4;
  text-decoration: underline;
}
strong, em, address, small {
  font-style: normal;
  font-weight: normal;
}
body {
  background-color: #fff;
  color: #333;
  font-size: 12pt;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
  font-weight: 500;
}
/* 全ページヘッダー */
header div, nav ul, section article, footer div {
  width: 1000px;
  margin: 0 auto;
}
header {
  width: 100%;
  background-color: #000000;
  height: 100px !important;
  border-bottom: 10px solid #29ABE2;
  display: flex;
  align-items: center;
}
#pink header {
  background-color: #f19ac0;
}
header div {
  display: table;
  color: #fff;
  height: 65px;
}
header h1, header h2, header p {
  display: table-cell;
  vertical-align: middle;
}
h1 {
  width: 300px;
}
h1 a {
  color: #fff;
  font-size: 24pt;
  font-weight: 600;
  font-family: "Mplus 1p";
  letter-spacing: 0.2em;
}
h1 span {
  font-size: 12pt;
}
h2 {
  font-size: 9pt;
  line-height: 1.5em;
  text-align: right;
}
h3 {
  text-align: center;
  font-size: 18pt;
  color: #0052a4;
  margin-bottom: 40px;
}
h3:after {
  display: block;
  content: "";
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
  border-bottom: 2px solid #0052a4;
}
#pink h3 {
  color: #f19ac0;
}
#pink h3:after {
  border-bottom: 2px solid #f19ac0;
}
header p {
  font-size: 26pt;
  text-align: right;
  width: 280px;
}
/* 全ページナビ */
nav {
  background-color: #fff;
  padding: 15px 0 0 0;
  height: 45px;
  overflow: hidden;
}
#temp02 nav {
  background-color: transparent;
  padding: 30px 0 0 0;
  height: 75px;
}
nav ul.menu {
  width: 1000px;
  margin: 0 auto;
}
nav li.menu__item {
  margin-right: 40px;
}
.hover7__label {
  padding-bottom: 12px;
}
.menu__link {
  color: #0052a4;
}
#temp02 .menu__link {
  color: rgba(255, 255, 255, 0.8);
}
#pink .menu__link {
  color: rgba(248, 158, 194, 0.7);
}
.menu__link:hover {
  color: #aaa;
}
#pink .menu__link:hover {
  color: rgba(248, 158, 194, 1.0);
}
#temp02 .menu__link:hover {
  color: rgba(255, 255, 255, 1.0);
}
.hover7__label:after {
  background-color: #0052a4;
}
#temp02 span:after {
  background-color: rgba(255, 255, 255, 0.8);
}
#pink span:after {
  background-color: rgba(248, 158, 194, 0.7);
}
.menu__link:hover .hover7__label:after {
  background-color: #ccc;
}
#temp02 .menu__link:hover span:after {
  background-color: rgba(255, 255, 255, 1.0);
}
#pink .menu__link:hover span:after {
  background-color: rgba(248, 158, 194, 1.0);
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background-color: #fff;
  margin-top: 0;
}
#temp02 .fixed {
  background-color: #0052a4;
  padding-top: 15px;
  padding-bottom: 0;
  height: 45px;
}
/* 全ページフッター */
footer {
  background-color: #000000;
}
#pink footer {
  background-color: #f19ac0;
}
footer ul {
  padding-top: 40px;
}
footer ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
footer ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}
footer ul li a:hover {
  color: rgba(255, 255, 255, 1.0);
}
address {
  color: #fff;
  line-height: 1.6em;
  margin-top: 20px;
  margin-bottom: 40px;
  display: inline-block;
}
small {
  background-color: #29ABE2;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 15px;
  height: 40px;
}
#pink small {
  background-color: #f19ac0;
}
small p {
  color: #fff;
  width: 1000px;
  margin: 0 auto;
  font-size: 8pt;
}
p#totop {
  width: 40px;
  height: 40px;
  float: right;
}
p#totop a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  padding-top: 5px;
  padding-left: 1px;
  color: #0052a4;
  margin-top: -40px;
}
#pink p#totop a {
  color: #f19ac0;
}
p#totop a:hover {
  color: #999;
}
p#totop a span {
  font-size: 20pt;
}
/* 共通 コンテンツ */
section {
  min-height: 300px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.bgcolor {
  background-color: #e7f0f8;
}
#pink .bgcolor {
  background-color: #faf4f1;
}
/* ---------------------------------------------------------------------------------- */
/*------------トップページ------------*/
section#catch {
  width: 100%;
  padding: 0;
}
/*キャッチ横スライド*/
section.slide {
  width: 100%;
  height: 500px;
  background-color: #eee;
  overflow: hidden;
}
.slick {
  width: 1000px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
.slick img {
  width: 1000px;
  height: 500px;
}
/*キャッチ横フルスクリーン*/
section.full {
  height: 100vh;
  background-image: url(../image/full.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
  position: relative;
  margin-top: -75px;
}
section.full img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/*キャッチ下PR*/
section#pr article {
  display: table;
  table-layout: fixed;
}
section#pr article div {
  display: table-cell;
  vertical-align: middle;
}
section#pr article div:first-of-type img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
section#pr article div:last-of-type {
  background-color: #e7f0f8;
  padding: 30px;
  line-height: 2.0em;
  text-align: center;
}
section#pr article div:last-of-type p {
  display: inline-block;
  text-align: left;
}
section#pr article div p#prtext {
  font-size: 12pt;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
/*アクセス（会社案内共通）*/
#access .pc_none {
  position: relative;
  padding-bottom: 300px;
  height: 0;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
#access .pc_none iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ---------------------------------------------------------------------------------- */
/*------------各ページ------------*/
/*会社概要*/
section#about dl {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px;
  width: 700px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: -150px;
  position: relative;
  z-index: 2;
}
section#about dl dt {
  display: flex;
  align-items: center;
  text-align: right;
	padding: 20px 10px;
  width: 20%;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
	justify-content: flex-end;
}
section#about dl dd {
    display: flex;
    align-items: center;
    padding: 20px;
    width: 80%;
    border-bottom: 1px solid #ccc;
    line-height: 1.4!important;
}
section#about dl dt:last-of-type, section#about dl dd:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0;
}
/* ---------------------------------------------------------------------------------- */
/*製品紹介*/
section#product dl {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px;
  width: 700px;
  margin: 0 auto;
  margin-top: -150px;
  position: relative;
  z-index: 2;
}
section#product dt {
  font-weight: bold;
  text-align: center;
  font-size: 14pt;
  margin-bottom: 25px;
}
section#product dd {
  line-height: 2.0em;
}
section#lineup div {
  margin-bottom: 50px;
  clear: both;
  overflow: hidden;
}
section#lineup div:last-of-type {
  margin-bottom: 0;
}
section#lineup figure {
  float: left;
  width: 320px;
  margin-right: 20px;
}
section#lineup figure:last-of-type {
  margin-right: 0;
}
section#lineup figcaption {
  line-height: 1.6em;
}
section#lineup figcaption strong {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 12pt;
  display: block;
}
/* ---------------------------------------------------------------------------------- */
/*FAQ*/
section#faq div {
  padding-top: 50px;
}
section#faq dl {
  margin-bottom: 60px;
  line-height: 2.0em;
}
section#faq dl:last-of-type {
  margin-bottom: 0;
}
section#faq dt {
  font-weight: bold;
  margin-bottom: 15px;
}
section#faq dt:before, section#faq dd:before {
  font-size: 20pt;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
}
section#faq dt:before {
  content: "Q";
  background-color: #fff;
  color: #0052a4;
  margin-right: 10px;
}
section#faq dd:before {
  content: "A";
  background-color: #0052a4;
  color: #fff;
  margin-right: 10px;
  text-indent: 0;
}
section#faq dd {
  padding-left: 50px;
  text-indent: -50px;
}
/* ---------------------------------------------------------------------------------- */
/*チャート*/
section#chart div {
  padding-top: 50px;
  padding-bottom: 20px;
  width: 800px;
  margin: 0 auto;
}
section#chart dl {
  margin-bottom: 40px;
  line-height: 2.0em;
}
section#chart dl:after {
  font-family: 'fontello';
  content: '\e802';
  font-size: 30pt;
  color: #bdd5ea;
  text-align: center;
  margin-top: 25px;
  display: block;
}
section#chart dl:last-of-type:after {
  content: none;
}
section#chart dl:last-of-type {
  margin-bottom: 0;
}
section#chart dt {
  font-weight: bold;
  margin-bottom: 15px;
  display: table;
}
section#chart dt span, section#chart dt p {
  display: table-cell;
}
section#chart dt span {
  background-color: #0052a4;
  color: #fff;
  text-align: center;
  width: 150px;
  padding: 10px 0;
}
section#chart dt p {
  background-color: #fff;
  color: #0052a4;
  width: 850px;
  padding: 10px 0;
  padding-left: 30px;
}
/* ---------------------------------------------------------------------------------- */
/*お問い合わせ*/
section#contact p:first-of-type {
  text-align: center;
  line-height: 2.0em;
  margin-bottom: 70px;
  padding-top: 30px;
}
section#contact table {
  margin: 0 auto;
}
section#contact table th {
  text-align: right;
  padding-right: 1em;
  padding-top: 8px;
  vertical-align: top;
}
section#contact table td {
  padding-bottom: 30px;
}
section#contact table input {
  border: 1px solid #0052a4;
  padding: 10px;
}
section#contact table select {
  border: 1px solid #0052a4;
  padding: 9px;
  width: 140px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../image/select_back.png) no-repeat right;
  background-color: #fff;
}
section#contact table textarea {
  border: 1px solid #0052a4;
}
section#contact table span.required {
  background-color: #fff;
  padding: 5px 10px;
  margin-left: 10px;
  margin-right: 10px;
  color: firebrick;
  border-radius: 15px;
}
section#contact table span.supplement {
  font-size: 9pt;
}
section#contact #button {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #0052a4;
  border: 1px solid #0052a4;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 25px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: 12pt;
}
section#contact #button:hover {
  background-color: #fff;
  color: #0052a4;
  cursor: pointer;
}
section#policy dl {
  width: 900px;
  margin: 0 auto;
  padding-top: 50px;
}
section#policy dt {
  font-weight: bold;
  margin-bottom: 7px;
}
section#policy dt:before {
  content: "\3007";
  margin-right: 0.3em;
}
section#policy dd {
  line-height: 1.8em;
  margin-bottom: 25px;
  margin-left: 1.3em;
}
/* ---------------------------------------------------------------------------------- */
/*メニュー表 (#pink)*/
.menulist div {
  margin-bottom: 40px;
  clear: both;
  overflow: hidden;
}
.menulist figure {
  float: left;
  width: 320px;
  margin-right: 20px;
}
.menulist figure:last-of-type {
  margin-right: 0;
}
.menulist figcaption {
  line-height: 1.6em;
}
.menulist figcaption strong {
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 12pt;
	display: block;
	color: #0052a4;
}
.menulist02 dt {
  font-weight: 700;
  margin-bottom: 10px;
}
.menulist02 dd {
  padding-bottom: 10px;
  padding-left: 0.5em;
}
.menulist02 dd:before {
  content: "\3007";
  margin-right: 3px;
}
.menulist02 dl {
  padding-bottom: 30px;
  border-bottom: dashed 1px #aaa;
  margin-bottom: 30px;
}
.menulist02 dl:first-of-type {
  padding-top: 30px;
}
/* ---------------------------------------------------------------------------------- */
/*採用情報 (#pink)*/
section#recruit div {
  background-position: left top;
  background-repeat: no-repeat;
}
section#recruit div#staff01 {
  background-image: url(../image/staff01.jpg);
  padding-left: 450px;
  padding-top: 250px;
}
section#recruit div#staff01 table {
  background-color: rgba(255, 255, 255, 0.9);
  width: 600px;
}
section#recruit div#staff01 table th, section#recruit div#staff01 table td {
  padding: 15px;
  line-height: 1.6em;
  border-bottom: 1px dotted #ccc;
}
section#recruit div#staff01 table th {
  text-align: right;
}
section#recruit div#staff01 table tr:first-child th, section#recruit div#staff01 table tr:first-child td {
  padding-top: 50px;
}
section#recruit div#staff01 table tr:last-child th, section#recruit div#staff01 table tr:last-child td {
  padding-bottom: 50px;
  border-bottom: 0;
}
/* ---------------------------------------------------------------------------------- */
/*ギャラリー (#pink)*/
section#gallery div {
  overflow: hidden;
  width: 1000px;
  padding-top: 30px;
}
section#gallery ul li {
  float: left;
  border: 5px solid #fff;
  margin-right: 35px;
  margin-bottom: 35px;
  list-style-type: none;
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
}
section#gallery ul li:nth-child(3n) {
  margin-right: 0;
}
section#gallery ul li p {
  opacity: 0;
  position: absolute;
  font-weight: 700;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 300px;
  height: 300px;
  top: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
section#gallery ul li a {
  color: #fff;
}
section#gallery ul li:hover p {
  opacity: 1;
}
section#gallery ul li img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
section#gallery ul li:hover img {
  filter: brightness(0.7);
  -webkit-filter: brightness(0.7);
  -moz-filter: brightness(0.7);
  -o-filter: brightness(0.7);
  -ms-filter: brightness(0.7);
}
