@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

@charset "UTF-8";

/*----------------------
 * 1. GENERAL
 *   1.1  Grids
 *   1.2  Margin
 *   1.3  Text
 *   1.4  Titles and Subtitles
 *   1.5  Tables
 *   1.6  Breadcrumb
 *   1.7  Buttons
 *   1.8  Lists
 *   1.9  Forms
 *   1.10 Other Elements
 *        1.10.1 plugins
 *        1.10.2 page top
 *        1.10.3 modal
 * 2. HEADER
 * 	  2.1 Main Menu
 *    2.2 sns Icon
 * 3. MAIN VISUAL
 *    3.1 Top Main Visual
 * 4. CONTENT
 *    4.1 Block Img Wrap
 *    4.2 Concept
 *    4.3 Service
 *    4.4 Strength
 *    4.5 Network
 *    4.6 Company
 *    4.7 Recruit
 *    4.8 Lower Page
 *        4.8.1 Attend page
 *    4.9 Contact
 *    4.10 Privacy
 * 5. FOOTER
 * 6. INTERACTIONS
 * 7. MAP
 * 20191031 修正
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html,
body {
	overflow-x: hidden;
}
body {
    font-family: '游ゴシック', YuGothic, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
	letter-spacing: 0.02em;
	background: #fff;
	color: #000;
	line-height: 1.8;
	overflow: hidden;
}
body#top-page {
    background: #000;
}
@media screen and (max-width: 767px) {
    body {
        font-size: 13px;
    }
}

a {
    color: #000;
}
a:hover {
    cursor: pointer;
    color: #000;
}
a:focus {
    outline: none;
    overflow: hidden;
    text-decoration: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

hr {
     border-top: 1px solid #d3d3d4;
     margin-top: 20px;
     margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

strong {
    font-weight: 600;
}

@media (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}

main {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff !important;
    position: relative;
}

.bg-red {
    background: #e60012;
    color: #fff;
}
.bg-gray {
    background: #f1f1f2;
    margin-bottom: 70px !important;
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
@media only screen and (max-width: 767px) {
    .bg-gray {
        margin-top: 30px !important;
        margin-bottom: 0 !important;
        padding-top: 50px !important;
        padding-bottom: 60px !important;
    }
}

.section-wrap {
    margin: 0;
    padding-top: 80px;
    padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
    .section-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .lower-wrap.section-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.flex-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.flex-center {
    display: flex;
    flex-flow: row wrap;
    /*justify-content: center;*/
    align-items: center;
    align-content: center;
}

/* 1.1 Grids
 * ------------------------------*/
.row-flex {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .row-flex {
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}

.row-flex > .col-xs-1, .row-flex > .col-sm-1, .row-flex > .col-md-1, .row-flex > .col-lg-1, .row-flex > .col-xs-2, .row-flex > .col-sm-2, .row-flex > .col-md-2, .row-flex > .col-lg-2, .row-flex > .col-xs-3, .row-flex > .col-sm-3, .row-flex > .col-md-3, .row-flex > .col-lg-3, .row-flex > .col-xs-4, .row-flex > .col-sm-4, .row-flex > .col-md-4, .row-flex > .col-lg-4, .row-flex > .col-xs-5, .row-flex > .col-sm-5, .row-flex > .col-md-5, .row-flex > .col-lg-5, .row-flex > .col-xs-6, .row-flex > .col-sm-6, .row-flex > .col-md-6, .row-flex > .col-lg-6, .row-flex > .col-xs-7, .row-flex > .col-sm-7, .row-flex > .col-md-7, .row-flex > .col-lg-7, .row-flex > .col-xs-8, .row-flex > .col-sm-8, .row-flex > .col-md-8, .row-flex > .col-lg-8, .row-flex > .col-xs-9, .row-flex > .col-sm-9, .row-flex > .col-md-9, .row-flex > .col-lg-9, .row-flex > .col-xs-10, .row-flex > .col-sm-10, .row-flex > .col-md-10, .row-flex > .col-lg-10, .row-flex > .col-xs-11, .row-flex > .col-sm-11, .row-flex > .col-md-11, .row-flex > .col-lg-11, .row-flex > .col-xs-12, .row-flex > .col-sm-12, .row-flex > .col-md-12, .row-flex > .col-lg-12 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
}

.row-flex > .col-xs-1 .btn-thick, .row-flex > .col-sm-1 .btn-thick, .row-flex > .col-md-1 .btn-thick, .row-flex > .col-lg-1 .btn-thick, .row-flex > .col-xs-2 .btn-thick, .row-flex > .col-sm-2 .btn-thick, .row-flex > .col-md-2 .btn-thick, .row-flex > .col-lg-2 .btn-thick, .row-flex > .col-xs-3 .btn-thick, .row-flex > .col-sm-3 .btn-thick, .row-flex > .col-md-3 .btn-thick, .row-flex > .col-lg-3 .btn-thick, .row-flex > .col-xs-4 .btn-thick, .row-flex > .col-sm-4 .btn-thick, .row-flex > .col-md-4 .btn-thick, .row-flex > .col-lg-4 .btn-thick, .row-flex > .col-xs-5 .btn-thick, .row-flex > .col-sm-5 .btn-thick, .row-flex > .col-md-5 .btn-thick, .row-flex > .col-lg-5 .btn-thick, .row-flex > .col-xs-6 .btn-thick, .row-flex > .col-sm-6 .btn-thick, .row-flex > .col-md-6 .btn-thick, .row-flex > .col-lg-6 .btn-thick, .row-flex > .col-xs-7 .btn-thick, .row-flex > .col-sm-7 .btn-thick, .row-flex > .col-md-7 .btn-thick, .row-flex > .col-lg-7 .btn-thick, .row-flex > .col-xs-8 .btn-thick, .row-flex > .col-sm-8 .btn-thick, .row-flex > .col-md-8 .btn-thick, .row-flex > .col-lg-8 .btn-thick, .row-flex > .col-xs-9 .btn-thick, .row-flex > .col-sm-9 .btn-thick, .row-flex > .col-md-9 .btn-thick, .row-flex > .col-lg-9 .btn-thick, .row-flex > .col-xs-10 .btn-thick, .row-flex > .col-sm-10 .btn-thick, .row-flex > .col-md-10 .btn-thick, .row-flex > .col-lg-10 .btn-thick, .row-flex > .col-xs-11 .btn-thick, .row-flex > .col-sm-11 .btn-thick, .row-flex > .col-md-11 .btn-thick, .row-flex > .col-lg-11 .btn-thick, .row-flex > .col-xs-12 .btn-thick, .row-flex > .col-sm-12 .btn-thick, .row-flex > .col-md-12 .btn-thick, .row-flex > .col-lg-12 .btn-thick {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

.row.row20 {
  margin-left: -10px;
  margin-right: -10px;
}

@media only screen and (max-width: 767px) {
  .tp-cols.row.row20 {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.row.row20 > .col-xs-1, .row.row20 > .col-sm-1, .row.row20 > .col-md-1, .row.row20 > .col-lg-1, .row.row20 > .col-xs-2, .row.row20 > .col-sm-2, .row.row20 > .col-md-2, .row.row20 > .col-lg-2, .row.row20 > .col-xs-3, .row.row20 > .col-sm-3, .row.row20 > .col-md-3, .row.row20 > .col-lg-3, .row.row20 > .col-xs-4, .row.row20 > .col-sm-4, .row.row20 > .col-md-4, .row.row20 > .col-lg-4, .row.row20 > .col-xs-5, .row.row20 > .col-sm-5, .row.row20 > .col-md-5, .row.row20 > .col-lg-5, .row.row20 > .col-xs-6, .row.row20 > .col-sm-6, .row.row20 > .col-md-6, .row.row20 > .col-lg-6, .row.row20 > .col-xs-7, .row.row20 > .col-sm-7, .row.row20 > .col-md-7, .row.row20 > .col-lg-7, .row.row20 > .col-xs-8, .row.row20 > .col-sm-8, .row.row20 > .col-md-8, .row.row20 > .col-lg-8, .row.row20 > .col-xs-9, .row.row20 > .col-sm-9, .row.row20 > .col-md-9, .row.row20 > .col-lg-9, .row.row20 > .col-xs-10, .row.row20 > .col-sm-10, .row.row20 > .col-md-10, .row.row20 > .col-lg-10, .row.row20 > .col-xs-11, .row.row20 > .col-sm-11, .row.row20 > .col-md-11, .row.row20 > .col-lg-11, .row.row20 > .col-xs-12, .row.row20 > .col-sm-12, .row.row20 > .col-md-12, .row.row20 > .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .tp-cols.row.row20 > .col-xs-1, .tp-cols.row.row20 > .col-sm-1, .tp-cols.row.row20 > .col-md-1, .tp-cols.row.row20 > .col-lg-1, .tp-cols.row.row20 > .col-xs-2, .tp-cols.row.row20 > .col-sm-2, .tp-cols.row.row20 > .col-md-2, .tp-cols.row.row20 > .col-lg-2, .tp-cols.row.row20 > .col-xs-3, .tp-cols.row.row20 > .col-sm-3, .tp-cols.row.row20 > .col-md-3, .tp-cols.row.row20 > .col-lg-3, .tp-cols.row.row20 > .col-xs-4, .tp-cols.row.row20 > .col-sm-4, .tp-cols.row.row20 > .col-md-4, .tp-cols.row.row20 > .col-lg-4, .tp-cols.row.row20 > .col-xs-5, .tp-cols.row.row20 > .col-sm-5, .tp-cols.row.row20 > .col-md-5, .tp-cols.row.row20 > .col-lg-5, .tp-cols.row.row20 > .col-xs-6, .tp-cols.row.row20 > .col-sm-6, .tp-cols.row.row20 > .col-md-6, .tp-cols.row.row20 > .col-lg-6, .tp-cols.row.row20 > .col-xs-7, .tp-cols.row.row20 > .col-sm-7, .tp-cols.row.row20 > .col-md-7, .tp-cols.row.row20 > .col-lg-7, .tp-cols.row.row20 > .col-xs-8, .tp-cols.row.row20 > .col-sm-8, .tp-cols.row.row20 > .col-md-8, .tp-cols.row.row20 > .col-lg-8, .tp-cols.row.row20 > .col-xs-9, .tp-cols.row.row20 > .col-sm-9, .tp-cols.row.row20 > .col-md-9, .tp-cols.row.row20 > .col-lg-9, .tp-cols.row.row20 > .col-xs-10, .tp-cols.row.row20 > .col-sm-10, .tp-cols.row.row20 > .col-md-10, .tp-cols.row.row20 > .col-lg-10, .tp-cols.row.row20 > .col-xs-11, .tp-cols.row.row20 > .col-sm-11, .tp-cols.row.row20 > .col-md-11, .tp-cols.row.row20 > .col-lg-11, .tp-cols.row.row20 > .col-xs-12, .tp-cols.row.row20 > .col-sm-12, .tp-cols.row.row20 > .col-md-12, .tp-cols.row.row20 > .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*** 1.1.1 Base 10 Grids ***/
.col-base10-xs-0 {
  width: 0%;
}

.col-base10-xs-1 {
  width: 10%;
}

.col-base10-xs-2 {
  width: 20%;
}

.col-base10-xs-3 {
  width: 30%;
}

.col-base10-xs-4 {
  width: 40%;
}

.col-base10-xs-5 {
  width: 50%;
}

.col-base10-xs-6 {
  width: 60%;
}

.col-base10-xs-7 {
  width: 70%;
}

.col-base10-xs-8 {
  width: 80%;
}

.col-base10-xs-9 {
  width: 90%;
}

.col-base10-xs-10 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-0 {
    width: 00%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-0 {
    width: 00%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-0 {
    width: 00%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-1 {
    width: 10%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-1 {
    width: 10%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-1 {
    width: 10%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-2 {
    width: 20%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-2 {
    width: 20%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-2 {
    width: 20%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-3 {
    width: 30%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-3 {
    width: 30%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-3 {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-4 {
    width: 40%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-4 {
    width: 40%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-4 {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-5 {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-5 {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-5 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-6 {
    width: 60%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-6 {
    width: 60%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-6 {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-7 {
    width: 70%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-7 {
    width: 70%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-7 {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-8 {
    width: 80%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-8 {
    width: 80%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-8 {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-9 {
    width: 90%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-9 {
    width: 90%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-9 {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-10 {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-10 {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-10 {
    width: 100%;
  }
}

/* 1.2  Margin
 * ------------------------------*/
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }

.mr30 { margin-right: 30px !important; }

.pt00 { padding-top: 0 !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }

.pb00 { padding-bottom: 0 !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }

@media only screen and (max-width: 767px) {
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt10-xs {
        margin-top: 10px !important;
    }
    .mt20-xs {
        margin-top: 20px !important;
    }
    .mt30-xs {
        margin-top: 30px !important;
    }
    .mt40-xs {
        margin-top: 40px !important;
    }
    .mt50-xs {
        margin-top: 50px !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb10-xs {
        margin-bottom: 10px !important;
    }
    .mb20-xs {
        margin-bottom: 20px !important;
    }
    .mb30-xs {
        margin-bottom: 30px !important;
    }
    .mb40-xs {
        margin-bottom: 40px !important;
    }
    .mb50-xs {
        margin-bottom: 50px !important;
    }
    .mr00-xs {
        margin-right: 0 !important;
    }
    .pt00-xs {
        padding-top: 0 !important;
    }
    .pt10-xs {
        padding-top: 10px !important;
    }
    .pt20-xs {
        padding-top: 20px !important;
    }
    .pt30-xs {
        padding-top: 30px !important;
    }
    .pb00-xs {
        padding-bottom: 0 !important;
    }
    .pb10-xs {
        padding-bottom: 10px !important;
    }
    .pb20-xs {
        padding-bottom: 20px !important;
    }
    .pb30-xs {
        padding-bottom: 30px !important;
    }
}

/* 1.3 Text
 * ------------------------------*/
p {
    line-height: 2;
}
.line-height235 {
    line-height: 2.35 !important;
}
.line-height3 {
    line-height: 3 !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
@media only screen and (max-width: 767px) {
    p {
        line-height: 1.8 !important;
    }
    .line-height235,
    .line-height3 {
        line-height: 1.8 !important;
    }
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
}

.letter-spacing00 {
    letter-spacing: 0 !important;
}

.txt-source-sans {
    font-family: 'Source Sans Pro', sans-serif !important;
    letter-spacing: 0.03em;
    font-weight: 300;
}
.txt-source-sans.bold40 {
    font-weight: 400 !important;
}
.txt-source-sans.bold60 {
    font-weight: 600 !important;
}
.txt-source-sans.bold70 {
    font-weight: 700 !important;
}

.txt-montserrat {
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.03em;
    font-weight: 400;
}
.txt-montserrat.bold50 {
    font-weight: 500 !important;
}
.txt-montserrat.bold60 {
    font-weight: 600 !important;
}
.txt-montserrat.bold70 {
    font-weight: 700 !important;
}

.txt-roboto {
    font-family: 'Roboto Condensed', sans-serif !important;
    letter-spacing: 0.05em;
    font-weight: 700;
}
.txt-roboto.bold40 {
    font-weight: 400 !important;
}

.txt-red,
.txt-red a,
.txt-red a:hover {
    color: #e50012 !important;
}
.txt-gray,
.txt-gray a,
.txt-gray a:hover {
    color: #a6a6a7 !important;
}
.txt-white,
.txt-white a,
.txt-white a:hover {
    color: #fff !important;
}
.txt-black,
.txt-black a,
.txt-black a:hover {
    color: #000 !important;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.txt-border {
    border-bottom: 2px solid #e50012;
    padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
    .txt-border {
        padding-bottom: 2px;
        border-bottom-width: 1px;
    }
}

.f10 { font-size: 10px !important; }
.f11 { font-size: 11px !important; }
.f12 { font-size: 12px !important; }
.f13 { font-size: 13px !important; }
.f14 { font-size: 14px !important; }
.f15 { font-size: 15px !important; }
.f16 { font-size: 16px !important; }
.f17 { font-size: 17px !important; }
.f18 { font-size: 18px !important; }
.f19 { font-size: 19px !important; }
.f20 { font-size: 20px !important; }
.f21 { font-size: 21px !important; }
.f22 { font-size: 22px !important; }
.f23 { font-size: 23px !important; }
.f24 { font-size: 24px !important; }
.f25 { font-size: 25px !important; }
@media only screen and (max-width: 991px) {
    .f18, .f19 {
        font-size: 16px !important;
    }
    .f20, .f21 {
        font-size: 17px !important;
    }
    .f22, .f23 {
        font-size: 18px !important;
    }
    .f24, .f25 {
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 767px) {
    .f13, .f14 {
        font-size: 12px !important;
    }
    .f15, .f16 {
        font-size: 13px !important;
    }
    .f17, .f18 {
        font-size: 14px !important;
    }
    .f19, .f20, .f21 {
        font-size: 15px !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 16px !important;
    }
    .f15-xs {
        font-size: 15px !important;
    }
    .f14-xs {
        font-size: 14px !important;
    }
    .f13-xs {
        font-size: 13px !important;
    }
    .f12-xs {
        font-size: 12px !important;
    }
    .f11-xs {
        font-size: 11px !important;
    }
}

/* 1.4 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    font-weight: normal;
    line-height: 1.5;
}

.section-ttl {
    margin: 0 0 20px;
    font-size: 45px;
    font-family: 'Roboto Condensed', sans-serif !important;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
.section-ttl.txt-montserrat {
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.03em;
}
.section-sub {
    margin: 0 0 50px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .section-ttl {
        margin-bottom: 15px;
        font-size: 25px;
        line-height: 1.4;
    }
    .section-sub {
        font-size: 12px;
        margin: 10px 0 30px;
    }
}

.sub-catch {
    margin: 0;
    font-size: 29px;
    text-align: center;
    font-weight: 600;
    line-height: 1.8;
}
@media only screen and (max-width: 1199px) {
    .sub-catch {
        font-size: 26px;
    }
}
@media only screen and (max-width: 991px) {
    .sub-catch {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .sub-catch {
        font-size: 19px;
    }
}

.sub {
    margin: 0 0 30px;
    font-size: 35px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.09em;
}
.sub.txt-montserrat {
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.03em;
}
.subsub {
    margin: 0 0 30px;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
}
.subsub span {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    letter-spacing: 0.05em;
}
.sub-line {
    display: block;
    margin: 0 0 40px;
    width: 43px;
    height: 1px;
    border-top: 1px solid #000;
}
@media only screen and (max-width: 767px) {
    .sub {
        margin-bottom: 40px;
        font-size: 20px;
    }
    .subsub {
        margin-bottom: 20px;
        font-size: 17px;
    }
    .subsub span {
        margin-bottom: 5px;
        font-size: 14px;
        letter-spacing: 0;
    }
    .sub-line {
        display: none;
    }
}
@media only screen and (max-width: 320px) {
    .sub {
        font-size: 18px;
    }
}

/* 1.5 Tables
 * ------------------------------*/
table {
    width: 100%;
    border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	border: 1px solid #c8c9ca;
}
table th {
	width: 25%;
	padding: 10px;
	vertical-align: middle;
	font-weight: normal;
	background: #f1f1f2;
	border-bottom: 1px solid #c8c9ca;
	border-right: 1px solid #c8c9ca;
}
table td {
	width: 75%;
	padding: 10px;
	border-bottom: 1px solid #c8c9ca;
	border-right: 1px solid #c8c9ca;
}
@media screen and (max-width: 767px) {
	table th {
		padding: 5px;
	}
	table td {
		padding: 5px;
	}
}

/* 1.6 Breadcrumb
 * ------------------------------*/
#breadcrumb {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    #breadcrumb {
        display: none;
    }
}

#breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#breadcrumb ul li {
    display: inline-block;
}
#breadcrumb ul li:after {
    padding: 0 4px;
    content: " > ";
    color: #e60012;
}
#breadcrumb ul li:last-of-type:after {
    content: "";
}
#breadcrumb ul li a {
    color: #000;
    text-decoration: underline;
}
#breadcrumb ul li a:hover {
    text-decoration: none;
}

/* 1.7 Buttons
 * ------------------------------*/
.btn {
    display: block;
    width: 150px;
    margin: 80px 0 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 1;
    padding: 0 0 20px;
    box-sizing: border-box;
    border: none;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #000;
}
.btn:hover {
    transition: .7s;
}
.btn:focus {
  outline: none;
  overflow: hidden;
  text-decoration: none;
}
.btn.btn-center {
    margin-left: auto;
    margin-right: auto;
}
.btn i {
    font-size: 12px;
    display: inline-block;
    vertical-align: 6%;
}
.btn i.icon-right {
    margin-right: 10px;
}
.btn i.icon-left {
    margin-left: 10px;
}
@media only screen and (max-width: 991px) {
    .btn {
        margin: 40px auto 0;
    }
}
@media only screen and (max-width: 767px) {
    .btn {
        width: 130px;
        font-size: 14px;
    }
}

.btn-radius {
    display: block;
    width: 270px;
    height: 55px;
    margin: 30px auto 0;
    padding-top: 14px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700;
    background: #e60012;
    border-radius: 40px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    letter-spacing: 0.1em;
}
.btn-radius:hover {
    color: #fff;
    text-decoration: none;
    background: #d20000;
     transition: .7s;
}
.btn-radius:focus {
  outline: none;
  overflow: hidden;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
    .btn-radius {
        width: 200px;
        height: 45px;
        padding-top: 12px;
        font-size: 20px;
    }
}

/* 1.8 Lists
 * ------------------------------*/
dl.dl-list {
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
    /*border-top: 1px solid #000;*/
    border-bottom: 1px solid #000;
}
dl.dl-list + dl.dl-list {
    border-top: none;
}
dl.dl-list dt {
    width: 20%;
    display: table-cell;
    padding: 20px 10px;
    /*background: #e5e4dd;*/
    font-weight: normal;
    line-height: 2;
    vertical-align: middle;
}
dl.dl-list dd {
    width: 80%;
    display: table-cell;
    padding: 20px 10px;
    line-height: 2;
    vertical-align: middle;
}
@media only screen and (max-width: 767px) {
    dl.dl-list dt,
    dl.dl-list dd {
        display: block;
        width: 100% !important;
        line-height: 1.8;
    }
    dl.dl-list dt {
        padding: 15px 0 0;
    }
    dl.dl-list dd {
        padding: 0 0 15px;
    }
    dl.dl-list.bdnone-xs {
        border-top: none;
    }
}

ul.list-base {
    line-height: 1.9;
}
ul.list-base li {
    margin-bottom: 2px;
}
ul.disc-list {
    list-style: disc;
    margin: 0 0 30px 25px;
}
@media only screen and (max-width: 767px) {
    ul.disc-list {
        margin-bottom: 20px;
    }
}

ol.ol-list {
    padding: 0;
    margin: 0 0 30px 24px;
    line-height: 1.9;
}
@media only screen and (max-width: 767px) {
    ol.ol-list {
        margin-bottom: 20px;
    }
}

ul.line-list li {
    padding: 20px 10px 15px 20px;
    border-bottom: 1px solid #000;
}
ul.line-list li a {
    display: block;
    text-decoration: underline;
}
ul.line-list li a:hover {
    text-decoration: none;
}
ul.line-list li ul li {
    padding: 10px 10px 0 16px;
    border-bottom: none;
}
@media only screen and (max-width: 767px) {
    ul.line-list {
        margin-top: 10px;
    }
    ul.line-list li {
        padding: 20px 10px 10px;
    }
    ul.line-list li ul li {
        padding: 10px 10px 5px 14px;
    }
}

/* 1.9 Forms
 * ------------------------------*/
form {
	margin: 20px 0 0;
	padding: 0;
}
form .hissu {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin-left: 10px;
	padding: 0 8px;
	background: #e60012;
	color: #fff;
	font-size: 10px;
	vertical-align: 10%;
	border-radius: 10px;
}
form input,
form textarea,
form select {
	background: #fff;
	border: none;
	padding: 2px 10px;
	font-size: 14px;
	color: #000;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	border: 1px solid #9e9e9f;
}
form input.formTbox {
	width: 80%;
}
form .formTbox-m {
	width: 60%;
}
form .formTbox-s {
	width: 30%;
}
form .formTbox-ss {
	width: 10%;
}
form textarea.formTarea {
	width: 80%;
	height: 100px;
}
form label {
	font-weight: normal;
}
form input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
form input:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
form input::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}
input[type=radio],
input[type=checkbox] {
	margin-right: 5px;
}
form input[type=checkbox] {
	-webkit-appearance: checkbox !important;
}
form input[type=radio] {
	-webkit-appearance: radio !important;
}
@media screen and (max-width: 991px) {
    form .formTbox-s {
	    width: 50%;
	}
}
@media screen and (max-width: 767px) {
	form input,
	form textarea,
	form select {
		font-size: 12px;
		padding: 5px 10px;
	}
	form input.formTbox {
	    width: 98%;
	}
	form .formTbox-s {
	    width: 40%;
    }
	form .formTbox-ss {
	    width: 20%;
    }
	form input.formTbox-sp {
		width: 80%;
	}
	form textarea.formTarea {
	    width: 98%;
	}
	form .hissu {
	    margin-left: 7px;
	    vertical-align: 5%;
	}
}
/*Chrome、Safari*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*Firefox、IE*/
input[type="number"] {
    -moz-appearance:textfield;
}

/*--------- btn-submit / btn-error --------- */
.btn-submit,
.btn-error {
    width: 250px;
    height: 55px;
	margin: 40px auto 20px;
	padding: 10px 10px 12px;
	font-size: 17px;
	cursor: pointer;
	transition: .7s;
	text-align: center;
	line-height: 1;
	border-radius: 40px;
	border: none;
	box-sizing: border-box;
	letter-spacing: 0.05em;
}
.btn-submit {
    background: #e60012;
    color: #fff;
}
.btn-error {
    background: #dddddd;
    color: #000;
}
.btn-submit:hover {
	background: #d20000;
}
.btn-error:hover {
	background: #ccc;
}
@media screen and (max-width: 767px) {
    .btn-submit,
    .btn-error {
        width: 200px;
        height: 45px;
	    margin: 20px auto;
	    padding-top: 11px;
	    font-size: 15px;
	}
	.btn-error {
	    margin-top: 0;
	}
}

/* 1.10 Other Elements
 * ------------------------------*/
/* 1.10.1 plugins ------------*/
.google-maps {
    margin: 20px auto 0;
}
.google-maps iframe {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.google-maps {
		position: relative;
		padding-bottom: 75%;
		height: 0;
		overflow: hidden;
	}
	.google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.fb_iframe_widget {
  margin: 20px 0;
}

/* 1.10.2 page top ------------*/
#pagetop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    z-index: 10;
    transition: background-color 400ms;
    background: rgba(0,0,0,0.7) url(../image/pagetop.png) 50% 45% no-repeat;
    text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
}
#pagetop:hover {
    cursor: pointer;
    background: rgba(0,0,0,0.5) url(../image/pagetop.png) 50% 45% no-repeat;
}
@media only screen and (max-width: 767px) {
    #pagetop {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        right: 12px;
    }
}

/* 1.10.3 modal ------------*/
.modal-cont {
    width: 750px;
    margin: 0;
    padding: 50px 0;
    box-sizing: border-box;
    overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
    .modal-cont {
        width: auto;
        padding: 30px 0 20px;
    }
}

.modal-cont .sub {
    font-size: 35px;
    text-align: center;
}
.modal-cont .subsub {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}
.modal-cont .sub-line {
    margin: 0 auto 30px;
}
.modal-cont .sub-ttl {
    margin-bottom: 25px;
    font-size: 25px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.modal-cont .sub-txt {
    margin: 0 0 5px;
    font-size: 30px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.modal-cont .subsub-txt {
    margin: 0 0 25px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .modal-cont .sub {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .modal-cont .subsub {
        font-size: 14px;
    }
    .modal-cont .sub-line {
        display: block;
        margin-bottom: 20px;
    }
    .modal-cont .sub-ttl {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .modal-cont .sub-txt {
        font-size: 20px;
    }
    .modal-cont .subsub-txt {
        font-size: 11px;
    }
}

.modal-cont .txt-modal {
    height: 420px;
    margin: 0;
    padding: 0 45px 0 50px;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
}
.modal-cont .txt-modal ul {
    line-height: 1.8;
}
.modal-cont .txt-modal ul.disc-list {
    margin: 0 0 20px 20px;
}
@media only screen and (max-width: 991px) {
    .modal-cont .txt-modal {
        height: 320px;
    }
}
@media only screen and (max-width: 767px) {
    .modal-cont .txt-modal {
        height: auto !important;
        padding: 0 20px;
    }
}

.modal-cont .txt-modal::-webkit-scrollbar {
    width: 5px;
}
.modal-cont .txt-modal::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.modal-cont .txt-modal::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000;
}
.modal-cont .txt-modal::-webkit-scrollbar-thumb:window-inactive {
	background: #000;
}

.modal-cont .modal-box {
    margin: 0 0 75px;
}
.modal-cont .modal-box .img-w100 {
    width: 100%;
    height: auto;
    margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
    .modal-cont .modal-box {
        margin-bottom: 50px;
    }
    .modal-cont .modal-box .img-w100 {
        margin-top: 20px;
    }
}

.modal-cont .line-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 40px 0;
}
.modal-cont .line-box .box {
    display: table;
    width: 50%;
    border-bottom: 1px solid #000;
}
.modal-cont .line-box .box:nth-child(1),
.modal-cont .line-box .box:nth-child(2) {
    border-top: 1px solid #000;
}
.modal-cont .line-box .box:nth-last-of-type(2),
.modal-cont .line-box .box:last-child {
    border-bottom: none;
}
.modal-cont .line-box .box div {
    display: table-cell;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
}
.modal-cont .line-box .box .img {
    width: 130px;
}
.modal-cont .line-box .box .img img {
    width: 130px;
    height: auto;
}
.modal-cont .line-box .box .txt {
    padding-left: 15px;
}
.modal-cont .line-box .box:nth-child(odd) {
    padding-right: 15px;
    border-right: 1px solid #000;
}
.modal-cont .line-box .box:nth-child(even) {
    padding-left: 15px;
}
@media only screen and (max-width: 767px) {
    .modal-cont .line-box {
        display: block;
        margin: 20px 0;
    }
    .modal-cont .line-box .box {
        width: 100%;
    }
    .modal-cont .line-box .box:nth-child(2) {
        border-top: none;
    }
    .modal-cont .line-box .box:nth-child(odd) {
        border-right: none;
    }
    .modal-cont .line-box .box:last-child {
        border-bottom: 1px solid #000;
    }
    .modal-cont .line-box .box div {
        padding: 10px 0;
    }
    .modal-cont .line-box .box:nth-child(even) {
        padding-left: 0;
    }
}

.modal-cont .line-box .box .sub {
    margin: 0;
    font-size: 20px;
    text-align: left;
}
.modal-cont .line-box .box .subsub {
    margin: 3px 0 10px;
    font-size: 11px;
    font-weight: 400;
    text-align: left;
}
.modal-cont .line-box .box p {
    font-size: 12px;
    line-height: 1.7;
}
@media only screen and (max-width: 767px) {
    .modal-cont .line-box .box .sub {
        font-size: 16px;
    }
}

/*--- Color Box ---*/
#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 10010 !important;
}

#cboxOverlay {
    background: rgba(0,0,0,0.8);
}

#cboxLoadedContent {
    border: none;
}

#cboxClose {
    width: 17px;
    height: 17px;
    top: 12px;
    right: 12px;
    outline: none;
    background: url(../image/icon-close.svg) 0 0 no-repeat;
    background-size: 17px 17px;
}
#cboxClose:hover {
    opacity: 0.7;
    transition: 0.7s;
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
    width: 100%;
    height: 100px;
    margin: 0;
}
header .container {
    position: relative;
}
header .logo {
    width: 200px;
    margin: 0;
    padding-top: 40px;
}
header .logo img {
    width: 200px;
    height: auto;
}
@media only screen and (max-width: 767px) {
    header {
        height: 55px;
    }
    header .logo {
        width: 120px;
        padding-top: 16px;
    }
    header .logo img {
        width: 120px;
    }
}

/* 2.1 Main Menu
 * ------------------------------*/
/* hamburger menu ------------*/
#main-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10020;
}
#main-menu .hamburger {
    position: absolute;
    top: 0;
    right: 0;
    margin: 40px;
    z-index: 2000 !important;
    cursor: pointer;
}
body#top-page #main-menu .hamburger {
     -webkit-animation: slideTextFade 5.2s ease-out 0s 1 normal;
    animation: slideTextFade 5.2s ease-out 0s 1 normal;
}
#main-menu .hamburger .line {
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    margin-bottom: 7px;
}
body#top-page #main-menu .hamburger .line {
    background: #fff;
}
#main-menu .menu--open .hamburger .line {
    background: #000;
}
@media only screen and (max-width: 767px) {
    #main-menu .hamburger {
        margin: 20px;
    }
    #main-menu .hamburger .line {
        width: 20px;
        margin-bottom: 4px;
    }
}

#main-menu .nav-menu {
  width: 270px;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: -270px;
  transition: right .7s;
  z-index: 1000;
}
@media only screen and (max-width: 991px) {
    #main-menu .nav-menu {
        width: 240px;
        right: -240px;
    }
}
@media only screen and (max-width: 767px) {
    #main-menu .nav-menu {
        width: 150px;
        right: -150px;
    }
}

#main-menu .menu--open {
  right: 0;
}

#main-menu .menu-item:first-child {
  margin-top: 90px;
}
#main-menu .menu-item {
    color: #fff;
    width: 100%;
    margin: 0;
    transition: .7s;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 17px;
}
#main-menu .menu-item a {
    display: block;
    width: 100%;
    padding: 13px 30px;
    box-sizing: border-box;
    color: #fff;
    transition: .7s;
}
#main-menu .menu-item:hover {
  background: #000;
  cursor: pointer;
}
#main-menu .menu-item a:hover {
    color: #fff;
    text-decoration: none;
}
@media only screen and (max-width: 991px) {
    #main-menu .menu-item {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    #main-menu .menu-item:first-child {
        margin-top: 60px;
    }
    #main-menu .menu-item {
        font-size: 12px;
        line-height: 1.6;
    }
}
@media only screen and (max-width: 480px) {
    #main-menu .menu-item a {
        padding: 10px 30px;
    }
}

/* motion */
@-webkit-keyframes slideTextFade {
    0%, 25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slideTextFade {
    0%, 25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* 2.1 sns Icon
 * ------------------------------*/
.icon-fb,
.icon-instagram,
.icon-twitter {
    display: block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
    background: #000;
    text-align: center;
    position: absolute;
    margin: 0;
	top: 37px;
    padding-top: 3px;
    padding-left: 1px;
    text-align: center;
    box-sizing: border-box;
    z-index: 10;
}
.icon-fb { right: 215px; padding-top: 4px; }
.icon-instagram { right: 165px; }
.icon-twitter { right: 115px; }

.icon-fb .fa-facebook,
.icon-instagram .fa-instagram,
.icon-twitter .fa-twitter {
	font-size: 24px !important;
    color: #fff !important;
}
.icon-fb:hover,
.icon-instagram:hover,
.icon-twitter:hover {
    text-decoration: none !important;
    transition: 0.7s;
}
@media only screen and (max-width: 767px) {
    .icon-fb,
    .icon-instagram,
    .icon-twitter {
        width: 28px;
	    height: 28px;
	    border-radius: 14px;
	    top: 16px;
    }
    .icon-fb {
        right: 140px;
    }
    .icon-instagram {
        right: 100px;
    }
    .icon-twitter {
        right: 60px;
    }
    .icon-fb .fa-facebook,
    .icon-instagram .fa-instagram,
    .icon-twitter .fa-twitter {
        font-size: 22px !important;
    }
}

/*-------------------------------
 * MAIN VISUAL
 * ----------------------------*/
#main-visual {
    width: 100%;
    height: 100%;
    height: 100vh;
    clear: both;
    overflow: hidden;
    position: relative;
}

#main-visual .bg-video {
    position: relative;
    z-index: -2;
}
#main-visual .bg-video #video {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}
@media only screen and (max-width: 1199px) {
    #main-visual .bg-video #video {
        width: auto;
        height: 100%;
        height: 100vh;
        min-width: 100%;
        min-width: 100vw;
        top: 0;
        left: -10%;
    }
}
@media only screen and (max-width: 991px) {
    #main-visual .bg-video #video {
        left: 0;
    }
}
@media only screen and (max-width: 767px) {
    #main-visual .bg-video #video {
        left: 0;
    }
}
@media only screen and (max-width: 600px) {
    #main-visual .bg-video #video {
        left: 0;
    }
}
@media only screen and (max-width: 420px) {
    #main-visual .bg-video #video {
        left: -100%;
    }
}

#main-visual .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../image/overlay.png) center;
    z-index: 10;
}

.opening-entry {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-40%);
  z-index: 10010;
}
@media only screen and (max-width: 480px) {
    .opening-entry {
        top: 35%;
        transform: translateY(-35%);
    }
}

.opening-entry-text {
    /*font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10010;
    margin-top: 70px;
}
.opening-entry-text svg.ttl {
    width: 391.9px;
    height: 25.9px;
}
@media only screen and (max-width: 767px) {
    .opening-entry-text {
        margin-top: 30px;
    }
    .opening-entry-text svg.ttl {
        width: auto;
        height: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .opening-entry-text svg.ttl {
        width: auto;
        height: 17px;
    }
}

.opening-entry-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10010;
    margin-top: 170px;
}
@media only screen and (max-width: 767px) {
    .opening-entry-btn {
        margin-top: 90px;
    }
}

.opening-entry-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10010;
    margin-top: -30px;
}
.opening-entry-logo img {
    width: 500px;
    height: 109px;
}
@media only screen and (max-width: 767px) {
    .opening-entry-logo img {
        width: 250px;
        height: 54px;
    }
}
@media only screen and (max-width: 320px) {
    .opening-entry-logo img {
        width: 220px;
        height: 48px;
    }
}

/*-------------------------------
 * 4. CONTENT
 * ----------------------------*/
/* 4.1 Block Img Wrap
 * ------------------------------*/
.block-img-wrap .block-cont {
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.block-img-wrap .block-cont .left,
.block-img-wrap .block-cont .right {
    width: 50%;
    height: 650px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
}
.block-img-wrap .block-cont .h-full {
    height: 100vh !important;
}
@media screen and (max-width: 767px) {
    .block-img-wrap .block-cont .left,
    .block-img-wrap .block-cont .right {
        width: 100%;
        height: auto !important;
    }
    .block-img-wrap .block-cont .h-full {
        height: auto !important;
    }
    .block-img-wrap .block-cont .img-bg {
        height: 250px !important;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .block-img-wrap .block-cont .order1 {
        order: 1;
    }
    .block-img-wrap .block-cont .order2 {
        order: 2;
    }
}

.block-img-wrap .block-cont .inner {
    width: 540px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    z-index: 10;
    position: relative;
    box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
    .block-img-wrap .block-cont .inner {
        width: 400px;
    }
}
@media only screen and (max-width: 991px) {
    .block-img-wrap .block-cont .inner {
        width: 350px;
    }
}
@media only screen and (max-width: 767px) {
    .block-img-wrap .block-cont .inner {
        width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/*----- concept -----*/
@media only screen and (max-width: 767px) {
    #concept-wrap.block-img-wrap .block-cont .left {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #concept-wrap.block-img-wrap .block-cont .right {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

/*----- service -----*/
#service-wrap.block-img-wrap .block-cont .inner {
    padding-top: 75px;
}
@media only screen and (max-width: 767px) {
    #service-wrap.block-img-wrap .block-cont .inner {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #service-wrap.block-img-wrap .block-cont .inner.number-none {
        padding-top: 15px;
    }
    #service-wrap.block-img-wrap .block-cont .inner.number-none .sub {
        margin-bottom: 20px;
    }
}

#service-wrap.block-img-wrap .block-cont .service01 {
    background: url(../image/img-service01.jpg) center center no-repeat;
}
#service-wrap.block-img-wrap .block-cont .service02 {
    background: url(../image/img-service02.jpg) center center no-repeat;
}
#service-wrap.block-img-wrap .block-cont .service03 {
    background: url(../image/img-service03.jpg) center center no-repeat;
}

/* 4.2 Concept
 * ------------------------------*/
#concept-wrap .section-ttl {
    letter-spacing: 0.2em;
    margin-bottom: 15px;
}
#concept-wrap .txt-box {
    height: 250px;
}
@media screen and (max-width: 991px) {
    #concept-wrap .txt-box {
        height: 200px;
    }
}
@media screen and (max-width: 767px) {
    #concept-wrap .section-ttl {
        margin-bottom: 10px;
    }
    #concept-wrap .txt-box {
        height: auto;
    }
}

/* 4.3 Service
 * ------------------------------*/
#service-wrap {
    padding-bottom: 0;
}
#service-wrap .section-sub {
    margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
    #service-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #service-wrap .section-ttl {
        margin-bottom: 0;
    }
    #service-wrap .section-sub {
        margin-bottom: 30px;
    }
}

#service-wrap .number {
    display: block;
    position: absolute;
    top: -25px;
    left: 45px;
    margin: 0;
    font-size: 235px;
    color: #e9e7e7;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700;
    line-height: 1;
    z-index: 0;
}
@media screen and (max-width: 1199px) {
    #service-wrap .number {
        font-size: 300px;
    }
}
@media screen and (max-width: 991px) {
    #service-wrap .number {
        font-size: 250px;
    }
}
@media screen and (max-width: 767px) {
    #service-wrap .number {
        top: -10px;
        left: 5px;
        font-size: 100px;
    }
}

/* 4.4 Strength
 * ------------------------------*/
@media screen and (max-width: 767px) {
    #strength-wrap {
        padding-bottom: 20px;
    }
}

#strength-wrap ul.strength-list {
    padding-top: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
#strength-wrap ul.strength-list li {
    width: 22%;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #strength-wrap ul.strength-list li {
        width: 47%;
        margin-bottom: 20px;
    }
}

#strength-wrap ul.strength-list li .img {
    display: flex;
    align-items: flex-start;
    height: 100px;
}
#strength-wrap ul.strength-list li .img img {
    width: auto;
    height: 80px;
}
#strength-wrap ul.strength-list li .sub {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    color: #e50012;
    line-height: 1;
    border-top: 2px solid #e50012;
    border-bottom: 2px solid #e50012;
    position:relative;
    box-sizing: border-box;
    padding-bottom: 4px;
    letter-spacing: 0.08em;
}
#strength-wrap ul.strength-list li .sub::before,
#strength-wrap ul.strength-list li .sub::after {
    position: absolute;
    left: 50%;
    top: 100%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    border-width: 12px;
    margin: 0 0 0 -12px;
}
#strength-wrap ul.strength-list li .sub::before {
    border-top-color: #e50012;
    border-width: 14px;
    margin-left: -14px;
}
#strength-wrap ul.strength-list li .sub::after {
    border-top-color: #fff;
    margin: -1px 0 0 -12px;
}
#strength-wrap ul.strength-list li .sub.txt-montserrat {
    font-size: 30px;
}
#strength-wrap ul.strength-list li .txt {
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    font-size: 17px;
    line-height: 1.6;
    color: #e50012;
}
@media screen and (max-width: 991px) {
    #strength-wrap ul.strength-list li .sub {
        font-size: 28px;
    }
    #strength-wrap ul.strength-list li .sub.txt-montserrat {
        font-size: 25px;
    }
    #strength-wrap ul.strength-list li .txt {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    #strength-wrap ul.strength-list li .img {
        height: 80px;
    }
    #strength-wrap ul.strength-list li .img img {
        height: 70px;
        margin-bottom: 10px;
    }
    #strength-wrap ul.strength-list li .sub {
        margin-bottom: 20px;
        font-size: 20px;
        height: 50px;
        padding-bottom: 3px;
        border-top-width: 1px;
        border-bottom-width: 1px;
    }
    #strength-wrap ul.strength-list li .sub::before {
        border-width: 13px;
        margin-left: -13px;
    }
    #strength-wrap ul.strength-list li .sub.txt-montserrat {
        font-size: 20px;
    }
    #strength-wrap ul.strength-list li .txt {
        min-height: 50px;
        font-size: 13px;
    }
}
@media screen and (max-width: 320px) {
    #strength-wrap ul.strength-list li p {
        font-size: 12px !important;
    }
}

/* 4.5 Network
 * ------------------------------*/
#network-wrap {
    padding-top: 130px;
    padding-bottom: 0;
}
@media screen and (max-width: 767px) {
    #network-wrap {
        padding-top: 50px;
    }
}

#network-wrap .txt-box {
    margin: 0 auto -15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
#network-wrap .txt-box div {
    padding-left: 20px;
    padding-right: 20px;
    color: #e50012;
    font-size: 38px;
}
#network-wrap .txt-box div span {
    font-size: 103px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif !important;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
    #network-wrap .txt-box div {
        font-size: 28px;
    }
    #network-wrap .txt-box div span {
        font-size: 75px;
    }
}
@media screen and (max-width: 767px) {
    #network-wrap .txt-box {
        margin-bottom: 0;
    }
    #network-wrap .txt-box div {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 17px;
    }
    #network-wrap .txt-box div span {
        font-size: 35px;
    }
}
@media screen and (max-width: 320px) {
    #network-wrap .txt-box div {
        font-size: 15px;
    }
    #network-wrap .txt-box div span {
        font-size: 28px;
    }
}

#network-wrap .map-box {
    margin-top: 95px;
    width: 100%;
    height: 600px;
    background: url(../image/img-network-map.svg) top center no-repeat;
    background-size: contain;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #network-wrap .map-box {
        height: 550px;
    }
}
@media screen and (max-width: 991px) {
    #network-wrap .map-box {
        height: 400px;
    }
}
@media screen and (max-width: 767px) {
    #network-wrap .map-box {
        margin-top: 70px;
        height: 300px;
    }
}
@media screen and (max-width: 480px) {
    #network-wrap .map-box {
        margin-top: 55px;
        height: 200px;
    }
}

#network-wrap .map-box .pict {
    position: absolute;
    margin: 0;
    z-index: 100;
}
#network-wrap .map-box .pict.map-ttl {
    width: 244px;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
}
#network-wrap .map-box .pict.map-ttl img {
    width: 244px;
    height: 117px;
}
#network-wrap .map-box .pict.north-america {
    width: 158px;
    top: 70px;
    left: 70px;
}
#network-wrap .map-box .pict.north-america img {
    width: 158px;
    height: 168px;
}
#network-wrap .map-box .pict.europe {
    width: 147px;
    top: 40px;
    left: 485px;
}
#network-wrap .map-box .pict.europe img {
    width: 147px;
    height: 160px;
}
#network-wrap .map-box .pict.middle-east-asia {
    width: 172px;
    top: 80px;
    right: 220px;
}
#network-wrap .map-box .pict.middle-east-asia img {
    width: 172px;
    height: 164px;
}
#network-wrap .map-box .pict.south-america {
    width: 154px;
    bottom: 150px;
    left: 180px;
}
#network-wrap .map-box .pict.south-america img {
    width: 154px;
    height: 159px;
}
#network-wrap .map-box .pict.africa {
    width: 102px;
    bottom: 170px;
    left: 500px;
}
#network-wrap .map-box .pict.africa img {
    width: 102px;
    height: 154px;
}
#network-wrap .map-box .pict.oceania {
    width: 105px;
    bottom: 80px;
    right: 110px;
}
#network-wrap .map-box .pict.oceania img {
    width: 105px;
    height: 152px;
}
@media screen and (max-width: 1199px) {
    #network-wrap .map-box .pict.north-america {
        width: 138px;
    }
    #network-wrap .map-box .pict.north-america img {
        width: 138px;
        height: 147px;
    }
    #network-wrap .map-box .pict.europe {
        width: 127px;
        left: 415px;
    }
    #network-wrap .map-box .pict.europe img {
        width: 127px;
        height: 138px;
    }
    #network-wrap .map-box .pict.middle-east-asia {
        width: 152px;
        right: 180px;
    }
    #network-wrap .map-box .pict.middle-east-asia img {
        width: 152px;
        height: 145px;
    }
    #network-wrap .map-box .pict.south-america {
        width: 134px;
        left: 160px;
    }
    #network-wrap .map-box .pict.south-america img {
        width: 134px;
        height: 138px;
    }
    #network-wrap .map-box .pict.africa {
        width: 82px;
        bottom: 190px;
        left: 430px;
    }
    #network-wrap .map-box .pict.africa img {
        width: 82px;
        height: 124px;
    }
    #network-wrap .map-box .pict.oceania {
        width: 85px;
        right: 100px;
        bottom: 100px;
    }
    #network-wrap .map-box .pict.oceania img {
        width: 85px;
        height: 123px;
    }
}
@media screen and (max-width: 991px) {
    #network-wrap .map-box .pict.north-america {
        width: 98px;
        top: 50px;
        left: 50px;
    }
    #network-wrap .map-box .pict.north-america img {
        width: 98px;
        height: 104px;
    }
    #network-wrap .map-box .pict.europe {
        width: 87px;
        top: 35px;
        left: 320px;
    }
    #network-wrap .map-box .pict.europe img {
        width: 87px;
        height: 95px;
    }
    #network-wrap .map-box .pict.middle-east-asia {
        width: 102px;
        top: 60px;
        right: 150px;
    }
    #network-wrap .map-box .pict.middle-east-asia img {
        width: 102px;
        height: 97px;
    }
    #network-wrap .map-box .pict.south-america {
        width: 94px;
        bottom: 100px;
        left: 125px;
    }
    #network-wrap .map-box .pict.south-america img {
        width: 94px;
        height: 97px;
    }
    #network-wrap .map-box .pict.africa {
        width: 62px;
        bottom: 130px;
        left: 330px;
    }
    #network-wrap .map-box .pict.africa img {
        width: 62px;
        height: 94px;
    }
    #network-wrap .map-box .pict.oceania {
        width: 65px;
        right: 80px;
        bottom: 60px;
    }
    #network-wrap .map-box .pict.oceania img {
        width: 65px;
        height: 94px;
    }
}
@media screen and (max-width: 767px) {
    #network-wrap .map-box .pict.map-ttl {
        width: 200px;
    }
    #network-wrap .map-box .pict.map-ttl img {
        width: 200px;
        height: 96px;
    }
    #network-wrap .map-box .pict.north-america {
        width: 68px;
        left: 40px;
    }
    #network-wrap .map-box .pict.north-america img {
        width: 68px;
        height: 72px;
    }
    #network-wrap .map-box .pict.europe {
        width: 67px;
        top: 30px;
        left: 260px;
    }
    #network-wrap .map-box .pict.europe img {
        width: 67px;
        height: 73px;
    }
    #network-wrap .map-box .pict.middle-east-asia {
        width: 82px;
        top: 45px;
        right: 115px;
    }
    #network-wrap .map-box .pict.middle-east-asia img {
        width: 82px;
        height: 78px;
    }
    #network-wrap .map-box .pict.south-america {
        width: 67px;
        bottom: 70px;
        left: 100px;
    }
    #network-wrap .map-box .pict.south-america img {
        width: 67px;
        height: 79px;
    }
    #network-wrap .map-box .pict.africa {
        width: 48px;
        bottom: 100px;
        left: 260px;
    }
    #network-wrap .map-box .pict.africa img {
        width: 48px;
        height: 73px;
    }
    #network-wrap .map-box .pict.oceania {
        width: 50px;
        right: 60px;
        bottom: 30px;
    }
    #network-wrap .map-box .pict.oceania img {
        width: 50px;
        height: 72px;
    }
}
@media screen and (max-width: 480px) {
    #network-wrap .map-box .pict.map-ttl {
        width: 150px;
        top: -35px;
    }
    #network-wrap .map-box .pict.map-ttl img {
        width: 150px;
        height: 72px;
    }
    #network-wrap .map-box .pict.north-america {
        width: 48px;
        top: 25px;
        left: 25px;
    }
    #network-wrap .map-box .pict.north-america img {
        width: 48px;
        height: 51px;
    }
    #network-wrap .map-box .pict.europe {
        width: 45px;
        top: 20px;
        left: 173px;
    }
    #network-wrap .map-box .pict.europe img {
        width: 45px;
        height: 49px;
    }
    #network-wrap .map-box .pict.middle-east-asia {
        width: 52px;
        top: 35px;
        right: 80px;
    }
    #network-wrap .map-box .pict.middle-east-asia img {
        width: 52px;
        height: 49px;
    }
    #network-wrap .map-box .pict.south-america {
        width: 48px;
        bottom: 30px;
        left: 70px;
    }
    #network-wrap .map-box .pict.south-america img {
        width: 48px;
        height: 57px;
    }
    #network-wrap .map-box .pict.africa {
        width: 30px;
        bottom: 55px;
        left: 175px;
    }
    #network-wrap .map-box .pict.africa img {
        width: 30px;
        height: 46px;
    }
    #network-wrap .map-box .pict.oceania {
        width: 30px;
        right: 40px;
        bottom: 25px;
    }
    #network-wrap .map-box .pict.oceania img {
        width: 30px;
        height: 43px;
    }
}
@media screen and (max-width: 380px) {
    #network-wrap .map-box .pict.europe {
        left: 155px;
    }
    #network-wrap .map-box .pict.middle-east-asia {
        right: 70px;
    }
    #network-wrap .map-box .pict.south-america {
        bottom: 40px;
        left: 60px;
    }
    #network-wrap .map-box .pict.africa {
        bottom: 65px;
        left: 155px;
    }
    #network-wrap .map-box .pict.oceania {
        bottom: 40px;
    }
}
@media screen and (max-width: 320px) {
    #network-wrap .map-box .pict.north-america {
        left: 15px;
    }
    #network-wrap .map-box .pict.europe {
        top: 10px;
        left: 125px;
    }
    #network-wrap .map-box .pict.middle-east-asia {
        top: 25px;
        right: 50px;
    }
    #network-wrap .map-box .pict.south-america {
        bottom: 60px;
        left: 50px;
    }
    #network-wrap .map-box .pict.africa {
        bottom: 80px;
        left: 130px;
    }
    #network-wrap .map-box .pict.oceania {
        right: 30px;
        bottom: 60px;
    }
}

/* 4.6 Company
 * ------------------------------*/
#company-wrap .col-xs-12 {
    padding-left: 30px;
    padding-right: 30px;
}
#company-wrap .sub {
    margin: 30px 0;
    font-size: 24px;
    text-align: center;
    line-height: 1.8;
}
#company-wrap .txt {
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 2.35;
}
#company-wrap .img {
    width: 160px;
    height: auto;
    margin: 30px auto;
}
@media screen and (max-width: 991px) {
    #company-wrap .sub {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    #company-wrap .col-xs-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    #company-wrap .sub {
        margin: 0 0 20px;
        font-size: 16px;
    }
    #company-wrap .txt {
        margin-top: 0;
        margin-bottom: 20px;
        line-height: 1.8;
        font-size: 14px;
    }
    #company-wrap .img {
        margin-top: 10px;
    }
}

/* 4.7 Recruit
 * ------------------------------*/
#recruit-wrap {
    background: url(../image/img-recruit.jpg?=191010) right center no-repeat;
    background-size: cover;
    margin-bottom: 70px;
    padding-top: 150px;
    padding-bottom: 150px;
}
@media only screen and (max-width: 1199px) {
    #recruit-wrap {
        background-position: 45% 50%;
    }
}
@media only screen and (max-width: 767px) {
    #recruit-wrap {
        margin-top: 10px;
        margin-bottom: 20px;
        padding-top: 50px;
        padding-bottom: 60px;
        background-position: 60% 50%;
    }
}

/* 4.8 Lower Page
 * ------------------------------*/
.lower-wrap .sub {
    text-align: center;
}
.lower-wrap .subsub {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
}
.lower-wrap .sub-line {
    margin: 50px auto;
}
.lower-wrap .sub-ttl {
    margin-bottom: 35px;
    font-size: 25px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.05em;
}
.lower-wrap .ttl-txt {
    margin: 0 0 10px;
    font-size: 35px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
    .lower-wrap .sub {
        margin-bottom: 30px;
    }
    .lower-wrap .subsub {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .lower-wrap .sub-line {
        display: block;
        margin: 30px auto;
    }
    .lower-wrap .sub-ttl {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .lower-wrap .ttl-txt {
        font-size: 20px;
    }
}

.lower-wrap ul {
    line-height: 2;
}
.lower-wrap ul.disc-list {
    margin: 0 0 30px 20px;
}
@media only screen and (max-width: 767px) {
    .lower-wrap ul {
        line-height: 1.8;
    }
    .lower-wrap ul.disc-list {
        margin: 0 0 20px 18px;
    }
}

.lower-wrap .img-w80 {
    width: 80%;
    height: auto;
    margin: 40px auto 0;
}
@media only screen and (max-width: 991px) {
    .lower-wrap .img-w80 {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .lower-wrap .img-w80 {
        margin-top: 20px;
    }
}

.lower-wrap .line-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 50px 0;
}
.lower-wrap .line-box .box {
    display: table;
    width: 50%;
    border-bottom: 1px solid #000;
}
.lower-wrap .line-box .box:nth-child(1),
.lower-wrap .line-box .box:nth-child(2) {
    border-top: 1px solid #000;
}
.lower-wrap .line-box .box div {
    display: table-cell;
    vertical-align: top;
    padding-top: 30px;
    padding-bottom: 30px;
}
.lower-wrap .line-box .box .img {
    width: 170px;
}
.lower-wrap .line-box .box .img img {
    width: 170px;
    height: auto;
}
.lower-wrap .line-box .box .txt {
    padding-left: 30px;
}
.lower-wrap .line-box .box:nth-child(odd) {
    padding-right: 30px;
    border-right: 1px solid #000;
}
.lower-wrap .line-box .box:nth-child(even) {
    padding-left: 30px;
}
@media only screen and (max-width: 991px) {
    .lower-wrap .line-box .box div {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .lower-wrap .line-box .box .img,
    .lower-wrap .line-box .box .img img {
        width: 140px;
    }
    .lower-wrap .line-box .box .txt {
        padding-left: 15px;
    }
    .lower-wrap .line-box .box:nth-child(odd) {
        padding-right: 15px;
    }
    .lower-wrap .line-box .box:nth-child(even) {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .lower-wrap .line-box {
        display: block;
        margin: 30px 0 0;
    }
    .lower-wrap .line-box .box {
        width: 100%;
    }
    .lower-wrap .line-box .box:nth-child(2) {
        border-top: none;
    }
    .lower-wrap .line-box .box:nth-child(odd) {
        border-right: none;
    }
    .lower-wrap .line-box .box div {
        padding: 10px 0;
    }
    .lower-wrap .line-box .box:nth-child(even) {
        padding-left: 0;
    }
    .lower-wrap .line-box .box .img,
    .lower-wrap .line-box .box .img img {
        width: 130px;
    }
}

.lower-wrap .line-box .box .sub {
    margin: 0;
    font-size: 25px;
    text-align: left;
}
.lower-wrap .line-box .box .subsub {
    margin: 3px 0 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}
@media only screen and (max-width: 991px) {
    .lower-wrap .line-box .box .sub {
        font-size: 21px;
    }
    .lower-wrap .line-box .box .subsub {
        font-size: 13px;
    }
    .lower-wrap .line-box .box p {
        line-height: 1.8;
    }
}
@media only screen and (max-width: 767px) {
    .lower-wrap .line-box .box .sub {
        font-size: 18px;
    }
}

/* 4.8.1 Attend page ------------*/
.arrow-under {
    width: 45%;
    float: right;
    margin: 20px auto;
}
@media only screen and (max-width: 991px) {
    .arrow-under {
        margin: 10px auto;
    }
}
@media only screen and (max-width: 767px) {
    .arrow-under {
        display: none;
    }
}

dl.attend-ttl {
    width: 100%;
    display: table;
    margin: 0 0 40px;
}
dl.attend-ttl dt {
    width: 120px;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700;
    font-size: 78px;
    line-height: 1;
    letter-spacing: 0.08em;
}
dl.attend-ttl dd {
    display: table-cell;
    vertical-align: middle;
}
dl.attend-ttl .sub {
    margin: 0 0 5px;
    text-align: left;
    font-size: 20px;
}
dl.attend-ttl .subsub {
    margin: 0;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
}
@media only screen and (max-width: 991px) {
    dl.attend-ttl dt {
        width: 100px;
        font-size: 67px;
    }
}
@media only screen and (max-width: 767px) {
    dl.attend-ttl {
        margin-bottom: 20px;
    }
    dl.attend-ttl dt {
        width: 60px;
        font-size: 42px;
        vertical-align: top;
    }
    dl.attend-ttl .sub {
        font-size: 15px;
        margin-bottom: 3px;
    }
    dl.attend-ttl .subsub {
        font-size: 13px;
    }
}

ul.attend-list01 {
    clear: both;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
ul.attend-list01 li {
    width: 45%;
    padding: 40px;
    background: #dddddd;
}
ul.attend-list01 li.arrow {
    width: 10%;
    background: #fff;
    position: relative;
}
ul.attend-list01 li.arrow img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
ul.attend-list01 li .sub {
    width: 100%;
    margin: 0 0 30px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    display: table;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
ul.attend-list01 li .sub div {
    display: table-cell;
    vertical-align: middle;
}
ul.attend-list01 li .sub .step {
    width: 110px;
    vertical-align: top;
}
ul.attend-list01 li .sub .step span {
    display: inline-block;
    width: 95px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.08em;
    background: #e60012;
    padding: 5px;
    border-radius: 6px;
    text-align: center;
}
@media only screen and (max-width: 991px) {
    ul.attend-list01 li {
        padding: 20px;
    }
    ul.attend-list01 li .sub {
        margin-bottom: 20px;
    }
    ul.attend-list01 li .sub .step {
        width: 85px;
    }
    ul.attend-list01 li .sub .step span {
        width: 75px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    ul.attend-list01 li {
        width: 100%;
        padding: 15px;
    }
    ul.attend-list01 li.arrow {
        display: none;
    }
    ul.attend-list01 li .sub {
        margin-bottom: 15px;
        font-size: 14px;
    }
    ul.attend-list01.reverse li:nth-of-type(1) {
        order: 2;
    }
    ul.attend-list01.reverse li:nth-of-type(3) {
        order: 1;
    }
}

ul.attend-list02 {
    clear: both;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
ul.attend-list02 li {
    width: 45%;
}
ul.attend-list02 li .sub {
    margin: -10px 0 20px;
    font-size: 15px;
    color: #fff;
    background: #e60012;
    border-radius: 6px;
    padding: 13px 5px 12px;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    ul.attend-list02 li {
        width: 100%;
        margin-bottom: 30px;
    }
    ul.attend-list02 li .sub {
        margin: 0 0 15px;
        padding: 10px 5px;
        font-size: 14px;
    }
}


/* 4.9 Contact
 * ------------------------------*/
#contact-wrap {
    background: #f1f1f2;
    margin-top: 50px;
    padding-top: 90px;
    padding-bottom: 100px;
}
#contact-wrap.lower-wrap {
    background: #fff;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
    #contact-wrap {
        margin-top: 10px;
        padding-top: 40px;
        padding-bottom: 45px;
    }
    #contact-wrap.lower-wrap {
        padding-top: 50px;
        padding-bottom: 40px;
    }
}

#contact-wrap.lower-wrap dl.dl-list:first-of-type {
    border-top: 1px solid #000;
}
#contact-wrap.lower-wrap dl.dl-list dt {
    width: 28%;
}
#contact-wrap.lower-wrap dl.dl-list dd {
    width: 72%;
}
@media only screen and (max-width: 767px) {
    #contact-wrap.lower-wrap dl.dl-list:last-of-type {
        margin-bottom: 10px;
    }
    #contact-wrap.lower-wrap dl.dl-list dt {
        padding: 15px 0 5px;
    }
    #contact-wrap.lower-wrap dl.dl-list dd {
        padding: 5px 0 15px;
    }
}

/* 4.10 Privacy
 * ------------------------------*/
.privacy-wrap .sub {
    font-size: 28px;
}
.privacy-wrap .subsub {
    margin: 30px 0 10px;
    text-align: left;
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .privacy-wrap .sub {
        font-size: 18px;
    }
    .privacy-wrap .subsub {
        font-size: 15px;
    }
}

.privacy-wrap ol.ol-list li {
    margin-top: 20px;
}
.privacy-wrap ol.ol-list li ol {
    margin-bottom: 20px;
    list-style-type: lower-roman;
}
.privacy-wrap ol.ol-list li ol li {
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .privacy-wrap ol.ol-list li {
        margin-top: 15px;
    }
    .privacy-wrap ol.ol-list li ol {
        margin-bottom: 15px;
    }
    .privacy-wrap ol.ol-list li ol li {
        margin-top: 15px;
    }
}

.privacy-wrap table {
    margin-top: 20px;
}
.privacy-wrap table th {
	width: 35%;
	padding: 10px 15px;
}
.privacy-wrap table td {
	width: 65%;
	padding: 10px 15px;
}
.privacy-wrap table ul.disc-list {
    margin-bottom: 0;
}
.privacy-wrap table ul.disc-list li {
    margin-top: 10px;
}
.privacy-wrap table ul.disc-list li:first-of-type {
    margin-top: 0;
}
@media only screen and (max-width: 767px) {
    .privacy-wrap table {
        margin-top: 15px;
    }
    .privacy-wrap table th,
    .privacy-wrap table td {
        width: 100%;
        display: block;
        padding: 10px;
    }
}

/*-------------------------------
 * 5. FOOTER
 * ----------------------------*/
footer {
    background: #e60012;
    margin: 0;
    padding: 100px 0 15px;
    color: #fff;
    text-align: center;
}
footer a {
    color: #fff;
    text-decoration: underline;
}
footer a:hover {
    color: #fff;
    text-decoration: none;
}
footer .logo {
    width: 220px;
    margin: 0 auto 20px;
}
footer .logo img {
    width: 220px;
    height: auto;
}
footer .copyright {
    margin-top: 70px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif !important;
}
@media only screen and (max-width: 767px) {
    footer {
        padding: 30px 0 10px;
    }
    footer .logo {
        width: 120px;
        margin-bottom: 10px;
    }
    footer .logo img {
        width: 120px;
    }
    footer .copyright {
        margin-top: 20px;
        font-size: 10px;
    }
}
.footer-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 50%;
    margin: 0 auto;

}
.footer-link a {
    padding-right: 12px;
}
.footer-link a:last-of-type {
    padding-right: 0;
}
@media only screen and (max-width: 767px) {
    .footer-link {
        flex-direction: column;
    }
    .footer-link a {
        padding-right: 0;
    }
}

/*-------------------------------
 * 6. INTERACTIONS
 * ----------------------------*/
.opacity:hover {
  opacity: 0.75;
  transition: .7s;
}

/*-------------------------------
 * 7. MAP
 * ----------------------------*/
#contact-wrap {
 margin-top: 0;
}
#access-wrap #map {
 margin: 0 0 80px;
 width: 100%;
 height: 500px;
 overflow: hidden;
}
#access-wrap .sub {
 margin: 40px 0 30px;
 font-size: 20px;
}
#access-wrap .txt {
 font-size: 16px;
}
@media screen and (max-width: 991px) {
 #access-wrap .sub {
   font-size: 20px;
 }
}
@media screen and (max-width: 767px) {
 #access-wrap {
   margin-top: -30px;
 }
 #access-wrap #map {
   margin-bottom: 30px;
 }
 #access-wrap .sub {
   margin: 10px 0;
   font-size: 15px;
 }
 #access-wrap .txt {
   font-size: 13px;
 }
 #access-wrap #map {
   height: 250px;
 }
}

/*-------------------------------
 * 20191031 修正
 * ----------------------------*/
.btn {
	width: 180px;
	font-size: 20px;
	padding-bottom: 25px;
}
.btn:hover {
	color: #999;
	border-bottom-color: #999;
}
.btn i.icon-right {
	margin-right: 15px;
	vertical-align: 20%;
}
.btn i.icon-left {
	margin-left: 15px;
	vertical-align: 20%;
}
@media only screen and (max-width: 1199px) {
	.btn {
		margin-top: 60px;
	}
}
@media only screen and (max-width: 991px) {
	.btn {
		width: 150px;
		font-size: 16px;
		padding-bottom: 20px;
	}
	.btn i.icon-right,
	.btn i.icon-left {
		vertical-align: 0;
	}
}
@media only screen and (max-width: 767px) {
	.btn {
      width: 140px;
      font-size: 14px;
  }
}

.iso img{
	width:200px;
}
