@charset "UTF-8";
/* ------------------------------------------------------------
style reset
------------------------------------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* ------------------------------------------------------------
初期設定
------------------------------------------------------------ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

/* ------------------------------------------------------------
iframe
------------------------------------------------------------ */
.google-map iframe {
  vertical-align: bottom;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ------------------------------------------------------------
印刷設定
------------------------------------------------------------ */
@media print {
  body {
    zoom: 100%;
    overflow-y: visible;
    overflow-x: visible;
  }
  a {
    text-decoration: none !important;
  }
  .header-wrap {
    position: static !important;
  }
  .nav-box {
    display: none !important;
  }
  .swiper_full,
  .cont-title-1 {
    margin-top: 0 !important;
  }
  .footer-wrap ul {
    display: none !important;
  }
  #pagetop {
    display: none !important;
  }
}

.pbb {
  page-break-before: always;
}

/* ------------------------------------------------------------
表示有無設定（ブラウザサイズ）
------------------------------------------------------------ */
@media print, screen and (min-width: 992px) {
  .min992 {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .max991 {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .min768 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .max767 {
    display: none;
  }
}

/* ------------------------------------------------------------
html・body
------------------------------------------------------------ */
html,
body {
  height: 100%;
}

body {
  font-size: 15px;
  color: #333333;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }
}

body {
  font-family: "Helvetica Neue",
 Arial,
 "Hiragino Kaku Gothic ProN",
 "Hiragino Sans",
 メイリオ,
 Meiryo,
 sans-serif;
}

body .ffm {
  font-family: メイリオ,
 Meiryo,
 Georgia,
 游明朝,
 "Yu Mincho",
 YuMincho,
 "Hiragino Mincho ProN",
 HGS明朝E,
 serif;
}

body .zenmaru {
  font-family: 'Zen Maru Gothic',
 sans-serif;
}

/* ------------------------------------------------------------
レイアウト・タグ設定
------------------------------------------------------------ */
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

p {
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

.fti {
  text-indent: 1em;
}

.att {
  padding-left: 1em;
  text-indent: -1em;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.disc li {
  list-style-type: disc;
  margin-left: 1.5em;
  padding-left: 2px;
}

.decimal li {
  list-style-type: decimal;
  margin-left: 1.5em;
  padding-left: 2px;
}

/* ------------------------------------------------------------
リンク設定
------------------------------------------------------------ */
a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

a:hover img {
  opacity: 0.6;
}

.link-btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
  padding: 10px 50px;
  background: #ffffff;
  border: 1px solid #000000;
}

.link-btn a:hover {
  color: #ffffff;
  background: #000000;
}

.link-btn a i {
  margin-right: .3em;
}

/* ------------------------------------------------------------
form
------------------------------------------------------------ */
form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

form label input {
  margin-right: 2px;
}

form input[type="text"],
form textarea {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc;
}

form textarea {
  min-height: 100px;
}

form button[type="submit"],
form button[type="button"] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
  padding: 10px 50px;
  background: #ffffff;
  border: 1px solid #000000;
}

form button[type="submit"]:hover,
form button[type="button"]:hover {
  color: #ffffff;
  background: #000000;
}

form button[type="button"].return {
  color: #333333;
  background: #f5f5f5;
  border: 2px solid #f5f5f5;
}

form button[type="button"].return:hover {
  color: #ffffff;
  background: #666666;
  border: 2px solid #666666;
}

form ::-webkit-input-placeholder {
  color: #cccccc;
}

form ::-moz-placeholder {
  color: #cccccc;
}

form :-ms-input-placeholder {
  color: #cccccc;
}

/* ------------------------------------------------------------
表 - table
------------------------------------------------------------ */
.table-ul-box {
  width: 100%;
}

.table-ul-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.table-ul-box ul li {
  margin: 0 1em .5em 0;
}

.table-row {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.table-row tr th,
.table-row tr td {
  display: block;
  font-weight: 400;
  width: 100%;
  padding: 10px 15px;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

.table-row tr th {
  background: #f5f5f5;
}

.table-row tr td {
  background: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .table-row {
    border-bottom: none;
  }
  .table-row tr th,
  .table-row tr td {
    display: table-cell;
    vertical-align: top;
    padding: 20px;
    border: 1px solid #eeeeee;
  }
  .table-row tr th {
    width: 25%;
  }
  .table-row tr td {
    width: 75%;
  }
}

.table-scroll {
  overflow: auto;
  white-space: nowrap;
}

.table-scroll table {
  width: 100%;
}

.table-scroll::after {
  content: "※このテーブルは横にスクロールできます。";
}

/* ------------------------------------------------------------
ページトップへ戻る
------------------------------------------------------------ */
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
}

#pagetop img:hover {
  -webkit-animation: rotates 0.7s linear infinite;
          animation: rotates 0.7s linear infinite;
}

@-webkit-keyframes rotates {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes rotates {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* ------------------------------------------------------------
bootstrap
------------------------------------------------------------ */
/* bootstrap container base + 30px */
.container {
  width: 100%;
}

@media print, screen and (min-width: 1230px) {
  .container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

/* ie scroll bar位置調整 */
@-ms-viewport {
  width: auto;
}

/* ------------------------------------------------------------
ローディング
------------------------------------------------------------ */
.loading {
  border: 4px solid #49a1d9;
  border-top: 4px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: auto;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*========= 画面遷移のためのCSS ===============*/
body {
  background: #333;
  /*遷移アニメーションと同じ色を指定*/
}

body.appear {
  background: #fff;
  /*画面を開いた後の背景色を指定*/
}

/*画面遷移アニメーション*/
.splashbg1,
.splashbg2 {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg1,
body.appear .splashbg2 {
  display: block;
}

/*右に消えるエリア*/
body.appear .splashbg1 {
  -webkit-animation-name: PageAnime;
          animation-name: PageAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background-color: #333;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes PageAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes PageAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

/*左に消えるエリア*/
body.appear .splashbg2 {
  -webkit-animation-name: PageAnime2;
          animation-name: PageAnime2;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background-color: #333;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes PageAnime2 {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes PageAnime2 {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

/*画面遷移の後現れるコンテンツ設定*/
#container {
  opacity: 0;
  /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  display: contents;
}

@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media print {
  .splash,
  .splashbg1,
  .splashbg2 {
    display: none !important;
  }
  #container {
    display: block !important;
    opacity: 1 !important;
  }
}

/* ------------------------------------------------------------
header
------------------------------------------------------------ */
header .header-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

header .header-wrap .logo {
  margin-right: 60px;
}

header .header-wrap .sns-box {
  display: none;
}

@media print, screen and (min-width: 992px) {
  header .header-wrap {
    height: 120px;
  }
  header .header-wrap .nav-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  header .header-wrap .sns-box {
    display: block;
  }
  header .header-wrap .sns-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header-wrap .sns-box ul li:last-child {
    margin-left: 10px;
  }
}

/* ------------------------------------------------------------
footer
------------------------------------------------------------ */
footer .footer-wrap {
  padding: 60px 0;
  background: #ffffff;
  border-top: 10px solid #000000;
}

footer .footer-wrap .logo {
  margin-bottom: 2em;
  padding: 0 30px;
}

footer .footer-wrap .address {
  text-align: center;
}

@media print, screen and (min-width: 992px) {
  footer .footer-wrap {
    padding: 90px 0;
  }
  footer .footer-wrap .logo {
    padding: 0;
  }
  footer .footer-wrap .address {
    text-align: left;
  }
}

footer .footer-wrap .footer-flex-box {
  margin: 1em 0;
}

footer .footer-wrap .footer-flex-box .tel-block,
footer .footer-wrap .footer-flex-box .fax-block {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
  margin: 0 10px;
}

footer .footer-wrap .footer-flex-box .tel-block .name,
footer .footer-wrap .footer-flex-box .fax-block .name {
  font-size: 14px;
  font-weight: normal;
  padding-right: .3em;
}

footer .footer-wrap .link-btn {
  text-align: center;
  margin: 15px 0 20px;
}

footer .footer-wrap .sns-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-wrap .sns-box ul li {
  margin: 0 .5em;
}

@media screen and (min-width: 992px) {
  footer .footer-wrap .footer-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}

footer .copyright-wrap {
  font-size: 14px;
  color: #ffffff;
  padding: 1em 0;
  background: #000000;
}

footer .copyright-wrap .copyright-flex-box .box ul {
  display: none;
}

footer .copyright-wrap .copyright-flex-box .box .copyright {
  text-align: center;
}

footer .copyright-wrap .copyright-flex-box .box .copyright i {
  margin-right: 8px;
}

@media screen and (min-width: 992px) {
  footer .copyright-wrap .copyright-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .copyright-wrap .copyright-flex-box .box {
    display: inline-block;
  }
  footer .copyright-wrap .copyright-flex-box .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .copyright-wrap .copyright-flex-box .box ul li {
    border-right: 1px solid #ffffff;
  }
  footer .copyright-wrap .copyright-flex-box .box ul li:last-child {
    border-right: none;
  }
  footer .copyright-wrap .copyright-flex-box .box ul li a {
    color: #ffffff;
    line-height: 1;
    padding: 0 15px;
  }
  footer .copyright-wrap .copyright-flex-box .box ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  footer .copyright-wrap .copyright-flex-box .box .copyright {
    text-align: right;
  }
}

/* ------------------------------------------------------------
トップページ
------------------------------------------------------------ */
.main-img-wrap {
  width: 100%;
  height: 70vh;
  background: url(../images/index/main-img-wrap.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 992px) {
  .main-img-wrap {
    height: 100vh;
  }
}

.main-img-txt {
  position: absolute;
  top: 40%;
  padding: 0 20% 0 5%;
  z-index: 10;
}

@media screen and (min-width: 992px) {
  .main-img-txt {
    top: 70%;
  }
}

.index-business-wrap {
  padding: 60px 0;
  background: url(../images/index/business-bg.jpg) no-repeat center center/cover;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
}

.index-business-wrap .business-white-box {
  padding: 40px 0;
  background: url(../images/index/business-white-box.png) no-repeat center left/cover;
}

.index-business-wrap .business-white-box .title {
  font-size: 40px;
  font-weight: 700;
  color: #49a1d9;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

.index-business-wrap .business-white-box p {
  padding: 0 15px 0 0;
}

.index-business-wrap .business-white-box .link-btn {
  text-align: center;
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .index-business-wrap {
    padding: 90px 0;
  }
  .index-business-wrap .business-white-box {
    padding: 90px 0;
    background: url(../images/index/business-white-box.png) no-repeat center center/cover;
  }
  .index-business-wrap .business-white-box .title {
    font-size: 60px;
    text-align: left;
    margin-bottom: 30px;
  }
  .index-business-wrap .business-white-box p {
    padding: 0 15px 0 0;
  }
  .index-business-wrap .business-white-box .link-btn {
    text-align: left;
  }
}

.index-company-contact-wrap {
  padding: 60px 0 20px;
  background: #edeef0;
}

.index-company-contact-wrap .img-left,
.index-company-contact-wrap .img-right {
  text-align: center;
}

.index-company-contact-wrap .white-left-txt-box,
.index-company-contact-wrap .white-right-txt-box {
  position: relative;
  margin-top: -120px;
  margin-bottom: 40px;
  padding: 40px 5% 100px;
  background: rgba(255, 255, 255, 0.9);
}

.index-company-contact-wrap .white-left-txt-box .title,
.index-company-contact-wrap .white-right-txt-box .title {
  font-size: 40px;
  font-weight: 700;
  color: #49a1d9;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

.index-company-contact-wrap .white-left-txt-box .link-btn,
.index-company-contact-wrap .white-right-txt-box .link-btn {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  text-align: center;
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .index-company-contact-wrap {
    padding: 90px 0;
  }
  .index-company-contact-wrap .img-left {
    text-align: right;
  }
  .index-company-contact-wrap .img-right {
    text-align: left;
  }
  .index-company-contact-wrap .white-left-txt-box,
  .index-company-contact-wrap .white-right-txt-box {
    min-height: 400px;
    margin-top: -200px;
    padding: 40px 40px 120px;
  }
  .index-company-contact-wrap .white-left-txt-box .title,
  .index-company-contact-wrap .white-right-txt-box .title {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .index-company-contact-wrap .white-left-txt-box {
    margin-right: 40px;
  }
  .index-company-contact-wrap .white-right-txt-box {
    margin-left: 40px;
  }
}

/* ------------------------------------------------------------
コンテンツ
------------------------------------------------------------ */
.contents-wrap {
  padding: 80px 0 60px;
  background: #ffffff;
}

@media print, screen and (min-width: 992px) {
  .contents-wrap {
    padding: 120px 0 90px;
  }
}

@media print {
  .contents-wrap {
    padding: 0;
  }
}

.cont-box {
  margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .cont-box {
    margin-bottom: 90px;
  }
}

.cont-box:last-child {
  margin-bottom: 0;
}

.cont-sub-title-1 {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 60px;
  padding: 25px 5%;
  background: rgba(0, 0, 0, 0.8);
}

.cont-sub-title-1 .en {
  font-size: 14px;
  color: #cccccc;
  margin-top: 5px;
}

@media print, screen and (min-width: 992px) {
  .cont-sub-title-1 {
    font-size: 26px;
  }
}

.fc-red {
  color: #c3003a;
}

.strong {
  font-weight: 700;
}

/* ------------------------------------------------------------
事業内容
------------------------------------------------------------ */
.business-title {
  text-align: center;
  padding: 60px 5%;
  background: url(../images/business/title-bg.jpg) no-repeat center center/cover;
}

.business-title h2 {
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: .1em;
  text-shadow: 0 0 6px #000000;
}

@media screen and (min-width: 992px) {
  .business-title {
    padding: 120px 5%;
  }
  .business-title h2 {
    font-size: 72px;
  }
}

.business-flex-box-1 {
  margin: 60px 0;
}

.business-flex-box-1 .img {
  width: 100%;
  height: 200px;
  background: url(../images/business/img-1.jpg) no-repeat center center/cover;
}

.business-flex-box-1 .txt-box {
  padding: 20px 5%;
}

.business-flex-box-1 .txt-box .title {
  font-size: 22px;
  font-weight: 700;
  color: #49a1d9;
  margin-bottom: 1em;
  border-bottom: 2px solid #333333;
}

@media print, screen and (min-width: 992px) {
  .business-flex-box-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .business-flex-box-1 .img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
  }
  .business-flex-box-1 .txt-box {
    width: 60%;
    margin: 40px 0 40px -160px;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 2px 2px 4px gray;
            box-shadow: 2px 2px 4px gray;
  }
  .business-flex-box-1 .txt-box .title {
    font-size: 32px;
  }
}

.business-flex-box-2 {
  margin: 60px 0;
}

.business-flex-box-2 .img {
  width: 100%;
  height: 200px;
  background: url(../images/business/img-2.jpg) no-repeat center center/cover;
}

.business-flex-box-2 .txt-box {
  padding: 20px 5%;
}

.business-flex-box-2 .txt-box .title {
  font-size: 22px;
  font-weight: 700;
  color: #49a1d9;
  margin-bottom: 1em;
  border-bottom: 2px solid #333333;
}

@media print, screen and (min-width: 992px) {
  .business-flex-box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .business-flex-box-2 .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
    z-index: 10;
  }
  .business-flex-box-2 .txt-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 60%;
    margin: 40px -160px 40px 0;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 2px 2px 4px gray;
            box-shadow: 2px 2px 4px gray;
    z-index: 20;
  }
  .business-flex-box-2 .txt-box .title {
    font-size: 32px;
  }
}

.business-flex-box-3 {
  margin: 60px 0;
}

.business-flex-box-3 .img {
  width: 100%;
  height: 200px;
  background: url(../images/business/img-3.jpg) no-repeat center center/cover;
}

.business-flex-box-3 .txt-box {
  padding: 20px 5%;
}

.business-flex-box-3 .txt-box .title {
  font-size: 22px;
  font-weight: 700;
  color: #49a1d9;
  margin-bottom: 1em;
  border-bottom: 2px solid #333333;
}

@media print, screen and (min-width: 992px) {
  .business-flex-box-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .business-flex-box-3 .img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
  }
  .business-flex-box-3 .txt-box {
    width: 60%;
    margin: 40px 0 40px -160px;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 2px 2px 4px gray;
            box-shadow: 2px 2px 4px gray;
  }
  .business-flex-box-3 .txt-box .title {
    font-size: 32px;
  }
}

.business-flex-box-4 {
  margin: 60px 0;
}

.business-flex-box-4 .img {
  width: 100%;
  height: 200px;
  background: url(../images/business/img-4.jpg) no-repeat center center/cover;
}

.business-flex-box-4 .txt-box {
  padding: 20px 5%;
}

.business-flex-box-4 .txt-box .title {
  font-size: 22px;
  font-weight: 700;
  color: #49a1d9;
  margin-bottom: 1em;
  border-bottom: 2px solid #333333;
}

@media print, screen and (min-width: 992px) {
  .business-flex-box-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .business-flex-box-4 .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
    z-index: 10;
  }
  .business-flex-box-4 .txt-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 60%;
    margin: 40px -160px 40px 0;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 2px 2px 4px gray;
            box-shadow: 2px 2px 4px gray;
    z-index: 20;
  }
  .business-flex-box-4 .txt-box .title {
    font-size: 32px;
  }
}

.youtube-box {
  color: #ffffff;
  padding: 40px;
  background: #333333;
  border: 2px solid #000000;
}

.youtube-box .link-btn {
  text-align: center;
  margin-top: 20px;
}

.youtube-box .link-btn a {
  color: #ffffff;
  background: #ff0000;
}

.youtube-box .link-btn a:hover {
  color: #ffffff;
  background: #ff0000;
}

@media print, screen and (min-width: 768px) {
  .youtube-box {
    text-align: center;
  }
}

/* ------------------------------------------------------------
会社案内
------------------------------------------------------------ */
.company-title {
  text-align: center;
  padding: 60px 5%;
  background: url(../images/company/title-bg.jpg) no-repeat center center/cover;
}

.company-title h2 {
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: .1em;
  text-shadow: 0 0 6px #000000;
}

@media screen and (min-width: 992px) {
  .company-title {
    padding: 120px 5%;
  }
  .company-title h2 {
    font-size: 72px;
  }
}

/* ------------------------------------------------------------
お問い合わせフォーム
------------------------------------------------------------ */
.contact-title {
  text-align: center;
  padding: 60px 5%;
  background: url(../images/contact/title-bg.jpg) no-repeat center center/cover;
}

.contact-title h2 {
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: .1em;
  text-shadow: 0 0 6px #000000;
}

@media screen and (min-width: 992px) {
  .contact-title {
    padding: 120px 5%;
  }
  .contact-title h2 {
    font-size: 72px;
  }
}

.contact-txt-box {
  margin-bottom: 30px;
  padding: 30px 5%;
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
}

@media print, screen and (min-width: 768px) {
  .contact-txt-box {
    padding: 45px 5%;
  }
}

.contact-tel-box {
  margin-bottom: 60px;
  padding: 60px 15px;
  background: #f5f5f5;
}

.contact-tel-box ul {
  margin-bottom: 30px;
}

.contact-tel-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 0 15px 15px;
}

.contact-tel-box ul li .name {
  font-size: 14px;
  padding: 4px 5px;
}

.contact-tel-box ul li .number {
  font-size: 32px;
  font-weight: 700;
}

.contact-tel-box .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 1;
}

.contact-tel-box .time span {
  font-size: 13px;
  color: #ffffff;
  margin-right: .5em;
  padding: 5px 10px;
  background: #999999;
  border-radius: 3px;
}

@media print, screen and (min-width: 768px) {
  .contact-tel-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-tel-box ul li {
    margin: 0 15px 15px;
  }
}

.contact-table th span {
  float: right;
}

.required,
.any {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  margin: 2px 4px 0;
  padding: 3px 6px 2px;
  border-radius: 3px;
}

.required {
  background: #c3003a;
}

.any {
  background: #afc9ca;
}

.contact-table ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-table ul li {
  margin-right: 15px;
}

/* IE不具合用 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .contact-table ul {
    display: block;
  }
  *::-ms-backdrop,
  .contact-table .radio {
    display: block;
  }
  *::-ms-backdrop,
  .contact-table form label {
    display: block;
  }
}

.checkbox-box {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}

.button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
}

.button-box button[type="submit"],
.button-box button[type="button"] {
  margin: 0 5px;
}

/* ------------------------------------------------------------
個人情報保護方針
------------------------------------------------------------ */
.privacy-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}

@media print, screen and (min-width: 768px) {
  .privacy-title {
    font-size: 18px;
  }
}

.privacy-box {
  overflow: auto;
  font-size: 14px;
  height: 300px;
  padding: 30px 20px;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.privacy-box .title {
  font-weight: bold;
  margin: 30px 0 15px;
  padding: 6px 10px 4px;
  background: #f5f5f5;
}

.privacy-box ul li {
  list-style-type: decimal;
  margin: 0 0 1em 2em;
}

.privacy-box ul li:last-child {
  margin: 0 0 0 2em;
}

@media print, screen and (min-width: 768px) {
  .privacy-box {
    padding: 30px;
  }
}

.privacy-box .name {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  margin-top: 1em;
  line-height: 1.4;
}

.privacy-box .name span {
  font-size: 18px;
  margin-left: .5em;
}
/*# sourceMappingURL=style.css.map */

@media print, screen and (max-width: 768px) {
  .index-business-wrap{
    background: url(../images/index/business-bg-sp.jpg) no-repeat center center/cover;
  }
}
