/*
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Lora:400,700');
*/


@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSansCJKjp-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NotoSansCJKjp-Medium.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NotoSansCJKjp-Bold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/NotoSansCJKjp-Black.woff') format('woff');
  font-display: swap;
}


html, body {
  position: relative;
  height: 100%;
}
body {
  font-size: 18px;
  color:#000;
  margin: 0;
  padding: 0;
  height: 100%;
}
body::before {
	background-position: 50% 50%;
  background-repeat: repeat;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.bg00 {
  height: 100%;
}
.bg00::before {
  background-image: url("../img/2020LM-TOP-BG.png");
	background-position: 50% 50%;
  background-repeat: repeat-y;
  background-size:cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
  font-family: Helvetica, 'arial', 'NotoSansCJKjp', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", HiraKakuProN-W3, HiraKakuPro-W3, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.4em;
  letter-spacing: 0.01em;
  font-weight: 400;
}
p {
  font-family: Helvetica, 'arial', 'NotoSansCJKjp', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", HiraKakuProN-W3, HiraKakuPro-W3, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Helvetica, 'arial', sans-serif;
  line-height: 1.4em;
  letter-spacing: 0.01em;
  font-weight: 400;
}
/*//////////////////////////////// プリローダー ////////////////////////////////*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}
.loading img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}

/*//////////////////////////////// NEWスライド ////////////////////////////////*/

/*カルーセルスライダーの大きさ設定*/
.slide-top {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0 auto;  
  top: -168px;
}
/*3枚の画像を切り替えるアニメーションの設定*/
@keyframes slideshow {
  0% {
    top: 100%;
  }
  2% {
    top: 0;
  }
  25% {
    top: 0;
  }
  27% {
    top: -100%;
  }
  100% {
    top: -100%;
  }
}
/*スライドの設定*/
.slide-anm {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  animation: slideshow 40s ease infinite forwards;
}
.slide-anm:nth-child(2) {
  animation-delay: 10s;
}
.slide-anm:nth-child(3) {
  animation-delay: 20s;
}
.slide-anm:nth-child(4) {
  animation-delay: 30s;
}

/*5枚目の画像を使って読み込み時の不具合を修正するアニメーション*/
@keyframes noslide {
  0% {
    opacity: 1;
    top: 0;
  }
  30% {
    opacity: 1;
    top: 0;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
/*読み込み時だけでいいので一回だけ動くようにする*/
.slide-anm:last-child {
  position:absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align:top;
  animation: noslide 10s forwards;
  -webkit-animation: noslide 10s forwards;
}

/*スライド上のグリッド*/
.grid-slide {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;l
  -ms-grid-columns: 1fr 1fr;
  margin-top: 110px;
  align-items: center;
}
.grid-slide > .gbox:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.grid-slide > .gbox:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.textshadow {
  text-shadow: 
  black 2px 0px 2px, black -2px 0px 2px,
  black 0px -2px 2px, black -2px 0px 2px,
  black 2px 2px 2px, black -2px 2px 2px,
  black 2px -2px 2px, black -2px -2px 2px,
  black 1px 2px 2px, black -1px 2px 2px;
}
.slide-img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  z-index: -1;
}
.C-l {
  animation: fade-left 10s ease 1s infinite both;
  -webkit-animation: fade-left 10s ease 1s infinite both;
}
.C-r {
  animation: fade-right 10s ease 1s infinite both;
  -webkit-animation: fade-right 10s ease 1s infinite both;
}
.C-t {
  margin: 250px 50px 20px;
  color: #fff;
  text-align: left;
  animation: fade-in 10s ease 1s infinite both;
  -webkit-animation: fade-in 10s ease 0s infinite both;
}
.C-b {
  margin: 20px 50px 50px;
  animation: fade-in 10s ease 1s infinite both;
  -webkit-animation: fade-in 10s ease 0s infinite both;
}
.C-l h1, .C-t h1, .C-l h2, .C-t h2 {
  font-size: 48px;
  margin: 10px 0 30px;
  text-align: left;
  color: #000;
  letter-spacing: 0.15px;
  font-weight: 600;
}
.C-l p, .C-t p {
  font-size: 21px;
  text-align: justify;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.C-accnt {
  font-weight: 900;
  font-size: 102%;
}
.C-big {
  font-size: 120%;
}
/*スライド上のグリッドアニメーション*/
@keyframes fade-left {
	0% {
    -ms-transform:translateX(-50px);
    -webkit-transform:translateX(-50px);
    transform:translateX(-50px);
    opacity: 0;
	}
	5% {
    -ms-transform:translateX(-50px);
    -webkit-transform:translateX(-50px);
    transform:translateX(-50px);
    opacity: 0;
  }
  15% {
    -ms-transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transform:translateX(0px);
    opacity: 1;
  }
  70% {
    -ms-transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transform:translateX(0px);
    opacity: 1;
	}
	80% {
    -ms-transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transform:translateX(0px);
    opacity: 0;
  }
	100% {
    -ms-transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transform:translateX(0px);
    opacity: 0;
  }
}
@keyframes fade-right {
	0% {
    -ms-transform:translateX(50px);
    -webkit-transform:translateX(50px);
    transform:translateX(50px);
    opacity: 0;
	}
	5% {
    -ms-transform:translateX(50px);
    -webkit-transform:translateX(50px);
    transform:translateX(50px);
    opacity: 0;
	}
  15% {
    -ms-transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transform:translateX(0px);
    opacity: 1;
  }
  70% {
    -ms-transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transform:translateX(0px);
    opacity: 1;
  }
	80% {
    -ms-transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transform:translateX(0px);
    opacity: 0;
  }
	100% {
    -ms-transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transform:translateX(0px);
    opacity: 0;
  }
}
@keyframes fade-in {
	0% {
    opacity: 0;
	}
	20% {
    opacity: 0;
	}
  30% {
    opacity: 1;
    z-index: 1;
  }
  80% {
    opacity: 1;
    z-index: 1;
  }
	90% {
    opacity: 0;
  }
	100% {
    opacity: 0;
  }
}
@keyframes fade-up {
	0% {
    -ms-transform:translateY(50px);
    -webkit-transform:translateY(50px);
    transform:translateY(50px);
    opacity: 0;
	}
  10% {
    -ms-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    transform:translateY(0px);
    opacity: 1;
  }
	80% {
    -ms-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    transform:translateY(0px);
    opacity: 1;
  }
	100% {
    -ms-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    transform:translateY(0px);
    opacity: 0;
  }
}


/*スライドの背景*/
.bg-top0 {
  background: linear-gradient(to bottom,#fff,#fff 40%,#eee); 
  width: 100%;
  height: auto;
}

/*//////////////////////////// ハンバーガーメニュー ////////////////////////////*/

/* チェックボックスは非表示に */
.nav-menu-hidden {
  display: none;
}
/* ハンバーガーアイコンの設置スペース */
.nav-menu-open {
  background-color: #ff4081;
  height: 48px;
  width: 48px;
  display: inline-flex;
  align-items: center;
  -ms-flex-align:center;/*IE10*/
  justify-content: center;
  -ms-flex-pack: justify; /*IE10*/
  position: relative;
  z-index: 100;/* 重なり順を一番上に */
  cursor: pointer;
  margin-right: 8px;
}
/* ハンバーガーメニューのアイコン */
.nav-menu-open span,
.nav-menu-open span:before,
.nav-menu-open span:after {
  content: '';
  display: block;
  height: 2px;
  width: 24px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;

}
.nav-menu-open span {
  top: 0;
  bottom: 0;
}
/* 三本線のうち一番上の棒の位置調整 */
.nav-menu-open span:before {
  bottom: 8px;
}
/* 三本線のうち一番下の棒の位置調整 */
.nav-menu-open span:after {
  top: 8px;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
#nav-menu-check:checked ~ .nav-menu-open span {
  background: rgba(255, 255, 255, 0);
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#nav-menu-check:checked ~ .nav-menu-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#nav-menu-check:checked ~ .nav-menu-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
/* メニューのデザイン*/
.nav-menu-content {
  z-index: 99;
  background: #fff;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
/* アイコンがクリックされたらメニューを表示 */
#nav-menu-check:checked ~ .nav-menu-content {
  height: 518px;
  opacity: 1;
  visibility: visible;
}

/*//////////////////////////// グリッドレイアウト ////////////////////////////*/

.grid-title {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 2fr;
  -ms-grid-columns: 1fr 2fr;
  row-gap: 20px;
  width: 100%;
  background-color: #fff;
}
.grid-title > .gbox:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.grid-title > .gbox:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.grid-news {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 100px 1fr 100px;
  -ms-grid-columns: 100px 1fr 100px;
}
.grid-news > .gbox:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  margin: 5px;
}
.grid-news > .gbox:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  margin: 5px;
}
.grid-news > .gbox:nth-of-type(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  margin: 5px;
}
.grid2-f {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
}
.grid2-f > .gbox:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.grid2-f > .gbox:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.grid2-f > .gbox:nth-of-type(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.grid2-f > .gbox:nth-of-type(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.grid2-f > .gbox:nth-of-type(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.grid2-f > .gbox:nth-of-type(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.grid2-f > .gbox:nth-of-type(7) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.grid2-f > .gbox:nth-of-type(8) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.grid2-f > .gbox:nth-of-type(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.grid2-f > .gbox:nth-of-type(10) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.grid2-f > .gbox:nth-of-type(11) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.grid2-f > .gbox:nth-of-type(12) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}

/*//////////////////////////// CSSアニメーション ////////////////////////////*/

.fadein-up {
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
}
.fadein-up.active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

/*////////////////////////////// ベーススタイル //////////////////////////////*/

.over-img picture{
  opacity: 1;
  transition: .3s;
}
.over-img:hover picture{
  filter: brightness(0.7);
  -webkit-filter: brightness(0.7);
}

.link-box {
  padding: 15px 20px;
  border-radius: 50px;
  border: 2px solid #ff4081;
  color: #ff4081;
}
.link-box:hover {
  border: 2px solid #ff4081;
  color: #fff;
  background: rgba(194,24,91,0.8);
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}
.container {
  margin: 0 auto;
}
input, select, textarea, button {
  font-family: Helvetica, 'arial', 'NotoSansCJKjp', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", HiraKakuProN-W3, HiraKakuPro-W3, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
}
.line-height {
  line-height: 1.8em;
}
.mincho {
  font-family: 'Lora', "Sawarabi Mincho", "游明朝", "游明朝 Medium", "Yu Mincho Medium",  YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.h1, h2, .h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
h1 {
  font-size: 30px;
  margin: 0px;
}
h2 {
  font-size: 30px;
}
.big {
  font-size: 34px;
}
.bigger {
  font-size: 110%;
}
.border {
  border: 1px solid #666;
}
.title-size {
  height: 60px;
  margin: 20px;
}
.user-title {
  line-height: 1.5em;
  letter-spacing: 0.08em;
  font-size: 24px;
  margin: 0px 0px 10px;
}
.title-box > h2 {
  font-size: 34px;
  color: #fff;
  letter-spacing: 0.15em;
}
h2 > big {
  font-size: 110%;
  font-weight: bold;
}
ul, menu, dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 20px;
  -moz-padding-start: 20px;
  padding-left: 20px;
}
p {
  line-height:1.9em;
  letter-spacing: 0.06em;
  margin: 0 0 0px;
}
p.info-year {
  font-size: 18px;
}
.just { 
  text-align: justify;
}
.indent-2 {
  padding-left:1em;
  text-indent:-1em;
  letter-spacing: 0.06em;
}
p.indent-1 {
    padding-left:1em;
    text-indent:-1em;
    letter-spacing: 0.06em;
}
a {
  color: #1d2087;
  text-decoration: none;
}
a:hover, a:focus, a:invalid, a:active {
  color: #ff4081;
  text-decoration: none;
  outline: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pointer {
  cursor: pointer;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}

/*///////////////////////////////スクロールバースタイル////////////////////////////////*/

/* ボックス内スクロール */
.scr-box {
  /*overflow: scroll;    スクロール表示 */ 
  width: 100%;
  /*height: 240px;*/
  padding: 20px 20px;
  background-color: #ddd;
  font-size: 80%;
}
.scr-box h3 {
  margin: 10px 0  20px;
}
.scr-box2 {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  font-size: 80%;
}
.scr-box2 h2 {
  font-weight: bold;
  margin: 30px 0  20px;
  font-size: 160%;
}
.scr-box2 h3 {
  font-weight: bold;
  margin: 30px 0  24px;
  font-size: 130%;
}
.scr-box2 h4 {
  font-weight: bold;
  margin: 30px 0  24px;
  font-size: 120%;
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 8px;
    height: 0px;
    background:#eee;
} 
/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background:#888;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #ddd; 
}



/*////////////////////////////// MixItUpのスタイル //////////////////////////////*/

/* Controls
------------------------------------------------------------------------------- */
.controls {
  text-align: center;
}
.ctr-box {
  padding: 5px 10px 5px;
}
.filter,.sort {
  width: 105px;
  display: inline-block;
  padding: 7px 0px 6px;
  background-color: currentColor;
  color: #fff;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px 5px;
  font-size: 13px;
}
.filter[data-filter="all"] {
  background: #ccc;
}
.filter[data-filter=".category-1"] {
  background: #1d2087;
}
.filter[data-filter=".category-2"] {
  background: #7ecef4;
}
.filter[data-filter=".category-3"] {
  background: #f6aa00;
}
.filter[data-filter=".category-4"] {
  background: #aacf53;
}
.filter[data-filter=".category-5"] {
  background: #bc64a4;
}
.sort{
  background: #ccc;
}
.filter:hover,.sort:hover {
  color: #ff4081;
}
.mixitup-control-active {
  color: #ff4081;
}
.mixitup-control-active[data-filter]:after {
  background: transparent;
}
/* Container
------------------------------------------------------------------------------- */
.mixcontainer {
  padding: 1rem;
  text-align: justify;
}

.mixcontainer:after {
  content: '';
  display: inline-block;
  width: 100%;
}

/* Target Elements
------------------------------------------------------------------------------- */
.mix,
.gap {
  display: inline-block;
  vertical-align: top;
}
.mix {
  background: #fff;
  border-top: 40px solid currentColor;
  box-shadow: 2px 2px 8px #aaa;
  border-radius: 8px;
  margin-bottom: 30px;
  position: relative;
}
.mix:hover {
  border-top: 40px solid #ff4081;
  background: #ffffe0;
}
.cate {
  color: #fff;
  font-size: 14px;
  margin: -32px 10px 7px;
  text-align: center;
}
.mix-img {
  margin: 0px 0 -6px;
  width: 100%;
}
.mix-img img {
  z-index: 0;
  position: relative;
}
.mix-txt {
  padding: 10px;
  position: relative;
}
.mix-next {
  margin: 10px 0px;
  color: #ff4081;
}
.mix.category-1 {
  color: #1d2087;
}
.mix.category-2 {
  color: #7ecef4;
}
.mix.category-3 {
  color: #f6aa00;
}
.mix.category-4 {
  color: #aacf53;
}
.mix.category-5 {
  color: #bc64a4;
}
.mix h1 {
  letter-spacing: 0.01em;
}
.mix h2 {
  background: #222;
  padding: 12px 10px 10px;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
  margin: -20px -10px 10px;
  float: left;
}
.one {
  clear:both;
  font-weight: bold;
  margin: 8px 0px 0px;
  font-size: 0.9em;
}
.mix p {
  font-size: 0.9em;
  text-align: justify;
}
.ctn-sub {
  color: #fff;
  background: #222;
  text-align: center;
  padding: 13px 0px 12px;
  letter-spacing: 0.09em;
}
/* Grid Breakpoints
------------------------------------------------------------------------------- */

/* 1 Columns */
.mix,.gap {
    width: calc(100%/1 - (((1 - 1) * 3rem) / 1));
}
/* 2 Columns */

@media screen and (min-width: 619px) {
    .mix,.gap {
        width: calc(100%/2 - (((2 - 1) * 3rem) / 2));
    }
}
/* 3 Columns */

@media screen and (min-width: 768px) {
    .mix,.gap {
        width: calc(100%/3 - (((3 - 1) * 3rem) / 3));
    }
}


/*////////////////////////////// トグル表示のスタイル //////////////////////////////*/

.listAccordion input {
  display: none;
}
.listAccordion label {
  text-align: center;
  font-size: 10px;
  font-weight: normal;
  display: block;
  color: #ff4081;
  border: 1px solid #ff4081;
  background: linear-gradient(-0deg, rgba(0, 0, 0, .0), rgba(0, 0, 0, .0));
  padding: 4px 2px;
  border-radius:3px;
  cursor: pointer;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
}
.listAccordion input:checked ~ label {
  color: #ff4081;
  border: 1px solid #ff4081;
  background: linear-gradient(-0deg, rgba(0, 0, 0, .0), rgba(0, 0, 0, .0));
}
.listAccordion label:hover {
  color: #ff4081;
  border: 1px solid #ff4081;
  background: linear-gradient(-0deg, rgba(0, 0, 0, .0), rgba(0, 0, 0, .0));
}
.listAccordion label:after {
  content: 'OPEN';
}
.listAccordion input:checked ~ .toggle > .middle > label {
  color: #ff4081;
  border: 1px solid #ff4081;
  background: linear-gradient(-0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .1));
}
.listAccordion input:checked ~ .toggle > .middle > label:after {
  content: 'CLOSE';
}
.listAccordion .listTips {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.listAccordion input:checked ~ .listTips {
  padding: 20px 0px 10px;
  height: auto;
  opacity: 1;
}
.listAccordion .listNews {
  height: 0;
  padding: 0px 10px;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.listAccordion input:checked ~ .listNews {
  padding: 0px 10px 20px 10px;
  height: auto;
  opacity: 1;
}

/*////////////////////////////// カスタムのスタイル //////////////////////////////*/

.box {
  padding: 20px;
  margin: 15px 5px;
  border: 4px solid #1d2087;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.boximg-size {
    width: 95%;
    padding: 10px;
}
.curve {
  vertical-align: bottom;
  margin-bottom: -1px;
}
.btn-shadow {
  filter: drop-shadow(3px 3px 4px #666);
  -webkit-filter: drop-shadow(3px 3px 4px #666);
}
.contact-w {
  width: 300px;
}
.container2 {
  margin: 0 auto;
}
[class^="thumb-img"] {
  padding: 10px 5px 3px;
  background: #ff4081;
  cursor: pointer;
}
[class^="thumb-img"] img {
  width:19%;
  margin: 0px;
}
.box-eee {
  padding: 40px;
}
.padding10 {
  padding: 10px;
}
.padding10-20 {
  padding: 10px 20px;
}
.padding20 {
  padding: 20px;
}
.padding-a {
  padding: 30px;
}
.padding40 {
  padding: 40px;
}
.padding60 {
  padding: 40px;
}
.logo-box {
  margin: 5px;
  padding: 10px 12px 10px;
  background-color: rgba(255,255,255,1);
  width: 300px;
  position: relative;
  z-index: 3;
}
.logo-box .logo {
  height: 60px;
}
/* タイトル帯スタイル */
.bg-line {
  margin: 0px 0px 0px;
  height: 240px;
  background-color: #7ecef4;
  -webkit-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
  z-index: 1;
  border-top: 0px solid #efefef;
  border-bottom: 0px solid #efefef;
}
.title h1 {
  letter-spacing: 0.10em;
  margin: 24px 0px 2px
}
.title h2 {
  font-size: 58px;
  letter-spacing: 0.09em;
  margin: 24px 0px 2px
}
.title h3 {
  margin: 8px;
}
.title-svg {
  margin-top: -40px;
}
.title-svg-size {
  width: 140px;
  height: 140px;
}
.point-svg-size {
  width: 300px;
  height: 150px;
}
.title2 h3 {
  margin: 30px 0 5px;
  letter-spacing: 0.02em;
  font-size: 24px;
}
.title2 h2 {
  font-size: 58px;
  margin: 0;
  letter-spacing: 0.04em;
}
.title3 h2 {
  font-size: 58px;
  letter-spacing: 0.00em;
  margin: 2px 0px 2px
}
.lm-title {
  padding: 40px 0px;
}
.lm-title h1 {
  margin: 0;
  letter-spacing: 0.04em;
}
.lm-title h2 {
  margin: 0;
  letter-spacing: 0.04em;
}
.lm-title h3 {
  margin: 0;
  letter-spacing: 0.01em;
  font-size: 24px;
}
/* スマホのみ有効電話番号リンク */
.tel-link {
    color: #ff4081;
}
h2 > .glyphicon {
 	vertical-align: -3px;
}
.glyphicon {
 	vertical-align: -1px;
}
.icon-circle {
  width: 220px;
  height: 220px;
  text-align: center;
  background-color: #000;
  padding: 30px 30px;
  border-radius: 50%;
  margin-top: -50px;
  color: #444;
}
.icon-circle-b {
  width: 220px;
  height: 220px;
  text-align: center;
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 50%;
  margin-top: -50px;
}
.h1-middle {
  color: #1d2087;
  text-align: center;
  margin-top: -150px;
}
.h3-middle {
  color: #1d2087;
  text-align: center;
  margin-top: -20px;
}
.h1-middle-only {
  color: #1d2087;
  text-align: center;
  margin-top: 45px;
}
.h1-point {
  text-align: center;
  margin-top: -40px;
}
.h2-point {
  color: #1d2087;
  text-align: center;
  margin-top: 30px;
}
.liner {
  display: inline-block;
  position: relative; 
}
.liner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid;
}
.text-top {
  vertical-align: top;
}
.dash-line {
  border-bottom: 1px dashed #aaa;
}
.news-line {
  border-bottom: 1px dashed #333;
}
.s-line {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin: 0 auto;
}
/* カスタム */
ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 22px;
  -moz-padding-start: 22px;
  -ms-padding-start: 22px;
}
.gbox ol {
  -webkit-padding-start: 2.2em;
  -moz-padding-start: 2.2em;
  -ms-padding-start: 2.2em;
}
.gbox > ol > li {
  line-height: 1.9em;
}
.xs-small {
  font-size: 70%;
}
.s-small {
  font-size: 60%;
}
small, .small {
  font-size: 84%;
}
.full {
  margin: 0px -15px;
}
.img-size {
  width: 350px;
}
.img-size1 {
  width: 350px;
}
.img-size2 {
  width: 500px;
}
.img-area {
  padding: 0 5px;
}
.inner {
  margin: 0px 30px;
}
.inner2 {
  padding: 0px 15px;
}
.inner3 {
  padding: 0px 30px;
}
.pdf-w {
  width: 62px;
}
.center {
  text-align: center;
}
.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center-img-80 {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.middle {
  vertical-align: middle;
}
.end {
  background-color: #ccc;
  padding: 20px 0;
}
.l-r {
  display: flex;
  justify-content: space-between;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.left-center {
  text-align: left;
}
.right-center {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: 500;
}
.t-border {
  background-color: #fff;
  border: 1px solid #333;
  color: #000;
}
.color-LINE {
  color: #31ab38;
}
.color-twitter {
  color: #3296d4;
}
.color-facebook {
  color: #335093;
}
.color-ccc {  
  color: #ccc;
}
.color-gray {  
  color: #666;
}
.color-green {  
  color: #029AA5;
}
.color-life {  
  color: #aacf53;
}
.color-trivia {  
  color: #bc64a4;
}
.color-yellow {  
  color: #FFF000;
}
.color-yellow2 {  
  color: #ff4081;
}
.color-orange {  
  color: #f6aa00;
}
.color-crown {  
  color: #ff8c1a;
}
.color-yellow3 {
  color: #000;
}
.color-darkblue {
  color: #1d2087;
}
.color-black {
  color: #000;
}
.color-blue {
  color: #6df
}
.color-blue3 {  
  color: #fff;
  text-shadow: 
  1px 1px 2px rgba(29, 32, 135, 1.0),
  -1px 1px 2px rgba(29, 32, 135, 1.0),
  1px -1px 2px rgba(29, 32, 135, 1.0),
  -1px -1px 2px rgba(29, 32, 135, 1.0);
}
.color-pink {
  color: #ff4081;
}
.color-red {
  color: #ff2800;
}
.svg-blue {
  color: #1d2087;
}
.svg-blue > svg {
  fill: currentColor;
}
.color-white {
  color: #fff;
}
.margin-L {
  margin-right: 20px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top--20 {
  margin-top: -20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top--80 {
  margin-top: -80px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top--60 {
  margin-top: 60px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-top-100 {
  margin-top: 100px;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-top-60a {
  padding-top: 60px;
}
.padding-top-80 {
  padding-top: 80px;
}
.padding-top-80a {
  padding-top: 80px;
}
.padding-top-100 {
  padding-top: 100px;
}
.padding-top-100a {
  padding-top: 100px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
.padding-bottom-60a {
  padding-bottom: 60px;
}
.padding-bottom-70a {
  padding-bottom: 70px;
}
.padding-bottom-80 {
  padding-bottom: 80px;
}
.padding-bottom-80a {
  padding-bottom: 80px;
}
.padding-bottom-100 {
  padding-bottom: 100px;
}
.padding-bottom-90 {
  padding-bottom: 90px;
}
.padding-bottom-100a {
  padding-bottom: 100px;
}
.border-left {
  border-left: 10px solid #1d2087;
}
.border-left::before {
  white-space: pre-wrap;
  content: " ";
}
.border-bottom {
  border-bottom: 1px solid #1d2087;
}
.border-bottom-dark {
  border-bottom: 1px solid #ccc;
}
.border-top-N {
  border-top: 1px solid #1d2087;
}
.border-top-dark {
  border-top: 1px solid #ccc;
}
.border-top-dark-N {
  border-top: 3px solid #1d2087;
}
.border-top-dark-10 {
  border-top: 10px solid #ccc;
}
.border-bottom-dark-10 {
  border-bottom: 10px solid #ccc;
}
.border-bottom-eee-10 {
  border-bottom: 10px solid #eee;
}
.border-bottom-white {
  border-bottom: 1px solid #fff;
}
.border-bottom-gray {
  border-bottom: 1px solid #666;
}
.border-top-gray {
  border-top: 1px solid #666;
}
.border-bottom-gray80 {
  border-bottom: 1px solid #ddd;
  width: 80%;
  margin: 30px auto;
}
.border-top {
  border-top: 1px solid #7ecef4;
}

/* 背景色スタイル */

.bg-white {
  background-color: #fff;
}
.bg-blue {
  background-color: #6df;
}
.bg-pink {
  background-color: #fac;
}
.bg-p-blue {
  background-color: #0378d5;
}
.bg-darkblue {
  background-color: #1d2087;
  color: #fff;
}
.bg-yellow {
  background-color: #fff799;
}
.bg-y {
  background-color: #fd0;
}
.bg-purple {
  background-color: #9c91ff;
}
.bg-green {
  background-color: #95DD69;
}
.bg-lemon {
  background-color: #ffff8b;
}
.bg-aaa {
  background-color: #aaa;
}
.bg-ccc {
  background-color: #ccc;
}
.bg-eee {
  background-color: #eee;
}
.bg-ddd {
  background-color: #ddd;
}
.bg-333 {
  background-color: #333;
}
.bg-v {
  background: linear-gradient(0deg, rgb(248, 246, 233), rgb(223, 223, 192));
  z-index: 1;
}
.bg-darkgray {
  background-color: #333;
  color: #fff;
}
.deco {
  text-decoration: underline;
}
/* ボタン */
.btn {
	position: relative;
	background-color: #ff4081;
	border: 2px solid #ff4081;
  color: #fff;
  margin: 5px 0px;
  padding: 10px;
  border-radius: 0px;
  font-size: 16px;
	outline: none;
}
.btn:hover {
	background-color: #C2185B !important;
	border-color: #ff4081;
	color: #fff !important;
}
.btn:focus, .btn.focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.btn:hover::before,
.btn:hover::after {
	width: 0;
	background-color: #ff4081;
}
.btn-width {
  width: 250px;
}
.btn-cal {
  width: 160px;
  margin: 10px 0;
}
/*ボタン非選択*/
.inactive {
  pointer-events: none;
  cursor:none;
}
.inactive .btn {   
	background-color: #ccc !important;
  color: #999;
}

/* テーブルカスタム */

.news-date {
  vertical-align: -3px;
  text-align: center;
  font-size: 14px;
  background-color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* テキストボックス */
.text-box {
  margin: 0 auto;
  padding: 10px;
}
.text-box-lm {
  height: 600px;
  padding: 100px;
  z-index: 0;
}
.left-box {
  width: auto;
  text-align: left;
  margin: 0 auto;
}
/* サブボックス */
.sub-box {
	background: linear-gradient(-0deg, rgba(194, 24, 91, .7), rgba(194, 24,91, .4));
  border: 3px solid #fff;
  color: #fff;
  padding: 15px 30px 14px;
  margin: 20px 0px;
}
.sub-box:hover {
  background: linear-gradient(-0deg, rgba(194, 24, 91, .9), rgba(194, 24, 91, .7));
  border: 3px solid #fff;
  color: #fff;
}
.sub-box h2 {
  margin: 8px 5px;
}
.sub-box2 {
  border-radius: 0px;
	/*background: linear-gradient(-0deg, rgba(255, 64, 129, .9), rgba(255, 80, 130, .9));*/
  padding: 20px 20px 18px;
  margin: 0px 0px;
  border: 3px solid #ff4081;
  color: #ff4081;
}
.sub-box2:hover {
	background: linear-gradient(-0deg, rgba(194, 24, 91, .9), rgba(194, 24, 91, .7));
  border: 3px solid #fff;
  color: #fff;
}
.sub-box2 h2 {
  margin: 8px 5px;
}
.sub-box h5 {
  font-size: 22px;
	display: table-cell;
	vertical-align: middle;
  font-weight: normal;
	margin: 0;
}
.sub-box .btn {
  margin-top: 2px;
}
.sub-box2 .btn {
  margin-top: 12px;
}

.img-responsive {
  width: 100%;
  height: auto;
}
.img-responsive2 {
  width: 40%;
  height: auto;
  margin: 0px auto;
}
/*///////////////////////////////背景のスタイル///////////////////////////////*/

.bg01 {
  margin-top: 0px;
  margin-bottom: -40px;
	background-attachment: fixed;
	height: auto;
	background-position: 50% 50%;
  background-image: linear-gradient(-45deg, rgba(0, 30, 60, .1), rgba(0, 0, 30, .1)),url("../img/bg-partner.svg");
	background-repeat: no-repeat;
	background-size: cover;	
}
/*////////////////////////////// スライドのスタイル //////////////////////////////*/

.ttl-020-size {
  width: 75%;
  margin: 0px 0px 0px 140px;
}
.ttl-next-size {
  width: 160px;
  height: 160px;
  position: relative;
  margin-top: -200px;
  left: 85%;
  right: 15%;
  z-index: 3;
}
.ttl-next{
  -webkit-animation: next-roop 10s ease 0s infinite both;
  animation: next-roop 10s ease 0s infinite both;
}
.z-front {
  z-index: 8;
}

/*////////////////////////////// ナビゲーションのスタイル //////////////////////////////*/
.navbar {
  border-radius: 0px;
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  z-index: 99;
}
.lm-navbar {
  border-radius: 0px;
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  position: fixed;
}
.navbar, .navbar.navbar-default {
  /*background: #fff;*/
}
.navbar-title {
  background: #fff;
}
#globalNavi {
  background-color: #fff;
  z-index: 1000;
}

.table-ul .active {
  color: #ff4081;
  text-decoration: none;
}
.table-ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  margin: 9px 0px 0px;
  padding: 0px;
  border-top: 1px solid #ccc;
}
.table-ul a {
  letter-spacing: 0.0em;
  display: table-cell;
  color: #1d2087;
  vertical-align: middle;
  border-left: 0px solid #666;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  /*background: #fff;*/
}
.table-ul a li {
  padding: 10px 0px;
  display: inline-block;
  text-decoration: none;
}
.table-ul>a:hover, .table-ul>a:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: #ff4081;
  z-index: 9999;
}
.navbar-collapse {
  margin: 0 0px 0;
  padding-right: 0px;
  padding-left: 0px;
  /*background-color: #fff;*/
}
.text-middle-nav {
  vertical-align: 8px;
  padding: 0 0 0 10px;
}
.logo {
  height: 60px;
  margin: 9px 0px;
  display: inline-block;
}
.logo2 {
  height: 140px;
  margin-top: -10px;
  margin-bottom: -5px;
}
.fixed-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.fixed {
  position: fixed;
  width: 100%;
  background-color: #fff;
  transform: translate3d(0, 0, 0);
  z-index: 10000;
}

.fixed .border-bottom-dark {
	border-bottom: 10px solid #ccc;
}
.no-display {
  display: none;
}
.in-line {
  display: inline;
}
/*///////////////////////////////フォームスタイル///////////////////////////////*/

input, textarea, select, button { 
  outline: none;
}

/*////////////////////////////ラジオ・チェックボックス/////////////////////////////*/
.radio-style h3 {
  margin: 10px 0;
}
label {
  font-weight: bold;
  margin: 0px;
}
input[type="radio"], input[type="checkbox"] {
  margin: 0px;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0;
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*//////////////////////////////フッターのスタイル///////////////////////////////*/
footer {
  color: #1d2087;
}
footer p {
  font-size: 12px;
  letter-spacing: 1;
  margin: 0px;
}
footer a {
  color: #1d2087;
  text-decoration: none;
  display: inline-block;
}
.facebook {
  padding: 20px 0px 14px;
}
footer a:hover {
  color: #ff4081;
  text-decoration: none;
}
footer a:hover::after {
	width: 101%;
}
footer a:focus {
  text-decoration: none;
}
.footer-upper {
  border-top: 1px solid #1d2087;
}
.footer-margin {
  margin: 10px 0;
  text-align: center;
}
.footer-middle-nav {
  vertical-align: 5px;
  padding: 0 0 0 24px;
}
ul.lp-footer {
  display:table;
  table-layout:fixed;
  width:100%;
  padding: 0px;
  text-decoration: none;
}
ul.lp-footer li {
  display:table-cell;
  vertical-align:middle;
  text-align: center;
  padding: 24px 0 18px
}
ul.lp-footer li a{
  text-decoration: none;
}
.margin-20 {
  margin: 20px 0;
}
.margin-30 {
  margin: 30px 0;
}
.margin-right {
  margin: 0 20px;
}
.logo3 {
  height: 34px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.logo4 {
  height: 60px;
}
.logo5 {
  width: 100%;
}
.logo6 {
  width: 570px;
}
/*///////////////////////////ページアニメーション用/////////////////////////////*/

.animContent {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-name: up;
  animation-name: up;
}
@keyframes up {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }
    30% {
        opacity: 0.0;
    }
    70% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

/*//////////////////////////////ページトップスクロール///////////////////////////////*/
.pagetop {
  display: none;
  position: fixed;
  width: 65px;
  bottom: -7px;
  right: 0px;
  z-index: 10000;
}
@keyframes action {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0.5;
    }
    100% {
        transform: scale(2.0);
        -webkit-transform: scale(2.0);
        opacity: 0;
    }
}
/*/////////////////////////////////メディアクエリ///////////////////////////////*/

@media screen and (max-width:479px) {
  .img-responsive2 {
    width: 70%;
    height: auto;
    margin: 10px auto 0;
  }
  .animContent {
    -webkit-animation-duration: 0.6s;
    animation-duration: unset;
    -webkit-animation-name: none;
    animation-name: none;
  }
  .grid-slide {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    margin-top: 0px;
    align-items: center;
  }
  .grid-slide > .gbox:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-slide > .gbox:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-title {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
    row-gap: 20px;
    position: fixed;
  }
  .grid-title > .gbox:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-title > .gbox:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    display: none;
  }
  .grid-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 0px;
  }
  .grid-top > .gbox:nth-of-type(1) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-row: 2; grid-column: 1;
  }
  .grid-top > .gbox:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-row: 1; grid-column: 1;
  }
  .grid-news {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
  }
  .grid-news > .gbox:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    margin: 5px 0px;
  }
  .grid-news > .gbox:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    margin: 5px 0px;
  }
  .grid-news > .gbox:nth-of-type(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    margin: 5px 0px;
  }
  .open-width {
    width: 88px;
    margin: 0 auto;
  }
  .container {
    width: 90%;
  }
  .C-t, .C-b {
    background-color: rgba(255,255,255,.98);
    margin: 0;
    padding: 10px;
  }
  .C-t {
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -ms-border-radius: 10px 10px 0px 0px;
    -o-border-radius: 10px 10px 0px 0px;
  }
  .C-t {
    padding: 40px 20px 0px;
  }
  .bg-top1 .C-t, .bg-top2 .C-t, .bg-top3 .C-t, .bg-top4 .C-t, .bg-top5 .C-t, .bg-top0 .C-t, .bg-cmp .C-t {
    margin: 170px 20px 0px;
  }
  .C-b {
    margin: 0px 20px 0;
    padding: 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
 }
  .C0-size {
    height: auto;
    width: 80%;
  }
  .C-size {
    height: auto;
    width: 95%;
  }
  .C-l h1, .C-t h1, .C-l h2, .C-t h2 {
    font-size: 20px;
    margin: 0px 0px 5px;
    text-align: center;
  }
  .C-l p, .C-t p {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  .C-next-size {
    width: 130px;
    height: auto;
  }
  .C-next {
    position: absolute;
    top: 505px;
    right: 0px;
  }
  .a-logo {
    width: 280px;
  }
  p.info-year {
    font-size: 16px;
    margin: 0px 10px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
  }
  .bg-p-blue {
    margin-top: 30px;
  } 
  .center-img-80 {
    width: 90%;
    margin-top: 0px;
  }
  .left-center {
    text-align: center;
  }
  .right-center {
    text-align: center;
  }
  .name-p {
    display: none;
  }
  .name-m {
    display: block;
  }
  .tel-pc {
    display: none;
  }
  .bigger {
    font-size: 100%;
  }
  .btn-width {
    width: 200px;
  }
  .slide-mobile {
    display: block;
  }
  .slide-top {
    display: none;
  }
  
  .slide-anm:last-child {
    height: 560px;
  }
  .slide-anm {
    top: 560px;
    height: 560px;
    overflow-y:hidden;
  }
  @keyframes slideshow {
    0% {
      top: 560px;
    }
    2% {
      top: 0;
    }
    25% {
      top: 0;
    }
    27% {
      top: -560px;
    }
    100% {
      top: -560px;
    }
  }
  .slide-mobile .slide-container {
    width: 100vw;
    height: 560px;
    margin-top: -50px;
  }
  .slide-img {
    height: 560px;
  }
  .top-news {
    margin-top: -82px;
  }
  .top-news2 {
    margin-top: -18px;
  }

  .ttl-logo-size-mobile {
    width: 70%;
    height: auto;
    margin: 10px auto 0px;
  }
  .ttl-next-size {
    width: 80px;
    height: auto;
    top: -20px;
    left: 75%;
    right: auto;
    z-index: 6;
  }
  .mov-box{
    position: relative;
    width: 202px;
    height: 157px;/*112+45*/
    bottom: auto;
    right: auto;
    margin: -210px auto 40px;
    padding: 1px 0 0;
  }
  .mov-size {
    width: 200px;
    height: 113px;
  }
  .youtubesm {
    width: 260px;
    height: 147px;
  }
  .box-eee {
    padding: 40px 10px;
  }
  .wide-xs {
    width: 50%;
  }
  .wide-sm {
    width: 100%;
  }
  .wide-lg {
    width: 100%;
  }
  .margin-top-60 {
    margin-top: 30px;
  }
  .margin-top-80 {
    margin-top: 50px;
  }
  .margin-top-100 {
    margin-top: 50px;
  }
  .margin-top--80 {
    margin-top: 0px;
  }
  .margin-bottom-60 {
    margin-bottom: 30px;
  }
  .margin-bottom-80 {
    margin-bottom: 50px;
  }
  .margin-bottom-100 {
    margin-bottom: 50px;
  }
  .padding40 {
    padding: 20px;
  }
  .padding60 {
    padding: 30px;
  }
  .padding-top-60 {
    padding-top: 30px;
  }
  .padding-top-80 {
    padding-top: 40px;
  }
  .padding-top-100 {
    padding-top: 50px;
  }
  .padding-bottom-60 {
    padding-bottom: 30px;
  }
  .padding-bottom-80 {
    padding-bottom: 40px;
  }
  .padding-bottom-90 {
    padding-bottom: 60px;
  }
  .padding-bottom-100 {
    padding-bottom: 50px;
  }
  .menu {
    display: none;
  }
  .title-size {
    height: 40px;
    margin: 20px 0px;
  }
  .nav-menu {
    display: block;
    margin: 5px 0;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .nav-btn {
    display: none;
  }
  .logo {
    height: 40px;
    margin: 10px 5px 5px 10px;
  }
  .logo4 {
    height: 32px;
  }
  #nav-menu-check:checked ~ .nav-menu-content {
    height: 470px;
  }
  .table-ul a li {
    padding: 15px 25px;
    display: block;
    text-decoration: none;
  }  
  .table-ul {
    border-left: none;
    text-align: left;
    padding: 0px;
    margin: 6px 0px 0px;
  }
  .table-ul a {
    font-size: 15px;
    border-right: none;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .li-display .btn {
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    background-color: #ff4081;
    border-bottom: 1px solid #ccc;
  }
  .table-ul .li-display li a {
    color: #fff;
  }
  /*テーブルリスト切替え*/
  .table-style > tbody > tr {
    border-top: 0px solid #aaa;
    border-bottom: 0px solid #aaa;
  }
  .table-list tbody {
    border-top :0px dashed #aaa;
  }
  .table-list tr {
    display:block;
    margin-bottom: 0px;
  }
  .table-list th {
    display:block;
    width: auto;
  }
  .table-list td {
    display: list-item;
    list-style-type: none;
    width: auto;
    border-bottom :0px dashed #666;
  }
  .dash-line {
    border-bottom: 0px dashed #aaa;
  }
  .news-list {
    padding: 30px 0px;
  }
  .news-list2 {
    padding: 30px 0px 0px;
  }
  .container-nav {
    padding: 0px 0px;
  }
  .slide-container {                                                                               
    top: -60px;
  }
  .title-box > h2 {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .title-box > p {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .logo2 {
    height: 55px;
    margin-top: -10px;
    margin-bottom: -5px;
  }
  .display {
    display: inline-block;
  }
  .display2 {
    margin-top: 0px;
    display: inline-block;
  }
  body {
    font-size: 13px;
    letter-spacing: 0.01em;
  }
  .h1-middle {
    margin-top: 0px;
  }
  .h1-middle-only {
    margin-top: 10px;
  }
  .h1-point {
    margin-top: -30px;
  }
  .h2-point {
    margin-top: 5px;
  }
  h2 {
    font-size: 19px;
    letter-spacing: 0.01em;
  }
  h1 {
    font-size: 19px;
    letter-spacing: 0.01em;
  }
  h3 {
    font-size: 18px;
	  line-height: 1.4em;
  }
  h4 {
    font-size: 15px;
  }
  .text-box p {
    font-size: 15px;
  }
  .sub-box {
    padding: 15px 2px 13px;
    margin: 0px 0px 10px;  
  }
  .btn {
    margin: 5px 0px;
    padding: 10px;
    font-size: 14px;
  }
  .title h1 {
    margin: 10px 0px 2px;
  }
  .title h2 {
    font-size: 32px;
    margin: 10px 0px 2px;
  }
  .title3 h2 {
    font-size: 32px;
    margin: 0;
  }
  .icon-circle {
    width: 40px;
    height: 40px;
    padding: 20px;
    margin: 0px auto 0px;
  }
  .bg01 {
    margin: 0px;
    height:auto;
    background-attachment: scroll;
  }
  .bg02 {
    margin: 0px;
    height:auto;
    background-attachment: scroll;
  }
  .bg03 {
    margin: 0px;
    height:auto;
    background-attachment: scroll;
  }
  .bg04 {
    margin: 0px;
    height:auto;
    background-attachment: scroll;
  }
  .no-title {
    margin-top: 50px;
  }
  .title-area {
    height:240px;
    top: 82px;
  }
  .title-area h2 {
    font-size: 32px;
  }
  .footer-pc {
    display: none;
  }
  .footer-mobile {
    display: block;
  }
  .footer-margin {
    margin: 0px;
    padding: 20px 0px 17px 10px;
    text-align: left;
    border-bottom: 1px solid #1d2087;
    border-right: 1px solid #1d2087;
  }
  .footer-margin2 {
    margin: 0px;
    padding: 20px 0px 17px 10px;
    text-align: left;
    border-bottom: 1px solid #1d2087;
  }
  .footer-middle-nav {
    vertical-align: 5px;
    padding: 0 0 0 14px;
  }
  footer p {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  .logo3 {
    height: 28px;
  }
  footer a {
    font-size: 13px;
    letter-spacing: 0.02em;
  }
  .navbar {
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
  }
  .navbar-toggle {
    background-color: #ff4081;
    color: #fff;
    margin: 8px 20px;
    padding: 6px 6px 4px;
    border-radius: 0px;
  }
  .navbar-header > .btn {
    margin: 10px 9px 9px;
    padding: 0px 5px 6px;
    font-size: 18px;
  }
  .navbar-toggle .icon-bar {   
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 0px;
    color: #fff;
    border: 1px solid;
  }
  .navbar-collapse {
    margin: 0 -15px 0;
  }
  .pagetop a {
    padding: 11px 0px;
  }
}
@media screen and (min-width:480px) {
  .grid-slide {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    margin-top: 80px;
    align-items: center;
    width: 100%;
  }
  .grid-slide > .gbox:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-slide > .gbox:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .grid-title {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    position: fixed;
  }
  .grid-title > .gbox:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-title > .gbox:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    display: none;
  }
  .grid-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 0px;
  }
  .grid-top > .gbox:nth-of-type(1) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-row: 2; grid-column: 1;
  }
  .grid-top > .gbox:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-row: 1; grid-column: 1;
  }
  .grid-news {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
  }
  .grid-news > .gbox:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    margin: 5px 0px;
  }
  .grid-news > .gbox:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    margin: 5px 0px;
  }
  .grid-news > .gbox:nth-of-type(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    margin: 5px 0px;
  }
  .open-width {
    width: 88px;
    margin: 0 auto;
  }
  .container {
    width: 96%;
  }
  .C-t, .C-b {
    background-color: rgba(255,255,255,.98);
    margin: 0;
    padding: 10px;
  }
  .C-t {
    border-radius: 19px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 19px 10px 0px 0px;
    -ms-border-radius: 19px 10px 0px 0px;
    -o-border-radius: 19px 10px 0px 0px;
}
  .C-t {
    padding: 80px 30px 0px;
  }
  .bg-top1 .C-t, .bg-top2 .C-t, .bg-top3 .C-t, .bg-top4 .C-t, .bg-top5 .C-t, .bg-top0 .C-t, .bg-cmp .C-t {
    margin: 60px 40px 0px;
  }
  .C-b {
    margin: 0px 40px 0;
    padding: 10px 10px 30px;
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
}
  .C0-size {
    height: auto;
    width: 80%;
  }
  .C-size {
    height: auto;
    width: 95%;
  }
  .C-l h1, .C-t h1, .C-l h2, .C-t h2 {
    font-size: 35px;
    margin: 0px 0px 20px;
    text-align: center;
  }
  .C-l p, .C-t p {
    font-size: 16px;;
  }
  .C-next {
    position: absolute;
    top: 640px;
    right: 0px;
  }
  .C-next-size {
    width: 160px;
    height: auto;
  }

  .a-logo {
    width: 320px;
  }
  p.info-year {
    font-size: 20px;
    margin: 0px 10px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
  }
  .bg-p-blue {
    margin-top: 40px;
  }
  .center-img-80 {
    width: 70%;
    margin-top: -30px;
    margin-bottom: -20px;
  }
  .name-p {
    display: none;
  }
  .name-m {
    display: block;
  }
  body {
    font-size: 16px;
  }
  .bigger {
    font-size: 110%;
  }
  .btn-width {
    width: 250px;
  }
  .navbar-title {
    border-bottom: 0px solid #666;
  }
  .slide-mobile {
    display: block;
  }
  .slide-top {
    display: none;
  }
  
  .slide-anm:last-child {
    height: 720px;
  }
  .slide-anm {
    top: 720px;
    height: 720px;
  }
  @keyframes slideshow {
    0% {
      top: 720px;
    }
    2% {
      top: 0;
    }
    25% {
      top: 0;
    }
    27% {
      top: -720px;
    }
    100% {
      top: -720px;
    }
  }
  .slide-mobile .slide-container {
    width: 100vw;
    height: 720px;
    margin-top: -50px;
  }
  .slide-img {
    height: 720px;
  }
  .top-news2 {
    margin-top: -22px;
  }

  .ttl-logo-size-mobile {
    width: 70%;
    height: auto;
    margin: 10px auto 0px;
  }
  .ttl-next-size {
    width: 100px;
    height: auto;
    top: -30px;
    left: 79%;
    right: auto;
    z-index: 6;
  }
  .ttl-under-size {
    width: 100px;
    height: 100px;
    position: fixed;
    top: auto;
    bottom: 50px;
    right: 0px;
  }
  .scroll {
    display: none;
    padding-top: 0px;
  }
  .wide-xs {
    width: 40%;
  }
  .wide-sm {
    width: 60%;
  }
  .wide-lg {
    width: 99%;
  }
  .margin-top-60 {
    margin-top: 40px;
  }
  .margin-top-80 {
    margin-top: 50px;
  }
  .margin-top-100 {
    margin-top: 50px;
  }
  .margin-top--80 {
    margin-top: -40px;
  }
  .margin-bottom-60 {
    margin-bottom: 40px;
  }
  .margin-bottom-80 {
    margin-bottom: 60px;
  }
  .margin-bottom-100 {
    margin-bottom: 50px;
  }
  .padding-top-60 {
    padding-top: 30px;
  }
  .padding-top-80 {
    padding-top: 40px;
  }
  .padding-top-100 {
    padding-top: 80px;
  }
  .padding-bottom-60 {
    padding-bottom: 30px;
  }
  .padding-bottom-80 {
    padding-bottom: 60px;
  }
  .padding-bottom-90 {
    padding-bottom: 70px;
  }
  .padding-bottom-100 {
    padding-bottom: 80px;
  }
  .menu {
    display: none;
  }
  .title-size {
    height: 60px;
    margin: 20px;
  }
  .nav-menu {
    display: block;
    margin: 9px 0;
    position: absolute;
    top: 0;
  }
  .nav-btn {
    display: none;
  }
  .logo {
    height: 50px;
    margin: 9px 9px;
  }
  .logo-box {
    margin: 0px;
    padding: 10px 12px 12px;
    width: 100%;
  }
  .logo-box .logo {
    height: 60px;
    margin: 0px;
  }
  .price-size {
    width: 85%;
    height: 85%;
  }
  .title2 h3 {
    margin: 30px 0 5px;
    letter-spacing: 0.02em;
    font-size: 22px;
  }
  .title2 h2 {
    font-size: 34px;
    margin: 0;
    letter-spacing: 0.04em;
  }
  .lm-title {
    padding: 40px 0px;
  }
  .lm-title h1 {
    margin: 0;
    letter-spacing: 0.04em;
  }
  .lm-title h2 {
    margin: 0;
    letter-spacing: 0.04em;
  }
  .lm-title h3 {
    margin: 0;
    letter-spacing: 0.01em;
    font-size: 22px;
  }
  .big {
    font-size: 30px;
  }
  .bg-lm0, .bg-lm1, .bg-lm2, .bg-lm3, .bg-lm4 {
    height: 570px;
  }
  .bg-lm5, .bg-lm6, .bg-lm7 {
    height: 400px;
  }
  .left-box {
    width: 330px;
    text-align: left;
    margin: 0 auto;
  }
  .mov-box{
    position: relative;
    width: 244px;
    height: 184px;/*168+45*/
    bottom: auto;
    right: auto;
    margin: -260px auto 50px;
    padding: 1px 0 0;
  }
  .mov-size {
    width: 240px;
    height: 135px;
  }
  .youtubesm {
    width: 400px;
    height: 225px;
  }
  #nav-menu-check:checked ~ .nav-menu-content {
    height: 530px;
  }
  .table-ul {
    border-left: none;
    border-right: 0px transparent;
    text-align: left;
    padding: 0px 0px;
  }
  .table-ul a {
    font-size: 16px;
    border-right: none;
    display: block;
    width: 100%;
    padding: 0px;
    border-left: 0px transparent;
    border-bottom: 1px solid #ccc;
  }
  .table-ul a li {
    padding: 20px 20px 15px;
    display: block;
    text-decoration: none;
  }  
  .container-nav {
    padding: 0px 0px;
  }
  .slide-container {
    top: -60px;
  }
  .top-news {
    margin-top: -82px;
  }
  .news-list {
    padding: 30px 10px;
  }
  .display {
    margin: 8px 0px;
    display: inline-block;
  }
  .display2 {
    margin-top: 0px;
    display: inline-block;
  }
  h2 {
    font-size: 26px;
  }
  h1 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  .sub-box {
    padding: 22px 20px 18px;
    margin: 15px 0;
  }
  .title h1 {
    margin: 10px 0px 2px;
  }
  .title h2 {
    font-size: 34px;
    margin: 10px 0px 2px;
  }
  .title3 h2 {
    font-size: 34px;
    margin: 0;
  }
  .icon-circle {
    width: 60px;
    height: 60px;
    padding: 20px;
    margin: 0px auto 0px;
  }
  .bg01 {
    margin: 0px;
    height:auto;
    background-attachment: scroll;
  }
  .bg02 {
    height:auto;
    background-attachment: scroll;
  }
  .bg03 {
    margin: 0px;
    height:auto;
    background-attachment: scroll;
  }
  .bg04 {
    margin: 0px;
    height:auto;
    background-attachment: scroll;
  }
  .footer-pc {
    display: none;
  }
  .footer-mobile {
    display: block;
  }
  .footer-margin {
    margin: 0px;
    padding: 20px 0px 17px 20px;
    text-align: left;
    border-bottom: 1px solid #1d2087;
  }
  .footer-margin2 {
    margin: 0px;
    padding: 20px 0px 17px 20px;
    text-align: left;
    border-left: 1px solid #1d2087;
    border-bottom: 1px solid #1d2087;
  }
  .footer-middle-nav {
    vertical-align: 5px;
    padding: 0 0 0 24px;
  }
  footer p {
    font-size: 14px;
  }
  footer a {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .navbar {
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
  }
  .navbar-toggle {
    background-color: #ff4081;
    color: #fff;
    margin: 10px 20px;
    padding: 6px 6px 4px;
    border-radius: 0px;
  }
  .navbar-header > .btn {
    margin: 16px 9px 9px;
    padding: 0px 5px 6px;
    font-size: 18px;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 0px;
    color: #fff;
    border: 1px solid;
  }
  .navbar-collapse {
    margin: 0 -15px 0;
  }
  .news-list {
    padding: 30px 10px;
  }
}
@media screen and (min-width:768px) {
  .grid-title {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
    row-gap: 20px;
    position: relative;
  }
  .grid-title > .gbox:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-title > .gbox:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    display: block;
  }
  .grid-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 0px;
  }
  .grid-news {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 140px 1fr 100px;
    -ms-grid-columns: 140px 1fr 100px;
  }
  .grid-news > .gbox:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    margin: 5px;
  }
  .grid-news > .gbox:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    margin: 5px;
  }
  .grid-news > .gbox:nth-of-type(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    margin: 5px;
  }

  .C-t {
    padding: 80px 50px 0px;
  }
  .bg-top1 .C-t, .bg-top2 .C-t, .bg-top3 .C-t, .bg-top4 .C-t, .bg-top5 .C-t, .bg-top0 .C-t, .bg-cmp .C-t {
    margin: 190px 100px 0px;
  }
  .C-b {
    margin: 0px 100px 0px;
    padding: 0px 20px 50px;
  }
  .C-l h1, .C-t h1, .C-l h2, .C-t h2 {
    font-size: 40px;
    margin: 0px 0px 20px;
  }
  .C-l p, .C-t p {
    font-size: 16px;
  }
  .C0-size {
    height: auto;
    width: 90%;
  }
  .C-size {
    height: auto;
    width: 100%;
  }
  .C-next {
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 10px;
  }
  .padding40 {
    padding: 40px;
  }
  .padding60 {
    padding: 30px;
  }
  .margin-top-60 {
    margin-top: 60px;
  }
  .margin-top-80 {
    margin-top: 80px;
  }
  .margin-top-100 {
    margin-top: 100px;
  }
  .margin-top--80 {
    margin-top: -40px;
  }
  .margin-bottom-60 {
    margin-bottom: 60px;
  }
  .margin-bottom-80 {
    margin-bottom: 80px;
  }
  .margin-bottom-100 {
    margin-bottom: 100px;
  }
  .padding-top-60 {
    padding-top: 60px;
  }
  .padding-top-80 {
    padding-top: 80px;
  }
  .padding-top-100 {
    padding-top: 100px;
  }
  .padding-bottom-60 {
    padding-bottom: 60px;
  }
  .padding-bottom-80 {
    padding-bottom: 80px;
  }
  .padding-bottom-90 {
    padding-bottom: 90px;
  }
  .padding-bottom-100 {
    padding-bottom: 100px;
  }
  body {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
  .navbar-title {
    border-bottom: 0px solid #666;
  }
  .slide-mobile {
    display: block;
  }
  .slide-top {
    display: none;
  }
  .slide-anm:last-child {
    height: 1024px;
  }
  .slide-anm {
    top: 1024px;
    height: 1024px;
  }
  @keyframes slideshow {
    0% {
      top: 1024px;
    }
    2% {
      top: 0;
    }
    25% {
      top: 0;
    }
    27% {
      top: -1024px;
    }
    100% {
      top: -1024px;
    }
  }
  .slide-mobile .slide-container {
    width: 100vw;
    height: 1024px;
    margin-top: -165px;
  }
  .slide-img {
    height: 1024px;
  }
  .top-news2 {
    margin-top: -25px;
  }
  .ttl-logo-size-mobile {
    width: 70%;
    height: auto;
    margin-top: 10px;
  }
  .slide-container {
    top: 0px;
    margin-bottom: 0px;
  }
  .ttl-next-size {
    width: 120px;
    height: 120px;
    top: -30px;
    left: 83%;
    right: 17%;
    z-index: 6;
  }
  .C-next-size {
    width: 200px;
  }
  .menu {
    display: block;
  }
  .title-box > h2 {
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.15em;
  }
  .big {
    font-size: 36px;
  }
  .nav-menu {
    display: none;
  }
  .nav-btn {
    margin: 9px 0;
    display: inline-block;
  }
  .nav-img {
    display: inline-block;
    width: 200px;
  }
  .nav-btn .btn {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    padding: 2px 6px 0px;
    font-size: 13px;
  }
  .navbar-collapse {
    margin: 0 0px 0;
  }
  .text-middle-nav {
    vertical-align: 10px;
    padding: 0 5px;
  }
  .logo {
    height: 50px;
    margin: 9px 0px;
    display: inline-block;
  }
  .logo4 {
    height: 40px;
  }
  .container {
    width: 90%;
  }
  .container-nav {
    padding: 8px 15px;
  }
  .price-size2 {
    font-size: 70px;
  }
  .price-size3 {
    font-size: 50px;
    margin-left: 10px;
  }
  .h1-middle {
    margin-top: 20px;
  }
  .h1-middle-only {
    margin-top: 40px;
  }
  .h1-point {
    margin-top: -35px;
    margin-bottom: 0px;
  }
  .h2-point {
    margin-top: 34px;
  }
  h2 {
    font-size: 24px;
  }
  h1 {
    font-size: 24px;
  }
  .text-box h2 {
    font-size: 26px;
  }
  .sub-box {
    padding: 20px 30px;
    margin: 0 auto;
    width: 50%;
  }
  .sub-box h5 {
    font-size: 18px;
    padding: 6px 0 0;
    text-align: left;
    display: table-cell;
    margin-bottom: 0px;
  }
  .img-area {
    padding: 0 5px;
  }
  .sub-box2 {
    padding: 10px 10px 8px;
    margin: 0px 15px;
  }
  .sub-box2 .btn {
    margin-top: 12px;
  }
  .btn {
    padding: 14px 25px 14px;
    font-size: 14px;
  }
  .title h1 {
    margin: 10px 0px 2px;
  }
  .title h2 {
    font-size: 38px;
    margin: 10px 0px 2px;
  }
  .title3 h2 {
    font-size: 38px;
    margin: 0;
  }
  .icon-circle {
    width: 60px;
    height: 60px;
    padding: 20px;
    margin: 0px auto 0px;
  }
  .bg01 {
    height:auto;
    padding-top: 30px;
  }
  .bg02 {
    height:auto;
    padding-top: 30px;
  }
  .bg03 {
    height:auto;
    padding-top: 30px;
  }
  .bg04 {
    height:auto;
  }
  .no-title {
    margin-top: 50px;
  }
  .title-area {
    height:400px;
    margin-top: 0px;
  }
  .title-area h2 {
    font-size: 50px;
  }
  .footer-upper {
    padding: 10px 0px;
  }
  .footer-pc {
    display: block;
  }
  .footer-mobile {
    display: none;
  }
  .footer-border {
    border-bottom: 1px solid #ccc;
  }
  .footer-margin {
    padding: 24px 0px 18px 0px;
    text-align: center;
    border-bottom: 0px solid #ccc;
  }
  .footer-middle-nav {
    vertical-align: 5px;
    padding: 0 0 0 5px;
  }
  footer a {
    font-size: 14px;
  }
  .nav-app {
    padding: 4px 0px 0px;
  }
  .nav-btn2 .btn {
    margin: 4px 0px 2px;
    padding: 5px 20px 3px;
    font-size: 12px;
  }
  .table-ul { 
    border-top: none;
    border-top: 0px solid #1d2087;
    border-right: 1px solid #ccc;
    text-align: center;
    padding: 0px 0px;
  }
  .table-ul a {
    font-size: 11px;
    letter-spacing: 0.0em;
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    border-bottom: 0px solid #eee;
    padding: 5px 0px;
  }
  .table-ul a li {
    padding: 8px 0px 5px;
    display: block;
    text-decoration: none;
  }
  .news-list {
    padding: 50px 10px;
  }
}
@media screen and (min-width:992px) {
  .C-t {
    padding: 80px 40px 0px;
  }
  .bg-top1 .C-t, .bg-top2 .C-t, .bg-top3 .C-t, .bg-top4 .C-t, .bg-top5 .C-t, .bg-top0 .C-t, .bg-cmp .C-t {
    margin: 120px 130px 0px;
  }
  .C-b {
    margin: 0px 130px 0px;
    padding: 0px 20px 50px;
  }
  .C-l h1, .C-t h1, .C-l h2, .C-t h2 {
    font-size: 40px;
    margin: 0px 0px 30px;
  }
  .C-l p, .C-t p {
    font-size: 18px;
  }
  .C0-size {
    height: auto;
    width: 75%;
  }
  .C-size {
    height: auto;
    width: 100%;
  }
  .slide-mobile {
    display: block;
  }
  .slide-top {
    display: none;
  }
  .slide-anm:last-child {
    height: 100%;
  }
  .slide-anm {
    top: 100%;
    height: 100%;
  }
  @keyframes slideshow {
    0% {
      top: 100%;
    }
    2% {
      top: 0;
    }
    25% {
      top: 0;
    }
    27% {
      top: -100%;
    }
    100% {
      top: -100%;
    }
  }
  .slide-mobile .slide-container {
    width: 100vw;
    height: 100vh;
    margin-top: 0px;
  }
  .slide-img {
    margin-top: 0px;
    height: 100%;
  }
  .top-news2 {
    margin-top: -25px;
  }
  .slide-container {
    top: -160px;
    margin-bottom: -160px;
  }
  .ttl-logo-size-mobile {
    width: 50%;
    height: auto;
    margin-top: 10px;
  }
  .ttl-next-size {
    width: 130px;
    height: auto;
    top: -190px;
    left: 87%;
  }
  .logo {
    height: 60px;
    margin: 5px;
  }
  .logo4 {
    height: 54px;
  }
  .slide-container {
    top: -140px;
    margin-bottom: 0px;
  }
  .top-news {
    margin-top: -165px;
  }
  .top-news2 {
    margin-top: -186px;
  }
  .container {
    width: 900px;
  }
  .container2 {
    width: 970px;
  }
  .container-nav {
    padding: 8px 15px;
  }
  .container-nav-gl {
    padding: 15px 10px;
  }
  .nav-img {
    width: 300px;
  }
  .text-middle-nav {
    vertical-align: 8px;
    padding: 0 0 0 10px;
  }
  .nav-app {
    padding: 8px 0px 0px;
  }
  .nav-btn {
    margin: 3px 0;
  }
  .nav-btn .btn {
    width: 240px;
    text-align: center;
    padding: 15px 30px 10px;
    font-size: 18px;
  }
  .nav-btn2 .btn {
    margin: 0px;
    padding: 6px 35px 2px;
    font-size: 18px;
  }
  .table-ul a {
    font-size: 15px;
    padding: 6px 0 4px
  }
  .table-ul a {
    padding: 0px;
  }
  .table-ul a li {
    padding: 0px;
    margin: 8px 0 5px;
  }
  h2 {
    font-size: 24px;
  }
  h1 {
    font-size: 24px;
  }
  .text-box h2 {
    font-size: 30px;
  }
  .btn {
    margin: 5px 0px;
    padding: 10px;
    font-size: 14px;
  }
  .title h1 {
    margin: 20px 0px 2px;
  }
  .title h2 {
    font-size: 50px;
    margin: 20px 0px 2px;
  }
  .title3 h2 {
    font-size: 50px;
    margin: 0;
  }
  .icon-circle {
    width: 60px;
    height: 60px;
    padding: 20px;
    margin: 0px auto 0px;
  }
  .bg01 {
    margin-top: 0px;
    margin-bottom: 0px;
    background-attachment: scroll;
    height: auto;
    background-position: 50% 50%;
    background-size: cover;	
  }
  .bg02 {
	height:auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding-top: 30px;
  }
  .bg03 {
    margin-top: 0px;
    margin-bottom: 0px;
    background-attachment: scroll;
    height: auto;
    background-position: 50% 50%;
    background-size: cover;	
  }
  .bg04 {
    margin-top: 0px;
    margin-bottom: 0px;
    background-attachment: scroll;
    height: auto;
    background-position: 50% 50%;
    background-size: cover;	
  }
  .title-box > h2 {
    font-size: 34px;
    color: #fff;
    letter-spacing: 0.15em;
  }
  footer a {
    font-size: 16px;
  }
}
/*////////タブレット対応/////////*/
@media screen and (min-width:1024px) and ( max-width:1112px) {
  .bg01 {
    margin-top: 0px;
    margin-bottom: 0px;
    background-attachment: scroll;
    height: auto;
    background-position: 50% 50%;
    background-size: cover;	
  }
  h3 {
    font-size: 22px;
  }
}
@media screen and (min-width:1200px) {
  .grid-slide {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    margin-top: 175px;
    height: 75vh;
    align-items: center;
  }
  .grid-slide > .gbox:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-slide > .gbox:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .logo20 {
    margin-top: -40px;
  }
  
  .tate {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
  }
  .slide-img {
    margin-top: 20px;
  }
  .ttl-020-size {
    width: 80%;
    max-width: 500px;
    margin: 0px 0px 0px 0px;
  }
  .C-r h1, .C-t h1, .C-r h2, .C-t h2 {
    font-size: 48px;
    letter-spacing: -24px;
    line-height: -1em;
    font-weight: 900;
    text-align: left;
    display: inline-block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
  .C-l {  
    margin: auto 26% auto 0px;
    padding: 0;
    text-align: center;
  }
  .C-r {
    margin: auto 14% auto 0px;
    text-align: right;
  }
  .bg01 {
    margin-top: 0px;
    margin-bottom: 0px;
    background-attachment: fixed;
    height: auto;
    background-position: 50% 50%;
    background-size: cover;	
  }
  .bg02 {
	  height:auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 30px;
  }
  .bg03 {
    margin-top: 0px;
    margin-bottom: 0px;
    background-attachment: fixed;
    height: auto;
    background-position: 50% 50%;
    background-size: cover;	
  }
  .bg04 {
    margin-top: 0px;
    margin-bottom: 0px;
    background-attachment: fixed;
    height: auto;
    background-position: 50% 50%;
    background-size: cover;	
  }
  .slide-mobile {
    display: none;
  }
  .slide-top {
    display: block;
  }
  .ttl-next-size {
    width: 130px;
    height: auto;
    top: -190px;
    left: 89%;
    right: auto;
  }
  .container {
    width: 980px;
  }
  .top-news {
    margin-top: -180px;
  }
  .top-news2 {
    margin-top: -193px;
  }
  .container-nav {
    padding: 8px 0;
    width: 1180px;
    margin: 0 auto;
  }
  .container-nav-gl {
    padding: 15px 60px;
  }
  .nav-app {
    padding: 2px 0px 0px;
  }
  .nav-btn2 .btn {
    margin: 0px;
    padding: 6px 35px 2px;
    font-size: 18px;
  }
  .table-ul a {
    padding: 0px;
  }
  .table-ul a li {
    padding: 0px;
    margin: 10px 0 5px;
  }
  .table-ul a li {
    padding: 0px;
    margin: 10px 0 10px;
  }
  .h1-middle-only {
    margin-top: 50px;
  }
  h2 {
    font-size: 34px;
  }
  h1 {
    font-size: 34px;
  }
  .title h2 {
    font-size: 58px;
    margin: 20px 0px 2px;
  }
  .title3 h2 {
    font-size: 58px;
    margin: 0;
  }
  .logo4 {
    height: 80px;
  }
  .sub-box2 h2 {
    font-size: 28px;
    margin: 5px 5px 10px;
  }
  .sub-box h5 {
    font-size: 22px;
    padding: 4px 0 0;
  }
  .btn {
    margin: 5px 0px;
    padding: 12px;
    font-size: 16px;
  }
}
@media screen and (min-width:1400px) {
  .container {
    width: 1200px;
  }
  .container-nav {
    width: 1200px;
  }
  .ttl-020-size {
    width: 80%;
    max-width: 640px;
    margin: 0px 0px 0px 0px;
  }
  .grid-slide {
    margin-top: 180px;
  }
  .C-r h1, .C-t h1, .C-r h2, .C-t h2 {
    font-size: 65px;
    letter-spacing: -27px;
  }
  .C-l {  
   margin: auto 250px auto 0px;
  }
  .C-r {
    margin: auto 10% auto 0px;
  }
  .ttl-next-size {
    width: 150px;
    top: -190px;
    left: 89%;
  }
}
@media screen and (min-width:1800px) {
  .container {
    width: 1200px;
  }
  .container-nav {
    padding: 8px;
    width: 1500px;
    margin: 0 auto;
  }
  .ttl-020-size {
    width: 80%;
    max-width: 640px;
    margin: 0px 0px 0px 0px;
  }
  .grid-slide {
    margin-top: 180px;
  }
  .C-r h1, .C-t h1, .C-r h2, .C-t h2 {
    font-size: 80px;
    letter-spacing: -38px;
  }
  .C-l {  
   margin: auto 30% auto 0px;
  }
  .C-r {
    margin: auto 16% auto 0px;
  }
  .logo20 {
    margin-top: -80px;
  }
  .C0-size {
    width: 90%;
    height: auto;
  }
  .C-size {
    height: auto;
    width: 100%;
  }
  .ttl-next-size {
    width: 190px;
    top: -200px;
    left:89%;
  }
  .C-next-size {
    width: 320px;
  }
  .bg-p-blue {
    margin-top: 0px;
  }
  .bg01 {
    margin-bottom: 0px;
    background-attachment: fixed;
    height: auto;
    background-position: 50% 50%;
    background-size: cover;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .C-r h1, .C-t h1, .C-r h2, .C-t h2 {
        letter-spacing: normal;
    }
}
/*
@-moz-document url-prefix(){
  .C-r h1, .C-t h1, .C-r h2, .C-t h2 {
      letter-spacing: normal;
  }
}
*/

