@charset "UTF-8";
/*$color-sub01: mix($color-main01, $color-main02, 3%);
$color-sub02: mix($color-main02, #eee, 35%);*/
/*
@mixin left-top-shadow {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

@mixin top-shadow {
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

@mixin bottom-shadow {
	box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
}

@mixin hoge($color: #fff, $fSize: 16px) {
	color: $color;
	font-size: $fSize;
}
	//.text {
		//@include hoge(black, 20px);
	//}

@mixin sp-width {
	width: $sp-width;
	margin: auto;
}

@mixin pc-width {
	width: $pc-width;
	margin: auto;
}
*/
/*--------------------------------------------
		common
---------------------------------------------*/
a {
  color: #318AB7;
}

b,
strong,
.txt-bold {
  font-weight: bold;
}

.align-center {
  text-align: center;
}

@media screen and (max-width: 959px) {
  .align-center--sp-justify {
    text-align: justify;
  }
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-justify {
  text-align: justify;
}

.indent-list li,
.indent-txt {
  text-indent: -1em;
  line-height: 1.5;
  padding-left: 1em;
  margin: 0.5em 0;
}

.txt-marker {
  background: #ffd97e;
}

.txt-wrap {
  display: inline-block;
}

.pc-txt-wrap {
  display: inline;
}

.pc {
  display: none;
}

/*-------------- .inner ----------------*/
.inner {
  padding: 0 6vw;
}

/*-------------- .accent-txt ----------------*/
.accent-txt {
  font-weight: bold;
  color: #e73e0c;
}

@media screen and (max-width: 959px) {
  .accent-txt {
    line-height: 1.2;
    margin-bottom: 1em;
    position: relative;
    text-indent: -12px;
    padding-left: 12px;
  }
  .accent-txt:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #e73e0c;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 6px;
  }
}

/*-------------- .contents ----------------*/
.contents {
  margin-bottom: 40px;
}

.contents--center {
  text-align: center;
}

.contents--inner {
  margin-right: 6vw;
  margin-left: 6vw;
}

.contents p {
  margin-bottom: 1.8em;
}

/*-------------- .subpage-article ----------------*/
.subpage-article {
  position: relative;
  top: -30px;
  opacity: 0;
}

.subpage-article__header {
  margin-bottom: 60px;
}

.subpage-article__ttl {
  border-bottom: 1px solid #cecece;
  padding: 4em 0 3.5em;
}

.subpage-article__ttl__english {
  display: block;
  font-family: canto, serif;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 3.4rem;
  line-height: 1.1;
  margin-right: 0.8em;
}

.subpage-article__ttl__jp {
  display: block;
  color: #888;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  margin-top: -0.5em;
}

/*-------------- .ttl-style ----------------*/
.ttl {
  line-height: 1.2;
  margin-bottom: 2em;
}

.ttl--center {
  text-align: center;
  font-family: canto, serif;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 3.4rem;
  margin-bottom: 1em;
  margin-top: 60px;
}

.ttl--center__small {
  display: block;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "San Francisco", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
  color: #717171;
  margin-top: -0.5em;
}

.ttl--label {
  text-align: left;
  font-size: 1.3rem;
  background: url("/common/img/bg_ttl_label.png") no-repeat -18px 0;
  background-size: 959px auto;
  padding: 1vw 0;
  margin-bottom: 1.4em;
}

@media screen and (max-width: 510px) {
  .ttl--label {
    background-size: 650px auto;
  }
}

.ttl--label__decoration {
  display: inline-block;
  min-width: 134px;
  text-align: center;
  position: relative;
  left: 30px;
}

@media screen and (max-width: 510px) {
  .ttl--label__decoration {
    min-width: 112px;
    left: 23px;
  }
}

.ttl--border {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 60px;
  margin-bottom: 1.5em;
}

.ttl--border--small {
  font-size: 1.6rem;
}

.ttl--border--left {
  text-align: left;
}

.ttl--border__words {
  display: inline-block;
  position: relative;
  letter-spacing: 0.3em;
  margin-bottom: 0.7em;
}

.ttl--border__words:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.7em;
  background: #f5efe2;
  position: absolute;
  left: -0.15em;
  bottom: -0.25em;
  z-index: -1;
}

.small-txt {
  font-size: 90%;
}

/*-------------- .btn ----------------*/
.btn {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-set {
  text-align: center;
  margin-top: 40px;
}

.btn-set--right {
  text-align: right;
}

.btn-set:before {
  content: "And More..";
  display: block;
  width: 100%;
  font-family: canto, serif;
  font-weight: 700;
  letter-spacing: 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0.4em;
}

.btn-set--print:before {
  content: "Print..　";
}

.btn-set__item {
  display: inline-block;
  background: #404040;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: bottom;
  padding: 0.8em 1.6em;
  margin-right: 10px;
  margin-bottom: 12px;
}

.btn-set__item:last-of-type {
  margin-right: 0;
}

.btn-set__item:hover {
  background: #dec082;
}

.btn-set__content {
  text-align: center;
  margin-top: 40px;
}

.btn-set__content--right {
  text-align: right;
}

.btn-set__content:before {
  content: "About us";
  display: block;
  width: 100%;
  font-family: canto, serif;
  font-weight: 700;
  letter-spacing: 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0.4em;
}

.btn-set-notext {
  text-align: center;
  margin-top: 40px;
}

.btn-set-notext:before {
  display: block;
  width: 100%;
  font-family: canto, serif;
  font-weight: 700;
  letter-spacing: 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0.4em;
}

@media screen and (max-width: 330px) {
  .btn-set__item {
    font-size: 90%;
  }
}

.single-btn {
  clear: both;
  text-align: center;
}

.single-btn__item {
  display: inline-block;
  padding: 1em 4em;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  background: #404040;
  font-size: 1.5rem;
  border-radius: 5px;
}

.single-btn__item:hover {
  background: #dec082;
}

/*-------------- .side-vertical-nav ----------------*/
@media screen and (max-width: 959px) {
  .side-vertical-nav {
    font-size: 0;
    padding: 0 !important;
    margin: 0 6vw;
  }
  .side-vertical-nav__item {
    display: inline-block;
    line-height: 1.1;
    margin: 0 4px 4px 0;
  }
  .side-vertical-nav__item:last-child {
    margin-right: 0;
  }
  .side-vertical-nav__item a {
    display: inline-block;
    color: #343434;
    font-size: 1.1rem;
    border: 1px solid #343434;
    vertical-align: top;
    padding: 0.5em 0.8em;
  }
  .subpage-article__header + .side-vertical-nav {
    margin-top: -30px;
  }
}

/*-------------- .table-box ----------------*/
.table-box {
  width: 100%;
  display: table;
  border-top: 1px solid #ebd9b2;
}

.table-box__row {
  display: table-row;
}

.table-box__ttl, .table-box__content {
  display: table-cell;
  border: 1px solid #ebd9b2;
  border-top-width: 0;
  padding: 1em;
}

.table-box__content {
  border-left: 0;
}

.table-box__content li, .table-box__content p {
  margin-bottom: 1em;
}

.table-box__content li:last-child, .table-box__content p:last-child {
  margin-bottom: 0;
}

/*-------------- .print-header ----------------*/
.js_print-header {
  display: none;
}

/*-------------- .scroll-effect ----------------*/
.scroll-effect,
.scroll-effect-slide {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
}

.scroll-effect-slide {
  position: relative;
  top: 50px;
}
