@charset "UTF-8";
/*-----------------------------------------------------

　小野藤株式会社 SP用CSS
　URL:http://

-----------------------------------------------------*/
/* Dark Navy */
/* BG Pale Beige */
/* Blue */
/* Pale Red */
/* Light BlueGreen */
/* Blue */
/* ##################################################


　　WEBフォント


################################################## */
/* ++++++++++ WEB FONTS class ++++++++++ */
/* 源ノ角ゴシック（Noto Sans Japanese） */
/* weight: 100-900 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* 源ノ角明朝（Noto Serif Japanese） */
/* weight: 200-900 */
.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* ##################################################


	共通設定


################################################## */
body {
  background: #e8e7e3 none;
  color: #000;
  font-size: 19px;
  text-align: left;
  line-height: 180%;
  font-family: "Noto Sans JP", "source-han-sans-japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Helvetica, Arial, Verdana, sans-serif;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  position: relative;
}

p {
  text-align: justify;
  margin-bottom: 0.5em;
}

img {
  border: 0px;
  margin: 0px;
}

.w100img {
  width: 100%;
}

a {
  color: #000;
}
a a:active {
  color: #2ca6e0;
}

sup {
  font-size: smaller;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

@media screen and (min-width: 851px) {
  .pchidden {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .sphidden {
    display: none;
  }
}
.w100img {
  width: 100%;
  margin: 0px auto;
}

.textleft {
  text-align: left !important;
}

.textcenter {
  text-align: center !important;
}

.textright {
  text-align: right !important;
}

/* ++++++++++ HeadCatchCopy ++++++++++ */
@media screen and (min-width: 851px) {
  /* PC用 */
}
@media screen and (max-width: 850px) {
  /* SP用 */
}
/* ##### Table ##### */
table {
  width: 100%;
  margin: 10px 0px;
  border-collapse: collapse;
  border-top: 1px solid #aaa;
}
table th {
  display: block;
  text-align: center;
  padding: 15px 10px 5px 10px;
}
table td {
  display: block;
  padding: 0px 10px 15px 10px;
  border-bottom: 1px solid #aaa;
}

/* ##### List ##### */
#contents ul {
  margin: 20px 0px;
  padding-left: 1.5em;
}
#contents ul li {
  line-height: 150%;
  margin: 0 0 5px 0;
}

#contents ol {
  margin: 20px 0px;
}
#contents ol li {
  line-height: 150%;
  margin: 0 0 10px 0;
}

/* ##### Definition List ##### */
.horizontal-list {
  margin: 20px auto;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
  box-sizing: border-box;
  border-top: 1px solid #999;
}
.horizontal-list dt {
  width: 20%;
  background: #e8e7e3;
  font-weight: bold;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  display: flex;
  align-items: center;
}
.horizontal-list dd {
  width: 80%;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #999;
}

/* ++++++++++ Buttons ++++++++++ */
.nxtbtn {
  margin: 50px auto;
  text-align: center;
}
.nxtbtn a {
  display: block;
  width: 100%;
  background: transparent url(../img/icon_arrow_r@2x.png) 97% 50% no-repeat;
  background-size: 16px 14px;
  max-width: 240px;
  text-align: left;
  text-decoration: none;
  line-height: 130%;
  margin: 0 0 0 auto;
  padding: 8px 5px;
  position: relative;
  border-bottom: 2px solid #00517e;
}
.nxtbtn a:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  background: transparent url(../img/icon_arrow_r@2x.png) 99% 50% no-repeat;
  background-size: 16px 14px;
}

.backbtn {
  text-align: center;
  margin: 50px auto;
  box-sizing: border-box;
}
.backbtn a {
  display: block;
  width: 100%;
  background: transparent url(../img/icon_arrow_l@2x.png) 7px 50% no-repeat;
  background-size: 16px 14px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: right;
  text-decoration: none;
  line-height: 130%;
  margin: 0 auto;
  padding: 8px 5px 8px 40px;
  position: relative;
  border-bottom: 2px solid #00517e;
  box-sizing: border-box;
}
.backbtn a:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  background: transparent url(../img/icon_arrow_l@2x.png) 1px 50% no-repeat;
  background-size: 16px 14px;
}

/* ##################################################


	Header


################################################## */
/* ########## Top Header ########## */
header#top-header {
  width: 100%;
  padding: 20px 0px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
header#top-header div#header-logo {
  width: 100%;
  height: 200px;
  background-color: #e8e7e3;
  margin: 0;
  padding: 0 0 0px 10px;
  box-sizing: border-box;
  position: relative;
}
header#top-header div#header-logo p {
  width: 100px;
  margin: 0;
}
header#top-header div#header-logo p img {
  width: 100%;
}
header#top-header div#header-logo p a:active img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}
header#top-header div#header-logo ul {
  display: none;
}
header#top-header div#top-mainarea {
  overflow: visible;
  position: relative;
  /*		& div#mainimage {
  			width: 90%;
  			height: 80vh;
  			margin: 0px 0 0 10%;
  			padding: 0;
  			position: relative;
  			box-sizing: border-box;
  			& img {
  				width: 100%;
  				height: 100%;
  				object-fit: cover;
  				vertical-align: top;
  			}
  		}*/
}
header#top-header div#top-mainarea div#mainimage {
  width: 90%;
  height: 80vh;
  margin: 0px 0 0 10%;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
header#top-header div#top-mainarea div#mainimage .slick-area {
  width: 100%;
  height: 80vh;
  background-color: #e8e7e3;
  position: relative;
}
header#top-header div#top-mainarea div#mainimage .slick-area img {
  width: 100%;
  height: 80vh;
  vertical-align: top;
  object-fit: cover;
  position: relative;
}
header#top-header div#top-mainarea p#catchcopy {
  color: #fff;
  font-size: 23px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 110%;
  writing-mode: vertical-rl;
  mix-blend-mode: difference;
  position: absolute;
  top: -100px;
  right: 0px;
  z-index: 500;
}
header#top-header div#top-mainarea p#catchcopy span {
  font-size: 13px;
}
header#top-header div#top-mainarea p#bgcopy {
  color: #00517e;
  font-size: 16vw;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  word-wrap: normal;
  line-height: 90%;
  position: absolute;
  bottom: -8.5vw;
  left: -0.8vw;
  z-index: 500;
}

/* ########## Secondary Header ########## */
#header {
  padding: 20px 0px 0 0;
  position: relative;
}
#header div#header-logo {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 0px 10px;
  box-sizing: border-box;
  position: relative;
}
#header div#header-logo p {
  width: 100px;
  margin: 0;
}
#header div#header-logo p img {
  width: 100%;
}
#header div#header-logo p a:active img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}
#header div#header-logo ul {
  display: none;
}

/* ########## 共通 Header ########## */
ul#icon-link {
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 25px;
  bottom: 10px;
  z-index: 3000;
}
ul#icon-link li {
  text-align: right;
  display: inline;
  margin: 0 5px 0 0;
  padding: 0;
}
ul#icon-link li a:active img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
}

/* ##### Navigation ##### */
#navToggle {
  background: transparent none;
  width: 40px;
  height: 40px;
  padding: 10px 10px;
  border-radius: 100%;
  position: fixed;
  top: 20px;
  right: 10px;
  cursor: pointer;
  z-index: 1500;
}

.openNav #navToggle {
  background: transparent none;
}

#navToggle div {
  position: relative;
}

#navToggle span {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #00517e;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  z-index: 1800;
}

#navToggle span:nth-child(1) {
  top: 0px;
}

#navToggle span:nth-child(2) {
  top: 8px;
}

#navToggle span:nth-child(3) {
  top: 16px;
}

header nav {
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.9) url("../img/img_header_logo@2x.png") 50% 30px no-repeat;
  background-size: 160px 70px;
  color: #000;
  width: 100vw;
  height: 100dvh;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none; /*重要*/
  text-align: left;
  z-index: 6000;
  overflow: hidden;
}

header nav ul {
  list-style: none;
  margin: 160px 20px 0 20px;
  padding: 0;
  border-top: solid 1px #999;
  z-index: 999999;
}

header nav ul li {
  display: block;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #999;
  line-height: 3;
  position: relative;
}
header nav ul li a {
  display: block;
  color: #000;
  padding: 0 15px 0px 30px;
  text-decoration: none;
  position: relative;
}
header nav ul li a:active {
  color: #2ca6e0;
}
header nav ul li.active a {
  color: #2ca6e0;
}
header nav ul li.active a::before {
  display: block;
  content: "";
  width: 5px;
  height: 18px;
  background-color: #2ca6e0;
  position: absolute;
  top: 20px;
  left: 15px;
}

header nav ul li::after {
  content: "";
}

#navToggle {
  display: block;
  z-index: 8000;
}

.openNav #navToggle span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.openNav nav {
  opacity: 100;
  pointer-events: all; /*重要*/
}

/* ##################################################


	Footer


################################################## */
footer {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
footer ul#footer-bn-link {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul#footer-bn-link li {
  width: 100%;
  margin: 0 0 1px 0;
  padding: 0;
}
footer ul#footer-bn-link li:last-child {
  margin: 0;
}
footer ul#footer-bn-link li a {
  display: block;
  background-color: #00517e;
  color: #fff;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  padding: 10px;
}
footer ul#footer-bn-link li a img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
footer ul#footer-bn-link li a:active {
  background-color: #2ca6e0;
}
footer div#footer-catch {
  width: 100%;
  height: 100vw;
  max-height: 400px;
  background: #000 url(../img/photo_footer_catchbg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  margin: 0;
  padding: 0;
}
footer div#footer-catch p {
  margin: 0;
  padding: 0;
  text-align: center;
}
footer div#footer-catch p#footer-catch-logo {
  text-align: center;
  padding: 20vw 0 10px 0;
}
footer div#footer-catch p#footer-catch-text {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  margin: 0 auto;
}
footer nav {
  background: #000;
  color: #fff;
  padding: 50px 20px;
  box-sizing: border-box;
}
footer nav ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
footer nav ul li {
  margin: 0px 10px 0px 10px;
  padding: 0;
}
footer nav ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
footer nav ul li a:active {
  text-decoration: underline;
}
footer nav ul li.active a {
  color: #2ca6e0;
}
footer #footer-bottom {
  margin: 0;
  padding: 20px;
}
footer #footer-bottom div {
  line-height: 150%;
}
footer #footer-bottom div#address {
  font-size: 14px;
  text-align: center;
}
footer #footer-bottom div#address img {
  display: block;
  width: 100%;
  max-width: 288px;
  margin: 0 auto 0 auto;
}
footer #footer-bottom div#address span {
  display: block;
}
footer #footer-bottom div#address a:active img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}
footer #footer-bottom div#copyright {
  font-size: 12px;
  text-align: center;
  padding: 25px 0 5px 0;
}
footer #footer-bottom div#copyright span {
  display: none;
}

p#btn-pagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0px;
  bottom: 0px;
  margin: 0;
  padding: 0;
  z-index: 999999;
  box-sizing: border-box;
}
p#btn-pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 159, 232, 0.5);
  background-image: url(../img/icon_pagetop@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 14px 15px;
  margin: 0;
  padding: 0;
  position: relative;
}
p#btn-pagetop a span {
  display: none;
}
p#btn-pagetop a:active {
  background-color: rgb(0, 159, 232);
  background-position: 50% 40%;
}

/* ##################################################


	PAGES


################################################## */
/* ##### スクロールでフェードイン（NEW） FadeIn.jsと組み合わせて使う  ##### */
.fade-in {
  opacity: 0;
  transition-duration: 3000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* ##################################################


	TOP PAGE


################################################## */
#top-contents {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: -150px;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
}
#top-contents #top-outline {
  background: #00517e;
  color: #fff;
  padding: 200px 10px 50px 10px;
}
#top-contents #top-outline h1#top-outline-copy {
  font-size: 24px;
  font-weight: normal;
  line-height: 150%;
  writing-mode: vertical-rl;
  padding: 30px 0 20px 0;
  margin: 0 auto;
}
#top-contents #top-outline #top-outline-text {
  font-size: 20px;
  line-height: 250%;
}
#top-contents #top-outline #top-outline-text p {
  font-feature-settings: "palt" 1;
  hanging-punctuation: last allow-end;
  padding: 50px 5vw 50px 0px;
}
#top-contents #top-outline #top-outline-text ul {
  list-style: none;
  margin: 0px 0 100px 0;
  padding: 0;
  position: relative;
}
#top-contents #top-outline #top-outline-text ul li {
  width: 100%;
  max-width: 390px;
  background-color: #fff;
  margin: 0 0 30px 0;
  padding: 0;
  position: relative;
  z-index: 10;
}
#top-contents #top-outline #top-outline-text ul li a {
  display: block;
  width: 100%;
  max-width: 390px;
  border: 1px solid #fff;
}
#top-contents #top-outline #top-outline-text ul li a img {
  width: 100%;
  vertical-align: top;
}
#top-contents #top-outline #top-outline-text ul li a:active {
  border: 1px solid #ffc;
}
#top-contents #top-outline #top-outline-text ul li a:active img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}
#top-contents #top-info {
  padding: 0 10px 100px 10px;
}
#top-contents #top-info h2 {
  color: #2ca6e0;
  margin: 145px 0 50px 0;
  padding: 0px;
  position: relative;
}
#top-contents #top-info h2 strong {
  font-size: 16px;
  font-weight: 400;
  writing-mode: vertical-rl;
  margin: 0 0 0 -10px;
}
#top-contents #top-info h2 span {
  display: block;
  color: #000;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  writing-mode: horizontal-tb;
  position: absolute;
  top: 0;
  left: 35px;
}
#top-contents #top-info h2::before {
  display: block;
  content: "";
  background: #00517e;
  width: 1px;
  height: 135px;
  position: absolute;
  top: -145px;
  left: 0;
}

/* ##################################################


	Secondary Contents


################################################## */
@media screen and (min-width: 851px) {
  /* PC用 */
}
@media screen and (max-width: 850px) {
  /* SP用 */
}
/* ##################################################


	共通項目


################################################## */
#wrapper {
  margin: 0;
  padding: 0;
}

#side-nav nav {
  display: none;
}

#contents {
  margin: 0;
  padding: 0 0 100px 0;
}
#contents #cont-innner {
  margin: 0 10px;
  padding: 0;
}

/* Head Copy */
#contents h2 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10vw;
  mix-blend-mode: difference;
  margin: 0;
  padding: 3vw 0 0 1vw;
}
#contents h3 {
  color: #2ca6e0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 295px 0 50px 0;
  padding: 0px;
  position: relative;
}
#contents h3 strong {
  font-size: 16px;
  font-weight: 400;
  writing-mode: vertical-rl;
  margin: 0 0 0 -10px;
}
#contents h3 span {
  display: block;
  color: #000;
  font-size: 36px;
  font-style: normal;
  writing-mode: horizontal-tb;
  position: absolute;
  top: 0;
  left: 35px;
}
#contents h3::before {
  display: block;
  content: "";
  background: #00517e;
  width: 1px;
  height: 135px;
  position: absolute;
  top: -145px;
  left: 0;
}
#contents h3:first-child {
  margin: 145px 0 80px 0;
}
#contents h4 {
  color: #00517e;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 100px 0 20px 20px;
  padding: 5px 0 7px 10px;
  border-left: 3px solid #00517e;
  position: relative;
}
#contents h4::before {
  display: block;
  content: "";
  width: 14px;
  height: 100%;
  background-color: #00517e;
  margin: 0;
  position: absolute;
  top: 0;
  left: -20px;
}

#page-title {
  height: auto;
  aspect-ratio: 10/7;
  background-size: cover;
  margin: 0 0 0 10px;
  padding: 0;
  border-left: 1px solid #00517e;
  box-sizing: border-box;
}

.info-title {
  background: #666 url(../info/img/info_title.png) right top no-repeat;
}

.company-title {
  background: #fff url(../company/img/company_title.jpg) right top no-repeat;
}

.products-title {
  background: #2c3b57 url(../products/img/products_title.jpg) right top no-repeat;
}

.history-title {
  background: #413022 url(../history/img/history_title.jpg) right top no-repeat;
}

.recruit-title {
  background: #fff url(../recruit/img/recruit_title.jpg) right top no-repeat;
}

.inquiry-title {
  background: #fff url(../inquiry/img/inquiry_title.jpg) right top no-repeat;
}

.privacy-title {
  background: #eef9ff url(../privacy/img/privacy_title.jpg) right top no-repeat;
}

/* ##### 横並びのベース 詳細はclassで指定 ##### */
#horizontal-wrap .photo {
  margin: 20px 0 0 0;
}
#horizontal-wrap .photo img {
  width: 100%;
  vertical-align: top;
}

/* ##### 囲み枠 ##### */
.border-box {
  background-color: #f4f4f1;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin: 10px 0px 30px 0px;
  padding: 40px 10vw;
  border: 1px solid #c3c0b5;
}

/* ##### 横並び画像 3枚 ##### */
#contents .photo-hor-3 {
  list-style: none;
  margin: 0;
  padding: 50px 0px;
  margin: 0px auto 0px auto;
  box-sizing: border-box;
}
#contents .photo-hor-3 li {
  text-align: center;
  margin: 10px 0;
  padding: 0px;
  vertical-align: top;
}
#contents .photo-hor-3 li a {
  display: block;
  text-decoration: none;
}
#contents .photo-hor-3 li a span {
  display: block;
  font-size: 14px;
  line-height: 150%;
}
#contents .photo-hor-3 li a span:last-child {
  text-align: left;
}
#contents .photo-hor-3 li a span img {
  max-width: 100%;
  object-fit: cover;
}
#contents .photo-hor-3 li a:active img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

/* #########################

	会社概要

######################### */
#greetings-wrap {
  margin: 10px;
  position: relative;
  display: flex;
  flex-flow: column;
}
#greetings-wrap p {
  order: 1;
}
#greetings-wrap #president-photo {
  width: 100%;
  margin: 10px 0px;
  position: relative;
  order: 2;
}
#greetings-wrap #president-photo img {
  width: 100%;
}
#greetings-wrap p.sign {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: right;
  margin: 50px 0 50px 0;
}
#greetings-wrap p.sign img {
  display: block;
  margin: 5px 0 0 auto;
}

ul#company-policy {
  background-color: #f4f4f1;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  padding: 40px 10px;
  border: 1px solid #c3c0b5;
  list-style: none;
}

#company-outline {
  display: flex;
  flex-flow: column;
}
#company-outline #company-outline-table {
  width: 100%;
  order: 2;
}
#company-outline #company-outline-photo {
  width: 100%;
  order: 1;
}
#company-outline #company-outline-photo img {
  width: 100%;
}

#accessmap {
  width: 100%;
  height: 550px;
  border: 0;
}

/* #########################

	業務内容

######################### */
/* #########################

	小野藤のあゆみ（沿革）

######################### */
div.origins-wrap {
  margin: 0 0 100px 0;
}
div.origins-wrap .photo img {
  width: 100%;
}
div.origins-wrap .text p {
  margin-top: 0;
}

/* #########################

	採用情報

######################### */
#recruit-nopub {
  background-color: #f4f4f1;
  font-style: normal;
  margin: 50px 0px 30px 0px;
  padding: 40px 20px;
  border: 1px solid #c3c0b5;
}

#recruit-address {
  background-color: #f4f4f1;
  font-style: normal;
  margin: 30px 0px 30px 0px;
  padding: 40px 20px;
  border: 1px solid #c3c0b5;
}

/* #########################

	お知らせ

######################### */
ul#info-list {
  list-style: none;
  margin: 30px 0px;
  padding: 0;
  border-top: 1px solid #000;
}
ul#info-list li {
  border-bottom: 1px solid #000;
  margin: 0;
  padding: 0;
}
ul#info-list li a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  padding: 20px 20px 25px 20px;
}
ul#info-list li a span {
  display: block;
  line-height: 150%;
}
ul#info-list li a span:first-child {
  font-size: 16px;
  padding: 0 0 5px 0;
}
ul#info-list li a span:last-child {
  font-size: 18px;
}
ul#info-list li a:active {
  background-color: rgba(255, 255, 255, 0.5);
  color: #2ca6e0;
}

/* ##### Page Nation ##### */
.pageNav {
  font-size: 0;
  text-align: center;
  overflow: hidden;
  margin: 80px 10px 50px 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
}
.pageNav a {
  background: #00517e;
  border: 1px solid #00517e;
  color: #fff;
  text-decoration: none;
}
.pageNav a:active {
  background: #2ca6e0;
  color: #fff;
  border: 1px solid #2ca6e0;
}

.pageNav a,
.pageNav span {
  display: block;
  width: 48%;
  font-size: 18px;
  line-height: 1em;
  margin: 0px 1% 0px 1%;
  padding: 14px 17px;
}

.pageNav .current {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.pageNav .invalid {
  background: #c7c7c7;
  border: 1px solid #c7c7c7;
  color: #fff;
}

.pageNav .page {
  display: none;
}

.pageNav span.sphidden {
  display: none;
}

/* ##### Detail ##### */
#info-article-date {
  font-size: 16px;
  text-align: right;
  margin: 0 0 50px 0;
}

#info-text {
  font-size: 18px;
  margin: 0;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #ccc;
}

/* ##### File Upload ##### */
#contents ul#fileupload {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#contents ul#fileupload li {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #ccc;
}
#contents ul#fileupload li a {
  display: block;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  line-height: 130%;
  padding: 30px 10px;
}
#contents ul#fileupload li a:active {
  background: rgba(255, 255, 255, 0.2) none;
  color: #2ca6e0 !important;
}
#contents ul#fileupload li a img {
  margin-right: 15px;
  vertical-align: middle;
}

/* ##### Photo Area ##### */
#contents #photo-thumb {
  list-style: none;
  margin: 0;
  padding: 50px 0px;
  margin: 0px auto 0px auto;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
#contents #photo-thumb li {
  text-align: center;
  margin: 10px 0;
  padding: 0px;
  vertical-align: top;
}
#contents #photo-thumb li a {
  display: block;
  text-decoration: none;
}
#contents #photo-thumb li a span {
  display: block;
  font-size: 14px;
  line-height: 150%;
}
#contents #photo-thumb li a span:last-child {
  text-align: left;
}
#contents #photo-thumb li a span img {
  width: 100%;
}

/* #########################

	製品情報

######################### */
/* ++++++++++++++++ 製品一覧 ++++++++++++++++ */
.products-desc {
  box-sizing: border-box;
}
.products-desc div:first-child img {
  width: 100%;
}

ol.products-benefits {
  list-style-type: none;
  counter-reset: number; /* カウンターを初期化 */
  margin: 30px 0px !important;
  padding: 0px;
}
ol.products-benefits li {
  box-sizing: border-box;
  margin: 0px 0px 30px 0px !important;
  padding: 0px;
}
ol.products-benefits li div span {
  display: block;
  width: 70px;
  height: 70px;
  color: #00517e;
  font-size: 49px;
  font-weight: normal;
  text-align: center;
  padding: 15px 0px;
  margin: 0 auto 10px auto;
  border: 1px solid #00517e;
  border-radius: 100%;
}
ol.products-benefits li div strong {
  display: block;
  font-size: 24px;
  text-align: center;
}
ol.products-benefits li div em {
  display: block;
  font-size: 22px;
  font-style: normal;
  text-align: center;
  margin: 0 0 10px 0;
}
ol.products-benefits li div br {
  display: none;
}
ol.products-benefits li div:last-child {
  padding: 5px 0 0 0;
}

.products-list-ul {
  width: 100%;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
.products-list-ul li.box {
  background: #fff;
  color: #000;
  text-align: center;
  margin: 0px 0px 20px 0px !important;
  padding: 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  display: flex; /* 直下の要素を並列に */
  flex-direction: column; /* 直下の要素を縦積みに */
}
.products-list-ul li.box img {
  max-width: 80%;
}
.products-list-ul li.box strong {
  display: block;
  font-size: 22px;
  margin: 10px 0px 15px 0px;
}
.products-list-ul li.box p {
  text-align: left;
  margin: 0px 0px 20px 0px;
  flex-grow: 1; /* 比率を指定 */
}
.products-list-ul li.box a {
  display: block;
  background: #00517e;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  padding: 5px;
}
.products-list-ul li.box a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}
.products-list-ul::before {
  content: "";
  display: block;
  width: 20%;
  order: 1;
}
.products-list-ul::after {
  content: "";
  display: block;
  width: 20%;
}

/* ++++++++++++++++ 製品詳細 ++++++++++++++++ */
#porducts-detail-desc {
  background: #fff;
  padding: 20px 30px;
  margin: 20px 0px;
}

#products-detail-summary .slidearea {
  width: 100%;
}

.slidearea {
  padding: 0px !important;
  margin: 0 !important;
  position: relative;
  box-sizing: border-box;
}
.slidearea .sp-slides {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  position: relative;
  z-index: 100;
}
.slidearea .sp-slides li {
  margin: 0 !important;
  overflow: hidden;
}
.slidearea .sp-slides li img {
  vertical-align: middle;
  margin-bottom: 20px;
}

.pdfbtn {
  margin: 50px auto;
  text-align: center;
}
.pdfbtn a {
  display: block;
  width: 100%;
  max-width: 440px;
  background: #00517e url(../img/icon_btn_pdf@2x.png) 15px 50% no-repeat;
  background-size: 20px 24px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  line-height: 130%;
  margin: 0 auto;
  padding: 10px 40px 10px 40px;
  border-radius: 20px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.pdfbtn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

#products-detail-movie {
  margin: 50px auto 80px auto;
}
#products-detail-movie video {
  width: 100%;
}

.tab-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /*flex-start,center,space-between*/
  gap: 0 10px;
}

.tab-2 > label {
  order: -1;
  opacity: 0.5;
  min-width: 70px;
  padding: 0.6em 2em;
  background-color: #2ca6e0;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  cursor: pointer;
}

.tab-2 > label:hover {
  opacity: 0.8;
}

.tab-2 input {
  display: none;
}

.tab-2 > div {
  display: none;
  width: 100%;
  padding: 1.5em 0;
  border-top: 2px solid #2ca6e0;
  border-bottom: 2px solid #2ca6e0;
}

.tab-2 label:has(:checked) {
  opacity: 1;
}

.tab-2 label:has(:checked) + div {
  display: block;
}

.tab-2 > div table td img {
  width: 100%;
}

/* #########################

	お問い合わせ

######################### */
p span.hissu {
  color: #f00;
}

/*
#contents #inquiry-item-check .hissu {
	font-weight: bold;
}
*/
#inquiry-item th span, #inquiry-item-check th span {
  display: inline-block;
  background-color: #f00;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 100%;
  margin: 0 0 2px 5px;
  padding: 3px 10px;
  vertical-align: middle;
}

#inquiry-item-check strong {
  color: #f00;
}

/* dl版 */
dl#inquiry-item, dl#inquiry-item-check {
  width: 100%;
}

dl#inquiry-item dt, dl#inquiry-item-check dt {
  float: left;
  padding: 25px 0;
  font-weight: bold;
  text-indent: 1em;
  line-height: 150%;
}

dl#inquiry-item dd, dl#inquiry-item-check dd {
  padding: 25px 0 25px 17em;
  line-height: 150%;
  border-bottom: 1px #ccc solid;
  /*&:last-child {
  	border: 0px none;
  }*/
}

dl#inquiry-item dd img, dl#inquiry-item-check dd img {
  vertical-align: middle;
  margin-left: 5px;
}

dl#inquiry-item-check dd {
  font-weight: bold;
}

/* table版 */
#contents table#inquiry-item, #contents table#inquiry-item-check {
  width: 100%;
  border-collapse: collapse;
  margin: 50px 0px;
}

#contents table#inquiry-item th, #contents table#inquiry-item-check th {
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

#contents table#inquiry-item td, #contents table#inquiry-item-check td {
  line-height: 150%;
  vertical-align: middle;
}

#contents table#inquiry-item td img, #contents table#inquiry-item-check td img {
  vertical-align: middle;
  margin-left: 5px;
}

@media screen and (min-width: 851px) {
  /* PC用 */
  #contents table#inquiry-item th, #contents table#inquiry-item-check th {
    width: 13em;
    text-align: left;
  }
}
@media screen and (max-width: 850px) {
  /* SP用 */
  #contents table#inquiry-item th, #contents table#inquiry-item-check th {
    text-align: center;
  }
  #contents table#inquiry-item td, #contents table#inquiry-item-check td {
    padding: 15px 0 20px 0;
  }
}
/*
#inquiryform label {
	display: block;
	padding: 5px;
}
*/
#inquiryform input, #inquiryform textarea, #inquiryform select {
  border: 1px solid #fff;
  padding: 8px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  box-sizing: border-box;
  outline: none;
}

#inquiryform input[type=text], #inquiryform input[type=email], #inquiryform input[type=file], input[type=password] {
  width: 100%;
}

#inquiryform input[type=file] {
  border-color: #fff;
  background-color: #fff;
  cursor: pointer;
}
#inquiryform input[type=file]:hover {
  border-color: #fcefe9;
  background-color: #fcefe9;
}

#inquiryform input[type=text].shortinput {
  width: 5em;
}

#inquiryform textarea {
  width: 100%;
  height: 5em;
}

#inquiryform textarea.tall {
  width: 100%;
  height: 20em;
}

#inquiryform input[type=text]:focus, #inquiryform input[type=email]:focus, input[type=password]:focus, #inquiryform textarea:focus {
  background-color: #fff;
  border: 1px solid #00517e;
}

/* Checkbox */
.CheckboxInput {
  padding: 12px 8px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.CheckboxInput:hover {
  background: rgba(0, 0, 0, 0.03) !important;
}

.CheckboxInput:hover > .CheckboxInput-DummyInput {
  transform: scale(1.3);
}

.CheckboxInput-Input:focus + .CheckboxInput-DummyInput {
  transform: scale(1.3);
}

.CheckboxInput-Input:checked + .CheckboxInput-DummyInput {
  background: rgb(41, 151, 226);
}

.CheckboxInput-Input:checked + .CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-5px, 3px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #fff;
}

.CheckboxInput-Input:checked + .CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-5px, 3px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #fff;
}

.CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: solid 2px transparent;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  transition: all 0.15s linear;
}

.CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-weight: bold;
}

/* チェックボックス */
.d-input-text, .inputs {
  position: relative;
}

.d-input-text input[type=checkbox] {
  position: absolute;
  opacity: 0;
  left: 5px;
}

.d-input-text input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}

.d-input-text input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}

.d-input-text input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #f00;
  position: absolute;
  left: 5px;
  top: 0px;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

.d-input-text input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 10px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.d-input-text label {
  padding-left: 25px;
}

/* ################ */
#inquiryform p.select-form {
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #fff;
}
#inquiryform p.select-form::before {
  position: absolute;
  top: 1em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
}
#inquiryform p.select-form select {
  width: 100%;
  background: #fff none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px 50px 5px 30px;
  cursor: pointer;
}
#inquiryform p.select-form select select::-ms-expand {
  display: none;
}

#inquiryform label {
  cursor: pointer;
}

.mikinyu {
  color: #999;
  font-style: italic;
  font-weight: normal;
}

dl#inquiry-item-check dd img {
  max-width: 300px;
  max-height: 300px;
  border: 1px solid #ccc;
}

/*

#formsubmit {
	text-align: center;
	margin-top: 20px;
}

#inquiryform input[type="submit"] {
	width: 250px;
	background-color: $baseColor;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	margin-top: 10px;
	cursor: pointer;
 }

#inquiryform input[type="submit"]:hover {
	background: #90c9f0 none;
 }

#formbackbtn {
	width : 250px ;
	background-color: #fff;
	color: #666;
	border : 1px solid #ccc ;
	margin-top: 10px;
	//@include radius5;
	cursor: pointer;
 }

#formbackbtn:hover {
	border : 1px solid #000 ;
	color: #000;
 }

*/
p.button_wrap {
  text-align: center;
  margin: 50px auto;
}

#inquiryform input[type=submit] {
  width: 100%;
  background: #00517e;
  background-size: 18px 14px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5em;
  padding: 10px 40px;
  margin: 0px auto;
  cursor: pointer;
  border: 0px none;
  border-radius: 2.5em;
  outline: none;
  box-sizing: border-box;
}

#inquiryform input[type=submit]:active {
  background: #00517e;
  background-size: 18px 14px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

.backbutton_wrap {
  text-align: center;
  margin: 0 auto 50px auto;
}

#formbackbtn {
  width: 100%;
  background: #999;
  background-size: 18px 14px;
  color: #fff;
  padding: -50px 40px;
  margin: 20px auto;
  cursor: pointer;
  border: 0px none;
  border-radius: 2.5em;
  box-sizing: border-box;
}

#formbackbtn:active {
  background: #ccc;
  background-size: 18px 14px;
}

/* #########################

	プライバシーポリシー

######################### */
blockquote#privacy-contact {
  background: #e8e7e3 none;
  font-style: normal;
  margin: 50px 0px;
}

@media screen and (min-width: 851px) {
  /* PC用 */
  blockquote#privacy-contact {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 850px) {
  /* SP用 */
  blockquote#privacy-contact {
    padding: 30px 10px;
  }
}