@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900');
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,pre,address,em,img,small,strong,b,i,dl,dt,dd,ol,ul,li,form,label,table,caption,tbody,tfoot,thead,tr,th,td,article,canvas,footer,header,menu,nav,section,
time,audio,video,figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.6;
}
article,footer,header,menu,nav,section {
  display: block;
}
ul {
  list-style: none;
}
a {
  margin: 0;
  color: inherit;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}
a:link {
  transition: .3s;
}
a:link:hover {
  opacity: 0.7;
  cursor: pointer;
}
a.link{
  text-decoration: underline;
}
.point-none {
    pointer-events: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em,
b {
  font-style: normal;
}
img {
  max-width: 100%;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
input,
select {
  vertical-align: middle;
}

.max1200{
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.max1000{
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.en{
  font-family: "din-condensed", sans-serif;
font-weight: 400;
/* font-style: normal; */
}
.min {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main #container {
    width: calc(100% - 240px);
    margin-left: auto;
    max-width: 1680px;
}

@media screen and (max-width:1200px){
  .max1000,.max1200{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:1100px){
main {
    padding-top: 80px;
}
}
@media screen and (max-width:768px){
  body{
    font-size: 14px;
  }
main {
    padding-top: 60px;
    transition: 0.3s;
}
main.mainfixed{
  padding-top: 0;
}
}
/*//////////////////////////////
		header
//////////////////////////////*/

.header {
    width: 240px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
}
.sp-header{
  display: none;
}
h1 {
    width: 100%;
    margin: 25px auto;
}
.header_inner{
  padding: 0 20px;
  box-sizing: border-box;
}

.header nav a{
  display: block;
  padding: 5px 0;
}

.header .header_tel{
  border-top: 1px solid #c2c2c2;
}

/* 言語選択 */
.select_lang {
    padding: 10px 0;
    overflow: hidden;
}
.select_lang:hover{
  cursor: pointer;
}
.select_lang dt {
    padding: 10px;
    background-color: #f5f5f5;
}
.select_lang dt span.ta-l{
    background: url(assets/img/common/ico_lang.png) center left / contain no-repeat;
    padding: 0px 0 0px 35px;
  }
.select_lang dt span:last-child:after {
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    transform: rotate(-45deg);
    margin-left: 10px;
}
dl.select_lang dd {
    width: 50%;
    float: left;
}
.select_lang dd a{
  display: block;
  padding: 10px;
  border: 1px solid #f5f5f5;
  background: #fff;
}


/* ハンバーガーメニュー隠す */
#nav_toggle{
	display: none;
}
@media screen and (max-width: 1600px) {
.header {
    width: 200px;
    position: fixed;
    top: 0;
    left: 0;
}
.select_lang dt span.ta-l {
    padding: 0px 0 0px 23px;
    font-size: 13px;
}
}
@media screen and (max-width: 1100px) {

  header {
      position: fixed;
      z-index: 999;
      background: #fff;
      width: 100%;
  }
  h1{
    width: 60px;
    margin: 10px 0;
  }
  .header_inner {
      display: flex;
      padding: 0 10px;
      align-items: center;
  }
  .sp-header{
    display: block;
  }
  .pc-header{
    display: none;
  }
  .header_lang{
    position: fixed;
    top: 28px;
    right: 55px;
    z-index: 9999;
  }
  header .spNav li.LineAt a {
      background: url(assets/img/common/header_line_sp.png) 10px / 16px no-repeat;
      padding: 8px 8px 8px 35px;
  }
  .select_lang {
    background: #fff;
    padding: 0;
}
.select_lang dt {
    background: url(assets/img/common/ico_lang.png) center left / 16px no-repeat;
    padding: 0px 0 0px 22px;
}
.select_lang dt span:last-child:after{
  display: none;
}
.select_lang dd:last-of-type a {
    padding-bottom: 10px;
}

dl.select_lang dd {
    width: 100%;
    float: none;
}
  header .spNav {
      display: none;
      position: absolute;
      top: 60px;
      width: 100%;
      left: 0;
      z-index: 999;
      background: #fff;
  }
  header .spNav li {
      color: #333;
      border-bottom: 1px solid #333;
  }
    header .spNav li:last-child{
      border-bottom: none;
    }
  header .spNav li a {
      padding: 8px;
  }

    .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
}

  /*開閉ボタン*/
  #nav_toggle {
      display: block;
      width: 20px;
      height: 20px;
      position: fixed;
      top: 24px;
      z-index: 100;
      margin-left: auto;
      right: 20px;
  }
#nav_toggle div {
    position: relative;
}
#nav_toggle span {
    display: block;
    height: 2px;
    background: #231815;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#nav_toggle span:nth-child(1) {
    top: 8px;
}
#nav_toggle span:nth-child(2) {
    top: 16px;
}
#nav_toggle span:nth-child(3){
  top:24px;
}

/*開閉ボタンopen時*/

.open #nav_toggle span:nth-child(1) {
    top: 12px;
     -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
@media screen and (max-width: 768px) {
h1 {
    width: 40px;
    margin:10px 5px;
}
.header {
width: 100%;
position: fixed;
top: 0;
left: 0;
height: 60px;
}
#nav_toggle {
    top: 14px;
}
.header_lang {
    top: 20px;
}
}
/* /////////////////////
        footer
///////////////////// */

.footer_kiplist {
  width: 100%;
}
.footer_kiplist ul,.footer_inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.footer_kiplist li{
  width: calc(25% - 22px);
}
.footer_inner li a:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #1d2189;
    margin-right: 5px;
}
.footer_logo{
  width: 40px;
  margin-right: 10px;
}
.footer_nav {
  border-top:1px solid  #c2c2c2;
  color: #555;
}
.copy{
  color: #555;
}
.arrow_foot{
  bottom: 40px;
  right: 40px;
  position: fixed;
}
.arrow_foot a {
    background: #1d2088;
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
}
.arrow_foot a:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: -8px;
    left: 0;
    margin: auto;
}
.footernav_logo{
  height: auto;
  max-width: 90px;
  width: 100%;
}
@media screen and (max-width: 1600px){
  .footer_kiplist,footer {
      width: calc(100% - 200px);
      margin-left: auto;
  }
}
@media screen and (max-width: 1100px){
  .footer_kiplist,footer {
      width: 100%;
      margin-left: auto;
  }
}
@media screen and (max-width: 768px){
  .footer_inner li {
    width: 100%;
    margin-bottom: 5px;
}
  .footer_kiplist {
    background: #f2f2f2;
    padding: 0px 0 40px;
}
.footer_kiplist ul.flex_list.wrap {
    flex-wrap: nowrap;
    overflow: scroll;
}
.footer_kiplist ul li {
    min-width: 35%;
    margin-left: 15px;
}

.footer_logo {
    width: 40px;
    margin-right: auto;
    margin-left: auto;
}
.footer_nav {
  border-top:none;
}
.arrow_foot{
  bottom: 20px;
  right: 20px;
  position: fixed;
}
.footernav_logo{
  max-width: 60px;
}
}
/* /////////////////////
        loading
///////////////////// */
.loading{
  background: #b7fcff;
  position: relative;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  transition: 1s;
}
.loading.hide {
    transition-delay: 1s;
    height: 0;
}
.loading.hide .loading_txt{
  opacity: 0;
}
.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

/* .load-wrapp p {padding: 0 0 20px;}
.load-wrapp:last-child {margin-right: 0;}

.line {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
  }
  @keyframes loadingC {
      0 {
        transform: scale(0);
        opacity: 0;
        }
      50% {
        transform: scale(1.3);
        opacity: 1;
      }
      100% {
        transform: scale(0);
        opacity: 0;
        }
    }
.load-wrap .line:nth-last-child(3) {animation: loadingC 1s .3s ease infinite;}
.load-wrap .line:nth-last-child(2) {animation: loadingC 1s .4s ease infinite;}
.load-wrap .line:nth-last-child(1) {animation: loadingC 1s .5s ease infinite;} */
main{
  /* position: relative; */
  overflow: hidden;
}
body.bodyfixed{
  position: fixed;
    width: 100%;
    height: 100%;
}
header.none{
  display: none;
}

.loadind_01{
  animation-delay: 2s;
  transition-delay: 2s;
}
.loadind_02{
  animation-delay: 5s;
  transition-delay: 5s;
}
.loadind_03{
  animation-delay: 8s;
  transition-delay: 8s;
}
.loading_txt{
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  transition: 1s;
  transition-delay: 0.5s;
}

@media screen and (max-width:768px){
  header.none{
    display: none;
    position: inherit;
  }
}
/* /////////////////////
        top
///////////////////// */

.mv .bx-wrapper{
  margin-bottom: 0!important;
}
.mv .bx-wrapper:after {
    content: "";
    width: 100%;
    height: 8px;
    background: rgb(191,51,51);
    background: -moz-linear-gradient(left, rgba(191,51,51,1) 0%, rgba(235,92,29,1) 100%);
    background: -webkit-linear-gradient(left, rgba(191,51,51,1) 0%,rgba(235,92,29,1) 100%);
    background: linear-gradient(to right, rgba(191,51,51,1) 0%,rgba(235,92,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf3333', endColorstr='#eb5c1d',GradientType=1 );
    display: block;
}
.top_kiplist .sec_inner:before {
    content: "";
    position: absolute;
    display: block;
    background: url(assets/img/top/kiplist_bg.gif) center left;
    height: 450px;
    top: 0;
    width: 100%;
    z-index: -1;
}

.top_kiplist ul li{
  width: calc(25% - 22px);
}

.plan_wrap .txtArea {
    width: 42%;
}
.plan_wrap .imgArea {
    width: calc(58% - 30px);
}
.plan_wrap .ttl_read{
  color: #21a0ff;
}
.plan_wrap .plan_ttl span.under{
  border-bottom: 1px solid #333;
  padding-bottom: 3px;
}
.plan_wrap .tags{
  color: #555;
}
.btn_detail a {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #f30000;
    color: #f30000;
    border-radius: 20px;
}

.plan_01 .plan01_bg{
  width: 285px;
  top: -60px;
  right: -30px;
  z-index: -1;
}
.plan_02 .plan02_bg{
  width: 341px;
  top: -20px;
  right: -170px;
  z-index: -1;
}
.plan_03 .plan03_bg{
  width: 194px;
  top: -60px;
  right: -30px;
  z-index: -1;
}
.plan_04 .plan04_bg{
  width: 341px;
  bottom: -70px;
  right: -30px;
  z-index: -1;
}
.plan_05 .plan05_bg{
  width: 192px;
  bottom: -20px;
  right: -30px;
  z-index: -1;
}
.plan_06 .plan06_bg{
  width: 288px;
  top: -60px;
  left: -30px;
  z-index: -1;
}
.plan_07 .plan07_bg{
  width: 288px;
  top: -30px;
  left: -70px;
  z-index: -1;
}
.plan_08 .plan08_bg{
  width: 341px;
  top: -30px;
  right: -170px;
  z-index: -1;
}
.plan_09 .plan09_bg{
  width: 215px;
  bottom: -40px;
  left: -50px;
  z-index: -1;
}
.plan_10 .plan10_bg{
  width: 194px;
  bottom: -30px;
  right: 0;
  z-index: -1;
}
.plan_11 .plan11_bg{
  width: 194px;
  top: -30px;
  right: -70px;
  z-index: -1;
}
.plan_12 .plan12_bg{
  width: 194px;
  top: -30px;
  left: -70px;
  z-index: -1;
}
.plan_13 .plan13_bg{
  width: 194px;
  top: -30px;
  left: -30px;
  z-index: -1;
}
.plan_14 .plan14_bg{
  width: 340px;
  top: 0;
  left: -30px;
  z-index: -1;
}
.plan_15 .plan15_bg{
  width: 440px;
  bottom: -20px;
  right: -30px;
  z-index: -1;
}
.plan_16 .plan16_bg{
  width: 340px;
  bottom: -50px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width:1600px){
  main #container {
    width: calc(100% - 200px);
    margin-left: auto;
    max-width: 1680px;
}
  .plan_01 .plan01_bg {
      width: 19.5vw;
      top: -4vw;
      right: -20px;
      z-index: -1;
  }
  .plan_02 .plan02_bg {
      width: 20.8vw;
      top: -1.5vw;
      right: -10vw;
      z-index: -1;
  }
  .plan_03 .plan03_bg {
      width: 11.9vw;
      top: -3.4vw;
      right: -20px;
      z-index: -1;
  }
  .plan_04 .plan04_bg {
      width: 20.8vw;
      bottom: -4.3vw;
      right: -2vw;
      z-index: -1;
  }
  .plan_05 .plan05_bg {
      width: 11.8vw;
      bottom: -1.5vw;
      right: -20px;
      z-index: -1;
  }
  .plan_06 .plan06_bg {
      width: 17.6vw;
      top: -3.5vw;
      left: -20px;
      z-index: -1;
  }
  .plan_07 .plan07_bg {
      width: 17.6vw;
      top: -2vw;
      left: -4vw;
      z-index: -1;
  }
  .plan_08 .plan08_bg {
      width: 20.9vw;
      top: -3vw;
      right: -10vw;
      z-index: -1;
  }
  .plan_09 .plan09_bg {
      width: 12.5vw;
      bottom: -3vw;
      left: -2vw;
      z-index: -1;
  }
  .plan_10 .plan10_bg {
      width: 11.3vw;
      bottom: -2vw;
      right: 0;
      z-index: -1;
  }
  .plan_11 .plan11_bg {
      width: 11.3vw;
      top: -3vw;
      right: -20px;
      z-index: -1;
  }
  .plan_12 .plan12_bg {
      width: 11.3vw;
      top: -2vw;
      left: -20px;
      z-index: -1;
  }
  .plan_13 .plan13_bg {
      width: 11.3vw;
      top: -2vw;
      left: -2vw;
      z-index: -1;
  }
  .plan_14 .plan14_bg {
      width: 19.5vw;
      top: 0;
      left: -20px;
      z-index: -1;
  }
  .plan_15 .plan15_bg {
      width: 29.3vw;
      bottom: -2vw;
      right: -20px;
      z-index: -1;
  }
  .plan_16 .plan16_bg {
      width: 22.7vw;
      bottom: -3vw;
      left: 0;
      z-index: -1;
  }

}
@media screen and (max-width:1200px){

  .plan_wrap .txtArea h2 br.is-pc {
    display: none;
}
}
@media screen and (max-width:1100px){
  main #container {
      width: 100%;
  }
}
@media screen and (max-width:768px){

  .top_kiplist ul.flex_list.wrap {
    flex-wrap: nowrap;
    overflow: scroll;
}
.top_kiplist ul li {
    min-width: 35%;
    margin-left: 15px;
}

.top_kiplist .sec_inner,
.footer_kiplist .sec_inner{
  position: relative;
}
.top_kiplist .sec_inner:before,
.footer_kiplist .sec_inner:before{
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg) translateY(-55%);
  position: absolute;
  top: 55%;
  left: 5px;
  background: no-repeat;
  z-index: 1;
}
.top_kiplist .sec_inner:after,
.footer_kiplist .sec_inner:after{
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-bottom:2px solid #fff;
  border-right:2px solid #fff;
  transform: rotate(-45deg) translateY(-55%);
  position: absolute;
  top: 55%;
  right: 5px;
}
.plan_wrap .txtArea,
.plan_wrap .imgArea {
    width: 100%;
}

.plan_01 .plan01_bg {
    width: 220px;
    top: 30px;
    right: -20px;
    z-index: -1;
}
.plan_02 .plan02_bg {
    width: 220px;
    top: 20px;
    left: -20px;
    z-index: -1;
}
.plan_03 .plan03_bg {
    width: 134px;
    top: 0px;
    right: -20px;
    z-index: -1;
}
.plan_04 .plan04_bg {
    width: 230px;
    bottom: 46px;
    left: -20px;
    z-index: -1;
}
.plan_05 .plan05_bg {
    width: 162px;
    bottom: 50px;
    right: -20px;
    z-index: -1;
}
.plan_06 .plan06_bg {
    width: 248px;
    top: 20px;
    left: -20px;
    z-index: -1;
}
.plan_07 .plan07_bg {
    width: 228px;
    top: 20px;
    right: -20px;
    z-index: -1;
    left: inherit;
}
.plan_08 .plan08_bg {
    width: 210px;
    top: 20px;
    right: -20px;
    z-index: -1;
}
.plan_09 .plan09_bg {
    width: 185px;
    bottom: 100px;
    left: -20px;
    z-index: -1;
}
.plan_10 .plan10_bg {
    width: 194px;
    bottom: 110px;
    right: 0;
    z-index: -1;
}
.plan_11 .plan11_bg {
    width: 164px;
    top: 80px;
    right: -20px;
    z-index: -1;
}
.plan_12 .plan12_bg {
    width: 164px;
    top: 20px;
    left: -20px;
    z-index: -1;
}
.plan_13 .plan13_bg {
    width: 164px;
    top: 20px;
    left: -20px;
    z-index: -1;
}
.plan_14 .plan14_bg {
    width: 230px;
    top: 60px;
    left: -20px;
    z-index: -1;
}
.plan_15 .plan15_bg {
    width: 230px;
    bottom: 150px;
    right: -20px;
    z-index: -1;
}
.plan_16 .plan16_bg {
    width: 210px;
    bottom: 150px;
    left: 0;
    z-index: -1;
}

}


.red{
  color: red;
}