@charset "utf-8";
.h2 {
  display: block;
}
/* ++++++++++++++++++++++++++++++++++++++++
 * #base
 * ++++++++++++++++++++++++++++++++++++++++ */
[id="log"] input {
  height: inherit;
}
ul {
  text-align: left;
}
.ui-btn-theme a {
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: inline-block;
  width: 260px;
  border: solid 1px #fff;
  padding: 16px 30px 16px 0;
  border-radius: 30px;
  background-color: #f9c54d;
  color: #561800 !important;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1em;
  text-align: center;
}
.ui-btn-theme a::after {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 10px;
  content: "＞";
  background-color: #813b00;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 6px 10px;
  border-radius: 50%;
}
.ui-btn-theme a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.lineup-link {
  display: inline-block;
  width: 30%;
  margin: 30px 1.5% 0;
}
.lineup-link a {
  position: relative;
  color: #561800;
  border-radius: 6px;
  background-color: #f9c54d;
  border: solid 1px #813b00;
  display: block;
  text-align: center;
  padding: 15px 10px;
}
.lineup-link a::after {
  position: absolute;
  content: url("../images/common/linkmark.png");
  width: 16px;
  right: 20px !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lineup-link a.blank::after {
  position: absolute;
  content: url("../assets/images/icon-blank_b.svg");
  width: 16px;
  height: auto;
  right: 20px !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lineup-link-banner {
  display: inline-block;
  width: 30%;
  margin: 30px 1.5% 0;
}
.lineup-link-banner a {
  position: relative;
  display: block;
  text-align: center;
}
.lineup-link-banner a img {
  vertical-align: bottom;
}
.lineup-link-banner a::after {
  display: none !important;
}
/* ++++++++++++++++++++++++++++++++++++++++
 * #heading
 * ++++++++++++++++++++++++++++++++++++++++ */
[id^="contents"] .heading-A .title {
  display: block;
  text-align: center;
  background: url("../images/common/heading-A_ul.png"), url("../images/common/heading-A_left.png"), url("../images/common/heading-A_right.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, left bottom, right bottom;
  padding: 15px 0;
  color: #561800;
}
[id^="contents"] .heading-B {
  line-height: 1.4;
}
[id^="contents"] .heading-B .title {
  display: block;
  color: #da5f0f;
}
[id^="contents"] .heading-C .title {
  display: block;
  background: #eaeaea;
  color: #561800;
  padding: 15px 20px;
  font-size: 2.2rem;
  border-radius: 6px;
  font-weight: normal;
}
[id^="contents"] .heading-D .title {
  font-size: 160%;
  color: #da5f0f;
}
.heading-dotline {
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
}
.heading-dotline .title {
  font-size: 3rem;
  color: #da5f0f;
  background: url("../images/common/heading-A_ul.png") no-repeat bottom center;
  padding: 10px 10px 14px;
  text-align: center;
}
/* ++++++++++++++++++++++++++++++++++++++++
 * #header
 * ++++++++++++++++++++++++++++++++++++++++ */
[id="header"] {
  position: relative;
  padding: 0;
}
.lo-solid {
  overflow: visible;
}
.hd-area .hd-head {
  height: 100px;
  position: relative;
}
.hd-area .hd-head .img {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
}
.hd-area .hd-head .img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.hd-area .hd-sp-btn {
  display: none;
}
.hd-area .hd-menu {
  background: #da5f0f;
  margin: 0;
  z-index: 999;
}
.hd-area .hd-menu a {
  color: #fff;
}
.hd-area .hd-menu a:hover {
  text-decoration: none;
}
.hd-area .hd-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  letter-spacing: -0.8em;
}
.hd-area .hd-menu ul li {
  letter-spacing: normal;
  background: #da5f0f;
}
.hd-area .hd-menu-level1 {
  overflow: visible;
}
.hd-area .hd-menu-level1 > li {
  position: relative;
  display: inline-block;
  width: 16.66%;
  vertical-align: top;
}
.hd-area .hd-menu-level2 {
  position: absolute;
  top: 60px;
  width: 150%;
  z-index: 99;
  border-top: solid 1px #d3d3d4;
  display: none;
}
.hd-area .hd-menu-level2 > li a {
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  display: block;
  background-color: #eee;
  color: #333;
  padding: 18px 20px;
  border: solid 1px #d3d3d4;
  border-top: none;
  font-size: 1.6rem;
  line-height: 1.2em;
}
.hd-area .hd-menu-level2 > li a:hover {
  background-color: #f9c54d;
  color: #561800;
}
.hd-area .hd-menu .smaller {
  font-size: 1.6rem;
}
.hd-area .icon-blank_b::after,
.hd-area .icon-blank_w::after {
  right: 10px;
}
.hd-menu-title display block,
.hd-menu-title a {
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
  display: block;
  text-align: center;
  padding: 15px 0;
  height: 60px;
  color: #333;
}
.hd-menu-title.is-active a,
.hd-menu-title a:hover {
  background-color: #f9c54d;
  color: #561800;
}
.hd-options {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hd-options .font-resizer {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -0.5em;
  font-size: 1.4rem;
}
.hd-options .font-resizer .txt {
  display: inline-block;
  letter-spacing: normal;
  padding: 0 15px;
}
.hd-options .font-resizer button {
  background: none;
  outline: none;
  border: solid 1px #aaa;
  color: #aaa;
  padding: 5px 15px;
  letter-spacing: normal;
}
.hd-options .font-resizer button.is-active {
  background: #f9c54d;
  color: #333;
}
.hd-options .font-resizer .to-big {
  border-left: none;
}
.hd-options .hd-profile {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 50px;
}
.hd-options .hd-profile .txt {
  font-size: 1.6rem;
}
.hd-options .hd-profile .tel {
  font-size: 3.4rem;
  font-weight: bold;
  color: #da5f0f;
  line-height: 1em;
}
/* ++++++++++++++++++++++++++++++++++++++++
 * #footer
 * ++++++++++++++++++++++++++++++++++++++++ */
/*【フッター】会社案内*/
[id="footer"] {
  position: relative;
  padding: 0;
  color: #fff;
}
[id="footer"] .box {
  margin: 0;
}
[id="footer"] .company-info {
  display: block;
  position: relative;
  padding: 15px 0;
  text-align: center;
  background-color: #813b00;
}
[id="footer"] .company-info p {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}
.ft-box-main {
  width: 25%;
  float: left;
  padding-right: 40px;
}
.ft-box-sub {
  width: 50%;
  float: left;
  padding-right: 40px;
}
.ft-box-sub .sub-box {
  width: 50%;
  float: left;
  margin-right: 40px;
}
.ft-box-sub .sub-box:nth-of-type(2n) {
  margin-right: -40px;
}
.ft-box-sub .sub-box:nth-of-type(n+3) {
  margin-top: 40px;
}
.ft-profile {
  width: 25%;
  float: left;
  padding-right: 40px;
}
.ft-profile .ft-pf-title {
  margin: 10px 0 0 0;
  font-size: 2.2rem;
}
.ft-profile .ft-pf-title a {
  color: #fff;
}
.ft-profile .ft-pf-address {
  margin-top: 1em;
  font-size: 1.8rem;
}
.ft-profile .ft-pf-cate {
  font-size: 1.8rem;
}
.ft-profile .ft-pf-tel {
  margin-top: 16px;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.ft-profile .ui-btn-theme {
  text-align: right;
}
.ft-profile .ui-btn-theme a {
  width: 200px;
  display: inline-block;
  margin-top: 15px;
  margin-right: 20px;
}
.ft-wrap {
  background: #ba6014;
}
.ft-links {
  position: relative;
  padding: 40px 0;
  font-size: 1.4rem;
}
.ft-links .ft-title {
  position: relative;
  color: #fff;
  margin: 0;
  font-size: 1.8rem;
  padding: 10px 15px;
}
.ft-links .ft-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url("../images/common/tiledots.png");
  height: 4px;
}
.ft-links a {
  display: block;
  color: #fff;
}
.ft-links a:hover {
  text-decoration: none;
}
.ft-links-list,
.ft-links-other {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ft-links-list li,
.ft-links-other li {
  line-height: 1.2em;
  margin-top: 16px;
  padding: 0 15px 0 20px;
}
.ft-links-list li a,
.ft-links-other li a {
  position: relative;
}
.ft-links-list li a::before,
.ft-links-other li a::before {
  position: absolute;
  top: 50%;
  left: -20px;
  content: ">";
  font-size: 2.4rem;
  color: #fff;
  -webkit-transform: translateY(-50%) scaleX(0.5);
          transform: translateY(-50%) scaleX(0.5);
}
.ft-links-list.space {
  margin-bottom: 23px;
}
.ft-links-other li {
  border-bottom: dotted 1px #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  word-break: keep-all;
}
.ft-links-other li:first-child {
  margin: 0;
}
.ft-links .smaller {
  font-size: 1.1rem;
}
.ft-links .icon-blank_b::after,
.ft-links .icon-blank_w::after {
  right: -1em;
}
.ft-box {
  width: 25%;
  float: left;
}
/* .pageTop
 * ---------------------------------- */
[id="footer"] .pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
[id="footer"] .pageTop .container {
  margin: 0;
  padding: 0;
}
[id="footer"] .pageTop a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.4;
  color: #fff;
  display: block;
  width: 60px;
  height: 60px;
}
[id="footer"] .pageTop a:hover {
  opacity: 0.8;
}
[id="footer"] .pageTop a:before {
  content: "";
  display: block;
  background: url("../images/common/pagetop_sp.png") no-repeat center center;
  background-size: 60px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
/* ++++++++++++++++++++++++++++++++++++++++
 * layout
 * ++++++++++++++++++++++++++++++++++++++++ */
/* TOP */
[id="top"] {
  margin-top: 0px;
}
[id="top"] [id="footer"] {
  margin-top: 0px;
}
[id="top"] [id="opt1"] .topicsDigest {
  margin-top: 40px;
}
[id="opt"] {
  margin: 40px 0;
}
[id="footer"] {
  margin-top: 80px;
}
[id="main"] .contents-pad {
  padding: 0 200px;
}
.mailform-table {
  margin-top: 1em;
}
.bg-gray {
  padding: 80px 0;
  background: #aaa;
}
.bg-orange-light {
  padding: 80px 0;
  background: #fef6f3;
}
.news-area {
  margin-top: 60px;
}
[data-class="lo-inline-block"] {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
/* ++++++++++++++++++++++++++++++++++++++++
 * module
 * ++++++++++++++++++++++++++++++++++++++++ */
[id="contents"] .image-title-h1 {
  position: relative;
  padding: 0;
  font-weight: normal;
}
[id="contents"] .image-title-h1:before {
  border-width: 130px 210px 0 0;
  border-color: #da5f0f transparent transparent transparent;
}
[id="contents"] .image-title-h1:after {
  border-width: 0 0 130px 210px;
  border-color: transparent transparent #da5f0f transparent;
}
[id="contents"] .image-title-h1 .txt {
  display: block;
  position: absolute;
  width: 100%;
  line-height: 50px;
  bottom: 0;
}
[id="contents"] .image-title-h1 .cate {
  position: absolute;
  left: 15px;
  top: 15px;
}
[id="contents"] .image-title-h1 .img {
  display: block;
}
[id="contents"] .image-title-h1 .img::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background: rgba(100,0,0,0.7);
  mix-blend-mode: multiply;
}
/* TOP
----------------------------------------- */
[id="top"] .bxslider.box {
  margin: 0;
}
[id="top"] .bx-wrapper .bx-pager,
[id="top"] .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
[id="top"] .bx-controls {
  margin-bottom: 0;
}
[id="top"] .bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85rem;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  padding-top: 10px;
  z-index: 99;
}
[id="top"] .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 80px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border: solid 1px #fff;
  border-radius: inherit !important;
}
[id="top"] .bx-wrapper .bx-pager.bx-default-pager a:hover,
[id="top"] .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #da5f0f;
}
[id="top"] .mobileSlider .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 2px;
}
.top-welcome {
  display: block;
  padding: 60px 0;
}
.top-welcome ul {
  list-style: none;
  padding: 0;
}
.top-welcome ul li a {
  position: relative;
  display: block;
  height: 170px;
  background: #f9c54d;
  border: solid 1px #da5f0f;
  text-align: center;
  border-radius: 15px;
}
.top-welcome ul li a:hover {
  opacity: 0.7;
}
.top-welcome ul li a .pos {
  width: 100%;
  position: absolute;
  padding-top: 20px;
  left: 50%;
  top: 54%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-welcome ul li a .pos p {
  color: #561800;
  margin-top: 10px;
}
.yuge-letter {
  display: block;
  padding: 15px;
  border: solid 1px #d3d3d4;
}
.yuge-letter .title {
  border-bottom: solid 2px #da5f0f;
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-top: 0;
}
.yuge-letter .title span {
  display: block;
  color: #333;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.yuge-letter .img img {
  width: 100%;
  height: auto;
}
.yuge-letter .img span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
}
.yuge-letter .txt {
  margin-top: 10px;
  font-size: 1.6rem;
}
.yuge-letter .txt ul {
  padding-left: 1em;
}
.yuge-letter .download {
  position: relative;
  text-align: center;
  margin-top: 10px;
  padding: 10px 0 10px 40px;
  border-top: dotted 1px #d3d3d4;
  border-bottom: dotted 1px #d3d3d4;
}
.yuge-letter .download a {
  color: #333;
  font-size: 1.6rem;
  vertical-align: middle;
}
.yuge-letter .download a::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: url("../images/common/PDFicon.png");
  margin-right: 15px;
  vertical-align: middle;
}
.yuge-letter .download a:hover {
  text-decoration: none;
}
.yuge-letter .backnum a {
  display: block;
  text-align: center;
  width: 80%;
  margin: 10px auto 0;
  padding: 6px 0;
  background: #12903b;
  background: -webkit-gradient(linear, left top, left bottom, from(#12903b), color-stop(51%, #11893c), to(#12903b));
  background: linear-gradient(to bottom, #12903b 0%, #11893c 51%, #12903b 100%);
  border-radius: 8px;
  border: solid 1px #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
          box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  color: #fff;
}
.yuge-letter .backnum a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.top-mv-area {
  position: relative;
  height: 700px;
}
.top-mv-area [id="top-mainvisual"] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.top-mv-area [id="top-mainvisual"].m1 {
  background-image: url("../images/top/top_slide01.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.top-mv-area [id="top-mainvisual"].m1 img {
  display: none;
}
.top-mv-area [id="top-mainvisual"] img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.top-mv-area .top-lead-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  padding: 40px;
  display: block;
  background: rgba(255,255,255,0.6);
  text-align: center;
}
.top-mv-area .top-lead-copy .title {
  font-size: 3.6rem;
  font-weight: bold;
}
.top-styles {
  margin-top: 40px;
}
.top-styles .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.top-styles .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.top-styles .txt {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  text-align: center;
  background: url("../images/top/bg_twoline.jpg");
  color: #fff;
}
.top-styles .txt .txt-wrap {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 40px;
}
.top-styles p:first-of-type {
  font-size: 4rem;
}
.top-styles p i {
  display: block;
  line-height: 0.2em;
  margin-bottom: 40px;
  font-size: 1.6rem;
}
.top-kodawari {
  position: relative;
  background: url("../images/top/kodawari_bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  margin-top: 80px;
}
.top-kodawari > div {
  background-color: rgba(255,255,255,0.6);
  height: 100%;
  padding: 60px 0 80px;
}
.top-kodawari h2 {
  text-align: center !important;
  border: none;
  margin: 0 0 40px;
  padding: 0;
  background: none;
  color: #333;
  font-size: 180%;
}
.top-kodawari h2::before {
  display: none;
}
.top-kodawari a {
  color: #fff;
  font-weight: bold;
}
.top-kodawari ul {
  padding: 0;
  margin: 0 -10px;
  list-style: none;
  letter-spacing: -0.83em;
}
.top-kodawari ul li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  width: 20%;
}
.top-kodawari ul li .txt {
  position: relative;
  display: block;
  text-align: center;
  padding: 40px 0;
  background-color: rgba(122,143,46,0.6);
}
.top-kodawari ul li .txt span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-banner ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.top-banner ul li {
  width: 100%;
  margin-top: 10px;
  border: solid 1px #d3d3d4;
}
.top-banner ul li:first-child {
  margin-top: 0;
}
.top-banner ul li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  padding: 1px;
  position: relative;
  display: block;
  font-size: 2rem;
  overflow: hidden;
  color: #fff;
}
.top-banner ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.top-banner ul li a img {
  display: inline-block;
  margin-right: 1em;
}
.top-banner ul li a span {
  display: block;
  font-size: 1.6rem;
}
/* お知らせ */
.topicsDigest .topicsDigestTitle {
  margin: 0 0 20px;
  padding: 4px 10px;
  font-size: 2.2rem;
  color: #333;
  font-weight: bold;
  border-bottom: solid 4px #da5f0f;
  background: none;
}
.topicsDigest .topicsDigestTitle:before {
  display: none;
}
.topicsDigest .topicsDigestBox {
  margin: 0 0 0;
  padding: 0 0 10px;
}
.topicsDigest .topicDigestPhoto {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.topicsDigest .topicDate {
  display: inline-block;
  margin-top: 0;
  margin-right: 1em;
}
.topicsDigest .topicLink,
.topicsDigest .topicNoLink {
  margin: 10px 0;
}
.topicsDigest .topicDate,
.topicsDigest .topicLink,
.topicsDigest .topicNoLink {
  vertical-align: top;
  display: inline-block;
  color: #444;
  font-size: 1.8rem;
  font-weight: normal;
  padding-bottom: 0;
}
.topicsDigest .topicDate a,
.topicsDigest .topicLink a,
.topicsDigest .topicNoLink a {
  color: #444;
}
.topicsDigest .topicDigestImgON .topicDigestText,
.topicsDigest .topicDigestImgOFF .topicDigestText {
  width: 100%;
}
.topicsDigest .ui-btn_border,
.topicsArticle .ui-btn_border {
  margin-top: 40px;
}
/* -------------------------------------
 * .topicsListBox,.eventArticle
 * ---------------------------------- */
.topicDate,
.eventDate {
  vertical-align: middle;
  border: none;
  text-align: right;
  font-size: 120%;
}
.topicDate + h2,
.eventDate + h2 {
  margin: 10px 0 20px !important;
}
/* ++++++++++++++++++++++++++++++++++++++++
 * コンテンツパーツ
 * ++++++++++++++++++++++++++++++++++++++++ */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}
.main-visual-wide,
.main-visual-limit {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  height: 480px;
}
.main-visual-wide {
  overflow: hidden;
}
.main-visual-wide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: inherit;
  min-width: 1980px;
}
#top .main-visual-wide,
#top .main-visual-limit {
  height: 600px;
}
.galley-box {
  display: block;
}
.galley-box img {
  width: 100%;
  height: auto;
}
.galley-box .galley-list {
  padding: 0 20px 0 0;
  list-style: none;
  letter-spacing: -0.83em;
}
.galley-box .galley-list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 33.33%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.galley-box .galley-list li:nth-child(3n) {
  margin-right: -20px;
}
.color-variation {
  display: block;
}
.color-variation ul {
  padding: 0 110px 0 0;
  list-style: none;
  letter-spacing: -0.83em;
}
.color-variation ul li {
  display: inline-block;
  vertical-align: top;
  width: 8.33%;
  letter-spacing: normal;
  margin-right: 10px;
  margin-bottom: 10px;
}
.color-variation ul li:nth-of-type(12n) {
  margin-right: -80px;
}
.color-variation ul li img {
  width: 100%;
  height: auto;
}
.c-plan {
  display: block;
}
.a-to-b {
  display: block;
  position: relative;
  margin: 20px auto;
}
.a-to-b::after {
  position: absolute;
  content: "▶";
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleY(2);
          transform: translate(-50%, -50%) scaleY(2);
  color: #da5f0f;
}
.a-to-b .img {
  position: relative;
}
.a-to-b .img img {
  width: 100%;
  height: auto;
}
.a-to-b .img.before::before,
.a-to-b .img.after::before {
  position: absolute;
  padding: 6px 10px;
  color: #fff;
  width: 120px;
  text-align: center;
  top: 0;
  left: 0;
  border: solid 1px;
}
.a-to-b .img.before::before {
  content: 'before';
  background: #da5f0f;
}
.a-to-b .img.after::before {
  content: 'after';
  background-color: #f63;
}
.a-to-b .txt {
  margin-top: 20px;
}
.galley-2clumn {
  display: table;
  margin: 40px -5px 0;
}
.galley-2clumn-main,
.galley-2clumn-thum {
  display: table-cell;
  vertical-align: top;
  padding: 0 5px;
}
.galley-2clumn-main {
  width: 66.9%;
}
.galley-2clumn-main img {
  width: 100%;
  height: auto;
}
.galley-2clumn-thum {
  width: 33.1%;
}
.galley-2clumn-thum ul {
  list-style: none;
  padding: 0 10px 0 0;
  letter-spacing: -0.8em;
}
.galley-2clumn-thum ul li {
  display: inline-block;
  letter-spacing: normal;
  width: 50%;
  margin-right: 10px;
}
.galley-2clumn-thum ul li:hover {
  cursor: pointer;
}
.galley-2clumn-thum ul li:nth-of-type(2n) {
  margin-right: -10px;
}
.galley-2clumn-thum ul li:nth-of-type(n + 3) {
  margin-top: 10px;
}
.galley-2clumn-thum ul li.active {
  opacity: 0.5;
}
.galley-1box {
  display: block;
  margin-top: 40px;
}
.galley-1box-main {
  display: block;
  width: 100%;
  height: auto;
}
.galley-1box-main img {
  width: 100%;
  height: auto;
}
.galley-1box-thum {
  margin-top: 10px;
}
.galley-1box-thum ul {
  padding: 0 70px 0 0;
  list-style: none;
  letter-spacing: -0.8em;
}
.galley-1box-thum ul li {
  display: inline-block;
  width: 12.5%;
  margin-right: 10px;
}
.galley-1box-thum ul li:hover {
  cursor: pointer;
}
.galley-1box-thum ul li:nth-of-type(8n) {
  margin-right: -80px;
}
.galley-1box-thum ul li:nth-of-type(8n + 9) {
  margin-top: 10px;
}
.galley-1box-thum ul li.active {
  opacity: 0.5;
}
.company-address {
  display: block;
}
.company-address .img {
  width: 200px;
  float: left;
}
.company-address .add {
  width: calc(100% - 220px);
  float: right;
}
.company-address .add th {
  width: 80px;
}
.company-address .add.noimg {
  width: 100%;
}
.company-address .map {
  padding-top: 110px;
}
.company-address .map iframe {
  width: 100%;
  height: 400px;
}
.cnt-image-link,
.cont-recruit-list,
.cont-products {
  width: 100%;
  padding: 0 50px;
  margin-top: 40px;
  text-align: left;
}
.cnt-image-link ul,
.cont-recruit-list ul,
.cont-products ul {
  padding: 0;
  margin: 0;
}
.cnt-image-link li,
.cont-recruit-list li,
.cont-products li {
  margin: 0;
}
.cnt-image-link img,
.cont-recruit-list img,
.cont-products img,
.cnt-image-link span,
.cont-recruit-list span,
.cont-products span {
  display: block;
  position: relative;
  text-align: center;
}
.cnt-image-link img,
.cont-recruit-list img,
.cont-products img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.cnt-image-link .txt,
.cont-recruit-list .txt,
.cont-products .txt {
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  padding: 20px;
  background-color: #aaa;
  border: solid 1px #aaa;
}
.cnt-image-link .txt-title,
.cont-recruit-list .txt-title,
.cont-products .txt-title {
  color: #da5f0f;
  margin: 0;
  font-size: 120%;
}
.cnt-image-link .txt-disc,
.cont-recruit-list .txt-disc,
.cont-products .txt-disc {
  margin-top: 1em;
}
.cnt-image-link a,
.cont-recruit-list a,
.cont-products a {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  color: #333;
}
.cnt-image-link a:hover,
.cont-recruit-list a:hover,
.cont-products a:hover {
  color: #da5f0f;
  text-decoration: none;
}
.cnt-image-link a:hover img,
.cont-recruit-list a:hover img,
.cont-products a:hover img {
  opacity: 0.7;
}
.cnt-image-link a:hover .txt,
.cont-recruit-list a:hover .txt,
.cont-products a:hover .txt {
  background-color: #eaeaea;
}
.cont-recruit-list span {
  padding: 10px;
}
.cont-recruit-list span::after {
  display: none;
}
.cont-line {
  display: block;
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  padding-bottom: 20px;
}
.voice-detail-mv {
  display: table;
  padding: 0;
  margin: 20px auto 40px;
}
.voice-detail-mv .main {
  display: table-cell;
  width: 664px;
  vertical-align: top;
}
.voice-detail-mv .sub {
  display: table-cell;
  width: 476px;
  vertical-align: top;
  background-color: #da5f0f;
}
.voice-detail-mv .txt {
  vertical-align: middle;
  text-align: center;
  background-color: #da5f0f;
  color: #fff;
  padding: 20px 10px;
  line-height: 1.4em;
}
.voice-detail-mv .txt p {
  margin: 0;
}
.voice-detail-mv img {
  width: 100%;
  height: auto;
}
.voice-box {
  margin-top: 40px;
}
.voice-box .v-right {
  display: block;
  width: 720px;
  float: right;
}
.voice-box .v-left {
  display: block;
  width: 360px;
  float: left;
}
.voice-box .v-copy {
  font-size: 240%;
  font-weight: bold;
}
.voice-box .v-detail {
  margin-top: 20px;
}
.img-link-4box {
  display: block;
  letter-spacing: -0.83em;
}
.img-link-4box .lo-solid {
  padding-right: 60px;
}
.img-link-4box .inbox {
  -webkit-transition: opacty 0.5s;
  transition: opacty 0.5s;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 25%;
  margin-right: 20px;
  margin-top: 40px;
}
.img-link-4box .inbox:nth-of-type(4n) {
  margin-right: -60px;
}
.img-link-4box .inbox p {
  text-align: center;
  margin: 0;
}
.img-link-4box .inbox p:first-of-type {
  margin-top: 1em;
}
.img-link-4box .inbox a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.contact-dial .dial-num {
  font-size: 6.2rem;
  font-weight: bold;
  color: #da5f0f;
  line-height: 1em;
  margin-bottom: 0;
}
.history-back,
.cont-img-center {
  margin-top: 40px;
  text-align: center;
}
div[data-class="c-stf"] {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 50%;
  margin-right: -0.4em;
  margin-top: 40px;
  padding: 0 20px;
}
div[data-class="c-stf"] .title,
div[data-class="c-stf"] .subtitle {
  text-align: left;
}
div[data-class="c-stf"] .title {
  font-size: 2.6rem;
  margin-top: 10px;
  border-bottom: solid 1px #da5f0f;
  padding-bottom: 10px;
}
div[data-class="c-stf"] .subtitle {
  font-size: 1.8rem;
  padding: 6px 8px;
  background-color: #f9c54d;
}
div[data-class="c-stf"] .txt {
  padding: 0 8px;
}
[data-class="rec-list"] {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 33.33%;
  margin-right: -0.4em;
  margin-top: 40px;
  padding: 0 20px;
}
[data-class="rec-list"] .rec-list-box {
  border: solid 1px #da5f0f;
}
[data-class="rec-list"] .title {
  text-align: left;
}
[data-class="rec-list"] .title {
  font-size: 2.4rem;
  margin: 0;
  color: #fff;
  background-color: #da5f0f;
  padding: 10px;
}
[data-class="rec-list"] .detail {
  padding: 15px;
}
/* +++++++++++++++++ フォーム関連 ++++++++++++++++++++ */
.mailFormBox {
  margin-top: 40px;
}
.mailFormBox .err_msg {
  color: #f00;
  background: #ffdfdf;
  padding: 0 10px;
}
[id="main"] .contents-pad .heading-C .title {
  font-size: 140%;
  margin-top: 80px;
  margin-bottom: 2px;
}
[id="main"] .contents-pad .gray-link-box,
[id="main"] .contents-pad .gray-box {
  padding: 20px;
  background-color: #aaa;
}
[id="main"] .contents-pad .gray-link-box ul {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}
[id="main"] .contents-pad .gray-link-box ul li {
  margin: 0;
}
[id="main"] .contents-pad .gray-link-box ul li ~ li {
  margin-top: 0.2em;
}
[id="main"] .contents-pad .gray-link-box ul a {
  color: #333;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
[id="main"] .contents-pad .gray-link-box ul a[target="_blank"]::after {
  position: absolute;
  right: -1.2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  content: url("../assets/images/icon-blank_b.svg");
}
[id="main"] .contents-pad .gray-link-box ul a[target="_blank"]:hover {
  text-decoration: none;
  color: #da5f0f;
}
[id="main"] .contents-pad .gray-table {
  padding-right: 2px;
}
[id="main"] .contents-pad .gray-table .t-title {
  color: #333;
  font-size: 120%;
  margin: 0;
}
[id="main"] .contents-pad .gray-table .t-body {
  margin-top: 1em;
}
[id="main"] .contents-pad .gray-table .t-cell {
  padding: 20px;
  background-color: #aaa;
  margin-right: 2px;
}
[id="main"] .contents-pad .careflow-table {
  border: solid 1px #d3d3d4;
  padding: 20px;
  margin-top: 20px;
}
[id="main"] .contents-pad .careflow-table table {
  width: 100%;
  margin: 0;
}
[id="main"] .contents-pad .careflow-table table tr {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding: 0;
  letter-spacing: -0.83em;
  background: #aaa;
}
[id="main"] .contents-pad .careflow-table table tr th,
[id="main"] .contents-pad .careflow-table table tr td {
  display: inline-block;
  letter-spacing: normal;
  background: #aaa;
  color: #444;
  font-size: 110%;
  border: none !important;
  line-height: 1.4em;
}
[id="main"] .contents-pad .careflow-table table tr th {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  letter-spacing: 5px;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  background-color: #da5f0f;
  color: #fff;
}
[id="main"] .contents-pad .careflow-table table tr th span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: 30px;
  display: block;
}
[id="main"] .contents-pad .careflow-table table tr td {
  width: 100%;
  padding-left: 24%;
}
[id="main"] .contents-pad .careflow-table table tr::after {
  position: absolute;
  content: '';
  bottom: -20px;
  right: 39.2%;
  height: 0px;
  width: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #da5f0f transparent transparent transparent;
}
[id="main"] .contents-pad .careflow-table table tr:last-child {
  margin-bottom: 0;
}
[id="main"] .contents-pad .careflow-table table tr:last-child::after {
  display: none;
}
[id="main"] .contents-pad .horizon-table {
  padding: 20px 10px 10px 10px;
}
[id="main"] .contents-pad .horizon-table table tr,
[id="main"] .contents-pad .horizon-table table th,
[id="main"] .contents-pad .horizon-table table td {
  text-align: left;
  display: block;
  width: 100%;
}
[id="main"] .contents-pad .horizon-table table th {
  font-weight: bold;
  color: #da5f0f;
  background-color: #aaa;
}
[id="main"] .contents-pad .horizon-table table td {
  background: none;
  padding-left: 1.6em;
}
[id="main"] a[target="_blank"] {
  position: relative;
}
[id="main"] a[target="_blank"]::after {
  position: absolute;
  right: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  height: 1em;
  width: 1em;
  content: url("../assets/images/icon-blank_b.svg");
}
[id="main"] .cont-img-center a::after {
  display: none;
}
.blank-linklist {
  display: block;
  margin-top: 20px;
}
.blank-linklist ul {
  padding: 0;
  list-style: none;
  font-size: 120%;
}
.blank-linklist ul li {
  border-bottom: dotted 1px #d3d3d4;
  margin-bottom: 10px;
}
.blank-linklist ul li::before {
  content: "●";
  color: #da5f0f;
  margin: auto 0.2em;
}
.blank-linklist ul a {
  display: inline-block;
  position: relative;
}
.blank-linklist ul a::after {
  position: absolute;
  right: -1.2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  content: url("../assets/images/icon-blank_b.svg");
}
.icon-blank_b,
.icon-blank_w {
  position: relative;
}
.icon-blank_b::after,
.icon-blank_w::after {
  position: absolute;
  right: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  height: 1em;
  width: 1em;
}
.icon-blank_w::after {
  content: url("../assets/images/icon-blank_w.svg");
}
.icon-blank_b::after {
  content: url("../assets/images/icon-blank_b.svg");
}
.ui-btn,
.ui-btn_border {
  display: block;
  margin: 0 -5px;
  overflow: hidden;
}
.ui-btn.in-center,
.ui-btn_border.in-center {
  text-align: center;
}
.ui-btn.in-right,
.ui-btn_border.in-right {
  text-align: right;
}
.ui-btn.in-left,
.ui-btn_border.in-left {
  text-align: left;
}
.ui-btn a,
.ui-btn_border a {
  position: relative;
  display: inline-block;
  padding: 15px 30px 15px 30px;
  border: solid 1px;
  border-radius: 4px;
  margin: 0 5px 10px;
}
.ui-btn a:hover,
.ui-btn_border a:hover {
  text-decoration: none;
}
.ui-btn_border a {
  -webkit-transition: background-color 0.5s, color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, color 0.5s, border-color 0.5s;
  background-color: #fff;
  border-color: #da5f0f;
  color: #da5f0f;
}
.ui-btn_border a:hover {
  background-color: #da5f0f;
  border-color: transparent;
  color: #fff;
}
.ui-btn_border a.arrow::after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: ">";
  font-size: 160%;
  -webkit-transform: translateY(-50%) scaleX(0.5);
          transform: translateY(-50%) scaleX(0.5);
}
/* お問い合わせ  */
.mailFormBox {
  padding: 0 100px;
}
.mailFormBox table tr,
.mailFormBox table th,
.mailFormBox table td {
  text-align: left;
  display: block;
  width: 100%;
}
.mailFormBox table th {
  color: #da5f0f;
  background: none;
  padding-bottom: 0;
}
.mailFormBox table td {
  background: none;
  padding-top: 0;
}
.mailFormBox table input {
  width: auto;
}
.border-box {
  margin-top: 40px;
  padding: 20px;
  border: solid 1px #d3d3d4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
.border-box .contents-pad {
  padding: 0;
}
.border-box .contents-pad .horizon-table {
  padding: 0;
}
.txt-theme {
  color: #da5f0f;
}
.txt-coral {
  color: #f63;
}
.noblank-icon::after {
  display: none !important;
}
div[data-class="ff"] {
  width: 33.33%;
  border: solid 1px;
  float: left;
}
div[data-class="ff"]:nth-last-of-type(1)::after {
  content: "";
  display: block;
  clear: both;
  border: solid 1px #333;
}
div[data-class="ff"]:nth-of-type(3n)::after {
  content: "";
  display: block;
  clear: both;
}
.download-pdf ul li {
  display: inline-block;
  margin: 10px;
}
.download-pdf ul a {
  display: block;
  border: solid 1px #bbb;
  background: url("../images/common/PDFicon.png") no-repeat left 10px center;
  padding: 20px 20px 20px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  line-height: 1.4;
}
.download-pdf ul a:hover {
  background-color: #eee;
}
.attention-list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.attention-list li {
  margin-top: 4px;
}
.attention-list li::before {
  content: "※";
  text-indent: -1em;
  padding-left: 1em;
}
.imgbox-right,
.imgbox-left {
  display: block;
  margin-top: 60px;
}
.imgbox-right .txt,
.imgbox-left .txt {
  overflow: hidden;
}
.imgbox-right .img,
.imgbox-left .img {
  width: 40%;
}
.imgbox-right .img img,
.imgbox-left .img img {
  width: 100%;
  height: auto;
}
.imgbox-right .img .cap,
.imgbox-left .img .cap {
  margin-top: 0.5em;
  text-align: center;
  font-size: 90%;
}
.imgbox-right::after,
.imgbox-left::after {
  display: block;
  content: "";
  clear: both;
}
.imgbox-right .img {
  float: right;
  padding-left: 40px;
}
.imgbox-left .img {
  float: left;
  padding-right: 40px;
}
.halfbox {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-right: -0.5%;
  margin-top: 40px;
  padding: 0 20px;
}
.halfbox .imgbox-right,
.halfbox .imgbox-left {
  margin-top: 0;
}
.halfbox.impression .img {
  width: 140px;
}
.halfbox.impression .cap {
  font-size: 1.8rem;
}
.copy-text {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin: 40px auto;
}
/* リスト系
 * ---------------------------------- */
.border-list {
  border: solid 1px #d3d3d4;
  padding: 20px;
}
.border-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* テーブル
 * ---------------------------------- */
.charge-table table {
  width: 100%;
}
.charge-table table th,
.charge-table table td {
  vertical-align: middle;
  border: solid 1px #d3d3d4 !important;
  text-align: center;
}
.charge-table table th {
  color: #fff;
  text-align: center;
  width: 10%;
}
.charge-table table th.am,
.charge-table table th.pm {
  background-color: #f9c54d;
  color: #333;
}
.charge-table .monday th,
.charge-table .tuesday th,
.charge-table .wednesday th,
.charge-table .thursday th,
.charge-table .friday th,
.charge-table .saturday th {
  color: #fff;
}
.center-table {
  margin-top: 40px;
}
.center-table table th,
.center-table table td {
  padding-right: 20px;
  padding-left: 20px;
}
.center-table table th {
  width: 35%;
  text-align: right;
  background: transparent;
  color: #da5f0f;
}
.center-table table td {
  width: 65%;
  text-align: left;
  background: transparent;
}
.doc-table {
  margin: 0;
  margin-top: 10px;
}
.doc-table table th,
.doc-table table td {
  padding: 5px 15px;
  font-size: 85%;
}
.doc-table table th {
  width: 15%;
  background: #aaa;
  color: #333;
  text-align: center;
}
.doc-table table td {
  text-align: left;
}
.backnum-table {
  margin-top: 40px;
}
.backnum-table table {
  width: 100%;
  border-collapse: collapse;
}
.backnum-table table th {
  color: #333;
  text-align: center;
  width: 5em;
}
.backnum-table table th,
.backnum-table table td {
  background: none;
  border: none !important;
  border-bottom: dotted 1px #595959 !important;
}
.calender-table {
  width: 100%;
}
.calender-table th {
  background: #f0ecde !important;
  color: #333 !important;
}
.calender-table th,
.calender-table td {
  border: solid 1px #aaa !important;
  text-align: center;
}
.calender-table th.saturday,
.calender-table td.saturday {
  background: #c7e8fa !important;
}
.calender-table th.sunday,
.calender-table td.sunday {
  background: #f9d1d0 !important;
}
.calender-table th.disable,
.calender-table td.disable {
  background: #eeefef !important;
}
.googlecalendar iframe {
  width: 100%;
  height: 600px;
}
.skeleton-table table {
  margin-top: 10px;
}
.skeleton-table table th,
.skeleton-table table td {
  background: none;
  border: none;
  color: #333;
  padding: 4px 10px;
}
.skeleton-table.th-small table th {
  width: 25%;
}
.media-table {
  margin-top: 20px;
}
.media-table table th {
  font-weight: bold !important;
}
.media-table table th,
.media-table table td {
  position: relative;
  padding: 4px 4px 18px 4px;
  background: none;
  color: #333;
  border: none;
}
.media-table table th::after,
.media-table table td::after {
  position: absolute;
  content: "";
  bottom: 6px;
  left: 0;
  width: 100%;
  border-bottom: solid 1px #d3d3d4;
}
.media-table table tr td:nth-of-type(1) {
  width: 15%;
}
.media-table table tr td:nth-of-type(2) {
  width: 15%;
}
.media-table table tr td:nth-of-type(4) {
  width: 12%;
}
