@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

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

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

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

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

body {
  font: 500 16px/1.8 "Noto Sans", sans-serif;
  color: #383838;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Noto Sans", sans-serif;
}

a {
  text-decoration: none;
  color: #383838;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

::-moz-selection {
  background-color: #fff800;
  color: #383838;
}

::selection {
  background-color: #fff800;
  color: #383838;
}

#container_wrap {
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 8%;
  }
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

.inner_800 {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner_800 {
    padding: 0 8%;
  }
}
.inner_800::after {
  content: "";
  display: block;
  clear: both;
}

.section_wrap {
  padding: 6.25em 0;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 3.5em 0;
  }
}

.header_box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 0 8%;
  }
}

.header_ttl img.logo {
  width: 104px;
}

#header_left {
  float: left;
}

#header_right {
  float: right;
}

#gnavi ul {
  display: flex;
  text-align: center;
}
#gnavi ul li {
  margin-right: 2em;
}

.header_navi {
  float: right;
  display: flex;
}
.header_navi li {
  margin-right: 20px;
}
.header_navi li:last-child {
  margin-right: 0;
}

#footer {
  background: #383838;
  padding: 80px 0 20px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 50px 15px 20px;
  }
}

.footer_box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
}

.list_footer {
  border-bottom: 1px solid #fff;
  display: flex;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_footer {
    padding-bottom: 20px;
    display: block;
  }
}
.list_footer li {
  width: 25%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .list_footer li {
    width: 70%;
    margin: 0 auto 20px;
    max-width: 220px;
  }
}

.footer_left {
  float: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer_left {
    float: inherit;
    width: 100%;
  }
}
.footer_left .list_footer02 li {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer_left .list_footer02 li {
    display: block;
  }
}
.footer_left .list_footer02 li .left {
  font-weight: bold;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .footer_left .list_footer02 li .left {
    width: 100%;
  }
}
.footer_left .list_footer02 li .right {
  padding-left: 20px;
  margin-left: 30px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer_left .list_footer02 li .right {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}

.footer_right {
  float: right;
  width: 50%;
  display: flex;
  justify-content: end;
  padding-top: 3.5%;
}
@media screen and (max-width: 767px) {
  .footer_right {
    float: inherit;
    width: 100%;
    justify-content: inherit;
    padding-top: 0;
  }
}
.footer_right .list_footer03 li {
  font-size: 0.938em;
  margin-bottom: 13px;
}
.footer_right .list_footer03 li a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footer_right .list_footer03 li a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.footer_right .list_footer03 li:last-child {
  margin-bottom: 0;
}

.copy {
  color: #fff;
  width: 100%;
  padding: 60px 0 0 0;
  font-size: 0.94em;
  overflow: hidden;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 0.813em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .copy {
    padding: 40px 0 0 0;
    text-align: center;
  }
}

.main_img {
  display: flex;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main_img {
    display: block;
  }
}
.main_img_area {
  width: 50%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_img_area {
    width: 100%;
    height: 55vh;
  }
}
.main_img_area img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .main_img_area img {
    height: 55vh;
  }
}
.main_img_area .logo {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
}
.main_img_area .logo img {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 380px;
  width: 100%;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .main_img_area .logo img {
    max-width: 75%;
    top: -50px;
  }
}
.main_img_area:hover .hover_area {
  opacity: 1;
  transform: translateY(0);
}
.main_img .hover_area {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(151, 182, 160, 0.9);
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .main_img .hover_area {
    display: none;
  }
}
.main_img .hover_area .txt_area {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.main_img .hover_area .txt_area p {
  font-size: 0.875em;
  line-height: 2em;
  margin-bottom: 40px;
}
.main_img .btn {
  border: 1px solid #fff;
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main_img .btn {
    width: 280px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 40px;
    margin: 0 auto;
    text-align: center;
  }
}
.main_img .btn a {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-family: "Inter", sans-serif;
  color: #fff;
  line-height: 48px;
}
.main_img .btn a:hover {
  opacity: 0.8;
}
.main_img .right .hover_area {
  background: rgba(242, 130, 77, 0.9);
}

.list_info {
  margin-bottom: 40px;
}
.list_info li {
  border-bottom: 1px solid;
  font-size: 0.875em;
}
.list_info li .day {
  margin-right: 10px;
}
.list_info li a {
  display: flex;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .list_info li a {
    display: block;
  }
}
.list_info li a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.dlist_policy {
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  padding: 2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .dlist_policy {
    padding: 5vw 0;
    margin-bottom: 10vw;
  }
}
.dlist_policy dt {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .dlist_policy dt {
    font-size: 1.125em;
  }
}
.dlist_policy dd {
  font-size: 0.8125em;
}

.table_company {
  width: 100%;
  border-top: 1px solid #000;
}
.table_company th {
  font-weight: 700;
  padding: 0.8em 1em;
  border-bottom: 1px solid #000;
}
.table_company td {
  padding: 0.8em 1em;
  border-bottom: 1px solid #000;
}

.ttl_cmn {
  font-size: 0.875em;
  color: #B6B4B4;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn {
    font-size: 1em;
  }
}
.ttl_cmn span {
  font-size: 3.429em;
  font-family: "Inter", sans-serif;
  display: block;
  color: #383838;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn span {
    font-size: 2.5em;
    letter-spacing: 3px;
  }
}
.ttl_cmn.center {
  text-align: center;
}

.bg_gray {
  background: #F7F7F7;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}

#topcontrol {
  width: 35px;
  height: 35px;
  background: url(../images/pagetop.png) no-repeat center/auto 100%;
}

a.btn {
  display: block;
  max-width: 340px;
  padding: 1em;
  margin: auto;
  position: relative;
  text-align: center;
  border: 1px solid #383838;
}
a.btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}

#list_breadcrumb {
  font-size: 0.87em;
  padding: 1em 0;
  margin: 0;
  background: #f7f7f7;
}

.wp-pagenavi {
  margin: 60px -1em -1em 0;
  display: flex;
  flex-flow: wrap;
  font-weight: bold;
  font-size: 1.3125em;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 10vw;
    font-size: 1em;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 1em 1em 0;
  background: #383838;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background: #2b87cb;
}
.wp-pagenavi .current {
  background: #2b87cb;
}

.contactform {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 1em;
  }
}
.contactform tr th {
  padding: 20px 1em 10px 0;
  text-align: left;
  vertical-align: top;
  width: 30%;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .contactform tr th {
    width: 100%;
    display: block;
    padding: 0 0 1em;
    font-size: 1em;
  }
}
.contactform tr td {
  width: 70%;
  padding: 10px 0;
  text-align: left;
  font-size: 1.0625em;
}
@media screen and (max-width: 767px) {
  .contactform tr td {
    width: 100%;
    display: block;
    padding: 0 0 2em;
    font-size: 1em;
  }
}

input, textarea, select {
  width: 100%;
  padding: 1em;
  border-radius: 10px;
  border: none;
  background: #f7f7f7;
  font-family: "Noto Sans", sans-serif;
  outline: none;
}

input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

select {
  width: 70%;
}
@media screen and (max-width: 767px) {
  select {
    width: 100%;
  }
}

textarea {
  height: 250px;
}

input#zip, input#zip1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  input#zip, input#zip1 {
    width: 35% !important;
  }
}

span.mwform-tel-field input {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  span.mwform-tel-field input {
    width: 28% !important;
  }
}

.submit, .backBtn {
  max-width: 345px;
  width: 90%;
  margin: 0 auto;
  padding: 1.5em;
  display: block;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #383838;
  transition: 0.3s;
  border-radius: 0;
  font-size: 1.3125em;
}
@media screen and (max-width: 767px) {
  .submit, .backBtn {
    font-size: 1.1em;
  }
}
.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

.backBtn {
  background: #2b87cb;
  margin-top: 1.5em;
}

.required {
  font-size: 0.6em;
  display: inline-block;
  margin-left: 2em;
  line-height: 1;
  background: #383838;
  color: #fff;
  padding: 0.5em 1em;
  vertical-align: middle;
}

.policy_p {
  text-align: center;
  font-size: 0.9375em;
  margin-bottom: 50px;
}
.policy_p input[type=checkbox] {
  width: 38px;
  height: 35px;
  border-radius: 10px;
  vertical-align: middle;
}

/*
.wpcf7-textarea {
	width: 90%;
}
.wpcf7-text {
	width: 60%;
}
.zip1 {
	width: 60px;
}
.zip2 {
	width: 100px;
}
.formtel {
	width: 100px;
	height: 16px;
}
.wpcf7-form-control wpcf7-text zip {
	width: 30%;
}
.addr {
	width: 90%;
}
.contactformsubmit {
	text-align: center;
	height: 60px;
	margin-top: 30px;
}
.wpcf7-submit {
	background: #000;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	padding: 15px 40px;
	border: none;
}
.wpcf7-submit:hover {
	text-decoration: none;
	opacity: .8;
} */
.m0 {
  margin-bottom: 0;
}

.list_pagination {
  width: 100%;
  margin: 5% auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  font-size: 0.875em;
  padding: 2em 0;
}
.list_pagination li {
  width: 49%;
}
.list_pagination li.prev a {
  padding-left: 20px;
}
.list_pagination li.prev a:before {
  left: 0;
  transform: rotate(180deg);
}
.list_pagination li.next {
  text-align: right;
}
.list_pagination li.next a {
  padding-right: 20px;
}
.list_pagination li.next a:before {
  right: 0;
}
.list_pagination li a {
  position: relative;
  display: inline-block;
}
.list_pagination li a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 9px;
  top: 10px;
  background: url(../images/right_b.svg) no-repeat center;
}/*# sourceMappingURL=layout.css.map */