@charset "UTF-8";
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

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

template,
[hidden] {
  display: none;
}

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

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  height: 0;
  overflow: visible;
}

nav ol,
nav ul {
  list-style: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

progress {
  vertical-align: baseline;
}

small {
  font-size: 83.3333%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  outline-width: 0;
}

p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type='checkbox'],
[type='radio'] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden][aria-hidden='false'] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden='false']:focus {
  clip: auto;
}

/*---------------------------------------
 * Body
 ---------------------------------------*/
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", meiryo, sans-serif;
  color: #221815;
  font-size: 12px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }
}

/*---------------------------------------
 * Base
 ---------------------------------------*/
html {
  height: 100%;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
}

table th {
  font-weight: normal;
}

figure {
  margin: 1em 0;
}

blockquote {
  margin: 1em 0 1em 20px;
  padding-left: 20px;
  border-left: solid 4px #ccc;
}

a {
  color: #221815;
  text-decoration: none;
}

a:link, a:visited, a:active {
  color: #221815;
  text-decoration: none;
}

a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

@media print, screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 0;
}

@media print, screen and (min-width: 768px) {
  img {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

b, strong {
  font-weight: bold;
}

/*---------------------------------------
 * Layout
 ---------------------------------------*/
main {
  position: relative;
  background-color: #fff;
}

/*---------------------------------------
 * Common Class
 ---------------------------------------*/
.container {
  max-width: calc(960px + 8%);
  margin: 0 auto;
  padding: 3% 4%;
}

@media screen and (max-width: 767px) {
	.container {
		padding: 0 4% 10%;
	}
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.cf:after {
  content: '';
  display: block;
  clear: both;
}

.bold {
  font-weight: bold;
}

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

.col-2 {
  display: flex;
  flex-wrap: wrap;
}

.col-2 .row {
  flex-basis: 100%;
}

@media print, screen and (min-width: 768px) {
  .col-2 .row {
    flex-basis: 50%;
  }
  .col-2 .row:nth-child(2n+1) {
    padding-right: 3.125%;
  }
  .col-2 .row:nth-child(2n) {
    padding-left: 3.125%;
  }
}

small.notes {
  font-size: 10px;
}

@media print, screen and (min-width: 768px) {
  small.notes {
    font-size: 12px;
  }
}

.article-main .visual {
  margin: 0 -4.35% 30px;
}

@media print, screen and (min-width: 768px) {
  .article-main .visual {
    margin: 0 0 60px;
  }
}

.article-inquiry .inner {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.article-inquiry .inner {
		margin-bottom: 0;
	}
}

.article-inquiry .inner h2 {
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  background-color: #cdecc7;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

@media print, screen and (min-width: 768px) {
  .article-inquiry .inner h2 {
    font-size: 30px;
    line-height: 70px;
  }
}

.article-inquiry .inner .content {
  padding: 30px 25px;
	background: #e6f5fc;
}

@media print, screen and (min-width: 768px) {
  .article-inquiry .inner .content {
    padding: 40px 45px;
  }
}

.article-inquiry .inner .content .company-logo {
  margin-bottom: 15px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .article-inquiry .inner .content .company-logo {
    margin-bottom: 30px;
  }
}

.article-inquiry .inner .content .company-logo .logo {
	width: 120px;
	margin: auto;
  margin-bottom: 15px;
}

.article-inquiry .inner .content .company-logo .logo img {
	width: 100%;
	display: block;
	height: auto;
}

.article-inquiry .inner .content .company-logo .text {
  font-size: 16px;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .article-inquiry .inner .content .company-logo .text {
    font-size: 22px;
		color: #171c61;
  }
}

.font_mincho {
	font-family: 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'YuMincho', '游明朝体', 'Yu Mincho', '游明朝', serif;
}

.container p {
	margin-bottom: 1em;
}

.container p:last-child {
	margin-bottom: 0;
}

.contents_section {
}

.contents_section h2 {
	font-size: 28px;
	font-weight: bold;
	border-left: 6px solid #1821a1;
	line-height: 26px;
	padding-left: 15px;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.contents_section h2 {
		font-size: 22px;
		line-height: 22px;
		padding-left: 10px;
		margin-bottom: 0.8em;
	}
}

.photo_block figure {
	width: 100%;
	margin: 0;
}

.photo_block figure img {
	display: block;
	width: 100%;
}

.photo_block figure figcaption {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	padding-top: 5px;
}

@media screen and (max-width: 767px) {
	.photo_block figure figcaption {
		font-size: 13px;
		padding-top: 3px;
	}
}


/*---------------------------------------
 * Footer
 ---------------------------------------*/
footer {
  padding: 25px 0 0;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  footer {
    padding: 0;
  }
}

footer .container {
  padding-top: 0;
  padding-bottom: 0;
}

footer .copyright {
  margin: 0;
  padding: 30px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", meiryo, sans-serif;
  color: #333;
  font-size: 12px;
  border-top: solid 1px #dcdcdc;
}

@media screen and (max-width: 767px) {
	footer .copyright {
		padding: 20px 0;
		font-size: 10px;
	}
}


/*---------------------------------------
* Home  トップページ
---------------------------------------*/
/*  main */
@media screen and (max-width: 767px) {
	body.home main .article-main .container {
		padding-top: 0;
	}
}

body.home main .article-main .lead {
  margin-bottom: 30px;
  text-align: center;
	line-height: 2;
}

@media screen and (max-width: 767px) {
	body.home main .article-main .lead {
		margin-bottom: 0;
		text-align: left;
		font-size: 15px;
	}
}

body.home main .article-main ul.list {
  max-width: 570px;
  margin: 0 auto 30px;
}

@media print, screen and (min-width: 768px) {
  body.home main .article-main ul.list {
    margin-bottom: 50px;
  }
}

body.home main .article-main ul.list > li {
  display: inline-block;
  margin: 0 10px;
}

body.home main .article-main ul.list > li:before {
  content: '●';
  font-size: 12px;
  display: inline-block;
  margin-top: -5px;
  vertical-align: middle;
  color: #036eb8;
  margin-right: 4px;
}

body.home main .article-main .col-2 .row {
  max-width: 450px;
  margin: 0 auto 30px;
}

@media print, screen and (min-width: 768px) {
  body.home main .article-main .col-2 .row {
    margin-bottom: 60px;
  }
}

body.home main .article-main .col-2 .image-1 img {
  max-width: 70%;
}

@media print, screen and (min-width: 768px) {
  body.home main .article-main .col-2 .image-1 img {
    max-width: 100%;
  }
}

body.home main .article-main .col-2 .image-2 {
  text-align: right;
}

body.home main .article-main .col-2 .recruit .box {
  padding: 25px 35px;
  text-align: center;
  background-color: #e6f0f9;
}

@media print, screen and (min-width: 768px) {
  body.home main .article-main .col-2 .recruit .box {
    padding: 30px 45px;
  }
}

body.home main .article-main .col-2 .recruit .box .title_recruit {
  margin-bottom: 25px;
}

body.home main .article-main .col-2 .recruit .box .list-notes {
  margin: 0 -25px;
}

body.home main .article-main .col-2 .recruit .box .list-notes > li {
  display: inline-block;
  margin: 0 5px;
}

body.home main .article-main .col-2 .access dl > dt:before {
  content: '●';
  font-size: 12px;
  display: inline-block;
  margin-top: -5px;
  vertical-align: middle;
  margin-right: 4px;
}

body.home main .article-main .col-2 .access dl > dd {
  margin: 0;
}


/*  information */
body.home main #information .inner {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	body.home main #information .inner {
		display: block;
	}
}

body.home main #information .inner .photo_block {
	width: 37%;
}

@media screen and (max-width: 767px) {
	body.home main #information .inner .photo_block {
		width: 80%;
		margin: auto;
		margin-bottom: 10%;
	}
}

body.home main #information .inner .text_block {
	width: 56%;
}

@media screen and (max-width: 767px) {
	body.home main #information .inner .text_block {
		width: 100%;
	}
}


/*  property */
body.home main #property {
}

body.home main #property .photo_block {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	body.home main #property .photo_block {
		display: block;
	}
}

body.home main #property .photo_block figure {
	width: 31%;
}

@media screen and (max-width: 767px) {
	body.home main #property .photo_block figure {
		width: 90%;
		margin: auto;
		margin-bottom: 5%;
	}
	body.home main #property .photo_block figure:last-child {
		margin-bottom: 0;
	}
}


/*  article-inquiry */
body.home main .article-inquiry .inner .content .information dl {
  margin: 0;
}

body.home main .article-inquiry .inner .content .information dl > dt {
  float: left;
  width: 100px;
}

@media print, screen and (min-width: 768px) {
  body.home main .article-inquiry .inner .content .information dl > dt {
    width: 140px;
  }
	body.home main .article-inquiry .inner .content .information dl > dt.col-1 {
    width: 100%;
  }
}

body.home main .article-inquiry .inner .content .information dl > dt:before {
  content: '■';
  font-size: 12px;
  display: inline-block;
  margin-top: -5px;
  vertical-align: middle;
  margin-right: 8px;
  color: #1821a1;
}

@media print, screen and (min-width: 768px) {
  body.home main .article-inquiry .inner .content .information dl > dt:before {
    font-size: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  body.home main .article-inquiry .inner .content .information dl > dt:before {
    margin-top: -3px;
    font-size: 12px;
  }
}

body.home main .article-inquiry .inner .content .information dl > dd {
  margin-left: 100px;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  body.home main .article-inquiry .inner .content .information dl > dd {
    margin-left: 140px;
  }
  body.home main .article-inquiry .inner .content .information dl > dd.col-1 {
    margin-left: 0;
  }
}



/*---------------------------------------
 * Print
 ---------------------------------------*/
@media print {
  body {
    zoom: 65%;
    -webkit-print-color-adjust: exact;
  }
}

@media print and (-ms-high-contrast: none) {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    zoom: 1.8;
    width: 1200px;
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}
/*# sourceMappingURL=main.css.map */
