@charset "UTF-8";
/*-----------------------------------------------------

　小野藤株式会社 PC用CSS
　URL:http://

-----------------------------------------------------*/
/* Dark Navy */
/* BG Pale Beige */
/* Blue */
/* Pale Red */
/* Light BlueGreen */
/* ##################################################


　　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: 18px;
  text-align: justify;
  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:hover {
  color: #009fe8;
}

@media screen and (min-width: 851px) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}
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;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

@media screen and (min-width: 851px) {
  /* PC用 */
}
@media screen and (max-width: 850px) {
  /* SP用 */
}
/* ++++++++++ HeadCatchCopy ++++++++++ */
/* ##### Table ##### */
table {
  width: 100%;
  margin: 10px 0px;
  border-collapse: collapse;
  border-top: 1px solid #aaa;
}
table th {
  text-align: center;
  white-space: nowrap;
  padding: 20px 40px;
  border-bottom: 1px solid #aaa;
}
table th.wrap {
  white-space: normal;
}
table td {
  padding: 20px 40px;
  vertical-align: middle;
  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 0;
}
.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;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  line-height: 130%;
  margin: 0 0 0 auto;
  padding: 8px 5px;
  position: relative;
  border-bottom: 2px solid #00517e;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.nxtbtn a::after {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: #009fe8;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.nxtbtn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: transparent url(../img/icon_arrow_r@2x.png) 99% 50% no-repeat;
  background-size: 16px 14px;
}
.nxtbtn a:hover::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #009fe8;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.backbtn {
  text-align: center;
  margin: 50px 0;
}
.backbtn a {
  display: inline-block;
  min-width: 240px;
  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 0 auto;
  padding: 8px 5px 8px 40px;
  position: relative;
  border-bottom: 2px solid #00517e;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.backbtn a::after {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: #009fe8;
  position: absolute;
  bottom: -2px;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.backbtn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: transparent url(../img/icon_arrow_l@2x.png) 1px 50% no-repeat;
  background-size: 16px 14px;
}
.backbtn a:hover::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #009fe8;
  position: absolute;
  bottom: -2px;
  right: 0;
}

/* ##################################################


	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: 300px;
  background-color: #e8e7e3;
  text-align: right;
  margin: 0;
  padding: 0px 30px;
  box-sizing: border-box;
}
header#top-header div#header-logo p {
  width: 160px;
  margin: 100px 0;
  position: fixed;
}
header#top-header div#header-logo p a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}
header#top-header div#top-mainarea {
  position: relative;
}
header#top-header div#top-mainarea #navToggle {
  display: none;
}
header#top-header div#top-mainarea nav {
  width: 15%;
  min-width: 150px;
  margin: 0 0 0 20px;
  position: fixed;
}
header#top-header div#top-mainarea nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header#top-header div#top-mainarea nav ul li {
  margin: 0;
  padding: 0 0px 0 10px;
  position: relative;
}
header#top-header div#top-mainarea nav ul li a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding: 0 0 0 10px;
}
header#top-header div#top-mainarea nav ul li a:hover {
  color: #009fe8;
}
header#top-header div#top-mainarea nav ul li.active a {
  color: #009fe8;
}
header#top-header div#top-mainarea nav ul li.active a::before {
  display: block;
  content: "";
  width: 5px;
  height: 16px;
  background-color: #009fe8;
  position: absolute;
  top: 8px;
  left: 0px;
}
header#top-header div#top-mainarea div#mainimage {
  width: 80%;
  margin: 0 0 0 20%;
  position: relative;
  z-index: 1;
}
header#top-header div#top-mainarea div#mainimage .slick-area {
  width: 100%;
  background-color: #e8e7e3;
  position: relative;
}
header#top-header div#top-mainarea div#mainimage .slick-area img {
  width: 100%;
  vertical-align: top;
  object-fit: cover;
  position: relative;
}
header#top-header div#top-mainarea p#catchcopy {
  color: #fff;
  font-size: 46px;
  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: -200px;
  right: 40px;
  z-index: 500;
}
header#top-header div#top-mainarea p#catchcopy span {
  font-size: 27px;
}
header#top-header div#top-mainarea p#bgcopy {
  color: #00517e;
  font-size: 8.8vw;
  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: -4.7vw;
  left: -0.5vw;
  z-index: 500;
}

/* ########## Secondary Header ########## */
#header {
  height: 70px;
  padding: 50px 30px 70px 30px;
  position: relative;
}
#header #header-logo {
  position: fixed;
}
#header nav {
  display: none;
}

/* ########## 共通 Header ########## */
ul#icon-link {
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 25px;
  top: 10px;
  z-index: 3000;
}
ul#icon-link li {
  text-align: right;
  display: inline;
  margin: 0 0 0 10px;
  padding: 0;
}
ul#icon-link li a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
}
ul#icon-link li.active a img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
}

/* ##################################################


	Footer


################################################## */
footer {
  width: 100%;
  margin: 0;
  padding: 0;
}
footer ul#footer-bn-link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center;
}
footer ul#footer-bn-link li {
  width: calc(50% - 1px);
  margin: 0;
  padding: 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;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
footer ul#footer-bn-link li a img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
footer ul#footer-bn-link li a:hover {
  background-color: #009fe8;
}
footer ul#footer-bn-link li.active a {
  background-color: #009fe8;
}
footer div#footer-catch {
  width: 100%;
  height: 22vw;
  min-height: 229px;
  background: #000 url(../img/photo_footer_catchbg.jpg) center center no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
footer div#footer-catch p {
  margin: 0;
  padding: 0;
}
footer div#footer-catch p#footer-catch-logo {
  text-align: center;
  padding: 5vw 0 10px 0;
}
footer div#footer-catch p#footer-catch-text {
  color: #fff;
  font-size: 18px;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}
footer nav {
  background: #000;
  color: #fff;
  padding: 50px 0px;
}
footer nav ul {
  width: 40%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /*flex-start,center,space-between*/
  align-items: center;
}
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:hover {
  text-decoration: underline;
}
footer nav ul li.active a {
  color: #009fe8;
}
footer #footer-bottom {
  margin: 0;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center;
}
footer #footer-bottom div {
  line-height: 150%;
}
footer #footer-bottom div#address {
  font-size: 14px;
}
footer #footer-bottom div#address img {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
footer #footer-bottom div#address a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}
footer #footer-bottom div#address span {
  margin: 0 0 0 1em;
}
footer #footer-bottom div#copyright {
  font-size: 12px;
  text-align: right;
}
footer #footer-icon-link {
  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;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
p#btn-pagetop a span {
  display: none;
}
p#btn-pagetop a:hover {
  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: -6vw;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
}
#top-contents #top-outline {
  background: #00517e;
  color: #fff;
  padding: 6vw 0 0 20%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: top;
}
#top-contents #top-outline h1#top-outline-copy {
  font-size: 40px;
  font-weight: normal;
  line-height: 150%;
  writing-mode: vertical-rl;
  padding: 50px 5vw;
  margin: 0;
  border-left: 1px solid #fff;
  order: 2;
  position: relative;
}
#top-contents #top-outline #top-outline-text {
  font-size: 20px;
  line-height: 250%;
  flex: 1;
  order: 1;
}
#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;
  display: flex;
  flex-wrap: nowwrap;
  justify-content: flex-start; /*flex-start,center,space-between*/
  align-items: top;
  position: relative;
}
#top-contents #top-outline #top-outline-text ul li {
  width: 100%;
  max-width: 390px;
  background-color: #fff;
  margin: 0 30px 0 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;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#top-contents #top-outline #top-outline-text ul li a:hover {
  border: 1px solid #ffc;
}
#top-contents #top-outline #top-outline-text ul li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}
#top-contents #top-outline #top-outline-text ul::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
}
#top-contents #top-info {
  padding: 0 5% 100px 20%;
}
#top-contents #top-info h2 {
  color: #009fe8;
  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 0 50px 20px;
  display: flex;
  flex-wrap: nowwrap;
  justify-content: flex-start; /*flex-start,center,space-between*/
  align-items: top;
}

#side-nav {
  min-height: 500px;
  width: 250px;
}
#side-nav #navToggle {
  display: none;
}
#side-nav nav {
  width: 15%;
  min-width: 150px;
  margin: 0 0 0 0px;
  position: fixed;
}
#side-nav nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#side-nav nav ul li {
  margin: 0;
  padding: 0 0px 0 10px;
  position: relative;
}
#side-nav nav ul li a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding: 0 0 0 10px;
}
#side-nav nav ul li a:hover {
  color: #009fe8;
}
#side-nav nav ul li.active a {
  color: #009fe8;
}
#side-nav nav ul li.active a::before {
  display: block;
  content: "";
  width: 5px;
  height: 16px;
  background-color: #009fe8;
  position: absolute;
  top: 8px;
  left: 0px;
}

#contents {
  margin: 0;
  padding: 0 0 100px 0;
  flex: 1;
}
#contents #cont-innner {
  padding: 0px 40px 0 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: 4vw;
  margin: 0;
  padding: 1vw 0 0 1vw;
}
#contents h3 {
  color: #009fe8;
  margin: 295px 0 50px 0;
  padding: 0;
  position: relative;
}
#contents h3 strong {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  writing-mode: vertical-rl;
  margin: 0 0 0 -10px;
}
#contents h3 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;
}
#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: 80px 0 20px 20px;
  padding: 5px 0 7px 14px;
  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 {
  width: 100%;
  height: auto;
  aspect-ratio: 10/2;
  background-size: cover;
  margin: 0;
  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;
}
.company-title h2 {
  mix-blend-mode: difference;
}

.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;
}
.recruit-title h2 {
  mix-blend-mode: difference;
}

.inquiry-title {
  background: #fff url(../inquiry/img/inquiry_title.jpg) right top no-repeat;
}
.inquiry-title h2 {
  mix-blend-mode: difference;
}

.privacy-title {
  background: #eef9ff url(../privacy/img/privacy_title.jpg) right top no-repeat;
}
.privacy-title h2 {
  mix-blend-mode: difference;
}

/* ##### 横並びのベース 詳細はclassで指定 ##### */
#horizontal-wrap {
  display: flex;
  flex-wrap: nowwrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
}
#horizontal-wrap .text {
  width: 65%;
}
#horizontal-wrap .photo {
  width: 30%;
}
#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;
  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;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
}
#contents .photo-hor-3::after {
  content: "";
  display: block;
  width: 28.3333333333%;
}
#contents .photo-hor-3 li {
  width: 28.3333333333%;
  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:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

/* #########################

	会社概要

######################### */
#greetings-wrap {
  width: 80%;
  padding: 5vw;
  border: 1px double #c3c0b5;
  margin: 10px;
  position: relative;
}
#greetings-wrap::after {
  display: block;
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 1px solid #c3c0b5;
  position: absolute;
  top: -11px;
  left: -11px;
  z-index: 1;
}
#greetings-wrap #president-photo {
  width: 100%;
  max-width: 300px;
  margin: -10vw -10vw 20px 60px;
  float: right;
  position: relative;
  z-index: 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 0 0;
  clear: both;
}
#greetings-wrap p.sign img {
  margin: 0 0 0 30px;
  vertical-align: middle;
}

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;
  padding: 40px 20%;
  border: 1px solid #c3c0b5;
  list-style: none;
  display: flex;
  flex-wrap: nowwrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: top;
}

#company-outline {
  display: flex;
  flex-wrap: nowwrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
}
#company-outline #company-outline-table {
  width: 70%;
}
#company-outline #company-outline-photo {
  width: 23%;
  background-color: #00517e;
}
#company-outline #company-outline-photo img {
  width: 100%;
}

#accessmap {
  width: 100%;
  height: 550px;
  border: 0;
}

/* #########################

	業務内容

######################### */
/* #########################

	小野藤のあゆみ（沿革）

######################### */
div.origins-wrap {
  display: flex;
  flex-wrap: nowwrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
  margin: 0 0 100px 0;
}
div.origins-wrap .photo {
  width: 30%;
}
div.origins-wrap .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.origins-wrap .text {
  width: 65%;
}
div.origins-wrap .text p {
  margin-top: 0;
}
div.origins-wrap:nth-child(odd) .photo {
  order: 2;
}
div.origins-wrap:nth-child(odd) .text {
  order: 1;
}
div.origins-wrap:nth-child(even) .photo {
  order: 1;
}
div.origins-wrap:nth-child(even) .text {
  order: 2;
}

/* #########################

	採用情報

######################### */
#recruit-nopub {
  background-color: #f4f4f1;
  font-style: normal;
  margin: 50px 0px 30px 0px;
  padding: 40px;
  border: 1px solid #c3c0b5;
}

#recruit-address {
  background-color: #f4f4f1;
  font-style: normal;
  margin: 30px 0px 30px 0px;
  padding: 40px;
  border: 1px solid #c3c0b5;
}

/* #########################

	お知らせ

######################### */
/* ##### List ##### */
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;
  display: flex;
  flex-wrap: nowwrap;
  justify-content: flex-start; /*flex-start,center,space-between*/
  align-items: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
ul#info-list li a span {
  display: inline-block;
  line-height: 150%;
}
ul#info-list li a span:first-child {
  font-size: 16px;
  padding: 0 40px 0 0;
}
ul#info-list li a span:last-child {
  font-size: 18px;
}
ul#info-list li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #009fe8;
}

/* ##### Page Nation ##### */
.pageNav {
  font-size: 0;
  text-align: center;
  overflow: hidden;
  margin: 80px auto 50px auto;
}
.pageNav a {
  background: #fff;
  border: 1px solid #00517e;
  color: #00517e;
  text-decoration: none;
}
.pageNav a:hover {
  background: #009fe8;
  color: #fff;
  border: 1px solid #009fe8;
}

.pageNav a,
.pageNav span {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  padding: 14px 17px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.pageNav .current {
  background: #009fe8;
  border: 1px solid #009fe8;
  color: #fff;
}

.pageNav .invalid {
  background: #c7c7c7;
  border: 1px solid #c7c7c7;
  color: #fff;
}

/* ##### 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 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#contents ul#fileupload li a:hover {
  background: rgba(255, 255, 255, 0.2) none;
  color: #009fe8 !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;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
}
#contents #photo-thumb::after {
  content: "";
  display: block;
  width: 31.3333333333%;
}
#contents #photo-thumb li {
  width: 31.3333333333%;
  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 {
  max-width: 100%;
  max-height: 23vw;
  object-fit: cover;
}
#contents #photo-thumb li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

/* #########################

	お問い合わせ

######################### */
p span.hissu {
  color: #f00;
}

/*
#contents #inquiry-item .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: 10em;
}

#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: 400px;
  background: #00517e;
  background-size: 18px 14px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 10px 40px;
  margin: 0px auto;
  cursor: pointer;
  border: 0px none;
  border-radius: 2.5em;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#inquiryform input[type=submit]:hover {
  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;
}

#inquiryform input#formbackbtn {
  width: 400px;
  background: #999;
  background-size: 18px 14px;
  color: #fff;
  padding: -50px 40px;
  margin: 20px auto;
  cursor: pointer;
  border: 0px none;
  border-radius: 2.5em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#formbackbtn:hover {
  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;
  }
}