﻿@charset "UTF-8";
/*--- reset ---*/
html {
  /*position:relative; min-height:100%;*/
  font-size: 16px; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, hr, header, footer, nav, aside, section {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

address, caption, cite, code, dfn, h1, h2, h3, h4, th, var {
  font-style: normal;
  font-weight: normal; }

fieldset, img, abbr {
  border: 0; }

img {
  vertical-align: top; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto; }

th, td {
  margin: 0;
  padding: 0; }

th, td {
  text-align: left;
  vertical-align: top; }

caption, th {
  text-align: left;
  margin: auto; }

object, embed {
  vertical-align: top; }

legend {
  display: none; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer; }
  button:focus {
    outline: none; }

hr {
  border: none;
  border-top: 1px #d6dcdf solid; }

article, aside, footer, header, hgroup, main, nav, section {
  display: block; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }
  *:before, *:after {
    box-sizing: border-box; }

a:link, a:focus, a:visited, a:hover {
  color: #000;
  text-decoration: none;
  outline: none; }

/*-------------*/
/*--- parts ---*/
/*-------------*/
a.anch {
  text-decoration: underline; }
  a.anch:hover {
    text-decoration: none; }
  a.anch--red {
    color: #db3939; }
  a.anch.txt--white:hover {
    color: #fff; }
  a.anch--border {
    display: block;
    border: 1px #d6dcdf solid; }

s a {
  text-decoration: line-through !important; }

.icon_external-link {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  width: 18px;
  vertical-align: -1px; }
  .icon_external-link:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%; }
  .icon_external-link .st0 {
    fill: #fff;
    -webkit-transition: fill .3s;
    transition: fill .3s; }
  .icon_external-link img, .icon_external-link svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 52px;
  padding: 0 50px;
  font-size: 0.88rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  border: none;
  border-radius: 26px; }
  .btn:focus {
    box-shadow: none; }
  .btn--orange {
    color: #fff !important;
    background-color: #ff6633;
    -webkit-transition: background-color .3s;
    transition: background-color .3s; }
    .btn--orange:hover {
      background-color: #ff8b64; }
  .btn--green, .btn--send {
    color: #fff !important;
    background-color: #0f954b;
    -webkit-transition: background-color .2s;
    transition: background-color .2s; }
    .btn--green:hover, .btn--send:hover, .btn--green.hover, .hover.btn--send {
      background-color: #356f4f; }
  .btn--send {
    padding: 20px 50px;
    margin: 0 5px;
    font-size: 1.25em; }
    .btn--send i {
      margin-right: 10px; }
  .btn--close, .btn--back {
    color: #fff;
    background-color: #798a92;
    -webkit-transition: background-color .3s;
    transition: background-color .3s; }
    .btn--close:hover, .btn--close.hover, .btn--back:hover, .btn--back.hover {
      background-color: #b9c4c9; }
  .btn--large {
    width: 100%;
    max-width: 440px;
    font-size: 1rem; }
  .btn--thin {
    height: 38px;
    border-radius: 19px; }
  .btn .i-right {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s; }
  .btn .i-left {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s; }
  .btn:hover .i-right {
    -webkit-transform: translateX(5px) translateY(-50%);
    transform: translateX(5px) translateY(-50%); }
  .btn:hover .i-left {
    -webkit-transform: translateX(-5px) translateY(-50%);
    transform: translateX(-5px) translateY(-50%); }

.ttl {
  position: relative;
  margin-bottom: 50px;
  color: #000;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: .1em; }
  .ttl__sub {
    color: #0f954b;
    font-size: 1rem;
    letter-spacing: .075rem; }
  .ttl--vertical-border:before {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 50%;
    width: 5px;
    height: 24px;
    background-color: #0f954b;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .ttl--eng {
    font-weight: 700;
    letter-spacing: .18em;
    text-indent: .09em; }
    .ttl--eng.ttl--vertical-border:before {
      display: none; }
    .ttl--eng.ttl--vertical-border .ttl__sub {
      display: block;
      position: relative;
      margin-top: 40px;
      text-indent: 0.04rem; }
      .ttl--eng.ttl--vertical-border .ttl__sub:before {
        content: '';
        position: absolute;
        top: -35px;
        left: 50%;
        width: 5px;
        height: 24px;
        background-color: #0f954b;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
    .ttl--eng .sml {
      padding-bottom: 5px;
      font-size: 1.25rem; }

.breadcrumbs {
  position: relative;
  padding: 0 50px; }
  .breadcrumbs-list {
    position: absolute;
    top: -245px;
    left: 50px;
    padding-right: 15px;
    line-height: 1;
    letter-spacing: -.40em;
    white-space: nowrap; }
    .breadcrumbs-list li {
      display: inline-block;
      color: #fff;
      font-size: 0.63em;
      vertical-align: top;
      letter-spacing: normal; }
    .breadcrumbs-list a {
      color: #fff; }
      .breadcrumbs-list a:after {
        content: '>';
        display: inline-block;
        padding: 0 10px;}
      .breadcrumbs-list a:hover {
        text-decoration: underline; }
  .cover--tour-detail + .breadcrumbs .breadcrumbs-list {
    top: -205px; }

.pagination {
  padding-top: 60px;
  text-align: center; }
  .pagination-list {
    display: inline-block;
    letter-spacing: -.40em; }
    .pagination-list__item {
      display: inline-block;
      vertical-align: middle;
      letter-spacing: normal; }
      .pagination-list__item + .pagination-list__item {
        margin-left: 5px; }
    .pagination-list .page-numbers {
      display: block;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 38px;
      border: 1px #0f954b solid;
      -webkit-transition: color .3s, background-color .3s;
      transition: color .3s, background-color .3s; }
      .pagination-list .page-numbers.dots {
        border: none;
        line-height: 40px; }
      .pagination-list .page-numbers:not(.dots):hover, .pagination-list .page-numbers.current {
        color: #fff;
        background-color: #0f954b; }
    .pagination-list--single .page-numbers {
      position: relative;
      width: auto;
      padding: 0 30px;
      border-radius: 20px; }
    .pagination-list--single .i-left, .pagination-list--single .i-right {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-54%);
      transform: translateY(-54%); }
    .pagination-list--single .i-left {
      left: 15px; }
    .pagination-list--single .i-right {
      right: 15px; }

.circle {
  border-radius: 50%; }

.tbl {
  width: 100%; }
  .tbl th {
    padding: 15px;
    font-weight: bold;
    line-height: 1.75;
    text-align: left;
    vertical-align: top;
    white-space: nowrap; }
  .tbl td {
    padding: 15px;
    line-height: 1.75;
    text-align-last: auto;
    vertical-align: top; }
  .tbl--border-bottom tr {
    border-bottom: 1px #000 solid; }
    .tbl--border-bottom tr:last-child {
      border-bottom: none; }
  .tbl--border-bottom th {
    padding: 30px; }
  .tbl--border-bottom td {
    padding: 30px; }

.wbr {
  display: inline-block; }

.hr {
  width: 100%;
  height: 0;
  border: none;
  border-top: 1px #1f2326 solid; }

.form-parts {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  padding: 0 10px;
  font-size: 1rem;
  border: 1px #ccc solid; }
  .form-parts--input[size="50"] {
    width: 100%; }
  .form-parts--input[readonly] {
    width: 10em; }
  .form-parts--textarea {
    width: 100%;
    height: 150px;
    resize: none; }
  .form-parts--select {
    width: 100%;
    padding-right: 30px;
    background-color: transparent;
    cursor: pointer; }
    @media all and (-ms-high-contrast: none) {
      .form-parts--select {
        padding-right: 0; } }
    .form-parts--select-wrap {
      position: relative;
      display: inline-block; }
      .form-parts--select-wrap:before {
        position: absolute;
        top: 50%;
        right: 10px;
        z-index: -1;
        content: '\f107';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .mw_wp_form_confirm .form-parts--select-wrap:before {
        display: none; }
  .form-parts--label-wrap label {
    display: inline-block;
    padding: 0 10px;
    margin-right: 5px;
    height: 40px;
    border: 1px #ccc solid;
    vertical-align: middle;
    line-height: 38px;
    border-radius: 3px;
    cursor: pointer; }

input[type="number"] {
  -moz-appearance: textfield;
  text-align: left; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.err_mess {
  color: #db3939;
  font-size: 0.88rem;
  font-weight: bold; }
  .contact-error-box .err_mess {
    display: inline-block;
    padding: 5px 0 5px 10px;
    margin: 0 5px 10px;
    border: 1px #db3939 solid;
    vertical-align: middle;
    line-height: 1;
    background-color: #fff; }

@media screen and (max-width: 767px) {
  .btn {
    height: 35px;
    padding: 0 25px;
    font-size: 0.88rem;
    border-radius: 17.5px; }
    .btn:focus {
      box-shadow: none; }
    .btn--orange {
      color: #fff !important;
      background-color: #ff6633;
      -webkit-transition: background-color .3s;
      transition: background-color .3s; }
      .btn--orange:hover {
        background-color: #ff8b64; }
    .btn--green, .btn--send {
      color: #fff !important;
      background-color: #0f954b;
      -webkit-transition: background-color .2s;
      transition: background-color .2s; }
      .btn--green:hover, .btn--send:hover, .btn--green.hover, .hover.btn--send {
        background-color: #56cf8c; }
    .btn--send {
      padding: 20px 50px;
      margin: 0 5px;
      font-size: 1.25em; }
      .btn--send i {
        margin-right: 10px; }
    .btn--close, .btn--back {
      margin: 0;
      color: #fff;
      font-size: 1.25em;
      background-color: #798a92;
      -webkit-transition: background-color .3s;
      transition: background-color .3s; }
      .btn--close i, .btn--back i {
        margin-right: 10px; }
      .btn--close:hover, .btn--close.hover, .btn--back:hover, .btn--back.hover {
        background-color: #b9c4c9; }
    .btn--large {
      font-size: 1rem;
      height: 40px;
      border-radius: 20px; }
    .btn--thin {
      height: 35px;
      border-radius: 17.5px; }
    .btn .i-right {
      right: 12px; }
    .btn .i-left {
      left: 12px; }

  .ttl {
    margin-bottom: 35px;
    font-size: 1.67em;
    letter-spacing: normal; }
    .ttl--vertical-border:before {
      bottom: -15px;
      left: 50%;
      width: 3px;
      height: 10px; }
    .ttl--eng.ttl--vertical-border .ttl__sub {
      margin-top: 20px; }
      .ttl--eng.ttl--vertical-border .ttl__sub:before {
        top: -15px;
        width: 3px;
        height: 10px; }
    .ttl--eng .sml {
      font-size: 1rem; }
    .ttl__pail-green-marker {
      font-size: 1.38rem; }

  .breadcrumbs {
    height: 25px;
    padding: 7px 15px;
    background-color: #f7f6f5;
    overflow: auto; }
    .breadcrumbs-list {
      top: 7px;
      left: 15px;
      line-height: 1;
      letter-spacing: -.40em; }
      .breadcrumbs-list li {
        display: inline-block;
        color: #000;
        font-size: 0.73em;
        letter-spacing: normal; }
      .breadcrumbs-list a {
        color: #000; }
        .breadcrumbs-list a:after {
          content: '>';
          display: inline-block;
          padding: 0 10px;}
        .breadcrumbs-list a:hover {
          text-decoration: underline; }
    .breadcrumbs + .section {
      padding-top: 35px; }
    .cover--tour-detail + .breadcrumbs .breadcrumbs-list {
      top: 7px; }

  .pagination {
    padding-top: 30px; }
    .pagination-list__item + .pagination-list__item {
      margin-left: 2px; }
    .pagination-list--single .pagination-list__item + .pagination-list__item {
      margin-left: 0;
      margin-top: 10px; }
    .pagination-list--single .page-numbers.next, .pagination-list--single .page-numbers.prev {
      width: 80vw; } }
body {
  font-family: 'microsoft yahei', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-size: 1em;
  line-height: 1.875; }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'microsoft yahei', sans-serif; } }
/*//////////////*/
/*--- common ---*/
/*//////////////*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 90px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background-color .3s, box-shadow .3s;
  transition: background-color .3s, box-shadow .3s; }
  .header--index-top {
    /*background-color: rgba(8, 4, 4, 0.2);*/
    /*box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);*/
    color: #000000;
    }
  .logo-style2{
    display: none;
    /*max-height: 60px;*/
  }
  .logo-style1{
    /*max-height: 60px;*/
  }
  .header--index-top .logo-style2{
    display: block;
  }
  .header--index-top .logo-style1{
    display: none;
  }
  .header__innr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 50px; }
  .header-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 18rem;
    -moz-box-flex: 0;
    -moz-flex: 0 1 18rem;
    -ms-flex: 0 1 18rem;
    flex: 0 1 18rem; }
    .header-logo__item {
      position: relative;
      width: 159px; }
      .header-logo__item svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .header-logo__item svg .path {
          fill: #040000;
          -webkit-transition: fill .3s;
          transition: fill .3s; }
          .header--index-top .header-logo__item svg .path {
            fill: #fff; }
  .header-h1 {
    margin-bottom: 6px;
    font-size: 0.75em;
    line-height: 1;
    -webkit-transition: color .3s;
    transition: color .3s; }
    .header--index-top .header-h1 {
      color: #fff; }
  .header-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center; }
  .header-inquiry {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 18rem;
    -moz-box-flex: 0;
    -moz-flex: 0 1 18rem;
    -ms-flex: 0 1 18rem;
    flex: 0 1 18rem;
    text-align: right; }
    .header-inquiry__tel {
      margin-bottom: 10px;
      color: #000;
      font-size: 1.13em;
      font-weight: 700;
      letter-spacing: .1em;
      line-height: 1;
      white-space: nowrap;
      -webkit-transition: color .3s;
      transition: color .3s; }
      .header-inquiry__tel a {
        color: #fff; }
      .header--index-top .header-inquiry__tel {
        color: #fff; }
        .header--index-top .header-inquiry__tel a {
          color: #fff; }
      .header-inquiry__tel i {
        margin-right: 8px; }
    .header-inquiry__mail .btn {
      width: 11.7rem;
      height: 36px;
      padding: 0;
      font-weight: bold;
      border-radius: 18px; }
      .header-inquiry__mail .btn i {
        font-size: 1.5rem; }
  .header-tgl {
    display: none;
    position: relative;
    z-index: 90; }
    .header-tgl-btn {
      width: 40px;
      height: 40px;
      padding: 0 4px;
      vertical-align: top; }
      .header-tgl-btn__hamburger {
        position: relative;
        display: block;
        height: 3px;
        background-color: #0f954b;
        -webkit-transition: background-color .3s;
        transition: background-color .3s; }
        .header-tgl-btn__hamburger:before, .header-tgl-btn__hamburger:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          width: 100%;
          height: 3px;
          background-color: #0f954b;
          -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
          -webkit-transition: background-color .3s, -webkit-transform .3s;
          transition: background-color .3s, transform .3s; }
        .header-tgl-btn__hamburger:before {
          top: -12px; }
        .header-tgl-btn__hamburger:after {
          bottom: -12px; }
        .header--index-top .header-tgl-btn__hamburger {
          background-color: #fff; }
          .header--index-top .header-tgl-btn__hamburger:before, .header--index-top .header-tgl-btn__hamburger:after {
            background-color: #fff; }
        .menu-open .header-tgl-btn__hamburger {
          background-color: rgba(255, 255, 255, 0); }
          .menu-open .header-tgl-btn__hamburger:before {
            background-color: #fff;
            -webkit-transform: translateY(12px) rotate(45deg);
            transform: translateY(12px) rotate(45deg); }
          .menu-open .header-tgl-btn__hamburger:after {
            background-color: #fff;
            -webkit-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg); }

.global-nav {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 738px; }
  
  .global-nav__item{
		position: relative;
	}
	    .cn .global-nav__item .fl{
			position: absolute;
			left: -75%;
			top:100%;
			width: 250%;
			display: none;
			background: rgba(0,0,0,0.3);
			padding: 0.5rem;
		}
		.en .global-nav__item .fl{
			position: absolute;
			left: -125%;
			top:100%;
			width: 350%;
			display: none;
			background: rgba(0,0,0,0.3);
			padding: 0.5rem;
		}
		.cn .global-nav__item .fl a{
			line-height: 2;
			color: #fff;
			font-size: 0.8rem;
			display: block;
			text-align: center;
		}
		.en .global-nav__item .fl a{
			line-height: 2;
			color: #fff;
			font-size: 0.8rem;
			display: block;
			text-align: left;
		}
		.global-nav__item .fl a:hover{
			 color: #0f954b;
		}
		 .global-nav__item:hover .fl{
			 display: block;
		 }
		 
  .global-nav__item:hover>a, .global-nav__item.current-nav-item>a {
    color: #0f954b; }
    .global-nav__item:hover>a:after, .global-nav__item.current-nav-item >a:after {
      height: 4px;
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .global-nav__item:hover >a .st0, .global-nav__item.current-nav-item >a .st0 {
      fill: #B60081; }
  .global-nav >a {
    position: relative;
    display: block;
    height: 90px;
    padding: 5px 10px;
    color: #000;
    font-size: 0.88em;
    font-weight: bold;
    line-height: 90px;
    white-space: nowrap;
    -webkit-transition: color .3s;
    transition: color .3s; }
    .global-nav a:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #0f954b;
      opacity: 0;
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
      -webkit-transition: height .3s, opacity .3s, -webkit-transform .3s;
      transition: height .3s, opacity .3s, transform .3s; }
    .global-nav a .st0 {
      fill: #000; }
    .header--index-top .global-nav a {
      color: #000000; }
      .header--index-top .global-nav a .st0 {
        fill: #fff; }
      .header--index-top .global-nav a:after {
        background-color: #fff; }
  .global-nav .icon_external-link {
    width: 15px; }

.main {
  padding-top: 90px; }
  .front-page .main {
    padding-top: 0; }

.section {
  padding-top: 100px;
  padding-bottom: 100px; }

.container-w1300 {
  max-width: 1320px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto; }
  .container-w1300 > [class*="container-"] {
    padding-right: 0;
    padding-left: 0; }
.container-w1180 {
  max-width: 1200px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto; }
  .container-w1180 > [class*="container-"] {
    padding-right: 0;
    padding-left: 0; }
.container-w980 {
  max-width: 1000px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto; }
  .container-w980 > [class*="container-"] {
    padding-right: 0;
    padding-left: 0; }

.foot-inquiry {
  padding-top: 110px;
  padding-bottom: 110px;
  margin-bottom: -1px;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover; }
  .foot-inquiry__ttl {
    margin-bottom: 45px;
    font-size: 1.56em;
    font-weight: bold;
    line-height: 1; }
  .foot-inquiry__btn, .group-tour-cta__btn, .tour-detail-cta__btn {
    width: 100%;
    max-width: 640px;
    height: 90px;
    margin: 55px 15px 0;
    font-size: 1.56em;
    border-radius: 45px; }
    .foot-inquiry__btn .i-right, .group-tour-cta__btn .i-right, .tour-detail-cta__btn .i-right {
      right: 65px;
      font-size: 2.13rem; }

.footer {
  position: relative;
  padding: 40px 0;
  background-color: #0f954b; }
  .footer__innr {
    padding: 0 50px;
    color: #fff; 
    display: flex;
    justify-content:space-between;
    padding: 10px 50px;
  }
  .footer__innr .product{
      width: 100%;
  }
  .footer__innr .product:not(:first-child) {
      border-left: 1px solid #fff;
  }
  
  .footer__innr .product .title {
      font-weight: 700;
    height: 30px;
    line-height: 30px;
     overflow: hidden;
     text-overflow: ellipsis;
  }
  .footer__innr .product .title.en {
      height: 60px;
  }
  .footer__innr .product .contact{
      /*margin-bottom: 60px;*/
  }
    .footer__innr .product .title , .footer__innr .product .list{
      width: 100%;
      padding: 0 20px 50px 20px;
     
  }
   .footer__innr .product .list2{
       width: 100%;
      padding: 0 20px;
      line-height: 30px;
     /*overflow: hidden;*/
     text-overflow: ellipsis;
     font-size: 0.8rem;
   }
   .footer__innr .product .list3{
       width: 100%;
      padding: 0 20px;
      line-height: 30px;
     /*overflow: hidden;*/
     text-overflow: ellipsis;
     font-size: 0.8rem;
     display:flex;
   }
    .footer__innr .product .address{
        display: flex;
    }
    .footer__innr .product .address .l{
        white-space: nowrap;
    }
  .footer__innr .product .list .item a{
      font-size: 0.8rem;
      color: #fff;
      padding: 3px 0;
  }
  @media screen and (max-width: 767px) {
      .footer__innr{
          flex-direction: column;
          padding: 10px 10px;
      }
      .footer__innr .product{
          padding: 15px 0;
      }
      .footer__innr .product:not(:first-child) {
          border-left: none;
          border-top: 1px solid #fff;
      }
  }
  .footer-logo-address {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    text-align: left; }
    .footer-logo-address .logo {
      position: relative;
      display: inline-block;
      width: 101px;
      margin-right: 15px;
      vertical-align: middle; }
      .footer-logo-address .logo img{
          width: 100%;
      }
      .footer-logo-address .logo svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .footer-logo-address .logo svg .path {
          fill: #fff; }
    .footer-logo-address .address {
      display: inline-block;
      font-size: 0.75em;
      vertical-align: middle;
      line-height: 1.7; }
      .footer-logo-address .address .txt--bold {
        font-size: 1.08em; }
  .footer-sns {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 50%;
    font-size: 0.75em;
    text-align: right; 
    visibility: hidden;
  }
    .footer-sns-wrap {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      width: 33.5em; }
      .footer-sns-wrap__catch {
        margin-bottom: 3px; }
      .footer-sns-wrap .label {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 0.88rem;
        vertical-align: middle; }
      .footer-sns-wrap .bd {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0 13px 0 10px;
        height: 1px;
        background-color: #fff; }
    .footer-sns-list {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-right: -7px;
      text-align: right;
      vertical-align: middle; }
      .footer-sns-list__item {
        display: inline-block;
        padding: 0 7px; }
        .footer-sns-list__item a {
          display: block;
          width: 36px;
          height: 36px;
          color: #0f954b;
          font-size: 1.25rem;
          text-align: center;
          line-height: 36px;
          border-radius: 50%;
          -webkit-transition: background-color .3s;
          transition: background-color .3s; }
          .footer-sns-list__item a i {
            line-height: 36px; }
    .footer-sns__trip-ad {
      margin-left: 20px;
      line-height: 0; }
  .footer-nav {
    float: left;
    width: 50%;
    margin-right: auto;
    font-size: 0.63rem;
    text-align: left;
    opacity: .7; }
    .footer-nav-list {
      display: inline-block; }
      .footer-nav-list__item {
        display: inline-block;
        line-height: 1; }
        .footer-nav-list__item a {
          color: #fff; }
          .footer-nav-list__item a:hover {
            text-decoration: underline; }
        .footer-nav-list__item + .footer-nav-list__item {
          margin-left: 10px;
          padding-left: 10px;
          border-left: 1px #fff solid; }
    .footer-nav__copyright {
      display: inline-block;
      margin-left: 10px;
      padding-left: 10px;
      line-height: 1;
      border-left: 1px #fff solid; }

.pagetop {
  position: absolute;
  top: -90px;
  right: 50px;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff !important;
  font-size: 1.56rem;
  text-align: center;
  background-color: #000;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s; }
  .pagetop .icon-angle-up {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s; }
  .pagetop:hover {
    background-color: #333; }
    .pagetop:hover .icon-angle-up {
      -webkit-transform: translateY(-70%);
      transform: translateY(-70%); }

.foot-fixed-inquiry {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 79;
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.5); }
  .foot-fixed-inquiry-list {
    margin-right: -10px;
    margin-left: -10px;
    text-align: center;
    letter-spacing: -.40em; }
    .foot-fixed-inquiry-list__item {
      display: inline-block;
      width: 49.5%;
      padding: 0 10px;
      vertical-align: middle;
      letter-spacing: normal; }
      .foot-fixed-inquiry-list__item .btn {
        width: 100%;
        height: 30px;
        padding: 0 10px;
        font-size: .88rem;
        font-weight: bold;
        border-radius: 15px; }
        .foot-fixed-inquiry-list__item .btn [class*="icon-"] {
          margin-top: -2px;
          font-size: 1.2rem; }
        .foot-fixed-inquiry-list__item .btn .icon-phone-square {
          right: 20px; }

.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 270px;
  background-color: #ccc; }
  .cover-ttl {
    margin-top: -0.9em;
    color: #fff;
    font-size: 2.63em;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.45); }
    .cover-ttl__eng {
      display: block;
      padding-bottom: 25px;
      font-size: 1.13rem;
      font-weight: 700;
      letter-spacing: .2em;
      text-indent: .1em; }
    .cover-ttl__catch {
      display: block;
      margin-bottom: 25px;
      font-size: 1.13rem; }
    .cover-ttl__small {
      display: inline-block;
      font-size: .58em;
      vertical-align: 5px; }
  .cover--news {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .cover--concept {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .cover--staff {
    background: url(img/staff/cover.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .cover--tour {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .cover--group-tour {
    background: url(img/group-tour/cover.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .cover--tour-detail {
    position: relative;
    height: 230px;
    overflow: hidden; }
    .cover--tour-detail:before {
      content: '';
      position: absolute;
      top: -5px;
      right: -5px;
      bottom: -5px;
      left: -5px;
      background: inherit;
      -webkit-background-size: cover;
      background-size: cover;
      -webkit-filter: blur(5px);
      filter: blur(5px); }
    .cover--tour-detail:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.2); }
    .cover--tour-detail .cover-ttl {
      position: relative;
      z-index: 2; }
  .cover--tour-apply {
    background: url(img/tour-apply/cover.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .cover--company {
    background: url(img/company/cover.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .cover--faq {
    background: url(img/faq/cover.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .cover--site-map {
    background: url(img/site-map/cover.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .cover--privacy-policy {
    background: url(img/privacy-policy/cover.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .cover--contact {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover; }
  .cover--404 {
    background: url(img/404/cover.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
.section--bg-paper{
  background-image: url(../images/bg_paper.png);
}
@media screen and (max-width: 1000px) {
  .header__innr {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .header-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    width: 100%;
    height: 100vh;
    background-color: rgba(15, 149, 75, 0.9);
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transition: opacity .3s, -webkit-transform .3s ease;
    transition: opacity .3s, transform .3s ease; }
    .menu-open .header-nav {
      opacity: 1;
      transform: translateY(0); }
  .header-inquiry {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 40px 0 auto; }
  .header-tgl {
    display: block; }

  .global-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 80%;
    height: 100vh;
    margin: 0 auto; }
    .global-nav__item {
      opacity: 0;
      -webkit-transform: translateX(20px);
      transform: translateX(20px); }
      .menu-open .global-nav__item {
        -webkit-animation: fade-in-right .4s ease forwards;
        -webkit-animation-delay: .35s;
        animation: fade-in-right .4s ease forwards;
        animation-delay: .35s; }
        .menu-open .global-nav__item:nth-of-type(2) {
          -webkit-animation-delay: .4s;
          animation-delay: .4s; }
        .menu-open .global-nav__item:nth-of-type(3) {
          -webkit-animation-delay: .45s;
          animation-delay: .45s; }
        .menu-open .global-nav__item:nth-of-type(4) {
          -webkit-animation-delay: .5s;
          animation-delay: .5s; }
        .menu-open .global-nav__item:nth-of-type(5) {
          -webkit-animation-delay: .55s;
          animation-delay: .55s; }
        .menu-open .global-nav__item:nth-of-type(6) {
          -webkit-animation-delay: .6s;
          animation-delay: .6s; }
        .menu-open .global-nav__item:nth-of-type(7) {
          -webkit-animation-delay: .65s;
          animation-delay: .65s; }
  @-webkit-keyframes fade-in-right {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0); } }
  @keyframes fade-in-right {
    0% {
      opacity: 0;
      transform: translateX(20px); }
    100% {
      opacity: 1;
      transform: translateX(0); } }
    .global-nav a {
      height: auto;
      padding: 25px 10px;
      font-size: 1.13em;
      line-height: 1; }
      .global-nav a:after {
        top: 80%;
        background-color: #fff; }
      .menu-open .global-nav a {
        color: #fff; }
        .menu-open .global-nav a .st0 {
          fill: #fff; }

  .footer-nav__copyright {
    display: block;
    margin-left: 0;
    padding-left: 0;
    padding-top: 10px;
    border-left: none; } }
@media screen and (max-width: 767px) {
  .header {
    height: 75px;
    -webkit-transition: height .3s, background-color .3s, box-shadow .3s;
    transition: height .3s, background-color .3s, box-shadow .3s; }
    .header.thin {
      height: 50px; }
    .header__innr {
      padding: 0 15px; }
    .header-logo__item {
      width: 108px; }
    .header-h1 {
      font-size: 0.63em;
      overflow: hidden;
      -webkit-transition: height .3s, margin-bottom .3s opacity .3s, color .3s;
      transition: height .3s, margin-bottom .3s opacity .3s, color .3s; }
      .thin .header-h1 {
        height: 0;
        margin-bottom: 0;
        opacity: 0; }
    .header-inquiry {
      display: none; }

  .main {
    padding-top: 75px;
    font-size: 0.94em; }

  .section {
    padding-top: 50px;
    padding-bottom: 50px; }

  .container-w1300 {
    padding-right: 15px;
    padding-left: 15px; }
  .container-w1180 {
    padding-right: 15px;
    padding-left: 15px; }
  .container-w980 {
    padding-right: 15px;
    padding-left: 15px; }

  .foot-inquiry {
    padding-top: 45px;
    padding-bottom: 45px; }
    .foot-inquiry__ttl {
      margin-bottom: 40px;
      font-size: 1.33em; }
    .foot-inquiry__btn, .group-tour-cta__btn, .tour-detail-cta__btn {
      height: 45px;
      margin: 28px 0 0;
      font-size: 1.07em;
      border-radius: 22.5px; }
      .foot-inquiry__btn .i-right, .group-tour-cta__btn .i-right, .tour-detail-cta__btn .i-right {
        right: 15px;
        font-size: 1.34rem; }

  .footer {
    padding: 25px 0 95px; }
    .footer__innr {
      padding: 0 15px; }
    .footer-logo-address {
      float: none;
      width: 100%;
      margin-bottom: 25px;
      text-align: center; }
      .footer-logo-address .logo {
        margin-right: 0;
        margin-bottom: 5px; }
      .footer-logo-address .address {
        display: block;
        font-size: 0.81em;
        line-height: 2.31; }
        .footer-logo-address .address .txt--bold {
          font-size: 1.15em; }
    .footer-sns {
      float: none;
      display: block;
      width: 100%;
      font-size: 0.81em;
      text-align: center; }
      .footer-sns-wrap {
        width: 100%;
        display: block;
        text-align: center; }
        .footer-sns-wrap__catch {
          margin-bottom: 25px; }
        .footer-sns-wrap .label {
          font-size: 0.94rem;
          margin-bottom: 10px; }
        .footer-sns-wrap .bd {
          display: none; }
      .footer-sns-list {
        margin-right: 0;
        text-align: center;
        margin-bottom: 20px; }
        .footer-sns-list__item {
          padding: 0 7px; }
          .footer-sns-list__item a {
            width: 40px;
            height: 40px;
            line-height: 40px; }
            .footer-sns-list__item a i {
              line-height: 40px; }
      .footer-sns__trip-ad {
        margin-left: 0;
        display: inline-block; }
    .footer-nav {
      float: none;
      width: 100%;
      font-size: 0.81rem;
      text-align: center;
      padding-top: 20px; }
      .footer-nav__copyright {
        display: block;
        margin-left: 0;
        padding-left: 0;
        padding-top: 10px;
        border-left: none; }

  .pagetop {
    top: -25px;
    right: 15px; }

  .foot-fixed-inquiry {
    display: block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s; }
    .foot-fixed-inquiry.hidden {
      -webkit-transform: translateY(100%);
      transform: translateY(100%); }

  .cover {
    height: 175px; }
    .cover-ttl {
      margin-top: -0.5em;
      font-size: 2em; }
      .cover-ttl__eng {
        padding-bottom: 15px;
        font-size: 0.94rem; }
      .cover-ttl__catch {
        margin-bottom: 10px;
        font-size: 1rem;
        line-height: 1.4; }
      .cover-ttl__small {
        display: block;
        padding-bottom: 8px; }
    .cover--news {
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: cover;
      background-size: cover; }
    .cover--concept {
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .cover--staff {
      background: url(img/staff/cover@2x.jpg) center no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .cover--tour {
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .cover--group-tour {
      background: url(img/group-tour/cover.jpg) center no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .cover--tour-detail {
      height: 175px; }
    .cover--tour-apply {
      background: url(img/tour-apply/cover@2x.jpg) center no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .cover--company {
      background: url(img/company/cover@2x.jpg) center no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .cover--faq {
      background: url(img/faq/cover@2x.jpg) center no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .cover--site-map {
      background: url(img/site-map/cover@2x.jpg) center no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .cover--privacy-policy {
      background: url(img/privacy-policy/cover@2x.jpg) center no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .cover--contact {
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .cover--404 {
      background: url(img/404/cover@2x.jpg) center no-repeat;
      -webkit-background-size: cover;
      background-size: cover; } }
/*/////////////*/
/*--- index ---*/
/*/////////////*/
.index-opening-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border: 3px #ccc solid;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: loading-spin 1s linear infinite;
  animation: loading-spin 1s linear infinite;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .opening-start .index-opening-loading {
    opacity: 0; }
@-webkit-keyframes loading-spin {
  0% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes loading-spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .mv-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    color: #fff;
    font-size: 4.06em;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.45); }
    .mv-text .sml {
      font-size: 0.69em; }
    .mv-text__eng {
      font-size: 1.37em;
      font-weight: 400;
      letter-spacing: .05em; }
      .mv-en .mv-text__eng {
        font-size: 0.9em;
      }
    .mv-text.index-opening {
      position: fixed;
      z-index: 1000;
      background-color: #000;
      -webkit-transition: opacity 1s 3s;
      -o-transition: opacity 1s 3s;
      transition: opacity 1s 3s; }
      .opening-start .mv-text.index-opening {
        opacity: 0; }
      .mv-text.index-opening p {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: -webkit-transform 1s .5s, opacity .8s .5s;
        transition: transform 1s .5s, opacity .8s .5s; }
        .opening-start .mv-text.index-opening p {
          opacity: 1;
          -webkit-transform: translateY(0);
          transform: translateY(0); }
  .mv-swiper__img {
    width: 100%;
    height: 100vh; }
  .mv-swiper-pagination {
    position: absolute;
    bottom: 100px !important;
    left: 0;
    z-index: 99;
    width: 100%;
    text-align: center; }
    .mv-swiper-pagination .swiper-pagination-bullet {
      background-color: #fff;
      opacity: 1; }
      .mv-swiper-pagination .swiper-pagination-bullet-active {
        background-color: #0f954b; }
  .mv-swiper-slide {
    height: 100vh; }
    .mv-swiper-slide__innr {
      width: 100%;
      height: 100%; }
  .mv-scroll-down {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 49;
    width: 100%;
    height: 80px;
    text-align: center;
    overflow: hidden; }

.index_news > .container-w1180, .index_faq > .container-w1180 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.index_news__ttl, .index_faq__ttl {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 330px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 330px;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
  text-align: left; }
  .index_news__ttl .ttl__sub, .index_faq__ttl .ttl__sub {
    display: inline-block !important;
    margin-top: 0 !important;
    margin-left: 40px;
    vertical-align: middle; }
    .index_news__ttl .ttl__sub:before, .index_faq__ttl .ttl__sub:before {
      top: 50% !important;
      left: -32px !important;
      width: 24px !important;
      height: 5px !important;
      -webkit-transform: translateX(0) translateY(-50%) !important;
      transform: translateX(0) translateY(-50%) !important; }
.index_news-list, .index_faq-list, .faq-list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: calc(100% - 330px); }
  .index_news-list__head {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 205px;
    padding-right: 10px;
    margin-bottom: 30px; }
  .index_news-list__date {
    display: inline-block;
    padding-right: 5px;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle; }
  .index_news-list__cate {
    display: inline-block;
    width: 100px;
    padding: 8px 10px;
    color: #666;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    background-color: #f7f6f5; }
  .index_news-list__body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 210px);
    margin-bottom: 30px;
    font-feature-settings: 'palt'; }
.index_news__more, .index_faq__more {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: right; }

.index_about {
  padding-right: 10px;
  padding-left: 10px; }
  .index_about__ttl {
    margin-bottom: 40px; }
  .index_about .txt--lead {
    margin-bottom: 10px; }
  .index_about__body {
    line-height: 2.38; }
  .index_about__more {
    margin-top: 60px;
    margin-bottom: 70px; }
  .index_about-vid {
    max-width: 1400px;
    margin: 0 auto -180px;
    /*background-color: #000;*/
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45); */
      
  }
    .index_about-vid a {
      display: block;
      position: relative; }
      .index_about-vid a:hover img {
        opacity: 0.7; }
    .index_about-vid-text {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .index_about-vid-text__play {
        margin-top: -20px;
        margin-bottom: 20px;
        color: #fff;
        font-size: 2.38em;
        font-weight: 700;
        text-align: center;
        line-height: 1; }
        a:hover .index_about-vid-text__play {
          color: #56cf8c; }
      .index_about-vid-text .icon-play {
        color: #fff;
        font-size: 8.75em; }
        a:hover .index_about-vid-text .icon-play {
          color: #56cf8c; }

.index_tour {
  padding-top: 210px; }
  .index_tour-blk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 50px; }
    .index_tour-blk:nth-of-type(4) {
      padding-top: 130px; }
    .index_tour-blk__img {
      position: relative;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 61.25%; }
      .index_tour-blk__img.right {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2; }
      .index_tour-blk__img svg {
        position: relative;
        z-index: 2;
        vertical-align: top;
        overflow: hidden; }
      .index_tour-blk__img-shadow {
        position: absolute !important;
        top: -10px;
        z-index: 1 !important;
        width: calc(100% + 10px);
        height: calc(100% + 20px);
        padding-top: 10px;
        opacity: .7; }
        .right .index_tour-blk__img-shadow {
          right: 0;
          padding-left: 10px; }
        .left .index_tour-blk__img-shadow {
          left: 0;
          padding-right: 10px; }
    .index_tour-blk__text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-top: 100px;
      width: 38.75%; }
      .index_tour-blk__text.right {
        padding-right: calc(100% - 61.25% - 330px - 80px);
        padding-left: 80px; }
      .index_tour-blk__text.left {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 80px;
        padding-left: calc(100% - 61.25% - 330px - 80px); }
    .index_tour-blk__ttl {
      margin-bottom: 25px;
      font-size: 1.88em;
      font-weight: bold;
      line-height: 1.5; }
      .index_tour-blk__ttl .eng {
        display: block;
        color: #11b5af;
        font-size: 0.75rem; }
      .index_tour-blk__ttl .sml {
        font-size: 0.67em; }
    .index_tour-blk__lead {
      -webkit-font-feature-settings: 'palt';
      font-feature-settings: 'palt'; }
    .index_tour-blk__to-detail {
      margin-top: 70px; }
  .index_tour-footprint {
    position: relative;
    z-index: -1; }
    .index_tour-footprint > img {
      position: absolute; }
      .index_tour-footprint > img.footprint-01 {
        top: -183px;
        right: 61.25%;
        margin-right: -22px; }
      .index_tour-footprint > img.footprint-02 {
        top: -277px;
        left: 61.25%;
        margin-left: -15px; }
      .index_tour-footprint > img.footprint-03 {
        top: -176px;
        right: 61.25%;
        margin-right: -77px; }
      .index_tour-footprint > img.footprint-04 {
        top: -270px;
        left: 61.25%;
        margin-left: -20px; }
      .index_tour-footprint > img.footprint-05 {
        top: -310px;
        right: 50%;
        -webkit-transform: translateX(90%);
        transform: translateX(90%); }
  .index_tour-all-tour {
    padding-top: 60px;
    margin-bottom: 70px;
    text-align: center; }
    .index_tour-all-tour .lead {
      margin-bottom: 40px;
      font-size: 1.5em;
      font-weight: bold; }
  .index_tour-for-student {
    position: relative;
    border: 5px #0f954b solid;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
    .index_tour-for-student__ttl {
      float: right;
      width: 50%;
      padding: 45px 15px 0;
      margin-bottom: 15px;
      color: #0f954b;
      font-size: 1.63em;
      font-weight: bold;
      text-align: center; }
    .index_tour-for-student__img {
      float: left;
      width: 50%;
      min-height: 296px; }
      .index_tour-for-student__img:before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 45.916%; }
      .index_tour-for-student__img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%; }
    .index_tour-for-student__lead {
      float: right;
      width: 50%;
      padding-right: calc((50% - 36%) / 2);
      padding-left: calc((50% - 36%) / 2); }
    .index_tour-for-student__more {
      float: right;
      width: 50%;
      margin-top: 50px;
      padding: 0 15px 40px;
      text-align: center; }

.index_staff-blk {
  float: left;
  width: 50%;
  margin-bottom: 90px; }
  .index_staff-blk:nth-of-type(1) {
    padding-right: 50px; }
  .index_staff-blk:nth-of-type(2) {
    padding-left: 50px; }
  .index_staff-blk__img {
    float: left;
    width: 250px;
    margin-right: 20px; }
  .index_staff-blk__text {
    float: left;
    width: calc(100% - 270px); }
  .index_staff-blk__name {
    font-size: 1.38em;
    font-weight: bold; }
    .index_staff-blk__name .catch {
      display: block;
      padding-bottom: 5px;
      font-size: 0.73em;
      line-height: 1.56;
      -webkit-font-feature-settings: 'palt';
      font-feature-settings: 'palt'; }
  .index_staff-blk-attr {
    margin-bottom: 5px; }
    .index_staff-blk-attr__item {
      display: inline-block;
      padding: 0 20px 0 5px;
      line-height: 1;
      border-left: 5px #535353 solid; }
  .index_staff-blk__prof {
    font-size: 0.88em;
    line-height: 1.71; }
  .index_staff-blk__to-detail {
    margin-top: 10px; }

.index_faq-list, .faq-list {
  display: block;
  margin-bottom: 50px;
  border-bottom: 1px #ccc solid; }
  .index_faq-list__head, .faq-list__head {
    position: relative;
    padding: 20px 64px 20px 40px;
    font-size: 1.25em;
    font-weight: bold;
    border-top: 1px #ccc solid;
    cursor: pointer; }
    .index_faq-list__head .icon-question, .faq-list__head .icon-question {
      position: absolute;
      top: 50%;
      left: 0;
      color: #ff6633;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .index_faq-list__head .icon-chevron-down, .faq-list__head .icon-chevron-down {
      position: absolute;
      top: 50%;
      right: 17px;
      color: #0f954b;
      font-size: 1.6em;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: color .3s, -webkit-transform .3s;
      transition: color .3s, transform .3s; }
    .index_faq-list__head:hover .icon-chevron-down, .faq-list__head:hover .icon-chevron-down {
      color: #56cf8c; }
    .index_faq-list__head.open .icon-chevron-down, .open.faq-list__head .icon-chevron-down {
      color: #56cf8c;
      -webkit-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
  .index_faq-list__body, .faq-list__body {
    padding-bottom: 0;
    padding-left: 40px;
    line-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: padding-bottom .3s, line-height .3s, opacity .3s;
    transition: padding-bottom .3s, line-height .3s, opacity .3s; }
    .open + .index_faq-list__body, .open + .faq-list__body {
      padding-bottom: 25px;
      line-height: 1.75;
      opacity: 1; }

.index_blog-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 80px; }
  .index_blog-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30.769%;
    padding: 25px 25px 20px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
  .index_blog-list__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 15px; }
  .index_blog-list__date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 10px;
    font-size: 0.88em;
    line-height: 1; }
  .index_blog-list__ttl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 10px;
    font-size: 1.13em;
    font-weight: bold;
    line-height: 1.44;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt'; }
  .index_blog-list__excerpt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-bottom: 5px;
    font-size: 0.88em;
    line-height: 1.79; }
  .index_blog-list__more {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center; }
    .index_blog-list__more .icon_external-link {
      width: 15px;
      margin-top: -2px; }

.index_instagram__ttl .icon-instagram {
  display: block; }
.index_instagram-feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  .index_instagram-feed__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%; }
  .index_instagram-feed__img {
    position: relative;
    display: block;
    width: 100%; }
    .index_instagram-feed__img:before {
      content: '';
      display: block;
      width: 100%;
      padding-top: 100%; }
    .index_instagram-feed__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.index_sns {
  padding-top: 0; }
  .index_sns__ttl {
    margin-bottom: 30px;
    font-size: 1.56em;
    font-weight: bold;
    text-align: center;
    line-height: 1.12; }
  .index_sns-list {
    margin-top: 40px;
    text-align: center;
    letter-spacing: -.40em; 
    
  }
    .index_sns-list__item {
      display: inline-block;
      padding: 0 25px;
      vertical-align: middle;
      letter-spacing: normal; }

@media screen and (max-width: 1000px) {
  .index_news__ttl, .index_faq__ttl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px; }
  .index_news-list, .index_faq-list, .faq-list {
    width: calc(100% - 300px); }

  .index_about-vid {
    margin: 0 auto -180px; }

  .index_tour-blk__img {
    width: 50%; }
  .index_tour-blk__text {
    width: 50%; }
    .index_tour-blk__text.right {
      padding-right: calc(100% - 50% - 330px - 50px);
      padding-left: 50px; }
    .index_tour-blk__text.left {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 50px;
      padding-left: calc(100% - 50% - 330px - 50px); }
  .index_tour-footprint > img.footprint-01 {
    right: 50%; }
  .index_tour-footprint > img.footprint-02 {
    left: 50%; }
  .index_tour-footprint > img.footprint-03 {
    right: 50%; }
  .index_tour-footprint > img.footprint-04 {
    left: 50%; }
  .index_tour-footprint > img.footprint-05 {
    right: 50%; }

  .index_staff-blk:nth-of-type(1) {
    padding-right: 20px; }
  .index_staff-blk:nth-of-type(2) {
    padding-left: 20px; }
  .index_staff-blk__img {
    width: 200px; }
  .index_staff-blk__text {
    width: calc(100% - 220px); }

  .index_blog-list__item {
    width: 31.5%; } }
@media screen and (max-width: 767px) {
  .mv-text {
    font-size: 2.33em; }
    .mv-text .sml {
      font-size: 0.69em; }
    .mv-text__eng {
      font-size: 0.43em; }
    .mv-text.index-opening {
      font-size: 2.19em; }
  .mv-swiper-pagination {
    bottom: 80px !important; }

  .index_news > .container-w1180, .index_faq > .container-w1180 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .index_news__ttl, .index_faq__ttl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center; }
    .index_news__ttl .ttl__sub, .index_faq__ttl .ttl__sub {
      display: block !important;
      margin-top: 20px !important;
      margin-left: 0 !important; }
      .index_news__ttl .ttl__sub:before, .index_faq__ttl .ttl__sub:before {
        top: -15px !important;
        left: 50% !important;
        width: 3px !important;
        height: 10px !important;
        -webkit-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important; }
  .index_news-list, .index_faq-list, .faq-list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    .index_news-list__head {
      width: 100%;
      margin-bottom: 10px; }
    .index_news-list__date {
      font-size: 0.81rem; }
    .index_news-list__cate {
      width: 65px;
      font-size: 0.63rem; }
    .index_news-list__body {
      width: 100%;
      line-height: 1.6; }
  .index_news__more, .index_faq__more {
    text-align: center;
    width: 100%; }
    .index_news__more .btn, .index_faq__more .btn {
      width: 100%;
      height: 40px;
      font-size: 1rem;
      font-weight: bold;
      border-radius: 20px; }

  .index_about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .index_about__ttl {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .index_about .txt--lead {
      margin-bottom: 15px;
      font-size: 1.33em;
      line-height: 1.3; }
    .index_about__body {
      line-height: 1.55;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -moz-order: 3;
      -ms-flex-order: 3;
      order: 3;
      padding: 0 10px; }
    .index_about__more {
      margin-top: 30px;
      margin-bottom: 0;
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      -moz-order: 4;
      -ms-flex-order: 4;
      order: 4; }
    .index_about-vid {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2;
      margin: 0 auto 25px; }
      .index_about-vid-text__play {
        margin-top: -10px;
        margin-bottom: 5px;
        font-size: 1.33em; }
      .index_about-vid-text .icon-play {
        font-size: 3.33em; }

  .index_tour {
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    overflow: hidden; }
    .index_tour-blk {
      padding-top: 0;
      padding-bottom: 30px;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .index_tour-blk:nth-of-type(4) {
        padding-top: 0; }
      .index_tour-blk__img {
        width: 100%; }
        .index_tour-blk__img.right {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -moz-order: 1;
          -ms-flex-order: 1;
          order: 1; }
        .index_tour-blk__img svg {
          height: 220px; }
        .index_tour-blk__img-shadow {
          height: calc(220px + 20px) !important; }
          .right .index_tour-blk__img-shadow {
            left: -5px;
            padding-left: 5px; }
          .left .index_tour-blk__img-shadow {
            left: -5px;
            padding-right: 0;
            padding-left: 5px; }
      .index_tour-blk__text {
        padding-top: 0;
        width: 100%; }
        .index_tour-blk__text.right {
          padding-right: 0;
          padding-left: 0;
          padding-top: 10px; }
        .index_tour-blk__text.left {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -moz-order: 1;
          -ms-flex-order: 1;
          order: 1;
          padding-right: 0;
          padding-left: 0; }
      .index_tour-blk__ttl {
        margin-bottom: 15px;
        font-size: 1.53em; }
        .index_tour-blk__ttl .sml {
          font-size: 0.7em; }
      .index_tour-blk__lead {
        line-height: 1.55; }
      .index_tour-blk__to-detail {
        margin-top: 15px;
        text-align: right; }
    .index_tour-footprint > img.footprint-01 {
      top: -70px;
      right: 18%;
      margin-right: 0;
      width: 110px;
      height: auto; }
    .index_tour-footprint > img.footprint-02 {
      top: -82px;
      left: 77%;
      margin-left: 0;
      width: 94px;
      height: auto; }
    .index_tour-footprint > img.footprint-03 {
      top: -92px;
      right: 54%;
      margin-right: 0;
      width: 90px;
      height: auto;
      -webkit-transform: rotate(-60deg);
      transform: rotate(-60deg); }
    .index_tour-footprint > img.footprint-04 {
      top: -223px;
      left: 67%;
      margin-left: 0;
      width: 100px;
      height: auto;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .index_tour-footprint > img.footprint-05 {
      top: -210px;
      right: 68%;
      width: 90px;
      height: auto; }
    .index_tour-all-tour {
      padding-top: 0;
      margin-bottom: 35px; }
      .index_tour-all-tour .lead {
        margin-bottom: 20px;
        font-size: 1em;
        line-height: 1.4; }
    .index_tour-for-student {
      margin-right: -15px;
      margin-left: -15px;
      padding: 15px; }
      .index_tour-for-student__ttl {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        font-size: 1.33em;
        line-height: 1.27; }
      .index_tour-for-student__img {
        float: none;
        width: auto;
        min-height: auto;
        position: relative;
        margin: 0 0 15px; }
        .index_tour-for-student__img:before {
          padding-top: 52%; }
        .index_tour-for-student__img img {
          width: 100%;
          height: 100%; }
      .index_tour-for-student__lead {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        line-height: 1.38; }
      .index_tour-for-student__more {
        float: none;
        width: 100%;
        margin-top: 15px;
        padding: 0;
        text-align: right; }

  .index_staff-blk {
    float: none;
    width: 100%;
    margin-bottom: 25px; }
    .index_staff-blk:nth-of-type(1) {
      padding-right: 0; }
    .index_staff-blk:nth-of-type(2) {
      padding-left: 0; }
    .index_staff-blk__img {
      float: none;
      width: 150px;
      margin: 0 auto 10px; }
    .index_staff-blk__text {
      float: none;
      width: 100%;
      text-align: center; }
    .index_staff-blk__name {
      font-size: 1.33em; }
      .index_staff-blk__name .catch {
        padding-bottom: 0;
        font-size: 1.07rem;
        line-height: 1.41; }
    .index_staff-blk__prof {
      font-size: 1em;
      line-height: 1.45;
      text-align: left; }
    .index_staff-blk__to-detail {
      text-align: right; }

  .index_faq-list, .faq-list {
    margin-bottom: 30px; }
    .index_faq-list__head, .faq-list__head {
      padding: 12px 45px 12px 30px;
      font-size: 1.27em;
      line-height: 1.32; }
      .index_faq-list__head .icon-question, .faq-list__head .icon-question {
        top: 12px;
        -webkit-transform: translateY(0);
        transform: translateY(0); }
      .index_faq-list__head .icon-chevron-down, .faq-list__head .icon-chevron-down {
        top: 12px;
        right: 8px;
        font-size: 1.26em;
        -webkit-transform: translateY(0);
        transform: translateY(0); }
      .index_faq-list__head.open .icon-chevron-down, .open.faq-list__head .icon-chevron-down {
        -webkit-transform: translateY(0) rotate(180deg);
        transform: translateY(0) rotate(180deg); }
    .index_faq-list__body, .faq-list__body {
      padding-left: 30px; }
      .open + .index_faq-list__body, .open + .faq-list__body {
        padding-bottom: 12px; }

  .index_blog-list {
    margin-bottom: 35px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .index_blog-list__item {
      width: 100%;
      padding: 20px 25px 25px; }
      .index_blog-list__item + .index_blog-list__item {
        margin-top: 15px; }
    .index_blog-list__img {
      margin-bottom: 10px; }
    .index_blog-list__date {
      margin-bottom: 5px;
      font-size: 0.87em; }
    .index_blog-list__ttl {
      margin-bottom: 5px;
      font-size: 1.07em;
      line-height: 1.41; }
    .index_blog-list__excerpt {
      font-size: 1em;
      line-height: 1.38; }
    .index_blog-list__more {
      text-align: right; }

  .index_instagram-feed {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .index_instagram-feed__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 25%; }

  .index_sns__ttl {
    margin-bottom: 15px;
    font-size: 1.07em;
    line-height: 1.5; }
  .index_sns-list {
    margin-top: 30px; }
    .index_sns-list__item {
      padding: 0 8px; }
      .index_sns-list__item a {
        display: block;
        width: 40px; }
      .index_sns-list__item img {
        width: 100%;
        height: auto; } }
/*--- block animation ---*/
.anim-wrap {
  position: relative; }

.anim-opa {
  visibility: hidden; }

.anim-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #0f954b;
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }
  .index_tour-blk__img .anim-item {
    top: -5px;
    left: -5px;
    width: calc(100% + 5px);
    height: calc(100% + 10px); }
  .index_tour-blk__img.left .anim-item {
    right: -5px;
    left: 0; }

.anim-start .anim-wrap.delay-0 .anim-opa {
  -webkit-animation: opas .1s .3s forwards;
  animation: opas .1s .3s forwards; }
.anim-start .anim-wrap.delay-0 .anim-item {
  -webkit-animation: anim .6s ease forwards;
  animation: anim .6s ease forwards; }
.anim-start .anim-wrap.delay-1 .anim-opa {
  -webkit-animation: opas .1s .5s forwards;
  animation: opas .1s .5s forwards; }
.anim-start .anim-wrap.delay-1 .anim-item {
  -webkit-animation: anim .6s ease forwards;
  animation: anim .6s ease forwards;
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }
.anim-start .anim-wrap.delay-2 .anim-opa {
  -webkit-animation: opas .1s .6s forwards;
  animation: opas .1s .6s forwards; }
.anim-start .anim-wrap.delay-2 .anim-item {
  -webkit-animation: anim .6s ease forwards;
  animation: anim .6s ease forwards;
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }
.anim-start .anim-wrap.delay-3 .anim-opa {
  -webkit-animation: opas .1s .7s forwards;
  animation: opas .1s .7s forwards; }
.anim-start .anim-wrap.delay-3 .anim-item {
  -webkit-animation: anim .6s ease forwards;
  animation: anim .6s ease forwards;
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }
.anim-start .anim-wrap.delay-4 .anim-opa {
  -webkit-animation: opas .1s .8s forwards;
  animation: opas .1s .8s forwards; }
.anim-start .anim-wrap.delay-4 .anim-item {
  -webkit-animation: anim .6s ease forwards;
  animation: anim .6s ease forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.index_tour-footprint {
  opacity: 0;
  -webkit-transition: opacity .3s .6s;
  transition: opacity .3s .6s; }
  .index_tour-footprint.visible {
    opacity: 1; }

@-webkit-keyframes anim {
  0% {
    -webkit-transform-origin: left;
    -webkit-transform: scaleX(0); }
  50% {
    -webkit-transform-origin: left;
    -webkit-transform: scaleX(1); }
  50.001% {
    -webkit-transform-origin: right; }
  100% {
    -webkit-transform-origin: right;
    -webkit-transform: scaleX(0); } }
@keyframes anim {
  0% {
    transform-origin: left;
    transform: scaleX(0); }
  50% {
    transform-origin: left;
    transform: scaleX(1); }
  50.001% {
    transform-origin: right; }
  100% {
    transform-origin: right;
    transform: scaleX(0); } }
@-webkit-keyframes opas {
  0% {
    visibility: hidden; }
  100% {
    visibility: visible; } }
@keyframes opas {
  0% {
    visibility: hidden; }
  100% {
    visibility: visible; } }
/*////////////*/
/*--- news ---*/
/*////////////*/
.news-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .news-wrap-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% - 200px); }
  .news-wrap-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 200px;
    padding-left: 40px; }
.news-sidebar-widget + .news-sidebar-widget {
  margin-top: 20px; }
.news-sidebar-widget form {
  position: relative;
  display: block;
  margin-top: 15px; }
  .news-sidebar-widget form:before {
    content: '\f107';
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: -1;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
.news-sidebar__ttl {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 1.13em;
  font-weight: bold;
  line-height: 1; }
  .news-sidebar__ttl:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 20%;
    height: 4px;
    background-color: #0f954b; }
.news-sidebar-nav__item a {
  position: relative;
  display: block;
  padding: 8px 10px;
  font-size: 0.88em;
  line-height: 1; }
  .news-sidebar-nav__item a:before {
    content: '>';
    position: absolute;
    top: 7px;
    left: 0;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
.news-sidebar-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 30px;
  padding-left: 10px;
  font-size: 1rem;
  background-color: transparent;
  cursor: pointer; }
.news-list {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }
  .news-list + .news-list {
    margin-top: 30px; }
  .news-list__ttl {
    padding: 15px 20px 15px;
    background-color: #f7f6f5; }
    .news-list__ttl a {
      display: block;
      color: #0f954b !important;
      font-size: 1.5em;
      font-weight: bold;
      line-height: 1.4; }
      .news-list__ttl a:hover {
        text-decoration: underline; }
  .news-list__innr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px; }
  .news-list__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30%; }
  .news-list__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 15px; }
  .news-list__attr {
    margin-bottom: 5px; }
  .news-list__date {
    display: inline-block;
    font-size: 0.88em;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle; }
  .news-list-cate, .news-single-cate {
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle; }
    .news-list-cate__item, .news-single-cate__item {
      display: inline-block;
      padding: 5px 10px;
      color: #666;
      font-size: 0.75rem;
      text-align: center;
      line-height: 1;
      vertical-align: middle;
      background-color: #f7f6f5; }
  .news-list__excerpt {
    font-size: 0.94em; }
  .news-list__read-more {
    padding-top: 15px;
    text-align: right; }
.news-single {
  padding: 30px;
  background-position: center;
}
  .news-single__header {
    padding: 15px 20px 0;
    background-color: #fff;
    border-top: 3px #0f954b solid; }
  .news-single__ttl {
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5; }
  .news-single-function {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-right: -20px;
    margin-left: -20px;
    padding: 10px 20px;
    border-top: 1px #ccc solid; }
  .news-single__attr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 1; }
  .news-single__date {
    display: inline-block;
    margin-right: 20px;
    color: #808080;
    font-size: 0.88em;
    vertical-align: middle; }
  .news-single-cate {
    padding-left: 0; }
  .news-single-share {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1; }
    .news-single-share__item {
      margin-left: 10px; }
      .news-single-share__item:nth-of-type(1) {
        margin-left: 0; }
    .news-single-share a {
      display: block;
      width: 30px;
      height: 30px; }
      .news-single-share a img {
        -webkit-transition: opacity .3s;
        transition: opacity .3s; }
      .news-single-share a:hover img {
        opacity: .7; }
  .news-single__body, .mce-content-body.post-type-post {
    padding: 20px 30px;
    background-color: #fff;
    border-top: 1px #ccc solid; }
    .news-single__body p + p, .mce-content-body.post-type-post p + p {
      margin-top: 1em; }
    .news-single__body img, .mce-content-body.post-type-post img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
    .news-single__body a, .mce-content-body.post-type-post a {
      color: #ff6633 !important;
      text-decoration: underline; }
      .news-single__body a:hover, .mce-content-body.post-type-post a:hover {
        text-decoration: none; }
    .news-single__body h2, .mce-content-body.post-type-post h2 {
      position: relative;
      padding-bottom: 15px;
      margin-top: 30px;
      margin-bottom: 15px;
      font-size: 1.38em;
      font-weight: bold;
      line-height: 1.5; }
      .news-single__body h2:after, .mce-content-body.post-type-post h2:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 5px;
        background-color: #0f954b; }
    .news-single__body h3, .mce-content-body.post-type-post h3 {
      margin-top: 30px;
      margin-bottom: 15px;
      font-size: 1.25em;
      font-weight: bold; }
    .news-single__body h4, .mce-content-body.post-type-post h4 {
      margin-top: 20px;
      margin-bottom: 10px;
      color: #0f954b;
      font-size: 1em;
      font-weight: bold; }
    .news-single__body ul, .mce-content-body.post-type-post ul {
      padding-left: 2em;
      list-style: disc inside; }
    .news-single__body ol, .mce-content-body.post-type-post ol {
      padding-left: 2em;
      list-style: decimal inside; }
    .news-single__body .align-center, .mce-content-body.post-type-post .align-center {
      text-align: center; }
  .news-single-footer-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 15px 20px;
    background-color: #fff;
    border-top: 1px #ccc solid; }

@media screen and (max-width: 767px) {
  .news-wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .news-wrap-main {
      width: 100%; }
    .news-wrap-sidebar {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
      padding-top: 30px;
      padding-left: 0;
      margin-top: 30px;
      border-top: 1px #ccc solid; }
  .news-sidebar-widget + .news-sidebar-widget {
    margin-top: 30px; }
  .news-sidebar-widget form:before {
    top: 12px; }
  .news-sidebar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px; }
    .news-sidebar-nav__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 48%;
      margin-bottom: 5px; }
      .news-sidebar-nav__item a {
        padding: 8px 10px 8px 20px;
        border: 1px #ccc solid; }
        .news-sidebar-nav__item a:before {
          left: 10px; }
  .news-sidebar-select {
    height: 40px; }
  .news-list + .news-list {
    margin-top: 20px; }
  .news-list__ttl {
    padding: 10px 15px; }
    .news-list__ttl a {
      font-size: 1.2em; }
  .news-list__innr {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px; }
  .news-list__img {
    width: 100%;
    margin-bottom: 10px; }
  .news-list__text {
    padding-left: 0; }
  .news-list__read-more {
    padding-top: 10px; }
  .news-single {
    padding: 5px; }
    .news-single__header {
      padding: 10px 10px 0; }
    .news-single__ttl {
      font-size: 1.33em;
      line-height: 1.4; }
    .news-single-function {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -10px;
      margin-left: -10px;
      padding: 10px; }
    .news-single__date {
      margin-right: 10px; }
    .news-single-cate {
      padding-left: 0; }
    .news-single-share {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      width: 100%;
      padding-top: 10px; }
    .news-single__body, .mce-content-body.post-type-post {
      padding: 20px 15px; }
      .news-single__body h2, .mce-content-body.post-type-post h2 {
        margin-top: 20px;
        font-size: 1.33em;
        line-height: 1.4; }
        .news-single__body h2:after, .mce-content-body.post-type-post h2:after {
          width: 25px;
          height: 3px; }
      .news-single__body h3, .mce-content-body.post-type-post h3 {
        margin-top: 20px;
        font-size: 1.2em; }
      .news-single__body h4, .mce-content-body.post-type-post h4 {
        margin-top: 15px;
        line-height: 1.4; }
    .news-single-footer-share {
      padding: 5px 20px 15px; } }
.concept__ttl {
  margin-bottom: 65px; }
.concept-vid {
  /*background-color: #000;*/
  /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45); */
}
  .concept-vid a {
    position: relative;
    display: block; }
    .concept-vid a:hover img {
      opacity: 0.7; }
.concept__lead {
  display: block;
  margin: 55px auto 0;
  max-width: 43em;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2.38; }
.concept-charm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .concept-charm__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 362px;
    -moz-box-flex: 0;
    -moz-flex: 0 1 362px;
    -ms-flex: 0 1 362px;
    flex: 0 1 362px; }
    .concept-charm__item:nth-of-type(2) {
      margin: 0 20px; }
  .concept-charm__ttl {
    text-align: center;
    line-height: 1; }
    .concept-charm__ttl .label {
      display: block;
      margin-bottom: 10px;
      color: #11b5af;
      font-size: 0.75em;
      font-weight: bold; }
    .concept-charm__ttl .num {
      font-size: 3em;
      font-weight: 700; }
  .concept-charm__img {
    margin-bottom: 20px; }
.concept-enjoy {
  border: 1px #0f954b solid;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); }
  .concept-enjoy + .concept-enjoy {
    margin-top: 40px; }
  .concept-enjoy:nth-of-type(1) {
    margin-top: 70px; }
  .concept-enjoy__ttl {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 12px 44px 12px 27px;
    background-color: #0f954b;
    cursor: pointer; }
    .concept-enjoy__ttl i:not(.icon-chevron-down) {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 66px;
      height: 66px;
      color: #606060;
      font-size: 2.63em;
      text-align: center;
      line-height: 66px;
      background-color: #fff;
      border-radius: 50%; }
    .concept-enjoy__ttl .label {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 0 15px 0 35px;
      color: #fff;
      font-size: 1.63em;
      font-weight: bold;
      letter-spacing: .1em; }
    .concept-enjoy__ttl .icon-chevron-down {
      color: #fff;
      font-size: 2em;
      -webkit-transition: opacity .3s, -webkit-transform .3s;
      transition: opacity .3s, transform .3s; }
    .concept-enjoy__ttl .icon-terrain:before {
      margin-left: -10px; }
    .concept-enjoy__ttl:hover .icon-chevron-down {
      opacity: .7; }
    .concept-enjoy__ttl.open .icon-chevron-down {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .concept-enjoy__body {
    display: none;
    padding: 40px; }
  .concept-enjoy-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .concept-enjoy-content + .concept-enjoy-content {
      margin-top: 40px; }
    .concept-enjoy-content__img {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 54.553%; }
      .concept-enjoy-content:nth-of-type(even) .concept-enjoy-content__img {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    .concept-enjoy-content__text {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding-right: 6%;
      padding-left: 6%; }
      .concept-enjoy-content:nth-of-type(even) .concept-enjoy-content__text {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .concept-enjoy-content__ttl {
      position: relative;
      padding-bottom: 25px;
      margin-bottom: 20px;
      font-size: 1.63em;
      font-weight: bold;
      text-align: center;
      line-height: 1.3; }
      .concept-enjoy-content__ttl:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 24px;
        height: 5px;
        background-color: #0f954b;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
  .concept-enjoy-reco-tours {
    padding-top: 110px; }
    .concept-enjoy-reco-tours__ttl {
      margin-bottom: 40px;
      font-size: 1.56em;
      font-weight: bold;
      text-align: center; }

@media screen and (max-width: 1000px) {
  .concept-enjoy-content__img {
    width: 50%; }
  .concept-enjoy-content__text {
    padding-right: 5%;
    padding-left: 5%; } }
@media screen and (max-width: 767px) {
  .concept__ttl {
    margin-bottom: 40px; }
  .concept__lead {
    margin: 15px auto 0;
    line-height: 1.55; }
  .concept-charm {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .concept-charm__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; }
      .concept-charm__item:nth-of-type(2) {
        margin: 0; }
      .concept-charm__item + .concept-charm__item {
        margin-top: 50px; }
    .concept-charm__ttl .label {
      font-size: 1rem; }
    .concept-charm__ttl .num {
      font-size: 2.81rem; }
    .concept-charm__img {
      margin-bottom: 15px; }
  .concept-enjoy + .concept-enjoy {
    margin-top: 15px; }
  .concept-enjoy:nth-of-type(1) {
    margin-top: 40px; }
  .concept-enjoy__ttl {
    padding: 10px 13px 10px 13px; }
    .concept-enjoy__ttl i:not(.icon-chevron-down) {
      width: 49px;
      height: 49px;
      font-size: 2.13em;
      line-height: 49px; }
    .concept-enjoy__ttl .label {
      padding: 0 5px 0 8px;
      font-size: 1.27em;
      letter-spacing: normal;
      line-height: 1.21; }
    .concept-enjoy__ttl .icon-chevron-down {
      font-size: 1.67em; }
  .concept-enjoy__body {
    padding: 20px; }
  .concept-enjoy-content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .concept-enjoy-content + .concept-enjoy-content {
      margin-top: 30px; }
    .concept-enjoy-content__img {
      width: 100%; }
      .concept-enjoy-content:nth-of-type(even) .concept-enjoy-content__img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .concept-enjoy-content__text {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      padding-top: 25px;
      padding-right: 0;
      padding-left: 0; }
      .concept-enjoy-content:nth-of-type(even) .concept-enjoy-content__text {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    .concept-enjoy-content__ttl {
      font-size: 1.33em; }
  .concept-enjoy-reco-tours {
    padding-top: 35px; }
    .concept-enjoy-reco-tours__ttl {
      margin-bottom: 25px;
      font-size: 1.07em;
      line-height: 1.5; } }
/*////////////*/
/*--- tour ---*/
/*////////////*/
.tours + .tours {
  padding-top: 0; }

.tour-global-cate-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 370px;
  margin-bottom: 80px;
  color: #fff;
  font-size: 2.13em;
  font-weight: bold;
  background-color: #ccc; }
  .tour-global-cate-ttl.mountain-forest {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover; }
  .tour-global-cate-ttl.sea {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover; }
.tour-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 100%; }
  .tour-list + .tour-list {
    margin-top: 38px;
    padding-top: 60px;
    border-top: 1px #ccc solid; }
  .tour-list-imgs {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .tour-list-imgs__first {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
      margin-bottom: 2px; }
    .tour-list-imgs__second, .tour-list-imgs__third {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: calc(50% - 1px); }
  .tour-list-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 48px; }
  .tour-list__catchcopy {
    margin-bottom: 25px;
    font-size: 1.13em;
    color: #0f954b;
    font-weight: bold;
    line-height: 1.5; }
  .tour-list__ttl {
    margin-bottom: 35px;
    font-size: 1.88em;
    font-weight: bold;
    line-height: 1.33; }
  .tour-list__concept {
    margin-bottom: 20px; }
  .tour-list-detail {
    width: 100%;
    border-bottom: 1px #333 dotted; }
    .tour-list-detail__row {
      border-top: 1px #333 dotted; }
    .tour-list-detail__head {
      padding: 1em;
      font-weight: bold;
      text-align: center;
      vertical-align: top;
      white-space: nowrap;
      background-color: #f7f6f5; }
    .tour-list-detail__body {
      padding: 1em 0 1em 1em;
      line-height: 1.56; }
      .tour-list-detail__body .no-image img {
        display: none; }
      .mw_wp_form_confirm .tour-list-detail__body {
        vertical-align: middle; }
  .tour-list__to-detail {
    padding-top: 25px;
    text-align: right; }

@media screen and (max-width: 1000px) {
  .tour-list-imgs {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; } }
@media screen and (max-width: 767px) {
  .tour-global-cate-ttl {
    width: auto;
    height: 185px;
    margin: 0 -15px 35px;
    font-size: 1.67em; }
  .tour-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .tour-list + .tour-list {
      margin-top: 15px;
      padding-top: 35px; }
    .tour-list-imgs {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
    .tour-list-text {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin-top: 20px;
      padding-left: 0; }
    .tour-list__catchcopy {
      margin-bottom: 10px;
      font-size: 1.07em; }
    .tour-list__ttl {
      margin-bottom: 15px;
      font-size: 1.53em; }
    .tour-list__concept {
      margin-bottom: 15px; }
    .tour-list-detail {
      display: block; }
      .tour-list-detail tbody {
        display: block;
        width: 100%; }
      .tour-list-detail__row {
        display: block;
        width: 100%; }
      .tour-list-detail__head {
        padding: .5em 1em;
        display: block;
        width: 100%;
        text-align: left; }
      .tour-list-detail__body {
        padding: .5em 1em;
        display: block;
        width: 100%;
        text-align: left; }
    .tour-list__to-detail {
      padding-top: 15px; } }
/*//////////////////*/
/*--- group tour ---*/
/*//////////////////*/
.group-tour__catch, .tour-detail__catch {
  margin-bottom: 120px;
  line-height: 1.53;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt'; }
.group-tour-the-best {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .group-tour-the-best__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.673%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.673%;
    -ms-flex: 0 0 33.673%;
    flex: 0 0 33.673%; }
    .rev .group-tour-the-best__img {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; }
  .group-tour-the-best__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 50px; }
    .rev .group-tour-the-best__text {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 50px;
      padding-left: 0; }
  .group-tour-the-best__ttl {
    margin-top: -20px;
    margin-bottom: 25px;
    color: #0f954b;
    font-size: 1.63em;
    font-weight: bold; }
.group-tour-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff; }
  .group-tour-feature__img {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
    .group-tour-feature__img:before {
      content: '';
      display: block;
      width: 100%;
      padding-top: 50%; }
    .group-tour-feature__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .rev .group-tour-feature__img {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; }
  .group-tour-feature__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 50%;
    padding: 15px 40px; }
    .rev .group-tour-feature__text {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .group-tour-feature__text > * {
      max-width: 100%; }
  .group-tour-feature__ttl {
    margin-bottom: 15px;
    font-size: 1.63em;
    font-weight: bold;
    line-height: 1.38;
    text-align: center; }
    .group-tour-feature__ttl .point {
      display: block;
      margin-bottom: 10px;
      color: #0f954b;
      font-size: 0.75rem;
      font-weight: 700;
      text-align: center;
      line-height: 1; }
    .group-tour-feature__ttl .num {
      display: block;
      font-size: 3rem; }
.group-tour-about-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .group-tour-about-plan + .group-tour-about-plan {
    margin-top: 70px; }
  .group-tour-about-plan__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 67.796%; }
    .rev .group-tour-about-plan__img {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; }
  .group-tour-about-plan__text {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40.677%;
    min-height: 320px;
    padding: 40px;
    margin-left: -8.474%;
    color: #fff;
    background-color: #0f954b;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35); }
    .rev .group-tour-about-plan__text {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      margin-right: -8.474%;
      margin-left: 0; }
  .group-tour-about-plan__ttl {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 30px;
    font-size: 1.75em;
    font-weight: bold;
    line-height: 1.39;
    text-align: center;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt'; }
    .group-tour-about-plan__ttl:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      display: block;
      width: 24px;
      height: 5px;
      background-color: #fff;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .group-tour-about-plan__ttl .sml {
      font-size: 0.86em; }
    .group-tour-about-plan__ttl.all-sml {
      font-size: 1.44em; }
.group-tour-example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .group-tour-example + .group-tour-example {
    margin-top: 60px; }
  .group-tour-example__img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .group-tour-example__text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 44rem;
    padding-bottom: 30px; }
  .group-tour-example__ttl {
    margin-bottom: 10px;
    font-size: 1.63em;
    font-weight: bold;
    text-align: center; }
    .group-tour-example__ttl .case {
      display: block;
      width: 92px;
      height: 92px;
      margin: 0 auto 10px;
      padding-top: 18px;
      color: #0f954b;
      font-size: 0.75rem;
      font-weight: 700;
      text-align: center;
      line-height: 1;
      background-color: #fff;
      border-radius: 50%; }
    .group-tour-example__ttl .num {
      display: block;
      font-size: 3rem; }
.group-tour-cta {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px; }
  .group-tour-cta__lead, .tour-detail-cta__lead {
    margin-bottom: 30px;
    font-size: 1.5em;
    font-weight: bold; }
  .group-tour-cta__btn, .tour-detail-cta__btn {
    margin-top: 0; }

@media screen and (max-width: 767px) {
  .group-tour__catch, .tour-detail__catch {
    margin-bottom: 50px;
    line-height: 1.17; }
  .group-tour-the-best {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .group-tour-the-best + .group-tour-the-best {
      margin-top: 30px; }
    .group-tour-the-best__img {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      .rev .group-tour-the-best__img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .group-tour-the-best__text {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      padding-left: 0; }
      .rev .group-tour-the-best__text {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-right: 0; }
    .group-tour-the-best__ttl {
      margin-top: 15px;
      margin-bottom: 10px;
      font-size: 1.5em;
      text-align: center;
      line-height: 1; }
  .group-tour-feature {
    background-color: transparent;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .group-tour-feature + .group-tour-feature {
      margin-top: 35px; }
    .group-tour-feature__img {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      width: 100%; }
      .group-tour-feature__img:before {
        display: none; }
      .group-tour-feature__img img {
        position: static;
        height: auto; }
      .rev .group-tour-feature__img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .group-tour-feature__text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding: 20px 0 0;
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; }
      .rev .group-tour-feature__text {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    .group-tour-feature__ttl {
      margin-bottom: 10px;
      font-size: 1.33em;
      line-height: 1.63; }
      .group-tour-feature__ttl .point {
        margin-bottom: 10px;
        font-size: 0.69rem; }
      .group-tour-feature__ttl .num {
        font-size: 2.25rem; }
  .group-tour-about-plan {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .group-tour-about-plan + .group-tour-about-plan {
      margin-top: 35px; }
    .group-tour-about-plan__img {
      width: auto;
      margin: 0 -15px; }
      .rev .group-tour-about-plan__img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .group-tour-about-plan__text {
      width: auto;
      min-height: 100%;
      padding: 20px 15px;
      margin: 0 -15px;
      color: #fff;
      background-color: #0f954b;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35); }
      .rev .group-tour-about-plan__text {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-right: -15px;
        margin-left: -15px; }
    .group-tour-about-plan__ttl {
      margin-bottom: 15px;
      padding-bottom: 20px;
      font-size: 1.33em; }
      .group-tour-about-plan__ttl:after {
        width: 23px; }
      .group-tour-about-plan__ttl .sml {
        font-size: 1em; }
      .group-tour-about-plan__ttl.all-sml {
        font-size: 1.33em; }
  .group-tour-example + .group-tour-example {
    margin-top: 35px; }
  .group-tour-example__img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 -15px 20px; }
  .group-tour-example__text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    padding-bottom: 0; }
  .group-tour-example__ttl {
    font-size: 1.33em; }
    .group-tour-example__ttl .case {
      width: 100%;
      height: auto;
      margin: 0 auto 5px;
      padding-top: 0;
      font-size: 0.69rem;
      background-color: transparent;
      border-radius: 0; }
    .group-tour-example__ttl .num {
      font-size: 2.25rem; }
  .group-tour-cta {
    padding-top: 37px;
    padding-bottom: 37px; }
    .group-tour-cta__lead, .tour-detail-cta__lead {
      margin-bottom: 15px;
      font-size: 1.33em; }
    .group-tour-cta__btn, .tour-detail-cta__btn {
      margin-top: 0; } }
/*///////////////////*/
/*--- tour detail ---*/
/*///////////////////*/
.tour-detail__catch {
  margin-bottom: 120px; }
.tour-detail-appeal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .tour-detail-appeal__img {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
    .tour-detail-appeal__img:before {
      content: '';
      display: block;
      width: 100%;
      padding-top: 67.796%; }
    .tour-detail-appeal__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .tour-detail-appeal:nth-of-type(even) .tour-detail-appeal__img {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; }
  .tour-detail-appeal__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 50%;
    padding: 30px 50px; }
    .tour-detail-appeal:nth-of-type(even) .tour-detail-appeal__text {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .tour-detail-appeal__text > * {
      max-width: 100%; }
  .tour-detail-appeal__num {
    width: 92px;
    height: 92px;
    margin-bottom: 15px;
    color: #0f954b;
    font-size: 3em;
    font-weight: 700;
    text-align: center;
    line-height: 92px;
    background-color: #fff;
    border-radius: 50%; }
  .tour-detail-appeal__ttl {
    margin-bottom: 20px;
    font-size: 1.63em;
    font-weight: bold;
    text-align: center; }
.tour-detail-separate-image {
  height: 400px;
  margin-top: -100px;
  margin-bottom: 90px; }
.tour-detail-timeline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 40px 40px;
  background-color: #fff;
  border-radius: 5px; }
  .tour-detail-timeline:nth-of-type(1) {
    margin-top: 120px; }
  .tour-detail-timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: calc(100% + 40px);
    background-color: #0f954b; }
  .tour-detail-timeline:nth-last-of-type(1):before {
    height: calc(100% - 40px); }
  .tour-detail-timeline + .tour-detail-timeline {
    margin-top: 94px; }
  .tour-detail-timeline__time {
    position: absolute;
    top: -54px;
    left: 50%;
    width: 110px;
    height: 110px;
    color: #fff;
    font-size: 1.75em;
    font-weight: 700;
    text-align: center;
    line-height: 110px;
    background-color: #0f954b;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tour-detail-timeline__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-right: 50px; }
    .tour-detail-timeline:nth-of-type(odd) .tour-detail-timeline__text {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2;
      padding-right: 0;
      padding-left: 50px; }
  .tour-detail-timeline__ttl {
    color: #0f954b;
    font-size: 1.75em;
    font-weight: bold; }
  .tour-detail-timeline__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-left: 50px; }
    .tour-detail-timeline:nth-of-type(odd) .tour-detail-timeline__img {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 50px;
      padding-left: 0; }
.tour-detail-photogallery {
  overflow: hidden; }
  .tour-detail-photogallery-container {
    max-width: 800px;
    overflow: visible; }
  .tour-detail-photogallery__next-btn, .tour-detail-photogallery__prev-btn {
    position: absolute;
    top: 50%;
    z-index: 1;
    color: #fff;
    font-size: 6.25em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .tour-detail-photogallery__next-btn:hover, .tour-detail-photogallery__prev-btn:hover {
      opacity: .7; }
  .tour-detail-photogallery__next-btn {
    right: -70px; }
  .tour-detail-photogallery__prev-btn {
    left: -70px; }
  .tour-detail-photogallery-thumb-container {
    width: 315px;
    padding-top: 5px; }
    .tour-detail-photogallery-thumb-container .swiper-slide {
      opacity: .5; }
      .tour-detail-photogallery-thumb-container .swiper-slide-active {
        opacity: 1; }
.tour-detail-voices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .tour-detail-voices__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 50%;
    padding-right: 50px; }
    .tour-detail-voices__item:nth-of-type(even) {
      padding-right: 0;
      padding-left: 50px; }
    .tour-detail-voices__item:nth-of-type(n +3) {
      margin-top: 70px; }
  .tour-detail-voices__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.333%; }
  .tour-detail-voices__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 25px;
    text-align: justify;
    text-justify: inter-ideograph; }
  .tour-detail-voices__ttl {
    margin-bottom: 15px;
    font-size: 1.38em;
    font-weight: bold;
    line-height: 1.14; }
.tour-detail-outline__ttl {
  margin-bottom: 40px;
  font-size: 1.88em;
  font-weight: bold;
  text-align: center;
  line-height: 1.3; }
  .tour-detail-outline__ttl .catch {
    display: block;
    margin-bottom: 10px;
    color: #0f954b;
    font-size: 0.6em; }
.tour-detail-outline-table {
  width: 100%;
  border-bottom: 1px #333 dotted; }
  .tour-detail-outline-table__row {
    border-top: 1px #333 dotted; }
  .tour-detail-outline-table__head {
    width: 10%;
    padding: 1em 2em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #eee; }
  .tour-detail-outline-table__body {
    padding: 1em; }
.tour-detail-cta {
  padding-top: 90px;
  text-align: center; }
  .tour-detail-cta__btn {
    margin-bottom: 50px; }
.tour-detail-place {
  width: 100%;
  height: 522px;
  background-color: #ccc; }

@media screen and (max-width: 767px) {
  .tour-detail__catch {
    margin-bottom: 50px; }
  .tour-detail-appeal {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .tour-detail-appeal__img {
      width: 100%; }
      .tour-detail-appeal:nth-of-type(even) .tour-detail-appeal__img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .tour-detail-appeal__text {
      width: 100%;
      padding: 20px 15px; }
      .tour-detail-appeal:nth-of-type(even) .tour-detail-appeal__text {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    .tour-detail-appeal__num {
      width: 55px;
      height: 55px;
      margin-bottom: 15px;
      font-size: 2.4em;
      line-height: 55px; }
    .tour-detail-appeal__ttl {
      margin-bottom: 15px;
      font-size: 1.33em;
      line-height: 1.63; }
  .tour-detail-separate-image {
    height: 200px;
    margin-top: -50px;
    margin-bottom: 30px; }
  .tour-detail-timeline {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 0 0 25px;
    background-color: transparent; }
    .tour-detail-timeline:nth-of-type(1) {
      margin-top: 40px; }
    .tour-detail-timeline:before {
      left: 60px;
      height: calc(100% + 25px); }
    .tour-detail-timeline:after {
      content: '';
      position: absolute;
      top: 25px;
      left: 58px;
      width: 5px;
      height: 5px;
      background-color: #0f954b;
      border-radius: 50%; }
    .tour-detail-timeline:nth-last-of-type(1):before {
      height: calc(100% - 10px); }
    .tour-detail-timeline + .tour-detail-timeline {
      margin-top: 0; }
    .tour-detail-timeline__time {
      position: static;
      top: 0;
      left: 0;
      width: 55px;
      height: 55px;
      font-size: 0.93em;
      line-height: 55px;
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .tour-detail-timeline__text {
      width: calc(100% - 70px);
      padding-right: 0;
      padding-top: 10px;
      padding-bottom: 15px;
      line-height: 1.6; }
      .tour-detail-timeline:nth-of-type(odd) .tour-detail-timeline__text {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 0; }
    .tour-detail-timeline__ttl {
      font-size: 1.33em; }
    .tour-detail-timeline__img {
      position: relative;
      width: 100%;
      padding-left: 0; }
      .tour-detail-timeline:nth-of-type(odd) .tour-detail-timeline__img {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-right: 0; }
  .tour-detail-photogallery {
    padding-right: 15px;
    padding-left: 15px; }
    .tour-detail-photogallery-container {
      overflow: hidden; }
    .tour-detail-photogallery__next-btn, .tour-detail-photogallery__prev-btn {
      display: none; }
    .tour-detail-photogallery-thumb-container {
      width: auto;
      padding-top: 5px; }
  .tour-detail-voices__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    padding-right: 0; }
    .tour-detail-voices__item:nth-of-type(even) {
      padding-left: 0; }
    .tour-detail-voices__item:nth-of-type(n +3) {
      margin-top: 35px; }
    .tour-detail-voices__item + .tour-detail-voices__item {
      margin-top: 35px; }
  .tour-detail-voices__img {
    width: 200px;
    margin-bottom: 14px; }
  .tour-detail-voices__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 0; }
  .tour-detail-voices__ttl {
    margin-bottom: 5px;
    font-size: 1.33em;
    text-align: center; }
  .tour-detail-voices__age-sex {
    margin-bottom: 10px;
    text-align: center; }
  .tour-detail-outline__ttl {
    margin-bottom: 20px;
    font-size: 1.33em; }
    .tour-detail-outline__ttl .catch {
      margin-bottom: 5px;
      font-size: 0.8em; }
  .tour-detail-outline-table {
    display: block; }
    .tour-detail-outline-table tbody {
      display: block;
      width: 100%; }
    .tour-detail-outline-table__row {
      display: block;
      width: 100%; }
    .tour-detail-outline-table__head {
      display: block;
      width: 100%;
      padding: .5em 1em;
      text-align: left; }
    .tour-detail-outline-table__body {
      display: block;
      width: 100%;
      padding: .5em 1em 1em; }
  .tour-detail-cta {
    padding-top: 40px; }
    .tour-detail-cta__btn {
      margin-bottom: 15px; }
  .tour-detail-place {
    height: 258px; } }
.staff_box {
  padding-bottom: 45px; }
  @media (min-width: 767px) {
    .staff_box {
      width: 100%;
      margin-top: -120px;
      padding-top: 120px;
      padding-bottom: 70px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  .staff_box:last-child {
    padding-bottom: 0; }
  .staff_box__left {
    width: 145px;
    margin: auto;
    display: block; }
    @media (min-width: 767px) {
      .staff_box__left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0;
        width: 290px; } }
  .staff_box__right {
    padding-top: 8px; }
    @media (min-width: 767px) {
      .staff_box__right {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-top: 0;
        padding-left: 38px; } }
  .staff_box__pic {
    width: 100%; }
    @media (min-width: 767px) {
      .staff_box__pic {
        width: 290px; } }
  .staff_box__title {
    color: #000;
    font-size: 0.76em;
    display: block;
    text-align: center; }
    @media (min-width: 767px) {
      .staff_box__title {
        font-size: 1em;
        text-align: left; } }
  .staff_box__name {
    color: #000;
    font-size: 1.33em;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 5px 0 12px;
    margin: 0;
    line-height: 1em; }
    @media (min-width: 767px) {
      .staff_box__name {
        font-size: 1.375em;
        text-align: left;
        padding: 16px 0 34px; } }
    .staff_box__name span {
      display: block;
      font-size: 0.75em;
      padding-top: 4px; }
      @media (min-width: 767px) {
        .staff_box__name span {
          display: inline-block;
          font-size: 0.81em;
          padding-top: 0;
          padding-left: 20px; } }
  .staff_box__introduction {
    color: #000;
    font-size: 0.96em;
    display: block;
    padding: 0;
    line-height: 1.85em; }
    @media (min-width: 767px) {
      .staff_box__introduction {
        font-size: 1em; } }
  .staff_box__list {
    padding-top: 1em; }
    @media (min-width: 767px) {
      .staff_box__list {
        padding-top: 36px; } }
    .staff_box__list li {
      color: #000;
      font-size: 1em;
      line-height: 1.5em;
      padding-bottom: 7px;
      padding-left: 1em;
      text-indent: -1em; }

/*///////////////*/
/*--- company ---*/
/*///////////////*/
.company-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .company-intro:nth-of-type(1) {
    margin-top: 80px; }
  .company-intro + .company-intro {
    margin-top: 40px; }
  .company-intro__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-right: 10px; }
    .company-intro__text p + p {
      margin-top: .5em; }
    .rev .company-intro__text {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2;
      padding-right: 0;
      padding-left: 10px; }
  .company-intro__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center; }
    .rev .company-intro__img {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }
  .company-intro__logo {
    width: 75%; }
.company-together__img {
  margin-bottom: 30px; }
.company-together__text {
  max-width: 40em;
  margin: 0 auto; }
.company-outline {
  margin-top: 80px;
  width: 80%; }
.company-achivement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .company-achivement:nth-of-type(1) {
    margin-top: 80px; }
  .company-achivement + .company-achivement {
    margin-top: 60px; }
  .company-achivement__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40%; }
    .company-achivement:nth-of-type(even) .company-achivement__img {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; }
  .company-achivement__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 20px;
    line-height: 1.6; }
    .company-achivement:nth-of-type(even) .company-achivement__text {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      padding-left: 0; }
    .company-achivement__text .quote {
      margin-top: 10px;
      font-size: 0.88em;
      text-align: right;
      line-height: 1.3; }
    .company-achivement__text .to-detail {
      padding-top: 20px;
      text-align: right; }
  .company-achivement__ttl {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5; }
    .company-achivement__ttl:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 20px;
      height: 5px;
      background-color: #0f954b; }

@media screen and (max-width: 767px) {
  .company-intro {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .company-intro:nth-of-type(1) {
      margin-top: 40px; }
    .company-intro + .company-intro {
      margin-top: 40px; }
    .company-intro__text {
      width: 100%;
      padding-right: 0; }
      .rev .company-intro__text {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 0; }
    .company-intro__img {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      padding-top: 15px; }
      .rev .company-intro__img {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2; }
  .company-together__img {
    margin-bottom: 20px; }
  .company-outline {
    margin-top: 40px;
    width: 100%; }
  .company-achivement {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .company-achivement:nth-of-type(1) {
      margin-top: 40px; }
    .company-achivement + .company-achivement {
      margin-top: 40px; }
    .company-achivement__img {
      width: 100%;
      margin-bottom: 15px; }
      .company-achivement:nth-of-type(even) .company-achivement__img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .company-achivement__text {
      width: 100%;
      padding-left: 0; }
      .company-achivement:nth-of-type(even) .company-achivement__text {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-right: 0; }
    .company-achivement__ttl {
      font-size: 1.33em; } }
/*///////////*/
/*--- faq ---*/
/*///////////*/
.faq-list {
  width: 100%;
  margin-bottom: 0; }
.faq-category {
  padding-top: 0; }

.dual-inquiry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  line-height: 1; }
  .dual-inquiry-tel {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 20px;
    text-align: center; }
    .dual-inquiry-tel .tel-num {
      color: #0f954b;
      font-size: 2em;
      font-weight: 700; }
      .dual-inquiry-tel .tel-num a {
        color: #0f954b !important; }
      .dual-inquiry-tel .tel-num i {
        margin-right: 5px;
        font-size: 0.88em; }
    .dual-inquiry-tel .time {
      margin-top: 5px;
      font-size: 0.88em; }
  .dual-inquiry-mail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 20px;
    text-align: center;
    background-color: #f5f1ed; }
    .dual-inquiry-mail .to-form .btn {
      width: 80%; }
  .dual-inquiry .lead {
    margin-bottom: 10px;
    font-weight: bold; }

@media screen and (max-width: 767px) {
  .dual-inquiry {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .dual-inquiry-tel {
      width: 100%;
      padding: 15px; }
      .dual-inquiry-tel .tel-num {
        font-size: 1.8em; }
    .dual-inquiry-mail {
      width: 100%;
      padding: 15px; }
      .dual-inquiry-mail .to-form .btn {
        width: 90%; } }
/*////////////////*/
/*--- site map ---*/
/*////////////////*/
.sitemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .sitemap__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 20px; }
    .sitemap__item.top {
      width: 100%; }
  .sitemap__btn {
    width: 100%;
    padding: 0 20px;
    border: 1px #0f954b solid; }

@media screen and (max-width: 1000px) {
  .sitemap__item {
    width: 33.333%; } }
@media screen and (max-width: 767px) {
  .sitemap__item {
    width: 50%;
    margin-bottom: 15px; } }
/*//////////////////////*/
/*--- privacy policy ---*/
/*//////////////////////*/
.pp {
  width: 80%;
  margin: 60px auto 0; }
  .pp__head {
    margin-bottom: 10px;
    color: #0f954b;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.3; }
  .pp__body {
    padding-left: 1.25em;
    line-height: 1.7; }
    .pp__body + .pp__head {
      margin-top: 40px; }
  .pp-innr-list {
    margin-top: 1em;
    padding-left: 1.5em;
    list-style-type: disc; }
    .pp-innr-list__item + .pp-innr-list__item {
      margin-top: 5px; }
  .pp__address {
    padding-top: 10px; }

@media screen and (max-width: 767px) {
  .pp {
    width: 100%;
    margin: 30px auto 0; }
    .pp__head {
      margin-bottom: 5px;
      font-size: 1.2em; }
    .pp__body {
      padding-left: 1.2em; }
      .pp__body + .pp__head {
        margin-top: 30px; }
    .pp__address {
      padding-top: 10px; } }
/*///////////////*/
/*--- contact ---*/
/*///////////////*/
.contact-tel__num {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #0f954b;
  font-size: 2.4em;
  font-weight: 700;
  text-align: center;
  line-height: 1; }
  .contact-tel__num i {
    margin-right: 5px;
    font-size: .8em; }
.contact-tel__time {
  /*font-size: 0.88em;*/
  font-size: 1.5em;
  text-align: center; }
.contact-form-table, .tour-apply-form-table {
  width: 80%; }
  .contact-form-table .tour-list-detail__head, .tour-apply-form-table .tour-list-detail__head {
    width: 20%;
    padding-right: 20px;
    padding-left: 20px; }
  .contact-form-table__innr-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 40px;
    line-height: 1.3;
    text-align: left; }
  .contact-form-table .tour-list-detail__body, .tour-apply-form-table .tour-list-detail__body {
    padding-right: 1em; }
    .contact-form-table .tour-list-detail__body .inq, .tour-apply-form-table .tour-list-detail__body .inq {
      margin-left: 10px; }
.contact__send-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 30px; }
  .contact__send-box .btn {
    height: 60px;
    font-size: 1.1rem;
    border-radius: 30px; }
.contact-error-box {
  display: none;
  margin-bottom: 20px;
  padding: 20px 30px;
  text-align: center;
  background-color: #fceeee; }
  .contact-error-box__ttl {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #db3939;
    font-size: 1.2em;
    font-weight: bold; }
    .contact-error-box__ttl:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 30px;
      height: 5px;
      background-color: #db3939;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .form-error .contact-error-box {
    display: block; }

.inq {
  padding: 5px 10px;
  margin-left: 10px;
  color: #fff;
  font-size: 0.88em;
  line-height: 1;
  background-color: #db3939; }

.mw_wp_form {
  display: block;
  padding-top: 200px;
  margin-top: -140px; }

.mw_wp_form_confirm .conf-hid {
  display: none; }

/*//////////////////*/
/*--- tour-apply ---*/
/*//////////////////*/
.tour-apply-calendar {
  width: 100%;
  height: 70vh;
  margin-top: 40px;
  margin-bottom: 10px;
  background-color: #ccc; }
.tour-apply-attention__item {
  position: relative;
  padding-left: 15px;
  font-size: 0.88em;
  line-height: 1.3; }
  .tour-apply-attention__item + .tour-apply-attention__item {
    margin-top: 10px; }
  .tour-apply-attention__item:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0; }

@media screen and (max-width: 767px) {
  .contact-tel__num {
    margin-top: 15px;
    font-size: 2em; }
    .contact-tel__num a {
      color: #0f954b; }
  .contact-form-table, .tour-apply-form-table {
    width: 100%; }
    .contact-form-table .tour-list-detail__head, .tour-apply-form-table .tour-list-detail__head {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
    .contact-form-table__innr-head {
      height: auto; }
    .contact-form-table .tour-list-detail__body, .tour-apply-form-table .tour-list-detail__body {
      padding-right: 0;
      padding-bottom: 20px;
      padding-left: 15px; }
  .contact__send-box .btn {
    height: 50px;
    font-size: 1rem;
    border-radius: 25px; }
  .contact-error-box {
    display: none;
    margin-bottom: 10px;
    padding: 10px 15px; }
    .contact-error-box__ttl {
      font-size: 1.1em; }
    .form-error .contact-error-box {
      display: block; }

  .inq {
    font-size: 0.8em; }

  .mw_wp_form {
    padding-top: 105px;
    margin-top: -75px; } }
.clear {
  clear: both; }

.clearfix:after, .clearFix:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both; }

.w100 {
  max-width: 100%;
  height: auto; }

.w100p {
  width: 100%;
  height: auto; }

.m0 {
  margin: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr0 {
  margin-right: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.lh100 {
  line-height: 100%; }

.lh150 {
  line-height: 150%; }

.p0 {
  padding: 0 !important; }

.p10 {
  padding: 10px; }

.p20 {
  padding: 20px; }

.pt0 {
  padding-top: 0 !important; }

.pt5 {
  padding-top: 5px !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; }

.pt70 {
  padding-top: 70px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

.pr0 {
  padding-right: 0 !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr30 {
  padding-right: 30px !important; }

.pl0 {
  padding-left: 0 !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl30 {
  padding-left: 30px !important; }

.pb0 {
  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; }

.pb70 {
  padding-bottom: 70px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.txt--lead {
  font-size: 1.38em;
  font-weight: bold;
  text-align: center; }
.txt--bold {
  font-weight: bold; }
.txt--up {
  font-size: 1.125em; }
.txt--small {
  font-size: .875em;
  line-height: 1.4em; }
.txt--1-5 {
  font-size: 1.5em !important;
  line-height: 1.6 !important; }
.txt--left {
  text-align: left; }
.txt--center {
  text-align: center; }
.txt--right {
  text-align: right; }
.txt--justify {
  text-align: justify;
  text-justify: inter-ideograph; }
.txt--lh1 {
  line-height: 1 !important; }
.txt--text {
  color: #000; }
.txt--red {
  color: #db3939; }
.txt--white {
  color: #fff; }
.txt--orange {
  color: #ff6633; }
.txt--green {
  color: #0f954b; }
.txt--negative-indent {
  text-indent: -.5em; }
.txt--eng { }

.midTex {
  font-size: 1.2em; }

.moreMidTex {
  font-size: 1.35em;
  line-height: 1.5em; }

.hiMidTex {
  font-size: 1.5em;
  line-height: 1.3em; }

.bigTex {
  font-size: 2.0em;
  line-height: 1.0em; }

.smallTex {
  font-size: 0.8em; }

.img--right {
  float: right;
  margin: 0 0 30px 30px; }
.img--left {
  float: left;
  margin: 0 30px 30px 0; }
.img--bd {
  border: 1px #d6dcdf solid; }
.img--of {
  object-fit: cover; }
  .img--of--contain {
    object-fit: contain; }
  .img--of--pos-left {
    object-fit: cover;
    object-position: left center; }

.display--none {
  display: none; }
.display--block {
  display: block; }
.display--ib {
  display: inline-block; }

.hover--opacity {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }
  .hover--opacity:hover {
    opacity: .7; }
.hover--underline:hover {
  text-decoration: underline; }

.ind {
  text-indent: 1em; }

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

.listLike1-5 {
  text-indent: -1.3em;
  padding-left: 1.3em; }

.centerImg {
  display: block;
  margin: 0 auto; }

.rightImg {
  display: block;
  float: right;
  margin: 0 0 10px 15px; }

.leftImg {
  display: block;
  float: left; }

.ws-nw {
  display: inline-block;
  white-space: nowrap; }

.md-none {
  display: block; }
.md-visible {
  display: none; }
  .md-visible--inline {
    display: none; }

.sm-none {
  display: block; }
.sm-visible {
  display: none; }

.xs-none {
  display: block !important; }
  .xs-none--inline {
    display: inline; }
.xs-visible {
  display: none !important; }
  .xs-visible--inline {
    display: none; }

@media screen and (max-width: 1000px) {
  .md-visible {
    display: block; }
    .md-visible--inline {
      display: inline; }

  .md-m0 {
    margin: 0 !important; }
  .md-mb0 {
    margin-bottom: 0 !important; }
  .md-mb5 {
    margin-bottom: 5px !important; }
  .md-mb10 {
    margin-bottom: 10px !important; }
  .md-mb15 {
    margin-bottom: 15px !important; }
  .md-mb20 {
    margin-bottom: 20px !important; }
  .md-mb25 {
    margin-bottom: 25px !important; }
  .md-mb30 {
    margin-bottom: 30px !important; }
  .md-mb35 {
    margin-bottom: 35px !important; }
  .md-mb40 {
    margin-bottom: 40px !important; }
  .md-mb50 {
    margin-bottom: 50px !important; }
  .md-mb60 {
    margin-bottom: 60px !important; }
  .md-mt0 {
    margin-top: 0 !important; }
  .md-mt10 {
    margin-top: 10px !important; }
  .md-mt15 {
    margin-top: 15px !important; }
  .md-mt20 {
    margin-top: 20px !important; }
  .md-mt30 {
    margin-top: 30px !important; }
  .md-mt40 {
    margin-top: 40px !important; }
  .md-mt50 {
    margin-top: 50px !important; }
  .md-mr0 {
    margin-right: 0 !important; }
  .md-pb30 {
    padding-bottom: 30px !important; }
  .md-pt0 {
    padding-top: 0 !important; }
  .md-pt5 {
    padding-top: 5px !important; }
  .md-pt10 {
    padding-top: 10px !important; }
  .md-pt20 {
    padding-top: 20px !important; }
  .md-pt30 {
    padding-top: 30px !important; }
  .md-pt40 {
    padding-top: 40px !important; }
  .md-pt50 {
    padding-top: 50px !important; }
  .md-pt60 {
    padding-top: 60px !important; }
  .md-pt70 {
    padding-top: 70px !important; }
  .md-pb0 {
    padding-bottom: 0px !important; }
  .md-pb5 {
    padding-bottom: 5px !important; }
  .md-pb10 {
    padding-bottom: 10px !important; }
  .md-pb20 {
    padding-bottom: 20px !important; }
  .md-pb30 {
    padding-bottom: 30px !important; }
  .md-pb40 {
    padding-bottom: 40px !important; }
  .md-pb50 {
    padding-bottom: 50px !important; }
  .md-pb60 {
    padding-bottom: 60px !important; }
  .md-pb70 {
    padding-bottom: 70px !important; }
  .md-pl10 {
    padding-left: 10px !important; }
  .md-pl15 {
    padding-left: 15px !important; }
  .md-pl20 {
    padding-left: 20px !important; }
  .md-pl10 {
    padding-left: 10px !important; }
  .md-pl30 {
    padding-left: 30px !important; } }
@media screen and (max-width: 767px) {
  .hover--opacity:hover {
    opacity: 1; }
  .hover--opacity.hover {
    opacity: .7; }

  .txt--1-5 {
    font-size: 1.2em !important; }
  .txt--up {
    font-size: 1.05em; }
  .txt--lead {
    font-size: 1em;
    line-height: 1.6; }

  .xs--txt--right {
    text-align: right; }
  .xs--txt--center {
    text-align: center; }
  .xs--txt--left {
    text-align: left; }
  .xs--display--inline {
    display: inline; }

  .xs-m0 {
    margin: 0 !important; }
  .xs-mb0 {
    margin-bottom: 0 !important; }
  .xs-mb5 {
    margin-bottom: 5px !important; }
  .xs-mb10 {
    margin-bottom: 10px !important; }
  .xs-mb15 {
    margin-bottom: 15px !important; }
  .xs-mb20 {
    margin-bottom: 20px !important; }
  .xs-mb25 {
    margin-bottom: 25px !important; }
  .xs-mb30 {
    margin-bottom: 30px !important; }
  .xs-mb35 {
    margin-bottom: 35px !important; }
  .xs-mb40 {
    margin-bottom: 40px !important; }
  .xs-mb50 {
    margin-bottom: 50px !important; }
  .xs-mb60 {
    margin-bottom: 60px !important; }
  .xs-mt0 {
    margin-top: 0 !important; }
  .xs-mt10 {
    margin-top: 10px !important; }
  .xs-mt15 {
    margin-top: 15px !important; }
  .xs-mt20 {
    margin-top: 20px !important; }
  .xs-mt30 {
    margin-top: 30px !important; }
  .xs-mt40 {
    margin-top: 40px !important; }
  .xs-mt50 {
    margin-top: 50px !important; }
  .xs-mr0 {
    margin-right: 0 !important; }
  .xs-pb30 {
    padding-bottom: 30px !important; }
  .xs-pt0 {
    padding-top: 0 !important; }
  .xs-pt5 {
    padding-top: 5px !important; }
  .xs-pt10 {
    padding-top: 10px !important; }
  .xs-pt20 {
    padding-top: 20px !important; }
  .xs-pt30 {
    padding-top: 30px !important; }
  .xs-pt40 {
    padding-top: 40px !important; }
  .xs-pt50 {
    padding-top: 50px !important; }
  .xs-pt60 {
    padding-top: 60px !important; }
  .xs-pt70 {
    padding-top: 70px !important; }
  .xs-pb0 {
    padding-bottom: 0px !important; }
  .xs-pb5 {
    padding-bottom: 5px !important; }
  .xs-pb10 {
    padding-bottom: 10px !important; }
  .xs-pb20 {
    padding-bottom: 20px !important; }
  .xs-pb30 {
    padding-bottom: 30px !important; }
  .xs-pb40 {
    padding-bottom: 40px !important; }
  .xs-pb50 {
    padding-bottom: 50px !important; }
  .xs-pb60 {
    padding-bottom: 60px !important; }
  .xs-pb70 {
    padding-bottom: 70px !important; }
  .xs-pl10 {
    padding-left: 10px !important; }
  .xs-pl15 {
    padding-left: 15px !important; }
  .xs-pl20 {
    padding-left: 20px !important; }
  .xs-pl10 {
    padding-left: 10px !important; }
  .xs-pl30 {
    padding-left: 30px !important; }
  .xs-none {
    display: none !important; }
    .xs-none--inline {
      display: none; }
  .xs-visible {
    display: block !important; }
    .xs-visible--inline {
      display: inline !important; } 
}

.company-list, .factory-list{
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.company-list .company-item{
    width: 33.333%;
    display: flex;
    flex-direction: column;
    padding: 0 2vw;
}
.company-list .company-item h2{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 55px;
}
.company-list .company-item p{
    margin: 5px 0;
}
.company-list .company-item .sales{
    margin-top: 40px;
}
.company-list .company-item .sales span{
    margin-left: 5px;
    text-decoration: underline;
}

.factory-list .factory-item{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 0 2vw;
}
.factory-list .factory-item h2{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 55px;
}
.factory-list .factory-item p{
    margin: 5px 0;
}
.factory-list .factory-item .sales{
    margin-top: 40px;
}
.factory-list .factory-item .sales span{
    margin-left: 5px;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .company-list .company-item{
        width: 100%;
        padding: 4vw 2vw;
    }
    .factory-list .factory-item{
        width: 100%;
        factory: 4vw 2vw;
    }
    .company-list , .factory-list{
        padding-top: 0;
    }
}
.fan{
    padding-left: 2rem;
}
/*# sourceMappingURL=style.css.map */