@charset "utf-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*!
 * Sanitize 12.0.1 (https://github.com/csstools/sanitize.css)
 * Licensed under the CC0 1.0 Universal.
 */
*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;background-repeat:no-repeat}
:after,:before{text-decoration:inherit;vertical-align:inherit}
html{cursor:default;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word}
body{margin:0}
h1{font-size:2em;margin:.67em 0}
dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{margin:0}
hr{color:inherit;height:0;overflow:visible}
main{display:block}
nav ol,nav ul{list-style:none;padding:0}
nav li:before{content:"\200B"}
pre{font-family:monospace;font-size:1em;overflow:auto;-ms-overflow-style:scrollbar}
a{background-color:transparent}
abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace;font-size:1em}
small{font-size:80%}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
audio,video{display:inline-block}
audio:not([controls]){display:none;height:0}
iframe,img{border-style:none}
svg:not([fill]){fill:currentColor}
svg:not(:root){overflow:hidden}
table{border-collapse:collapse;border-color:inherit;text-indent:0}
button,input,select{margin:0}
button{overflow:visible;text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
fieldset{border:1px solid #a0a0a0;padding:.35em .75em .625em}
input{overflow:visible}
legend{color:inherit;display:table;max-width:100%;white-space:normal}
progress{display:inline-block;vertical-align:baseline}
select{text-transform:none}
textarea{margin:0;overflow:auto;resize:vertical;resize:vertical}
[type=checkbox],[type=radio]{padding:0}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}
::-webkit-input-placeholder{color:inherit;opacity:.54}
::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
::-moz-focus-inner{border-style:none;padding:0}
:-moz-focusring{outline:1px dotted ButtonText}
:-moz-ui-invalid{box-shadow:none}
details,dialog{display:block}
dialog{background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}
dialog:not([open]){display:none}
summary{display:list-item}
canvas{display:inline-block}
template{display:none}
[tabindex],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation}
[hidden]{display:none}
[aria-busy=true]{cursor:progress}
[aria-controls]{cursor:pointer}
[aria-disabled=true],[disabled]{cursor:not-allowed}
[aria-hidden="false"][hidden]{display:inline;display:initial}
[aria-hidden="false"][hidden]:not(:focus){clip:rect(0,0,0,0);position:absolute}
html {
	font-size: 62.5%;
}
body {
	overflow-x: hidden;
	background: #fff;
	color: #333;
	font-family: "Helvetica", "Helvetica Neue", "Arial", "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.5em;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
a {
	color: #1e96d5;
}
a:hover,
a:active {
	color: #44bdfc;
}
/* Typography Base Setting */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
p, ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
}
ol, ul {
	padding-left: 2em;
}
ol {
	list-style: decimal outside none;
}
ul {
	list-style: square outside none;
}
li ol, li ul {
	margin-bottom: 0;
}
nav ol, nav ul {
	list-style: none;
	padding-left: 0;
}
em {
	font-style: normal;
}
rp, rt {
	line-height: 1;
	font-size: .688em;
}
table {
	empty-cells: show;
	font-size: 1em;
}
iframe {
	display: block;
	width: 100%;
}
img {
	height: auto;
}
img, iframe, button, input, select, textarea {
	max-width: 100%;
}
textarea {
	height: auto;
	resize: vertical;
}
/* ==========================================================================
   Layout
   ========================================================================== */
body {
  opacity: 0;
	-webkit-animation: fadeIn 0.5s ease 0.3s both;
	animation: fadeIn 0.5s ease 0.3s both;
}
@-webkit-keyframes fadeIn {
	0% { opacity: 0 }
	100% { opacity: 1 }
}
@keyframes fadeIn {
	0% { opacity: 0 }
	100% { opacity: 1 }
}
.wrap {
	overflow: hidden;
	width: 100%;
}
.container {
	display: block;
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
}
.container-inner {
  max-width: 1050px;
  margin: 0 auto;
}
/* -----------------------------------
 Header
----------------------------------- */
.header-group {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	padding-top: 25px;
}
.header-logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 80px;
	margin: 0;
	background: #232b36;
}
.header-navi li {
		margin-bottom: 1.5rem;
	}
.header-navi a {
		display: inline-block;
		color: inherit;
		font-weight: bold;
		text-decoration: none;
	}
.header-navi a:hover {
		color: #1e96d5;
	}
/* ページタイトル */
.pagetitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 250px;
	background-color: #f6f6f6;
	background-position: center center;
	background-size: cover;
	color: #fff;
}
.pagetitle__title {
	font-size: 1.7rem;
	font-weight: 400;
	text-align: center;
}
.pagetitle__title::before {
	content: attr(data-en);
	display: block;
	font-family: Times, 'Times New Roman', Georgia, serif;
	font-size: 2em;
	letter-spacing: 0.1em;
}
/* -----------------------------------
  Content
----------------------------------- */
.main {
	margin-top: 8rem;
	margin-bottom: 10rem;
}
.section {
	position: relative;
	padding: 8rem 0;
}
.section-2 {
  position: relative;
	margin: 4rem 0;
}
/* 見出しと本文横並びブロック */
.block {
	position: relative;
}
.block__heading {
  margin-bottom: 40px;
}
/* -----------------------------------
  Footer
----------------------------------- */
.footer {
	position: relative;
	padding: 50px 0 30px 0;
	background: url(../images/bg_footer.jpg) no-repeat center center/cover;
	color: #fff;
}
.footer__heading {
	margin-bottom: 2rem;
}
.footer-content {
	font-size: 1.2rem;
}
.footer-content__tel {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px dotted;
	font-family: "Times", "Times New Roman", serif;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.4
}
.footer-content__tel .number {
		display: inline-block;
		margin-left: 0.2em;
		color: #fff;
		font-size: 3rem;
		text-decoration: none;
	}
.footer-content__links {
	margin-top: 4rem
}
.footer-content__links ul {
		margin: 0;
	}
.footer-content__links li {
		display: inline-block;
		margin-right: 1.5em;
	}
.footer-content__links a {
		color: #fff;
		font-size: 1.2rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		text-decoration: none;
	}
.footer-content__links a:hover {
		text-decoration: underline;
	}
.footer-sns {
	margin-top: 2rem
}
.footer-sns a {
		display: inline-block;
		width: 3rem;
		height: 3rem;
		margin-right: 1.5rem;
	}
.footer-sns a:hover {
		opacity: 0.8;
	}
.footer-sns img {
		width: 100%;
		height: auto;
	}
.copyright {
	margin-top: 30px;
	font-size: 1rem;
	letter-spacing: 0.1em;
	text-align: center;
}
.pagetop {
	position: absolute;
	top: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 1240px;
	width: 90%
}
.pagetop.fixed {
		position: fixed;
		top: auto;
		bottom: 0;
		-webkit-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}
.pagetop a {
		display: block;
		overflow: hidden;
		position: relative;
		margin-left: auto;
		width: 50px;
		height: 0;
		padding-top: 50px;
		background: rgba(30,150,213,0.8);
		-webkit-transition: background 0.2s;
		transition: background 0.2s;
	}
.pagetop a:hover {
		background: rgba(30,150,213,1);
	}
.pagetop a::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 24px;
		height: 5px;
		background: url(../images/arrow_more-w.svg) no-repeat center center/contain;
		-webkit-transform: translate(-55%,-50%) rotate(-90deg);
		transform: translate(-55%,-50%) rotate(-90deg);
	}
/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/*------------------------------------*\
    Solved by Flexbox
    CC BY 4.0 license
    https://github.com/philipwalton/solved-by-flexbox.git
\*------------------------------------*/
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.grid-cell {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.grid--flexcells > .grid-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.grid--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.grid--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid--justifyCenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid-cell--top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.grid-cell--bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.grid-cell--center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.grid-cell--autoSize {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.grid--fit > .grid-cell {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.grid--full > .grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.grid--1of2 > .grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.grid--1of3 > .grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}
.grid--1of4 > .grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.grid--gutters {
  margin: -2rem 0 2rem -2rem;
}
.grid--gutters > .grid-cell {
  padding: 2rem 0 0 2rem;
}
.grid--gutters-wide {
  margin: -4rem 0 4rem -4rem;
}
.grid--gutters-wide > .grid-cell {
  padding: 4rem 0 0 4rem;
}
/* .serif { font-family: 'Castoro', 'Noto Serif JP', serif; } */
.serif { font-family: YuMincho, 'Yu Mincho', 'ＭＳ 明朝', 'MS Mincho', serif; }
.serif-en { font-family: Times, 'Times New Roman', Georgia, serif; }
/* 見出し */
.h2 {
  margin-bottom: 0.8em;
  font-family: YuMincho, 'Yu Mincho', 'ＭＳ 明朝', 'MS Mincho', serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.66;
}
.h2-icon {
  display: inline-block;
  width: 1.33em;
  height: auto;
  margin-top: -0.2em;
  margin-right: 0.2em;
  vertical-align: middle;
}
.h3 {
  margin-bottom: 1em;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.66;
}
/* リード文 */
.lead {
  font-size: 2.5rem;
  line-height: 1.6;
}
/* VIEW ALL */
.more {
  display: inline-block;
  color: #333;
  font-weight: bold;
  text-decoration: none
}
.more::after {
    content: "";
    display: inline-block;
    width: 4rem;
    height: 0.5rem;
    margin-left: 2rem;
    background: url(../images/arrow_more.svg) no-repeat right bottom/contain;
    vertical-align: middle;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
.more:hover {
    color: #1e96d5;
  }
.more:hover::after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
.more--w {
  color: #fff
}
.more--w::after {
    background-image: url(../images/arrow_more-w.svg);
  }
.more--w:hover {
    color: #ddd;
  }
/* BACK Link */
.back {
  display: inline-block;
  color: #333;
  font-weight: bold;
  text-decoration: none
}
.back::before {
    content: "";
    display: inline-block;
    width: 4rem;
    height: 0.5rem;
    margin-right: 2rem;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    background: url(../images/arrow_more.svg) no-repeat right bottom/contain;
    vertical-align: middle;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
.back:hover {
    color: #1e96d5;
  }
.back:hover::before {
    -webkit-transform: translateX(-10px) scale(-1, 1);
    transform: translateX(-10px) scale(-1, 1);
  }
/* リンク付きリスト */
.list-cta {
  list-style: none;
  margin: 0;
  padding: 0
}
.list-cta li {
    margin-bottom: 10px;
    border-bottom: 1px solid;
  }
.list-cta a {
    display: block;
    position: relative;
    padding: 1rem 5rem 1rem 0;
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
.list-cta a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4rem;
    height: 0.5rem;
    background: url(../images/arrow_more.svg) no-repeat right bottom/contain;
  }
.list-cta a:hover {
    color: #44bdfc;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
/* スタイルなしリスト */
.list-nostyle {
  list-style: none;
  padding-left: 0;
}
/* HR */
hr {
  margin: 4rem 0;
  border-top: 1px solid #999;
}
/*------------------------------------*\
    Buttons
\*------------------------------------*/
.btn {
	display: inline-block;
	overflow: visible;
	position: relative;
	max-width: 100%;
	margin: 0;
	padding: .7em 1.2em;
	border-radius: .2em;
	border: .2rem solid rgba(0,0,0,0);
	background-color: #232b36;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0 !important;
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}
.btn:not(:disabled) { cursor: pointer; }
.btn:focus,
	.btn:hover {
		background-color: rgb(32, 39, 49);
		color: #fff;
	}
.btn:active {
		background-color: rgb(30, 37, 46);
	}
.btn.disabled,
	.btn:disabled {
		background-color: #e1e1e1;
		color: #aaa;
		pointer-events: none;
	}
.btn.disabled:hover {
		background-color: #e1e1e1;
	}
/* Sizes */
.btn-large { font-size: 1.8rem; }
.btn-small { font-size: 1.2rem; }
/* Themes */
.btn-outline {
	border-color: #232b36;
	background-color: transparent;
	color: #232b36;
}
.btn-outline:focus,
.btn-outline:hover {
	border-color: transparent!important;
	color: #fff!important;
}
.btn-clear {
	background-color: transparent !important;
	color: #232b36 !important;
}
.btn-clear:hover {
	background-color: rgba(35, 43, 54, 0.15) !important;
}
.btn-clear:active {
	background-color: rgba(35, 43, 54, 0.3) !important;
}
/*------------------------------------*\
    Tables
\*------------------------------------*/
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1
}
.table th,
	.table td {
		padding: .75em 1em;
		border-bottom: 1px solid #ccc;
	}
.table thead th {
		background: #eee;
	}
/* ボーダー付き */
.table-bordered th,
	.table-bordered td {
		border: 1px solid #ccc;
	}
.table-bordered tbody th {
		background: #eee;
	}
/* 狭め */
.table-condensed th,
	.table-condensed td {
		padding: .5em 1em;
	}
/* レスポンシブ */
/* Project
   ----------------------------------------------------------------- */
/*------------------------------------*\
    共通
\*------------------------------------*/
/* 縦書き見出し */
.block-heading {
  color: #232b36;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
.block-heading [data-en]::before {
    content: attr(data-en);
    display: block;
    margin-bottom: 1em;
    color: #1e96d5;
    font-size: 0.375em;
    letter-spacing: 0.1em;
  }
/* -----------------------------------
  トップページ
----------------------------------- */
/* ヒーロー */
.hero {
  position: relative;
}
.hero__logo {
  position: absolute;
  top: 45px;
  right: 4%;
  z-index: 1;
  width: 17px
}
.hero__logo img {
    width: 100%;
    height: auto;
  }
.hero__lead {
  position: absolute;
  left: 5%;
  top: 40%;
  z-index: 1;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0;
  -webkit-transition: opacity 0.2s 1s;
  transition: opacity 0.2s 1s
}
.hero__lead .serif {
    font-size: 7.5vw;
  }
.hero__lead .lead-line1 {
    -webkit-animation: tdDropInLeft 0.4s linear 0.6s both;
    animation: tdDropInLeft 0.4s linear 0.6s both;
  }
.hero__lead .lead-line2 {
    -webkit-animation: tdDropInRight 0.4s linear 0.9s both;
    animation: tdDropInRight 0.4s linear 0.9s both;
  }
.hero__lead .serif-en {
    margin-top: 1.5rem;
    font-size: 2vw;
    letter-spacing: 0.1em;
  }
.hero__slider {
  position: relative;
  height: 0;
  padding-top: 65.8558%;
}
.slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.progress-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
}
.progress-bar-fill {
  display: block;
  width: 0%;
  height: 6px;
  background: #1e96d5;
  opacity: 0.8;
}
.hero__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 4%;
  bottom: -20px;
  z-index: 1;
}
.slider-thumb {
  width: 50px;
  height: 50px;
  margin-left: 3px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out
}
.slider-thumb:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
.hero-scroll {
  position: absolute;
  left: 3%;
  bottom: -30px;
  width: 0;
  height: 80px;
  border-left: 1px solid #333
}
.hero-scroll::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 0;
    width: 5px;
    height: 5px;
    margin-left: -3px;
    border-radius: 50%;
    background: #333;
  }
@-webkit-keyframes tdDropInLeft {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    -webkit-transform: rotate(2deg) translateY(-15px);
    transform: rotate(2deg) translateY(-15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0px);
    transform: rotate(0) translateY(0px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(-0.5deg) translateY(0px);
    transform: rotate(-0.5deg) translateY(0px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375);
    animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0px);
    transform: rotate(0) translateY(0px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
    animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
  }
}
@keyframes tdDropInLeft {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    -webkit-transform: rotate(2deg) translateY(-15px);
    transform: rotate(2deg) translateY(-15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0px);
    transform: rotate(0) translateY(0px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(-0.5deg) translateY(0px);
    transform: rotate(-0.5deg) translateY(0px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375);
    animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0px);
    transform: rotate(0) translateY(0px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
    animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
  }
}
@-webkit-keyframes tdDropInRight {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    -webkit-transform: rotate(-2deg) translateY(-15px);
    transform: rotate(-2deg) translateY(-15px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0px);
    transform: rotate(0) translateY(0px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(0.5deg) translateY(0px);
    transform: rotate(0.5deg) translateY(0px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375);
    animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0px);
    transform: rotate(0) translateY(0px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
    animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
  }
}
@keyframes tdDropInRight {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    -webkit-transform: rotate(-2deg) translateY(-15px);
    transform: rotate(-2deg) translateY(-15px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0px);
    transform: rotate(0) translateY(0px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(0.5deg) translateY(0px);
    transform: rotate(0.5deg) translateY(0px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375);
    animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0px);
    transform: rotate(0) translateY(0px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
    animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
  }
}
/* ブログ */
.top-blog {
  position: relative;
  padding: 100px 0 60px;
}
.top-blog__bg {
  position: absolute;
  right: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 50vw;
  background: #f6f6f6;
}
.blog-category-btn {
  display: inline-block;
  margin: 0 3rem 0 0;
  padding: 0.5em 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #999;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer
}
.blog-category-btn:hover {
    color: #333;
  }
.blog-category-btn.current {
  color: #333;
  border-bottom: 1px solid #1e96d5;
}
.blog-list {
  list-style: none;
  margin: 0 0 3rem;
  padding: 0
}
.blog-list li {
    padding-top: 3rem;
  }
.blog-list a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
.blog-list a:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
.blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-item__image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  max-width: 25%;
}
.blog-item__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  max-width: 70%;
  margin-left: auto;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #ccc;
}
.blog-item-category {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0.75em 1em;
  border: 1px solid;
  color: #1e96d5;
  font-size: 1rem;
  line-height: 1;
}
.blog-item-title {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5
}
a:hover .blog-item-title {
    color: #1e96d5
}
.blog-item-date {
  display: block;
  color: #999;
  font-size: 1.2rem;
}
/* 工務店について */
.top-about {
  margin: 60px 0;
}
.top-about__01 .list-cta {
    width: 80%;
    max-width: 280px;
    margin: 40px auto 0;
  }
.top-about__image {
  display: block;
  position: relative;
  z-index: -1;
  height: 200px;
  margin-bottom: 3rem
}
.top-about__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../../images/about01.jpg) no-repeat right bottom/cover;
  }
.top-about__02 {
  position: relative;
  z-index: 0;
  width: 80%;
  max-width: 400px;
  margin: 40px auto 0
}
.top-about__02::before {
    content: "";
    position: absolute;
    top:100px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 86vw;
    max-width: 1240px;
    height: 100%;
    background: #f6f6f6;
  }
.top-about-item img {
    width: 100%;
  }
.top-about-item .about-image {
    margin-bottom: 2rem;
  }
.top-about-item .about-title {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: bold;
  }
/* MOVIE */
.top-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
  height: 300px;
  padding: 5rem 0;
  background: #1e96d5;
  color: #fff;
  line-height: 1;
  pointer-events: auto
}
.top-movie::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url(../images/bg_movie.jpg) no-repeat center center/cover;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
.top-movie:hover::before {
    opacity: 0.85;
  }
.top-movie .container {
    position: static;
  }
.top-movie a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
.top-movie__heading {
  margin-bottom: 1.5rem;
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1
}
.top-movie__heading img {
    width: 0.66em;
    vertical-align: baseline;
  }
.top-movie__lead {
  font-size: 2rem;
}
/* お問い合わせ */
.top-contact {
  padding: 6rem 0
}
.top-contact dl {
    margin: 4rem 0;
  }
.top-contact dt {
    font-weight: bold;
  }
.top-contact dd {
    margin: 1rem 0 2rem;
  }
.send-btn,.back-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  width: 100%;
  max-width: 240px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer
}
.send-btn::before,.back-btn::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid;
  }
.send-btn::after,.back-btn::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4rem;
    height: 0.5rem;
    background: url(../images/arrow_more.svg) no-repeat right bottom/contain;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
.send-btn:hover,.back-btn:hover {
    color: #1e96d5;
  }
.send-btn:hover::before,.back-btn:hover::before {
    border-color: #1e96d5;
  }
.send-btn:hover::after,.back-btn:hover::after {
    right: -10px;
  }
.back-btn::after {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

/* -----------------------------------
  /blog
----------------------------------- */
.blog-section {
  position: relative;
  margin-bottom: 4rem;
}
.blog-section__more {
  margin-top: -1.5rem;
}
/* 一覧2 */
.blog-list2 {
  list-style: none;
  margin: 0;
  padding: 0
}
.blog-list2 li {
    margin-bottom: 3rem;
  }
.blog-list2 a {
    color: #333;
    text-decoration: none;
  }
.blog-item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-item2__image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  max-width: 25%
}
.blog-item2__image img {
    width: 100%;
  }
.blog-item2__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  max-width: 70%;
  margin-left: auto;
}
.blog-item2-title {
  display: block;
  margin-bottom: 0.2em;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
}
.blog-item2-date {
  display: inline-block;
  color: #999;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.blog-item2-view {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em
}
.blog-item2-view::before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
    background: url(../images/icon_view.svg) no-repeat center center/contain;
    vertical-align: middle;
  }
/* ブログカテゴリ選択2 */
.blog-category {
  margin-top: 70px;
  text-align: center;
}
.blog-category__inner {
  display: inline-block;
}
.blog-category__heading {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
}
.blog-category-list2 {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
  padding: 0
}
.blog-category-list2 li {
    margin-bottom: 1rem;
    padding: 0 0.7rem;
  }
.blog-category-list2 a {
    display: inline-block;
    width: 10em;
    padding: 0.2em 0.5em;
    border-radius: 2em;
    border: 1px solid;
    color: #333;
    font-weight: bold;
    letter-spacing: 0;
    text-decoration: none;
  }
.blog-category-list2 a.current,.blog-category-list2 a:hover {
    background: #333;
    color: #fff;
  }
/* ブログ本文 */
.blog-header {
  margin-bottom: 4rem;
}
.blog-header-category span {
    display: inline-block;
    padding: 0.2em 1.5em;
    border-radius: 1.5em;
    border: 1px solid #666;
    font-size: 1.3rem;
    font-weight: bold;
  }
.blog-header-title {
  margin: 0.6em 0 0.2em;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
.blog-header-date {
  float: left;
  color: #999;
}
.blog-header-view {
  font-weight: bold;
  text-align: right
}
.blog-header-view::before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
    background: url(../images/icon_view.svg) no-repeat center center/contain;
    vertical-align: middle;
  }
.blog-content {
  margin: 3rem 0;
}
/* -----------------------------------
  /about
----------------------------------- */
/* ごあいさつ */
.about01 {
  padding-top: 0!important;
}
.message__body {
  margin-bottom: 40px;
}
.message__image {
  position: relative;
  overflow: hidden;
  width: 80%;
  max-width: 320px;
  margin: 0 auto
}
.message__image img {
    width: 100%;
  }
/* イメージ画像 */
.about02 {
  position: relative;
  max-width: 1440px;
  margin: 0 auto
}
.about02 img {
    width: 100%;
  }
/* 事業紹介 */
.about03::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    z-index: -1;
    width: 50vw;
    background: #f6f6f6;
  }
.about03__inner {
  counter-reset: service;
  width: 80%;
  max-width: 400px;
  margin: 0 auto
}
.about03__inner .grid-cell {
    counter-increment: service;
  }
.about03__inner .about-title.no {
    position: relative;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #ccc;
  }
.about03__inner .about-title.no::after {
    content: "Services - "counter(service);
    display: block;
    position: absolute;
    right: 0;
    top: 1rem;
    color: #1e96d5;
    font-size: 1.2rem;
    text-align: right;
  }
/* 強み */
.about04-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: point
}
.about04-list li {
    counter-increment: point;
    margin-bottom: 50px;
  }
.about04-item {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  background: #f6f6f6
}
.about04-item::before {
    content: "0" counter(point);
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
    width: 3.33em;
    height: 3.33em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background: #1e96d5;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 3.33;
  }
.about04-item__body {
  padding: 30px 20px
}
.about04-item__body .subheading {
    margin-bottom: 0.75em;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #ccc;
    font-size: 2.2rem;
    font-weight: bold;
  }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .about04-item__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
/* 会社概要 */
.about05 table {
    width: 100%;
  }
.about05 tr:nth-of-type(odd) {
    background: #f6f6f6;
  }
.about05 th {
    padding: 15px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
  }
.about05 td {
    padding: 15px;
  }
/* ギャラリー */
.gallery .slick-prev,
  .gallery .slick-next {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 33px;
    border-radius: 0;
    background: #232b36;
    opacity: 0.8;
    -webkit-transform: none;
    transform: none
  }
.gallery .slick-prev::before, .gallery .slick-next::before {
      content: "";
      display: block;
      width: 9px;
      height: 9px;
    }
.gallery .slick-prev:hover, .gallery .slick-next:hover {
      opacity: 1;
    }
.gallery .slick-prev {
    top: auto;
    bottom: 0;
    left: 0
  }
.gallery .slick-prev::before {
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
.gallery .slick-next {
    top: auto;
    bottom: 0;
    left: 40px;
    border-left: 1px solid rgba(255,255,255,0.3)
  }
.gallery .slick-next::before {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
.gallery .slick-dots {
    text-align: right;
  }
/*------------------------------------*\
    Form Element
\*------------------------------------*/
.input,
.textarea,
.select,
.select option {
  -webkit-appearance: none;
  -moz-appearance: none;
	appearance: none;
}
.input,
.textarea,
.select {
	width: 100%;
	line-height: normal;
	margin: 0;
	padding: 0 1rem;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 1.6rem;
	-webkit-transition: all .1s;
	transition: all .1s;
  outline: 0;
}
.input {
  display: inline-block;
	height: 3em;
	line-height: 1;
  vertical-align: middle;
}
.input::-ms-clear,
.input::-ms-reveal {/* IE10以上用 */
	margin-right: -6px;
	height: 20px;
	color: rgba(0,0,0,.5);
}
.textarea {
	height: auto;
	min-height: 100px;
	padding-top: .8rem;
	padding-bottom: .8rem;
	line-height: 1.4;
	vertical-align: top;
}
.select {
	display: block;
  padding: 0 24px 0 1rem;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgOSAxNCI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNLjUgNWw0LTQgNCA0TTguNSA5LjAxbC00IDQtNC00IiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojNWU2Yzc1O3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS13aWR0aDouOTNweCIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: right .8rem center;
  text-overflow: "";
}
.select::-ms-expand { display: none;}
/* IE10以上用 */
/* チェックボックス・ラジオボタン */
.checkbox,
.radio {
	display: block;
	position: relative;
	z-index: 0;
	line-height: 1;
	margin: .8rem 0;
	font-size: 1.6rem;
}
.checkbox input,
.radio input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	clip:rect(1px,1px,1px,1px);
	width:1px;
	height:1px;
}
.checkbox .form__icon,
.radio .form__icon {
	display: inline-block;
	position: relative;
  width: 1.125em;
  height: 1.125em;
	margin-right: .4em;
  background: #fff;
	border: 1px solid #d7d7d7;
	color: transparent;
	-webkit-transition: all .15s;
	transition: all .15s;
	vertical-align: -.22em;
}
.checkbox input:not([disabled]) + .form__icon,
.radio input:not([disabled]) + .form__icon { cursor: pointer;}
.checkbox .form__icon { border-radius: .3rem;}
.radio .form__icon { border-radius: 50%;}
.checkbox .form__icon:before {
	display: block;
	position: absolute;
	left: .25em;
	top: 0;
	width: .5em;
	height: .75em;
	border-style: solid;
	border-width: 0 .2rem .2rem 0;
	border-color: currentColor;
	-webkit-transform: rotate(48deg);
	transform: rotate(48deg);
	content: "";
}
.radio .form__icon:before {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: .375em;
	height: .375em;
	border-radius: 50%;
	background: currentColor;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	content: "";
}
.checkbox input:checked + .form__icon,
.radio input:checked + .form__icon { background: #232b36; border-color: #232b36; color: #fff;}
.checkbox input:checked:focus + .form__icon,
.radio input:checked:focus + .form__icon { background: rgb(30, 37, 46);}
/* 入力項目ステート */
.input:disabled,
.textarea:disabled,
.input[readonly],
.textarea[readonly],
.checkbox input:disabled + .form__icon,
.radio input[readonly] + .form__icon { background-color: #f5f5f7;}
.input:focus,
.textarea:focus,
.select:focus,
.checkbox input:focus + .form__icon,
.radio input:focus + .form__icon { border-color: #232b36;}
/* Utility
   ----------------------------------------------------------------- */
/* Responsive */
.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.video iframe {
	position: absolute;
	outline: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Display */
.u-none { display: none; }
.u-block { display: block; }
.u-inline { display: inline; }
.u-inline-block { display: inline-block; }
/* Text Align & Font style */
.u-text-left { text-align: left; }
.u-text-center { text-align: center; }
.u-text-right { text-align: right; }
/* widths */
.u-w100 { width: 100%; }
.u-w90 { width: 90%; }
.u-w80 { width: 80%; }
.u-w75 { width: 75%; }
.u-w70 { width: 70%; }
.u-w66 { width: 66%; }
.u-w60 { width: 60%; }
.u-w50 { width: 50%; }
.u-w40 { width: 40%; }
.u-w33 { width: 33%; }
.u-w30 { width: 30%; }
.u-w25 { width: 25%; }
.u-w20 { width: 20%; }
.u-w10 { width: 10%; }
.u-w-auto { width: auto; }
/* Margins */
.u-mt-0 { margin-top: 0 !important; }
.u-mb-0 { margin-bottom: 0 !important; }
.u-mr-0 { margin-right: 0 !important; }
.u-ml-0 { margin-left: 0 !important; }
.u-mt-1 { margin-top: 10px !important; }
.u-mr-1 { margin-right: 10px !important; }
.u-mb-1 { margin-bottom: 10px !important; }
.u-ml-1 { margin-left: 10px !important; }
.u-mt-2 { margin-top: 20px !important; }
.u-mr-2 { margin-right: 20px !important; }
.u-mb-2 { margin-bottom: 20px !important; }
.u-ml-2 { margin-left: 20px !important; }
.u-mt-3 { margin-top: 30px !important; }
.u-mr-3 { margin-right: 30px !important; }
.u-mb-3 { margin-bottom: 30px !important; }
.u-ml-3 { margin-left: 30px !important; }
.u-mt-4 { margin-top: 45px !important; }
.u-mr-4 { margin-right: 45px !important; }
.u-mb-4 { margin-bottom: 45px !important; }
.u-ml-4 { margin-left: 45px !important; }
.u-mt-5 { margin-top: 60px !important; }
.u-mr-5 { margin-right: 60px !important; }
.u-mb-5 { margin-bottom: 60px !important; }
.u-ml-5 { margin-left: 60px !important; }
.u-mr-auto,
.u-mx-auto { margin-right: auto !important; }
.u-ml-auto,
.u-mx-auto { margin-left: auto !important; }
/* Paddings */
.u-p-0 { padding-top: 0 !important; }
.u-pt-0 { padding-top: 0 !important; }
.u-pb-0 { padding-bottom: 0 !important; }
/* Text Styles */
.u-bold { font-weight: bold; }
.u-normal { font-weight: 400; }
.u-font-l { font-size: 2.4rem; }
.u-font-m { font-size: 1.8rem; }
.u-font-s { font-size: 1.2rem; }
@media (max-width: 30em) {}
@media (min-width: 30.001em) {
  .sm-grid--fit > .grid-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sm-grid--full > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sm-grid--1of2 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .sm-grid--1of3 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .sm-grid--1of4 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .sm-grid--gutters {
    margin: -2rem 0 2rem -2rem;
  }
  .sm-grid--gutters > .grid-cell {
    padding: 2rem 0 0 2rem;
  }
  .sm-grid--gutters-wide {
    margin: -4rem 0 4rem -4rem;
  }
  .sm-grid--gutters-wide > .grid-cell {
    padding: 4rem 0 0 4rem;
  }
	.u-sm-none { display: none !important; }
	.u-sm-block { display: block !important; }
	.u-sm-inline { display: inline !important; }
	.u-sm-inline-block { display: inline-block !important; }}
@media (max-width: 40em) {}
@media (min-width: 40.001em) {
	.pagetitle {
		height: 350px;
	}
  .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
	.block--center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
  .block__heading {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 19.3548%;
    flex: 1 0 19.3548%;
    max-width: 19.3548%;
    margin-bottom: 0;
  }
  .block__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80.6451%;
    flex: 1 0 80.6451%;
    max-width: 80.6451%;
  }
  .md-grid--fit > .grid-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .md-grid--full > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .md-grid--1of2 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .md-grid--1of3 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .md-grid--1of4 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .md-grid--gutters {
    margin: -2rem 0 2rem -2rem;
  }
  .md-grid--gutters > .grid-cell {
    padding: 2rem 0 0 2rem;
  }
  .md-grid--gutters-wide {
    margin: -4rem 0 4rem -4rem;
  }
  .md-grid--gutters-wide > .grid-cell {
    padding: 4rem 0 0 4rem;
  }
  .block-heading {
    font-size: 4rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
  }
    .block-heading [data-en]::before {
      margin-bottom: 0;
      margin-left: 1.5em;
    }
  .top-about__01 {
    position: relative;
    padding: 40px 45% 60px 0
  }
    .top-about__01 .list-cta {
      max-width: 380px;
      margin: 40px 0 0;
    }
  .top-about__image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60%;
    height: 100%
  }
    .top-about__image::before {
      left: 0;
      -webkit-transform: none;
      transform: none;
      width: 100%;
    }
  .top-about__02 {
    margin-top: 0;
  }
  .top-contact {
    padding: 100px 0;
  }
  .blog-section__more {
    position: absolute;
    top: 1.5rem;
    right: 0;
    margin-top: 0;
  }
  .blog-list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
  }
    .blog-list2 li {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 33.3333%;
      flex: 1 0 33.3333%;
      max-width: 33.3333%;
      padding: 0 15px;
    }
  .blog-item2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-item2__image,
  .blog-item2__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
  .blog-item2__image {
    margin-bottom: 2rem;
  }
  .blog-item2-date {
    float: left;
  }
  .blog-item2-view {
    display: block;
    text-align: right;
  }
  .blog-header-title {
    font-size: 3.4rem;
  }
  .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .message__body {
    -webkit-box-flex:1;
    -ms-flex:1 0 60%;
    flex:1 0 60%;
    max-width: 60%;
    margin-bottom: 0;
  }
  .message__image {
    -webkit-box-flex:1;
    -ms-flex:1 0 32.7%;
    flex:1 0 32.7%;
    max-width: 32.7%;
  }
    .about04-list li:nth-of-type(even) .about04-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
    .about04-list li:nth-of-type(odd) .about04-item::before {
      right: 20px;
      left: auto;
    }
  .about04-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
  }
  .about04-item__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 60%;
  }
  .about04-item__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    max-width: 40%;
  }
	.u-md-none { display: none !important; }
	.u-md-block { display: block !important; }
	.u-md-inline { display: inline !important; }
	.u-md-inline-block { display: inline-block !important; }}
@media (max-width: 60em) {
	.sp-navi-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 100;
		width: 50px;
		height: 50px;
		border: none;
		border-radius: 0;
		background: #232b36;
		line-height: 1;
		cursor: pointer
	}
		.sp-navi-btn .icon {
			display: block;
			position: relative;
			width: 28px;
			height: 1px;
			background: #fff;
		}
		.sp-navi-btn .icon::before,
		.sp-navi-btn .icon::after {
			display: block;
			position: absolute;
			top: 50%;
			left: 0;
			width: 100%;
			height: 100%;
			background: #fff;
			content: "";
		}
		.sp-navi-btn .icon::before {
			margin-top: -8px;
		}
		.sp-navi-btn .icon::after {
			margin-top: 8px;
		}
	.header-navi {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 99;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0;
		visibility: hidden;
		background: #232b36;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
		transition: -webkit-transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
		transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
		transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1)
	}
		.header-navi a {
			font-size: 2.4rem;
		}
			.navi-open .sp-navi-btn .icon {
				background: transparent
			}
				.navi-open .sp-navi-btn .icon::before,
				.navi-open .sp-navi-btn .icon::after {
					margin-top: -2px;
				}
				.navi-open .sp-navi-btn .icon::before {
					-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
				}
				.navi-open .sp-navi-btn .icon::after {
					-webkit-transform: rotate(-135deg);
					transform: rotate(-135deg);
				}
		.navi-open .header-navi {
			-webkit-transform: scale(1);
			transform: scale(1);
			opacity: 1;
			visibility: visible;
		}}
@media (min-width: 60.001em) {
	.container {
		width: 86%;
	}
	.header-group {
		width: 86%;
		padding: 0;
	}
	.header-logo {
		width: 100px;
	}
	.header-group {
		max-width: 1240px;
		padding-top: 50px;
	}
	.header {
		padding: 0 50px;
	}
	.header-logo {
		width: 140px;
		left: -70px;
	}
	.sp-navi-btn {
		display: none;
	}
	.header-navi {
		position: absolute;
		top: 180px;
		left: -50px;
		z-index: 1
	}
		.header-navi a {
			position: relative;
		}
		.header-navi a::after {
			content: "";
			position: absolute;
			right: 0;
			bottom: 0;
			width: 0;
			border-bottom: 1px solid #1e96d5;
			-webkit-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
		}
		.header-navi a:hover::after {
			right: auto;
			left: 0;
			width: 100%;
		}
	.pagetitle {
		width: 104%;
		max-width: 1290px;
		height: 600px;
	}
	.pagetitle__title {
		font-size: 2.4rem;
	}
  .pagetitle__title::before {
  	font-size: 2.5em;
  }
	.main {
		margin-top: 18.5rem;
		margin-bottom: 22rem;
	}
	.section {
		padding: 18rem 0;
	}
  .section-2 {
    position: relative;
  	margin: 6rem 0;
  }
	.footer {
		padding: 120px 0 130px;
	}
	.footer__heading {
		position: absolute;
		left: 0;
		top: 0;
		width: 25%
	}
		.footer__heading img {
			max-width: 100%;
		}
	.footer__body {
		width: 72%;
		margin-left: auto;
	}
	.footer-content {
		font-size: 1.5rem;
	}
	.footer-content__links {
		margin-top: 8rem;
	}
	.footer-sns {
		position: absolute;
		left: 0;
		bottom: 0;
		margin-top: 0;
	}
	.copyright {
		position: fixed;
		top: 50%;
		right: 12px;
		margin: 0;
		color: #333;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
		.copyright span {
			-webkit-writing-mode: vertical-rl;
			-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
		}
	.pagetop {
		top: -40px;
		width: 86%
	}
		.pagetop a {
			width: 80px;
			padding-top: 80px;
		}
		.pagetop a::before {
			width: 34px;
			height: 5px;
		}
  .lg-grid--fit > .grid-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .lg-grid--full > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .lg-grid--1of2 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .lg-grid--1of3 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .lg-grid--1of4 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .lg-grid--gutters {
    margin: -2rem 0 2rem -2rem;
  }
  .lg-grid--gutters > .grid-cell {
    padding: 2rem 0 0 2rem;
  }
  .lg-grid--gutters-wide {
    margin: -4rem 0 4rem -4rem;
  }
  .lg-grid--gutters-wide > .grid-cell {
    padding: 4rem 0 0 4rem;
  }
  .h2 {
    font-size: 3rem;
  }
  .h3 {
    font-size: 2.4rem;
  }
  .lead {
    font-size: 4.4rem;
  }
    .list-cta a {
      padding: 1.5rem 5rem 1.5rem 0;
    }
  hr {
    margin: 9rem 0;
  }
  .block-heading {
    font-size: 6rem;
  }
  .hero {
    max-width: 1290px;
    margin-left: auto;
  }
  .hero__logo {
    top: 50px;
    width: 22px;
  }
  .hero__lead {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 990px;
    width: 80%
  }
    .hero__lead .serif {
      font-size: 5.8rem;
    }
    .hero__lead .serif-en {
      margin-top: 2.5rem;
      font-size: 1.6rem;
    }
  .hero__thumbs {
    bottom: -50px;
  }
  .slider-thumb {
    width: 80px;
    height: 80px;
  }
  .hero-scroll {
    position: absolute;
    bottom: -50px;
    left: -4%;
    height: 150px;
  }
  .top-blog {
    padding: 220px 0 150px;
  }
  .blog-item__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 18%;
    flex: 1 0 18%;
    max-width: 18%;
  }
  .blog-item__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 79%;
    flex: 1 0 79%;
    max-width: 79%;
  }
  .top-about {
    margin: 180px 0 250px;
  }
  .top-about__01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 45% 170px 0
  }
    .top-about__01::before {
      width: 60%;
      height: 100%;
    }
  .top-about__02 {
    width: 90%;
    max-width: 1040px;
    margin-top: -50px
  }
    .top-about__02::before {
      top: 140px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 90vw;
      max-width: 1240px;
      height: 90%;
      background: #f6f6f6;
    }
    .top-about__02 .grid-cell {
      padding-top: 0;
    }
    .top-about-item .about-title {
      margin-bottom: 1.5rem;
      font-size: 2.2rem;
    }
  .top-movie {
    height: 500px;
    padding: 0;
  }
  .top-movie__inner {
    width: 50%;
    margin-left: auto;
  }
  .top-movie__heading {
    font-size: 6rem;
  }
  .top-movie__lead {
    font-size: 3.6rem;
  }
  .top-contact {
    padding: 18rem 0
  }
    .top-contact dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .top-contact dt {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 28%;
      flex: 1 0 28%;
      max-width: 28%;
    }
    .top-contact dd {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 72%;
      flex: 1 0 72%;
      max-width: 72%;
      margin: 0 0 2rem;
    }
  .send-btn,.back-btn {
    max-width: 380px;
  }
  .blog-item2-title {
    margin-bottom: 0.5em;
    font-size: 1.8rem;
  }
  .blog-header-category  span {
    font-size: 1.5rem;
  }
  .blog-header-title {
    font-size: 4.4rem;
  }
  .about03__inner {
    width: 100%;
    max-width: none
  }
    .about03__inner .about-title.no::after {
      position: static;
    }
    .about04-list li {
      margin-bottom: 130px;
    }
    .about04-list li:nth-of-type(odd) .about04-item::before {
      right: 40px;
    }
  .about04-item::before {
    left: 40px;
  }
  .about04-item__body,
  .about04-item__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
  .about04-item__body {
    padding: 5% 8%
  }
    .about04-item__body .subheading {
      font-size: 3rem;
    }
    .about05 table {
      width: 100%;
      max-width: 860px;
      margin-left: auto;
    }
    .about05 th {
      width: 140px;
      padding: 20px 30px;
    }
    .about05 td {
      padding: 20px 30px;
    }
    .gallery .slick-prev,
    .gallery .slick-next {
      width: 68px;
      height: 57px;
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
    }
    .gallery .slick-prev {
      left: 50px;
    }
    .gallery .slick-next {
      left: 118px;
    }
  .input {
  	height: 3.75em;
  }
	.u-lg-none { display: none !important; }
	.u-lg-block { display: block !important; }
	.u-lg-inline { display: inline !important; }
	.u-lg-inline-block { display: inline-block !important; }}
@media (min-width: 80.001em) {
    .hero__lead .serif {
      font-size: 7.2rem;
    }
    .about03__inner .about-title.no::after {
      position: absolute;
    }}
@media screen and (--max-md) {
	.table th,
	.table td {
		padding: .5em;
	}
	.table-scroller {
		display: block;
		width: 100%;
		overflow-x: auto
	}

		.table-scroller table {
			margin-bottom: 4px;
		}
		.table-scroller td,
		.table-scroller th {
			border: 1px solid #ccc;
			white-space: nowrap;
		}
}
/*# sourceMappingURL=maps/main.css.map */
