/* Generated by less 2.5.1 */
*,
*::after,
*::before {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 750px;
  overflow-x: hidden;
}
body {
  background-color: #fff;
  min-width: 750px;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
textarea {
  resize: none;
}
input[type="submit"],
input[type="button"],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
select {
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: normal;
  border-radius: 0;
}
ul.list {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}
ol.list {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
/*
//lightsliderのPager内側処理とカラー
.lSPager{
	@pager_color : #fff;
	@pager_color_active : #38BCA9;
	margin: 0px !important;
	transform: translateY(-50px) !important;
	li{
		a{
			background-color: @pager_color !important;
		}
		&.active{
			a{
				background-color: @pager_color_active !important;
			}
		}
	}
}
*/
@font-face {
  font-family: 'mobile-menu';
  src: url('fonts/mobile-menu.eot?oo0i3q');
  src: url('fonts/mobile-menu.eot?oo0i3q#iefix') format('embedded-opentype'), url('fonts/mobile-menu.ttf?oo0i3q') format('truetype'), url('fonts/mobile-menu.woff?oo0i3q') format('woff'), url('fonts/mobile-menu.svg?oo0i3q#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.mobile-menu-button {
  font-size: 30px;
  z-index: 100001;
  width: 40px;
  height: 40px;
  position: relative;
}
.mobile-menu-button span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#page-loading {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100002;
}
#page-loading .bg {
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
}
#page-loading svg {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  overflow: scroll;
  z-index: 100000;
}
.mobile-menu ul {
  padding: 50px 0;
  text-align: center;
}
.mobile-menu ul li {
  font-size: 28px;
  letter-spacing: 0.02em;
}
.mobile-menu ul li:not(:last-child) {
  margin-bottom: 2em;
}
.mobile-menu ul li a {
  display: inline-block;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
.mobile-menu ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
.mobile-menu ul li a::after {
  content: "\A" attr(data-sub);
  white-space: pre;
  font-size: 0.6em;
  padding: 0.25em 0;
}
.mobile-menu .close {
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
}
#pagenation ul li {
  float: left;
}
#pagenation ul li:not(:last-child) {
  margin-right: 1em;
}
#pagenation ul li.active {
  font-weight: bold;
  text-decoration: underline;
}
body.common a {
  display: inline-block;
}
body.common a .arrow-right {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #2f3e54;
  border-radius: 100%;
  position: relative;
  -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
}
body.common a .arrow-right::before {
  content: "";
  display: block;
  width: 8.66666667px;
  height: 8.66666667px;
  border-top: 1px solid #2f3e54;
  border-right: 1px solid #2f3e54;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 5px;
}
body.common a:hover .arrow-right {
  background-color: #2f3e54;
}
body.common a:hover .arrow-right::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
body.common header {
  position: relative;
  height: 90px;
  z-index: 3;
}
body.common header .top {
  position: relative;
  height: 90px;
}
body.common header .menu {
  position: fixed;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  z-index: 1000000000;
  top: 0;
  left: 0;
}
body.common header .menu nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 200px;
}
body.common header .menu nav ul {
  color: #2f3e54;
  font-size: 16px;
}
body.common header .menu nav ul li {
  margin-bottom: 40px;
  text-align: center;
}
body.common header .menu nav ul li a {
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
body.common header .menu nav ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
body.common header .menu nav ul li a.disable {
  opacity: 0.4;
}
.sp body.common header .menu nav ul {
  font-size: 30px;
}
.sp body.common header .menu nav ul li {
  margin-bottom: 60px;
}
body.common header h1,
body.common header .menu_site_name {
  font-size: 21px;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #2f3e54;
}
body.common header h1 a,
body.common header .menu_site_name a {
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
body.common header h1 a:hover,
body.common header .menu_site_name a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
body.common header .menu_site_name {
  color: #2F3E54 !important;
}
body.common header .menu_btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: calc(50% + 150px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
body.common section.hero {
  position: relative;
  margin-bottom: 50px;
}
body.common section.hero .bg {
  width: calc(100% - 120px);
  height: 475px;
  overflow: hidden;
  margin-left: 60px;
}
body.common section.hero .bg::before {
  content: "";
  background-color: #2f3e54;
  width: calc(100% - 120px);
  margin-left: 60px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.3;
}
body.common section.hero .bg h2 {
  color: #fff;
  font-size: 24px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 0.5em;
  white-space: nowrap;
  margin-left: 0.25em;
}
body.common section.hero .bg::after {
  content: url(../img/common_hero_diamond.png);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.common section.hero .youtube {
  position: absolute;
  z-index: 5;
  width: 60px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
body.common section.hero .youtube ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.common section.hero .youtube ul li {
  border-left: 1px solid #999999;
}
body.common section.hero .youtube ul li:last-child {
  border-right: 1px solid #999999;
}
body.common section.hero .youtube ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  color: #999999;
  padding: 5px 20px;
  font-size: 12px;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
body.common section.hero .youtube ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
body.common section.hero .youtube.w a {
  color: #fff;
}
body.common section.hero .youtube.w li {
  border-left: 1px solid #fff;
}
body.common section.hero .youtube.w li:last-child {
  border-right: 1px solid #fff;
}
body.index {
  position: relative;
}
body.index .area {
  height: 100vh;
  min-height: 850px;
}
body.index [data-vide-options]::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common_movie_overlay.png);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0.3;
}
body.index header {
  width: 100%;
  position: absolute;
  z-index: 3;
}
body.index header h1 {
  color: #fff;
}
body.index section.hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2F3E54;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
body.index section.hero .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sp body.index section.hero .logo {
  -webkit-transform: translate(-50%, -50%) scale(1.5);
      -ms-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
}
body.index section.hero .scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
}
body.index section.hero .scroll img {
  -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
  -webkit-transform: translateY(60px) scale(0.6);
      -ms-transform: translateY(60px) scale(0.6);
          transform: translateY(60px) scale(0.6);
}
body.index section.hero .scroll:hover img {
  -webkit-transform: translateY(50px) scale(0.6);
      -ms-transform: translateY(50px) scale(0.6);
          transform: translateY(50px) scale(0.6);
}
.sp body.index section.hero .scroll {
  display: none;
}
body.index section.hero .sound {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 20px;
  -webkit-transform: translateX(-50%) rotate(-90deg);
      -ms-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.index section.hero .sound img {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 20px;
}
body.index section.hero .sound .ttl,
body.index section.hero .sound .on {
  margin-right: 20px;
}
body.index section.hero .sound .on,
body.index section.hero .sound .off {
  cursor: pointer;
  padding-bottom: 2px;
}
body.index section.hero .sound .on.active,
body.index section.hero .sound .off.active {
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
.sp body.index section.hero .sound {
  display: none;
}
body.index section.about .inner {
  position: relative;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp body.index section.about .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.index section.about .inner .block {
  width: 50%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp body.index section.about .inner .block {
  width: 100%;
  height: 50vh;
}
body.index section.about .inner .line {
  height: 170px;
  border-left: 1px solid #2f3e54;
}
.sp body.index section.about .inner .line {
  display: none;
}
body.index section.about .inner p.msg {
  margin-top: 300px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 3em;
}
body.index section.about .inner p.msg span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sp body.index section.about .inner p.msg {
  margin-top: 0px;
  font-size: 20px;
  letter-spacing: 0.1em;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
body.index section.about .inner ul.motto {
  position: absolute;
  left: 50%;
  top: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #2f3e54;
}
.sp body.index section.about .inner ul.motto {
  top: calc(50% + 80px);
}
body.index section.about .inner ul.motto li {
  position: relative;
  font-size: 47px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 1em;
  width: 1em;
}
.sp body.index section.about .inner ul.motto li {
  font-size: 70px;
}
body.index section.about .inner ul.motto li .en {
  position: absolute;
  right: -30px;
  top: 47px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
.sp body.index section.about .inner ul.motto li .en {
  font-size: 20px;
}
body.index section.about .inner ul.motto li:nth-child(2) {
  margin-top: 1.5em;
}
body.index section.about .inner ul.motto li:nth-child(3) {
  margin-top: 3em;
}
body.index section.about .inner ul.motto li:not(:last-child) {
  margin-left: 1em;
}
body.index section.future .blocks {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.sp body.index section.future .blocks {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.index section.future .blocks > .block {
  width: 50%;
  height: 100%;
}
.sp body.index section.future .blocks > .block.left {
  width: 100%;
  height: 50%;
}
body.index section.future .blocks > .block.right {
  width: calc(50% - ((100% - 1100px) / 2));
  padding: 20px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sp body.index section.future .blocks > .block.right {
  width: calc(100% - 80px);
  height: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 40px;
  margin-top: -100px;
  background-color: #fff;
  z-index: 4;
}
.sp body.index section.future .blocks > .block.right .msg {
  display: none;
}
body.index section.future .blocks > .block.right .msg {
  max-width: 100%;
  margin-bottom: 30px;
}
body.index section.future .blocks > .block.right h2 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.sp body.index section.future .blocks > .block.right h2 {
  position: absolute;
  top: 25%;
  z-index: 5;
  color: #fff;
  font-size: 34px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0 0 4px #000;
}
body.index section.future .blocks > .block.right ul {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 20px 0;
}
body.index section.future .blocks > .block.right ul li a {
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.index section.future .blocks > .block.right ul li a:hover .img,
body.index section.future .blocks > .block.right ul li a:hover h3,
body.index section.future .blocks > .block.right ul li a:hover p {
  opacity: 0.6;
}
body.index section.future .blocks > .block.right ul li .comming {
  letter-spacing: 0.1em;
  padding-left: 40px;
}
body.index section.future .blocks > .block.right ul li .img {
  min-width: 180px;
  height: 140px;
  margin-right: 20px;
  background-color: antiquewhite;
  -webkit-transition: opacity 1s ease-out;
          transition: opacity 1s ease-out;
}
body.index section.future .blocks > .block.right ul li .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.index section.future .blocks > .block.right ul li .txt h3 {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  line-height: 1.4em;
  -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
}
body.index section.future .blocks > .block.right ul li .txt p {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #B3B3B3;
  line-height: 1.4em;
  -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
}
body.index section.future .blocks > .block.right ul li:not(:last-child) {
  border-bottom: 1px dashed #B3B3B3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
body.index section.rails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp body.index section.rails {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.index section.rails .wrap {
  position: relative;
  height: 100%;
  z-index: -1;
}
.sp body.index section.rails .wrap {
  height: 50vh;
}
body.index section.rails .map {
  z-index: 3;
  width: 33.33333333%;
  height: 100%;
  position: relative;
}
.sp body.index section.rails .map {
  width: 100%;
}
body.index section.rails .map .hokkaido {
  position: absolute;
  right: -248px;
  top: calc(50% - 80px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sp body.index section.rails .map .hokkaido {
  display: none;
}
body.index section.rails .map .hokkaido2 {
  display: none;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sp body.index section.rails .map .hokkaido2 {
  display: block;
}
body.index section.rails .map svg {
  position: absolute;
  right: -232px;
  top: calc(50% + 128px - 100px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sp body.index section.rails .map svg {
  display: none;
}
body.index section.rails .imgs {
  width: 66.66666667%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.index section.rails .imgs .movie,
body.index section.rails .imgs .img {
  width: 50%;
  height: calc(50% + 142px);
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.sp body.index section.rails .imgs {
  width: 100%;
  height: 100%;
}
.sp body.index section.rails .imgs .movie,
.sp body.index section.rails .imgs .img {
  height: 100%;
}
body.index section.rails a {
  position: absolute;
  top: calc(50% + 200px);
  right: 35px;
  z-index: 5;
  font-size: 14px;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  width: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}
body.index section.rails a::after {
  -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
  content: "";
  display: block;
  width: 100%;
  margin-top: 15px;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}
body.index section.rails a:hover::after {
  border-bottom: 3px solid #000;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.sp body.index section.rails a {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 25px;
  width: 300px;
}
.sp body.index section.rails a::after {
  border-bottom: 3px solid #000;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.index section.company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp body.index section.company {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body.index section.company .movie {
  width: 66.66666667%;
}
.sp body.index section.company .movie {
  width: 100%;
  height: 50vh;
}
body.index section.company .txt {
  width: 33.33333333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
}
.sp body.index section.company .txt {
  width: 100%;
  height: 50vh;
  text-align: center;
}
body.index section.company .txt h2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5em;
  margin-bottom: 20px;
}
.sp body.index section.company .txt h2 {
  font-size: 30px;
}
body.index section.company .txt p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  margin-bottom: 50px;
}
.sp body.index section.company .txt p {
  font-size: 20px;
}
body.index section.company .txt a {
  font-size: 14px;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  width: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}
body.index section.company .txt a::after {
  -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
  content: "";
  display: block;
  width: 100%;
  margin-top: 15px;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}
body.index section.company .txt a:hover::after {
  border-bottom: 3px solid #000;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.sp body.index section.company .txt a {
  font-size: 25px;
  width: 300px;
  margin: 0 auto;
}
.sp body.index section.company .txt a::after {
  border-bottom: 3px solid #000;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.index section.recruit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sp body.index section.recruit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.index section.recruit .txt {
  width: calc((100% * (2/3)) - (100% - 960px) / 2);
  max-width: 800px;
  height: calc(100% - 165px - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 40px;
}
.sp body.index section.recruit .txt {
  width: 100%;
  max-width: none;
  height: 50vh;
  text-align: center;
}
body.index section.recruit .txt h2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5em;
  margin-bottom: 20px;
}
.sp body.index section.recruit .txt h2 {
  font-size: 30px;
}
body.index section.recruit .txt p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  margin-bottom: 50px;
}
.sp body.index section.recruit .txt p {
  font-size: 20px;
}
body.index section.recruit .txt a {
  font-size: 14px;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  width: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}
body.index section.recruit .txt a::after {
  -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
  content: "";
  display: block;
  width: 100%;
  margin-top: 15px;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}
body.index section.recruit .txt a:hover::after {
  border-bottom: 3px solid #000;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.sp body.index section.recruit .txt a {
  font-size: 25px;
  width: 300px;
  margin: 0 auto;
}
.sp body.index section.recruit .txt a::after {
  border-bottom: 3px solid #000;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.index section.recruit .img {
  width: 33.33333333%;
  height: 80%;
}
.sp body.index section.recruit .img {
  width: 100%;
  height: 50vh;
}
body.index footer .bar {
  background-color: #2f3e54;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  height: 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  position: absolute;
  bottom: 60px;
  padding-left: calc((100% - 960px)/2);
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.index footer .bar img {
  margin-left: 20px;
}
body.index footer .bar span {
  padding-left: 10px;
}
.sp body.index footer .bar {
  margin-top: 150px;
  width: 95%;
  position: relative;
  bottom: inherit;
}
body.index footer small {
  position: absolute;
  bottom: 40px;
  font-size: 12px;
  color: #808080;
  letter-spacing: 0.1em;
  right: 20%;
}
.sp body.index footer small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  bottom: inherit;
  right: inherit;
  width: 100%;
  height: 70px;
}
body.index footer .totop {
  position: absolute;
  bottom: 120px;
  right: calc(20% + 50px);
  color: #fff;
}
.sp body.index footer .totop {
  right: calc(100px);
  bottom: 140px;
}
body.index footer .totop::before {
  -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
  content: "";
  width: 85px;
  height: 85px;
  display: block;
  background-color: rgba(0, 0, 0, 0.21);
  border-radius: 100%;
  position: absolute;
  top: -36px;
  left: -27px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
body.index footer .totop::after {
  -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
  content: "";
  height: 200px;
  border-left: 1px solid #999;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 15px;
}
body.index footer .totop:hover::before {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
body.index footer .totop:hover::after {
  bottom: 40px;
}
body.company section.sec_a,
body.recruit section.sec_a,
body.we section.sec_a {
  margin-bottom: 50px;
}
body.company section.sec_a .inner,
body.recruit section.sec_a .inner,
body.we section.sec_a .inner {
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 40px;
}
.sp body.company section.sec_a .inner,
.sp body.recruit section.sec_a .inner,
.sp body.we section.sec_a .inner {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
body.company section.sec_a h2,
body.recruit section.sec_a h2,
body.we section.sec_a h2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15em;
  width: 200px;
  padding: 30px 0;
  text-align: center;
  color: #2F3E54;
}
.sp body.company section.sec_a h2,
.sp body.recruit section.sec_a h2,
.sp body.we section.sec_a h2 {
  font-size: 24px;
  width: 100%;
}
body.company section.sec_a dl,
body.recruit section.sec_a dl,
body.we section.sec_a dl {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.1em;
}
body.company section.sec_a dl div,
body.recruit section.sec_a dl div,
body.we section.sec_a dl div {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.company section.sec_a dl div dt,
body.recruit section.sec_a dl div dt,
body.we section.sec_a dl div dt {
  width: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
  margin: 0 5px;
}
.sp body.company section.sec_a dl div dt,
.sp body.recruit section.sec_a dl div dt,
.sp body.we section.sec_a dl div dt {
  font-size: 18px;
}
body.company section.sec_a dl div dd,
body.recruit section.sec_a dl div dd,
body.we section.sec_a dl div dd {
  line-height: 2em;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding-left: 30px;
  padding-bottom: 30px;
  margin: 0 5px;
}
.sp body.company section.sec_a dl div dd,
.sp body.recruit section.sec_a dl div dd,
.sp body.we section.sec_a dl div dd {
  font-size: 16px;
}
body.company section.sec_a .graf,
body.recruit section.sec_a .graf,
body.we section.sec_a .graf {
  padding-top: 80px;
}
body.company section.sec_a .graf img,
body.recruit section.sec_a .graf img,
body.we section.sec_a .graf img {
  max-width: 100%;
}
body.company section.sec_b .inner,
body.recruit section.sec_b .inner,
body.we section.sec_b .inner {
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid #CCCCCC;
  padding: 50px 40px;
}
body.company section.sec_b h2,
body.recruit section.sec_b h2,
body.we section.sec_b h2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15em;
  width: 200px;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 50px;
  color: #2F3E54;
}
.sp body.company section.sec_b h2,
.sp body.recruit section.sec_b h2,
.sp body.we section.sec_b h2 {
  width: 100%;
  font-size: 24px;
}
body.company section.sec_b .message,
body.recruit section.sec_b .message,
body.we section.sec_b .message {
  width: 100%;
  padding: 0px 80px 30px 80px;
  zoom: 1;
}
body.company section.sec_b .message:after,
body.recruit section.sec_b .message:after,
body.we section.sec_b .message:after {
  content: "";
  display: block;
  clear: both;
}
.sp body.company section.sec_b .message,
.sp body.recruit section.sec_b .message,
.sp body.we section.sec_b .message {
  padding: 0px 30px 30px 30px;
}
.sp body.company section.sec_b .message .face01,
.sp body.recruit section.sec_b .message .face01,
.sp body.we section.sec_b .message .face01 {
  display: none;
  margin-right: 0px;
}
.sp body.company section.sec_b .message .face02,
.sp body.recruit section.sec_b .message .face02,
.sp body.we section.sec_b .message .face02 {
  display: block;
  width: 470px;
  height: 640px;
  margin: 0 auto;
  margin-top: 20px;
}
.sp body.company section.sec_b .message .txt,
.sp body.recruit section.sec_b .message .txt,
.sp body.we section.sec_b .message .txt {
  width: 100%;
  float: none;
}
.sp body.company section.sec_b .message h3,
.sp body.recruit section.sec_b .message h3,
.sp body.we section.sec_b .message h3 {
  font-size: 22px;
  text-align: center;
}
body.company section.sec_b .message .face01,
body.recruit section.sec_b .message .face01,
body.we section.sec_b .message .face01 {
  float: left;
  margin-bottom: 10px;
  width: 235px;
  height: 320px;
  margin-right: 20px;
}
body.company section.sec_b .message .face02,
body.recruit section.sec_b .message .face02,
body.we section.sec_b .message .face02 {
  text-align: center;
  display: none;
  padding: 20px 0;
}
body.company section.sec_b .message .txt,
body.recruit section.sec_b .message .txt,
body.we section.sec_b .message .txt {
  float: right;
  width: calc(100% - 235px - 20px);
}
body.company section.sec_b .message h3,
body.recruit section.sec_b .message h3,
body.we section.sec_b .message h3 {
  margin-bottom: 20px;
}
body.company section.sec_b .message p,
body.recruit section.sec_b .message p,
body.we section.sec_b .message p {
  line-height: 2.1em;
  font-size: 12px;
}
body.company section.sec_b .message p .br-s::after,
body.recruit section.sec_b .message p .br-s::after,
body.we section.sec_b .message p .br-s::after {
  content: "\A";
  white-space: pre;
}
.sp body.company section.sec_b .message p,
.sp body.recruit section.sec_b .message p,
.sp body.we section.sec_b .message p {
  font-size: 18px;
}
body.company section.sec_b .message .signature,
body.recruit section.sec_b .message .signature,
body.we section.sec_b .message .signature {
  letter-spacing: 0.2em;
  line-height: 2em;
  padding-top: 50px;
  color: #2F3E54;
}
body.company section.sec_b .message .signature .name,
body.recruit section.sec_b .message .signature .name,
body.we section.sec_b .message .signature .name {
  font-size: 20px;
  font-weight: bold;
}
body.company section.sec_b .graf,
body.recruit section.sec_b .graf,
body.we section.sec_b .graf {
  text-align: center;
  padding: 0 80px;
}
body.company section.sec_b .graf img,
body.recruit section.sec_b .graf img,
body.we section.sec_b .graf img {
  max-width: 100%;
}
body.company section.sec_b ul li,
body.recruit section.sec_b ul li,
body.we section.sec_b ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp body.company section.sec_b ul li,
.sp body.recruit section.sec_b ul li,
.sp body.we section.sec_b ul li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.company section.sec_b ul li div.wrap,
body.recruit section.sec_b ul li div.wrap,
body.we section.sec_b ul li div.wrap {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.company section.sec_b ul li div.wrap h3,
body.recruit section.sec_b ul li div.wrap h3,
body.we section.sec_b ul li div.wrap h3 {
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.sp body.company section.sec_b ul li div.wrap h3,
.sp body.recruit section.sec_b ul li div.wrap h3,
.sp body.we section.sec_b ul li div.wrap h3 {
  font-size: 20px;
}
body.company section.sec_b ul li div.wrap p,
body.recruit section.sec_b ul li div.wrap p,
body.we section.sec_b ul li div.wrap p {
  line-height: 1.8em;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.sp body.company section.sec_b ul li div.wrap p,
.sp body.recruit section.sec_b ul li div.wrap p,
.sp body.we section.sec_b ul li div.wrap p {
  font-size: 16px;
}
.sp body.company section.sec_b ul li div.wrap,
.sp body.recruit section.sec_b ul li div.wrap,
.sp body.we section.sec_b ul li div.wrap {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
body.company section.sec_b ul li iframe,
body.recruit section.sec_b ul li iframe,
body.we section.sec_b ul li iframe {
  width: 50%;
  height: 300px;
}
.sp body.company section.sec_b ul li iframe,
.sp body.recruit section.sec_b ul li iframe,
.sp body.we section.sec_b ul li iframe {
  width: calc(100% + 80px);
  margin-left: -40px;
}
body.company section.sec_b ul li:not(:last-child),
body.recruit section.sec_b ul li:not(:last-child),
body.we section.sec_b ul li:not(:last-child) {
  padding-bottom: 50px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 50px;
}
body.company footer,
body.recruit footer,
body.we footer {
  position: relative;
  height: 400px;
}
body.company footer .bar,
body.recruit footer .bar,
body.we footer .bar {
  background-color: #2f3e54;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  height: 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  position: absolute;
  bottom: 60px;
  padding-left: calc((100% - 960px)/2);
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.company footer .bar img,
body.recruit footer .bar img,
body.we footer .bar img {
  margin-left: 20px;
}
body.company footer .bar span,
body.recruit footer .bar span,
body.we footer .bar span {
  padding-left: 10px;
}
body.company footer small,
body.recruit footer small,
body.we footer small {
  position: absolute;
  bottom: 40px;
  font-size: 12px;
  color: #808080;
  letter-spacing: 0.1em;
  right: 5%;
}
body.company footer .totop,
body.recruit footer .totop,
body.we footer .totop {
  position: absolute;
  bottom: 120px;
  right: calc(5% + 50px);
  color: #fff;
}
body.company footer .totop::before,
body.recruit footer .totop::before,
body.we footer .totop::before {
  -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
  content: "";
  width: 85px;
  height: 85px;
  display: block;
  background-color: rgba(0, 0, 0, 0.21);
  border-radius: 100%;
  position: absolute;
  top: -36px;
  left: -27px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
body.company footer .totop::after,
body.recruit footer .totop::after,
body.we footer .totop::after {
  -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
  content: "";
  height: 200px;
  border-left: 1px solid #999;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 15px;
}
body.company footer .totop:hover::before,
body.recruit footer .totop:hover::before,
body.we footer .totop:hover::before {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
body.company footer .totop:hover::after,
body.recruit footer .totop:hover::after,
body.we footer .totop:hover::after {
  bottom: 40px;
}
body.rails {
  position: relative;
}
body.rails .area {
  height: 100vh;
  min-height: 850px;
}
body.rails header {
  position: absolute;
  width: 100%;
}
body.rails .controller {
  position: fixed;
  height: 700px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #999999;
  z-index: 2;
}
body.rails .controller .back,
body.rails .controller .next {
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
body.rails .controller .back:hover,
body.rails .controller .next:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
body.rails .controller .back {
  margin-bottom: auto;
}
body.rails .controller .next {
  margin-top: auto;
}
body.rails .controller ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.rails .controller ul li {
  border-top: 1px solid #999;
}
body.rails .controller ul li:last-child {
  border-bottom: 1px solid #999;
}
body.rails .controller ul li a {
  display: block;
  padding: 15px 5px;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
body.rails .controller ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
.sp body.rails .controller {
  display: none;
}
body.rails section .inner {
  max-width: 960px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
body.rails section .br:before {
  content: "\A";
  white-space: pre ;
}
body.rails section.sec01 .txt {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.rails section.sec01 .txt h2 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
body.rails section.sec01 .txt p {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5em;
  margin-bottom: 30px;
}
.sp body.rails section.sec01 .txt {
  text-align: center;
  top: 30%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.rails section.sec01 .img {
  position: absolute;
  top: 50%;
  left: calc(50% + 250px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sp body.rails section.sec01 .img {
  top: 70%;
  left: 50%;
}
body.rails section.sec01 .switch img {
  cursor: pointer;
  -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
}
body.rails section.sec01 .switch img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
body.rails section.sec02 .txt {
  position: absolute;
  top: calc(50% - 100px);
  left: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.rails section.sec02 .txt .deco01 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
body.rails section.sec02 .txt .deco02 {
  margin-bottom: 20px;
}
body.rails section.sec02 .txt .deco02 span {
  display: inline-block;
}
body.rails section.sec02 .txt .deco03 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}
body.rails section.sec02 .txt p {
  font-size: 14px;
  line-height: 2.5em;
}
body.rails section.sec02 .txt p span {
  display: inline-block;
}
body.rails section.sec02 .txt p em {
  font-size: 16px;
  font-weight: bold;
}
body.rails section.sec02 .txt p rt {
  -webkit-transform: translateY(1em);
      -ms-transform: translateY(1em);
          transform: translateY(1em);
}
body.rails section.sec02 .txt.child {
  top: calc(50% - 150px);
}
body.rails section.sec02 .txt.child p {
  font-size: 24px;
  font-weight: bold;
  line-height: 2em;
}
.sp body.rails section.sec02 .txt {
  text-align: center;
  top: 30%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.rails section.sec02 .img {
  position: absolute;
  top: calc(50% + 100px);
  left: calc(50% + 200px);
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: -1;
}
.sp body.rails section.sec02 .img {
  top: calc(65%);
  left: calc(50% + 30px);
}
body.rails section.sec03 .txt {
  position: absolute;
  top: calc(50% - 100px);
  left: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.rails section.sec03 .txt .deco01 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 20px;
}
body.rails section.sec03 .txt .deco01 .deco01-01 {
  margin-bottom: 10px;
}
body.rails section.sec03 .txt .deco01 .deco01-01 span {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
body.rails section.sec03 .txt p {
  font-size: 14px;
  line-height: 2.5em;
}
body.rails section.sec03 .txt p span {
  display: inline-block;
}
body.rails section.sec03 .txt p em {
  font-size: 16px;
  font-weight: bold;
}
body.rails section.sec03 .txt.child {
  top: calc(50% - 150px);
}
body.rails section.sec03 .txt.child p {
  font-size: 36px;
  font-weight: bold;
  line-height: 2em;
}
body.rails section.sec03 .txt.child p em {
  font-size: 46px;
}
.sp body.rails section.sec03 .txt {
  text-align: center;
  top: 30%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.rails section.sec03 .img {
  position: absolute;
  top: calc(50% + 100px);
  left: calc(50% + 200px);
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: -1;
}
.sp body.rails section.sec03 .img {
  top: calc(65%);
  left: calc(50% + 30px);
}
body.rails section.sec04 .txt {
  position: absolute;
  top: calc(50% + 200px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
body.rails section.sec04 .txt p {
  font-size: 14px;
  line-height: 2.5em;
}
body.rails section.sec04 .txt p span {
  display: inline-block;
}
body.rails section.sec04 .txt p em {
  font-size: 16px;
  font-weight: bold;
}
body.rails section.sec04 .txt.child {
  top: calc(50% + 220px);
}
body.rails section.sec04 .txt.child p {
  font-size: 30px;
  font-weight: bold;
  line-height: 2em;
}
.sp body.rails section.sec04 .txt {
  text-align: center;
  top: 30%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.rails section.sec04 .img {
  position: absolute;
  top: calc(50% - 50px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.6);
      -ms-transform: translate(-50%, -50%) scale(0.6);
          transform: translate(-50%, -50%) scale(0.6);
  z-index: -1;
}
.sp body.rails section.sec04 .img {
  top: calc(65%);
  left: calc(50% + 30px);
}
body.rails section.sec05 .txt {
  position: absolute;
  top: calc(50% + 180px);
  right: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.rails section.sec05 .txt .deco01 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 20px;
}
body.rails section.sec05 .txt .deco01 .deco01-01 {
  margin-bottom: 10px;
}
body.rails section.sec05 .txt .deco01 .deco01-01 span {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
body.rails section.sec05 .txt p {
  font-size: 14px;
  line-height: 2.5em;
}
body.rails section.sec05 .txt p span {
  display: inline-block;
}
body.rails section.sec05 .txt p em {
  font-size: 16px;
  font-weight: bold;
}
body.rails section.sec05 .txt.child p {
  font-size: 30px;
  font-weight: bold;
  line-height: 2em;
}
.sp body.rails section.sec05 .txt {
  text-align: center;
  top: 30%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.rails section.sec05 .img {
  position: absolute;
  top: 50%;
  left: calc(50% - 140px);
  -webkit-transform: translate(-50%, -50%) scale(0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  z-index: -1;
}
.sp body.rails section.sec05 .img {
  top: calc(65%);
  left: calc(50% + 30px);
}
body.rails section.sec06 .txt {
  position: absolute;
  top: calc(50%);
  left: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.rails section.sec06 .txt .deco01 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 20px;
}
body.rails section.sec06 .txt .deco01 .deco01-01 {
  margin-bottom: 10px;
}
body.rails section.sec06 .txt .deco01 .deco01-01 span {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
body.rails section.sec06 .txt .deco02 {
  margin-bottom: 30px;
}
body.rails section.sec06 .txt p {
  font-size: 14px;
  line-height: 2.5em;
}
body.rails section.sec06 .txt p span {
  display: inline-block;
}
body.rails section.sec06 .txt p em {
  font-size: 16px;
  font-weight: bold;
}
body.rails section.sec06 .txt p rt {
  -webkit-transform: translateY(1em);
      -ms-transform: translateY(1em);
          transform: translateY(1em);
}
body.rails section.sec06 .txt.child p {
  font-size: 24px;
  font-weight: bold;
  line-height: 2em;
}
.sp body.rails section.sec06 .txt {
  text-align: center;
  top: 30%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.rails section.sec06 .img {
  position: absolute;
  top: 50%;
  left: calc(50% + 200px);
  -webkit-transform: translate(-50%, -50%) scale(0.7);
      -ms-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
  z-index: -1;
}
.sp body.rails section.sec06 .img {
  top: calc(65%);
  left: calc(50% - 20px);
}
body.rails section.sec07 .txt {
  position: absolute;
  top: calc(50%);
  left: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.rails section.sec07 .txt .deco01 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 20px;
}
body.rails section.sec07 .txt .deco01 .deco01-01 {
  margin-bottom: 10px;
}
body.rails section.sec07 .txt .deco01 .deco01-01 span {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
body.rails section.sec07 .txt .deco02 {
  margin-bottom: 30px;
}
body.rails section.sec07 .txt p {
  font-size: 14px;
  line-height: 2.5em;
}
body.rails section.sec07 .txt p span {
  display: inline-block;
}
body.rails section.sec07 .txt p em {
  font-size: 16px;
  font-weight: bold;
}
body.rails section.sec07 .txt p rt {
  -webkit-transform: translateY(1em);
      -ms-transform: translateY(1em);
          transform: translateY(1em);
}
body.rails section.sec07 .txt.child {
  top: calc(50% - 50px);
}
body.rails section.sec07 .txt.child p {
  font-size: 24px;
  font-weight: bold;
  line-height: 2em;
}
.sp body.rails section.sec07 .txt {
  text-align: center;
  top: 30%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.rails section.sec07 .img {
  position: absolute;
  top: 50%;
  left: calc(50% + 200px);
  -webkit-transform: translate(-50%, -50%) scale(0.7);
      -ms-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
  z-index: -1;
}
.sp body.rails section.sec07 .img {
  top: calc(65%);
  left: calc(50% + 30px);
}
body.rails section.sec08 .txt {
  position: absolute;
  top: calc(50% - 220px);
  left: calc(50%);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
body.rails section.sec08 .txt p {
  font-size: 21px;
  line-height: 2.5em;
  font-weight: bold;
  text-align: center;
}
body.rails section.sec08 .txt.child {
  top: calc(50% - 240px);
}
body.rails section.sec08 .txt.child p {
  font-size: 34px;
  font-weight: bold;
  line-height: 2em;
}
body.rails section.sec08 .img {
  position: absolute;
  top: calc(50% + 100px);
  left: calc(50%);
  -webkit-transform: translate(-50%, -50%) scale(0.6);
      -ms-transform: translate(-50%, -50%) scale(0.6);
          transform: translate(-50%, -50%) scale(0.6);
  z-index: -1;
}
body.rails section.sec09 {
  position: relative;
}
body.rails section.sec09 .img {
  position: absolute;
  top: calc(50% - 150px);
  left: calc(50%);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
body.rails section.sec09 .sns {
  position: absolute;
  top: calc(50% + 100px);
  left: calc(50%);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  white-space: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.rails section.sec09 .sns li {
  margin: 0 5px;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
body.rails section.sec09 .sns li:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
body.rails footer .bar {
  background-color: #2f3e54;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  height: 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  position: absolute;
  bottom: 60px;
  padding-left: calc((100% - 960px)/2);
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.rails footer .bar img {
  margin-left: 20px;
}
body.rails footer .bar span {
  padding-left: 10px;
}
body.rails footer small {
  position: absolute;
  bottom: 40px;
  font-size: 12px;
  color: #808080;
  letter-spacing: 0.1em;
  right: 20%;
}
body.rails footer .totop {
  position: absolute;
  bottom: 120px;
  right: calc(5% + 50px);
  color: #fff;
}
body.rails footer .totop::before {
  -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
  content: "";
  width: 85px;
  height: 85px;
  display: block;
  background-color: rgba(0, 0, 0, 0.21);
  border-radius: 100%;
  position: absolute;
  top: -36px;
  left: -27px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
body.rails footer .totop::after {
  -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
  content: "";
  height: 200px;
  border-left: 1px solid #999;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 15px;
}
body.rails footer .totop:hover::before {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
body.rails footer .totop:hover::after {
  bottom: 40px;
}
body.we .hero .bg {
  height: 685px !important;
}
body.we .hero .department {
  color: #fff;
  position: absolute;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 25px;
  left: 50%;
  top: calc(50% - 10px);
  white-space: nowrap;
  text-align: center;
  line-height: 2em;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
body.we .hero h2 {
  top: calc(50% + 20px) !important;
  font-size: 37px !important;
}
body.we .hero .en {
  color: #fff;
  position: absolute;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 17px;
  letter-spacing: 0.25em;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  left: 50%;
  top: calc(50% + 60px);
}
body.we .schedule {
  padding: 100px 50px;
}
body.we .schedule .inner {
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
body.we .schedule .s01 {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.we .schedule .s01 .left-block {
  min-width: 30%;
  height: 800px;
  position: relative;
}
body.we .schedule .s01 .left-block .line {
  -webkit-transition: 3s ease-out;
          transition: 3s ease-out;
  height: 0%;
  border-left: 2px solid #2F3E54;
  margin-left: 80%;
}
body.we .schedule .s01 .left-block.aos-animate .line {
  height: 100%;
}
body.we .schedule .s01 .left-block .txt {
  position: absolute;
  top: 500px;
  right: 20%;
  letter-spacing: 0.3em;
  font-size: 14px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 20px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
body.we .schedule .s01 .right-block {
  min-width: 70%;
}
body.we .schedule .s01 .right-block .time-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2F3E54;
  margin-bottom: 20px;
}
body.we .schedule .s01 .right-block .time-txt .time {
  font-size: 90px;
  font-family: 'Kanit', sans-serif;
  letter-spacing: 0.1em;
  margin-right: 40px;
  margin-bottom: 10px;
}
body.we .schedule .s01 .right-block .time-txt .txt {
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
body.we .schedule .s01 .right-block .img {
  max-width: 100%;
  width: 595px;
  height: 325px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  position: relative;
}
body.we .schedule .s01 .right-block .desc {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
body.we .schedule .s01 .right-block::after {
  content: "";
  display: block;
  width: 100vw;
  height: 230px;
  position: absolute;
  top: 280px;
  right: 300px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #2F3E54;
  z-index: -2;
}
body.we .schedule .s02 {
  position: relative;
  width: 100%;
}
body.we .schedule .s02 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
body.we .schedule .s02 .wrap .img {
  position: relative;
  width: 720px;
  height: 425px;
  margin-right: 40px;
}
body.we .schedule .s02 .wrap .time-txt {
  color: #2F3E54;
  margin-bottom: 20px;
  white-space: nowrap;
}
body.we .schedule .s02 .wrap .time-txt .time {
  font-size: 90px;
  font-family: 'Kanit', sans-serif;
  letter-spacing: 0.1em;
  margin-right: 40px;
  margin-bottom: 10px;
}
body.we .schedule .s02 .wrap .time-txt .txt {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2em;
  font-weight: bold;
}
body.we .schedule .s02 .line {
  width: 260px;
  height: 260px;
  margin-left: 20%;
  border-top: 2px dashed #2F3E54;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(-45deg) scaleX(0);
      -ms-transform: rotate(-45deg) scaleX(0);
          transform: rotate(-45deg) scaleX(0);
}
body.we .schedule .s02 .line.aos-animate {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.we .schedule .s03 {
  position: relative;
  width: 100%;
}
body.we .schedule .s03 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.we .schedule .s03 .wrap .time-txt {
  max-width: 500px;
  min-width: 35%;
  color: #2F3E54;
  margin-bottom: 20px;
  margin-right: 30px;
}
body.we .schedule .s03 .wrap .time-txt .time {
  font-size: 90px;
  font-family: 'Kanit', sans-serif;
  letter-spacing: 0.1em;
  margin-right: 40px;
  margin-bottom: 10px;
  white-space: nowrap;
}
body.we .schedule .s03 .wrap .time-txt .txt {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2em;
  font-weight: bold;
}
body.we .schedule .s03 .wrap .img01 {
  width: 55%;
  height: 360px;
}
body.we .schedule .s03 .img02 {
  max-width: 840px;
  width: 100%;
  height: 600px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: -30px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 1;
  position: relative;
}
body.we .schedule .s03 .line {
  width: 260px;
  height: 260px;
  margin-left: 30%;
  margin-bottom: 60px;
  border-top: 2px dashed #2F3E54;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(45deg) scaleX(0);
      -ms-transform: rotate(45deg) scaleX(0);
          transform: rotate(45deg) scaleX(0);
}
body.we .schedule .s03 .line.aos-animate {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.we .schedule .s04 {
  position: relative;
  width: 100%;
}
body.we .schedule .s04 .img {
  width: 100%;
  max-width: 870px;
  height: 455px;
  z-index: 1;
  margin: 0 auto;
}
body.we .schedule .s04 .wrap {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  margin-bottom: 50px;
}
body.we .schedule .s04 .wrap .time-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #2F3E54;
  margin-bottom: 20px;
  white-space: nowrap;
}
body.we .schedule .s04 .wrap .time-line .time {
  font-size: 90px;
  font-family: 'Kanit', sans-serif;
  letter-spacing: 0.1em;
  margin-right: 40px;
  margin-bottom: 10px;
  padding-top: 30px;
}
body.we .schedule .s04 .wrap .time-line .line {
  height: 0px;
  border-left: 2px solid #2F3E54;
  z-index: -1;
  -webkit-transition: 2s ease-out;
          transition: 2s ease-out;
  margin-right: 100px;
}
body.we .schedule .s04 .wrap .time-line .line.aos-animate {
  height: 130px;
}
body.we .schedule .s05 {
  position: relative;
  width: 100%;
  margin-bottom: 250px;
}
body.we .schedule .s05 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body.we .schedule .s05 .wrap .img {
  width: 40%;
  max-width: 500px;
  height: 685px;
  position: relative;
}
body.we .schedule .s05 .wrap .img::after {
  content: "KOKUSAIGIKEN.inc";
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  right: -30px;
  bottom: 0;
  letter-spacing: 0.3em;
  font-size: 14px;
}
body.we .schedule .s05 .wrap .time-txt {
  background-color: #2F3E54;
  color: #fff;
  padding: 80px 80px 80px 50px;
  width: 55%;
  max-width: 630px;
  z-index: -1;
  position: relative;
  margin-right: -30px;
}
body.we .schedule .s05 .wrap .time-txt .time {
  font-size: 90px;
  font-family: 'Kanit', sans-serif;
  letter-spacing: 0.1em;
  margin-right: 40px;
  text-align: right;
  white-space: nowrap;
}
body.we .schedule .s05 .wrap .time-txt .txt {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2em;
  font-weight: bold;
  margin-bottom: 50px;
}
body.we .schedule .s05 .wrap .time-txt::after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background-color: #2F3E54;
  position: absolute;
  -webkit-transform: scaleY(0.7) rotate(-45deg);
      -ms-transform: scaleY(0.7) rotate(-45deg);
          transform: scaleY(0.7) rotate(-45deg);
  right: 31px;
  bottom: -75px;
}
body.we .schedule .s06 {
  position: relative;
  width: 100%;
  margin-bottom: 150px;
}
body.we .schedule .s06 .video {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
body.we .schedule .s06 .video video {
  max-width: 910px;
  vertical-align: bottom;
  object-fit: cover;
}
body.we .schedule .s06 .txt {
  text-align: center;
}
body.we .schedule .s06 .txt .department {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
}
body.we .schedule .s06 .txt .ttl {
  font-size: 37px;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
}
body.we .schedule .s06 .txt .other {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.2em;
  font-weight: bold;
}
body.we .schedule .s06 .txt .other .annot {
  font-size: 0.8em;
}
body.we .schedule .s07 {
  position: relative;
  width: 100%;
}
body.we .schedule .s07 .bar {
  position: absolute;
  width: 100vw;
  height: 0px;
  z-index: -1;
  margin: 0 calc(50% - 50vw);
  margin-top: 50px;
  background-color: #2F3E54;
  -webkit-transition: 2s ease-out;
          transition: 2s ease-out;
}
body.we .schedule .s07 .bar.aos-animate {
  height: 315px;
}
body.we .schedule .s07 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.we .schedule .s07 ul li {
  width: calc(50% - 150px);
}
body.we .schedule .s07 ul li:not(:last-child) {
  margin-right: 50px;
}
body.we .schedule .s07 ul li a {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
body.we .schedule .s07 ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
body.we .schedule .s07 ul li a .img {
  width: 100%;
  height: 250px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body.we .schedule .s07 ul li a .name {
  background-color: #fff;
  color: #2F3E54;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -20px;
  margin-left: 15px;
}
body.we .schedule .s07 ul li a .name .kanji {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.15em;
  margin-right: 15px;
}
body.we .schedule .s07 ul li a .name .kana {
  font-size: 14px;
  letter-spacing: 0em;
}
@media (max-width: 1070px) {
  body.we .schedule .s07 ul li {
    width: calc(50% - 0px);
  }
  body.we .schedule .s07 ul li:not(:last-child) {
    margin-right: 20px;
  }
}
