@charset "UTF-8";
.clear {
  clear: both; }

iframe {
  max-width: 100%; }

img {
  max-width: 100%; }

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px; }

.wrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto; }
@media only screen and (max-width: 1070px) {
  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box; } }
@media only screen and (max-width: 640px) {
  .wrap {
    padding: 0 15px;
    box-sizing: border-box; } }

.fl-wrap, .fl-wrap-l, .fl-wrap-lc, .fl-wrap-c, .fl-wrap-cc, .fl-wrap-b, .fl-wrap-bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }

.fl-wrap-l {
  justify-content: flex-start; }

.fl-wrap-lc {
  justify-content: flex-start;
  align-items: center; }

.fl-wrap-c {
  align-items: center; }

.fl-wrap-cc {
  justify-content: center;
  align-items: center; }

.fl-wrap-b {
  align-items: flex-end; }

.fl-wrap-bc {
  align-items: center;
  justify-content: space-between; }

.spbr {
  display: none; }
@media only screen and (max-width: 768px) {
  .spbr {
    display: block; } }

.row-2-section .row-2-header {
  margin-bottom: 55px; }
@media only screen and (max-width: 768px) {
  .row-2-section .row-2-header {
    margin-bottom: 25px; } }
.row-2-section .row-2-header > .ttl {
  font-size: 3.0rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 28px; }
@media only screen and (max-width: 768px) {
  .row-2-section .row-2-header > .ttl {
    font-size: 1.6rem;
    margin-bottom: 15px; } }
.row-2-section .row-2-header > .ttl .bdb {
  font-weight: 600;
  background: linear-gradient(rgba(0, 0, 0, 0) 65%, #ffd2bd 0%); }
.row-2-section .row-2-header .desc-para {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.7; }
@media only screen and (max-width: 768px) {
  .row-2-section .row-2-header .desc-para {
    font-size: 1.2rem; } }
@media only screen and (max-width: 768px) {
  .row-2-section .row-2-header .desc-para {
    font-size: 1.2rem;
    text-align: left; }
  .row-2-section .row-2-header .desc-para br {
    display: none; } }

.col-2-ttl {
  position: relative;
  margin-bottom: 45px; }
@media only screen and (max-width: 768px) {
  .col-2-ttl {
    margin-bottom: 20px; } }
.col-2-ttl:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  background-image: url("../img/net-bg.png");
  width: calc(50%);
  margin-left: calc(-50%); }
.col-2-ttl .ttl {
  color: #ffffff;
  font-weight: 600;
  position: relative;
  z-index: 2;
  font-size: 2.2rem;
  padding: 26px 0;
  background-image: url("../img/net-bg.png");
  width: 235px; }
@media only screen and (max-width: 768px) {
  .col-2-ttl .ttl {
    width: calc(68.125% - 35px);
    font-size: 1.4rem;
    padding: 14px 0 14px 5px;
    justify-content: flex-start; } }
.col-2-ttl .ttl .en {
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 600;
  display: block;
  margin-left: 20px; }
@media only screen and (max-width: 768px) {
  .col-2-ttl .ttl .en {
    font-size: .9rem;
    margin-left: 10px; } }
.col-2-ttl .more {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  margin-left: 30px;
  position: relative; }
.col-2-ttl .more:hover {
  text-decoration: none; }
@media only screen and (max-width: 768px) {
  .col-2-ttl .more {
    margin-left: 20px;
    font-size: 1.0rem; } }
.col-2-ttl .more:after {
  content: "";
  background-image: url("../img/arrow-wh.svg");
  width: 3px;
  height: 6px;
  background-size: cover;
  display: block;
  margin-left: 7px; }

.bld-ttl {
  font-size: 3.0rem;
  font-weight: 600; }
@media only screen and (max-width: 768px) {
  .bld-ttl {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center; } }

.bdb-ttl {
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: 1px solid #232323;
  display: inline-block; }
@media only screen and (max-width: 768px) {
  .bdb-ttl {
    font-size: 1.5rem; } }

.bld-sub-ttl {
  font-size: 1.8rem;
  font-weight: 600; }
@media only screen and (max-width: 768px) {
  .bld-sub-ttl {
    font-size: 1.2rem; } }

.bg-bdl-ttl {
  background-color: #818181;
  background-image: url("../img/net-bg.png");
  font-size: 2.4rem;
  color: #ffffff;
  width: 100%;
  font-weight: 600;
  padding: 10px 10px 10px 30px;
  display: block;
  position: relative;
  box-sizing: border-box; }
@media only screen and (max-width: 768px) {
  .bg-bdl-ttl {
    font-size: 1.6rem;
    padding-left: 20px; } }
.bg-bdl-ttl:before {
  content: "";
  width: 3px;
  height: 34px;
  background-color: #E95504;
  display: block;
  position: absolute;
  left: 8px; }
@media only screen and (max-width: 768px) {
  .bg-bdl-ttl:before {
    height: 26px; } }

.round-button {
  width: 296px;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
  border-radius: 60px;
  color: #232323;
  border: 1px solid #ffffff;
  display: block;
  text-decoration: none;
  position: relative; }
@media only screen and (max-width: 768px) {
  .round-button {
    width: 212.5px;
    font-size: 1.2rem;
    padding: 14px 0; } }
.round-button.bd {
  border-color: #232323; }
.round-button.bd:hover {
  color: #232323; }
.round-button.bd:hover:after {
  background-image: url("../img/arrow-bl.svg"); }
.round-button.bg {
  font-size: 1.4rem;
  background-image: url("../img/net-bg.png");
  padding: 13px 0;
  width: 200px;
  color: #ffffff;
  box-sizing: border-box;
  border: none;
  background-color: #969696; }
@media only screen and (max-width: 768px) {
  .round-button.bg {
    font-size: 1.2rem; } }
.round-button.bg:after {
  background-image: url("../img/arrow-wh02.svg");
  width: 4px;
  height: 9px;
  top: calc(50% - 4.5px);
  right: 10px; }
.round-button.bg:hover {
  background-image: none;
  background-color: #969696; }
.round-button:hover {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none; }
.round-button:hover:after {
  background-image: url("../img/arrow-wh02.svg"); }
.round-button:after {
  content: "";
  display: block;
  background-image: url("../img/arrow-bl.svg");
  position: absolute;
  width: 5.5px;
  height: 12px;
  background-size: cover;
  right: 20px;
  top: calc(50% - 6px); }
@media only screen and (max-width: 768px) {
  .round-button:after {
    width: 4px;
    height: 8.5px;
    right: 15px;
    top: calc(50% - 4px); } }

.contact-button {
  font-size: 1.6rem;
  font-weight: 600;
	line-height: 1.1;
  background-color: #E95504;
  border: 1px solid #E95504;
  box-sizing: border-box;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  width: 380px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  position: relative;
  text-decoration: none; }
@media only screen and (max-width: 768px) {
  .contact-button {
    width: 100%;
    font-size: 1.2rem;
    padding: 15px 0; } }
.contact-button:hover {
  color: #E95504;
	text-decoration: none;
  background-color: transparent; }
.contact-button:hover:after {
  background-image: url(../img/arrow-r.svg); }
.contact-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 5.5px;
  height: 10px;
  right: 15px;
  top: calc(50% - 2.75px);
  background-size: cover;
  background-image: url(../img/arrow-wh02.svg); }


.contact-button--rtn {
  background-color: #232323;
  border: 1px solid #232323; }

.contact-button--rtn:after {
  transform: rotate(180deg);
  left: 15px;
	right: inherit; }
.contact-button--rtn:hover {
	color: #232323; }
.contact-button--rtn:hover:after {
  background-image: url(../img/arrow-bl.svg); }

.col-2-table {
  border-top: 1px dotted #B5B5B6;
  flex: 0 0 100%;
  width: 100%; }
@media only screen and (max-width: 1070px) {
  .col-2-table {
    flex: 0 0 100%; } }
@media only screen and (max-width: 768px) {
  .col-2-table {
    flex: 0 0 100%;
    margin-bottom: 20px; } }
.col-2-table tbody tr {
  border-bottom: 1px dotted #B5B5B6; }
.col-2-table tbody tr th {
  background-color: #F7F8F8;
  padding: 15px 18px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
  width: 147px;
  box-sizing: border-box;
  line-height: 1.7;
  vertical-align: middle; }
@media only screen and (max-width: 768px) {
  .col-2-table tbody tr th {
    width: 80px;
    font-size: 1.2rem;
    padding: 10px; } }
.col-2-table tbody tr td {
  padding: 15px 18px;
  font-size: 1.4rem;
  line-height: 1.7; }
@media only screen and (max-width: 768px) {
  .col-2-table tbody tr td {
    font-size: 1.2rem;
    padding: 10px; } }
.col-2-table tbody tr td .location-list {
  margin-bottom: 1.5em; }
.col-2-table tbody tr td .location-list:last-of-type {
  margin-bottom: 0; }
.col-2-table tbody tr td .location-list dt {
  font-size: 1.4rem;
  line-height: 1.7; }
@media only screen and (max-width: 768px) {
  .col-2-table tbody tr td .location-list dt {
    font-size: 1.2rem; } }
.col-2-table tbody tr td .location-list dd {
  font-size: 1.4rem;
  line-height: 1.7; }
@media only screen and (max-width: 768px) {
  .col-2-table tbody tr td .location-list dd {
    font-size: 1.2rem; } }
.col-2-table tbody tr td .dot-list li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 1.7; }
.col-2-table tbody tr td .dot-list li:before {
  content: "● ";
  color: #E95504;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  padding-right: .25em; }
.col-2-table tbody tr td .dot-dl-list dt {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 1.7; }
.col-2-table tbody tr td .dot-dl-list dt:before {
  content: "● ";
  color: #E95504;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  padding-right: .25em; }
.col-2-table tbody tr td .dot-dl-list dd {
  padding-left: 1.25em;
  line-height: 1.7; }
.col-2-table tbody tr td p {
  line-height: 1.7; }
.col-2-table tbody tr td a {
  color: #232323; }
.col-2-table tbody tr td a:hover {
  text-decoration: none; }

.pagenation li {
  padding: 0 10px; }
@media only screen and (max-width: 768px) {
  .pagenation li {
    padding: 0 5px; } }
.pagenation li.num a, .pagenation li.num span {
  width: 50px;
  height: 50px;
  border: 1px solid #232323;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #232323;
  background-size: cover;
  font-size: 1.9rem; }
@media only screen and (max-width: 768px) {
  .pagenation li.num a, .pagenation li.num span {
    width: 36px;
    height: 36px;
    font-size: 1.4rem; } }
.pagenation li.num a:hover {
  background-color: #E25504;
  border-color: #E25504;
  color: #ffffff; }
.pagenation li.num.active span {
  background-color: #E25504;
  border-color: #E25504;
  color: #ffffff; }
.pagenation li.prev, .pagenation li.next {
  padding: 0 17px; }
@media only screen and (max-width: 768px) {
  .pagenation li.prev, .pagenation li.next {
    padding: 0 10px; } }
.pagenation li.prev a, .pagenation li.next a {
  text-decoration: none; }
.pagenation li.prev a:hover, .pagenation li.next a:hover {
  opacity: .75; }

.form-err {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #f00; }

.bg-gr {
  background-color: #F0F0F0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: helvetica , "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  color: #232323;
  line-height: 1.5; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  color: #063B6D; }

a:hover {
  text-decoration: underline; }

a:visited {
  text-decoration: underline; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  margin: 0;
  vertical-align: baseline; }

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0; }

img {
  vertical-align: top;
  line-height: 0;
  font-size: 0;
  max-width: 100%;
  height: auto; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem; }
@media only screen and (max-width: 1070px) {
  body.fix {
    overflow: hidden; } }
body.index .header {
  position: absolute; }
body.index .header.scrolled {
  position: fixed;
  background-color: #ffffff; }
body.itempage .footer, body.interview-page .footer {
  border-top: none; }

a {
  color: #063B6D; }

a:hover {
  color: #063B6D;
  text-decoration: underline; }

img {
  max-width: 100%; }

ul {
  padding: 0; }

li {
  list-style: none; }

#pageLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ea5504;
  z-index: 999; }

#pageLoader .ic__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 240px;
  font-size: 0;
  line-height: 1;
  text-align: center;
  margin-left: -120px;
  margin-top: -120px; }

.header {
  position: absolute;
  top: 0;
  width: 100%;
  flex-wrap: nowrap;
  z-index: 30; }
.header.scrolled {
  position: fixed;
  background-color: #ffffff; }
.header.scrolled::after {
	content: "";
	width: 100%;
	height: 1px;
  position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
  background-color: #EEEDEC; }
.header .site-logo {
	font-size: 0;
	line-height: 0;
  flex: 0 0 205px;
  max-width: 205px;
  position: relative;
  left: 15px;
  top: 5px; }
@media only screen and (max-width: 1070px) {
  .header .site-logo {
    padding-right: 25px; } }
@media only screen and (max-width: 768px) {
	.header .site-logo {
		top: 0; } }
@media only screen and (max-width: 640px) {
  .header .site-logo {
    left: 5px;
    flex: 0 0 115px; } }
.header.scrolled .site-logo {
	left: 21px;
	top: 0; }
@media only screen and (min-width: 769px) {
	.header.scrolled .site-logo img {
		width: auto;
		height: 55px; } }
@media only screen and (max-width: 768px) {
	.header.scrolled .site-logo {
    left: 15px; } }
@media only screen and (max-width: 640px) {
	.header.scrolled .site-logo {
    left: 5px; } }

.header .global-navi {
  width: 100%; }
@media only screen and (max-width: 1070px) {
  .header .global-navi {
    display: none; } }
.header .global-navi .navi {
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center; }
@media only screen and (max-width: 1070px) {
  .header .global-navi .navi {
    flex-wrap: wrap;
    display: block; } }
@media only screen and (max-width: 768px) {
  .header .global-navi .navi {
    height: auto; } }
.header .global-navi .navi li {
  line-height: 1;
  background-color: #ffffff;
	position: relative;
  height: 100%; }
@media only screen and (max-width: 768px) {
  .header .global-navi .navi li {
    height: auto; } }
.header .global-navi .navi li.active > a:after {
  opacity: 1; }
.header .global-navi .navi li a {
  background-color: #ffffff;
  font-size: 1.4rem;
	font-weight: 600;
  color: #202121;
  text-decoration: none;
  padding: 35px 30px;
  box-sizing: border-box;
  display: block;
  border-left: 1px solid #EEEDEC;
  position: relative;
  height: 100%; }
@media only screen and (max-width: 1280px) {
  .header .global-navi .navi li a {
    padding: 35px 15px; } }
@media only screen and (max-width: 768px) {
  .header .global-navi .navi li a {
    height: auto; } }
@media only screen and (min-width: 1071px) {
	.header.scrolled .global-navi .navi li > a {
		border-bottom: 1px solid #EEEDEC; } }
.header .global-navi .navi li:hover > a:after {
  opacity: 1; }
.header .global-navi .navi li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #DC5410;
  position: absolute;
  left: 0;
  bottom: -1px;
  opacity: 0; }
.header .global-navi .navi li.contact.active a {
  background-color: #232323; }
.header .global-navi .navi li.contact.active a:after {
  display: none; }
.header .global-navi .navi li.contact a {
  border: none;
  background-color: #DC5410;
  color: #ffffff; }
.header .global-navi .navi li.contact a:before {
  content: "";
  display: inline-block;
  background-image: url("../img/mail-icon.svg");
  background-repeat: no-repeat;
  background-size: 19px 13px;
  width: 19px;
  height: 13px;
  padding-right: 7px;
  position: relative;
  top: 2px; }
.header .global-navi .navi li .child-list {
  display: none; }
@media only screen and (min-width: 1071px) {
	.header .global-navi .navi li .child-list {
		min-width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		display: block!important;
		-webkit-transition-delay: 400ms;
		-o-transition-delay: 400ms;
		transition-delay: 400ms;
		opacity: 0;
		visibility: hidden; }
	.header .global-navi .navi .child-list li a {
	  padding: 20px 30px;
		white-space: nowrap;
	  border: 1px solid #EEEDEC;
		border-top: none; }
	.header .global-navi .navi .child-list li a:hover {
		color: #fff;
		border: 1px solid #DC5410;
		border-top: none;
		background-color: #DC5410; }
	.header .global-navi .navi li:hover .child-list {
		-webkit-transition-delay: 300ms;
		-o-transition-delay: 300ms;
		transition-delay: 300ms;
		opacity: 1;
		visibility: visible; } }
.header .global-navi .navi li.others {
  display: none; }
@media only screen and (max-width: 1070px) {
  .header .global-navi.open {
    display: block;
    position: absolute;
    top: 84px;
		z-index: 1;
    background-color: #ffffff;
    height: calc(100vh - 84px);
    overflow: scroll; } }
@media only screen and (max-width: 1070px) and (max-width: 640px) {
  .header .global-navi.open {
    top: 50px;
    height: calc(100vh - 50px);
    z-index: 3; } }
@media only screen and (max-width: 1070px) {
  .header .global-navi.open .navi {
    border-top: 1px solid #AAAAAA; }
  .header .global-navi.open .navi li {
    flex: 0 0 100%;
    border-left: none;
    border-bottom: 1px solid #AAAAAA;
    position: relative; }
  .header .global-navi.open .navi li.parent.open > a:before {
    display: none; }
  .header .global-navi.open .navi li.parent > a:after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background-color: #232323;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 2;
    left: auto;
    display: block;
    opacity: 1; }
  .header .global-navi.open .navi li.parent > a:before {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    background-color: #232323;
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
    z-index: 2; }
  .header .global-navi.open .navi li.contact a:after {
    background-image: url("../img/arrow-wh.svg"); }
  .header .global-navi.open .navi li .child-list {
    border-top: 1px solid #AAAAAA; }
  .header .global-navi.open .navi li .child-list li a {
    background-color: #F7F7F7; }
  .header .global-navi.open .navi li .child-list li:last-of-type {
    border: none; }
  .header .global-navi.open .navi li .child-list li:last-of-type a {
    border: none; }
  .header .global-navi.open .navi li a {
    border-left: none;
    font-weight: 600; } }
@media only screen and (max-width: 1070px) and (max-width: 640px) {
  .header .global-navi.open .navi li a {
    font-size: 1.5rem;
    padding: 15px 20px; } }
@media only screen and (max-width: 1070px) {
  .header .global-navi.open .navi li a:after {
    content: "";
    display: block;
    background-color: transparent;
    left: auto;
    bottom: auto;
    background-image: url("../img/arrow-bl.svg");
    width: 4px;
    height: 8.5px;
    background-size: cover;
    position: absolute;
    right: 18px;
    top: calc(50% - 2px);
    opacity: 1; }
  .header .global-navi.open .navi li.others {
    display: block;
    padding: 15px 20px;
    box-sizing: border-box; }
  .header .global-navi.open .navi li.others li {
    line-height: 2.5;
    border: none; }
  .header .global-navi.open .navi li.others li a {
    font-size: 1.2rem;
    padding: 0;
    line-height: 2.5;
    display: block; }
  .header .global-navi.open .navi li.others li a:after {
    display: none; } }
.header #nav-bt {
  display: none;
  width: 84px;
  height: 84px;
  background-color: #F15A24;
  top: 0;
  right: 0;
  z-index: 3;
  position: relative;
  cursor: pointer; }
@media only screen and (max-width: 640px) {
  .header #nav-bt {
    width: 50px;
    height: 50px; } }
.header #nav-bt span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 27px; }
@media only screen and (max-width: 640px) {
  .header #nav-bt span {
    width: 16px;
    height: 1px;
    left: 17px; } }
.header #nav-bt span:nth-of-type(1) {
  top: 30px; }
@media only screen and (max-width: 640px) {
  .header #nav-bt span:nth-of-type(1) {
    top: 17.5px; } }
.header #nav-bt span:nth-of-type(2) {
  top: calc(50% - 1px); }
@media only screen and (max-width: 640px) {
  .header #nav-bt span:nth-of-type(2) {
    top: 50%; } }
.header #nav-bt span:nth-of-type(3) {
  bottom: 30px; }
@media only screen and (max-width: 640px) {
  .header #nav-bt span:nth-of-type(3) {
    bottom: 17.5px; } }
.header #nav-bt.open span:nth-of-type(1) {
  transform: rotate(315deg);
  top: 41px; }
@media only screen and (max-width: 640px) {
  .header #nav-bt.open span:nth-of-type(1) {
    top: 24.5px; } }
.header #nav-bt.open span:nth-of-type(2) {
  opacity: 0; }
.header #nav-bt.open span:nth-of-type(3) {
  transform: rotate(-315deg);
  bottom: 41px; }
@media only screen and (max-width: 640px) {
  .header #nav-bt.open span:nth-of-type(3) {
    bottom: 24.5px; } }
@media only screen and (max-width: 1070px) {
  .header #nav-bt {
    display: block; } }

.main-visual {
  height: 100vh;
	position: relative; }
@media only screen and (max-width: 768px) {
  .main-visual {
    height: calc(65vh + 50px); } }
.main-visual::before {
  content: "";
  background-image: url("../img/net-bg.png");
	opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
	z-index: 2;
  width: 100%;
  height: 100%; }
.main-visual .bg-video {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: url("../img/main-visual-bg.jpg") center center no-repeat;
	background-size: cover; }
.main-visual .cacth-copy {
	z-index: 10;
	position: relative;
	overflow: hidden; }
@media only screen and (max-width: 768px) {
  .main-visual .cacth-copy {
		margin-top: -10px;
    flex: 0 0 100%;
    overflow: hidden; } }
.main-visual .cacth-copy .bd-rt {
  width: calc(50vw);
  margin-left: calc(50vw);
  height: 4px;
  display: block;
  background-color: #ffffff;
	-webkit-transform:translate(120%, 0);
	transform:translate(120%, 0); }
@media only screen and (max-width: 768px) {
  .main-visual .cacth-copy .bd-rt {
    width: 79%;
    margin-left: 21%;
    height: 1px; } }
.main-visual .cacth-copy .bd-rt:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  transform: skewX(45deg);
  position: relative;
  left: -8px; }
@media only screen and (max-width: 768px) {
  .main-visual .cacth-copy .bd-rt:before {
    height: 1px; } }
.main-visual .cacth-copy .bd-rt.show{
	-webkit-animation: bdrt_show 3000ms ease both;
	animation: bdrt_show 3000ms ease both; }
@-webkit-keyframes bdrt_show {
	0% {
		-webkit-transform:translate(120%, 0);
		transform:translate(120%, 0); }
	100% {
		-webkit-transform:translate(0%, 0);
		transform:translate(0%, 0); } }
.main-visual .cacth-copy .bd-lt {
  width: calc(50vw);
  margin-right: calc(50vw);
  height: 4px;
  display: block;
  background-color: #ffffff;
	-webkit-transform:translate(-120%, 0);
	transform:translate(-120%, 0); }
@media only screen and (max-width: 768px) {
  .main-visual .cacth-copy .bd-lt {
    width: 79%;
    margin-right: 21%;
    height: 1px; } }
.main-visual .cacth-copy .bd-lt:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  transform: skewX(-45deg);
  position: relative;
  right: -8px; }
@media only screen and (max-width: 768px) {
  .main-visual .cacth-copy .bd-lt:after {
    height: 1px; } }
.main-visual .cacth-copy .bd-lt.show{
	-webkit-animation: bdlt_show 3000ms ease both;
	animation: bdlt_show 3000ms ease both; }
@-webkit-keyframes bdlt_show {
	0% {
		-webkit-transform:translate(-120%, 0);
		transform:translate(-120%, 0); }
	100% {
		-webkit-transform:translate(0%, 0);
		transform:translate(0%, 0); } }

.main-visual .cacth-copy .cacth-copy-ttl {
  color: #ffffff;
  font-weight: 600;
  font-size: 4.6rem;
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 15px; }
@media only screen and (max-width: 768px) {
  .main-visual .cacth-copy .cacth-copy-ttl {
    font-size: 2.3rem;
    margin-top: 10px;
    margin-bottom: 10px; } }
.main-visual .cacth-copy .cacth-copy-ttl .st {
  font-size: 7.3rem;
  color: #ffffff;
  font-weight: 600;
  padding-right: .1em; }
@media only screen and (max-width: 768px) {
  .main-visual .cacth-copy .cacth-copy-ttl .st {
    font-size: 3.6rem;
    display: block;
    flex: 0 0 100%;
    text-align: center; } }
.main-visual .cacth-copy .desc-txt {
  text-align: center;
  font-size: 2.1rem;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: .17em;
  line-height: 40px;
  margin-top: 45px; }
@media only screen and (max-width: 768px) {
  .main-visual .cacth-copy .desc-txt {
    font-size: .95rem;
    line-height: 17px;
    margin-top: 20px; } }
.main-visual .cacth-copy .desc-txt .st {
  font-size: 2.6rem;
  color: #ffffff;
  font-weight: 600; }
@media only screen and (max-width: 768px) {
  .main-visual .cacth-copy .desc-txt .st {
    font-size: 1.15rem; } }

.news-contents {
	width: 100%;
	background-color: #fff;
  border-bottom: 1px solid #E8E8E8;
	position: absolute;
	bottom: 0;
	z-index: 2; }
@media only screen and (max-width: 768px) {
  .news-contents {
    align-items: normal; } }
.news-contents .news-ttl {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #232323;
  line-height: 1;
	text-decoration: none;
  padding: 20px; }
@media only screen and (max-width: 768px) {
  .news-contents .news-ttl {
    font-size: 1.1rem;
    padding: 10px;
    flex: 0 0 52.5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center; } }
.news-contents .news-ttl:hover {
	text-decoration: underline; }
.news-contents .news-ttl h2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #232323;
  line-height: 1; }
@media only screen and (max-width: 768px) {
  .news-contents .news-ttl h2 {
    font-size: 1.1rem; } }
.news-contents .news-inner {
  padding-left: 20px; }
@media only screen and (max-width: 768px) {
  .news-contents .news-inner {
    flex-basis: calc(100% - 52.5px);
    box-sizing: border-box;
    padding: 10px; } }
.news-contents .news-inner a {
  text-decoration: none; }
.news-contents .news-inner a:hover .ttl {
  text-decoration: underline; }
.news-contents .news-inner .news .ttl {
  order: 2;
  font-size: 1.4rem;
  color: #232323;
  padding-left: 20px; }
@media only screen and (max-width: 768px) {
  .news-contents .news-inner .news .ttl {
		width: 100%;
    font-size: 1.1rem;
    padding-left: 0; } }
.news-contents .news-inner .news .date {
  order: 1;
  color: #232323;
  font-size: 1.2rem;
  font-weight: 600; }
@media only screen and (max-width: 768px) {
  .news-contents .news-inner .news .date {
    font-size: 1.0rem;
    margin-bottom: 5px; } }

.planning-section {
  padding-top: 65px;
  padding-bottom: 75px; }
@media only screen and (max-width: 768px) {
  .planning-section {
    padding-top: 27px;
    padding-bottom: 30px; } }
.planning-section .ttl {
  font-size: 3.5rem;
  font-weight: 600;
  color: #232323;
  text-align: center;
  margin-bottom: 85px; }
@media only screen and (max-width: 768px) {
  .planning-section .ttl {
    font-size: 2.2rem;
    margin-bottom: 60px; } }
.planning-section .ttl .smt {
  font-size: 2.0rem;
  font-weight: 600;
  display: block;
  margin-bottom: 3px; }
@media only screen and (max-width: 768px) {
  .planning-section .ttl .smt {
    font-size: 1.2rem; } }
.planning-section .ttl .b-txt {
  color: #E25504;
  font-size: 4.4rem;
  font-weight: 600; }
@media only screen and (max-width: 768px) {
  .planning-section .ttl .b-txt {
    font-size: 2.7rem; } }
.planning-section .plans {
  margin: 48px -11.5px 0 -11.5px; }
@media only screen and (max-width: 768px) {
  .planning-section .plans {
    margin-left: 0;
    margin-right: 0; } }
.planning-section .plans .plan-list {
  flex: 0 0 33.333%;
  padding: 0 11.5px;
  box-sizing: border-box; }
@media only screen and (max-width: 768px) {
  .planning-section .plans .plan-list {
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 55px; }
  .planning-section .plans .plan-list:last-of-type {
    margin-bottom: 0; } }
.planning-section .plans .plan-list .plan-link {
	text-decoration: none; }
.planning-section .plans .plan-list .plan-link:hover .inner .image,
.planning-section .plans .plan-list .plan-link:hover .inner .ttl,
.planning-section .plans .plan-list .plan-link:hover .inner .desx-txt {
	opacity: .7; }
.planning-section .plans .plan-list .inner {
  background-color: #ffffff;
  padding: 0 35px 35px 35px;
  height: 100%;
  box-sizing: border-box; }
@media only screen and (max-width: 1070px) {
  .planning-section .plans .plan-list .inner {
    padding: 0 15px 15px 15px; } }
.planning-section .plans .plan-list .inner .image {
  position: relative;
  top: -48px;
  margin-bottom: -48px;
  text-align: center; }
@media only screen and (max-width: 768px) {
  .planning-section .plans .plan-list .inner .image {
    top: -40px;
    margin-bottom: -40px; } }
.planning-section .plans .plan-list .inner .ttl {
  font-size: 2.4rem;
  color: #232323;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px; }
@media only screen and (max-width: 768px) {
  .planning-section .plans .plan-list .inner .ttl {
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 6px; } }
.planning-section .plans .plan-list .inner .desx-txt {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #232323; }
@media only screen and (max-width: 768px) {
  .planning-section .plans .plan-list .inner .desx-txt {
    font-size: 1.1rem; } }

.department-section {
  background-image: url("../img/department_bg.jpg");
  background-size: cover;
  padding-top: 77px;
  padding-bottom: 85px; }
@media only screen and (max-width: 768px) {
  .department-section {
    padding-top: 25px;
    padding-bottom: 39px; } }
.department-section header {
  margin-bottom: 30px; }
@media only screen and (max-width: 768px) {
  .department-section header {
    margin-bottom: 15px; } }
.department-section .ttl {
  font-size: 3.6rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px; }
@media only screen and (max-width: 768px) {
  .department-section .ttl {
    font-size: 1.8rem;
    margin-bottom: 12px; } }
.department-section .desc-txt {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #ffffff;
  text-align: center; }
@media only screen and (max-width: 768px) {
  .department-section .desc-txt {
    font-size: 1.2rem;
    text-align: left; }
  .department-section .desc-txt br {
    display: none; } }
.department-section .department-list {
  margin: -1px -1px 50px -1px; }
@media only screen and (max-width: 768px) {
  .department-section .department-list {
    margin: -8px -8px 27px -8px; } }
.department-section .department-list .list {
  padding: 1px;
  box-sizing: border-box; }
@media only screen and (max-width: 768px) {
  .department-section .department-list .list {
    padding: 8px; } }
.department-section .department-list .list.col-3-xl {
  flex: 0 0 33.333%;
  max-width: 33.333%; }
@media only screen and (max-width: 768px) {
  .department-section .department-list .list.col-3-xl {
    flex: 0 0 50%;
    max-width: 50%; } }
.department-section .department-list .list.col-2-xl {
  flex: 0 0 50%;
  max-width: 50%; }
@media only screen and (max-width: 768px) {
  .department-section .department-list .list.col-1-sp {
    flex: 0 0 100%;
    max-width: 100%; } }
.department-section .department-list .list .department-link {
	text-decoration: none; }
.department-section .department-list .list .department-link:hover .inner {
	opacity: .7; }
.department-section .department-list .list .inner {
  background-color: #ffffff;
  height: 100%;
  padding: 35px 49px 35px 49px;
  box-sizing: border-box; }
@media only screen and (max-width: 768px) {
  .department-section .department-list .list .inner {
    padding: 12px; } }
.department-section .department-list .list .inner .ttl {
  margin-bottom: 13px; }
@media only screen and (max-width: 768px) {
  .department-section .department-list .list .inner .ttl {
    margin-bottom: 5px; } }
.department-section .department-list .list .inner .ttl .en {
  font-size: 1.7rem;
  color: #E25504;
  font-weight: 600;
  display: block; }
@media only screen and (max-width: 768px) {
  .department-section .department-list .list .inner .ttl .en {
    font-size: .85rem;
    margin-bottom: -2px; } }
.department-section .department-list .list .inner .ttl .jp {
  font-size: 2.8rem;
  font-weight: 600;
  display: block;
  margin-bottom: 2px; }
@media only screen and (max-width: 768px) {
  .department-section .department-list .list .inner .ttl .jp {
    font-size: 1.4rem;
    margin-bottom: 0; } }
.department-section .department-list .list .inner .ttl:after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #E25504;
  margin: 0 auto; }
@media only screen and (max-width: 768px) {
  .department-section .department-list .list .inner .ttl:after {
    width: 6px; } }
.department-section .department-list .list .inner .para {
  font-size: 1.3rem;
  line-height: 1.7; }
@media only screen and (max-width: 768px) {
  .department-section .department-list .list .inner .para {
    font-size: 1.0rem; } }
.department-section .round-button {
  margin-left: auto;
  margin-right: auto; }

.quality-section {
  padding: 80px 0 90px 0; }
@media only screen and (max-width: 768px) {
  .quality-section {
    padding: 28px 0 35px 0; } }
.quality-section .quality-inner {
  padding: 0 55px;
  box-sizing: border-box; }
@media only screen and (max-width: 1070px) {
  .quality-section .quality-inner {
    flex-wrap: nowrap;
    padding: 0 30px; } }
@media only screen and (max-width: 768px) {
  .quality-section .quality-inner {
    flex-wrap: wrap; } }
.quality-section .quality-inner .text {
  flex: 0 0 100%;
  position: relative; }
.quality-section .quality-inner .text .ttl {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
  width: 485px; }
@media only screen and (max-width: 1070px) {
  .quality-section .quality-inner .text .ttl {
    width: 48%; } }
@media only screen and (max-width: 768px) {
  .quality-section .quality-inner .text .ttl {
    text-align: center;
    font-size: 1.9rem;
    width: 100%;
    margin-bottom: 8px; } }
.quality-section .quality-inner .text .ttl .sm {
  font-size: 2.0rem;
  font-weight: 600;
  display: block;
  margin-bottom: 15px; }
@media only screen and (max-width: 1070px) {
  .quality-section .quality-inner .text .ttl .sm {
    width: 100%; } }
@media only screen and (max-width: 768px) {
  .quality-section .quality-inner .text .ttl .sm {
    font-size: 1.2rem;
    width: 100%;
    margin-bottom: 7px; } }
.quality-section .quality-inner .text .image {
  flex: 0 0 355px;
  width: 355px;
  position: absolute;
  right: 0;
  top: 0; }
@media only screen and (max-width: 1070px) {
  .quality-section .quality-inner .text .image {
    flex: 0 0 48%;
    margin-bottom: 23px; } }
@media only screen and (max-width: 768px) {
  .quality-section .quality-inner .text .image {
    flex: 0 0 100%;
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 60px);
    max-width: 355px; } }
.quality-section .quality-inner .text .detail-txt {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 25px;
  width: 485px; }
@media only screen and (max-width: 1070px) {
  .quality-section .quality-inner .text .detail-txt {
    width: 48%; } }
@media only screen and (max-width: 768px) {
  .quality-section .quality-inner .text .detail-txt {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 12px; } }
@media only screen and (max-width: 768px) {
  .quality-section .quality-inner .text .round-button {
    margin: auto; } }

.latest-news-section {
  background-image: url("../img/news_bg.jpg");
  background-size: cover;
  padding-bottom: 70px; }
@media only screen and (max-width: 768px) {
  .latest-news-section {
    padding-bottom: 25px; } }
.latest-news-section .col-2-ttl:before {
  background-color: #E25504; }
.latest-news-section .col-2-ttl .ttl {
  background-color: #E25504; }
.latest-news-section .col-2-ttl .more {
  color: #ffffff; }
.latest-news-section .col-2-ttl .more:after {
  background-image: url("../img/arrow-wh.svg"); }
.latest-news-section .l-news-list .l-news {
  margin-bottom: 20px; }
@media only screen and (max-width: 768px) {
  .latest-news-section .l-news-list .l-news {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #959595; }
  .latest-news-section .l-news-list .l-news:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; } }
.latest-news-section .l-news-list .l-news:last-of-type {
  margin-bottom: 0; }
.latest-news-section .l-news-list .l-news a {
  text-decoration: none; }
.latest-news-section .l-news-list .l-news a:hover .ttl {
  text-decoration: underline; }
.latest-news-section .l-news-list .l-news .date {
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 600;
  margin-right: 30px; }
@media only screen and (max-width: 768px) {
  .latest-news-section .l-news-list .l-news .date {
		margin-right: 15px;
    font-size: 1.0rem; } }
.latest-news-section .l-news-list .l-news .cat {
  font-size: 1.0rem;
  padding: 1px 0;
  width: 80px;
  text-align: center;
  border: 1px solid #E25504;
  color: #E25504;
  margin-right: 15px; }
@media only screen and (max-width: 768px) {
  .latest-news-section .l-news-list .l-news .cat {
    font-size: .9rem;
    width: 61px;
    display: block; } }
.latest-news-section .l-news-list .l-news .ttl {
	word-wrap: break-word;
	word-break: break-all;
  font-size: 1.4rem;
  color: #ffffff; }
@media only screen and (max-width: 1070px) {
  .latest-news-section .l-news-list .l-news .ttl {
    flex: 0 0 100%; } }
@media only screen and (max-width: 768px) {
  .latest-news-section .l-news-list .l-news .ttl {
    font-size: 1.1rem;
    padding-top: 10px; } }

.company-section {
  padding-bottom: 90px; }
@media only screen and (max-width: 768px) {
  .company-section {
    padding-bottom: 0; } }
.company-section .col-2-ttl:before {
  background-color: #646464; }
.company-section .col-2-ttl .ttl {
  background-color: #646464; }
.company-section .col-2-ttl .more {
  color: #232323; }
.company-section .col-2-ttl .more:after {
  background-image: url("../img/arrow-bl.svg"); }
.company-section .wrap .company-info-list {
  flex: 0 0 363px;
  margin-right: 57px; }
@media only screen and (max-width: 1070px) {
  .company-section .wrap .company-info-list {
    flex: 0 0 100%;
    margin-right: 0; } }
.company-section .wrap .company-info-list .info {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D5D6D6; }
@media only screen and (max-width: 768px) {
  .company-section .wrap .company-info-list .info {
    padding-bottom: 13px;
    margin-bottom: 13px; } }
.company-section .wrap .company-info-list .info:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none; }
@media only screen and (max-width: 1070px) {
  .company-section .wrap .company-info-list .info:last-of-type {
    margin-bottom: 15px; } }
.company-section .wrap .company-info-list .info .name {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6; }
@media only screen and (max-width: 768px) {
  .company-section .wrap .company-info-list .info .name {
    font-size: 1.1rem; } }
.company-section .wrap .company-info-list .info .info-list li {
  font-size: 1.4rem;
  line-height: 1.6; }
@media only screen and (max-width: 768px) {
  .company-section .wrap .company-info-list .info .info-list li {
    font-size: 1.1rem; } }
.company-section .wrap .map {
  position: absolute;
  width: 57vw;
  right: 0;
  height: 346px; }
@media only screen and (max-width: 1070px) {
  .company-section .wrap .map {
    flex: auto;
    width: 100vw;
    width: auto;
    position: static;
    height: 272px;
    margin-left: -15px;
    margin-right: -15px; } }
.company-section .wrap .map iframe {
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 768px) {
	.s-page {
		padding-top: 84px; } }
@media only screen and (max-width: 640px) {
	.s-page {
		padding-top: 50px; } }
.s-page.news-page {
  background-color: #f0f0f0; }
.s-page .s-header {
  height: 567px;
  background-size: cover;
  position: relative; }
.s-page .s-header:before {
  content: "";
  background-image: url("../img/net-bg.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
@media only screen and (max-width: 768px) {
  .s-page .s-header {
    height: 25.5vh;
    margin-bottom: 0; } }
.s-page .s-header .s-page-ttl {
  text-align: center;
  position: relative;
  z-index: 2; }
@media only screen and (min-width: 769px) {
	.s-page .s-header .s-page-ttl {
		margin-top: 80px; } }
.s-page .s-header .s-page-ttl .jp {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  letter-spacing: .2em; }
.s-page .s-header .s-page-ttl .jp .sm {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 5px; }
@media only screen and (max-width: 768px) {
  .s-page .s-header .s-page-ttl .jp .sm {
    font-size: .9rem;
    margin-bottom: 2px; } }
@media only screen and (max-width: 768px) {
  .s-page .s-header .s-page-ttl .jp {
    font-size: 2.0rem; } }
.s-page .s-header .s-page-ttl .en {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #E95504; }
@media only screen and (max-width: 768px) {
  .s-page .s-header .s-page-ttl .en {
    font-size: .9rem; } }
.s-page .s-header.aboutus {
  background-image: url("../img/header-image_aboutus.jpg"); }
.s-page .s-header.news {
  background-image: url("../img/header-image_building.jpg"); }
.s-page .s-header.contact {
  background-image: url("../img/header-image_contact.jpg");
  height: 364px; }
@media only screen and (max-width: 768px) {
  .s-page .s-header.contact {
    height: 25.5vh; } }
.s-page .s-header.faq {
  background-image: url("../img/header-image_faq.jpg"); }
.s-page .s-header.oemh {
  background-image: url("../img/header-image_oem.jpg?190809"); }
.s-page .s-header.planning {
  background-image: url("../img/header-image_planning.jpg"); }
.s-page .s-header.company {
  background-image: url("../img/header-image_company.jpg"); }
.s-page .s-header.recruit {
  background-image: url("../img/header-image_recruit.jpg"); }
.s-page .s-header.ice_cream {
  background-image: url("../img/header-image_ice.jpg?190809"); }
.s-page .s-header.candy {
  background-image: url("../img/header-image_candy.jpg?190809"); }
.s-page .s-header.gummi {
  background-image: url("../img/header-image_gummi.jpg"); }
.s-page .s-header.chocolate {
  background-image: url("../img/header-image_chocolate.jpg"); }
.s-page .s-header.sugar {
  background-image: url("../img/header-image_sugar.jpg"); }
.s-page .s-header.sh_sitemap {
  background-image: url("../img/header-image_building.jpg"); }
.s-page .s-header.sh_privacy {
  background-image: url("../img/header-image_building.jpg"); }
.s-page .s-header.s-header-404 {
  background-image: url("../img/header-image_company.jpg"); }
@media only screen and (min-width: 769px) {
	.s-page .s-header.s-header-404 {
	  height: 416px; }
	.s-page .s-header.s-header-404 .s-page-ttl {
		margin-top: 60px; } }
@media only screen and (max-width: 768px) {
  .s-page .s-body {
    padding: 0 5px; } }

.corporate_quality {
  padding-top: 53px;
  position: relative; }
@media only screen and (max-width: 768px) {
  .corporate_quality {
    padding-top: 20px; } }
.corporate_quality:before {
  content: "";
  display: block;
  background-image: url("../img/logo-bg.svg");
  width: 361px;
  height: 524px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 53px;
  left: 0;
  z-index: -1; }
@media only screen and (max-width: 768px) {
  .corporate_quality:before {
    top: 6px;
    width: 153px;
    height: 223px;
    left: -5px; } }
.corporate_quality .texts {
  flex: 0 0 567px;
  max-width: 567px; }
@media only screen and (max-width: 1070px) {
  .corporate_quality .texts {
    flex: 0 0 50%;
    max-width: 50%; } }
@media only screen and (max-width: 768px) {
  .corporate_quality .texts {
    flex: 0 0 100%;
    max-width: 100%; } }
.corporate_quality .texts .bld-ttl {
  margin-bottom: 50px; }
@media only screen and (max-width: 768px) {
  .corporate_quality .texts .bld-ttl {
    margin-bottom: 17px; } }
.corporate_quality .texts .para {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 1.5em; }
@media only screen and (max-width: 768px) {
  .corporate_quality .texts .para {
    font-size: 1.1rem; } }
.corporate_quality .texts .para:last-of-type {
  margin-bottom: 0; }
.corporate_quality .image {
  flex: 0 0 427px;
  max-width: 427px;
  margin-right: -50px; }
@media only screen and (max-width: 1070px) {
  .corporate_quality .image {
    flex: 0 0 45%;
    max-width: 45%;
    margin-right: 0; } }
@media only screen and (max-width: 768px) {
  .corporate_quality .image {
    flex: auto;
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
		text-align: center; } }
.corporate_quality .quority-list {
  margin-top: 35px; }
@media only screen and (max-width: 768px) {
  .corporate_quality .quority-list {
    margin-top: 15px;
    margin-bottom: 25px; } }
.corporate_quality .quority-list .list {
  font-size: 2.1rem;
  font-weight: 600;
  width: 242px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #232323;
  line-height: 1;
  padding: 15px 0; }
@media only screen and (max-width: 1070px) {
  .corporate_quality .quority-list .list {
    width: 165px; } }
@media only screen and (max-width: 768px) {
  .corporate_quality .quority-list .list {
    font-size: 11.5px;
    width: 120px;
    padding: 7px 0; } }
.corporate_quality .quority-list .equal {
  width: 16px;
  position: relative;
  top: 4px; }
@media only screen and (max-width: 768px) {
  .corporate_quality .quority-list .equal {
    width: 8px;
    top: 7px; } }
.corporate_quality .quority-list .equal img {
  width: 100%; }
.corporate_quality .details {
  padding-top: 80px; }
@media only screen and (max-width: 768px) {
  .corporate_quality .details {
    display: flex;
    flex-wrap: wrap;
    padding-top: 23px; } }
@media only screen and (max-width: 768px) {
  .corporate_quality .details .detail-image {
    order: 2;
    flex: auto;
    margin-left: -5px;
    margin-right: -5px; } }
.corporate_quality .details .details-inner {
  padding-top: 60px;
  padding-bottom: 75px; }
@media only screen and (max-width: 1070px) {
  .corporate_quality .details .details-inner {
    justify-content: center; } }
@media only screen and (max-width: 768px) {
  .corporate_quality .details .details-inner {
    order: 1;
    flex: 0 0 100%;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 17px; } }
.corporate_quality .details .details-inner .image {
  flex: 0 0 380px; }
@media only screen and (max-width: 768px) {
  .corporate_quality .details .details-inner .image {
    flex: 0 0 240px; } }
.corporate_quality .details .details-inner .text-inner {
  flex: 0 0 575px;
  align-content: space-between;
  padding-top: 15px; }
@media only screen and (max-width: 1070px) {
  .corporate_quality .details .details-inner .text-inner {
    flex: 0 0 100%; } }
.corporate_quality .details .details-inner .text-inner .para {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 1.5em; }
@media only screen and (max-width: 768px) {
  .corporate_quality .details .details-inner .text-inner .para {
    font-size: 1.1rem;
    line-height: 1.5; } }
.corporate_quality .details .details-inner .text-inner .para:last-of-type {
  margin-bottom: 0; }
@media only screen and (max-width: 768px) {
  .corporate_quality .details .details-inner .text-inner .copy-list {
    margin-bottom: 17px; } }
.corporate_quality .details .details-inner .text-inner .copy-list li {
  font-size: 1.8rem;
  font-weight: 600;
  counter-increment: section;
  margin-bottom: 20px; }
@media only screen and (max-width: 768px) {
  .corporate_quality .details .details-inner .text-inner .copy-list li {
    flex-wrap: nowrap;
    font-size: 1.2rem;
    align-items: center;
    margin-bottom: 15px; }
  .corporate_quality .details .details-inner .text-inner .copy-list li:last-of-type {
    margin-bottom: 0; }
  .corporate_quality .details .details-inner .text-inner .copy-list li br {
    display: none; } }
.corporate_quality .details .details-inner .text-inner .copy-list li:before {
  content: counter(section,decimal);
  font-size: 1.5rem;
  color: #232323;
  display: flex;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  background-color: #DCDDDD;
  justify-content: center;
  align-items: center;
  margin-right: 10px; }
@media only screen and (max-width: 768px) {
  .corporate_quality .details .details-inner .text-inner .copy-list li:before {
    font-size: 1.1rem;
    width: 21.5px;
    height: 21.5px; } }

.news-lists {
  padding-bottom: 90px; }
@media only screen and (max-width: 768px) {
  .news-lists {
    padding-bottom: 35px; } }
.news-lists .l-news-list {
  margin-top: 55px;
  border-top: 1px dotted #B5B5B6;
  margin-bottom: 50px; }
@media only screen and (max-width: 768px) {
  .news-lists .l-news-list {
    margin-top: 25px;
    margin-bottom: 25px; } }
.news-lists .l-news-list .l-news {
  border-bottom: 1px dotted #B5B5B6; }
.news-lists .l-news-list .l-news a {
  text-decoration: none;
  padding: 30px 0; }
.news-lists .l-news-list .l-news a:hover .ttl {
  text-decoration: underline; }
@media only screen and (max-width: 768px) {
  .news-lists .l-news-list .l-news a {
    padding: 13px 0; } }
.news-lists .l-news-list .l-news a:hover .ttl {
  text-decoration: underline; }
.news-lists .l-news-list .l-news a .date {
  font-size: 1.4rem;
  color: #232323;
  font-weight: 600;
  margin-right: 30px; }
@media only screen and (max-width: 768px) {
  .news-lists .l-news-list .l-news a .date {
		margin-right: 15px;
    font-size: 1.0rem; } }
.news-lists .l-news-list .l-news a .cat {
  font-size: 1.0rem;
  padding: 1px 0;
  width: 80px;
  background-color: #E25504;
  color: #ffffff;
  text-align: center;
  margin-right: 10px; }
@media only screen and (max-width: 768px) {
  .news-lists .l-news-list .l-news a .cat {
    font-size: .9rem;
    width: 61px;
    display: block; } }
.news-lists .l-news-list .l-news a .ttl {
  font-size: 1.4rem;
  color: #232323;
  line-height: 1.4; }
@media only screen and (max-width: 1070px) {
  .news-lists .l-news-list .l-news a .ttl {
    flex: 0 0 100%; } }
@media only screen and (max-width: 768px) {
  .news-lists .l-news-list .l-news a .ttl {
    font-size: 1.1rem;
    padding-top: 10px; } }

.news-page {
  padding-bottom: 90px; }
@media only screen and (max-width: 768px) {
  .news-page {
    padding-bottom: 35px; } }
.news-page .news-inner {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 60px 100px 55px 100px;
  margin-top: 50px; }
@media only screen and (max-width: 768px) {
  .news-page .news-inner {
    margin-top: 20px;
    padding: 25px 15px;
    width: calc(100% - 30px); } }
.news-page .news-inner .news-header {
  margin-bottom: 48px; }
@media only screen and (max-width: 768px) {
  .news-page .news-inner .news-header {
    margin-bottom: 15px; } }
.news-page .news-inner .news-header .status {
  margin-bottom: 20px; }
@media only screen and (max-width: 768px) {
  .news-page .news-inner .news-header .status {
    margin-bottom: 5px; } }
.news-page .news-inner .news-header .status .date {
  margin-right: 10px; }
.news-page .news-inner .news-header .status .date time {
  font-size: 1.4rem;
  color: #232323;
  font-weight: 600; }
@media only screen and (max-width: 768px) {
  .news-page .news-inner .news-header .status .date time {
    font-size: 1.0rem; } }
.news-page .news-inner .news-header .status .cat {
  font-size: 1.0rem;
  padding: 1px 0;
  width: 80px;
  background-color: #E25504;
  color: #ffffff;
  text-align: center;
  margin-right: 10px; }
@media only screen and (max-width: 768px) {
  .news-page .news-inner .news-header .status .cat {
    font-size: .9rem;
    width: 61px;
    display: block; } }
.news-page .news-inner .news-header .news-ttl {
  font-size: 3.4rem;
  font-weight: 600; }
@media only screen and (max-width: 768px) {
  .news-page .news-inner .news-header .news-ttl {
    font-size: 1.8rem; } }
.news-page .news-inner .news-body p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 1.5em;
  margin-top: 1.5em; }
@media only screen and (max-width: 768px) {
  .news-page .news-inner .news-body p {
    font-size: 1.1rem; } }
.news-page .news-inner .news-body p:last-of-type {
  margin-bottom: 0; }
.news-page .news-inner .news-body p strong {
	color: inherit;
	font-weight: 600; }
.news-page .news-inner .news-body p em {
	color: inherit;
	font-style: italic; }
.news-page .news-inner .news-body p img {
	font-size: 0;
	line-height: 0;
	width: 100%;
	height: auto; }
.news-page .news-inner .news-body .bdb-ttl {
  margin-bottom: 1.25em;
  margin-top: 1em; }
.news-page .news-inner .news-body .bld-sub-ttl {
  margin-bottom: 1.5em;
  margin-top: 1.25em; }
.news-page .news-inner .news-body h3 {
	margin-bottom: 1.25em;
  margin-top: 1em;
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: 1px solid #232323;
  display: inline-block; }
@media only screen and (max-width: 768px) {
  .news-page .news-inner .news-body h3 {
    font-size: 1.5rem; } }
.news-page .news-inner .news-body h4 {
	margin-bottom: 1.5em;
  margin-top: 1.25em;
  font-size: 1.8rem;
  font-weight: 600; }
@media only screen and (max-width: 768px) {
  .news-page .news-inner .news-body h4 {
    font-size: 1.2rem; } }


.news-page .round-button {
  margin: 40px auto 0 auto; }
@media only screen and (max-width: 768px) {
  .news-page .round-button {
    margin-top: 20px; } }

.contact-contents {
  padding-top: 40px;
  padding-bottom: 85px; }
@media only screen and (max-width: 768px) {
  .contact-contents {
    padding-top: 25px;
    padding-bottom: 35px; } }
.contact-contents .desc-text {
  font-size: 1.4rem;
  text-align: center;
  color: #898989;
  line-height: 1.7;
  margin-bottom: 35px; }
@media only screen and (max-width: 768px) {
  .contact-contents .desc-text {
    font-size: 1.1rem;
    margin-bottom: 20px; } }
.contact-contents .step-list {
  margin-bottom: 40px; }
@media only screen and (max-width: 768px) {
  .contact-contents .step-list {
    margin-bottom: 20px; } }
.contact-contents .step-list li {
  flex: 0 0 200px;
  max-width: 200px;
  text-align: center;
  background-color: #DCDDDD;
  color: #898989;
  padding: 11px 0;
  margin: 0 5px;
  font-size: 1.4rem; }
@media only screen and (max-width: 1070px) {
  .contact-contents .step-list li {
    display: none; } }
@media only screen and (max-width: 768px) {
  .contact-contents .step-list li {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 1.2rem; } }
.contact-contents .step-list li.active {
  background-color: #232323;
  color: #ffffff; }
@media only screen and (max-width: 1070px) {
  .contact-contents .step-list li.active.on {
    display: block; } }
.contact-contents .contact-form {
  width: 780px;
  margin-left: auto;
  margin-right: auto; }
@media only screen and (max-width: 1070px) {
  .contact-contents .contact-form {
    width: 100%; } }
.contact-contents .contact-form.confirm .form-list {
  align-items: flex-start; }
.contact-contents .contact-form.confirm .form-list dt {
  top: 0; }
.contact-contents .contact-form.confirm .contact-button--inn {
  margin-top: 30px;
  margin-bottom: 30px; }
.contact-contents .contact-form.confirm .contact-button {
  margin-top: 20px;
  margin-bottom: 0; }
@media only screen and (max-width: 768px) {
  .contact-contents .contact-form.confirm .contact-button {
    margin-top: 10px;
    margin-bottom: 0; } }
.contact-contents .contact-form.thanks {
  margin-bottom: 45px; }
@media only screen and (max-width: 768px) {
  .contact-contents .contact-form.thanks {
    margin-bottom: 30px; } }
.contact-contents .contact-form.thanks .para {
  font-size: 1.4rem;
  margin-bottom: 1.5em;
  line-height: 1.7; }
@media only screen and (max-width: 768px) {
  .contact-contents .contact-form.thanks .para {
    font-size: 1.1rem; } }
.contact-contents .contact-form.thanks .para:last-of-type {
  margin-bottom: 0; }
.contact-contents .contact-form .form-list {
  padding: 20px 0;
  border-bottom: 1px solid #EFEFEF;
  align-items: flex-start; }
.contact-contents .contact-form .form-list dt {
  font-size: 1.6rem;
  flex: 0 0 266px;
  position: relative;
  top: 7px;
  font-weight: 600; }
@media only screen and (max-width: 768px) {
  .contact-contents .contact-form .form-list dt {
    font-size: 1.4rem;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: flex-start;
    top: 0;
    margin-bottom: 8px; } }
.contact-contents .contact-form .form-list dt.require:after {
  font-size: 1.2rem;
  content: "必須";
  background-color: #E95504;
  display: inline-block;
  color: #ffffff;
  padding: 0 5px; }
@media only screen and (max-width: 768px) {
  .contact-contents .contact-form .form-list dt.require:after {
    font-size: 1.0rem;
    margin-left: 10px; } }
.contact-contents .contact-form .form-list dt.any:after {
  font-size: 1.2rem;
  content: "任意";
  background-color: #9FA0A0;
  display: inline-block;
  color: #ffffff;
  padding: 0 5px; }
@media only screen and (max-width: 768px) {
  .contact-contents .contact-form .form-list dt.any:after {
    font-size: 1.0rem;
    margin-left: 10px; } }
.contact-contents .contact-form .form-list .contents {
  flex: 0 0 494px; }
@media only screen and (max-width: 1070px) {
  .contact-contents .contact-form .form-list .contents {
    flex-basis: calc(100% - 286px);
    max-width: calc(100% - 286px); } }
@media only screen and (max-width: 768px) {
  .contact-contents .contact-form .form-list .contents {
    flex: 0 0 100%;
    max-width: 100%; } }
.contact-contents .contact-form .form-list .contents .i-text {
  width: 100%;
  padding: 10px;
  border: 1px solid #C9CACA;
  background-color: #F7F8F8;
  box-sizing: border-box;
  font-size: 1.4rem; }
@media only screen and (max-width: 768px) {
  .contact-contents .contact-form .form-list .contents .i-text {
    font-size: 1.2rem; } }
.contact-contents .contact-form .form-list .contents .i-text::placeholder {
  color: #B5B5B6; }
.contact-contents .contact-form .form-list .contents .text-body {
  width: 100%;
  padding: 10px;
  border: 1px solid #C9CACA;
  background-color: #F7F8F8;
  box-sizing: border-box;
  font-size: 1.4rem;
  height: 160px; }
.contact-contents .contact-form .form-list .contents .text-body::placeholder {
  color: #B5B5B6; }
.contact-contents .contact-form .form-list .contents .dr-sl {
  position: relative;
  width: 263px;
  display: block; }
.contact-contents .contact-form .form-list .contents .dr-sl .select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  padding: 10px;
  border: 1px solid #C9CACA;
  background-color: #F7F8F8;
  font-size: 1.4rem;
  line-height: 1;
  box-sizing: border-box;
  width: 100%; }
.contact-contents .contact-form .form-list .contents .dr-sl:after {
  content: "";
  display: block;
  background-image: url(../img/tb-arrow.svg);
  width: 6px;
  height: 20px;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px); }
.contact-contents .contact-form .form-list .contents .code-list .list {
  width: 160px; }
@media only screen and (max-width: 1070px) {
  .contact-contents .contact-form .form-list .contents .code-list .list {
    width: 90px; } }
.contact-contents .contact-form .form-list .contents .code-list .hyphen {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 10px; }
.contact-contents .contact-form .form-list .contents .contents-text {
  font-size: 1.4rem; }
@media only screen and (max-width: 768px) {
  .contact-contents .contact-form .form-list .contents .contents-text {
    font-size: 1.2rem; } }
.contact-contents .contact-form .privacy-area {
  margin-left: auto;
  margin-right: auto;
  padding: 28px 0 25px 0;
  border-bottom: 1px solid #EFEFEF;
  justify-content: center;
  margin-bottom: 30px; }
@media only screen and (max-width: 768px) {
  .contact-contents .contact-form .privacy-area {
    padding: 20px 0; } }
.contact-contents .contact-form .privacy-area .ttl {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  flex: 0 0 100%;
  margin-bottom: 10px; }
@media only screen and (max-width: 768px) {
  .contact-contents .contact-form .privacy-area .ttl {
    font-size: 1.2rem; } }
.contact-contents .contact-form .privacy-area .para {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  flex: 0 0 100%;
  margin-bottom: 10px; }
.contact-contents .contact-form .privacy-area .para a {
  text-decoration: none;
  color: #232323; }
@media only screen and (max-width: 768px) {
  .contact-contents .contact-form .privacy-area .para {
    font-size: 1.2rem; } }
.contact-contents .contact-form .privacy-area .c-label {
  flex: 0 0 100%;
  text-align: center; }
.contact-contents .contact-form .privacy-area .c-label input[type=checkbox] {
  background-color: transparent;
  border-style: none;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0; }
.contact-contents .contact-form .privacy-area .c-label input[type=checkbox]:checked + span:before {
  opacity: 1; }
.contact-contents .contact-form .privacy-area .c-label span {
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: underline;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 19px;
  border-radius: 0;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  position: relative; }
@media only screen and (max-width: 768px) {
  .contact-contents .contact-form .privacy-area .c-label span {
    font-size: 1.4rem; } }
.contact-contents .contact-form .privacy-area .c-label span:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 5px;
  left: 4px;
  display: block;
  width: 3px;
  height: 7px;
  border-right: 2px solid #E95504;
  border-bottom: 2px solid #E95504;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 3; }
.contact-contents .contact-form .privacy-area .c-label span:after {
  webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: calc(50% - 8.5px);
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #111111;
  content: '';
  background-color: #ffffff;
  top: 5px; }
.contact-contents .contact-form .contact-button {
  margin-bottom: 30px; }
@media only screen and (max-width: 768px) {
  .contact-contents .contact-form .contact-button {
    margin-bottom: 20px; } }
.contact-contents .contact-form .others {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8; }
.contact-contents .contact-form .others a {
  color: #232323;
  text-decoration: underline; }
.contact-contents .contact-form .others a:hover {
  text-decoration: none; }

.faq-section {
  padding-top: 54px;
  padding-bottom: 90px; }
@media only screen and (max-width: 768px) {
  .faq-section {
    padding-top: 25px;
    padding-bottom: 35px; } }
.faq-section .desc-para {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 75px; }
@media only screen and (max-width: 768px) {
  .faq-section .desc-para {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 30px; } }
.faq-section .faq-list {
  margin: -25px -30px;
  counter-reset: number 0; }
@media only screen and (max-width: 768px) {
  .faq-section .faq-list {
    margin: 0 0 0 0; } }
.faq-section .faq-list .list {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 25px 30px;
  box-sizing: border-box; }
.faq-section .faq-list .list:before {
  counter-increment: number 1;
  content: "Q" counter(number);
  position: absolute;
  background-color: rgba(125, 125, 125, 0.7);
  background-image: url("../img/net-bg.png");
  width: 45px;
  height: 45px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  left: 16px;
  top: 13px; }
@media only screen and (max-width: 768px) {
  .faq-section .faq-list .list:before {
    font-size: 1.4rem;
    width: 32px;
    height: 32px;
    top: -10px;
    left: -12px; } }
@media only screen and (max-width: 768px) {
  .faq-section .faq-list .list {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 0 20px 0; }
  .faq-section .faq-list .list:last-of-type {
    margin-bottom: 0; } }
.faq-section .faq-list .list .inner {
  padding: 25px 38px 30px 38px;
  box-sizing: border-box;
  background-color: #F7F8F8;
  height: 100%; }
@media only screen and (max-width: 768px) {
  .faq-section .faq-list .list .inner {
    padding: 15px; } }
.faq-section .faq-list .list .inner .question {
  font-size: 1.8rem;
  font-weight: 600;
  padding-left: 10px;
  margin-bottom: 11px; }
@media only screen and (max-width: 768px) {
  .faq-section .faq-list .list .inner .question {
    font-size: 1.4rem; } }
.faq-section .faq-list .list .inner .answer {
  font-size: 1.4rem;
  line-height: 1.7; }
@media only screen and (max-width: 768px) {
  .faq-section .faq-list .list .inner .answer {
    font-size: 1.1rem; } }

.oem {
  padding-top: 53px; }
.oem .row-2-header {
  margin-bottom: 55px; }
@media only screen and (max-width: 768px) {
  .oem .row-2-header {
    margin-bottom: 25px; } }
.oem .oem-contents {
  background-color: #f0f0f0;
  padding-top: 60px;
  padding-bottom: 115px; }
@media only screen and (max-width: 768px) {
  .oem .oem-contents {
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 35px;
    padding-bottom: 35px; } }
@media only screen and (max-width: 768px) {
  .oem .oem-contents .wrap {
    padding: 0 20px; } }
.oem .oem-contents .oem-list {
  margin: -15px -14px; }
@media only screen and (max-width: 768px) {
  .oem .oem-contents .oem-list {
    margin: 0; } }
.oem .oem-contents .oem-list .list {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 15px 14px; }
@media only screen and (max-width: 768px) {
  .oem .oem-contents .oem-list .list {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .oem .oem-contents .oem-list .list:last-of-type {
    margin-bottom: 0; } }
.oem .oem-contents .oem-list .list .inner {
  background-color: #ffffff;
  height: 100%;
  padding: 27px 27px 40px 27px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between; }
@media only screen and (max-width: 768px) {
  .oem .oem-contents .oem-list .list .inner {
    padding: 16px 12px; } }
@media only screen and (max-width: 768px) {
  .oem .oem-contents .oem-list .list .inner .top {
		width: 100%; } }
.oem .oem-contents .oem-list .list .inner .ttl {
  text-align: center;
  margin-bottom: 24px; }
@media only screen and (max-width: 768px) {
  .oem .oem-contents .oem-list .list .inner .ttl {
    margin-bottom: 10px; } }
.oem .oem-contents .oem-list .list .inner .ttl .en {
  color: #E95504;
  font-size: 1.7rem;
  font-weight: 600;
  display: block;
  line-height: 1;
  margin-bottom: 10px; }
@media only screen and (max-width: 768px) {
  .oem .oem-contents .oem-list .list .inner .ttl .en {
    font-size: .85rem;
    margin-bottom: 5px; } }
.oem .oem-contents .oem-list .list .inner .ttl .jp {
  font-size: 2.8rem;
  font-weight: 600;
  display: block;
  line-height: 1; }
@media only screen and (max-width: 768px) {
  .oem .oem-contents .oem-list .list .inner .ttl .jp {
    font-size: 1.4rem; } }
.oem .oem-contents .oem-list .list .inner .desc-para {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 16px; }
@media only screen and (max-width: 768px) {
  .oem .oem-contents .oem-list .list .inner .desc-para {
    font-size: 1.1rem;
    margin-bottom: 10px; } }
.oem .oem-contents .oem-list .list .inner .image {
  margin-bottom: 20px; }
.oem .oem-contents .oem-list .list .inner a:hover > .image {
	opacity: .7; }
@media only screen and (max-width: 768px) {
  .oem .oem-contents .oem-list .list .inner .image {
    margin-bottom: 10px; } }
.oem .oem-contents .oem-list .list .inner .image .main {
  flex: 59.85%; }
.oem .oem-contents .oem-list .list .inner .image .sub-image {
  flex: 40.15%; }
.oem .oem-contents .oem-list .list .inner .round-button {
  width: 167px;
  padding: 15px 0;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto; }
@media only screen and (max-width: 768px) {
  .oem .oem-contents .oem-list .list .inner .round-button {
    font-size: 1.2rem;
    padding: 10px 0; } }
.oem .oem-contents .oem-list .list .inner .round-button:after {
  right: 11px; }

.planning.row-2-section {
  padding-top: 40px; }

@media only screen and (max-width: 768px) {
  .planning-contents {
    margin-left: -5px;
    margin-right: -5px; } }
.planning-contents .bg-bdl-ttl {
  margin-bottom: 43px; }
@media only screen and (max-width: 768px) {
  .planning-contents .bg-bdl-ttl {
    margin-bottom: 20px; } }
.planning-contents .section {
  padding: 60px 0; }
.planning-contents .section:last-of-type {
  padding-bottom: 90px; }
@media only screen and (max-width: 768px) {
  .planning-contents .section:last-of-type {
    padding-bottom: 35px; } }
@media only screen and (max-width: 768px) {
  .planning-contents .section {
    padding: 35px 0; } }
.planning-contents .section.bg {
  background-color: #F7F8F8; }
.planning-contents .section .text-contents {
  flex: 0 0 625px;
  max-width: 625px; }
@media only screen and (max-width: 1070px) {
  .planning-contents .section .text-contents {
    flex: 0 0 60%;
    max-width: 60%; } }
@media only screen and (max-width: 768px) {
  .planning-contents .section .text-contents {
    flex: 0 0 100%;
    max-width: 100%; } }
.planning-contents .section .text-contents .child-section {
  margin-bottom: 43px; }
@media only screen and (max-width: 768px) {
  .planning-contents .section .text-contents .child-section {
    margin-bottom: 20px; } }
.planning-contents .section .text-contents .child-section .ttl {
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 15px; }
@media only screen and (max-width: 768px) {
  .planning-contents .section .text-contents .child-section .ttl {
    font-size: 1.4rem;
    margin-bottom: 8px; } }
.planning-contents .section .text-contents .child-section .desc-para {
  font-size: 1.4rem;
  line-height: 1.7; }
@media only screen and (max-width: 768px) {
  .planning-contents .section .text-contents .child-section .desc-para {
    font-size: 1.1rem; } }
.planning-contents .section .image {
  flex: 0 0 300px;
  max-width: 300px;
  text-align: right; }
@media only screen and (max-width: 1070px) {
  .planning-contents .section .image {
    flex: 0 0 35%;
    max-width: 35%; } }
@media only screen and (max-width: 768px) {
  .planning-contents .section .image {
    flex: 0 0 100%;
    max-width: 100%; } }
@media only screen and (max-width: 1070px) {
  .planning-contents .section .image .order {
    width: 100%; } }
.planning-contents .section .image .joint {
  width: 255px; }
@media only screen and (max-width: 1070px) {
  .planning-contents .section .image .joint {
    width: 100%; } }
.planning-contents .section .image .company {
  width: 255px; }
@media only screen and (max-width: 1070px) {
  .planning-contents .section .image .company {
    width: 100%; } }

.company-contents {
  padding-top: 45px;
  padding-bottom: 115px; }
@media only screen and (max-width: 768px) {
  .company-contents {
    padding-top: 25px;
    padding-bottom: 35px; } }
.company-contents .company-info .bg-bdl-ttl {
  margin-bottom: 30px; }
@media only screen and (max-width: 768px) {
  .company-contents .company-info .bg-bdl-ttl {
    margin-bottom: 20px; } }
.company-contents .company-info .info-inner {
  margin-bottom: 60px; }
@media only screen and (max-width: 768px) {
  .company-contents .company-info .info-inner {
    margin-bottom: 30px; } }
.company-contents .company-info .info-inner .col-2-table {
  border-top: 1px dotted #B5B5B6;
  flex: 0 0 620px;
	width: 620px; }
@media only screen and (max-width: 1070px) {
  .company-contents .company-info .info-inner .col-2-table {
    flex: 0 0 60%;
		width: 60%; } }
@media only screen and (max-width: 768px) {
  .company-contents .company-info .info-inner .col-2-table {
    flex: 0 0 100%;
		width: 100%;
    margin-bottom: 20px; } }
.company-contents .company-info .info-inner .location-image-list {
  flex: 0 0 335px;
  max-width: 335px; }
@media only screen and (max-width: 1070px) {
  .company-contents .company-info .info-inner .location-image-list {
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 20px;
    box-sizing: border-box; } }
@media only screen and (max-width: 768px) {
  .company-contents .company-info .info-inner .location-image-list {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0; } }
.company-contents .company-info .info-inner .location-image-list .list {
  margin-bottom: 20px; }
@media only screen and (max-width: 768px) {
  .company-contents .company-info .info-inner .location-image-list .list {
    text-align: center; } }
.company-contents .company-info .info-inner .location-image-list .list:last-of-type {
  margin-bottom: 0; }
.company-contents .company-info .info-inner .location-image-list .list .image .cap {
  font-size: 1.2rem;
  margin-top: 10px;
  line-height: 1;
  text-align: right; }
@media only screen and (max-width: 768px) {
  .company-contents .company-info .info-inner .location-image-list .list .image .cap {
    text-align: center;
    font-size: 1.0rem; } }
.company-contents .f-map {
  margin-bottom: 60px; }
@media only screen and (max-width: 768px) {
  .company-contents .f-map {
    margin-bottom: 30px;
    margin-left: -5px;
    margin-right: -5px; } }
.company-contents .f-map iframe {
  width: 100%;
  height: 400px; }
@media only screen and (max-width: 768px) {
  .company-contents .f-map iframe {
    height: 150px; } }
.company-contents .company-history .bg-bdl-ttl {
  margin-bottom: 12px; }
@media only screen and (max-width: 768px) {
  .company-contents .company-history .bg-bdl-ttl {
    margin-bottom: 5px; } }
.company-contents .company-history .history-table {
  width: 100%; }
.company-contents .company-history .history-table tbody tr:nth-of-type(even) {
  background-color: #EFEFEF; }
.company-contents .company-history .history-table tbody tr th {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 10px 15px;
  text-align: left;
  width: 125px;
  box-sizing: border-box; }
@media only screen and (max-width: 768px) {
  .company-contents .company-history .history-table tbody tr th {
    font-size: 1.2rem;
    padding: 10px;
    width: 105px; } }
.company-contents .company-history .history-table tbody tr td {
  font-size: 1.4rem;
  padding: 10px 15px; }
@media only screen and (max-width: 768px) {
  .company-contents .company-history .history-table tbody tr td {
    font-size: 1.2rem;
    padding: 10px; } }
.company-contents .company-history .history-table tbody tr td ul li {
  line-height: 1.7; }

.oem-item {
  padding-top: 60px;
  padding-bottom: 90px; }
@media only screen and (max-width: 768px) {
  .oem-item {
    padding-top: 18px;
    padding-bottom: 30px; } }
.oem-item .about-col-2 {
  margin-bottom: 130px; }
@media only screen and (max-width: 768px) {
  .oem-item .about-col-2 {
    margin-bottom: 20px; } }
.oem-item .about-col-2 .about-row {
  flex: 0 0 475px;
  max-width: 475px; }
@media only screen and (max-width: 1070px) {
  .oem-item .about-col-2 .about-row {
    flex: 0 0 50%;
    max-width: 50%; } }
@media only screen and (max-width: 768px) {
  .oem-item .about-col-2 .about-row {
    flex: 0 0 100%;
    max-width: 100%; } }
.oem-item .about-col-2 .about-row .r-about:first-of-type {
  margin-bottom: 40px; }
@media only screen and (max-width: 768px) {
  .oem-item .about-col-2 .about-row .r-about:first-of-type {
    margin-bottom: 25px; } }
.oem-item .about-col-2 .about-row .r-about .bld-ttl {
  margin-bottom: 30px; }
@media only screen and (max-width: 768px) {
  .oem-item .about-col-2 .about-row .r-about .bld-ttl {
    margin-bottom: 16px; } }
.oem-item .about-col-2 .about-row .r-about .desc-para {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 1.5em; }
@media only screen and (max-width: 768px) {
  .oem-item .about-col-2 .about-row .r-about .desc-para {
    font-size: 1.1rem;
    line-height: 1.5; } }
.oem-item .about-col-2 .about-row .r-about .desc-para:last-of-type {
  margin-bottom: 0; }
.oem-item .about-col-2 .row-2-image {
  display: flex;
  align-content: space-between;
  flex: 0 0 463px;
  max-width: 463px;
  flex-wrap: wrap; }
@media only screen and (max-width: 1070px) {
  .oem-item .about-col-2 .row-2-image {
    flex: 0 0 45%;
    max-width: 45%; } }
.oem-item .about-col-2 .row-2-image .r-image {
  flex: 0 0 100%; }
@media only screen and (max-width: 768px) {
  .oem-item .about-col-2 .row-2-image .r-image {
    flex: 0 0 50%;
    max-width: 50%;
    display: none; } }
.oem-item .about {
  margin-bottom: 70px; }
@media only screen and (max-width: 768px) {
  .oem-item .about {
    margin-bottom: 20px; } }
.oem-item .about .wrap .text-contents {
  flex: 0 0 475px;
  max-width: 475px; }
@media only screen and (max-width: 1070px) {
  .oem-item .about .wrap .text-contents {
    flex: 0 0 50%;
    max-width: 50%; } }
@media only screen and (max-width: 768px) {
  .oem-item .about .wrap .text-contents {
    flex: 0 0 100%;
    max-width: 100%; } }
.oem-item .about .wrap .text-contents .bld-ttl {
  margin-bottom: 30px; }
@media only screen and (max-width: 768px) {
  .oem-item .about .wrap .text-contents .bld-ttl {
    margin-bottom: 16px; } }
.oem-item .about .wrap .text-contents .desc-para {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 1.5em; }
@media only screen and (max-width: 768px) {
  .oem-item .about .wrap .text-contents .desc-para {
    font-size: 1.1rem;
    line-height: 1.5; } }
.oem-item .about .wrap .text-contents .desc-para:last-of-type {
  margin-bottom: 0; }
.oem-item .about .wrap .image {
  flex: 0 0 463px;
  max-width: 463px; }
@media only screen and (max-width: 1070px) {
  .oem-item .about .wrap .image {
    flex: 0 0 45%;
    max-width: 45%; } }
@media only screen and (max-width: 768px) {
  .oem-item .about .wrap .image {
    flex: 0 0 100%;
    max-width: 100%;
    display: none; } }
.oem-item .section-image-list {
  margin-top: 80px; }
@media only screen and (max-width: 768px) {
  .oem-item .section-image-list {
    margin-top: 23px; } }
@media only screen and (max-width: 768px) {
  .oem-item .section-image-list {
    margin-left: -5px;
    margin-right: -5px; } }
.oem-item .section-image-list.col-3 li {
  flex: 0 0 33.333%;
  max-width: 33.333%; }
@media only screen and (max-width: 768px) {
  .oem-item .section-image-list.col-3 li {
    flex: 0 0 33.333%;
    max-width: 33.333%; } }
.oem-item .section-image-list li {
  flex: 0 0 25%;
  max-width: 25%; }
@media only screen and (max-width: 768px) {
  .oem-item .section-image-list li {
    flex: 0 0 50%;
    max-width: 50%; } }
.oem-item .section-image-list li img {
  width: 100%; }
.oem-item .detail-item {
  margin-bottom: 80px;
  position: relative; }
@media only screen and (max-width: 768px) {
  .oem-item .detail-item {
    margin-bottom: 28px; } }
@media only screen and (max-width: 768px) {
  .oem-item .detail-item:before {
    content: "";
    display: block;
    width: 100vw;
    height: 132.5px;
    background-color: rgba(119, 159, 212, 0.15);
    top: -20px;
    left: -5px;
    z-index: -1;
    position: absolute; } }
.oem-item .detail-item .bld-ttl {
  margin-bottom: 60px; }
@media only screen and (max-width: 768px) {
  .oem-item .detail-item .bld-ttl {
    margin-bottom: 20px; } }
.oem-item .detail-item .bld-ttl.ct {
  text-align: center; }
.oem-item .detail-item .detail-list {
  margin-bottom: 60px;
  position: relative; }
@media only screen and (max-width: 768px) {
  .oem-item .detail-item .detail-list {
    margin-bottom: 25px; } }
.oem-item .detail-item .detail-list:nth-of-type(1):after {
  content: "";
  display: block;
  position: absolute;
  width: 70vw;
  height: 287px;
  background-color: rgba(119, 159, 212, 0.15);
  z-index: -1;
  top: calc(50%);
  right: 0; }
@media only screen and (max-width: 768px) {
  .oem-item .detail-item .detail-list:nth-of-type(1):after {
    display: none; } }
.oem-item .detail-item .detail-list:nth-of-type(3):after {
  content: "";
  display: block;
  position: absolute;
  width: 70vw;
  height: 287px;
  background-color: rgba(119, 159, 212, 0.15);
  z-index: -1;
  top: calc(50%);
  left: 0; }
@media only screen and (max-width: 768px) {
  .oem-item .detail-item .detail-list:nth-of-type(3):after {
    display: none; } }
.oem-item .detail-item .detail-list:last-of-type {
  margin-bottom: 0; }
.oem-item .detail-item .detail-list:nth-of-type(odd) .text-contents {
  order: 2; }
.oem-item .detail-item .detail-list:nth-of-type(odd) .image {
  order: 1; }
.oem-item .detail-item .detail-list:nth-of-type(even) .text-contents {
  order: 1; }
@media only screen and (max-width: 768px) {
  .oem-item .detail-item .detail-list:nth-of-type(even) .text-contents {
    order: 2; } }
.oem-item .detail-item .detail-list:nth-of-type(even) .image {
  order: 2;
  margin-bottom: 12px; }
@media only screen and (max-width: 768px) {
  .oem-item .detail-item .detail-list:nth-of-type(even) .image {
    order: 1; } }
.oem-item .detail-item .detail-list .text-contents {
  flex: 0 0 520px;
  max-width: 520px; }
@media only screen and (max-width: 1070px) {
  .oem-item .detail-item .detail-list .text-contents {
    flex: 0 0 45%;
    max-width: 45%; } }
@media only screen and (max-width: 768px) {
  .oem-item .detail-item .detail-list .text-contents {
    flex: 0 0 100%;
    max-width: 100%; } }
.oem-item .detail-item .detail-list .text-contents .ttl {
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 10px; }
@media only screen and (max-width: 768px) {
  .oem-item .detail-item .detail-list .text-contents .ttl {
    font-size: 1.3rem;
    margin-bottom: 12px; } }
.oem-item .detail-item .detail-list .text-contents .desc-para {
  font-size: 1.4rem;
  line-height: 1.7; }
@media only screen and (max-width: 768px) {
  .oem-item .detail-item .detail-list .text-contents .desc-para {
    font-size: 1.1rem;
    line-height: 1.5; } }
.oem-item .detail-item .detail-list .image {
  flex: 0 0 452px; }
@media only screen and (max-width: 1070px) {
  .oem-item .detail-item .detail-list .image {
    flex: 0 0 50%;
    max-width: 50%; } }
@media only screen and (max-width: 768px) {
  .oem-item .detail-item .detail-list .image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 13px; } }
.oem-item .detail-item .detail-list .image img {
  width: 100%; }
.oem-item .other-item-list ul {
  margin-left: -8px;
  margin-right: -8px; }
@media only screen and (max-width: 768px) {
  .oem-item .other-item-list ul {
    margin: -5px; } }
.oem-item .other-item-list ul .list {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 8px;
  box-sizing: border-box; }
@media only screen and (max-width: 768px) {
  .oem-item .other-item-list ul .list {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px; } }
.oem-item .other-item-list ul .list a {
  display: block;
  background-image: url("../img/net-bg.png");
  background-color: #969696;
  text-decoration: none;
  text-align: center;
  padding: 15px 0;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  display: block;
  color: #ffffff; }
.oem-item .other-item-list ul .list a:hover {
  background-image: none; }
@media only screen and (max-width: 768px) {
  .oem-item .other-item-list ul .list a {
    font-size: .8rem;
    line-height: 1;
    padding: 10px 0; } }
.oem-item .other-item-list ul .list a:after {
  background-image: url("../img/arrow-wh02.svg");
  content: "";
  display: block;
  position: absolute;
  width: 5.5px;
  height: 12px;
  background-size: cover;
  right: 10px;
  top: calc(50% - 6px); }
@media only screen and (max-width: 768px) {
  .oem-item .other-item-list ul .list a:after {
    width: 3.25px;
    height: 7px;
    right: 6px;
    top: calc(50% - 3.5px); } }

.sitemap {
  padding-top: 50px;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px; }
@media only screen and (max-width: 768px) {
  .sitemap {
    padding-top: 25px;
    padding-bottom: 35px; } }

.sitemap-contents {
  background-color: #ffffff;
  padding: 24px 100px;
  box-sizing: border-box; }
@media only screen and (max-width: 768px) {
  .sitemap-contents {
    padding: 10px 15px; } }
.sitemap-contents .sitemap-list {
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #EFEFEF; }
@media only screen and (max-width: 768px) {
  .sitemap-contents .sitemap-list {
    padding: 15px 0; } }
.sitemap-contents .sitemap-list:last-of-type {
  border: none; }
.sitemap-contents .sitemap-list .parent {
  margin-right: 40px; }
@media only screen and (max-width: 768px) {
  .sitemap-contents .sitemap-list .parent {
    margin-right: 1em; } }
.sitemap-contents .sitemap-list .parent:last-of-type {
  margin-right: 0; }
.sitemap-contents .sitemap-list .parent > a {
  color: #232323;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600; }
@media only screen and (max-width: 768px) {
  .sitemap-contents .sitemap-list .parent > a {
    font-size: 1.2rem; } }
.sitemap-contents .sitemap-list .parent > a:hover {
  color: #E95504; }
.sitemap-contents .sitemap-list .parent .child-list {
  margin-top: 24px; }
@media only screen and (max-width: 1070px) {
  .sitemap-contents .sitemap-list .parent .child-list {
    margin-top: 10px;
    margin-right: -40px;
    margin-bottom: -10px; } }
@media only screen and (max-width: 768px) {
  .sitemap-contents .sitemap-list .parent .child-list {
    margin-top: 10px;
    margin-right: -1em;
    margin-bottom: -1em; } }
.sitemap-contents .sitemap-list .parent .child-list .child {
  margin-right: 40px; }
@media only screen and (max-width: 1070px) {
  .sitemap-contents .sitemap-list .parent .child-list .child {
    margin-right: 40px;
    margin-bottom: 10px; } }
@media only screen and (max-width: 768px) {
  .sitemap-contents .sitemap-list .parent .child-list .child {
    margin-right: 1em;
    margin-bottom: 1em; } }
.sitemap-contents .sitemap-list .parent .child-list .child:last-of-type {
  margin-right: 0; }
.sitemap-contents .sitemap-list .parent .child-list .child a {
  color: #232323;
  text-decoration: none;
  display: flex;
  justify-content: flex-staer;
  align-items: center;
  font-size: 1.4rem; }
@media only screen and (max-width: 768px) {
  .sitemap-contents .sitemap-list .parent .child-list .child a {
    font-size: 1.2rem; } }
.sitemap-contents .sitemap-list .parent .child-list .child a:before {
  content: "▶︎";
  font-size: .8rem;
  color: #E95504;
  margin-right: .5em; }
.sitemap-contents .sitemap-list .parent .child-list .child a:hover {
  color: #E95504; }

.privacy {
  padding-top: 50px;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px; }
@media only screen and (max-width: 768px) {
  .privacy {
    padding-top: 25px;
    padding-bottom: 35px; } }
.privacy .privacy-contents {
  background-color: #ffffff;
  padding: 60px 100px;
  box-sizing: border-box; }
@media only screen and (max-width: 768px) {
  .privacy .privacy-contents {
    padding: 25px 15px; } }
.privacy .privacy-contents .desc-para {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 35px; }
@media only screen and (max-width: 768px) {
  .privacy .privacy-contents .desc-para {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 15px; } }
.privacy .privacy-contents .privacy-section {
  margin-bottom: 35px; }
@media only screen and (max-width: 768px) {
  .privacy .privacy-contents .privacy-section {
    margin-bottom: 20px; } }
.privacy .privacy-contents .privacy-section:last-of-type {
  margin-bottom: 0; }
.privacy .privacy-contents .privacy-section .ttl {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7; }
@media only screen and (max-width: 768px) {
  .privacy .privacy-contents .privacy-section .ttl {
    font-size: 1.2rem;
    line-height: 1.5; } }
.privacy .privacy-contents .privacy-section .para {
  font-size: 1.4rem;
  line-height: 1.7; }
@media only screen and (max-width: 768px) {
  .privacy .privacy-contents .privacy-section .para {
    font-size: 1.1rem;
    line-height: 1.5; } }

.performance-contents {
  padding-top: 55px;
  padding-bottom: 110px; }
@media only screen and (max-width: 768px) {
  .performance-contents {
    padding-top: 25px;
    padding-bottom: 35px; } }
.performance-contents .tab-button-list {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 28px; }
@media only screen and (max-width: 768px) {
  .performance-contents .tab-button-list {
    justify-content: center;
    margin-bottom: 20px; } }
.performance-contents .tab-button-list li {
  flex: 0 0 20%;
  padding: 0 5px;
  box-sizing: border-box; }
@media only screen and (max-width: 768px) {
  .performance-contents .tab-button-list li {
    flex: 0 0 50%;
    margin-bottom: 10px; } }
.performance-contents .tab-button-list_4btns li {
  flex: 0 0 25%; }
@media only screen and (max-width: 768px) {
  .performance-contents .tab-button-list_4btns li {
    flex: 0 0 50%; } }
.performance-contents .tab-button-list li.active a {
  background-color: #E95504;
  color: #ffffff;
  border-color: #E95504; }
@media only screen and (max-width: 768px) {
  .performance-contents .tab-button-list li.s-full {
    flex: 0 0 100%; }
  .performance-contents .tab-button-list li.s-full br {
    display: none; } }
.performance-contents .tab-button-list li a {
  font-size: 1.6rem;
  display: flex;
  text-align: center;
  border: 1px solid #232323;
  line-height: 1.1;
  padding: 12px 0;
  border-radius: 4px;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  color: #232323;
  text-decoration: none;
  font-weight: 600; }
@media only screen and (max-width: 768px) {
  .performance-contents .tab-button-list li a {
    font-size: 1.2rem; } }
.performance-contents .tab-button-list li a:hover {
  background-color: #E95504;
  color: #ffffff;
  border-color: #E95504; }
.performance-contents .table-area .desc {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 8px; }
@media only screen and (max-width: 768px) {
  .performance-contents .table-area .desc {
    font-size: 1.0rem; } }
.performance-contents .table-area .performance-table {
  width: 100%; }
.performance-contents .table-area .performance-table tbody tr:nth-of-type(odd) {
  background-color: #EFEFEF; }
.performance-contents .table-area .performance-table tbody tr th {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 10px 15px;
  text-align: left;
  width: 185px;
  box-sizing: border-box; }
@media only screen and (max-width: 768px) {
  .performance-contents .table-area .performance-table tbody tr th {
    font-size: 1.2rem;
    padding: 10px;
    width: 105px; } }
.performance-contents .table-area .performance-table tbody tr td {
  font-size: 1.4rem;
  padding: 10px 15px; }
@media only screen and (max-width: 768px) {
  .performance-contents .table-area .performance-table tbody tr td {
    font-size: 1.2rem;
    padding: 10px; } }
.performance-contents .table-area .performance-table tbody tr td ul li {
  line-height: 1.7; }

.recruit-contents {
  padding: 40px 0 120px 0; }
@media only screen and (max-width: 768px) {
  .recruit-contents {
    padding-top: 25px;
    padding-bottom: 35px; } }
.recruit-contents .new-graduate-section {
  margin-bottom: 50px; }
@media only screen and (max-width: 768px) {
  .recruit-contents .new-graduate-section {
    margin-bottom: 30px; } }
.recruit-contents .new-graduate-section .bg-bdl-ttl {
  margin-bottom: 30px; }
@media only screen and (max-width: 768px) {
  .recruit-contents .new-graduate-section .bg-bdl-ttl {
    margin-bottom: 20px; } }
.recruit-contents .mid-career-section {
  margin-bottom: 50px; }
@media only screen and (max-width: 768px) {
  .recruit-contents .mid-career-section {
    margin-bottom: 30px; } }
.recruit-contents .mid-career-section:last-of-type {
  margin-bottom: 0; }
.recruit-contents .mid-career-section .bg-bdl-ttl {
  margin-bottom: 30px; }
@media only screen and (max-width: 768px) {
  .recruit-contents .mid-career-section .bg-bdl-ttl {
    margin-bottom: 20px; } }

.notfound-section {
  padding-top: 75px;
  padding-bottom: 90px; }
@media only screen and (max-width: 768px) {
  .notfound-section {
    padding-top: 25px;
    padding-bottom: 35px; } }
.notfound-section .ttl {
  font-size: 3rem;
	font-weight: 700;
  text-align: center;
  margin-bottom: 35px; }
@media only screen and (max-width: 768px) {
  .notfound-section .ttl {
    font-size: 2.4rem;
    margin-bottom: 25px; } }
.notfound-section .desc-para {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 45px; }
@media only screen and (max-width: 768px) {
  .notfound-section .desc-para {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 25px; } }
.notfound-section .notfound-btn {
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #E95504;
  border: 1px solid #E95504;
  box-sizing: border-box;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  width: 380px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  position: relative;
  text-decoration: none; }
@media only screen and (max-width: 768px) {
  .notfound-section .notfound-btn {
    width: 100%;
    font-size: 1.2rem;
    padding: 15px 0; } }
.notfound-section .notfound-btn:hover {
  color: #E95504;
  background-color: transparent; }
.notfound-section .notfound-btn:hover:after {
  background-image: url(../img/arrow-r.svg); }
.notfound-section .notfound-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 5.5px;
  height: 10px;
  right: 15px;
  top: calc(50% - 2.75px);
  background-size: cover;
  background-image: url(../img/arrow-wh02.svg); }

.breadcrumb {
  padding-top: 15px; }
@media only screen and (max-width: 768px) {
  .breadcrumb {
    display: none; } }
.breadcrumb li {
  font-size: 1.2rem; }
.breadcrumb li:after {
  content: ">";
  display: block;
  padding: 0 1em; }
.breadcrumb li:last-of-type:after {
  display: none; }
.breadcrumb li a {
  color: #232323;
  text-decoration: none; }
.breadcrumb li a:hover {
  text-decoration: underline; }

.footer .navi-area {
  background-color: #E25504;
  padding-top: 65px;
  padding-bottom: 65px;
  flex: 0 0 100%; }
@media only screen and (max-width: 1070px) {
  .footer .navi-area {
    padding-top: 15px;
    order: 2;
    padding-bottom: 0; } }
@media only screen and (max-width: 1070px) {
  .footer .navi-area .wrap {
    justify-content: center; } }
.footer .navi-area .wrap .logo {
  flex: 0 0 111px;
  max-width: 111px; }
@media only screen and (max-width: 1070px) {
  .footer .navi-area .wrap .ft-navi {
    display: none; } }
.footer .navi-area .wrap .ft-navi .fl-navi {
  margin-right: 60px; }
.footer .navi-area .wrap .ft-navi .fl-navi.oem {
  padding-top: 0; }
.footer .navi-area .wrap .ft-navi .fl-navi:last-of-type {
  margin-right: 0; }
.footer .navi-area .wrap .ft-navi .fl-navi .parent > a {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4rem;
  display: block;
  position: relative;
  line-height: 2; }
.footer .navi-area .wrap .ft-navi .fl-navi .parent > a:before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: -1em; }
.footer .navi-area .wrap .ft-navi .fl-navi li a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #ffffff;
  line-height: 2; }
.footer .navi-area .wrap .ft-navi .fl-navi li a:hover {
  text-decoration: underline; }
.footer .bn-area {
  flex: 0 0 100%;
  background-color: #e8e8e8;
  padding: 35px 0; }
@media only screen and (max-width: 1070px) {
  .footer .bn-area {
    order: 1; } }
@media only screen and (max-width: 768px) {
  .footer .bn-area {
    padding: 25px 0; } }
.footer .bn-area .bn-list {
  margin: 0 -4px; }
@media only screen and (max-width: 768px) {
  .footer .bn-area .bn-list {
    margin: 0 0 0 0; } }
.footer .bn-area .bn-list .list {
  flex: 33.333%;
  max-width: 33.333%;
  padding: 0 4px;
  margin-bottom: 8px;
  box-sizing: border-box; }
.footer .bn-area .bn-list .list img {
  box-shadow: 0px 0px 5px 0px #cccccc; }
@media only screen and (max-width: 768px) {
  .footer .bn-area .bn-list .list {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 11px;
    margin-bottom: 10px;
		text-align: center; }
  .footer .bn-area .bn-list .list:last-of-type {
    margin-bottom: 0; } }
.footer .copy-area {
  flex: 0 0 100%;
  background-color: #232323;
  padding: 23px 0; }
@media only screen and (max-width: 1070px) {
  .footer .copy-area {
    order: 3;
    background-color: transparent;
    padding: 0; }
  .footer .copy-area .wrap {
    padding: 0; } }
@media only screen and (max-width: 1070px) {
  .footer .copy-area .navi {
    flex: 0 0 100%;
    background-color: #E25504;
    justify-content: center;
    padding: 13px 0 17px 0;
    box-sizing: border-box; } }
.footer .copy-area .navi li {
  font-size: 1.3rem;
  margin-right: 2em; }
@media only screen and (max-width: 1070px) {
  .footer .copy-area .navi li {
    margin-right: 0; }
  .footer .copy-area .navi li:last-of-type:after {
    display: none; }
  .footer .copy-area .navi li:after {
    display: inline-block;
    content: "｜";
    color: #ffffff;
    padding: 0 .5em; } }
@media only screen and (max-width: 768px) {
  .footer .copy-area .navi li {
    font-size: 1.1rem; } }
.footer .copy-area .navi li a {
  color: #ffffff;
  text-decoration: none; }
.footer .copy-area .navi li a:hover {
  text-decoration: underline; }
.footer .copy-area .copy {
  font-size: 1.3rem;
  color: #ffffff; }
@media only screen and (max-width: 1070px) {
  .footer .copy-area .copy {
    flex: 0 0 100%;
    background-color: #232323;
    text-align: center;
    padding: 13px 0; } }
@media only screen and (max-width: 768px) {
  .footer .copy-area .copy {
    font-size: 1.0rem; } }

.mv_news {
	display: block;
	box-sizing: border-box;
	width: 530px;
	min-height: 114px;
	padding: 20px 20px 20px 240px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #3d3d3d;
	text-decoration: underline;
	overflow: hidden;
	position: absolute;
	bottom: calc(100% + 20px);
	right: 20px;
	z-index: 3;
	border-radius: 5px;
	background-color: #fff; }
.mv_news:hover {
	text-decoration: none; }
.mv_news_img {
	width: 220px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;'; }
.mv_news:hover .mv_news_img {
	opacity: .7; }
@media only screen and (max-width: 768px) {
	.mv_news {
		width: calc(100% - 30px);
		min-height: inherit;
		padding: 10px 10px 10px 130px;
		font-size: 1.1rem;
		line-height: 1.3;
		bottom: calc(100% + 10px);
		right: 10px;
		border-radius: 4px; }
	.mv_news_img {
		width: 120px; } }

/* 動画埋め込み */
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}