@charset "UTF-8";
/* ---------------------------------------
 foundation
--------------------------------------- */
/* color
--------------------------------------- */
/* breakpoint
--------------------------------------- */
/* original function
--------------------------------------- */
/* typography
--------------------------------------- */
/* utility
--------------------------------------- */
/* mediaqueries
--------------------------------------- */
/* @mixin retinaimg ($filename, $width) {
		 @media only screen and (-webkit-min-device-pixel-ratio: 1.3),(-webkit-min-device-pixel-ratio: 1.3),(min-resolution: 1.3dppx) {
			background-image: url('../images/' + $filename);
			background-size: $width auto;
		}
} */
/* =============================================================

	Meyer's CSS Reset v2.0 | 20110126
	http://meyerweb.com/eric/tools/css/reset/
	And custom code

 * ============================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  /* Custom code */
  -ms-text-size-adjust: 100%;
  /* Custom code */
  text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* Custom code */
input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border: 0px;
}

a:focus, input, textarea, button {
  outline: none;
}

a {
  background: none;
  /* IE9以上でクリック時に背景色がつくのを消す */
}

textarea {
  overflow: auto;
}

img {
  border: none;
  vertical-align: bottom;
}

/* =============================================================

	Base

* ============================================================= */
html {
  font-size: 87.5%;
  /* 14px */
}

@media screen and (min-width: 1500px) {
  html {
    font-size: 93.75%;
    /* 15px */
  }
}

body {
  color: #1a1a1a;
  font-family: 'Open Sans', Arial, Roboto, "Droid Sans", "游ゴシック体", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-ideograph;
  /* for IE */
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  visibility: visible !important;
  position: relative;
  min-width: 320px;
}

@media screen and (max-width: 799px) {
  body {
    line-height: 1.8;
  }
}

a {
  color: #1a1a1a;
  text-decoration: none;
}

h1, h2, h3, b, strong, em {
  font-weight: 700;
}

img {
  vertical-align: middle;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
  background-repeat: none;
}

.include-svg {
  display: none;
}

/* ---------------------------------------
 layout
--------------------------------------- */
/* l-wrapper
--------------------------------------- */
.l-wrapper {
  margin: 0 auto;
  max-width: 1800px;
  padding: 20px;
}

@media screen and (max-width: 1199px) {
  .l-wrapper {
    padding: 1.7vw;
  }
}

/* l-container
--------------------------------------- */
.l-container {
  max-width: 1800px;
  margin: 12% auto;
  padding: 0 18%;
}

@media screen and (max-width: 959px) {
  .l-container {
    padding: 0 12%;
  }
}

@media screen and (max-width: 599px) {
  .l-container {
    padding: 0 8%;
  }
}

@media screen and (max-width: 399px) {
  .l-container {
    padding: 0 20px;
  }
}

.l-container._wide {
  padding: 0 8%;
}

@media screen and (max-width: 1199px) {
  .l-container._wide {
    padding: 0 6%;
  }
}

@media screen and (max-width: 399px) {
  .l-container._wide {
    padding: 0 20px;
  }
}

/* l-grids
--------------------------------------- */
.l-grids {
  display: flex;
  flex-wrap: wrap;
}

.l-grids._flip {
  flex-direction: row-reverse;
}

.l-grids {
  margin: -1.8vw;
}

.l-grids > * {
  padding: 1.8vw;
}

.l-grids._border {
  margin-left: -3.5vw;
  margin-right: -3.5vw;
}

.l-grids._border > * {
  padding-left: 3.5vw;
  padding-right: 3.5vw;
}

@media screen and (max-width: 599px) {
  .l-grids {
    margin: -15px -10px;
  }
  .l-grids > * {
    padding: 15px 10px;
  }
}

.l-grid-1of2 {
  width: 50%;
}

.l-grid-1of3 {
  width: 33.333%;
}

.l-grid-2of3 {
  width: 66.666%;
}

@media screen and (max-width: 959px) {
  ._md-1of1 {
    width: 100%;
  }
}

/* f-copy
--------------------------------------- */
.f-copy {
  font-size: 12px;
  font-size: 0.85714rem;
  letter-spacing: .2em;
  text-align: center;
  padding-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .f-copy {
    font-size: 10px;
    font-size: 0.71429rem;
    letter-spacing: .15em;
  }
}

/* ---------------------------------------
 object
--------------------------------------- */
/* =============================================================

	typography

* ============================================================= */
.c-title-A, .c-title-B, .top-header > p, .top-service__item h3 {
  /* font-family: "見出ゴMB31", MidashiGoPro-MB31, "游ゴシック体", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
  font-family: "游ゴシック体", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/* c-title-A
--------------------------------------- */
.c-title-A {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6vw;
}

@media screen and (min-width: 1800px) {
  .c-title-A {
    margin-bottom: 108px;
  }
}

@media screen and (max-width: 599px) {
  .c-title-A {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 599px) {
  .c-title-A {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}

.c-title-A:after {
  content: "";
  width: 30px;
  height: 6px;
  background-color: #e84935;
  display: block;
  border-radius: 2px;
  margin: 1.5em auto 0;
}

/* c-title-B
--------------------------------------- */
.c-title-B {
  font-size: 32px;
  font-size: 2.28571rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2vw;
}

@media screen and (min-width: 1800px) {
  .c-title-B {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 599px) {
  .c-title-B {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 599px) {
  .c-title-B {
    font-size: 28px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 399px) {
  .c-title-B {
    font-size: 24px;
    font-size: 1.71429rem;
  }
}

/* =============================================================

	Links

* ============================================================= */
.c-linktxt {
  text-decoration: underline;
}

/* c-button-A
--------------------------------------- */
.c-button-A {
  text-align: center;
}

.c-button-A > a, .c-button-A > span {
  color: #fff;
  font-size: 13px;
  font-size: 0.92857rem;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  width: 17em;
  height: 70px;
  background-color: #1a1a1a;
  border-radius: 8px;
}

.c-button-A > a:hover, .c-button-A > span:hover {
  background-color: #e84935;
}

@media screen and (max-width: 959px) {
  .c-button-A > a, .c-button-A > span {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 599px) {
  .c-button-A > a, .c-button-A > span {
    font-size: 11px;
    font-size: 0.78571rem;
    line-height: 56px;
    height: 56px;
  }
}

/* =============================================================

	Object

* ============================================================= */
/* c-list-A
--------------------------------------- */
.c-list-A > li {
  padding-left: 1.2em;
}

.c-list-A > li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: #e84935;
  position: absolute;
  margin: .8em 0 0 -1em;
}

.c-list-A > li + li {
  margin-top: .4em;
}

@media screen and (max-width: 799px) {
  .c-list-A > li {
    padding-left: 1em;
  }
}

/* =============================================================

	top

* ============================================================= */
/* top-header
--------------------------------------- */
.top-header > h1 {
  width: 60%;
  max-width: 260px;
  margin: -2% auto 0;
  margin-bottom: 10vw;
}

@media screen and (min-width: 1800px) {
  .top-header > h1 {
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 599px) {
  .top-header > h1 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .top-header > h1 {
    width: 50%;
    max-width: 220px;
  }
}

@media screen and (max-width: 599px) {
  .top-header > h1 {
    max-width: 200px;
    margin-top: 0;
    padding-top: 20px;
  }
}

.top-header > p {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .top-header > p {
    font-size: 20px;
    font-size: 1.42857rem;
    text-align: justify;
    text-justify: inter-ideograph;
    /* for IE */
  }
}

@media screen and (max-width: 399px) {
  .top-header > p {
    font-size: 18px;
    font-size: 1.28571rem;
  }
}

/* top-mission
--------------------------------------- */
.top-mission__item {
  height: 100%;
  padding: 12%;
  border-radius: 8px;
  background-color: #fafafa;
}

@media screen and (max-width: 959px) {
  .top-mission__item {
    padding: 5%;
  }
}

.top-mission__item > .c-title-B > span {
  font-size: 13px;
  font-size: 0.92857rem;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  padding: .5em 0 1em;
}

.top-mission__item > p {
  margin-bottom: 1.5em;
}

.top-mission__item > .c-list-A {
  font-size: 13px;
  font-size: 0.92857rem;
}

/* top-service
--------------------------------------- */
.top-service__item {
  padding-bottom: 7vw;
  margin-bottom: 7vw;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 1800px) {
  .top-service__item {
    padding-bottom: 126px;
  }
}

@media screen and (max-width: 599px) {
  .top-service__item {
    padding-bottom: 42px;
  }
}

@media screen and (min-width: 1800px) {
  .top-service__item {
    margin-bottom: 126px;
  }
}

@media screen and (max-width: 599px) {
  .top-service__item {
    margin-bottom: 42px;
  }
}

.top-service__item h3 {
  font-size: 16px;
  font-size: 1.14286rem;
  text-align: left;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 399px) {
  .top-service__item h3 {
    font-size: 15px;
    font-size: 1.07143rem;
  }
}

@media screen and (max-width: 799px) {
  .top-service__item .l-grid-1of2 {
    width: 35%;
  }
  .top-service__item .l-grid-1of2:first-child {
    width: 65%;
  }
}

@media screen and (max-width: 599px) {
  .top-service__item .l-grid-1of2 {
    width: 100% !important;
  }
}

.top-service__item-img {
  display: flex;
  margin: -10px;
}

@media screen and (max-width: 799px) {
  .top-service__item-img {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .top-service__item-img {
    display: flex;
    margin: -15px -7px -7px;
  }
}

.top-service__item-img > * {
  display: block;
  width: 50%;
  margin: 10px;
}

@media screen and (max-width: 799px) {
  .top-service__item-img > * {
    width: auto;
  }
}

@media screen and (max-width: 599px) {
  .top-service__item-img > * {
    width: 50%;
    margin: 7px;
  }
}

/* .top-profile
--------------------------------------- */
.top-profile__pos {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 5vw;
}

@media screen and (min-width: 1800px) {
  .top-profile__pos {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 599px) {
  .top-profile__pos {
    margin-bottom: 30px;
  }
}

.top-profile__pos > li {
  margin-top: 1em;
}

@media screen and (max-width: 599px) {
  .top-profile__pos {
    font-size: 13px;
    font-size: 0.92857rem;
  }
  .top-profile__pos > li {
    margin-top: .7em;
  }
}

.top-profile__disc {
  line-height: 1.6;
  text-align: left;
  border-top: 1px solid #ccc;
}

.top-profile__disc > dt {
  font-size: 13px;
  font-size: 0.92857rem;
  position: absolute;
  padding: 1.4em 1em;
}

.top-profile__disc > dd {
  padding: 1.2em 0.5em 1.2em calc(12em + 10%);
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 799px) {
  .top-profile__disc > dt {
    padding: 1.3em 1em;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  .top-profile__disc > dd {
    padding: 1em 0 1em 12em;
  }
}

@media screen and (max-width: 599px) {
  .top-profile__disc > dt {
    position: static;
    padding: 0.9em 10px 0;
  }
  .top-profile__disc > dd {
    padding: 5px 10px .7em;
  }
}

/* top-company
--------------------------------------- */
.top-company > address {
  margin-bottom: 5vw;
}

@media screen and (min-width: 1800px) {
  .top-company > address {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 599px) {
  .top-company > address {
    margin-bottom: 30px;
  }
}

/* utility
--------------------------------------- */
.u-ls-0 {
  letter-spacing: 0;
}

.u-lh-lg {
  line-height: 2.4;
}

@media screen and (max-width: 799px) {
  .u-lh-lg {
    line-height: 2.1;
  }
}

.u-tal-l {
  text-align: left;
}

.u-tal-r {
  text-align: right;
}

.u-tal-c {
  text-align: center;
}

.u-tal-j {
  text-align: justify;
  text-justify: inter-ideograph;
  /* for IE */
}

@media screen and (max-width: 959px) {
  .u-tal-l__md {
    text-align: left;
  }
}

@media screen and (max-width: 959px) {
  .u-tal-r__md {
    text-align: right;
  }
}

@media screen and (max-width: 959px) {
  .u-tal-c__md {
    text-align: center;
  }
}

@media screen and (max-width: 959px) {
  .u-tal-j__md {
    text-align: justify;
    text-justify: inter-ideograph;
    /* for IE */
  }
}

@media screen and (max-width: 799px) {
  .u-tal-l__sm {
    text-align: left;
  }
}

@media screen and (max-width: 799px) {
  .u-tal-r__sm {
    text-align: right;
  }
}

@media screen and (max-width: 799px) {
  .u-tal-c__sm {
    text-align: center;
  }
}

@media screen and (max-width: 799px) {
  .u-tal-j__sm {
    text-align: justify;
    text-justify: inter-ideograph;
    /* for IE */
  }
}

@media screen and (max-width: 599px) {
  .u-tal-l__xs {
    text-align: left;
  }
}

@media screen and (max-width: 599px) {
  .u-tal-r__xs {
    text-align: right;
  }
}

@media screen and (max-width: 599px) {
  .u-tal-c__xs {
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .u-tal-j__xs {
    text-align: justify;
    text-justify: inter-ideograph;
    /* for IE */
  }
}

.u-tcl-red, .u-tcl-red a {
  color: red;
}

.u-fw-n {
  font-weight: 400;
}

.u-fw-b {
  font-weight: 700;
}

.u-pos-r {
  position: relative;
}

.u-pos-a {
  position: absolute;
}

.u-dp-il {
  display: inline;
}

.u-dp-ib {
  display: inline-block;
}

.u-dp-b {
  display: block;
}

.u-dp-n {
  display: none;
}

@media screen and (max-width: 959px) {
  .u-dp-il__md {
    display: inline;
  }
}

@media screen and (max-width: 959px) {
  .u-dp-ib__md {
    display: inline-block;
  }
}

@media screen and (max-width: 959px) {
  .u-dp-b__md {
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .u-dp-n__md {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  .u-dp-il__sm {
    display: inline;
  }
}

@media screen and (max-width: 799px) {
  .u-dp-ib__sm {
    display: inline-block;
  }
}

@media screen and (max-width: 799px) {
  .u-dp-b__sm {
    display: block;
  }
}

@media screen and (max-width: 799px) {
  .u-dp-n__sm {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .u-dp-il__xs {
    display: inline;
  }
}

@media screen and (max-width: 599px) {
  .u-dp-ib__xs {
    display: inline-block;
  }
}

@media screen and (max-width: 599px) {
  .u-dp-b__xs {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .u-dp-n__xs {
    display: none;
  }
}

@media screen and (max-width: 399px) {
  .u-dp-il__xxs {
    display: inline;
  }
}

@media screen and (max-width: 399px) {
  .u-dp-ib__xxs {
    display: inline-block;
  }
}

@media screen and (max-width: 399px) {
  .u-dp-b__xxs {
    display: block;
  }
}

@media screen and (max-width: 399px) {
  .u-dp-n__xxs {
    display: none;
  }
}

/* slick-slider
--------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
