@charset "UTF-8";
/*=====================================================================================
---------------------------------------------------------------------------------------
	ホバーアクション
---------------------------------------------------------------------------------------
=====================================================================================*/
/* 上に回転
------------------------------------------------------------ */
/* line 10, sass/_common.scss */
.transformY {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

/* line 15, sass/_common.scss */
.transformY a:hover {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear; }

/* 徐々にfade
------------------------------------------------------------ */
/* line 27, sass/_common.scss */
.fade {
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out; }

/* line 33, sass/_common.scss */
.fade:hover {
  opacity: 0.6;
  filter: alpha(opacity=60); }

/*=====================================================================================
---------------------------------------------------------------------------------------
	header
---------------------------------------------------------------------------------------
=====================================================================================*/
/* line 46, sass/_common.scss */
#headerBox {
  width: 100%;
  margin: 0 auto;
  z-index: 9;
  z-index: 9;
  background: rgba(255, 255, 255, 0.5) repeat-x;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto; }

/* line 54, sass/_common.scss */
#header {
  width: 980px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  padding: 0px 40px; }
  @media screen and (max-width: 1060px) {
    /* line 54, sass/_common.scss */
    #header {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 2em; } }
  @media screen and (max-width: 480px) {
    /* line 54, sass/_common.scss */
    #header {
      padding: 0 1em; } }

/* line 69, sass/_common.scss */
#header h1 a {
  float: left;
  background: url(../../../img/common/logo.png) no-repeat;
  height: 0;
  padding: 27px 0 0 0;
  width: 196px;
  overflow: hidden;
  opacity: 1;
  margin-top: 20px; }
  @media screen and (max-width: 1060px) {
    /* line 69, sass/_common.scss */
    #header h1 a {
      margin: 10px 0; } }

/* line 82, sass/_common.scss */
#header h1 a:hover {
  opacity: 0.6; }

/* line 85, sass/_common.scss */
.gnav {
  display: block;
  overflow: hidden;
  float: right;
  padding: 20px 0; }

/* line 91, sass/_common.scss */
.gnav li {
  float: left;
  padding: 0 0px 0 40px; }

/* line 95, sass/_common.scss */
.gnav li a {
  font-size: 16px;
  letter-spacing: 0.08em;
  text-decoration: none;
  font-family: "ff-meta-serif-web-pro",Georgia,"Times New Roman",Times,serif;
  color: #222;
  opacity: 1;
  display: block; }

/* line 104, sass/_common.scss */
.gnav li a:hover {
  text-decoration: none; }

/* G-navのアクション
------------------------------------------------------------ */
/* line 112, sass/_common.scss */
menu li {
  position: relative; }

/* line 115, sass/_common.scss */
menu li a::before,
menu li a::after {
  position: absolute;
  top: 50%;
  left: 40%;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2); }

/* effect3用 */
/* line 135, sass/_common.scss */
menu li a.effect3::before,
menu li a.effect3::after {
  left: 53%; }

/* effect4用 */
/* line 140, sass/_common.scss */
menu li a.effect4::before,
menu li a.effect4::after {
  left: 45%; }

/* effect5用 */
/* line 145, sass/_common.scss */
menu li a.effect5::before,
menu li a.effect5::after {
  left: 45%; }

/* line 149, sass/_common.scss */
menu li a::after {
  width: 25px;
  height: 25px;
  border-width: 5px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8); }

/* line 158, sass/_common.scss */
menu li a:hover::before,
menu li a:hover::after,
menu li a:focus::before,
menu li a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1); }

/* =======================================
	大元
======================================= */
/* line 173, sass/_common.scss */
#wrapper {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  line-height: 160%;
  color: #000;
  text-align: center;
  background: #fff;
  position: relative; }

/* .stageSlide
--------------------------- */
/* line 189, sass/_common.scss */
.stageSlide {
  position: relative;
  overflow: hidden;
  visibility: hidden; }

/* line 194, sass/_common.scss */
.stageSlide .slideWrap {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden; }

/* line 200, sass/_common.scss */
.stageSlide .slideWrap:before,
.stageSlide .slideWrap:after {
  content: " ";
  display: table; }

/* line 205, sass/_common.scss */
.stageSlide .slideWrap:after {
  clear: both; }

/* line 206, sass/_common.scss */
.stageSlide .slideWrap {
  *zoom: 1; }

/* line 208, sass/_common.scss */
.stageSlide .slidePanel {
  float: left;
  overflow: hidden; }

/* line 213, sass/_common.scss */
.stageSlide .sdPrev,
.stageSlide .sdNext {
  margin-top: -25px;
  top: 50%;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 99; }

/* line 223, sass/_common.scss */
.stageSlide .sdPrev {
  left: 80px;
  background: transparent no-repeat left top;
  /*
  background: transparent url(../../../img/slide_prev.png) no-repeat left top;
  */ }

/* line 230, sass/_common.scss */
.stageSlide .sdNext {
  right: 80px;
  background: transparent no-repeat left top;
  /*
  background: transparent url(../../../img/slide_next.png) no-repeat left top;
  */ }

/* line 238, sass/_common.scss */
.stageSlide .slideNav {
  bottom: 70px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 98; }

/* line 247, sass/_common.scss */
.stageSlide .slideNav a {
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent no-repeat center center;
  /*
  background: transparent url(../../../img/nav.png) no-repeat center center;
  */
  display: inline-block;
  overflow: hidden; }

/* line 258, sass/_common.scss */
.stageSlide .slideNav a.pnActive {
  background: transparent no-repeat center center;
  /*
  background: transparent url(../../../img/nav_acv.png) no-repeat center center;
  */ }

/*=====================================================================================
---------------------------------------------------------------------------------------
	ぱんくず
---------------------------------------------------------------------------------------
=====================================================================================*/
/* line 270, sass/_common.scss */
p#pankz {
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 0;
  width: 100%; }

/* line 275, sass/_common.scss */
p#pankz span {
  display: block;
  width: 980px;
  margin: 0 auto;
  text-align: left;
  font-size: 13px; }
  @media screen and (max-width: 1060px) {
    /* line 275, sass/_common.scss */
    p#pankz span {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 2em; } }
  @media screen and (max-width: 480px) {
    /* line 275, sass/_common.scss */
    p#pankz span {
      padding: 0 1em; } }

/* line 289, sass/_common.scss */
p#pankz span a {
  font-size: 13px; }

/* line 292, sass/_common.scss */
p#pankz a#home {
  background: url(../../../img/common/home.gif) no-repeat center left;
  padding: 20px 0 0 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  width: 21px; }

/* line 302, sass/_common.scss */
p#pankz a#home:hover {
  opacity: 0.6; }

/*=====================================================================================
---------------------------------------------------------------------------------------
	inner
---------------------------------------------------------------------------------------
=====================================================================================*/
/* line 314, sass/_common.scss */
article.inner_content {
  width: 980px;
  margin: 0 auto;
  padding: 70px 0 180px 0; }
  @media screen and (max-width: 1060px) {
    /* line 314, sass/_common.scss */
    article.inner_content {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 3em 2em 9em 2em; } }
  @media screen and (max-width: 480px) {
    /* line 314, sass/_common.scss */
    article.inner_content {
      padding: 3em 1em 5em 1em; } }
  /* line 325, sass/_common.scss */
  article.inner_content.freepage_article {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }
    /* line 328, sass/_common.scss */
    article.inner_content.freepage_article .innerbox {
      width: 980px;
      margin: 0 auto; }
    @media screen and (max-width: 1060px) {
      /* line 333, sass/_common.scss */
      article.inner_content.freepage_article .innerbox {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 2em; } }
    @media screen and (max-width: 480px) {
      /* line 339, sass/_common.scss */
      article.inner_content.freepage_article .innerbox {
        padding: 0 1em; } }

/* line 345, sass/_common.scss */
.inner {
  width: 980px;
  margin: 0 auto; }

/* line 349, sass/_common.scss */
.clear {
  display: block;
  overflow: hidden; }

/* line 354, sass/_common.scss */
.caption {
  text-align: left;
  display: block;
  padding: 0px 30px; }

/*=====================================================================================
---------------------------------------------------------------------------------------
	hシリーズ
---------------------------------------------------------------------------------------
=====================================================================================*/
/* 
-------------------------------------------------
	メインビジュアル
------------------------------------------------- */
/* line 373, sass/_common.scss */
h2#mainV {
  height: 0;
  padding: 480px 0 0 0;
  overflow: hidden; }
  @media screen and (max-width: 1060px) {
    /* line 373, sass/_common.scss */
    h2#mainV {
      padding: 45% 0 0 0; } }

/* 
-------------------------------------------------
	テキストスタイル（メインテキスト）	
------------------------------------------------- */
/* line 389, sass/_common.scss */
article h3.text {
  font-size: 14px;
  text-align: center;
  line-height: 300%;
  margin: 0 0 100px;
  background: none;
  padding: 0; }

/* line 397, sass/_common.scss */
article h3.text span {
  font-size: 30px;
  display: block;
  margin: 0 0 15px; }

/* line 403, sass/_common.scss */
article h4.min {
  font-size: 30px;
  display: block;
  text-align: center;
  font-family: YuMincho, '游明朝', serif; }

/* line 409, sass/_common.scss */
article h4.min span {
  font-size: 20px;
  display: block;
  font-family: YuMincho, '游明朝', serif; }

/* line 414, sass/_common.scss */
article h3.text span.min {
  font-family: YuMincho, '游明朝', serif; }

/* line 418, sass/_common.scss */
.lefttext {
  text-align: left;
  padding: 30px 0 60px; }

/* line 423, sass/_common.scss */
.textBox {
  padding: 30px 0;
  width: 980px;
  margin: 0 auto; }

/* 
-------------------------------------------------
	テキストスタイル（メインテキスト）	
------------------------------------------------- */
/* line 434, sass/_common.scss */
article h3 {
  font-size: 20px;
  background: url(../../../img/common/h3_line.gif) no-repeat left center;
  vertical-align: middle;
  padding: 0 0 0 40px;
  margin: 0 0 40px; }

/*=====================================================================================
---------------------------------------------------------------------------------------
	アイコン系のスタイル
---------------------------------------------------------------------------------------
=====================================================================================*/
/* 
-------------------------------------------------
	別タブリンク	
------------------------------------------------- */
/* line 454, sass/_common.scss */
.link {
  background: url(../../../img/common/fooArrow.gif) no-repeat right center;
  vertical-align: middle;
  padding: 0 15px 0 0px;
  font-size: 12px; }

/* 
-------------------------------------------------
	別タブリンク	
------------------------------------------------- */
/* line 467, sass/_common.scss */
.blank {
  background: url(../../../img/common/blank.gif) no-repeat right center;
  vertical-align: middle;
  padding: 0 30px 0 0px;
  font-size: 12px; }

/* 
-------------------------------------------------
	PDFリンク	
------------------------------------------------- */
/* line 479, sass/_common.scss */
a.pdfIcon {
  background: url(../../../img/common/pdfIcon.gif) no-repeat right center;
  padding: 0 30px 0 0; }

/*=====================================================================================
---------------------------------------------------------------------------------------
	tableスタイル
---------------------------------------------------------------------------------------
=====================================================================================*/
/* line 494, sass/_common.scss */
table.table {
  /*border:1px solid #efefef;*/
  border-collapse: collapse;
  width: 920px;
  margin: 0 auto; }

/* line 500, sass/_common.scss */
table.table th,
table.table td {
  padding: 10px 20px;
  text-align: center;
  border-top: 1px solid #a9a9a9; }

/* line 506, sass/_common.scss */
table.table tr:last-child {
  border-bottom: 1px solid #a9a9a9; }

/* line 509, sass/_common.scss */
table.table th {
  background: #F5F5F5;
  color: #575757;
  font-size: 14px;
  width: 25%;
  text-align: center; }

/* line 516, sass/_common.scss */
table.table td {
  width: 35%; }

/* line 519, sass/_common.scss */
table.table td.gray {
  background: #f7f7f7; }

/* line 523, sass/_common.scss */
table.table td span {
  font-size: 12px; }

/*=====================================================================================
---------------------------------------------------------------------------------------
	コンテンツメニュー
---------------------------------------------------------------------------------------
=====================================================================================*/
/* line 533, sass/_common.scss */
article nav#contentMenu {
  border-bottom: 3px double #dcdcdc;
  border-top: 3px double #dcdcdc;
  margin: 0 0 0; }

/* line 538, sass/_common.scss */
article nav#contentMenu ul {
  display: block;
  max-width: 848px;
  margin: 0 auto;
  padding: 2em 0;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -2em; }
  @media screen and (max-width: 900px) {
    /* line 538, sass/_common.scss */
    article nav#contentMenu ul {
      padding: 2em; } }
  @media screen and (max-width: 480px) {
    /* line 538, sass/_common.scss */
    article nav#contentMenu ul {
      margin-top: 0;
      padding: 0 2em; } }

/* line 555, sass/_common.scss */
article nav#contentMenu ul li {
  border-right: 1px solid #dddddd;
  width: 25%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  margin-top: 2em; }
  @media screen and (max-width: 1060px) {
    /* line 555, sass/_common.scss */
    article nav#contentMenu ul li {
      letter-spacing: 0;
      width: auto;
      height: auto; } }
  @media screen and (max-width: 768px) {
    /* line 555, sass/_common.scss */
    article nav#contentMenu ul li {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    /* line 555, sass/_common.scss */
    article nav#contentMenu ul li {
      width: 100%;
      border-right: none;
      border-top: 1px solid #dddddd;
      margin-top: 0; } }

@media screen and (min-width: 1061px) {
  /* line 578, sass/_common.scss */
  article nav#contentMenu ul li:nth-child(4n+1) {
    border-left: 1px solid #dddddd !important; } }
@media screen and (max-width: 1060px) and (min-width: 769px) {
  /* line 583, sass/_common.scss */
  article nav#contentMenu ul li:nth-child(4) {
    border-left: 1px solid #dddddd !important; } }
@media screen and (max-width: 768px) and (min-width: 481px) {
  /* line 589, sass/_common.scss */
  article nav#contentMenu ul li:nth-child(2n+1) {
    border-left: 1px solid #dddddd !important; }
  /* line 592, sass/_common.scss */
  article nav#contentMenu ul li:nth-last-child(-n+3) {
    width: 33.33%; }
  /* line 595, sass/_common.scss */
  article nav#contentMenu ul li:last-child {
    border-left: none !important; } }
/* line 600, sass/_common.scss */
article nav#contentMenu ul li:nth-child(1) {
  border-left: 1px solid #dddddd !important; }
  @media screen and (max-width: 480px) {
    /* line 600, sass/_common.scss */
    article nav#contentMenu ul li:nth-child(1) {
      border: none !important; } }

/* line 608, sass/_common.scss */
article nav#contentMenu ul li a {
  padding: 7px 0px 19px;
  text-decoration: none;
  font-size: 13px;
  display: block;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }
  @media screen and (max-width: 1060px) {
    /* line 608, sass/_common.scss */
    article nav#contentMenu ul li a {
      font-size: 2vw; } }
  @media screen and (max-width: 768px) {
    /* line 608, sass/_common.scss */
    article nav#contentMenu ul li a {
      font-size: 2.5vw; } }
  @media screen and (max-width: 480px) {
    /* line 608, sass/_common.scss */
    article nav#contentMenu ul li a {
      font-size: 4vw; } }
  @media screen and (max-width: 1060px) {
    /* line 608, sass/_common.scss */
    article nav#contentMenu ul li a {
      padding: 0.5em 2em; } }
  @media screen and (max-width: 480px) {
    /* line 608, sass/_common.scss */
    article nav#contentMenu ul li a {
      padding: 1em; } }

/* line 624, sass/_common.scss */
article nav#contentMenu ul li a:hover {
  border-bottom: 1px solid #cccccc;
  text-decoration: none; }
  @media screen and (max-width: 480px) {
    /* line 624, sass/_common.scss */
    article nav#contentMenu ul li a:hover {
      border-bottom: none !important; } }

/* line 631, sass/_common.scss */
article nav#contentMenu ul li span {
  border-bottom: 1px solid #dddddd;
  padding: 7px 0px 19px;
  font-size: 13px;
  width: 210px;
  display: block; }

/*=====================================================================================
---------------------------------------------------------------------------------------
	Pagetop
---------------------------------------------------------------------------------------
=====================================================================================*/
/* line 647, sass/_common.scss */
#pagetop {
  position: fixed;
  right: 8%;
  bottom: 48px;
  opacity: 0.7;
  background: #2b170c; }
  @media screen and (max-width: 1500px) {
    /* line 647, sass/_common.scss */
    #pagetop {
      right: 2em; } }
  @media screen and (max-width: 480px) {
    /* line 647, sass/_common.scss */
    #pagetop {
      display: none !important; } }

/* line 660, sass/_common.scss */
#pagetop a {
  background: url(../../../img/common/pagetop.png) no-repeat center;
  vertical-align: middle;
  padding: 10px 15px;
  overflow: hidden;
  width: 17px;
  display: block;
  text-indent: -8888px; }

/* line 670, sass/_common.scss */
#pagetop:hover {
  opacity: 1; }

/* line 676, sass/_common.scss */
#pagetop_sp {
  display: none; }
  @media screen and (max-width: 1060px) {
    /* line 676, sass/_common.scss */
    #pagetop_sp {
      font-size: 2vw; } }
  @media screen and (max-width: 768px) {
    /* line 676, sass/_common.scss */
    #pagetop_sp {
      font-size: 2.5vw; } }
  @media screen and (max-width: 480px) {
    /* line 676, sass/_common.scss */
    #pagetop_sp {
      font-size: 4vw; } }
  @media screen and (max-width: 480px) {
    /* line 676, sass/_common.scss */
    #pagetop_sp {
      display: block;
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      background: #fff; }
      /* line 684, sass/_common.scss */
      #pagetop_sp a {
        display: block;
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1em; }
      /* line 689, sass/_common.scss */
      #pagetop_sp img {
        width: 3em;
        height: auto; } }

/*=====================================================================================
---------------------------------------------------------------------------------------
	footer
---------------------------------------------------------------------------------------
=====================================================================================*/
/* line 705, sass/_common.scss */
#footer {
  background: #2b170c;
  width: 100%;
  padding: 8px 0;
  top: auto;
  bottom: 0;
  z-index: 9;
  position: relative; }

/* line 714, sass/_common.scss */
#footer section {
  width: 1060px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1; }
  @media screen and (max-width: 1140px) {
    /* line 714, sass/_common.scss */
    #footer section {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 40px; } }
  @media screen and (max-width: 1060px) {
    /* line 714, sass/_common.scss */
    #footer section {
      padding: 0 2em; } }
  @media screen and (max-width: 480px) {
    /* line 714, sass/_common.scss */
    #footer section {
      padding: 0; } }

/* line 730, sass/_common.scss */
#footer .foo01 {
  margin: 5px 0 0 0; }
  @media screen and (max-width: 1060px) {
    /* line 730, sass/_common.scss */
    #footer .foo01 {
      float: right; } }
  @media screen and (max-width: 768px) {
    /* line 730, sass/_common.scss */
    #footer .foo01 {
      float: none;
      clear: both;
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center; } }
  @media screen and (max-width: 480px) {
    /* line 730, sass/_common.scss */
    #footer .foo01 {
      padding: 2em 0; } }

/* line 745, sass/_common.scss */
#footer .foo01 li {
  float: left; }
  @media screen and (max-width: 768px) {
    /* line 745, sass/_common.scss */
    #footer .foo01 li {
      float: none;
      display: inline-block; } }

/* line 752, sass/_common.scss */
#footer .foo01 li a {
  background: url(../../../img/common/fooArrow.gif) no-repeat left center;
  padding: 0 10px;
  font-size: 10px;
  color: #fff; }

/* line 758, sass/_common.scss */
#footer .foo02 {
  display: block;
  overflow: hidden;
  float: left; }
  @media screen and (max-width: 768px) {
    /* line 758, sass/_common.scss */
    #footer .foo02 {
      float: none;
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center; } }

/* line 768, sass/_common.scss */
#footer .foo02 li {
  float: left; }
  @media screen and (max-width: 768px) {
    /* line 768, sass/_common.scss */
    #footer .foo02 li {
      float: none;
      display: inline-block; } }
  @media screen and (max-width: 480px) {
    /* line 768, sass/_common.scss */
    #footer .foo02 li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: rgba(255, 255, 255, 0.15) solid 1px; } }

/* line 779, sass/_common.scss */
#footer .foo02 li a,
#footer .foo02 li span {
  padding: 0 20px 0 0px;
  margin: 0 20px 0 0px;
  color: #fff;
  font-size: 12px; }
  @media screen and (max-width: 600px) {
    /* line 779, sass/_common.scss */
    #footer .foo02 li a,
    #footer .foo02 li span {
      padding: 0 10px 0 0px;
      margin: 0 10px 0 0px; } }
  @media screen and (max-width: 480px) {
    /* line 779, sass/_common.scss */
    #footer .foo02 li a,
    #footer .foo02 li span {
      padding: 0;
      margin: 0; } }
  @media screen and (max-width: 480px) and (max-width: 1060px) {
    /* line 779, sass/_common.scss */
    #footer .foo02 li a,
    #footer .foo02 li span {
      font-size: 2vw; } }
  @media screen and (max-width: 480px) and (max-width: 768px) {
    /* line 779, sass/_common.scss */
    #footer .foo02 li a,
    #footer .foo02 li span {
      font-size: 2.5vw; } }
  @media screen and (max-width: 480px) and (max-width: 480px) {
    /* line 779, sass/_common.scss */
    #footer .foo02 li a,
    #footer .foo02 li span {
      font-size: 4vw; } }

@media screen and (max-width: 768px) {
  /* line 798, sass/_common.scss */
  #footer .foo02 li:last-child a,
  #footer .foo02 li:last-child span {
    padding: 0;
    margin: 0; } }
@media screen and (max-width: 480px) {
  /* line 806, sass/_common.scss */
  #footer .foo02 li a {
    display: block;
    padding: 1.5em;
    text-decoration: none; }
    /* line 810, sass/_common.scss */
    #footer .foo02 li a:last-child {
      padding: 1.5em; } }

/* line 817, sass/_common.scss */
#footer .foo02 li span {
  color: #999; }

/* line 819, sass/_common.scss */
#footer .copyright {
  float: right;
  color: #fff;
  font-size: 9px;
  margin: 5px 0 0 0;
  font-family: "ff-meta-serif-web-pro",Georgia,"Times New Roman",Times,serif; }
  @media screen and (max-width: 1060px) {
    /* line 819, sass/_common.scss */
    #footer .copyright {
      clear: both;
      float: none;
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      margin: 1em 0; } }

/* =======================================================================================================================
　　　　　　　　　格納ナビゲーション
======================================================================================================================= */
/* line 4, sass/_spnav.scss */
.hm_btn, .hm_menu_wrap {
  display: none; }
  @media screen and (max-width: 1060px) {
    /* line 4, sass/_spnav.scss */
    .hm_btn, .hm_menu_wrap {
      display: block; } }

/* 通常のナビを隠す */
@media screen and (max-width: 1060px) {
  /* line 13, sass/_spnav.scss */
  .pcnav .gnav {
    display: none; } }

/* line 20, sass/_spnav.scss */
.hm_menu_check {
  /* チェックボックスを隠す */
  display: none; }

/* メニューボタン */
/* line 25, sass/_spnav.scss */
.hm_btn {
  font-size: 15px;
  position: fixed;
  width: 1.33em;
  height: 1.2em;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 4vw;
  border: rgba(255, 255, 255, 0) solid 1em;
  border-right: none;
  z-index: 9999999999991; }
  @media screen and (max-width: 480px) {
    /* line 25, sass/_spnav.scss */
    .hm_btn {
      right: 1em; } }

/* line 42, sass/_spnav.scss */
.triple .hm_btn {
  position: fixed; }

/* line 47, sass/_spnav.scss */
.hm_btn::before {
  -webkit-box-shadow: #2b170c 0 0.532em 0;
  box-shadow: #2b170c 0 0.532em 0; }

/* line 51, sass/_spnav.scss */
.hm_btn::after {
  bottom: 0; }

/* line 54, sass/_spnav.scss */
.hm_btn::before,
.hm_btn::after {
  width: 1.33em;
  height: 0.13em;
  background: #2b170c;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
  transition: box-shadow 0.2s linear, transform 0.2s 0.2s; }

/* =============== 格納領域 ========================================================= */
/* line 68, sass/_spnav.scss */
.hm_menu_wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999; }

/* line 86, sass/_spnav.scss */
.hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -19px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

/* line 95, sass/_spnav.scss */
.hm_inner:before {
  content: "";
  display: block; }

/* line 99, sass/_spnav.scss */
.menucontent {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  -webkit-transition: top 1.0s;
  transition: top 1.0s;
  padding-top: 47px;
  background: white;
  /* メニュー中身デザイン */ }
  /* line 110, sass/_spnav.scss */
  .menucontent .spnav {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 112, sass/_spnav.scss */
    .menucontent .spnav .gnav {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-align: stretch;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch;
      padding: 1em 2em; }
      /* line 116, sass/_spnav.scss */
      .menucontent .spnav .gnav li {
        float: none;
        padding: 0; }
      @media screen and (max-width: 768px) {
        /* line 112, sass/_spnav.scss */
        .menucontent .spnav .gnav {
          display: block;
          padding: 0; }
          /* line 123, sass/_spnav.scss */
          .menucontent .spnav .gnav li {
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 1em;
            border-top: rgba(0, 0, 0, 0.15) solid 1px; }
            /* line 127, sass/_spnav.scss */
            .menucontent .spnav .gnav li a {
              color: #1170c1; } }

/* 開閉時のアニメーション */
/* line 137, sass/_spnav.scss */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1.0;
  filter: alpha(opacity=100);
  visibility: visible; }

/* line 142, sass/_spnav.scss */
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  height: auto; }

/* line 149, sass/_spnav.scss */
.hm_menu_check:checked ~ .hm_btn {
  position: fixed; }

/* line 153, sass/_spnav.scss */
.hm_menu_check:checked ~ .hm_btn::before {
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(45deg) translate3d(0.266em, 0.49em, 0);
  transform: rotate(45deg) translate3d(0.266em, 0.49em, 0); }

/* line 159, sass/_spnav.scss */
.hm_menu_check:checked ~ .hm_btn::after {
  -webkit-transform: rotate(-45deg) translate3d(0.266em, -0.49em, 0);
  transform: rotate(-45deg) translate3d(0.266em, -0.49em, 0); }

/* フレキシブルボックス */
/* line 2, sass/elements/_block.scss */
.flexbox {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 5, sass/elements/_block.scss */
  .flexbox.box2 li {
    width: 50%; }
  /* line 10, sass/elements/_block.scss */
  .flexbox.box3 li {
    width: 33.33%; }

/* フォーム */
/* line 3, sass/elements/_form.scss */
.formbox .formtable {
  list-style: none inside;
  /*border:1px solid #efefef;*/
  border-collapse: collapse;
  position: relative;
  width: 100%;
  margin: 0 auto; }
  /* line 10, sass/elements/_form.scss */
  .formbox .formtable li {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 12, sass/elements/_form.scss */
    .formbox .formtable li:last-child {
      border-bottom: 1px solid #a9a9a9; }
    /* line 15, sass/elements/_form.scss */
    .formbox .formtable li label, .formbox .formtable li .flbox {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 18, sass/elements/_form.scss */
      .formbox .formtable li label .th, .formbox .formtable li label .td, .formbox .formtable li .flbox .th, .formbox .formtable li .flbox .td {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0.75em 1.5em;
        text-align: center;
        border-top: 1px solid #a9a9a9; }
      /* line 24, sass/elements/_form.scss */
      .formbox .formtable li label .th, .formbox .formtable li .flbox .th {
        background: #F5F5F5;
        color: #575757;
        font-size: 1em;
        width: 27%;
        text-align: left;
        padding: 1.5em 0;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
        @media screen and (max-width: 1060px) {
          /* line 24, sass/elements/_form.scss */
          .formbox .formtable li label .th, .formbox .formtable li .flbox .th {
            width: 30%; } }
        @media screen and (max-width: 768px) {
          /* line 24, sass/elements/_form.scss */
          .formbox .formtable li label .th, .formbox .formtable li .flbox .th {
            width: 40%; } }
        @media screen and (max-width: 480px) {
          /* line 24, sass/elements/_form.scss */
          .formbox .formtable li label .th, .formbox .formtable li .flbox .th {
            width: 100%;
            background: #DEE3E8; } }
        /* line 42, sass/elements/_form.scss */
        .formbox .formtable li label .th div, .formbox .formtable li .flbox .th div {
          width: 12em; }
        /* line 45, sass/elements/_form.scss */
        .formbox .formtable li label .th .required, .formbox .formtable li .flbox .th .required {
          background: #f8391f;
          padding: 0.2em 0.5em;
          color: #ffffff;
          border-radius: 0.33em;
          font-weight: bold;
          font-size: 0.7em;
          margin: 0 0 0 1em; }
      /* line 55, sass/elements/_form.scss */
      .formbox .formtable li label .td, .formbox .formtable li .flbox .td {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left;
        padding: 1.5em; }
        @media screen and (max-width: 480px) {
          /* line 55, sass/elements/_form.scss */
          .formbox .formtable li label .td, .formbox .formtable li .flbox .td {
            -webkit-box-flex: 0;
            -webkit-flex: none;
            -moz-box-flex: 0;
            -ms-flex: none;
            flex: none;
            width: 100%;
            border-top: none;
            background: #F5F5F5; } }
        /* line 65, sass/elements/_form.scss */
        .formbox .formtable li label .td input[type="text"], .formbox .formtable li label .td input[type="email"], .formbox .formtable li label .td input[type="tel"], .formbox .formtable li label .td textarea, .formbox .formtable li .flbox .td input[type="text"], .formbox .formtable li .flbox .td input[type="email"], .formbox .formtable li .flbox .td input[type="tel"], .formbox .formtable li .flbox .td textarea {
          border: 1px dotted #565656;
          padding: 0.7em;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media screen and (max-width: 1060px) {
            /* line 65, sass/elements/_form.scss */
            .formbox .formtable li label .td input[type="text"], .formbox .formtable li label .td input[type="email"], .formbox .formtable li label .td input[type="tel"], .formbox .formtable li label .td textarea, .formbox .formtable li .flbox .td input[type="text"], .formbox .formtable li .flbox .td input[type="email"], .formbox .formtable li .flbox .td input[type="tel"], .formbox .formtable li .flbox .td textarea {
              font-size: 2vw; } }
          @media screen and (max-width: 768px) {
            /* line 65, sass/elements/_form.scss */
            .formbox .formtable li label .td input[type="text"], .formbox .formtable li label .td input[type="email"], .formbox .formtable li label .td input[type="tel"], .formbox .formtable li label .td textarea, .formbox .formtable li .flbox .td input[type="text"], .formbox .formtable li .flbox .td input[type="email"], .formbox .formtable li .flbox .td input[type="tel"], .formbox .formtable li .flbox .td textarea {
              font-size: 2.5vw; } }
          @media screen and (max-width: 480px) {
            /* line 65, sass/elements/_form.scss */
            .formbox .formtable li label .td input[type="text"], .formbox .formtable li label .td input[type="email"], .formbox .formtable li label .td input[type="tel"], .formbox .formtable li label .td textarea, .formbox .formtable li .flbox .td input[type="text"], .formbox .formtable li .flbox .td input[type="email"], .formbox .formtable li .flbox .td input[type="tel"], .formbox .formtable li .flbox .td textarea {
              font-size: 4vw; } }
        /* line 71, sass/elements/_form.scss */
        .formbox .formtable li label .td input[type="text"], .formbox .formtable li label .td input[type="email"], .formbox .formtable li label .td input[type="tel"], .formbox .formtable li .flbox .td input[type="text"], .formbox .formtable li .flbox .td input[type="email"], .formbox .formtable li .flbox .td input[type="tel"] {
          vertical-align: middle;
          margin: 0 0.7em 0 0;
          height: 2.4em; }
          @media screen and (max-width: 768px) {
            /* line 71, sass/elements/_form.scss */
            .formbox .formtable li label .td input[type="text"], .formbox .formtable li label .td input[type="email"], .formbox .formtable li label .td input[type="tel"], .formbox .formtable li .flbox .td input[type="text"], .formbox .formtable li .flbox .td input[type="email"], .formbox .formtable li .flbox .td input[type="tel"] {
              width: 100%; } }
          /* line 78, sass/elements/_form.scss */
          .formbox .formtable li label .td input[type="text"]::placeholder, .formbox .formtable li label .td input[type="email"]::placeholder, .formbox .formtable li label .td input[type="tel"]::placeholder, .formbox .formtable li .flbox .td input[type="text"]::placeholder, .formbox .formtable li .flbox .td input[type="email"]::placeholder, .formbox .formtable li .flbox .td input[type="tel"]::placeholder {
            color: #ccc; }
          /* line 81, sass/elements/_form.scss */
          .formbox .formtable li label .td input[type="text"]:-ms-input-placeholder, .formbox .formtable li label .td input[type="email"]:-ms-input-placeholder, .formbox .formtable li label .td input[type="tel"]:-ms-input-placeholder, .formbox .formtable li .flbox .td input[type="text"]:-ms-input-placeholder, .formbox .formtable li .flbox .td input[type="email"]:-ms-input-placeholder, .formbox .formtable li .flbox .td input[type="tel"]:-ms-input-placeholder {
            color: #ccc; }
          /* line 84, sass/elements/_form.scss */
          .formbox .formtable li label .td input[type="text"]::-ms-input-placeholder, .formbox .formtable li label .td input[type="email"]::-ms-input-placeholder, .formbox .formtable li label .td input[type="tel"]::-ms-input-placeholder, .formbox .formtable li .flbox .td input[type="text"]::-ms-input-placeholder, .formbox .formtable li .flbox .td input[type="email"]::-ms-input-placeholder, .formbox .formtable li .flbox .td input[type="tel"]::-ms-input-placeholder {
            color: #ccc; }
        /* line 88, sass/elements/_form.scss */
        .formbox .formtable li label .td input[type="radio"], .formbox .formtable li .flbox .td input[type="radio"] {
          position: relative;
          top: 0.4em; }
        /* line 92, sass/elements/_form.scss */
        .formbox .formtable li label .td textarea, .formbox .formtable li .flbox .td textarea {
          width: 100%;
          max-width: 40em;
          height: 20em; }
/* line 101, sass/elements/_form.scss */
.formbox .btn {
  display: block;
  margin: 2em auto 0 auto;
  text-align: center;
  width: 259px;
  height: 59px;
  background: url("../../../img/contact/send01.gif") no-repeat 0 0;
  background-size: contain; }
  /* line 109, sass/elements/_form.scss */
  .formbox .btn:hover {
    opacity: 0.7; }
  /* line 112, sass/elements/_form.scss */
  .formbox .btn input {
    display: inline-block;
    width: 259px;
    height: 59px;
    opacity: 0;
    filter: alpha(opacity=0); }
    /* line 117, sass/elements/_form.scss */
    .formbox .btn input:hover {
      cursor: pointer; }

/* コンタクトフォーム7 */
/* line 125, sass/elements/_form.scss */
div.wpcf7-mail-sent-ok {
  border: 2px solid #385eab; }

/*=====================================================================================
---------------------------------------------------------------------------------------
	大元
---------------------------------------------------------------------------------------
=====================================================================================*/
/* line 7, sass/_index.scss */
#front-page {
  /*=====================================================================================
  ---------------------------------------------------------------------------------------
  	全体　stageBase
  ---------------------------------------------------------------------------------------
  =====================================================================================*/
  /* #container
  --------------------------- */
  /*=====================================================================================
  ---------------------------------------------------------------------------------------
  	stage1
  ---------------------------------------------------------------------------------------
  =====================================================================================*/
  /* ステージ１　動画
  --------------------------- */
  /* ----------------------------------------------------------- */
  /* ----------------------------------------------------------- */
  /*=====================================================================================
  ---------------------------------------------------------------------------------------
  	stage2
  ---------------------------------------------------------------------------------------
  =====================================================================================*/
  /* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ */
  /*ChromeとOperaのみだけに適用されるCSSハック*/
  /*=====================================================================================
  ---------------------------------------------------------------------------------------
  	stage3
  ---------------------------------------------------------------------------------------
  =====================================================================================*/
  /* ------------------------------------------------------------ */
  /*=====================================================================================
  ---------------------------------------------------------------------------------------
  	stage4
  ---------------------------------------------------------------------------------------
  =====================================================================================*/
  /* ------------------------------------------------------------ */
  /* 
  -------------------------------------------------
  	MAP
  ------------------------------------------------- */
  /* 
  -------------------------------------------------
  	pageNav
  ------------------------------------------------- */
  /* 
  -------------------------------------------------
  	SNS
  ------------------------------------------------- */
  /*=====================================================================================
  ---------------------------------------------------------------------------------------
  	pageDown
  ---------------------------------------------------------------------------------------
  =====================================================================================*/
  /*=====================================================================================
  ---------------------------------------------------------------------------------------
  	pagetop none
  ---------------------------------------------------------------------------------------
  =====================================================================================*/
  /*=====================================================================================
  ---------------------------------------------------------------------------------------
  	footer
  ---------------------------------------------------------------------------------------
  =====================================================================================*/ }
  /* line 9, sass/_index.scss */
  #front-page .index_inner {
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 700px; }
    @media screen and (max-width: 1060px) {
      /* line 9, sass/_index.scss */
      #front-page .index_inner {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 2em;
        height: auto; } }
    @media screen and (max-width: 480px) {
      /* line 9, sass/_index.scss */
      #front-page .index_inner {
        padding: 0 1em; } }
  /* line 39, sass/_index.scss */
  #front-page .stageBase {
    width: 100%;
    position: relative;
    overflow: hidden; }
  /* line 48, sass/_index.scss */
  #front-page #container {
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0; }
  /* line 69, sass/_index.scss */
  #front-page #stage1 {
    display: block;
    width: 100%;
    margin: 0 auto;
    visibility: visible; }
  /* line 75, sass/_index.scss */
  #front-page #stage1 .fieldWrap {
    margin: 86px 0 0 0;
    background: no-repeat center top;
    /*
    background:url(../../../img/stage1Bg0.jpg) no-repeat center top;
    */
    background-size: cover;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: auto;
    display: block; }
  @media screen and (max-width: 1280px) {
    /* line 7, sass/_index.scss */
    #front-page {
      /* 表示領域が1280px以下の場合に適用するスタイル */ }
      /* line 94, sass/_index.scss */
      #front-page #stage1 .fieldWrap {
        margin: 86px 0 0 0;
        background: no-repeat center top;
        /*
        background:url(../../../img/stage1Bg0_1280.jpg) no-repeat center top;
        */
        background-size: cover;
        /* stage1Bg5 */
        width: 100%;
        height: 100%;
        margin: auto;
        display: block; } }
  /* line 111, sass/_index.scss */
  #front-page #stage1 h2 {
    width: 980px;
    margin: 0 auto; }
  /* line 115, sass/_index.scss */
  #front-page #stage1 h2 {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    bottom: 0; }
  /* line 122, sass/_index.scss */
  #front-page #stage1 h3 {
    width: 800px;
    margin: 0 auto;
    padding: 13% 0 0 0; }
  /* line 127, sass/_index.scss */
  #front-page #stage1 h3 img {
    display: block;
    letter-spacing: -0.01em;
    position: absolute;
    top: 20%; }
  /* line 141, sass/_index.scss */
  #front-page video {
    display: block; }
  /* line 144, sass/_index.scss */
  #front-page .pattern {
    width: 100%;
    height: 100%;
    background: url(../../../img/bg.png);
    position: absolute;
    z-index: 2;
    opacity: 0.2; }
  /* line 152, sass/_index.scss */
  #front-page #bg_video {
    position: fixed;
    z-index: -1; }
  /* line 157, sass/_index.scss */
  #front-page p.ipad {
    display: none; }
  @media screen and (max-width: 768px) {
    /* line 162, sass/_index.scss */
    #front-page p.ipad {
      display: block; }
    /* line 165, sass/_index.scss */
    #front-page p.ipad img {
      width: 100%; } }
  /* line 173, sass/_index.scss */
  #front-page .fade {
    display: none;
    width: 383px;
    height: 60px;
    /*border:1px solid #fff;*/
    margin: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  /* line 185, sass/_index.scss */
  #front-page .fade img.a {
    margin: 0px 0 13px 0;
    display: block; }
  /* line 191, sass/_index.scss */
  #front-page .svg {
    width: 100%;
    border-bottom: 1px solid #fff; }
  /* line 196, sass/_index.scss */
  #front-page .svg img {
    margin: auto;
    position: absolute;
    opacity: 0.6;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 335px; }
    @media screen and (max-width: 1060px) {
      /* line 196, sass/_index.scss */
      #front-page .svg img {
        width: 25%; } }
    @media screen and (max-width: 480px) {
      /* line 196, sass/_index.scss */
      #front-page .svg img {
        width: 50%; } }
  /* line 212, sass/_index.scss */
  #front-page .path {
    width: 500px;
    fill: rgba(255, 0, 0, 0);
    stroke: #fff;
    stroke-width: 0.6;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    animation: DASH 8s ease-in alternate forwards;
    -webkit-animation: DASH 3s ease-in 2s forwards;
    -o-animation: DASH 8s ease-in 2s forwards;
    animation: DASH 2s ease-in 2s forwards;
    /* 薄い→濃ゆくなるまで */ }
@-webkit-keyframes DASH {
  0% {
    stroke-dashoffset: 3000; }
  80% {
    stroke-dashoffset: 2000;
    fill: rgba(255, 255, 255, 0.2); }
  100% {
    stroke-dashoffset: 1000;
    fill: white; } }
@keyframes DASH {
  0% {
    stroke-dashoffset: 3000; }
  80% {
    stroke-dashoffset: 2000;
    fill: rgba(255, 255, 255, 0.2); }
  100% {
    stroke-dashoffset: 1000;
    fill: white; } }
  /* line 255, sass/_index.scss */
  #front-page #stage2 {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 1060px) {
      /* line 255, sass/_index.scss */
      #front-page #stage2 {
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center; } }
    @media screen and (max-width: 480px) {
      /* line 255, sass/_index.scss */
      #front-page #stage2 {
        background: #fff;
        padding-top: 0;
        padding-bottom: 0; } }
  /* line 272, sass/_index.scss */
  #front-page #stage2 .index_inner {
    padding: 100px 0 0 0; }
    @media screen and (max-width: 1060px) {
      /* line 272, sass/_index.scss */
      #front-page #stage2 .index_inner {
        padding: 0 2em; } }
    @media screen and (max-width: 480px) {
      /* line 272, sass/_index.scss */
      #front-page #stage2 .index_inner {
        padding: 0; } }
  /* line 281, sass/_index.scss */
  #front-page #stage2 h2 {
    background: url(../../../img/h2_news.png) no-repeat;
    height: 0;
    padding: 40px 0 0 0;
    width: 95px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    right: 50%; }
    @media screen and (max-width: 1060px) {
      /* line 281, sass/_index.scss */
      #front-page #stage2 h2 {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        left: 0;
        right: 0;
        margin: 0 auto; } }
    @media screen and (max-width: 480px) {
      /* line 281, sass/_index.scss */
      #front-page #stage2 h2 {
        background: url("../../../img/h2_news.gif") no-repeat 0 0;
        background-size: 100% auto;
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 15.625%; } }
  /* line 303, sass/_index.scss */
  #front-page #stage2 #categoryList {
    border-bottom: 1px solid #dadada;
    margin: 50px 0 0 0; }
    @media screen and (max-width: 650px) {
      /* line 303, sass/_index.scss */
      #front-page #stage2 #categoryList {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding-top: 2em;
        overflow: visible;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-align: stretch;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch; } }
    @media screen and (max-width: 480px) {
      /* line 303, sass/_index.scss */
      #front-page #stage2 #categoryList {
        padding: 0;
        padding-top: 0; } }
  /* line 318, sass/_index.scss */
  #front-page #stage2 #categoryList li {
    float: left;
    padding: 0 5px 0 0; }
    @media screen and (max-width: 650px) {
      /* line 318, sass/_index.scss */
      #front-page #stage2 #categoryList li {
        float: none; } }
    @media screen and (max-width: 480px) {
      /* line 318, sass/_index.scss */
      #front-page #stage2 #categoryList li {
        padding: 0;
        width: 33.4375%; }
        /* line 327, sass/_index.scss */
        #front-page #stage2 #categoryList li:nth-child(1) {
          display: none; }
        /* line 330, sass/_index.scss */
        #front-page #stage2 #categoryList li:nth-child(2) {
          width: 33.125%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
  /* line 336, sass/_index.scss */
  #front-page #stage2 #categoryList li.all {
    padding: 0 15px 0 0; }
    @media screen and (max-width: 480px) {
      /* line 336, sass/_index.scss */
      #front-page #stage2 #categoryList li.all {
        padding: 0; } }
  /* line 342, sass/_index.scss */
  #front-page #stage2 #categoryList li#more {
    float: right;
    padding: 0; }
    @media screen and (max-width: 650px) {
      /* line 342, sass/_index.scss */
      #front-page #stage2 #categoryList li#more {
        float: none;
        position: absolute;
        top: -2em;
        left: auto;
        right: 0;
        bottom: auto; } }
    @media screen and (max-width: 480px) {
      /* line 342, sass/_index.scss */
      #front-page #stage2 #categoryList li#more {
        top: -2.5em;
        right: 2em; } }
  /* line 354, sass/_index.scss */
  #front-page #stage2 #categoryList li a {
    height: 0;
    padding: 26px 0 0 0;
    overflow: hidden;
    background: url(../../../img/topNews.gif) no-repeat;
    display: block;
    width: 99px; }
    @media screen and (max-width: 480px) {
      /* line 354, sass/_index.scss */
      #front-page #stage2 #categoryList li a {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 47.196% 0 0 0;
        width: 100%; } }
  /* line 367, sass/_index.scss */
  #front-page #stage2 #categoryList li a.category00 {
    background-position: 0 0;
    width: 51px !important; }
  /* line 368, sass/_index.scss */
  #front-page #stage2 #categoryList li a.category01 {
    background-position: -51px 0;
    width: 119px !important; }
  /* line 369, sass/_index.scss */
  #front-page #stage2 #categoryList li a.category02 {
    background-position: -170px 0; }
  /* line 370, sass/_index.scss */
  #front-page #stage2 #categoryList li a.category03 {
    background-position: -269px 0; }
  /* line 371, sass/_index.scss */
  #front-page #stage2 #categoryList li a.category04 {
    background-position: -368px 0;
    width: 130px !important; }
  /* line 373, sass/_index.scss */
  #front-page #stage2 #categoryList li a.category00:hover {
    background-position: 0 -26px;
    width: 51px !important; }
  /* line 374, sass/_index.scss */
  #front-page #stage2 #categoryList li a.category01:hover {
    background-position: -51px -26px;
    width: 119px !important; }
  /* line 375, sass/_index.scss */
  #front-page #stage2 #categoryList li a.category02:hover {
    background-position: -170px -26px; }
  /* line 376, sass/_index.scss */
  #front-page #stage2 #categoryList li a.category03:hover {
    background-position: -269px -26px; }
  /* line 377, sass/_index.scss */
  #front-page #stage2 #categoryList li a.category04:hover {
    background-position: -368px -26px;
    width: 130px !important; }
  @media screen and (max-width: 480px) {
    /* line 380, sass/_index.scss */
    #front-page #stage2 #categoryList li a.category00 {
      display: none; }
    /* line 383, sass/_index.scss */
    #front-page #stage2 #categoryList li a.category01 {
      background: url("../../../img/tab_company.gif") no-repeat 0 0;
      background-size: 100% auto;
      width: 100% !important;
      padding: 47.64% 0 0 0; }
    /* line 389, sass/_index.scss */
    #front-page #stage2 #categoryList li a.category02 {
      background: url("../../../img/tab_shop.gif") no-repeat 0 0;
      background-size: 100% auto; }
    /* line 393, sass/_index.scss */
    #front-page #stage2 #categoryList li a.category03 {
      background: url("../../../img/tab_recruit.gif") no-repeat 0 0;
      background-size: 100% auto; }
    /* line 397, sass/_index.scss */
    #front-page #stage2 #categoryList li a.category04 {
      padding: 26px 0 0 0; }
    /* line 400, sass/_index.scss */
    #front-page #stage2 #categoryList li a.category01:hover {
      background-position: 0 0;
      width: 100% !important; }
    /* line 401, sass/_index.scss */
    #front-page #stage2 #categoryList li a.category02:hover {
      background-position: 0 0; }
    /* line 402, sass/_index.scss */
    #front-page #stage2 #categoryList li a.category03:hover {
      background-position: 0 0; }
    /* line 403, sass/_index.scss */
    #front-page #stage2 #categoryList li a.category04:hover {
      background-position: -368px 0; } }
  /* line 408, sass/_index.scss */
  #front-page ol#newsData {
    background: rgba(0, 0, 0, 0.2);
    padding: 28px 5px; }
    @media screen and (max-width: 768px) {
      /* line 408, sass/_index.scss */
      #front-page ol#newsData {
        padding: 1em; } }
    @media screen and (max-width: 480px) {
      /* line 408, sass/_index.scss */
      #front-page ol#newsData {
        background: #2b170c;
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
  /* line 419, sass/_index.scss */
  #front-page ol#newsData li {
    padding: 10px 30px 10px;
    text-align: left;
    display: block;
    overflow: hidden; }
    @media screen and (max-width: 1060px) {
      /* line 419, sass/_index.scss */
      #front-page ol#newsData li {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        /* Opera9,10対応 */
        color: #fff; } }
    @media screen and (max-width: 768px) {
      /* line 419, sass/_index.scss */
      #front-page ol#newsData li {
        padding: 0.5em 0 0.5em; } }
    @media screen and (max-width: 480px) {
      /* line 419, sass/_index.scss */
      #front-page ol#newsData li {
        white-space: normal;
        border-bottom: #fff dotted 1px; }
        /* line 435, sass/_index.scss */
        #front-page ol#newsData li:last-child {
          border-bottom: none; } }
  /* line 440, sass/_index.scss */
  #front-page ol#newsData li span.data {
    font-weight: bold;
    color: #ffffff;
    padding: 0 25px; }
    @media screen and (max-width: 1060px) {
      /* line 440, sass/_index.scss */
      #front-page ol#newsData li span.data {
        font-weight: normal;
        -webkit-text-stroke-width: .4px !important; } }
    @media screen and (max-width: 768px) {
      /* line 440, sass/_index.scss */
      #front-page ol#newsData li span.data {
        padding: 0 0.5em; } }
  /* line 451, sass/_index.scss */
  #front-page ol#newsData li img {
    vertical-align: middle; }
  /* line 454, sass/_index.scss */
  #front-page ol#newsData li span.text {
    width: 300px;
    width: 680px;
    display: block;
    float: right;
    color: #ffffff;
    font-weight: bold; }
    @media screen and (max-width: 1060px) {
      /* line 454, sass/_index.scss */
      #front-page ol#newsData li span.text {
        display: inline;
        float: none; } }
    @media screen and (max-width: 480px) {
      /* line 454, sass/_index.scss */
      #front-page ol#newsData li span.text {
        display: block;
        width: 100%;
        padding-top: 0.5em; } }
  /* line 471, sass/_index.scss */
  #front-page ol#newsData li span.text a {
    color: #ffffff;
    font-weight: bold; }
    @media screen and (max-width: 1060px) {
      /* line 471, sass/_index.scss */
      #front-page ol#newsData li span.text a {
        font-weight: normal;
        -webkit-text-stroke-width: .4px !important; } }
  /* line 481, sass/_index.scss */
  #front-page #stage2 .mNavi {
    float: right;
    margin-top: 20px; }
  /* line 486, sass/_index.scss */
  #front-page #stage2 .mNavi a {
    margin: 0 0 20px;
    display: block;
    text-align: right;
    width: 248px; }
  /* line 493, sass/_index.scss */
  #front-page #stage2 .mNavi img {
    vertical-align: text-bottom;
    padding: 25px 20px;
    background: #ffffff;
    width: 190px; }
  /* line 507, sass/_index.scss */
  #front-page .campusImgBox {
    width: 1000px;
    padding-top: 20px;
    float: left; }
    @media screen and (max-width: 1060px) {
      /* line 507, sass/_index.scss */
      #front-page .campusImgBox {
        float: none;
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-align: stretch;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        padding-top: 0;
        margin-top: 1em; } }
  @media screen and (max-width: 1060px) and (min-aspect-ratio: 2 / 1) {
    /* line 507, sass/_index.scss */
    #front-page .campusImgBox {
      display: none; } }
    @media screen and (max-width: 1060px) {
        /* line 520, sass/_index.scss */
        #front-page .campusImgBox a {
          display: block;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          width: 33.33%; }
          /* line 524, sass/_index.scss */
          #front-page .campusImgBox a::before {
            content: "";
            display: block;
            padding-top: 89.89%; } }
      @media screen and (max-width: 1060px) and (min-aspect-ratio: 6 / 5) {
        /* line 524, sass/_index.scss */
        #front-page .campusImgBox a::before {
          padding-top: 50%; } }
      @media screen and (max-width: 1060px) and (min-aspect-ratio: 9 / 6) {
        /* line 524, sass/_index.scss */
        #front-page .campusImgBox a::before {
          padding-top: 25%; } }

    @media screen and (max-width: 480px) {
      /* line 507, sass/_index.scss */
      #front-page .campusImgBox {
        display: block;
        margin-top: 0; }
        /* line 540, sass/_index.scss */
        #front-page .campusImgBox a {
          width: 100%; } }
  /* line 545, sass/_index.scss */
  #front-page .campusImgBox figure {
    float: left;
    width: 333px;
    position: relative;
    overflow: hidden;
    height: 299px; }
    @media screen and (max-width: 1060px) {
      /* line 545, sass/_index.scss */
      #front-page .campusImgBox figure {
        width: auto;
        height: auto !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
        /* line 556, sass/_index.scss */
        #front-page .campusImgBox figure img {
          width: 100%;
          height: auto; }
          /* line 558, sass/_index.scss */
          #front-page .campusImgBox figure img.gi_company {
            width: 42%; }
          /* line 561, sass/_index.scss */
          #front-page .campusImgBox figure img.gi_vision {
            width: 42%; }
          /* line 564, sass/_index.scss */
          #front-page .campusImgBox figure img.gi_recruit {
            width: 46%; } }
    @media screen and (max-width: 1060px) and (min-aspect-ratio: 6 / 5) {
      /* line 568, sass/_index.scss */
      #front-page .campusImgBox figure img.gi_recruit {
        width: 60%; } }
    @media screen and (max-width: 1060px) and (min-aspect-ratio: 9 / 6) {
      /* line 573, sass/_index.scss */
      #front-page .campusImgBox figure img.gi_company {
        width: 65%; }
      /* line 576, sass/_index.scss */
      #front-page .campusImgBox figure img.gi_vision {
        width: 65%; }
      /* line 579, sass/_index.scss */
      #front-page .campusImgBox figure img.gi_recruit {
        width: 65%; } }

    @media screen and (max-width: 768px) {
      /* line 587, sass/_index.scss */
      #front-page .campusImgBox figure img.gi_company {
        width: 60%; }
      /* line 590, sass/_index.scss */
      #front-page .campusImgBox figure img.gi_vision {
        width: 60%; }
      /* line 593, sass/_index.scss */
      #front-page .campusImgBox figure img.gi_recruit {
        width: 70%; } }
  @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    /* line 601, sass/_index.scss */
    #front-page .campusImgBox figure {
      height: 301px; } }
  /* line 607, sass/_index.scss */
  #front-page .campusImgBox figure.none {
    float: left;
    width: 235px;
    height: 160px;
    margin: 0 0px 0 0; }
  /* line 614, sass/_index.scss */
  #front-page .campusImgBox .transform01 {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  /* line 620, sass/_index.scss */
  #front-page .campusImgBox figure:hover .transform01 {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  /* line 624, sass/_index.scss */
  #front-page .campusImgBox figure p {
    padding: 10px 10px 5px;
    color: #fff;
    font-size: 12px;
    text-align: left;
    display: block;
    line-height: 150%;
    text-align: center; }
  /* line 634, sass/_index.scss */
  #front-page .campusImgBox figure p:hover {
    text-decoration: none; }
  /* line 638, sass/_index.scss */
  #front-page .campusImgBox figcaption {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 101px;
    padding: 100px 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: .3s;
    transition: .3s; }
    @media screen and (max-width: 1060px) {
      /* line 638, sass/_index.scss */
      #front-page .campusImgBox figcaption {
        font-size: 2vw; } }
    @media screen and (max-width: 768px) {
      /* line 638, sass/_index.scss */
      #front-page .campusImgBox figcaption {
        font-size: 2.5vw; } }
    @media screen and (max-width: 480px) {
      /* line 638, sass/_index.scss */
      #front-page .campusImgBox figcaption {
        font-size: 4vw; } }
    @media screen and (max-width: 1060px) {
      /* line 638, sass/_index.scss */
      #front-page .campusImgBox figcaption {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        margin: auto;
        padding: 1em;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center; } }
  /* line 659, sass/_index.scss */
  #front-page .campusImgBox figcaption p {
    font-size: 13px;
    color: #fff; }
    @media screen and (max-width: 1060px) {
      /* line 659, sass/_index.scss */
      #front-page .campusImgBox figcaption p {
        font-size: 0.7em; } }
    @media screen and (max-width: 768px) {
      /* line 659, sass/_index.scss */
      #front-page .campusImgBox figcaption p {
        font-size: 0.8em; } }
  /* line 669, sass/_index.scss */
  #front-page .campusImgBox figcaption p span.imgbox {
    display: block;
    margin-bottom: 10px; }
@media screen and (max-width: 1060px) and (min-aspect-ratio: 9 / 6) {
  /* line 669, sass/_index.scss */
  #front-page .campusImgBox figcaption p span.imgbox {
    display: block; } }

  /* line 678, sass/_index.scss */
  #front-page .campusImgBox figcaption p span.txtbox {
    color: #fff;
    font-size: 1em; }
@media screen and (max-width: 1060px) and (min-aspect-ratio: 9 / 6) {
  /* line 678, sass/_index.scss */
  #front-page .campusImgBox figcaption p span.txtbox {
    display: none; } }

  /* line 698, sass/_index.scss */
  #front-page #stage3 {
    width: 100%;
    min-height: 100vh;
    height: auto;
    position: relative;
    background: rgba(255, 255, 255, 0.1); }
    /* line 704, sass/_index.scss */
    #front-page #stage3 .spttl {
      display: none; }
    @media screen and (max-width: 1060px) {
      /* line 698, sass/_index.scss */
      #front-page #stage3 {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center; } }
    @media screen and (max-width: 480px) {
      /* line 698, sass/_index.scss */
      #front-page #stage3 {
        min-height: 0;
        display: block; }
        /* line 713, sass/_index.scss */
        #front-page #stage3 .spttl {
          display: block;
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          /* line 716, sass/_index.scss */
          #front-page #stage3 .spttl img {
            width: 100%;
            height: auto; } }
  /* line 722, sass/_index.scss */
  #front-page #stage3 .index_inner {
    width: 750px;
    top: 80px;
    /*background:rgba(255, 255, 255, 0.4);
    padding:20px 15px 10px 20px;*/
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (max-width: 1060px) {
      /* line 722, sass/_index.scss */
      #front-page #stage3 .index_inner {
        top: 0;
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center; } }
    @media screen and (max-width: 480px) {
      /* line 722, sass/_index.scss */
      #front-page #stage3 .index_inner {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0; } }
  /* line 742, sass/_index.scss */
  #front-page #stage3 .flexbox.box2,
  #front-page #stage3 .flexbox.box3 {
    max-width: 750px; }
    @media screen and (max-width: 1060px) {
      /* line 742, sass/_index.scss */
      #front-page #stage3 .flexbox.box2,
      #front-page #stage3 .flexbox.box3 {
        font-size: 2vw; } }
    @media screen and (max-width: 768px) {
      /* line 742, sass/_index.scss */
      #front-page #stage3 .flexbox.box2,
      #front-page #stage3 .flexbox.box3 {
        font-size: 2.5vw; } }
    @media screen and (max-width: 480px) {
      /* line 742, sass/_index.scss */
      #front-page #stage3 .flexbox.box2,
      #front-page #stage3 .flexbox.box3 {
        font-size: 4vw; } }
    @media screen and (max-width: 480px) {
      /* line 746, sass/_index.scss */
      #front-page #stage3 .flexbox.box2 li,
      #front-page #stage3 .flexbox.box3 li {
        width: 100%; } }
    /* line 750, sass/_index.scss */
    #front-page #stage3 .flexbox.box2 li .link_sv,
    #front-page #stage3 .flexbox.box3 li .link_sv {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-bottom: 0.5em; }
      /* line 753, sass/_index.scss */
      #front-page #stage3 .flexbox.box2 li .link_sv a,
      #front-page #stage3 .flexbox.box3 li .link_sv a {
        display: block;
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden; }
        /* line 757, sass/_index.scss */
        #front-page #stage3 .flexbox.box2 li .link_sv a::before,
        #front-page #stage3 .flexbox.box3 li .link_sv a::before {
          content: "";
          display: block;
          padding-top: 76%; }
        /* line 762, sass/_index.scss */
        #front-page #stage3 .flexbox.box2 li .link_sv a figure,
        #front-page #stage3 .flexbox.box3 li .link_sv a figure {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
          /* line 765, sass/_index.scss */
          #front-page #stage3 .flexbox.box2 li .link_sv a figure figcaption,
          #front-page #stage3 .flexbox.box3 li .link_sv a figure figcaption {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
            -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center; }
            /* line 769, sass/_index.scss */
            #front-page #stage3 .flexbox.box2 li .link_sv a figure figcaption img,
            #front-page #stage3 .flexbox.box3 li .link_sv a figure figcaption img {
              height: 2.8em;
              width: auto; }
              @media screen and (max-width: 768px) {
                /* line 769, sass/_index.scss */
                #front-page #stage3 .flexbox.box2 li .link_sv a figure figcaption img,
                #front-page #stage3 .flexbox.box3 li .link_sv a figure figcaption img {
                  height: 2em; } }
        /* line 779, sass/_index.scss */
        #front-page #stage3 .flexbox.box2 li .link_sv a:hover .img_max100,
        #front-page #stage3 .flexbox.box3 li .link_sv a:hover .img_max100 {
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transform: scale(1.3);
          -moz-transform: scale(1.3);
          -ms-transform: scale(1.3);
          -o-transform: scale(1.3);
          transform: scale(1.3); }
    /* line 786, sass/_index.scss */
    #front-page #stage3 .flexbox.box2 li .link_othersite,
    #front-page #stage3 .flexbox.box3 li .link_othersite {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      /* line 788, sass/_index.scss */
      #front-page #stage3 .flexbox.box2 li .link_othersite::before,
      #front-page #stage3 .flexbox.box3 li .link_othersite::before {
        content: "";
        display: block;
        padding-top: 32%; }
      /* line 793, sass/_index.scss */
      #front-page #stage3 .flexbox.box2 li .link_othersite p,
      #front-page #stage3 .flexbox.box3 li .link_othersite p {
        position: absolute;
        top: 0;
        left: 0;
        right: 1px;
        bottom: 0;
        margin: auto;
        line-height: 0; }
        /* line 798, sass/_index.scss */
        #front-page #stage3 .flexbox.box2 li .link_othersite p.bn2box span,
        #front-page #stage3 .flexbox.box3 li .link_othersite p.bn2box span {
          display: block;
          margin: auto; }
          /* line 801, sass/_index.scss */
          #front-page #stage3 .flexbox.box2 li .link_othersite p.bn2box span.blsm,
          #front-page #stage3 .flexbox.box3 li .link_othersite p.bn2box span.blsm {
            position: absolute;
            top: 0;
            left: 0;
            right: 36%;
            bottom: 0;
            box-sizing: border-box;
            padding-right: 1px; }
          /* line 806, sass/_index.scss */
          #front-page #stage3 .flexbox.box2 li .link_othersite p.bn2box span.cpskr,
          #front-page #stage3 .flexbox.box3 li .link_othersite p.bn2box span.cpskr {
            position: absolute;
            top: 0;
            left: 64%;
            right: 0;
            bottom: 0; }
  /* line 819, sass/_index.scss */
  #front-page #stage3 .flexbox.box2 li .link_sv a::before {
    padding-top: 50.67%; }
  /* line 825, sass/_index.scss */
  #front-page #stage3 .flexbox.box2 li .link_othersite::before {
    padding-top: 21.3%; }
  /* line 831, sass/_index.scss */
  #front-page #stage3 .flexbox.box2 li .link_othersite p.bn2box span.blsm {
    position: absolute;
    top: 0;
    left: 0;
    right: 24%;
    bottom: 0; }
  /* line 834, sass/_index.scss */
  #front-page #stage3 .flexbox.box2 li .link_othersite p.bn2box span.cpskr {
    position: absolute;
    top: 0;
    left: 76%;
    right: 0;
    bottom: 0; }
  /* line 850, sass/_index.scss */
  #front-page #stage4 {
    background: rgba(255, 255, 255, 0.92);
    position: relative; }
    @media screen and (max-width: 1060px) {
      /* line 850, sass/_index.scss */
      #front-page #stage4 {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        box-sizing: border-box;
        padding-top: 47px;
        padding-bottom: 9.6%; } }
    @media screen and (max-width: 768px) {
      /* line 850, sass/_index.scss */
      #front-page #stage4 {
        padding-bottom: 17%; } }
    @media screen and (max-width: 480px) {
      /* line 850, sass/_index.scss */
      #front-page #stage4 {
        display: block;
        background: #ececec;
        padding-bottom: 0; } }
  /* line 868, sass/_index.scss */
  #front-page #stage4 .index_inner {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 650px;
    width: 1040px; }
    @media screen and (max-width: 1060px) {
      /* line 868, sass/_index.scss */
      #front-page #stage4 .index_inner {
        font-size: 2vw; } }
    @media screen and (max-width: 768px) {
      /* line 868, sass/_index.scss */
      #front-page #stage4 .index_inner {
        font-size: 2.5vw; } }
    @media screen and (max-width: 480px) {
      /* line 868, sass/_index.scss */
      #front-page #stage4 .index_inner {
        font-size: 4vw; } }
    @media screen and (max-width: 1060px) {
      /* line 868, sass/_index.scss */
      #front-page #stage4 .index_inner {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 56vw; } }
  @media screen and (max-width: 1060px) and (min-aspect-ratio: 9 / 7) {
    /* line 868, sass/_index.scss */
    #front-page #stage4 .index_inner {
      height: 40vw; } }
  @media screen and (max-width: 1060px) and (min-aspect-ratio: 10 / 6) {
    /* line 868, sass/_index.scss */
    #front-page #stage4 .index_inner {
      height: 35vw; } }

@media screen and (max-width: 768px) and (min-aspect-ratio: 10 / 9) {
  /* line 868, sass/_index.scss */
  #front-page #stage4 .index_inner {
    height: 35vw; } }
@media screen and (max-width: 768px) and (min-aspect-ratio: 8 / 5) {
  /* line 868, sass/_index.scss */
  #front-page #stage4 .index_inner {
    height: 30vw; } }

    @media screen and (max-width: 480px) {
      /* line 868, sass/_index.scss */
      #front-page #stage4 .index_inner {
        height: auto; } }
  /* line 901, sass/_index.scss */
  #front-page #stage4 h2 {
    background: url(../../../img/h2_search.png) no-repeat center;
    height: 0;
    padding: 42px 0 0px 0;
    overflow: hidden;
    position: absolute;
    left: 50%;
    right: 50%;
    width: 172px; }
    @media screen and (max-width: 1060px) {
      /* line 901, sass/_index.scss */
      #front-page #stage4 h2 {
        background: url(../../../img/h2_search.png) no-repeat center;
        background-size: contain;
        padding: 6% 0 0 0;
        width: 16.5%;
        top: 0; } }
    @media screen and (max-width: 480px) {
      /* line 901, sass/_index.scss */
      #front-page #stage4 h2 {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        left: 0;
        right: 0;
        padding: 12% 0 0 0; } }
  @media screen and (max-height: 822px) {
    /* line 926, sass/_index.scss */
    #front-page #stage4 h2 {
      padding: 190px 0 0px 0; } }
  @media screen and (max-height: 822px) and (max-width: 1060px) {
    /* line 926, sass/_index.scss */
    #front-page #stage4 h2 {
      padding: 6% 0 0 0; } }
  @media screen and (max-height: 822px) and (max-width: 480px) {
    /* line 926, sass/_index.scss */
    #front-page #stage4 h2 {
      padding: 12% 0 0 0; } }

  /* line 939, sass/_index.scss */
  #front-page #stage4 h3 {
    background: url(../../../img/h3_shoplist.gif) no-repeat;
    height: 0;
    padding: 29px 0 0 0;
    width: 119px;
    overflow: hidden;
    margin: 0 0 20px; }
    @media screen and (max-width: 1060px) {
      /* line 939, sass/_index.scss */
      #front-page #stage4 h3 {
        background: url(../../../img/h3_shoplist.gif) no-repeat 0 0;
        background-size: contain;
        padding: 8.55% 0 0 0;
        width: 47.98%;
        margin: 0 0 8%; } }
    @media screen and (max-width: 768px) {
      /* line 939, sass/_index.scss */
      #front-page #stage4 h3 {
        width: 100%;
        padding: 12% 0 0 0; } }
    @media screen and (max-width: 480px) {
      /* line 939, sass/_index.scss */
      #front-page #stage4 h3 {
        background: url(../../../img/h3_shoplist.gif) no-repeat center 0;
        background-size: contain;
        padding: 8% 0 0 0;
        margin-bottom: 0.5em; } }
  /* line 970, sass/_index.scss */
  #front-page #stage4 .leftContent {
    float: left;
    width: 248px;
    padding: 50px 0 0 0; }
    @media screen and (max-width: 1060px) {
      /* line 970, sass/_index.scss */
      #front-page #stage4 .leftContent {
        width: 23.846%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 0 0; } }
    @media screen and (max-width: 768px) {
      /* line 970, sass/_index.scss */
      #front-page #stage4 .leftContent {
        width: 22%; } }
    @media screen and (max-width: 480px) {
      /* line 970, sass/_index.scss */
      #front-page #stage4 .leftContent {
        float: none;
        width: 100%;
        padding-top: 2em; } }
  /* line 988, sass/_index.scss */
  #front-page #stage4 .leftContent div {
    width: 248px;
    height: 164px;
    clear: both; }
    @media screen and (max-width: 1060px) {
      /* line 988, sass/_index.scss */
      #front-page #stage4 .leftContent div {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: auto; } }
  /* line 997, sass/_index.scss */
  #front-page #stage4 .leftContent ul {
    width: 82px;
    background: #ffffff;
    padding: 0 20px;
    float: left;
    display: table-row-group; }
    @media screen and (max-width: 1060px) {
      /* line 997, sass/_index.scss */
      #front-page #stage4 .leftContent ul {
        box-sizing: border-box;
        width: 49.2%;
        padding: 0 4%; } }
  /* line 1009, sass/_index.scss */
  #front-page #stage4 .leftContent div ul:nth-of-type(1) {
    margin-right: 4px; }
    @media screen and (max-width: 1060px) {
      /* line 1009, sass/_index.scss */
      #front-page #stage4 .leftContent div ul:nth-of-type(1) {
        margin-right: 1.6%; } }
  /* line 1016, sass/_index.scss */
  #front-page #stage4 .leftContent div ul li {
    display: table-row;
    vertical-align: middle; }
    @media screen and (max-width: 1060px) {
      /* line 1016, sass/_index.scss */
      #front-page #stage4 .leftContent div ul li {
        display: block;
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto; } }
  /* line 1025, sass/_index.scss */
  #front-page #stage4 .leftContent ul:nth-of-type(1) li a {
    padding: 12px 5px 0 13px;
    height: 42px;
    border-bottom: 1px solid #e3e3e3;
    text-align: left;
    background: url(../../../img/common/fooArrow.gif) no-repeat left center;
    display: block; }
    @media screen and (max-width: 1060px) {
      /* line 1025, sass/_index.scss */
      #front-page #stage4 .leftContent ul:nth-of-type(1) li a {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 17% 2% 17% 5.2%;
        height: auto;
        text-align: right; } }
    @media screen and (max-width: 480px) {
      /* line 1025, sass/_index.scss */
      #front-page #stage4 .leftContent ul:nth-of-type(1) li a {
        text-align: center;
        padding: 20px 5px 0 13px;
        height: 34px;
        box-sizing: content-box; } }
  /* line 1045, sass/_index.scss */
  #front-page #stage4 .leftContent ul li a {
    padding: 8px 5px 0 13px;
    height: 46px;
    border-bottom: 1px solid #e3e3e3;
    text-align: left;
    background: url(../../../img/common/fooArrow.gif) no-repeat left center;
    display: block; }
    @media screen and (max-width: 1060px) {
      /* line 1045, sass/_index.scss */
      #front-page #stage4 .leftContent ul li a {
        font-size: 2vw; } }
    @media screen and (max-width: 768px) {
      /* line 1045, sass/_index.scss */
      #front-page #stage4 .leftContent ul li a {
        font-size: 2.5vw; } }
    @media screen and (max-width: 480px) {
      /* line 1045, sass/_index.scss */
      #front-page #stage4 .leftContent ul li a {
        font-size: 4vw; } }
    @media screen and (max-width: 1060px) {
      /* line 1045, sass/_index.scss */
      #front-page #stage4 .leftContent ul li a {
        line-height: 0;
        padding: 0.5em 1em;
        height: auto;
        text-align: right; } }
    @media screen and (max-width: 480px) {
      /* line 1045, sass/_index.scss */
      #front-page #stage4 .leftContent ul li a {
        text-align: center;
        padding: 8px 5px 0 13px;
        height: 46px;
        box-sizing: content-box; } }
  /* line 1066, sass/_index.scss */
  #front-page #stage4 .leftContent ul li.none a {
    border-bottom: 0; }
  /* line 1069, sass/_index.scss */
  #front-page #stage4 .leftContent ul li a img {
    vertical-align: middle;
    width: 90%;
    height: auto; }
    /* line 1073, sass/_index.scss */
    #front-page #stage4 .leftContent ul li a img.spimg {
      display: none; }
    @media screen and (max-width: 480px) {
      /* line 1069, sass/_index.scss */
      #front-page #stage4 .leftContent ul li a img {
        width: auto;
        max-width: 100%;
        height: auto; }
        /* line 1079, sass/_index.scss */
        #front-page #stage4 .leftContent ul li a img.pcimg {
          display: none; }
        /* line 1082, sass/_index.scss */
        #front-page #stage4 .leftContent ul li a img.spimg {
          display: inline-block; } }
  /* line 1087, sass/_index.scss */
  #front-page #stage4 .leftContent strong {
    clear: both;
    background: #281e1e;
    padding: 15px 0;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 0 0; }
    @media screen and (max-width: 1060px) {
      /* line 1087, sass/_index.scss */
      #front-page #stage4 .leftContent strong {
        padding: 6% 0;
        margin: 12% 0 0 0;
        font-size: 0.9em; } }
    @media screen and (max-width: 768px) {
      /* line 1087, sass/_index.scss */
      #front-page #stage4 .leftContent strong {
        font-size: 0.8em; } }
    @media screen and (max-width: 480px) {
      /* line 1087, sass/_index.scss */
      #front-page #stage4 .leftContent strong {
        font-size: 1.5em; } }
  /* line 1109, sass/_index.scss */
  #front-page #stage4 .leftContent p {
    font-size: 15px;
    font-weight: bold; }
    @media screen and (max-width: 1060px) {
      /* line 1109, sass/_index.scss */
      #front-page #stage4 .leftContent p {
        font-size: 2vw; } }
    @media screen and (max-width: 768px) {
      /* line 1109, sass/_index.scss */
      #front-page #stage4 .leftContent p {
        font-size: 2.5vw; } }
    @media screen and (max-width: 480px) {
      /* line 1109, sass/_index.scss */
      #front-page #stage4 .leftContent p {
        font-size: 4vw; } }
    @media screen and (max-width: 1060px) {
      /* line 1109, sass/_index.scss */
      #front-page #stage4 .leftContent p {
        font-size: 0.9em; } }
    @media screen and (max-width: 768px) {
      /* line 1109, sass/_index.scss */
      #front-page #stage4 .leftContent p {
        font-size: 0.8em; } }
    @media screen and (max-width: 480px) {
      /* line 1109, sass/_index.scss */
      #front-page #stage4 .leftContent p {
        font-size: 1.5em; } }
  /* line 1123, sass/_index.scss */
  #front-page #stage4 .leftContent p span {
    font-size: 80px;
    font-family: "ff-meta-serif-web-pro",Georgia,"Times New Roman",Times,serif;
    line-height: 110%;
    color: #222222; }
    @media screen and (max-width: 1060px) {
      /* line 1123, sass/_index.scss */
      #front-page #stage4 .leftContent p span {
        font-size: 5em;
        letter-spacing: 0;
        line-height: 1em;
        padding: 0 0.05em; } }
    @media screen and (max-width: 768px) {
      /* line 1123, sass/_index.scss */
      #front-page #stage4 .leftContent p span {
        font-size: 4em;
        line-height: 1em; } }
    @media screen and (max-width: 480px) {
      /* line 1123, sass/_index.scss */
      #front-page #stage4 .leftContent p span {
        font-size: 5em;
        line-height: 1em; } }
  /* line 1150, sass/_index.scss */
  #front-page #stage4 .rightContent {
    background: url(../../../img/searchMap.png) no-repeat;
    height: 579px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 746px; }
    @media screen and (max-width: 1060px) {
      /* line 1150, sass/_index.scss */
      #front-page #stage4 .rightContent {
        font-size: 2vw; } }
    @media screen and (max-width: 768px) {
      /* line 1150, sass/_index.scss */
      #front-page #stage4 .rightContent {
        font-size: 2.5vw; } }
    @media screen and (max-width: 480px) {
      /* line 1150, sass/_index.scss */
      #front-page #stage4 .rightContent {
        font-size: 4vw; } }
    @media screen and (max-width: 1060px) {
      /* line 1150, sass/_index.scss */
      #front-page #stage4 .rightContent {
        background: url(../../../img/searchMap.png) no-repeat 0 0;
        background-size: contain;
        width: 71.73%;
        height: auto;
        right: 2em;
        top: 0; }
        /* line 1165, sass/_index.scss */
        #front-page #stage4 .rightContent::before {
          content: "";
          display: block;
          padding-top: 77.6%; } }
@media screen and (max-width: 1060px) and (min-width: 769px) and (min-aspect-ratio: 9 / 7) {
  /* line 1150, sass/_index.scss */
  #front-page #stage4 .rightContent {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0; } }
@media screen and (max-width: 1060px) and (min-width: 769px) and (min-aspect-ratio: 10 / 6) {
  /* line 1150, sass/_index.scss */
  #front-page #stage4 .rightContent {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6); } }

@media screen and (max-width: 768px) and (min-width: 481px) and (min-aspect-ratio: 10 / 9) {
  /* line 1150, sass/_index.scss */
  #front-page #stage4 .rightContent {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0; } }
@media screen and (max-width: 768px) and (min-width: 481px) and (min-aspect-ratio: 8 / 5) {
  /* line 1150, sass/_index.scss */
  #front-page #stage4 .rightContent {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); } }

    @media screen and (max-width: 480px) {
      /* line 1150, sass/_index.scss */
      #front-page #stage4 .rightContent {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 2em;
        right: 0; }
        /* line 1193, sass/_index.scss */
        #front-page #stage4 .rightContent::before {
          padding-top: 82%; } }
    /* line 1197, sass/_index.scss */
    #front-page #stage4 .rightContent ul {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  /* line 1203, sass/_index.scss */
  #front-page #stage4 .rightContent ul li {
    position: absolute;
    width: 138px;
    height: auto; }
    @media screen and (max-width: 1060px) {
      /* line 1203, sass/_index.scss */
      #front-page #stage4 .rightContent ul li {
        width: 18.5%; }
        /* line 1209, sass/_index.scss */
        #front-page #stage4 .rightContent ul li::before {
          content: "";
          display: block;
          padding-top: 100%; }
        /* line 1214, sass/_index.scss */
        #front-page #stage4 .rightContent ul li a {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; } }
    @media screen and (max-width: 480px) {
      /* line 1203, sass/_index.scss */
      #front-page #stage4 .rightContent ul li {
        width: 22%; } }
  /* line 1225, sass/_index.scss */
  #front-page #stage4 .rightContent ul li.mapItem00 {
    top: 270px; }
  /* line 1226, sass/_index.scss */
  #front-page #stage4 .rightContent ul li.mapItem01 {
    top: 142px;
    left: 229px; }
  /* line 1227, sass/_index.scss */
  #front-page #stage4 .rightContent ul li.mapItem02 {
    top: 441px;
    left: 237px; }
  /* line 1228, sass/_index.scss */
  #front-page #stage4 .rightContent ul li.mapItem03 {
    top: 390px;
    left: 435px; }
  /* line 1230, sass/_index.scss */
  #front-page #stage4 .rightContent ul li.mapItem04 {
    top: 240px;
    left: 566px; }
  /* line 1231, sass/_index.scss */
  #front-page #stage4 .rightContent ul li.mapItem05 {
    top: 0px;
    left: 608px;
    z-index: 9; }
  /* line 1233, sass/_index.scss */
  #front-page #stage4 .rightContent ul li a {
    display: block;
    padding-top: 139px;
    height: 0;
    overflow: hidden; }
  /* line 1239, sass/_index.scss */
  #front-page #stage4 .rightContent ul li.mapItem00 a {
    background: url(../../../img/shopsearch/mapItem00_off.png) no-repeat center top; }
  /* line 1240, sass/_index.scss */
  #front-page #stage4 .rightContent ul li.mapItem01 a {
    background: url(../../../img/shopsearch/mapItem01_off.png) no-repeat center top; }
  /* line 1241, sass/_index.scss */
  #front-page #stage4 .rightContent ul li.mapItem02 a {
    background: url(../../../img/shopsearch/mapItem02_off.png) no-repeat center top; }
  /* line 1242, sass/_index.scss */
  #front-page #stage4 .rightContent ul li.mapItem03 a {
    background: url(../../../img/shopsearch/mapItem03_off.png) no-repeat center top; }
  /* line 1243, sass/_index.scss */
  #front-page #stage4 .rightContent ul li.mapItem04 a {
    background: url(../../../img/shopsearch/mapItem04_off.png) no-repeat center top; }
  /* line 1244, sass/_index.scss */
  #front-page #stage4 .rightContent ul li.mapItem05 a {
    background: url(../../../img/shopsearch/mapItem05_off.png) no-repeat center top; }
  @media screen and (max-width: 1060px) {
    /* line 1247, sass/_index.scss */
    #front-page #stage4 .rightContent ul li.mapItem00 {
      top: 25.96vw; }
    /* line 1248, sass/_index.scss */
    #front-page #stage4 .rightContent ul li.mapItem01 {
      top: 13.65vw;
      left: 30%; }
    /* line 1249, sass/_index.scss */
    #front-page #stage4 .rightContent ul li.mapItem02 {
      top: 42.4vw;
      left: 31.77%; }
    /* line 1250, sass/_index.scss */
    #front-page #stage4 .rightContent ul li.mapItem03 {
      top: 37.5vw;
      left: 58.37%; }
    /* line 1251, sass/_index.scss */
    #front-page #stage4 .rightContent ul li.mapItem04 {
      top: 23vw;
      left: 75.87%; }
    /* line 1252, sass/_index.scss */
    #front-page #stage4 .rightContent ul li.mapItem05 {
      top: 0;
      left: 81.5%;
      z-index: 9; }
    /* line 1253, sass/_index.scss */
    #front-page #stage4 .rightContent ul li.mapItem00 a {
      background: url(../../../img/shopsearch/mapItem00_off.png) no-repeat center top;
      background-size: contain; }
    /* line 1254, sass/_index.scss */
    #front-page #stage4 .rightContent ul li.mapItem01 a {
      background: url(../../../img/shopsearch/mapItem01_off.png) no-repeat center top;
      background-size: contain; }
    /* line 1255, sass/_index.scss */
    #front-page #stage4 .rightContent ul li.mapItem02 a {
      background: url(../../../img/shopsearch/mapItem02_off.png) no-repeat center top;
      background-size: contain; }
    /* line 1256, sass/_index.scss */
    #front-page #stage4 .rightContent ul li.mapItem03 a {
      background: url(../../../img/shopsearch/mapItem03_off.png) no-repeat center top;
      background-size: contain; }
    /* line 1257, sass/_index.scss */
    #front-page #stage4 .rightContent ul li.mapItem04 a {
      background: url(../../../img/shopsearch/mapItem04_off.png) no-repeat center top;
      background-size: contain; }
    /* line 1258, sass/_index.scss */
    #front-page #stage4 .rightContent ul li.mapItem05 a {
      background: url(../../../img/shopsearch/mapItem05_off.png) no-repeat center top;
      background-size: contain; } }
  @media screen and (max-width: 480px) {
    /* line 1261, sass/_index.scss */
    #front-page #stage4 .rightContent ul li.mapItem00 {
      top: 29vw;
      left: -2%; }
    /* line 1262, sass/_index.scss */
    #front-page #stage4 .rightContent ul li.mapItem02 {
      top: 51vw;
      left: 30%; }
    /* line 1263, sass/_index.scss */
    #front-page #stage4 .rightContent ul li.mapItem03 {
      top: 44vw;
      left: 59%; } }
  /* line 1273, sass/_index.scss */
  #front-page #pageNav {
    top: 0;
    right: 25px;
    text-align: center;
    position: fixed;
    z-index: 2; }
    @media screen and (max-width: 1060px) {
      /* line 1273, sass/_index.scss */
      #front-page #pageNav {
        font-size: 2vw; } }
    @media screen and (max-width: 768px) {
      /* line 1273, sass/_index.scss */
      #front-page #pageNav {
        font-size: 2.5vw; } }
    @media screen and (max-width: 480px) {
      /* line 1273, sass/_index.scss */
      #front-page #pageNav {
        font-size: 4vw; } }
    @media screen and (max-width: 1060px) {
      /* line 1273, sass/_index.scss */
      #front-page #pageNav {
        right: 0.5em; } }
  /* line 1284, sass/_index.scss */
  #front-page #pageNav ul {
    display: block; }
  /* line 1287, sass/_index.scss */
  #front-page #pageNav ul li {
    padding-bottom: 5px;
    display: block;
    overflow: hidden; }
  /* line 1292, sass/_index.scss */
  #front-page #pageNav ul li a {
    height: 10px;
    width: 10px;
    cursor: pointer;
    display: inline-block;
    background: #dddddd;
    border: 2px solid #fff transparent;
    border-radius: 50%;
    margin: 0 3px;
    -moz-background-clip: content;
    -webkit-background-clip: content;
    background-clip: content-box;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block; }
  /* line 1310, sass/_index.scss */
  #front-page #pageNav ul li.activeStage a {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 2px solid #dddddd; }
  /* line 1330, sass/_index.scss */
  #front-page #sns {
    margin: 50px 0 0 0;
    position: absolute;
    right: 8%;
    bottom: 8%; }
  /* line 1336, sass/_index.scss */
  #front-page #sns li {
    float: left;
    padding: 0 10px 0 0; }
  /* line 1341, sass/_index.scss */
  #front-page #sns li .tw {
    margin: 6px 0 0 0; }
  /* line 1360, sass/_index.scss */
  #front-page #pageDown {
    bottom: 5vh;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    position: fixed;
    overflow: hidden;
    z-index: 3; }
  /* line 1370, sass/_index.scss */
  #front-page #pageDown a.pdBtn {
    background: url(../../../img/scroll.png) no-repeat center center;
    height: 0px;
    padding: 31px 0 0 0;
    overflow: hidden;
    width: 41px;
    display: block;
    margin: 0 auto;
    /* 点滅ギミック */
    -webkit-animation: pdBtn 1.2s ease-in-out infinite alternate;
    -moz-animation: pdBtn 1.2s ease-in-out infinite alternate;
    animation: pdBtn 1.2s ease-in-out infinite alternate; }
@-webkit-keyframes pdBtn {
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes pdBtn {
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes pdBtn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  /* line 1407, sass/_index.scss */
  #front-page p#pagetop {
    display: none; }
  /* line 1417, sass/_index.scss */
  #front-page footer {
    position: absolute; }
    @media screen and (max-width: 480px) {
      /* line 1417, sass/_index.scss */
      #front-page footer {
        position: relative; } }

/* Wordpress化・追加 */
/* line 1426, sass/_index.scss */
#front-page {
  height: 100vh;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    /* line 1426, sass/_index.scss */
    #front-page {
      overflow: auto; }
      /* line 1431, sass/_index.scss */
      #front-page .topbg {
        display: none; } }
  /* line 1435, sass/_index.scss */
  #front-page #pageNav ul li {
    padding: 1em 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }

/* line 1440, sass/_index.scss */
#stage1, #stage2, #stage3, #stage4, #stage5 {
  overflow: visible; }

/* line 1443, sass/_index.scss */
.topbg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

@media screen and (max-width: 480px) {
  /* line 1447, sass/_index.scss */
  #stage1 {
    min-height: 89.21875vw;
    background: url("../../../img/mainVisual.jpg") no-repeat 0 0;
    background-size: cover; } }

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium"); }
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
/* line 12, sass/_layout.scss */
* {
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 1060px) {
    /* line 12, sass/_layout.scss */
    * {
      font-size: 2vw; } }
  @media screen and (max-width: 768px) {
    /* line 12, sass/_layout.scss */
    * {
      font-size: 2.5vw; } }
  @media screen and (max-width: 480px) {
    /* line 12, sass/_layout.scss */
    * {
      font-size: 4vw; } }

/* line 17, sass/_layout.scss */
body, html {
  scroll-behavior: smooth; }

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
@media screen and (max-width: 1060px) {
  /* line 24, sass/_layout.scss */
  body {
    font-size: 2vw; } }
@media screen and (max-width: 768px) {
  /* line 24, sass/_layout.scss */
  body {
    font-size: 2.5vw; } }
@media screen and (max-width: 480px) {
  /* line 24, sass/_layout.scss */
  body {
    font-size: 4vw; } }

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
/* line 31, sass/_layout.scss */
#container {
  min-height: -webkit-calc(100vh - 118px);
  min-height: -moz-calc(100vh - 118px);
  min-height: calc(100vh - 118px); }
  @media screen and (max-width: 1060px) {
    /* line 31, sass/_layout.scss */
    #container {
      min-height: -webkit-calc(100vh - 131px);
      min-height: -moz-calc(100vh - 131px);
      min-height: calc(100vh - 131px); } }
  @media screen and (max-width: 768px) {
    /* line 31, sass/_layout.scss */
    #container {
      min-height: -webkit-calc(100vh - 160px);
      min-height: -moz-calc(100vh - 160px);
      min-height: calc(100vh - 160px); } }
  @media screen and (max-width: 480px) {
    /* line 31, sass/_layout.scss */
    #container {
      min-height: -webkit-calc(100vh - 136vw);
      min-height: -moz-calc(100vh - 136vw);
      min-height: calc(100vh - 136vw); } }

/* 画像・動画 */
/* line 2, sass/elements/_img.scss */
img {
  vertical-align: bottom; }
  /* line 4, sass/elements/_img.scss */
  img.img_max100 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;"; }

/* line 9, sass/elements/_img.scss */
video.img_max100 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; }

/* 画像リンク */
/* line 16, sass/elements/_img.scss */
a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
/* line 20, sass/elements/_img.scss */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70); }

/*=====================================================================================
---------------------------------------------------------------------------------------
	メインビジュアル
---------------------------------------------------------------------------------------
=====================================================================================*/
/* line 7, sass/page/_pageheader.scss */
#company h2#mainV, #vision h2#mainV, #outline h2#mainV, #message h2#mainV, #compliance h2#mainV, #achievements h2#mainV, #chart h2#mainV, #history h2#mainV, #sdgs h2#mainV, .page-template-page-company h2#mainV {
  background: url(../../../img/company/mainVisual.jpg) no-repeat center top; }
  @media screen and (max-width: 1060px) {
    /* line 7, sass/page/_pageheader.scss */
    #company h2#mainV, #vision h2#mainV, #outline h2#mainV, #message h2#mainV, #compliance h2#mainV, #achievements h2#mainV, #chart h2#mainV, #history h2#mainV, #sdgs h2#mainV, .page-template-page-company h2#mainV {
      background: url(../../../img/company/mainVisual.jpg) no-repeat 50% 50%; } }
  @media screen and (max-width: 480px) {
    /* line 7, sass/page/_pageheader.scss */
    #company h2#mainV, #vision h2#mainV, #outline h2#mainV, #message h2#mainV, #compliance h2#mainV, #achievements h2#mainV, #chart h2#mainV, #history h2#mainV, #sdgs h2#mainV, .page-template-page-company h2#mainV {
      background: url(../../../img/company/mainVisual.jpg) no-repeat 50% 40%;
      background-size: 1200px auto; } }

/* line 19, sass/page/_pageheader.scss */
#business h2#mainV, #social h2#mainV, #education h2#mainV {
  background: url(../../../img/business/mainVisual.jpg) no-repeat center top; }
  @media screen and (max-width: 1060px) {
    /* line 19, sass/page/_pageheader.scss */
    #business h2#mainV, #social h2#mainV, #education h2#mainV {
      background: url(../../../img/business/mainVisual.jpg) no-repeat 50% 50%; } }
  @media screen and (max-width: 480px) {
    /* line 19, sass/page/_pageheader.scss */
    #business h2#mainV, #social h2#mainV, #education h2#mainV {
      background: url(../../../img/business/mainVisual.jpg) no-repeat 50% 40%;
      background-size: 1200px auto; } }

/* line 31, sass/page/_pageheader.scss */
#partner h2#mainV, #support h2#mainV, #contact_partner h2#mainV {
  background: url(../../../img/partner/mainVisual.jpg) no-repeat 50% 50%;
  background: 100% auto; }
  @media screen and (max-width: 768px) {
    /* line 31, sass/page/_pageheader.scss */
    #partner h2#mainV, #support h2#mainV, #contact_partner h2#mainV {
      background: url(../../../img/partner/mainVisual.jpg) no-repeat 50% 50%;
      background-size: 1200px auto; } }
  @media screen and (max-width: 480px) {
    /* line 31, sass/page/_pageheader.scss */
    #partner h2#mainV, #support h2#mainV, #contact_partner h2#mainV {
      background: url(../../../img/partner/mainVisual.jpg) no-repeat 50% 40%;
      background-size: 720px auto; } }

/* line 45, sass/page/_pageheader.scss */
#access h2#mainV {
  background: url(../../../img/access/mainVisual.jpg) no-repeat center top; }
  @media screen and (max-width: 1060px) {
    /* line 45, sass/page/_pageheader.scss */
    #access h2#mainV {
      background: url(../../../img/access/mainVisual.jpg) no-repeat 50% 50%; } }
  @media screen and (max-width: 480px) {
    /* line 45, sass/page/_pageheader.scss */
    #access h2#mainV {
      background: url(../../../img/access/mainVisual.jpg) no-repeat 50% 40%;
      background-size: 1200px auto; } }

/* line 57, sass/page/_pageheader.scss */
#sitemap h2#mainV {
  background: url(../../../img/sitemap/mainVisual.jpg) no-repeat center top; }
  @media screen and (max-width: 1060px) {
    /* line 57, sass/page/_pageheader.scss */
    #sitemap h2#mainV {
      background: url(../../../img/sitemap/mainVisual.jpg) no-repeat 50% 50%; } }
  @media screen and (max-width: 480px) {
    /* line 57, sass/page/_pageheader.scss */
    #sitemap h2#mainV {
      background: url(../../../img/sitemap/mainVisual.jpg) no-repeat 50% 40%;
      background-size: 1200px auto; } }

/* line 69, sass/page/_pageheader.scss */
#privacy h2#mainV {
  background: url(../../../img/privacy/mainVisual.jpg) no-repeat center top; }
  @media screen and (max-width: 1060px) {
    /* line 69, sass/page/_pageheader.scss */
    #privacy h2#mainV {
      background: url(../../../img/privacy/mainVisual.jpg) no-repeat 50% 50%; } }
  @media screen and (max-width: 480px) {
    /* line 69, sass/page/_pageheader.scss */
    #privacy h2#mainV {
      background: url(../../../img/privacy/mainVisual.jpg) no-repeat 50% 40%;
      background-size: 1200px auto; } }

/* line 82, sass/page/_pageheader.scss */
#contact h2#mainV {
  background: url(../../../img/contact/mainVisual.jpg) no-repeat center top; }
  @media screen and (max-width: 1060px) {
    /* line 82, sass/page/_pageheader.scss */
    #contact h2#mainV {
      background: url(../../../img/contact/mainVisual.jpg) no-repeat 50% 50%; } }
  @media screen and (max-width: 480px) {
    /* line 82, sass/page/_pageheader.scss */
    #contact h2#mainV {
      background: url(../../../img/contact/mainVisual.jpg) no-repeat 50% 40%;
      background-size: 1200px auto; } }

/*=====================================================================================
---------------------------------------------------------------------------------------
	パートナー
---------------------------------------------------------------------------------------
=====================================================================================*/
@media screen and (max-width: 768px) and (min-width: 481px) {
  /* line 9, sass/page/_partner.scss */
  #partner article nav#contentMenu ul li:nth-child(2n+1) {
    border-left: 1px solid #dddddd !important; }
  /* line 12, sass/page/_partner.scss */
  #partner article nav#contentMenu ul li:nth-last-child(-n+3) {
    width: 50%; }
  /* line 15, sass/page/_partner.scss */
  #partner article nav#contentMenu ul li:last-child {
    border-left: none !important; } }

/* =======================================================================================================================
　　　　　　　　　フリーページ
======================================================================================================================= */
/* line 5, sass/page/free/_freebackground.scss */
#wrapper .freepage_article {
  text-align: left; }
  /* line 7, sass/page/free/_freebackground.scss */
  #wrapper .freepage_article .right {
    text-align: right; }
  /* line 10, sass/page/free/_freebackground.scss */
  #wrapper .freepage_article .center {
    text-align: center; }

/* line 16, sass/page/free/_freebackground.scss */
.freepage-ctt .sec {
  padding: 100px 0; }
  @media screen and (max-width: 1060px) {
    /* line 16, sass/page/free/_freebackground.scss */
    .freepage-ctt .sec {
      padding: 5em 0; } }
/* line 22, sass/page/free/_freebackground.scss */
.freepage-ctt .sec_bg1 + .sec_bg1 {
  padding-top: 0; }
/* line 25, sass/page/free/_freebackground.scss */
.freepage-ctt .sec_bg2 + .sec_bg2 {
  padding-top: 0; }
/* line 28, sass/page/free/_freebackground.scss */
.freepage-ctt .sec_bg3 + .sec_bg3 {
  padding-top: 0; }

/* line 33, sass/page/free/_freebackground.scss */
.freepage_article .innerbox {
  width: 980px;
  margin: 0 auto; }
  @media screen and (max-width: 1060px) {
    /* line 33, sass/page/free/_freebackground.scss */
    .freepage_article .innerbox {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 2em; } }
  @media screen and (max-width: 480px) {
    /* line 33, sass/page/free/_freebackground.scss */
    .freepage_article .innerbox {
      padding: 0 1em; } }

/* =============== 背景色 ========================================================= */
/* line 45, sass/page/free/_freebackground.scss */
.sec_bg1 {
  background: #fff; }

/* line 48, sass/page/free/_freebackground.scss */
.sec_bg2 {
  background: #ddd;
  padding: 10em; }
  @media screen and (max-width: 480px) {
    /* line 48, sass/page/free/_freebackground.scss */
    .sec_bg2 {
      padding-left: 0;
      padding-right: 0; } }

/* line 56, sass/page/free/_freebackground.scss */
.sec_bg3 {
  background: url(../../../img/recruit/common/footer_bg.gif) repeat center top;
  padding: 10em; }
  @media screen and (max-width: 480px) {
    /* line 56, sass/page/free/_freebackground.scss */
    .sec_bg3 {
      padding-left: 0;
      padding-right: 0; } }

/* =============== テキスト ========================================================= */
/* line 2, sass/page/free/_freetext.scss */
.freepage-ctt h3 {
  background: none;
  padding: 0; }

/* ------------ 見出し -------------------------------- */
/* line 9, sass/page/free/_freetext.scss */
.freepage-ctt h3.parts-h3 {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 2em;
  line-height: 1.8em;
  padding: 0 0 1.25em 0;
  text-align: center;
  color: #000000;
  margin: 0; }
  @media screen and (max-width: 480px) {
    /* line 9, sass/page/free/_freetext.scss */
    .freepage-ctt h3.parts-h3 {
      font-size: 1.4em;
      padding-bottom: 1.3em; } }

/* line 28, sass/page/free/_freetext.scss */
.parts-h4 {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em;
  color: #385eab; }
  @media screen and (max-width: 480px) {
    /* line 28, sass/page/free/_freetext.scss */
    .parts-h4 {
      padding-bottom: 0.8em; } }

/* 英語タイトル */
/* line 48, sass/page/free/_freetext.scss */
.eg_subttl {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.5em;
  letter-spacing: 0.2em;
  font-weight: normal;
  color: #2b170c;
  display: block;
  line-height: 1em;
  padding-top: 0.5em; }

/* 大きな数字 */
/* line 65, sass/page/free/_freetext.scss */
.lnmb {
  display: block;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ff-meta-serif-web-pro, serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1em;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 1.67em;
  padding: 0.3em 0; }

/* ------------ 段落 -------------------------------- */
/* line 84, sass/page/free/_freetext.scss */
.freepage-ctt p {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 4em; }
  @media screen and (max-width: 480px) {
    /* line 84, sass/page/free/_freetext.scss */
    .freepage-ctt p {
      padding-bottom: 1.5em; } }
  /* line 90, sass/page/free/_freetext.scss */
  .freepage-ctt p.right {
    padding-bottom: 0.5em; }

/* 余白小さめ */
/* line 96, sass/page/free/_freetext.scss */
.freepage-ctt p.btmmin {
  padding-bottom: 1em; }

/* リンク */
/* line 101, sass/page/free/_freetext.scss */
.freepage-ctt a[href$=".pdf"] {
  background: url(../../../img/common/pdfIcon.gif) no-repeat right center;
  padding: 0 2em 0 0;
  display: inline-block; }

/* 強調 -------------------------------- */
/* line 108, sass/page/free/_freetext.scss */
.freepage-ctt .parts-copy {
  font-size: 1.33em;
  line-height: 1.8em;
  padding: 0;
  margin-bottom: 1.5em;
  padding-bottom: 0; }
  @media screen and (max-width: 480px) {
    /* line 108, sass/page/free/_freetext.scss */
    .freepage-ctt .parts-copy {
      font-size: 1.1em; } }
  /* line 117, sass/page/free/_freetext.scss */
  .freepage-ctt .parts-copy.center, .freepage-ctt .parts-copy.right {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #000000; }
  /* line 121, sass/page/free/_freetext.scss */
  .freepage-ctt .parts-copy.right {
    margin-bottom: 0.5em; }
  /* line 124, sass/page/free/_freetext.scss */
  .freepage-ctt .parts-copy.left {
    background: url(../../../img/common/h3_line.gif) repeat-y left top;
    vertical-align: middle;
    padding: 0 0 0 2em; }

/* やや小さめ強調 */
/* line 132, sass/page/free/_freetext.scss */
.strong {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-weight: bold;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 2em; }

/* 注釈 -------------------------------- */
/* line 141, sass/page/free/_freetext.scss */
p.note {
  opacity: 0.6;
  font-size: 0.9em;
  line-height: 1.7em;
  padding-bottom: 4em;
  padding-left: 1.2em;
  width: 100%;
  max-width: 1500px;
  box-sizing: border-box;
  margin: 0 auto; }

/* line 152, sass/page/free/_freetext.scss */
.freepage-ctt .sec p.note:last-child {
  padding-bottom: 0; }

/* line 155, sass/page/free/_freetext.scss */
p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
  text-indent: -1em; }

/* =============== ブロック ========================================================= */
/* ------------ 背景色つきテキストボックス -------------------------------- */
/* line 4, sass/page/free/_freeblock.scss */
.bbox {
  background: #fff;
  padding: 5em;
  margin-bottom: 5em;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: rgba(99, 99, 99, 0.227451) 0px 0px 15px -1px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.227451) 0px 0px 15px -1px;
  -moz-box-shadow: rgba(99, 99, 99, 0.227451) 0px 0px 15px -1px; }
  @media screen and (max-width: 480px) {
    /* line 4, sass/page/free/_freeblock.scss */
    .bbox {
      padding: 2.5em; } }

/* line 16, sass/page/free/_freeblock.scss */
.bbox h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1.9em;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 1em 0;
  color: #000000; }
  @media screen and (max-width: 480px) {
    /* line 16, sass/page/free/_freeblock.scss */
    .bbox h3 {
      font-size: 1.2em;
      padding-bottom: 0.5em; } }

/* line 28, sass/page/free/_freeblock.scss */
.freepage-ctt .bbox p:last-child {
  padding-bottom: 0; }

/* =============== 画像 ========================================================= */
/* line 2, sass/page/free/_freeimage.scss */
p.parts-100img {
  width: 100%;
  position: relative;
  padding-bottom: 5em;
  text-align: center; }
  /* line 7, sass/page/free/_freeimage.scss */
  p.parts-100img.center {
    text-align: center; }
  /* line 10, sass/page/free/_freeimage.scss */
  p.parts-100img.left {
    text-align: left; }
  /* line 13, sass/page/free/_freeimage.scss */
  p.parts-100img.right {
    text-align: right; }
  @media screen and (max-width: 480px) {
    /* line 2, sass/page/free/_freeimage.scss */
    p.parts-100img {
      padding-bottom: 5em; } }

/* line 20, sass/page/free/_freeimage.scss */
.parts-100img img {
  max-width: inherit;
  height: auto; }
  @media screen and (max-width: 480px) {
    /* line 20, sass/page/free/_freeimage.scss */
    .parts-100img img {
      width: 100%; } }

/* ------------ 画像＋テキスト -------------------------------- */
/* line 29, sass/page/free/_freeimage.scss */
.box_imglefttxt, .box_imgrighttxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 5em; }
  /* line 35, sass/page/free/_freeimage.scss */
  .box_imglefttxt .parts-copy, .box_imgrighttxt .parts-copy {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    padding-bottom: 0; }

/* line 40, sass/page/free/_freeimage.scss */
.imgtxt_imgbox {
  width: 40%;
  position: relative;
  padding-bottom: 2.5em; }
  @media screen and (max-width: 1500px) {
    /* line 40, sass/page/free/_freeimage.scss */
    .imgtxt_imgbox {
      width: 45%; } }
  @media screen and (max-width: 768px) {
    /* line 40, sass/page/free/_freeimage.scss */
    .imgtxt_imgbox {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    /* line 40, sass/page/free/_freeimage.scss */
    .imgtxt_imgbox {
      width: 100%;
      padding-bottom: 2.5em; } }

/* 画像 */
/* line 57, sass/page/free/_freeimage.scss */
.imgtxt_imgbox img {
  width: 100%;
  height: auto; }

/* 画像左 -------------------------------- */
/* line 63, sass/page/free/_freeimage.scss */
.box_imglefttxt .imgtxt_imgbox {
  float: left;
  padding-right: 2.5em; }
  @media screen and (max-width: 480px) {
    /* line 63, sass/page/free/_freeimage.scss */
    .box_imglefttxt .imgtxt_imgbox {
      float: none;
      padding-right: 0; } }

/* 画像右 -------------------------------- */
/* line 73, sass/page/free/_freeimage.scss */
.box_imgrighttxt .imgtxt_imgbox {
  float: right;
  padding-left: 2.5em; }
  @media screen and (max-width: 480px) {
    /* line 73, sass/page/free/_freeimage.scss */
    .box_imgrighttxt .imgtxt_imgbox {
      float: none;
      padding-left: 0; } }

/* テキスト -------------------------------- */
/* 見出し */
/* line 85, sass/page/free/_freeimage.scss */
.imgtxt_txtbox h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: normal;
  padding-bottom: 1em;
  color: #385eab; }

/* ------------ 画像ボックス -------------------------------- */
/* テキスト共通 */
/* line 97, sass/page/free/_freeimage.scss */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box; }

/* line 105, sass/page/free/_freeimage.scss */
.imgbox_txtarea h3 {
  font-size: 1.2em;
  text-align: center;
  margin: 0 0 0.6em;
  color: #376692;
  font-style: italic; }

/* line 112, sass/page/free/_freeimage.scss */
.freepage-ctt .imgbox_txtarea p {
  padding-bottom: 0; }

/* 2つ並び画像テキストボックス -------------------------------- */
/* line 117, sass/page/free/_freeimage.scss */
.img2box {
  width: 100%;
  position: relative;
  padding-bottom: 5em; }

/* リスト */
/* line 124, sass/page/free/_freeimage.scss */
.img2box ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /* 高さを揃える */
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-top: -5em; }

/* line 145, sass/page/free/_freeimage.scss */
.img2box ul li {
  width: 48%;
  box-sizing: border-box;
  margin-top: 5em; }
  @media screen and (max-width: 480px) {
    /* line 145, sass/page/free/_freeimage.scss */
    .img2box ul li {
      width: 100%; } }

@media screen and (max-width: 480px) {
  /* line 153, sass/page/free/_freeimage.scss */
  .img2box.imghbox ul li {
    width: 48%; } }

/* 画像 */
/* line 161, sass/page/free/_freeimage.scss */
.img2box img {
  width: 100%;
  height: auto;
  margin-bottom: 1em; }
/* line 167, sass/page/free/_freeimage.scss */
.img2box.imghbox img {
  margin-bottom: 0; }

/* 3つ並び画像テキストボックス -------------------------------- */
/* line 175, sass/page/free/_freeimage.scss */
.img3txtbox {
  width: 100%;
  position: relative;
  padding-bottom: 5em; }

/* リスト */
/* line 182, sass/page/free/_freeimage.scss */
.img3txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 高さを揃える */
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-top: -5em; }

/* line 199, sass/page/free/_freeimage.scss */
.img3txtbox ul li {
  width: 32%;
  position: relative;
  margin-right: 2%;
  box-sizing: border-box;
  margin-top: 5em; }
  @media screen and (max-width: 480px) {
    /* line 199, sass/page/free/_freeimage.scss */
    .img3txtbox ul li {
      width: 100%; } }

@media screen and (min-width: 481px) {
  /* line 210, sass/page/free/_freeimage.scss */
  .img3txtbox ul li:nth-child(3n) {
    margin-right: 0; } }
@media screen and (max-width: 480px) {
  /* line 214, sass/page/free/_freeimage.scss */
  .img3txtbox.imghbox ul li {
    width: 32%; }
    /* line 217, sass/page/free/_freeimage.scss */
    .img3txtbox.imghbox ul li:nth-child(3n) {
      margin-right: 0; } }

/* 画像 */
/* line 226, sass/page/free/_freeimage.scss */
.img3txtbox img {
  width: 100%;
  height: auto;
  margin-bottom: 1em; }
/* line 232, sass/page/free/_freeimage.scss */
.img3txtbox.imghbox img {
  margin-bottom: 0; }

/* 4つ並び画像テキストボックス -------------------------------- */
/* line 240, sass/page/free/_freeimage.scss */
.img4txtbox {
  width: 100%;
  position: relative;
  padding-bottom: 5em; }

/* line 245, sass/page/free/_freeimage.scss */
.freepage-ctt .sec .img4txtbox:last-child {
  padding-bottom: 0; }

/* リスト */
/* line 250, sass/page/free/_freeimage.scss */
.img4txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 高さを揃える */
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-top: -5em; }

/* line 267, sass/page/free/_freeimage.scss */
.img4txtbox ul li {
  width: 23.5%;
  position: relative;
  margin-right: 2%;
  margin-top: 5em; }
  @media screen and (min-width: 1061px) {
    /* line 273, sass/page/free/_freeimage.scss */
    .img4txtbox ul li:nth-child(4n) {
      margin-right: 0; } }
  @media screen and (max-width: 1060px) and (min-width: 481px) {
    /* line 267, sass/page/free/_freeimage.scss */
    .img4txtbox ul li {
      width: 48%;
      margin-right: 4%; }
      /* line 280, sass/page/free/_freeimage.scss */
      .img4txtbox ul li:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    /* line 267, sass/page/free/_freeimage.scss */
    .img4txtbox ul li {
      width: 100%;
      margin-right: 0; } }

@media screen and (max-width: 1060px) and (min-width: 481px) {
  /* line 289, sass/page/free/_freeimage.scss */
  .img4txtbox.imghbox ul li {
    width: 23.5%;
    margin-right: 2%; }
    /* line 293, sass/page/free/_freeimage.scss */
    .img4txtbox.imghbox ul li:nth-child(2n) {
      margin-right: 2%; }
    /* line 296, sass/page/free/_freeimage.scss */
    .img4txtbox.imghbox ul li:nth-child(4n) {
      margin-right: 0; } }
@media screen and (max-width: 480px) {
  /* line 289, sass/page/free/_freeimage.scss */
  .img4txtbox.imghbox ul li {
    width: 23.5%;
    margin-right: 2%; }
    /* line 303, sass/page/free/_freeimage.scss */
    .img4txtbox.imghbox ul li:nth-child(2n) {
      margin-right: 2%; }
    /* line 306, sass/page/free/_freeimage.scss */
    .img4txtbox.imghbox ul li:nth-child(4n) {
      margin-right: 0; } }

/* 画像 */
/* line 314, sass/page/free/_freeimage.scss */
.img4txtbox img {
  width: 100%;
  height: auto;
  margin-bottom: 1em; }
/* line 320, sass/page/free/_freeimage.scss */
.img4txtbox.imghbox img {
  margin-bottom: 0; }

/* 5つ並び画像テキストボックス -------------------------------- */
/* line 327, sass/page/free/_freeimage.scss */
.img5txtbox {
  width: 100%;
  position: relative;
  padding-bottom: 5em; }

/* line 332, sass/page/free/_freeimage.scss */
.freepage-ctt .sec .img5txtbox:last-child {
  padding-bottom: 0; }

/* リスト */
/* line 337, sass/page/free/_freeimage.scss */
.img5txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 高さを揃える */
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-top: -1em; }

/* line 354, sass/page/free/_freeimage.scss */
.img5txtbox ul li {
  width: 19%;
  position: relative;
  margin-right: 1.25%;
  margin-top: 1em; }
  @media screen and (min-width: 769px) {
    /* line 360, sass/page/free/_freeimage.scss */
    .img5txtbox ul li:nth-child(5n) {
      margin-right: 0; } }
  @media screen and (max-width: 768px) and (min-width: 481px) {
    /* line 354, sass/page/free/_freeimage.scss */
    .img5txtbox ul li {
      width: 32%;
      margin-right: 2%; }
      /* line 367, sass/page/free/_freeimage.scss */
      .img5txtbox ul li:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    /* line 354, sass/page/free/_freeimage.scss */
    .img5txtbox ul li {
      width: 48%;
      margin-right: 4%; }
      /* line 374, sass/page/free/_freeimage.scss */
      .img5txtbox ul li:nth-child(2n) {
        margin-right: 0; } }

/* 画像 */
/* line 382, sass/page/free/_freeimage.scss */
.img5txtbox img {
  width: 100%;
  height: auto; }
/* line 386, sass/page/free/_freeimage.scss */
.img5txtbox h3 {
  margin: 0.6em 0 0; }
/* line 389, sass/page/free/_freeimage.scss */
.img5txtbox p {
  margin-top: 1em; }

/* =============== Youtube動画 ========================================================= */
/* line 2, sass/page/free/_freeyoutube.scss */
.videobox .imgtxt_imgbox {
  width: 60%; }
  @media screen and (max-width: 480px) {
    /* line 2, sass/page/free/_freeyoutube.scss */
    .videobox .imgtxt_imgbox {
      width: 100%; } }

/* line 8, sass/page/free/_freeyoutube.scss */
.youtube_box {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em; }

/* line 12, sass/page/free/_freeyoutube.scss */
.youtube_box span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

/* line 18, sass/page/free/_freeyoutube.scss */
.youtube_box span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
/* line 4, sass/page/free/_freelist.scss */
.no_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5em; }

/* line 8, sass/page/free/_freelist.scss */
.freepage-ctt .sec .no_list:last-child {
  margin-bottom: 0; }

/* 見出し */
/* line 13, sass/page/free/_freelist.scss */
.no_list h3 {
  font-size: 1.33em;
  line-height: 1.8em;
  padding: 0;
  margin-bottom: 1.5em;
  padding-bottom: 0; }
  @media screen and (max-width: 480px) {
    /* line 13, sass/page/free/_freelist.scss */
    .no_list h3 {
      font-size: 1.1em; } }
  /* line 22, sass/page/free/_freelist.scss */
  .no_list h3.center, .no_list h3.right {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #000000; }
  /* line 26, sass/page/free/_freelist.scss */
  .no_list h3.left {
    background: url(../../../img/common/h3_line.gif) repeat-y left top;
    vertical-align: middle;
    padding: 0 0 0 2em; }

/* リスト */
/* line 34, sass/page/free/_freelist.scss */
.no_list ul {
  width: 100%;
  box-sizing: border-box;
  padding-left: 1.5em; }

/* line 39, sass/page/free/_freelist.scss */
.no_list li {
  list-style-type: disc;
  width: 100%;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em; }

/* line 47, sass/page/free/_freelist.scss */
.no_list li:last-child {
  padding-bottom: 0; }

/* チェックボックスマークつき -------------------------------- */
/* line 53, sass/page/free/_freelist.scss */
.check_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5em; }

/* 見出し */
/* line 59, sass/page/free/_freelist.scss */
.check_list h3 {
  font-size: 1.33em;
  line-height: 1.8em;
  padding: 0;
  margin-bottom: 1.5em;
  padding-bottom: 0; }
  @media screen and (max-width: 480px) {
    /* line 59, sass/page/free/_freelist.scss */
    .check_list h3 {
      font-size: 1.1em; } }
  /* line 68, sass/page/free/_freelist.scss */
  .check_list h3.center, .check_list h3.right {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #000000; }
  /* line 72, sass/page/free/_freelist.scss */
  .check_list h3.left {
    background: url(../../../img/common/h3_line.gif) repeat-y left top;
    vertical-align: middle;
    padding: 0 0 0 2em; }

/* リスト */
/* line 80, sass/page/free/_freelist.scss */
.check_list ul {
  width: 100%;
  box-sizing: border-box;
  list-style: none inside; }

/* line 85, sass/page/free/_freelist.scss */
.check_list li {
  width: 100%;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em; }

/* line 94, sass/page/free/_freelist.scss */
.check_list li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f14a"; }

/* line 101, sass/page/free/_freelist.scss */
.check_list li:last-child {
  padding-bottom: 0; }

/* 番号つき -------------------------------- */
/* line 106, sass/page/free/_freelist.scss */
.order_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5em; }

/* 見出し */
/* line 112, sass/page/free/_freelist.scss */
.order_list h3 {
  font-size: 1.33em;
  line-height: 1.8em;
  padding: 0;
  margin-bottom: 1.5em;
  padding-bottom: 0; }
  @media screen and (max-width: 480px) {
    /* line 112, sass/page/free/_freelist.scss */
    .order_list h3 {
      font-size: 1.1em; } }
  /* line 121, sass/page/free/_freelist.scss */
  .order_list h3.center, .order_list h3.right {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #000000; }
  /* line 125, sass/page/free/_freelist.scss */
  .order_list h3.left {
    background: url(../../../img/common/h3_line.gif) repeat-y left top;
    vertical-align: middle;
    padding: 0 0 0 2em; }

/* リスト */
/* line 133, sass/page/free/_freelist.scss */
.order_list ol {
  width: 100%;
  box-sizing: border-box;
  list-style-position: inside; }

/* line 138, sass/page/free/_freelist.scss */
.order_list li {
  list-style-type: decimal;
  width: 100%;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 1em; }

/* line 148, sass/page/free/_freelist.scss */
.order_list li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em; }

/* line 152, sass/page/free/_freelist.scss */
.order_list li:last-child {
  padding-bottom: 0; }

/* 表型 -------------------------------- */
/* line 157, sass/page/free/_freelist.scss */
.table_list {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 5em; }

/* line 164, sass/page/free/_freelist.scss */
.freepage-ctt .sec .table_list:last-child {
  padding-bottom: 0; }

/* 見出し */
/* line 169, sass/page/free/_freelist.scss */
.table_list h3 {
  font-size: 1.33em;
  line-height: 1.8em;
  padding: 0;
  margin-bottom: 1.5em;
  padding-bottom: 0; }
  @media screen and (max-width: 480px) {
    /* line 169, sass/page/free/_freelist.scss */
    .table_list h3 {
      font-size: 1.1em; } }
  /* line 178, sass/page/free/_freelist.scss */
  .table_list h3.center, .table_list h3.right {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #000000; }
  /* line 182, sass/page/free/_freelist.scss */
  .table_list h3.left {
    background: url(../../../img/common/h3_line.gif) repeat-y left top;
    vertical-align: middle;
    padding: 0 0 0 2em; }

/* リスト */
/* line 190, sass/page/free/_freelist.scss */
.table_list ul {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none inside; }
  /* line 193, sass/page/free/_freelist.scss */
  .table_list ul li {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
    /* line 196, sass/page/free/_freelist.scss */
    .table_list ul li:last-child {
      margin-bottom: 0; }

/* line 201, sass/page/free/_freelist.scss */
.tablelist_th, .tablelist_td {
  padding: 1.5em 2.5em;
  font-size: 1em;
  box-sizing: border-box; }
  @media screen and (max-width: 1060px) {
    /* line 201, sass/page/free/_freelist.scss */
    .tablelist_th, .tablelist_td {
      padding: 1em 1em; } }
  @media screen and (max-width: 768px) {
    /* line 201, sass/page/free/_freelist.scss */
    .tablelist_th, .tablelist_td {
      display: block; } }

/* line 212, sass/page/free/_freelist.scss */
.tablelist_th {
  width: 30%;
  font-weight: 900;
  -webkit-text-stroke-width: 0 !important;
  background: #f7f7f7;
  color: #575757;
  border-bottom: 1px dotted #D4D4D4; }
  @media screen and (max-width: 768px) {
    /* line 212, sass/page/free/_freelist.scss */
    .tablelist_th {
      width: 100%; } }

/* line 222, sass/page/free/_freelist.scss */
.tablelist_td {
  width: 70%;
  background: #fff;
  color: #000000;
  border-bottom: 1px solid #D4D4D4; }
  @media screen and (max-width: 768px) {
    /* line 222, sass/page/free/_freelist.scss */
    .tablelist_td {
      width: 100%; } }

/* 注釈マークつき -------------------------------- */
/* line 233, sass/page/free/_freelist.scss */
.note_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5em; }

/* 見出し */
/* line 239, sass/page/free/_freelist.scss */
.note_list h3 {
  font-size: 1.33em;
  line-height: 1.8em;
  padding: 0;
  margin-bottom: 1.5em;
  padding-bottom: 0; }
  @media screen and (max-width: 480px) {
    /* line 239, sass/page/free/_freelist.scss */
    .note_list h3 {
      font-size: 1.1em; } }
  /* line 248, sass/page/free/_freelist.scss */
  .note_list h3.center, .note_list h3.right {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #000000; }
  /* line 252, sass/page/free/_freelist.scss */
  .note_list h3.left {
    background: url(../../../img/common/h3_line.gif) repeat-y left top;
    vertical-align: middle;
    padding: 0 0 0 2em; }

/* リスト */
/* line 261, sass/page/free/_freelist.scss */
.note_list ul {
  width: 100%;
  box-sizing: border-box;
  list-style: none inside;
  opacity: 0.6;
  filter: alpha(opacity=60); }

/* line 267, sass/page/free/_freelist.scss */
.note_list li {
  width: 100%;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em; }

/* line 276, sass/page/free/_freelist.scss */
.note_list li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  content: "※"; }

/* line 282, sass/page/free/_freelist.scss */
.note_list li:last-child {
  padding-bottom: 0; }

/* =============== 余白ゼロ ========================================================= */
/* line 13, sass/page/free/_freenospace.scss */
.freepage-ctt .sec .innerbox p:last-child,
.freepage-ctt .sec .innerbox p.parts-copy:last-child,
.freepage-ctt .sec .innerbox .parts-100img:last-child,
.freepage-ctt .sec .innerbox .box_imglefttxt:last-child,
.freepage-ctt .sec .innerbox .box_imgrighttxt:last-child,
.freepage-ctt .sec .innerbox .img2box:last-child,
.freepage-ctt .sec .innerbox .img3txtbox:last-child,
.freepage-ctt .sec .innerbox .img4txtbox:last-child {
  padding-bottom: 0; }
/* line 23, sass/page/free/_freenospace.scss */
.freepage-ctt .sec .innerbox .bbox:last-child,
.freepage-ctt .sec .innerbox .no_list:last-child,
.freepage-ctt .sec .innerbox .check_list:last-child,
.freepage-ctt .sec .innerbox .order_list:last-child,
.freepage-ctt .sec .innerbox .table_list:last-child,
.freepage-ctt .sec .innerbox .note_list:last-child {
  margin-bottom: 0; }

/* line 36, sass/page/free/_freenospace.scss */
.img2box img:last-child,
.img3txtbox img:last-child,
.img4txtbox img:last-child,
.img5txtbox img:last-child {
  margin-bottom: 0; }
/* line 40, sass/page/free/_freenospace.scss */
.img2box a,
.img3txtbox a,
.img4txtbox a,
.img5txtbox a {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 2.5em; }
  /* line 46, sass/page/free/_freenospace.scss */
  .img2box a img:last-child,
  .img3txtbox a img:last-child,
  .img4txtbox a img:last-child,
  .img5txtbox a img:last-child {
    margin-bottom: 0; }
  /* line 50, sass/page/free/_freenospace.scss */
  .img2box a:last-child,
  .img3txtbox a:last-child,
  .img4txtbox a:last-child,
  .img5txtbox a:last-child {
    margin-bottom: 0; }
    /* line 52, sass/page/free/_freenospace.scss */
    .img2box a:last-child img,
    .img3txtbox a:last-child img,
    .img4txtbox a:last-child img,
    .img5txtbox a:last-child img {
      margin-bottom: 0; }
      /* line 54, sass/page/free/_freenospace.scss */
      .img2box a:last-child img:last-child,
      .img3txtbox a:last-child img:last-child,
      .img4txtbox a:last-child img:last-child,
      .img5txtbox a:last-child img:last-child {
        margin-bottom: 0; }

/* line 64, sass/page/free/_freenospace.scss */
li .youtube_box:last-child {
  margin-bottom: 0; }

/* line 70, sass/page/free/_freenospace.scss */
.imgtxt_imgbox .youtube_box {
  margin-bottom: 0; }

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