@charset "UTF-8";
/* -------------------------------
 *  font
 * -------------------------------- */
/* -------------------------------
	default
-------------------------------- */
html {
  font-size: 87.5%;
  /* 14px */
}

@media screen and (max-width: 767px) {
  html {
    /* スマホ用フォントサイズ */
  }
}
body {
  font-family: -apple-system, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 0.05em;
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  body {
    margin-top: 150px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 1em;
}

/* 基本タグ */
p, ol, ul, dl, table {
  margin-bottom: 1em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

ul {
  padding-left: 1em;
}

ol {
  padding-left: 1.5em;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* 見出しサイズ 1rem/16px */
h1, .h1 {
  font-size: 2.07143rem;
}

h2, .h2 {
  font-size: 1.85714rem;
}

h3, .h3 {
  font-size: 1.64286rem;
}

h4, .h4 {
  font-size: 1.42857rem;
}

h5, .h5 {
  font-size: 1.28571rem;
}

h6, .h6 {
  font-size: 1.14286rem;
}

@media print, screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 2.78571rem;
  }

  h2, .h2 {
    font-size: 2.35714rem;
  }

  h3, .h3 {
    font-size: 1.92857rem;
  }

  h4, .h4 {
    font-size: 1.64286rem;
  }

  h5, .h5 {
    font-size: 1.28571rem;
  }

  h6, .h6 {
    font-size: 1.14286rem;
  }
}
@media print, screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 3.5rem;
  }

  h2, .h2 {
    font-size: 2.78571rem;
  }

  h3, .h3 {
    font-size: 2.21429rem;
  }

  h4, .h4 {
    font-size: 1.78571rem;
  }

  h5, .h5 {
    font-size: 1.42857rem;
  }

  h6, .h6 {
    font-size: 1.14286rem;
  }
}
@media print, screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 4.14286rem;
  }

  h2, .h2 {
    font-size: 3.21429rem;
  }

  h3, .h3 {
    font-size: 2.5rem;
  }

  h4, .h4 {
    font-size: 1.92857rem;
  }

  h5, .h5 {
    font-size: 1.5rem;
  }

  h6, .h6 {
    font-size: 1.14286rem;
  }
}
/* -------------------------------
	row
-------------------------------- */
.row-gallery {
  margin-left: -5px;
  margin-right: -5px;
}
.row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

@media print, screen and (min-width: 768px) {
  .row-gallery {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 992px) {
  .row-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-xl {
  width: 100%;
  max-width: 1620px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------
	form
-------------------------------- */
/* -------------------------------
	header
-------------------------------- */
/* 基本サイズ */
#header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
#header .head_txt {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding: 6px 15px 6px 38px;
  display: none;
  background-color: #125fa3;
}
#header .row-head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  padding: 0 10px 0 15px;
}
#header .row-head .logo, #header .row-head .head_content {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#header .row-head .logo h1 {
  font-size: 1rem;
  line-height: normal;
  padding: 0;
  margin: 0;
}
#header .row-head .logo h1 img {
  height: 32px;
  max-width: 292px;
}
#header .row-head .head_content {
  margin-left: auto;
}
#header .row-head .head_content .head_sns {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #header .head_txt {
    display: block;
  }
  #header .row-head {
    height: 120px;
  }
  #header .row-head .logo {
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  #header .row-head .logo h1 img {
    height: auto;
  }
  #header .row-head .head_content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    margin: 0;
  }
  #header .row-head .head_content .head_sns {
    display: block;
  }
  #header .row-head .head_content .menuWrapper {
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  #header .row-head {
    padding: 0 50px 0 64px;
  }
}
@media print {
  #header {
    position: absolute;
  }
}

/**/
.head_sns > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.head_sns > ul > li {
  float: left;
  width: 60px;
  height: 60px;
}
.head_sns > ul > li + li {
  margin-left: 1px;
}
.head_sns > ul > li > a {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border: solid 1px #125fa3;
  background-color: #125fa3;
  -moz-transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.head_sns > ul > li > a:hover {
  box-shadow: inset 0 0 0 1px #fff;
}

/* -------------------------------
	メニュー　共通
-------------------------------- */
.list-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-nav li a {
  text-decoration: none;
}
.list-nav li a:hover {
  text-decoration: none;
}
.list-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* -------------------------------
	サイドメニュー
-------------------------------- */
#sidebar {
  position: fixed;
  top: 60px;
  bottom: 0;
  right: 0;
  width: 280px;
  text-align: left;
  border-top: solid 3px #125fa3;
  background-color: #fff;
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-y: auto;
  z-index: 800;
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar .list-sidenav {
  width: 100%;
  padding: 20px;
}
#sidebar .list-sidenav > li {
  text-align: left;
  border-bottom: solid 1px #ddd;
}
#sidebar .list-sidenav > li > a {
  color: #555;
  font-size: 13px;
  line-height: 1.5;
  display: block;
  padding: 1.2em 2em 1.2em 1em;
  position: relative;
}
#sidebar .list-sidenav > li > a:after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.5em;
}
#sidebar .list-sidenav > li.active > a, #sidebar .list-sidenav > li > a:hover {
  color: #125fa3;
}
@media print, screen and (min-width: 768px) {
  #sidebar {
    top: 150px;
  }
}

/* 
 * 下層メニュー
 */
#sidebar .list-sidenav .child {
  position: relative;
}
#sidebar .list-sidenav .child > a:after {
  display: none;
}
#sidebar .list-sidenav .child > ul {
  display: none;
  background-color: #fff;
}
#sidebar .list-sidenav .child > ul > li {
  position: relative;
}
#sidebar .list-sidenav .child > ul > li > a {
  color: #333;
  font-size: 0.875em;
  padding: 0.65em 2em 0.65em 1.3em;
  display: block;
  background-color: #fff;
  position: relative;
}
#sidebar .list-sidenav .child > ul > li > a:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -.5em;
}
#sidebar .list-sidenav .child > ul > li.active > a, #sidebar .list-sidenav .child > ul > li > a:hover {
  background-color: #ddd;
}

/*
 * 下層メニュー用ボタン
 */
#sidebar .list-sidenav .child .mean-expand {
  position: absolute;
  right: 5px;
  top: 0.25em;
  width: 32px;
  height: 32px;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#sidebar .list-sidenav .child .mean-expand:before, #sidebar .list-sidenav .child .mean-expand:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  background: #fff;
  -moz-transition: -moz-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
#sidebar .list-sidenav .child .mean-expand:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#sidebar .list-sidenav .child.open .mean-expand:before {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
#sidebar .list-sidenav .child.open .mean-expand:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* スマホ時動き */
.side-open #sidebar {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media print, screen and (min-width: 768px) {
  .side-open #sidebar {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
}

.side_sns > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.side_sns > ul > li {
  width: 40px;
  height: 40px;
}
.side_sns > ul > li + li {
  margin-left: 1px;
}
.side_sns > ul > li > a {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: solid 1px #125fa3;
  background-color: #125fa3;
  -moz-transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.side_sns > ul > li > a:hover {
  box-shadow: inset 0 0 0 1px #fff;
}
@media print, screen and (min-width: 768px) {
  .side_sns {
    display: none;
  }
}

/* -------------------------------
	半透明
-------------------------------- */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 700;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}
@media print, screen and (min-width: 768px) {
  .overlay {
    display: none;
  }
}

/* -------------------------------
	三本線
-------------------------------- */
.menuWrapper {
  width: 35px;
  height: 35px;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9999;
}
@media print, screen and (min-width: 768px) {
  .menuWrapper {
    width: 50px;
    height: 50px;
  }
}

#menuButton {
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  background: #125fa3;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #125fa3;
  width: 80%;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -13px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  transform: translate(0, 13px);
  content: "";
  width: 60%;
}
@media print, screen and (min-width: 768px) {
  #menuButton span, #menuButton:before, #menuButton:after {
    height: 5px;
  }
}

/* アニメーション */
.side-open #menuButton span {
  -moz-animation: key-menubutton-on-2 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
  -webkit-animation: key-menubutton-on-2 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
  animation: key-menubutton-on-2 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
}
.side-open #menuButton::before {
  -moz-animation: key-menubutton-on-1 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
  -webkit-animation: key-menubutton-on-1 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
  animation: key-menubutton-on-1 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
}
.side-open #menuButton::after {
  -moz-animation: key-menubutton-on-3 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
  -webkit-animation: key-menubutton-on-3 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
  animation: key-menubutton-on-3 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
}
.side-close #menuButton span {
  -moz-animation: key-menubutton-off-2 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
  -webkit-animation: key-menubutton-off-2 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
  animation: key-menubutton-off-2 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
}
.side-close #menuButton::before {
  -moz-animation: key-menubutton-off-1 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
  -webkit-animation: key-menubutton-off-1 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
  animation: key-menubutton-off-1 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
}
.side-close #menuButton::after {
  -moz-animation: key-menubutton-off-3 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
  -webkit-animation: key-menubutton-off-3 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
  animation: key-menubutton-off-3 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
}

@keyframes key-menubutton-on-1 {
  0% {
    -moz-transform: translate(0, -13px);
    -ms-transform: translate(0, -13px);
    -webkit-transform: translate(0, -13px);
    transform: translate(0, -13px);
  }
  50% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes key-menubutton-on-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes key-menubutton-on-3 {
  0% {
    -moz-transform: translate(0, 13px);
    -ms-transform: translate(0, 13px);
    -webkit-transform: translate(0, 13px);
    transform: translate(0, 13px);
  }
  50% {
    width: 100%;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    width: 100%;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes key-menubutton-off-1 {
  0% {
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  50% {
    -moz-transform: translate(0, -13px);
    -ms-transform: translate(0, -13px);
    -webkit-transform: translate(0, -13px);
    transform: translate(0, -13px);
  }
  100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform: translate(0, -13px);
    -ms-transform: translate(0, -13px);
    -webkit-transform: translate(0, -13px);
    transform: translate(0, -13px);
  }
}
@keyframes key-menubutton-off-2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes key-menubutton-off-3 {
  0% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    width: 60%;
    -moz-transform: translate(0, 13px);
    -ms-transform: translate(0, 13px);
    -webkit-transform: translate(0, 13px);
    transform: translate(0, 13px);
  }
  100% {
    width: 60%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform: translate(0, 13px);
    -ms-transform: translate(0, 13px);
    -webkit-transform: translate(0, 13px);
    transform: translate(0, 13px);
  }
}
/* -------------------------------
	footer
-------------------------------- */
#footer {
  page-break-inside: avoid;
}

.foot_contents {
  padding: 40px 0;
  background-color: #fff;
}
.foot_contents h3 {
  font-size: 1rem;
}
.foot_contents h3 img {
  max-width: 352px;
}
@media print, screen and (min-width: 768px) {
  .foot_contents {
    padding: 75px 0;
  }
}

.foot_tel {
  font-size: 16px;
  line-height: 1.625;
}

.foot_sns > ul {
  letter-spacing: -.4em;
  list-style: none;
  padding: 0;
  margin: 0;
}
.foot_sns > ul > li {
  font-size: 30px;
  line-height: 1;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.foot_sns > ul > li + li {
  margin-left: 20px;
}
.foot_sns > ul > li > a {
  color: #555;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.foot_sns > ul > li > a:hover {
  opacity: 0.65;
}

.foot_nav ul {
  font-size: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.foot_nav ul > li {
  padding-left: 1.5em;
  position: relative;
}
.foot_nav ul > li:before {
  content: "▶";
  position: absolute;
  left: 0;
}
.foot_nav ul > li > a {
  color: #555;
  text-decoration: none;
}
.foot_nav ul > li > a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .foot_nav {
    padding-left: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .foot_nav ul {
    font-size: 14px;
  }
  .foot_nav .right {
    padding-left: 70px;
  }
}
@media print, screen and (min-width: 1200px) {
  .foot_nav .right {
    padding-left: 140px;
  }
}

.copyright {
  color: #fff;
  font-size: 11px;
  line-height: 2;
  text-align: center;
  padding: 13px 15px;
  background-color: #125fa3;
}
@media print, screen and (min-width: 768px) {
  .copyright {
    font-size: 12px;
  }
}

/* -------------------------------
	main
-------------------------------- */
#wrapper {
  overflow: hidden;
}

/* -------------------------------
	main title
-------------------------------- */
.main_ttl {
  height: 380px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #555;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.main_ttl h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  position: relative;
}
.main_ttl h2:before, .main_ttl h2:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 2em;
  background-color: #fff;
  box-shadow: 3px 3px 1px 1px rgba(18, 95, 163, 0.45);
}
.main_ttl h2:before {
  top: -2.3em;
  -moz-transform: translateX(2em) rotate(42deg);
  -ms-transform: translateX(2em) rotate(42deg);
  -webkit-transform: translateX(2em) rotate(42deg);
  transform: translateX(2em) rotate(42deg);
}
.main_ttl h2:after {
  bottom: -2.3em;
  -moz-transform: translateX(-2em) rotate(42deg);
  -ms-transform: translateX(-2em) rotate(42deg);
  -webkit-transform: translateX(-2em) rotate(42deg);
  transform: translateX(-2em) rotate(42deg);
}
.main_ttl h2 > span {
  display: block;
}
.main_ttl h2 > .en_txt {
  line-height: 1.1;
  text-shadow: 2px 3px 10px rgba(18, 95, 163, 0.7);
}
.main_ttl h2 > .txt {
  font-size: 16px;
  margin-top: .8em;
  text-shadow: 2px 3px 5px rgba(18, 95, 163, 0.7);
}
body.advantage .main_ttl {
  background-image: url("../images/common/main_ttl_advantage.jpg");
}
body.temp-works .main_ttl {
  background-image: url("../images/common/main_ttl_temp-works.jpg");
}
body.work .main_ttl {
  background-image: url("../images/common/main_ttl_work.jpg");
}
body.entry .main_ttl {
  background-image: url("../images/common/main_ttl_entry.jpg");
}
body.distribution .main_ttl {
  background-image: url("../images/common/main_ttl_distribution.jpg");
}
body.company .main_ttl {
  background-image: url("../images/common/main_ttl_company.jpg");
}
body.contact .main_ttl {
  background-image: url("../images/common/main_ttl_contact.jpg");
}
@media screen and (max-width: 1199px) {
  .main_ttl {
    height: calc(180px + 200 * (100vw - 320px) / 880);
  }
  .main_ttl h2 {
    font-size: calc(24px + 16 * (100vw - 320px) / 880);
  }
  .main_ttl h2 .txt {
    font-size: calc(12px + 4 * (100vw - 320px) / 880);
  }
}

/* -------------------------------
	main title
-------------------------------- */
.title01 {
  text-align: center;
  margin-bottom: 1.5em;
}
.title01 > span {
  display: block;
}
.title01 .en_txt {
  font-size: 1.285714285em;
  line-height: 1.1;
  text-transform: uppercase;
}
.title01 .txt {
  font-size: 0.457em;
  margin-top: .5em;
}

.title02 {
  letter-spacing: 0.1em;
  border-left: solid 5px #555;
  padding-left: 1rem;
}

.title03 {
  padding-bottom: .5em;
  border-bottom: solid 1px #ccc;
  position: relative;
}
.title03:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 10%;
  height: 1px;
  background-color: #125fa3;
}

/* -------------------------------
	電話番号
-------------------------------- */
.telphone small {
  font-size: 0.8333em;
}
.telphone i {
  font-size: 1.2em;
}
.telphone a {
  text-decoration: underline;
}
.telphone a:hover {
  text-decoration: none;
}

/* -------------------------------
	pagetop
-------------------------------- */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
}
@media (max-width: 767px) {
  #pagetop {
    right: 0;
    bottom: 0;
  }
  #pagetop img {
    width: 40px;
  }
}

/* -------------------------------
	アンカーリンク
-------------------------------- */
.anchor {
  position: relative;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .anchor {
    margin-top: -90px;
    padding-top: 90px;
  }
}

/* -------------------------------
	box
-------------------------------- */
.box-padding-a {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.box-padding-a .mb {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 768px) {
  .box-padding-a {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
  .box-padding-a .mb {
    margin-bottom: 3rem;
  }
}
/* -------------------------------
	画像
-------------------------------- */
/* 画像を枠に収める */
.photo-ofi {
  height: 0;
  display: block;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down; object-position: 50% 50%;';
  object-position: 50% 50%;
  /* 中央寄せ　横/縦 */
  position: absolute;
  left: 0;
  top: 0;
}
.photo-ofi a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* トリミング */
.cover img {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

/**/
img.object-fit-img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down; object-position: 50% 50%;';
  object-position: 50% 50%;
  /* 中央寄せ　横/縦 */
}
img.object-fit-img.cover {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap {
  position: relative;
  padding-top: 66.666%;
  /*これが縦横比*/
  height: 0;
  background-color: #f8f8f8;
  overflow: hidden;
  z-index: 0;
}
.googlemap:before {
  color: #ccc;
  font-size: 43px;
  content: "google map";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .googlemap {
    padding-top: 480px;
  }
}

/* -------------------------------
	youtube
-------------------------------- */
.youtube {
  position: relative;
  padding-bottom: 56.3%;
  background-color: #ccc;
  overflow: hidden;
  z-index: 0;
}
.youtube:before {
  color: #fff;
  font-size: 20px;
  content: "動画";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

/* -------------------------------
	横幅　計算
-------------------------------- */
@media screen and (min-width: 768px) {
  .photo-box-md-left {
    margin-left: calc((-100vw + 690px + 0px) / 2);
  }

  .photo-box-md-right {
    margin-right: calc((-100vw + 690px + 0px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .photo-box-md-left, .photo-box-lg-left {
    margin-left: calc((-100vw + 930px + 0px) / 2);
  }

  .photo-box-md-right, .photo-box-lg-right {
    margin-right: calc((-100vw + 930px + 0px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .photo-box-md-left, .photo-box-lg-left, .photo-box-xl-left {
    margin-left: calc((-100vw + 1110px + 0px) / 2);
  }

  .photo-box-md-right, .photo-box-lg-right, .photo-box-xl-right {
    margin-right: calc((-100vw + 1110px + 0px) / 2);
  }
}
@media print {
  .photo-box-md-left, .photo-box-lg-left, .photo-box-xl-left {
    margin-left: -340px;
  }

  .photo-box-md-right, .photo-box-lg-right, .photo-box-xl-right {
    margin-right: -340px;
  }
}
/* -------------------------------
	画像拡大
-------------------------------- */
a[data-rel^=lightcase]:after {
  content: "\f00e";
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 20;
  color: #222;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  width: 2em;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a[data-rel^=lightcase]:hover:after {
  opacity: 1;
}

/* -------------------------------
	table
-------------------------------- */
.table-design-1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table-design-1 > tbody > tr > th, .table-design-1 > tbody > tr > td {
  padding: 1rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-design-1 > tbody > tr > th {
  background: #f3f3f3;
}
.table-design-1 > tbody > tr > td {
  background-color: #fff;
}

.table-design-2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-top: 1px solid #ccc;
}
.table-design-2 > tbody > tr > th, .table-design-2 > tbody > tr > td {
  padding: 1rem;
}
.table-design-2 > tbody > tr > th {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.table-design-2 > tbody > tr > th:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 1px;
  background-color: #ccc;
  z-index: 1;
}
.table-design-2 > tbody > tr > td {
  padding-left: 2rem;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .table-inline colgroup {
    display: none !important;
  }
  .table-inline tr {
    width: 100%;
    display: inline-block;
  }
  .table-inline tr th, .table-inline tr td {
    width: 100% !important;
    display: block;
  }

  .table-design-2.table-inline > tbody > tr > th {
    padding-left: 1.5em;
  }
  .table-design-2.table-inline > tbody > tr > th:before {
    content: "";
    position: absolute;
    left: 5px;
    right: auto;
    width: 3px;
  }
  .table-design-2.table-inline > tbody > tr > td {
    padding-left: 1.5rem;
  }
}
/* -------------------------------
	list
-------------------------------- */
.list-icon {
  list-style: none;
  padding: 0;
}
.list-icon li {
  line-height: 1.875;
  padding-left: 1.4em;
  position: relative;
}
.list-icon li i {
  line-height: 1.875;
  width: 1em;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
}

.list-inline-slash {
  list-style: none;
  letter-spacing: -.4em;
  padding: 0;
}
.list-inline-slash li {
  letter-spacing: 0.05em;
  display: inline-block;
}
.list-inline-slash li:after {
  content: "／";
}
.list-inline-slash li:last-child:after {
  content: "";
}

.list-inline-1 {
  letter-spacing: -.4em;
  list-style: none;
  padding-left: 0;
  margin-left: -1em;
  margin-right: -1em;
}
.list-inline-1 > li {
  letter-spacing: 0.05em;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}

/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	figure
-------------------------------- */
.figure {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}
.figure img {
  min-width: inherit;
  width: 100%;
  position: relative;
  display: block;
}
.figure figcaption {
  padding: 0;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.figure figcaption::before, .figure figcaption::after {
  pointer-events: none;
}
.figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
}

/* -------------------------------
	btn
-------------------------------- */
.btn-white {
  color: #fff;
  border: solid 2px #fff;
  min-width: 142px;
  padding: 0.4375em 1em;
  border-radius: 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-white:hover {
  color: #fff;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}

.btn-icon-l, .btn-icon-r {
  position: relative;
}
.btn-icon-l i, .btn-icon-r i {
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}

.btn-icon-l {
  padding-left: 2em;
}
.btn-icon-l i {
  left: 1em;
}

.btn-icon-r {
  padding-right: 2em;
}
.btn-icon-r i {
  right: 1em;
}

/* -------------------------------
	common
-------------------------------- */
.htmlarea {
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

.in-bk {
  display: inline-block;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* 画像回り込み */
img.aligncenter, img.alignright, img.alignleft {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 480px) {
  img.alignright {
    max-width: 38%;
    margin-left: 30px;
    display: inline;
  }
  img.alignleft {
    max-width: 38%;
    margin-right: 30px;
    display: inline;
  }

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
  }
}
@media print, screen and (min-width: 1200px) {
  /* 画像回り込み */
  img.alignright {
    max-width: 100%;
  }
  img.alignleft {
    max-width: 100%;
  }
}
/* --▼color-- */
/* --▼font 16px -- */
.fs10 {
  font-size: 0.71429rem !important;
}

.fs11 {
  font-size: 0.78571rem !important;
}

.fs12 {
  font-size: 0.85714rem !important;
}

.fs13 {
  font-size: 0.92857rem !important;
}

.fs14 {
  font-size: 1rem !important;
}

.fs15 {
  font-size: 1.07143rem !important;
}

.fs16 {
  font-size: 1.14286rem !important;
}

.fs17 {
  font-size: 1.21429rem !important;
}

.fs-sm {
  font-size: 0.875em !important;
}

.fs-md {
  font-size: 1.125em !important;
}

.fs-lg {
  font-size: 1.250em !important;
}

.f-feature {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw7 {
  font-weight: 700 !important;
}

/* --▼text-- */
.lh_md {
  line-height: 2 !important;
}

/* --▼padding-- */
/* --▼margin-- */
/*bottom*/
.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.margin-bottom {
  margin-bottom: 4rem !important;
}

@media print, screen and (min-width: 768px) {
  /* --▼margin-- */
  .margin-bottom {
    margin-bottom: 6rem !important;
  }
}
/* 印刷用 */
@page {
  margin: 8mm;
  margin: 10mm 4mm 10mm 4mm;
}
@media print {
  @page {
    size: auto;
  }
  html {
    overflow: visible !important;
    zoom: 0.7 !important;
  }

  body {
    min-width: 1240px !important;
  }

  #pagetop {
    opacity: 0;
    visibility: hidden;
  }

  .page-break {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
}
/* IE11　ハック */
@media print and (-ms-high-contrast: none) {
  html {
    -ms-overflow-style: none;
    /* ie */
  }

  body {
    min-width: 1240px !important;
  }
}

/*# sourceMappingURL=screen.css.map */
