@charset "UTF-8";
#container {
  overflow: hidden; }

/*
@import "common";
*/
/* 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ホーム
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
---------------------------------------
header
---------------------------------------
---------------------------------------
共通箇所・汎用スタイル
---------------------------------------
*/
/* 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
共通箇所
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
---------------------------------------
---------------------------------------
*/
/* 
---------------------------------------
背景色定義
---------------------------------------
*/
/*ライトグレー*/
@media screen and (max-width: 767px) {
  .gray_bg {
    padding: 8% 0 10%;
    background: #f2f2f2; } }
@media screen and (min-width: 768px) {
  .gray_bg {
    padding: 4vw 0 4vw;
    background: #f2f2f2; } }
/* 
---------------------------------------
セッションごとの空き
---------------------------------------
*/
@media screen and (max-width: 767px) {
  .space_first {
    padding: 4% 0; }

  .space_second {
    padding: 0 0 8%; } }
@media screen and (min-width: 768px) {
  .space_first {
    padding: 50px 0 80px;
    padding: 5vw 0 8vw; }

  .space_second {
    padding: 0 0 90px;
    padding: 0 0 9vw; } }
/* 
---------------------------------------
TxtBox　定義リスト
---------------------------------------
*/
@media screen and (max-width: 767px) {
  .TxtBox dt {
    font-size: 120%;
    /*margin-bottom: 0.5em;*/
    font-weight: bold; }

  .TxtBox dd + dt {
    margin-top: 1.5em; } }
@media screen and (min-width: 768px) {
  .TxtBox dt {
    font-size: 130%;
    /*margin-bottom: 0.5em;*/
    font-weight: bold; }

  .TxtBox dd + dt {
    margin-top: 2em; } }
/* 
---------------------------------------
.Box_3Column
3カラム オレンジ見出し
スマホ：1カラム
---------------------------------------
*/
/*見出しと説明　レイアウトの箇所*/
@media screen and (max-width: 767px) {
  .Box_3Column {
    display: -ms-flexbox;
    /*IE10*/
    display: flex;
    -ms-flex-pack: justify;
    /*IE10*/
    justify-content: space-between;
    -ms-flex-align: start;
    /*IE10*/
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    /*for IE10*/
    flex-flow: wrap;
    -ms-flex-direction: column;
    flex-direction: column; }

  .Box_3Column .box {
    text-align: left;
    box-sizing: border-box;
    width: 100%; }

  .Box_3Column .box + .box {
    margin-top: 10%; }

  /*  .Box_3Column .box .ssttl {
      border-radius: 12px;
      background-color: #ffa93c;
      height: 40px;
      line-height: 40px;
      color: #fff;
      margin-bottom: 2%;
      text-align: center;
      font-size: 16px;
      font-weight: 500; }*/
  .Box_3Column .box .stxt {
    text-align: center;
    box-sizing: border-box;
    /* width: 48%; */ } }
/*見出しと説明　レイアウトの箇所*/
@media screen and (min-width: 768px) {
  .Box_3Column {
    display: -ms-flexbox;
    /*IE10*/
    display: flex;
    -ms-flex-pack: justify;
    /*IE10*/
    justify-content: space-between;
    -ms-flex-align: start;
    /*IE10*/
    align-items: flex-start; }

  .Box_3Column .box {
    text-align: left;
    box-sizing: border-box;
    width: 320px;
    font-weight: 300; }

  /*  .Box_3Column .box .ssttl {
      border-radius: 12px;
      background-color: #ffa93c;
      height: 40px;
      line-height: 40px;
      color: #fff;
      margin-bottom: 15px;
      text-align: center;
      font-size: 20px;
      font-weight: 500; }*/ }
/* 
---------------------------------------
.Box_2Column
2カラム
スマホ：1カラム
---------------------------------------
*/
/*見出しと説明　レイアウトの箇所*/
@media screen and (max-width: 767px) {
  .Box_2Column {
    display: -ms-flexbox;
    /*IE10*/
    display: flex;
    -ms-flex-pack: justify;
    /*IE10*/
    justify-content: space-between;
    -ms-flex-align: start;
    /*IE10*/
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    /*for IE10*/
    flex-flow: wrap;
    -ms-flex-direction: column;
    flex-direction: column; }

  .Box_2Column .box {
    text-align: left;
    box-sizing: border-box;
    width: 100%; }

  .Box_2Column .box + .box {
    margin-top: 10%; }

  .Box_2Column .box .ssttl {
    border-radius: 5px;
    background-color: #797979;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 2%;
    text-align: center; }

  .Box_2Column .box .stxt {
    text-align: center;
    box-sizing: border-box;
    /* width: 48%; */ } }
/*見出しと説明　レイアウトの箇所*/
@media screen and (min-width: 768px) {
  .Box_2Column {
    display: -ms-flexbox;
    /*IE10*/
    display: flex;
    -ms-flex-pack: justify;
    /*IE10*/
    justify-content: space-between;
    -ms-flex-align: start;
    /*IE10*/
    align-items: flex-start; }

  .Box_2Column .box {
    text-align: left;
    box-sizing: border-box;
    width: 510px; }

  .Box_2Column .box .ssttl {
    border-radius: 5px;
    background-color: #797979;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 500; } }
/* 
---------------------------------------
.WhiteBox
白枠と見出し（BGにlightgrayがある箇所向け）
---------------------------------------
*/
@media screen and (max-width: 767px) {
  .WhiteBox .box {
    background-color: #fff;
    width: 100%;
    padding: 3%;
    position: relative;
    box-sizing: border-box;
    border-radius: 12px; }

  .WhiteBox .box .sttl {
    color: #ff6b95;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 500; }

  .WhiteBox .box + .box {
    margin-top: 5%; } }
@media screen and (min-width: 768px) {
  .WhiteBox {
    width: 890px;
    margin: 0 auto; }

  .WhiteBox .box {
    background-color: #fff;
    padding: 25px 35px;
    border-radius: 12px; }

  .WhiteBox .box .sttl {
    color: #ff6b95;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 500; }

  .WhiteBox .box + .box {
    margin-top: 40px; } }
.WhiteBox .box .sttl.orange {
  color: #ffa93c; }

/* 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
画像入り
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
---------------------------------------
div.img_txt_Box.clearfix>(fig.pic>img)+(div.txt>p)
---------------------------------------
*/
@media screen and (max-width: 767px) {
  .img_txt_Box > .pic {
    width: 200px;
    margin: 0 auto 3%; } }
@media screen and (min-width: 768px) {
  .img_txt_Box {
    /*padding: 0.5em 1em; */ }

  .img_txt_Box .txt {
    float: right;
    width: 650px; }

  .img_txt_Box .txt.left {
    float: left;
    width: 50%; }

  .img_txt_Box > .pic {
    float: left;
    width: 300px;
    vertical-align: top; }

  .img_txt_Box > .pic.right {
    float: right;
    width: 48%; } }
/* 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
tableボックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
---------------------------------------
.TableBox
---------------------------------------
*/
@media screen and (min-width: 768px) {
  .TableBox {
    display: table;
    table-layout: fixed;
    width: 100%; }

  .TableBox .sbox {
    display: table-cell;
    vertical-align: top; } }
/* 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
本文など
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
/* 
---------------------------------------
汎用見出し
横線
---------------------------------------
*/
.Line_ttl {
  display: flex;
  align-items: center; }

.Line_ttl:before,
.Line_ttl:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1; }

.Line_ttl:before {
  margin-right: 1rem; }

.Line_ttl:after {
  margin-left: 1rem; }

/* 
---------------------------------------
ｔａｂｌｅ
.normal
---------------------------------------
*/
@media screen and (max-width: 767px) {
  table.normal th {
    padding: 2% 3%;
    width: 7em; }

  table.normal td {
    padding: 2% 3%; } }
@media screen and (min-width: 768px) {
  table.normal {
    margin: 30px 0 0;
    font-size: 15px; }

  table.normal th {
    padding: 20px 30px;
    width: 20%; }

  table.normal td {
    padding: 20px 40px; } }
table.normal {
  width: 100%; }

table.normal tr:first-child {
  border-top: 1px solid; }

table.normal tr {
  border-bottom: 1px solid; }

table.normal th {
  box-sizing: border-box; }

table.normal th.vat {
  vertical-align: top; }

/* 
---------------------------------------
リストで説明箇所
.list
---------------------------------------
*/
.List_item {
  margin: 2em 0; }

.List_item li:before {
  content: "\f22d";
  margin-right: 0.5em;
  font: normal normal normal 10px/1 FontAwesome;
  color: #fff;
  top: -2px;
  position: relative; }

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

/* 
---------------------------------------
番号付きリスト
---------------------------------------
*/
ol.number {
  counter-increment: number 0;
  /* number カウンタの増加数をセット */ }

ol.number li {
  list-style-type: decimal;
  padding-left: 0.8em;
  text-indent: -0.8em; }

ol.number li + li {
  margin-top: 0.5em; }

/* 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
その他　レスポンシブ用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
/* 
---------------------------------------
定義リスト　テーブル使い
---------------------------------------
*/
@media screen and (max-width: 767px) {
  .dl-table {
    margin: 0;
    line-height: 2;
    font-size: inherit; }

  dl.dl-table dt,
  dl.dl-table dd:not(:last-of-type) {
    margin: 0 0 2%;
    box-sizing: border-box; } }
@media screen and (min-width: 768px) {
  .dl-table {
    padding: 0;
    margin: 0;
    line-height: 2;
    font-size: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  dl.dl-table dt,
  dl.dl-table dd:not(:last-of-type) {
    margin: 0 0 0.6%;
    box-sizing: border-box; } }
.dl-table {
  /*    padding: 0;
  	margin: 0;
  	line-height: 2;
  	font-size: inherit;*/ }

.dl-child {
  /**  dlに入れ子dlをするときのclass  **/
  margin: 0; }

dl.dl-table dt {
  /*float: left;*/
  width: 6em;
  line-height: 1.3em; }

dl.dl-table dd {
  line-height: 1.3em;
  margin-left: 6em; }

dl.dl-table dd:after {
  content: '';
  display: table;
  clear: both;
  height: 0; }

/* 
---------------------------------------
定義リスト　線有
---------------------------------------
*/
dl.dl-table.line dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  /* for no-flexbox browsers */ }

dl.dl-table.line dt, dl.dl-table.line dd {
  line-height: 1.8em; }

dl.dl-table.line dt:after {
  border-top: 1px solid #333;
  content: "";
  display: inline;
  /* for IE */
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1; }

dl.dl-table.line dt:after {
  margin-left: 0.8em; }

/* 
---------------------------------------
スマホ時　tableを横にscrollできるように
---------------------------------------
*/
/*tableのスクロール*/
@media screen and (max-width: 767px) {
  .scroll_ta {
    overflow-x: auto;
    /*white-space: nowrap;*/
    display: block;
    width: auto;
    box-sizing: border-box;
    /*padding-bottom: 20px;*/
    overflow-y: hidden; }

  .scroll_ta:-webkit-scrollbar {
    height: 60px; }

  /*.scroll_ta:-webkit-scrollbar-track{
   background: red;
  border-radius: 5px;
  }*/
  .scroll_ta:-webkit-scrollbar-thumb {
    background: blue;
    border-radius: 5px; }

  .scroll_ta:-webkit-scrollbar-track-piece {
    background: blue; }

  .scroll_ta:after {
    content: "右にフリックすると表がスクロールします";
    padding-left: 1em; } }
/* 
---------------------------------------
背景画像
---------------------------------------
*/
#body {
  background: url(../img2/home/bg.jpg);
  background-size: cover;
  position: relative;
  height: 100vh; }

#body::before {
  /* 透過した黒を重ねる */
  background-color: rgba(0, 0, 0, 0.35);
  /* どの範囲に重ねるかを指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  z-index: -1; }

@media screen and (min-width: 768px) {
  #body {
    overflow: hidden; } }
/* 
---------------------------------------
動画部分
---------------------------------------
*/
@media screen and (max-width: 767px) {
  #body #video {
    display: none; } }
@media screen and (min-width: 768px) {
  #body #video {
    width: 100vw;
    height: 56.2vw;
    position: fixed;
    z-index: -2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); } }
/* 
---------------------------------------
SPじのスライド
---------------------------------------
*/
#wrap {
  position: relative; }

#wrap .slideshow {
  position: relative;
  overflow: hidden; }

#wrap .slideshow .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  background-size: cover;
  background-position: center center; }

@media screen and (min-width: 768px) {
  #wrap {
    display: none; } }
@media screen and (max-width: 767px) {
  #wrap {
    position: relative; }

  #wrap .slideshow {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: -2; }
  #wrap .slideshow .item:nth-of-type(1) {
    background-image: url(/img2/kv/01.jpg); }
  #wrap .slideshow .item:nth-of-type(2) {
    background-image: url(/img2/kv/02.jpg); }
  #wrap .slideshow .item:nth-of-type(3) {
    background-image: url(/img2/kv/03.jpg); }
  #wrap .slideshow .item:nth-of-type(4) {
    background-image: url(/img2/kv/04.jpg); }
  #wrap .slideshow .item:nth-of-type(5) {
    background-image: url(/img2/kv/05.jpg); }
  #wrap .slideshow .item:nth-of-type(6) {
    background-image: url(/img2/kv/06.jpg); } }
/* 
---------------------------------------
kv
---------------------------------------
*/
#kv {
  color: #fff; }

#kv {
  position: relative;
  width: 100%; }

#kv .JpEn_Ttl {
  font-weight: normal;
  margin-bottom: 2vh; }

@media screen and (max-width: 767px) {
  #kv {
    padding: 3vh 0 5vh; }

  #kv .JpEn_Ttl {
    font-size: 2rem; }
    #kv .JpEn_Ttl span {
      font-size: 0.714rem; }

  #kv .img_txt_Box .txt {
    text-align: center; }
  #kv .img_txt_Box .pic {
    width: 70px; } }
@media screen and (min-width: 768px) {
  #kv {
    height: 60vh;
    padding: 20vh 0 10vh; }

  #kv .JpEn_Ttl {
    font-size: 3.75rem; }
    #kv .JpEn_Ttl span {
      font-size: 1.875rem; }
    #kv .JpEn_Ttl::not(span) {
      letter-spacing: 0.05em; }

  #kv .img_txt_Box {
    width: 620px;
    margin: 0 auto; }
    #kv .img_txt_Box .txt {
      font-size: 1.428rem;
      width: auto;
      padding: 0.1vh 0 0; }
    #kv .img_txt_Box .pic {
      width: 100px; } }
@media screen and (min-width: 1600px) {
  #kv {
    height: auto; } }
/* 
---------------------------------------
home01
---------------------------------------
*/
#home01 .Box_2Column .bBox {
  padding: 1.5vh 0vw 1.6vh;
  line-height: 1.4;
  background: #fff; }
#home01 .Box_2Column .ttl {
  font-size: 1.714rem;
  margin-bottom: 0; }
  #home01 .Box_2Column .ttl::after {
    display: none; }
  #home01 .Box_2Column .ttl::before {
    content: "＞";
    color: #ef5716;
    margin-right: 5px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Avenir, "Helvetica Neue", Helvetica, Verdana, Roboto;
    font-size: 70%;
    position: relative;
    top: -3px; }

@media screen and (max-width: 767px) {
  #home01 {
    margin-bottom: 3vh;
    padding: 0 5%; }

  #home01 .Box_2Column .bBox {
    padding: 1.2vh 0vw 1.2vh; }
  #home01 .Box_2Column a {
    background-size: 100% auto;
    padding-top: 13vh; }
  #home01 .Box_2Column .box + .box {
    margin-top: 3vh; }
  #home01 .Box_2Column .ttl {
    font-size: 1.5rem; } }
@media screen and (min-width: 768px) {
  #home01 {
    height: 34vh; }

  #home01 .Box_2Column {
    height: 270px; }
    #home01 .Box_2Column .box {
      width: 480px; }
    #home01 .Box_2Column .ttl {
      height: 100%;
      font-size: 1.75rem;
      /*		strong{
      			display: block;
      			background: #fff;
      			color: $mainColor;
      			width: 75%;
      			margin: 0 auto 0.5em;
      			font-size: 1.071rem;
      		}
      		span{
      			font-size: 1rem;
      			font-weight: bold;
      			display: block;
      			letter-spacing: 0.105em;
      		}*/ }

  #home01 .box a {
    background-size: auto 140px;
    padding-top: 140px;
    transition: .3s; } }
#home01 .box a:hover {
  color: #000; }

#home01 .box a {
  background-repeat: no-repeat;
  display: block; }

#home01 .box:nth-child(1) a {
  background-image: url(/img2/home/01_pic_01.jpg); }

#home01 .box:nth-child(2) a {
  background-image: url(/img2/home/01_pic_02.jpg); }

/* 
---------------------------------------
footer
---------------------------------------
*/
#footer {
  margin-top: 0;
  padding: 2vh 0;
  background: transparent; }
  #footer #copy {
    margin-top: 0; }
