/*
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

*,
*::before,
*::after {
	box-sizing: border-box;
	background-repeat: no-repeat;
}

html {
	overflow-y: scroll;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

::before,
::after {
	vertical-align: inherit;
	text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
	margin: 0;
	padding: 0;
}

@-ms-viewport {
	width: device-width;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/

audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

summary {
	display: list-item; /* Add the correct display in all browsers */
}

small {
	font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
	display: none; /* Add the correct display in IE */
}

abbr[title] {
	text-decoration: none; /* Remove text decoration in Firefox 40+ */
	border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
}

a {
	text-decoration: none;
	background-color: transparent; /* Remove the gray background on active links in IE 10 */
	-webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
	outline-width: 0; /* Remove the outline when hovering in all browsers */
}

a:not([href]) {
	cursor: pointer;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
	font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
	font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */

mark {
	color: #000;
	background-color: #ff0;
}

/* https://gist.github.com/unruthless/413930 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

li {
	list-style: none outside;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
	border-radius: 0;
}

input::-ms-clear {
	visibility: hidden;
}

/* Apply cursor pointer to button elements */

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
	cursor: pointer;
}

/* Replace pointer cursor in disabled elements */

[disabled] {
	cursor: default;
}

[type="number"] {
	width: auto; /* Firefox 36+ */
}

[type="search"] {
	-webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; /* Safari 8 */
}

textarea {
	overflow: auto; /* Internet Explorer 11+ */
	resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
	overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: 0;
}

/* Replace focus style removed in the border reset above */

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
	text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
	color: inherit;
	border-style: none;
	background-color: transparent;
}

/* Style select like a standard input */

select {
	-webkit-appearance: none; /* Chrome 41+ */
	-moz-appearance: none; /* Firefox 36+ */
}

select::-ms-expand {
	display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor; /* Internet Explorer 11+ */
}

legend {
	display: table; /* Correct the text wrapping in Edge and IE */
	max-width: 100%; /* Correct the text wrapping in Edge and IE */
	white-space: normal; /* Correct the text wrapping in Edge and IE */
	color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
	border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
	font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
}

[type="search"] {
	outline-offset: -2px; /* Correct the outline style in Safari */
	-webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
	vertical-align: bottom;
	border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden; /* Internet Explorer 11- */
}

svg {
	vertical-align: top;
}

audio,
canvas,
progress,
video {
	display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */

[aria-busy="true"] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled] {
	cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
	color: #000;
	background-color: #fdbaab; /* Required when declaring ::selection */
	text-shadow: none;
}

::selection {
	color: #000;
	background-color: #fdbaab; /* Required when declaring ::selection */
	text-shadow: none;
}

html {
	font-family: YakuHanJP, "Roboto", Shuei KakuGo Gin L, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 62.5%;
}

/*_:lang(x)::-ms-backdrop,
html {
  font-family: "メイリオ", Meiryo, sans-serif;
}*/

body {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.68;
	letter-spacing: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: #3f2e26;
	background: #FFFFFF;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a {
	outline: none;
	color: #3f2e26;
}

a:focus,
*:focus {
	outline: none;
}

/* リンク未設定のスタイル */

.no-link:hover {
	cursor: default;
	opacity: 1;
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
}

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

.none {
	display: none !important;
}

.main {
	padding-top: 60px;
}

.inner {
	padding-left: 16px;
	padding-right: 16px;
}

.slick-list {
	z-index: 5;
}

.slick-dots {
	pointer-events: none;
	z-index: 20;
}

.slick-dots li button {
	pointer-events: auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #bebbbd;
	border: 2px solid #bebbbd;
	padding: 0;
}

.slick-dots li button:before {
	display: none;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
	border-color: #68656e;
	background: none;
}

.slick-arrow {
	top: auto;
	bottom: 40px;
	z-index: 6;
	transform: translate(0, 0);
	width: 20px;
	height: 8px;
	padding: 10px;
	box-sizing: content-box;
}

.slick-arrow:before {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border-top: 1px solid #cbc4c1;
	position: absolute;
	bottom: 6px;
	opacity: 1;
}

.slick-arrow:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #cbc4c1;
	position: absolute;
	bottom: 10px;
	left: 0px;
	opacity: 1;
	pointer-events: none;
}

.slick-arrow.slick-next {
	right: 16px;
}

.slick-arrow.slick-next:before {
	right: 1px;
	transform: rotate(45deg);
}

.slick-arrow.slick-prev {
	left: 16px;
}

.slick-arrow.slick-prev:before {
	left: 1px;
	transform: rotate(-45deg);
}

.heading-wide {
	text-align: center;
	margin-bottom: 20px;
}

.heading-wide__en {
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: 2.8rem;
	font-weight: bold;
}

.heading-wide__en:before,
.heading-wide__en:after {
	content: '';
	display: block;
	border-top: 2px solid #cbc4c1;
	flex: 1;
}

.heading-wide__en span {
	width: 160px;
}

.heading-wide__jp {
	display: block;
	font-family: YakuHanJP, Shuei KakuGo Gin M;
	font-size: 1.4rem;
	transform: rotate(0.08deg);
}

.header {
	height: 60px;
	width: 100%;
	position: fixed;
	z-index: 97;
	top: 0;
	border-bottom: 1px solid #c3c3c3;
	background: #FFF;
}

.header__logo {
	width: 160px;
	margin-top: -5px;
}

.is-gnav-active .header__nav {
	transition-delay: 0s;
	opacity: 1;
	visibility: visible;
}

.header__nav__menu__item {
	font-family: YakuHanJP, Shuei KakuGo Gin B;
	position: relative;
}

.header__nav__menu__item:last-child {
	margin-right: 0;
}

.header__nav__menu__item a {
	height: 100%;
}

.header__nav__menu__item a.no-link {
	opacity: 0.5;
}

.header__navbtn {
	cursor: pointer;
	padding: 10px;
	width: 28px;
	box-sizing: content-box;
	z-index: 20;
	position: fixed;
	right: 6px;
	top: 8px;
	z-index: 99;
}

.is-gnav-active .header__navbtn {
	margin-top: 8px;
}

.header__navbtn__line {
	display: block;
	width: 100%;
	height: 2px;
	background: #aba1a0;
	border-radius: 2px;
	transition: 0.4s ease-out transform;
	transition-duration: 0.15s;
}

body.is-gnav-active .header__navbtn__line:nth-child(1) {
	transform: rotate(45deg);
}

.header__navbtn__line:nth-child(2) {
	margin-top: 7px;
	margin-bottom: 7px;
}

body.is-gnav-active .header__navbtn__line:nth-child(2) {
	display: none;
}

body.is-gnav-active .header__navbtn__line:nth-child(3) {
	transform: rotate(-45deg);
	margin-top: -2px;
}

.footer {
	background: #574d48;
	height: 40px;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-top .visual {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(/assets/img/top/visual_bg.jpg) no-repeat center center;
	background-size: cover;
	height: 200px;
	margin-bottom: 40px;
}

.page-top .visual__logo__mark {
	display: block;
	width: 76px;
	margin: 0 auto 10px auto;
}

.page-top .visual__logo__text {
	display: block;
	width: 123px;
	margin: auto;
}

.page-top .news {
	padding-bottom: 30px;
}

.page-top .news__list__item {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.page-top .news__list__item:last-child {
	border-bottom: none;
}

.page-top .news__list__date {
	color: #e00011;
	font-family: "Roboto Condensed", sans-serif;
	font-style: italic;
	font-weight: bold;
}

.page-top .news__list__text {
	flex: 1;
}

.page-top .service {
	padding-top: 36px;
	padding-bottom: 30px;
	background: url(/assets/img/bg_pattern_01.gif);
	background-size: 4px 4px;
}

.page-top .service__tile__item {
	background: #FFF;
	margin-bottom: 12px;
	height: 150px;
}

.page-top .service__tile__item--blue {
	background-image: url(/assets/img/top/service_ph_03_pc.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
}

.page-top .service__tile__item.service__tile__item--l {
	height: auto;
}

.page-top .service__tile__ph {
	background: url(/assets/img/top/service_ph_01.jpg) no-repeat center top;
	background-size: cover;
}

.page-top .service__tile__body {
	padding: 16px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.page-top .service__tile__heading__main {
	font-family: YakuHanJP, Shuei KakuGo Gin B;
	font-size: 2.0rem;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 6px;
}

.page-top .service__tile__item--l .service__tile__heading__main {
	font-size: 2.8rem;
	line-height: 1.2em;
	font-family: "Roboto", sans-serif;
}

.page-top .service__tile__item--red .service__tile__heading__main {
	color: #e00011;
	font-style: italic;
}

.page-top .service__tile__item--brown .service__tile__heading__main {
	color: #714627;
}

.page-top .service__tile__item--blue .service__tile__heading__main {
	color: #0061aa;
}

.page-top .service__tile__item--orange .service__tile__heading__main {
	color: #ff6c00;
}

.page-top .service__tile__heading__sub {
	font-size: 1.3rem;
	font-weight: normal;
	color: #FFF;
	background: #666;
	display: inline-block;
	line-height: 1;
	padding: 2px 6px;
	font-size: 1.2rem;
}

.page-top .service__tile__item--red .service__tile__heading__sub {
	background: #ff7b85;
}

.page-top .service__tile__item--brown .service__tile__heading__sub {
	background: #9c7c65;
}

.page-top .service__tile__item--blue .service__tile__heading__sub {
	background: #47b9f1;
}

.page-top .service__tile__item--orange .service__tile__heading__sub {
	background: #ff9c00;
}

.page-top .service__tile__comment {
	margin-top: 18px;
	margin-bottom: auto;
}

.page-top .service__tile__btn {
	color: #817b78;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.page-top .service__tile__btn:after {
	content: '';
	display: block;
	background: url(/assets/img/icn_link_01.gif);
	background-size: 100% 100%;
	width: 11px;
	height: 11px;
	margin-top: 4px;
	margin-left: 6px;
}

@media screen {

[hidden~="screen"] {
	display: inherit;
}

[hidden~="screen"]:not(:active):not(:focus):not(:target) {
	position: absolute !important;
	clip: rect(0 0 0 0) !important;
}

}

@media (min-width: 641px) and (max-width: 1000px) {

.pc-notab {
	display: none;
}

.page-top .service__tile__item {
	height: 200px;
}

.page-top .service__tile__item--blue {
	background-size: 140px auto;
}

.page-top .service__tile__item.service__tile__item--l {
	height: 280px;
}

.page-top .service__tile__body {
	padding: 20px;
}

.page-top .service__tile__heading__main {
	font-size: 2.6vw;
}

.page-top .service__tile__item--l .service__tile__heading__main {
	font-size: 4vw;
}

.page-top .service__tile__heading__sub {
	font-size: 1.3vw;
}

}

@media (min-width: 641px) {

.sp {
	display: none;
}

.slick-arrow {
	width: 40px;
}

.heading-wide {
	margin-bottom: 42px;
}

.heading-wide__en {
	font-size: 3.6rem;
	margin-bottom: 8px;
}

.heading-wide__en span {
	width: 216px;
}

.heading-wide__jp {
	font-size: 1.8rem;
}

.footer {
	height: 92px;
	font-size: 1.5rem;
}

.page-top .visual {
	height: 446px;
	margin-bottom: 80px;
}

.page-top .visual__logo {
	margin-top: -60px;
}

.page-top .visual__logo__mark {
	width: 146px;
	height: 125px;
	margin-bottom: 30px;
}

.page-top .visual__logo__text {
	width: 235px;
	height: 30px;
}

.page-top .news {
	padding-bottom: 80px;
}

.page-top .news__list__item {
	display: flex;
}

.page-top .news__list__date {
	width: 124px;
}

.page-top .service__tile {
	display: flex;
	flex-wrap: wrap;
}

.page-top .service__tile__item {
	width: calc((100% - 40px) / 3 - 0.5px);
	margin-right: 20px;
	margin-bottom: 20px;
}

.page-top .service__tile__item:last-child {
	margin-right: 0;
}

.page-top .service__tile__item--brown {
	background: url(/assets/img/top/service_ph_02_pc.jpg) no-repeat top right;
	background-size: cover;
}

.page-top .service__tile__item--blue {
	background-position: center bottom 10px;
}

.page-top .service__tile__item--orange {
	background: url(/assets/img/top/service_ph_04_pc.jpg) no-repeat top right;
	background-size: cover;
}

.page-top .service__tile__item.service__tile__item--l a {
	width: 100%;
	display: flex;
}

.page-top .service__tile__item.service__tile__item--l {
	display: flex;
	width: 100%;
	margin-right: 0;
}

.page-top .service__tile__ph {
	width: 60%;
}

.page-top .service__tile__btn:after {
	margin-top: 2px;
}

}

@media (min-width: 1001px) {

a {
	transition: 0.4s ease-out opacity;
}

a:hover {
	opacity: 0.7;
}

.tab {
	display: none;
}

.main {
	padding-top: 78px;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.slick-arrow {
	transition: 0.4s ease-out;
	transition-duration: 0.2s;
}

.slick-arrow.slick-prev:hover {
	transform: translateX(-3px);
}

.slick-arrow.slick-next:hover {
	transform: translateX(3px);
}

.slick-arrow:after {
	transition: 0.4s ease-out;
	transition-duration: 0.15s;
}

.slick-arrow:hover:after {
	transform: scaleX(0.9);
	transform-origin: top right;
}

.slick-arrow.slick-next {
	right: 0px;
}

.slick-arrow.slick-next:hover:after {
	transform-origin: top right;
}

.slick-arrow.slick-prev {
	left: 0px;
}

.slick-arrow.slick-prev:hover:after {
	transform-origin: top left;
}

.header {
	height: 78px;
}

.header__inner {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__logo {
	width: 220px;
	height: 43px;
	margin-top: -20px;
}

.header__nav {
	height: 100%;
}

.header__nav__menu {
	display: flex;
	height: 100%;
}

.header__nav__menu__item {
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 2em;
}

.header__nav__menu__item a {
	display: flex;
	align-items: center;
}

.header__navbtn {
	display: none;
}

.page-top .service {
	padding-top: 80px;
	padding-bottom: 80px;
}

.page-top .service__tile__item {
	height: 252px;
}

.page-top .service__tile__item--blue {
	background-size: 224px auto;
}

.page-top .service__tile__item.service__tile__item--l {
	height: 336px;
}

.page-top .service__tile__body {
	padding: 26px;
}

.page-top .service__tile__heading__main {
	font-size: 2.4rem;
}

.page-top .service__tile__item--l .service__tile__heading__main {
	font-size: 4.0rem;
}

.page-top .service__tile__comment {
	font-size: 1.5rem;
}

}

@media (max-width: 1000px) {

.header__nav {
	position: fixed;
	z-index: 98;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #FFF;
	padding: 40px;
	transition: opacity 0.4s, visibility 0s ease 0.4s;
	opacity: 0;
	visibility: hidden;
}

.header__nav__menu {
	padding-top: 20px;
}

.header__nav__menu__item {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 14px;
	padding-left: 26px;
}

.header__nav__menu__item:before {
	content: '';
	display: block;
	width: 12px;
	height: 1px;
	background: #cbc4c1;
	position: absolute;
	left: 0px;
	top: 50%;
}

}

@media (max-width: 640px) {

.pc {
	display: none;
}

.pc-notab {
	display: none;
}

.tab {
	display: none;
}

.page-top .news__list__date {
	font-size: 1.3rem;
}

.page-top .news__list__text {
	font-size: 1.3rem;
}

.page-top .service__tile__item--brown {
	background: url(/assets/img/top/service_ph_02_sp.jpg) no-repeat top right #FFF;
	background-size: auto 100%;
}

.page-top .service__tile__item--blue {
	background-position: right 20px bottom 10px;
	background-size: 120px auto;
	padding-bottom: 170px;
}

.page-top .service__tile__item--orange {
	background: url(/assets/img/top/service_ph_04_sp.jpg) no-repeat top right #FFF;
	background-size: auto 100%;
}

.page-top .service__tile__ph {
	height: 200px;
}

.page-top .service__tile__btn {
	margin-top: 12px;
	font-size: 1.3rem;
}

}

