@charset "UTF-8";
/*!
Theme Name: Twenty Nineteen Child
Description: Twenty Nineteenの子テーマ
Author: the WordPress team
Author URI: https://wordpress.org/
Template:   twentynineteen
Version: 1.6
*/
/* font
----------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
.f-en {
  font-family: "Lato", sans-serif;
}

.f-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.f-san {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", sans-serif;
}

/* variable
----------------------------------------------- */
/* container & grid
----------------------------------------------- */
.container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.container-one {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.uk-button-primary {
  background: #1571DA;
  color: #fff;
}

.uk-container-small {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

body * {
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4D4948;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

p,
a,
li,
dt,
dd,
th,
td,
label,
input,
textarea,
select {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #4D4948;
}

@media (min-width: 768px) {
  p,
  a,
  li,
  dt,
  dd,
  th,
  td,
  label,
  input,
  textarea,
  select {
    font-size: 16px;
  }
}

label:hover {
  cursor: pointer;
}

p {
  margin: 1rem 0;
}

p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}

a {
  color: #1571DA;
  letter-spacing: 0.15em;
  transition: .2s;
}

a:hover {
  color: #E8311F;
  transition: .2s;
}

span {
  transition: .2s;
}

@media (max-width: 767px) {
  #primary {
    margin-top: 50px;
  }
}

.section {
  padding: 60px 0;
}

@media (min-width: 768px) {
  .section {
    padding: 100px 0;
  }
}

.bg {
  background-color: #F5F5F5;
}

.center {
  text-align: center;
  margin: auto;
}

.gradation {
  background: linear-gradient(100deg, #2c39ab 0%, #171f5b 100%, #161d56 100%);
}

.h2 {
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .h2 {
    font-size: 34px;
  }
}

.h2::after {
  content: '';
  display: block;
  width: 100%;
  margin: 10px -5px 0;
  height: 1px;
  background: #4D4948;
}

.code-title {
  padding: 15px;
  margin: 2em 0;
  position: relative;
  text-align: center;
}

.code-title::before, .code-title::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  border: 1px solid #4D4948;
}

.code-title::before {
  left: 0;
  border-right: none;
}

.code-title::after {
  right: 0;
  border-left: none;
}

.jp-en {
  display: inline-block;
  margin: 0;
}

.jp-en span {
  display: block;
  line-height: 1;
}

.jp-en .jp {
  font-size: 20px;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #555;
  letter-spacing: normal;
}

.jp-en .en {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  letter-spacing: .03em;
}

.sub-p {
  margin: 30px 0;
}

.sub-p p {
  margin: 0;
}

.sub-p .main {
  font-size: 26px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .sub-p .main {
    font-size: 32px;
  }
}

.sub-p .sub {
  font-size: 14px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .sub-p .sub {
    font-size: 18px;
  }
}

.color-strong {
  color: #FF0000;
}

.btn-more {
  display: block;
  text-align: center;
  border-radius: 3px;
  width: 100%;
  max-width: 400px;
  color: #4D4948;
  border: 1px solid #4D4948;
  background: #FFF;
  padding: 10px;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
}

.btn-more:visited {
  color: #4D4948;
}

.btn-more:hover {
  background-color: #4D4948;
  color: #fff;
  text-decoration: none;
}

.btn-more:hover::after {
  border-color: #fff;
}

.btn-more::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #4D4948;
  border-right: 1px solid #4D4948;
  transform: rotate(45deg);
  transition: 0.2s;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn-outline.btn-more {
  border-color: #fff;
  color: #fff;
}

.btn-outline.btn-more:visited {
  color: #fff;
}

.btn-outline.btn-more:hover {
  background-color: #fff;
  color: #1571DA;
}

.btn-outline.btn-more:hover::after {
  border-color: #1571DA;
}

.btn-outline.btn-more::after {
  border-color: #fff;
}

.btn-primary {
  background: #E8311F;
  color: #FFF;
  display: block;
  line-height: 1;
  padding: 30px 10px;
  font-size: 110%;
}

.btn-primary:hover, .btn-primary:active {
  opacity: .8;
  background: #E8311F;
  color: #FFF;
  text-decoration: none;
}

.btn-lg {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 5px;
  border-radius: 5px;
  border: 1px solid #4D4948;
  color: #4D4948;
}

@media (min-width: 768px) {
  .btn-lg {
    padding: 25px 30px;
  }
}

.btn-lg:hover {
  text-decoration: none;
  opacity: .7;
}

.btn-lg span {
  display: block;
  font-size: 20px;
}

.btn-lg img {
  margin-right: 10px;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein-slide {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadein-slide {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@media (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

.inport {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.inport iframe,
.inport object,
.inport embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #707070;
  border-collapse: collapse;
}

@media (max-width: 767px) {
  .table {
    border: none;
    text-align: left;
  }
}

.table th, .table td {
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #707070;
}

@media (max-width: 767px) {
  .table th, .table td {
    display: block;
    margin-top: -1px;
  }
}

.table th {
  background: #F8F7F4;
}

@media (min-width: 768px) {
  .table th {
    padding: 30px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .table td {
    padding: 30px 60px;
  }
}

.nav-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-ul li {
  display: inline-block;
}

.nav-ul a {
  color: #4D4948;
  text-decoration: none;
}

.nav-ul a:hover {
  color: #1571DA;
}

.line-dl {
  margin: 0 0 2em;
  padding: 0;
}

@media (max-width: 767px) {
  .line-dl {
    border-top: 1px solid #D5D5D5;
  }
}

@media (min-width: 768px) {
  .line-dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}

@media (min-width: 768px) {
  .line-dl dt, .line-dl dd {
    padding: 20px 10px;
  }
}

.line-dl dt {
  font-weight: bold;
}

@media (max-width: 767px) {
  .line-dl dt {
    padding: 20px 5px 0px;
  }
}

@media (min-width: 768px) {
  .line-dl dt {
    flex-basis: 30%;
    max-width: 200px;
    border-bottom: 1px solid #4D4948;
  }
}

.line-dl dd {
  border-bottom: 1px solid #D5D5D5;
}

@media (max-width: 767px) {
  .line-dl dd {
    padding: 5px 5px 20px;
  }
}

@media (min-width: 768px) {
  .line-dl dd {
    flex-basis: 70%;
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 50px;
  }
}

.line-dl {
  margin: 0 0 2em;
  padding: 0;
}

@media (max-width: 767px) {
  .line-dl {
    border-top: 1px solid #D5D5D5;
  }
}

@media (min-width: 768px) {
  .line-dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}

@media (min-width: 768px) {
  .line-dl dt, .line-dl dd {
    padding: 20px 10px;
  }
}

.line-dl dt {
  font-weight: bold;
}

@media (max-width: 767px) {
  .line-dl dt {
    padding: 20px 5px 0px;
  }
}

@media (min-width: 768px) {
  .line-dl dt {
    flex-basis: 30%;
    max-width: 200px;
    border-bottom: 1px solid #4D4948;
  }
}

.line-dl dd {
  border-bottom: 1px solid #D5D5D5;
}

@media (max-width: 767px) {
  .line-dl dd {
    padding: 5px 5px 20px;
  }
}

@media (min-width: 768px) {
  .line-dl dd {
    flex-basis: 70%;
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 50px;
  }
}

.spec-dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.spec-dl dt, .spec-dl dd {
  box-sizing: border-box;
  font-size: 11px;
}

.spec-dl dt {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}

@media (min-width: 768px) {
  .spec-dl dt {
    flex-basis: 20%;
  }
}

.spec-dl dd {
  flex-basis: 100%;
  flex-grow: 2;
  flex-shrink: 2;
}

@media (min-width: 768px) {
  .spec-dl dd {
    flex-basis: 80%;
    padding-left: 15px;
  }
}

.nav-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-ul li {
  display: inline-block;
}

.pc-strong-line {
  border-bottom: 7px solid #FFD348;
}

.section-reason-single .fontYellow {
	color: #FFD348;
	font-weight: bold;
}

.section-reason-single .underOrenge {
	width: fit-content;
	margin: 0 auto 30px;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
	color: #EA5B17;
	border-bottom: 3px solid #EA5B17;
}

.section-reason-single .zeroBox {
	margin-bottom: 50px;
	padding: 15px;
	border: 3px solid #707070;
}

.section-reason-single .txtSim {
	padding: 15px;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
}

.section-reason-single .allow {
	width: 0;
	height: 0;
	margin: 0 auto 30px;
	border-style: solid;
	border-width: 50px 80px 0 80px;
	border-color: #000000 transparent transparent transparent;
}

.section-reason-single .smallTxt {
	font-size: .8rem;
}

.section-reason-single .movieList {
	display: flex;
	justify-content: space-between;
}

.section-reason-single .movieList li {
	list-style-type: none;
}

.section-reason-single .conList {
	border: 1px solid #dddddd;
	padding: 20px 20px 0 20px ;
	background: #F8F7F4;
}

.section-reason-single .conList li {
	display: flex;
	flex-direction: row-reverse;
}

.section-reason-single .sec01,
.section-reason-single .sec02,
.section-reason-single .sec03 {
	margin-bottom: 100px;
}
.section-reason-single .sec01 img,
.section-reason-single .sec02 img,
.section-reason-single .sec03 img {
	margin-bottom: 50px;
}

.section-reason-single .secTit {
	font-size: 1.2rem;
	line-height: 1.6;
	font-weight: bold;
}

.section-reason-single .secImg {
	margin-bottom: 25px;
}

.section-reason-single .conList .leftBox {
	width: 50%;
}

.section-reason-single .conList .leftBox img {
	width: 50%;
}

.section-reason-single .pc-strong-line {
	font-size:1.5rem;
	font-weight: bold;
}

.section-reason-single .featList {
	padding: 0;
}

.section-reason-single .featList li{
	border: 1px solid #dddddd;
	margin-bottom: 25px;
	padding: 20px 20px 0 20px;
	background: #F8F7F4;
	list-style-type: none;
}

@media (max-width: 768px) {
	.section-reason-single .pc-strong-line {
		font-size:1.2rem;
		font-weight: bold;
	}
	.section-reason-single .conList li {
		display: contents;
	}
	.section-reason-single .conList .leftBox {
		width: 100%;
	}
	.section-reason-single .conList .leftBox img {
		width: 100%;
	}
}

.section-reason-single .laundrySect .txtLau {
	border: 2px solid #f29703;
	padding: 30px 0;
	color: #f29703;
	font-size: 1.4rem;
	font-weight: bold;
}	

.section-reason-single .facilityList{
	display: flex;
	justify-content: space-between;
	width: 600px;
	margin: 0 auto 100px;
	padding: 0; 
}

.section-reason-single .facilityList li {
	list-style-type: none;
}

.section-reason-single .facilityList li a{
	display: block;
	width: 180px;
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
}

.section-reason-single .facilityList li a:hover{
	opacity: .6;
}

.section-reason-single .facilityList li a.laundryBtn {
	background-color: #f29703;
}

.section-reason-single .facilityList li a.kitchenBtn {
	background-color: #8fc220;
}

.section-reason-single .facilityList li a.storageBtn {
	background-color: #2aa7d2;
}

.label {
  margin: 0 3px;
  padding: 4px 8px;
  text-align: center;
  display: inline-block;
  background: #FFD348;
  color: #FFF;
  line-height: 1.2;
}
@media (max-width: 768px) {
		.section-reason-single .facilityList{
		display: block;
		width: 100%;
		margin: 0 auto 100px;
		padding: 0; 
	}
	.section-reason-single .facilityList li a{
		width: 100%;
	}
	.section-reason-single .facilityList li{
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
  .label {
    margin: 5px;
    padding: 3px 10px;
  }
}

.flex-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-wrap.center {
  justify-content: center;
}

.flex-wrap.middle {
  align-items: center;
}

.flex-wrap.fx-sb {
  justify-content: space-between;
}

.flex-wrap.fxf-nowrap {
  flex-flow: row nowrap;
}

/* =============================================== */
/* header */
/* =============================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  width: 100%;
}

@media (min-width: 768px) {
  .site-header {
    max-width: 1200px;
  }
}

.site-header .flex-wrap {
  background: #FFF;
}

.site-header .utilit-wrap {
  flex-basis: 960px;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  padding-left: 15px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .site-header .utilit-wrap {
    padding: 0 30px;
  }
}

.site-header .logo {
  margin: 0;
}

@media (max-width: 767px) {
  .site-header .logo {
    width: 110px;
    line-height: 0;
  }
}

.site-header .btn-menu {
  display: block;
  background: #FFD348;
  text-align: center;
  width: 50px;
  height: 50px;
}

.site-header .btn-menu span {
  color: #4D4948;
}

.site-header .btn-menu .txt {
  display: block;
  font-size: 10px;
  line-height: 1;
  margin-top: 0;
  letter-spacing: normal;
}

.site-header .tel-link {
  text-align: right;
}

.site-header .tel-box {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 5px;
  padding: 0 5px;
  border-bottom: 1px solid #555;
}

.site-header .tel-box .tel-num {
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
  color: #4D4948;
}

.site-header .tel-box .tel-num:hover {
  text-decoration: none;
  color: #1571da;
}

.site-header .tel-box .tel-num img {
  width: 12px;
  margin-right: 6px;
  padding-bottom: 4px;
}

.site-header .global-nav li {
  padding: 0 5px;
}

.site-header .global-nav li:nth-last-child(-n + 1) {
  padding-right: 0;
}

.site-header .global-nav a {
  font-size: 14px;
}

.site-header .bg-box {
  width: 120px;
  height: 120px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.site-header .bg-box:hover {
  opacity: .7;
}

.site-header .bg-box img, .site-header .bg-box span {
  display: block;
  margin: auto;
  text-align: center;
  color: #FFF;
}

.site-header .bg-box span {
  margin-top: 6px;
}

.site-header .contact-wrap {
  background: #FFD348;
}

.site-header .catalog-wrap {
  background: #EA5B17;
}

/* =============================================== */
/* Footer */
/* =============================================== */
.footer-contact {
  padding: 60px 0;
}

.footer-contact .tel-mail {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

@media (max-width: 767px) {
  .footer-contact .btn-lg {
    flex-basis: 100%;
  }
}

.footer-contact .tel-btn {
  background: #FFF;
}

@media (max-width: 767px) {
  .footer-contact .tel-btn {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .footer-contact .tel-btn {
    margin-right: 40px;
  }
}

.footer-contact .tel-btn .tel-num {
  font-size: 28px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .footer-contact .tel-btn .tel-num {
    font-size: 33px;
  }
}

.footer-contact .tel-btn .tel-info {
  font-size: 12px;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .footer-contact .tel-btn .tel-info {
    margin-top: 10px;
  }
}

.footer-contact .tel-btn span {
  line-height: 1;
}

.footer-contact .tel-btn img {
  width: 19px;
  margin-bottom: 5px;
}

.footer-contact .mail-btn {
  background: #4D4948;
  color: #FFF;
}

@media (max-width: 767px) {
  .footer-contact .mail-btn {
    padding: 30px 5px;
  }
}

.footer-contact .mail-btn .mail {
  font-size: 17px;
}

@media (min-width: 768px) {
  .footer-contact .mail-btn .mail {
    font-size: 20px;
  }
}

.footer-contact .mail-btn img {
  width: 29px;
  margin-bottom: 5px;
}

.footer-contants {
  padding: 40px 0;
}

.footer-contants .flex-wrap {
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .footer-company {
    order: 2;
    flex-basis: 100%;
    margin: 20px 0 -10px;
  }
}

.footer-company p {
  margin: 6px 0;
}

.footer-company .logo {
  width: 242px;
}

.footer-company .address {
  font-size: 14px;
}

.footer-company .label {
  font-size: 12px;
  margin: 0;
  margin-right: 15px;
  width: 60px;
}

.footer-saitemap {
  max-width: 540px;
}

@media (max-width: 767px) {
  .footer-saitemap {
    order: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer-saitemap .page-link {
    order: 2;
    flex-basis: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
}

.footer-saitemap .page-link li {
  box-sizing: border-box;
  margin: 10px 0;
  line-height: 1;
}

@media (max-width: 767px) {
  .footer-saitemap .page-link li {
    width: 170px;
    text-align: left;
  }
  .footer-saitemap .page-link li:nth-child(even) {
    width: 100px;
  }
}

@media (min-width: 768px) {
  .footer-saitemap .page-link li {
    margin-left: 60px;
  }
}

.footer-saitemap .page-link a {
  font-size: 14px;
  line-height: 1;
}

.footer-saitemap .sns-link {
  margin-top: 30px;
  text-align: right;
}

@media (max-width: 767px) {
  .footer-saitemap .sns-link {
    order: 1;
    flex-basis: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.footer-saitemap .sns-link li {
  margin-left: 5px;
}

.footer-saitemap .sns-link a:hover {
  opacity: .7;
}

.footer-bottom {
  background: #C9BFBD;
  padding: 10px 0 15px;
}

.footer-bottom .flex-wrap {
  justify-content: center;
}

@media (min-width: 768px) {
  .footer-bottom .flex-wrap {
    justify-content: space-between;
    align-items: center;
  }
}

.footer-bottom a {
  color: #FFF;
  font-size: 10px;
}

@media (min-width: 768px) {
  .footer-bottom a {
    font-size: 12px;
  }
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-bottom .page-link li {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .footer-bottom .page-link li {
    margin: 0 10px;
  }
}

.footer-bottom .site-info {
  font-size: 10px;
  color: #FFF;
}

@media (min-width: 768px) {
  .footer-bottom .site-info {
    font-size: 12px;
  }
}

/* =============================================== */
/* SP Menu */
/* =============================================== */
.sp-global-nav {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.sp-global-nav ul {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
}

.sp-global-nav li {
  flex-basis: calc(100% / 3);
  height: 100%;
}

.sp-global-nav a {
  background: #4D4948;
  color: #FFF;
  height: 100%;
  padding: 8px 0 5px;
}

.sp-global-nav a:hover, .sp-global-nav a:active {
  color: #FFF;
}

.sp-global-nav a, .sp-global-nav span {
  display: block;
  text-align: center;
  margin: auto;
  font-size: 12px;
}

.sp-global-nav .event {
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}

.sp-global-nav .tel img {
  width: 15px;
}

.sp-global-nav .event img {
  width: 15px;
}

.sp-global-nav .catalog img {
  width: 21px;
}

#fadein-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #4D4948;
  padding: 15px;
}

#fadein-menu .btn-wrap {
  text-align: right;
}

#fadein-menu .btn-wrap .btn-toggle {
  display: inline-block;
  width: auto;
  padding: 3px 15px;
  margin: 0;
  margin-left: auto;
  border-radius: 100px;
  background: #FFF;
  color: #4D4948;
}

#fadein-menu .menu-list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 30px;
}

#fadein-menu .menu-list li {
  flex-basis: 50%;
}

#fadein-menu .menu-list a {
  display: block;
  color: #FFF;
  margin: 5px;
  font-size: 14px;
}

#fadein-menu .contact {
  margin-top: 25px;
  padding: 25px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

#fadein-menu .contact .btn {
  background: #FFD348;
  color: #4D4948;
  display: block;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  border-radius: 5px;
}

#fadein-menu .tel-wrap {
  text-align: center;
}

#fadein-menu .tel-wrap span {
  display: block;
  line-height: 1.2;
  color: #FFF;
  margin: 6px 0;
}

#fadein-menu .tel-wrap .tel-title {
  font-size: 14px;
}

#fadein-menu .tel-wrap .tel-info {
  font-size: 12px;
}

#fadein-menu .tel-wrap .tel-num {
  color: #FFF;
  font-size: 26px;
}

#fadein-menu .tel-wrap .tel-num img {
  width: 12px;
  margin-bottom: 3px;
  margin-right: 8px;
}

/* =============================================== */
/* top */
/* =============================================== */
.section-hero.top-page {
  width: 100%;
  height: 230px;
  position: relative;
}

@media (max-width: 767px) {
  .section-hero.top-page {
    background-position: 80%;
  }
}

@media (min-width: 768px) {
  .section-hero.top-page {
    height: 740px;
  }
}

@media (min-width: 768px) {
  .section-hero.top-page .container, .section-hero.top-page .main-copy {
    height: 100%;
  }
}

.section-hero.top-page .slider-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-hero.top-page .top-slick .slick-track {
  height: 100%;
}

.section-hero.top-page .top-slick .slick-track > div {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  width: 100vw;
  height: 210px;
}

@media (min-width: 768px) {
  .section-hero.top-page .top-slick .slick-track > div {
    height: 720px;
  }
}

//*.section-hero.top-page .top-slick .slick-track .img01 {
  background-image: url(../img/top/main-img@2x.jpg);
}

.section-hero.top-page .top-slick .slick-track .img02 {
  background: #aaa;
}

.section-hero.top-page .top-slick .slick-track .img03 {
  background: #666;
}*//

.section-hero.top-page .top-slick .slick-dots {
  bottom: 15px;
}

.section-hero.top-page .main-copy {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .section-hero.top-page .main-copy {
    font-size: 22px;
    color: #4D4948;
    background: linear-gradient(#fff 100%, #fff 100%);
    display: inline;
    text-indent: 5px;
  }
}

@media (min-width: 768px) {
  .section-hero.top-page .main-copy {
    color: #FFF;
    font-size: 52px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}

.news-top {
  padding: 20px 0;
}

.news-item .date {
  font-size: 12px;
  margin: 0;
}

@media (min-width: 768px) {
  .news-item .date {
    font-size: 14px;
  }
}

.news-item .category {
  margin: 0 20px;
  line-height: 0;
}

.news-item .label {
  font-size: 10px;
}

@media (min-width: 768px) {
  .news-item .label {
    font-size: 11px;
  }
}

.news-item .title {
  margin: 0;
}

@media (max-width: 767px) {
  .news-item .title {
    margin: 5px 0 0;
  }
}

.news-item a {
  color: #4D4948;
  text-decoration: underline;
}

.news-item a:hover {
  color: #1571DA;
}

#news {
  border-bottom: 1px solid #eee;
}

.section-concept .title-wrap {
  margin-bottom: 60px;
}

.section-concept .flex-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: auto;
}

@media (min-width: 768px) {
  .section-concept .flex-wrap {
    flex-flow: row nowrap;
  }
}

.section-concept .txt-wrap {
  flex-basis: 100%;
}

@media (max-width: 767px) {
  .section-concept .txt-wrap {
    order: 2;
  }
}

@media (min-width: 768px) {
  .section-concept .txt-wrap {
    flex-basis: 580px;
  }
}

.section-concept .txt-wrap .inner {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .section-concept .txt-wrap .inner {
    background: #FFF;
    padding: 50px;
  }
}

.section-concept .txt-wrap h3 {
  line-height: 1.8;
}

.section-concept .txt-wrap h3 span {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: .02em;
}

@media (min-width: 768px) {
  .section-concept .txt-wrap h3 span {
    font-size: 32px;
  }
}

.section-concept .img-wrap {
  flex-basis: 100%;
}

@media (max-width: 767px) {
  .section-concept .img-wrap {
    order: 1;
  }
}

@media (min-width: 768px) {
  .section-concept .img-wrap {
    flex-basis: 463px;
    flex-shrink: 1;
    flex-grow: 0;
  }
}

.section-youtube .jp-en {
  margin-bottom: 0;
}

.section-youtube .youtube-list {
  margin-left: -10px;
  margin-right: -10px;
}

.section-youtube .youtube-item {
  flex-basis: 100%;
  padding: 10px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .section-youtube .youtube-item {
    flex-basis: 50%;
  }
}

.section-performance .performance-list {
  margin: 0 -10px;
}

@media (min-width: 768px) {
  .section-performance .performance-list {
    margin: 0 -15px;
  }
}

.section-performance .performance-item {
  flex-basis: 100%;
  box-sizing: border-box;
  padding: 10px;
}

@media (min-width: 768px) {
  .section-performance .performance-item {
    flex-basis: calc(100% / 3);
    padding: 15px;
  }
}

.section-performance .card {
  display: block;
  padding: 30px;
  background: #FFF;
}

.section-performance .card .title {
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0 0;
  text-decoration: underline;
}

.section-performance .btn-wrap {
  margin-top: 40px;
}

.section-event .event-list {
  margin: 0 -10px;
}

@media (min-width: 768px) {
  .section-event .event-list {
    margin: 0 -15px;
  }
}

.section-event .event-item {
  box-sizing: border-box;
  flex-basis: 100%;
  padding: 10px;
}

@media (min-width: 768px) {
  .section-event .event-item {
    flex-basis: calc(100% / 3);
    padding: 15px;
  }
}

.section-event .event-item .title {
  margin: 15px 0 0;
  line-height: 1.1;
}

.section-event .event-item .title a {
  color: #4D4948;
  line-height: 1.1;
  text-decoration: underline;
}

.section-event .event-item .spec-dl dt {
  flex-basis: 50px;
  position: relative;
  font-weight: normal;
}

.section-event .event-item .spec-dl dt::after {
  content: "｜";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.section-event .event-item .spec-dl dd {
  flex-basis: calc(100% - 50px);
}

.section-event .btn-wrap {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .section-event .btn-wrap {
    margin-top: 40px;
  }
}

.section-works .works-list {
  margin: 0 -10px;
}

.section-works .item-wrap {
  flex-basis: 100%;
  box-sizing: border-box;
  padding: 15px 10px;
}

@media (min-width: 768px) {
  .section-works .item-wrap {
    flex-basis: calc(100% / 4);
    padding: 10px;
  }
}

.section-works .item-wrap .title {
  margin: 0 0 10px;
  line-height: 1.1;
}

.section-works .item-wrap .title a {
  color: #4D4948;
  line-height: 1.1;
  text-decoration: underline;
}

.section-works .item-wrap .date {
  font-size: 12px;
  margin: 12px 0 5px;
}

.section-works .item-wrap .category {
  list-style: none;
  margin: 0 -2px;
  padding: 0;
  list-style: none;
}

.section-works .item-wrap .category li {
  display: inline-block;
  margin: 2px;
}

.section-works .item-wrap .category .label {
  margin: 0;
  padding: 6px 10px;
  text-align: center;
  display: inline-block;
  background: #4D4948;
  border-radius: 3px;
  color: #FFF;
  font-size: 11px;
}

.section-works .btn-wrap {
  margin-top: 40px;
}

.blog-news .flex-wrap {
  justify-content: space-between;
}

.blog-news .section-blog {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .blog-news .section-blog {
    flex-basis: 50%;
    box-sizing: border-box;
  }
}

.blog-news .section-news {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .blog-news .section-news {
    flex-basis: 43%;
    box-sizing: border-box;
  }
}

.blog-news .title-wrap {
  margin-bottom: 40px;
}

.section-blog {
  display: flex;
  flex-flow: row wrap;
}

.section-blog .blog-list {
  margin: 0 -10px;
}

.section-blog .blog-item {
  flex-basis: 100%;
  padding: 10px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .section-blog .blog-item {
    flex-basis: 50%;
  }
}

.section-blog .blog-item .date {
  font-size: 12px;
  margin: 12px 0 5px;
}

.section-blog .blog-item .title {
  margin: 0 0 10px;
  line-height: 1.1;
}

.section-blog .blog-item .title a {
  color: #4D4948;
  line-height: 1.1;
  text-decoration: underline;
}

.section-blog .btn-wrap {
  margin-top: 40px;
  width: 100%;
}

@media (max-width: 767px) {
  .section-news {
    padding-top: 0;
  }
}

.section-news .news-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.section-news .news-item {
  border-bottom: 1px solid #4D4948;
  margin: 9px 0;
}

.section-news .news-item a {
  display: block;
  padding: 9px 0;
}

.section-news .news-item .title {
  padding-left: 15px;
}

/* =============================================== */
/* sub all */
/* =============================================== */
.breadcrumb-wrap {
  margin-top: 50px;
  background: #F8F7F4;
}

@media (min-width: 768px) {
  .breadcrumb-wrap {
    margin-top: 120px;
  }
}

#breadcrumb {
  margin: 0;
  padding: 0;
  padding: 12px 15px;
  list-style: none;
  line-height: 1;
}

@media (min-width: 768px) {
  #breadcrumb {
    max-width: 1200px;
    margin: auto;
  }
}

#breadcrumb li {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
}

#breadcrumb li::after {
  content: ">";
  font-weight: 100;
  font-size: 10px;
  margin: 0 5px;
}

#breadcrumb li:nth-last-child(-n + 1)::after {
  content: none;
}

#breadcrumb a, #breadcrumb span {
  font-size: 10px;
  color: #4D4948;
}

@media (min-width: 768px) {
  #breadcrumb a, #breadcrumb span {
    font-size: 12px;
  }
}

.sub-page {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .sub-page {
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .sub-hero {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .sub-hero .line-title {
    font-size: 18px;
    text-align: center;
    display: inline-flex;
    padding: 0 5% 6px;
    border-bottom: 1px solid #4D4948;
  }
}

@media (min-width: 768px) {
  .sub-hero .line-title {
    font-size: 28px;
    padding-right: 5%;
    background: url(../img/common/bg-dashed@2x.png) repeat-x 50% 50%;
    background-size: 13px;
  }
}

@media (min-width: 768px) {
  .sub-hero .line-title span {
    display: inline-block;
    background: #FFF;
    padding-right: 5%;
  }
}

@media (max-width: 767px) {
  .sub-hero .noline-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    display: inline-flex;
    padding: 0 5% 6px;
    border-bottom: 1px solid #4D4948;
  }
}

@media (min-width: 768px) {
  .sub-hero .noline-title {
    font-size: 28px;
  }
}

.eye-catch {
  text-align: center;
}

.section-top {
  padding-top: 30px;
}

.pagination {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .pagination {
    position: relative;
    margin: 50px auto 50px;
  }
}

@media (min-width: 768px) {
  .pagination {
    margin: 100px auto 50px;
  }
}

.pagination .page-numbers {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  letter-spacing: normal;
  margin: 5px;
  text-align: center;
  background: #4D4948;
  color: #FFF;
}

.pagination .page-numbers.current {
  background: #FFD348;
}

.pagination .page-numbers:not(.current):hover {
  opacity: .7;
  text-decoration: none;
}

@media (min-width: 768px) {
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    margin: 5px 15px;
  }
}

@media (max-width: 767px) {
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    position: absolute;
    top: 0;
  }
  .pagination .page-numbers.prev {
    left: -5px;
  }
  .pagination .page-numbers.next {
    position: absolute;
    right: -5px;
  }
}

.pagination .uk-icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.single-w {
  max-width: 900px;
  box-sizing: content-box;
}

.pagetop-wrap {
  margin: 50px 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .pagetop-wrap {
    display: none;
  }
}

.pagetop {
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  color: #707070;
}

.pagetop::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #134563;
  border-left: 2px solid #134563;
  transform: rotate(45deg);
}

/* =============================================== */
/* works */
/* =============================================== */
@media (max-width: 767px) {
  .works-page .section-works .works-list .item-wrap {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .works-page .section-works .works-list {
    margin: 0 -30px;
  }
  .works-page .section-works .works-list .item-wrap {
    padding: 30px;
  }
}

.works-page .section-works .works-list .title a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  .works-page.single {
    padding-top: 0;
  }
}

.works-page.single .post-title {
  font-size: 20px;
  margin-bottom: .3em;
}

@media (min-width: 768px) {
  .works-page.single .post-title {
    font-size: 32px;
  }
}

.works-page.single .post-meta-wrap {
  margin-left: -5px;
}

.works-page.single .post-meta-wrap .cat-name {
  display: inline-block;
  margin: 5px;
  padding: 4px 18px;
  font-size: 12px;
  border: 1px solid #4D4948;
  border-radius: 100px;
}

.works-page.single .post-meta-wrap .date {
  display: inline-block;
  margin: 5px;
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .works-page.single .img-txt {
    flex-flow: row nowrap;
  }
}

.works-page.single .img-txt .img-wrap,
.works-page.single .img-txt .txt-wrap {
  flex-shrink: 1;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .works-page.single .img-txt .img-wrap {
    max-width: 55%;
  }
}

@media (max-width: 767px) {
  .works-page.single .img-txt .txt-wrap {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .works-page.single .img-txt .txt-wrap {
    flex-basis: 38%;
    max-width: 38%;
    padding-left: 7%;
  }
}

.works-page.single .post-contents-wrap *:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .works-page.single .flex-wrap {
    display: block !important;
  }
}

.works-page.single #main-gallery ul,
.works-page.single #thumbnail-gallery ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
}

.works-page.single #main-gallery ul li,
.works-page.single #thumbnail-gallery ul li {
  text-align: center;
}

@media (max-width: 767px) {
  .works-page.single #main-gallery {
    margin: 0 -20px;
  }
}

.works-page.single #main-gallery .slide-item img {
  width: auto;
  height: 100%;
  -o-object-fit: conta;
     object-fit: cover;
  margin: auto;
}

.works-page.single #main-gallery .slide-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  text-align: center;
  background: #FBC035;
  z-index: 5;
  line-height: 1;
  border: none;
}

.works-page.single #main-gallery .slide-arrow span {
  color: #1A1311;
  width: 15px;
}

@media (min-width: 768px) {
  .works-page.single #main-gallery .slide-arrow span {
    width: 15px;
  }
}

.works-page.single #main-gallery .slide-arrow:hover {
  opacity: .7;
  cursor: pointer;
}

.works-page.single #main-gallery .prev-arrow {
  left: 0;
}

@media (min-width: 768px) {
  .works-page.single #main-gallery .prev-arrow {
    left: -12px;
  }
}

.works-page.single #main-gallery .next-arrow {
  right: 0;
}

@media (min-width: 768px) {
  .works-page.single #main-gallery .next-arrow {
    right: -12px;
  }
}

.works-page.single #thumbnail-gallery {
  margin: 20px -5px 0;
}

@media (max-width: 767px) {
  .works-page.single #thumbnail-gallery {
    display: none !important;
  }
}

.works-page.single #thumbnail-gallery ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0;
}

.works-page.single #thumbnail-gallery .slide-item {
  width: calc(20%);
  padding: 3px;
  box-sizing: border-box;
}

.works-page.single #thumbnail-gallery .slide-item:hover {
  opacity: .7;
  cursor: pointer;
}

.works-page.single #thumbnail-gallery .slide-item img {
  border: 2px solid #FFF;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}

.works-page.single #thumbnail-gallery .slide-item.thumbnail-current img {
  border-color: #EA5B17;
}

.works-page.single .spec-wrap {
  margin: 80px auto;
}

@media (min-width: 768px) {
  .works-page.single .spec-wrap {
    margin: 120px auto;
    max-width: 950px;
  }
}

@media (min-width: 768px) {
  .works-page.single .spec-dl {
    align-items: stretch;
  }
}

.works-page.single .spec-dl dt, .works-page.single .spec-dl dd {
  padding: 8px 16px;
  margin-top: -1px;
  color: #4D4948;
  font-size: 14px;
  border: 1px solid #4D4948;
}

@media (min-width: 768px) {
  .works-page.single .spec-dl dt, .works-page.single .spec-dl dd {
    padding: 20px 35px;
  }
}

.works-page.single .spec-dl dt {
  background: #F8F7F4;
  margin-right: -1px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .works-page.single .spec-dl dt {
    text-align: center;
  }
}

@media (max-width: 767px) {
	.works-page.single #main-gallery ul li {
		height: 300px;
	}
}

/* =============================================== */
/* news */
/* =============================================== */
.news-page .news-list .news-item {
  padding-bottom: 10px;
}

.news-page .news-list .title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .news-page .news-list .title {
    font-size: 18px;
    padding-left: 30px;
  }
}

.news-page .news-list .label {
  font-size: 12px;
  padding: 10px 18px;
  line-height: 1;
}

.news-page .news-list .label.news {
  background: #FFD348;
}

.news-page.single #news {
  padding-top: 0;
}

.news-page.single .post-title {
  font-size: 20px;
}

@media (min-width: 768px) {
  .news-page.single .post-title {
    font-size: 32px;
  }
}

.news-page.single .post-contents {
  margin-top: 50px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .news-page.single .post-contents {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .news-page.single .post-contents p {
    font-size: 14px;
  }
}

/* =============================================== */
/* concept */
/* =============================================== */
#primary.concept-page {
  margin-top: 0;
}

@media (min-width: 768px) {
  #primary.concept-page {
    padding-top: 120px;
  }
}

.concept-hero {
  background: #F8F7F4;
  padding: 70px 5px 15px;
  position: relative;
}

@media (min-width: 768px) {
  .concept-hero {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.concept-hero .title-wrap {
  margin-bottom: 20px;
}

.concept-hero .img-wrap {
  max-width: 333px;
  width: 100%;
}

.concept-hero .breadcrumb-wrap {
  margin-top: 0;
}

@media (max-width: 767px) {
  .concept-hero .breadcrumb-wrap {
    position: absolute;
    left: 5px;
    top: 5px;
  }
}

@media (min-width: 768px) {
  .concept-hero .breadcrumb-wrap {
    background: #FFF;
    margin-top: 40px;
  }
}

.section-concept .inner-wrap {
  margin-bottom: 50px;
}

.section-concept .copy-txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin: 25px 0;
}

@media (min-width: 768px) {
  .section-concept .copy-txt {
    font-size: 28px;
    margin: 50px 0 25px;
  }
}

.section-concept .copy-txt:first-child {
  margin-top: 0;
}

.section-concept p {
  font-size: 14px;
  font-weight: normal;
  color: #707070;
}

@media (min-width: 768px) {
  .section-concept p {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .section-concept .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.section-concept .btn-wrap .btn {
  margin: 25px auto;
}

@media (max-width: 767px) {
  .section-concept .btn-wrap .btn:nth-last-child(-n + 1) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .section-concept .btn-wrap .btn {
    margin: 15px 15px;
  }
}

/* =============================================== */
/* company */
/* =============================================== */
.company-page {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .company-page {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .company-page .line-title {
    border-bottom: none;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
  }
}

.company-page .title-wrap {
  margin-bottom: 25px;
}

.company-page .message-wrap,
.company-page .table-wrap,
.company-page .map {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .company-page .message-wrap,
  .company-page .table-wrap,
  .company-page .map {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .company-page .message-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.company-page .message-wrap * {
  color: #707070;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .company-page .message-wrap .img-wrap {
    order: 2;
    flex-basis: 300px;
    flex-grow: 0;
    flex-shrink: 1;
  }
}

@media (min-width: 768px) {
  .company-page .message-wrap .txt-wrap {
    order: 1;
    flex-basis: calc(100% - 300px);
    flex-grow: 1;
    flex-shrink: 1;
    padding-right: 40px;
    box-sizing: border-box;
  }
}

.company-page .message-wrap .txt-wrap p {
  font-size: 14px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .company-page .message-wrap .txt-wrap p {
    font-size: 16px;
  }
}

.company-page .message-wrap .president span {
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}

.company-page .message-wrap .president .name {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .company-page .map {
    padding-bottom: 100%;
  }
}

@media (min-width: 768px) {
  .company-page .staff-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.company-page .staff-wrap * {
  color: #707070;
}

.company-page .staff-wrap article {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .company-page .staff-wrap article {
    flex-basis: calc(100% / 3);
    padding: 15px;
    box-sizing: border-box;
  }
}

.company-page .staff-wrap .staff-name {
  margin: 10px auto 15px;
  font-size: 20px;
  font-weight: 600;
}

.company-page .staff-wrap .staff-name .position {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}

.company-page .staff-wrap p {
  font-size: 14px;
}

@media (min-width: 768px) {
  .company-page .btn-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
}

.company-page .btn-wrap .btn {
  margin: 20px auto;
}

@media (max-width: 767px) {
  .company-page .btn-wrap .btn {
    max-width: 280px;
  }
}

@media (min-width: 768px) {
  .company-page .btn-wrap .btn {
    margin: 0 20px;
    flex-grow: 0;
    flex-shrink: 1;
  }
}

.company-page .pagetop-wrap {
  margin-top: 80px;
}

/* =============================================== */
/* reason */
/* =============================================== */
@media (max-width: 767px) {
  .reason-page {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .reason-page .reason-hero {
    display: flex;
    flex-flow: row wrap;
  }
  .reason-page .reason-hero .img-wrap {
    flex-basis: 100%;
    order: 2;
  }
  .reason-page .reason-hero .breadcrumb-wrap {
    flex-basis: 100%;
    order: 1;
  }
}

.reason-page .breadcrumb-wrap {
  margin: 0;
}

.reason-page .section-reason {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .reason-page .section-reason {
    margin-bottom: 50px;
  }
}

.reason-page .title-wrap {
  margin-bottom: 30px;
}

.reason-page .title-wrap .main {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 25px;
  position: relative;
  display: inline-block;
}

@media (min-width: 768px) {
  .reason-page .title-wrap .main {
    font-size: 28px;
    margin-bottom: 50px;
  }
}

.reason-page .title-wrap .main span {
  color: #EA5B17;
}

.reason-page .title-wrap .main::after {
  content: '';
  display: block;
  background: url(../../src/svg/icon-reason-title.svg) 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  width: 16px;
  height: 19px;
  right: -24px;
  bottom: 14px;
}

@media (min-width: 768px) {
  .reason-page .title-wrap .main::after {
    width: 32px;
    height: 40px;
    right: -42px;
    bottom: 16px;
  }
}

.reason-page .title-wrap .sub {
  font-size: 12px;
  margin: 0;
}

@media (min-width: 768px) {
  .reason-page .title-wrap .sub {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .reason-page .section-reason .reason-list .item-wrap {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .reason-page .section-reason .reason-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 -15px;
  }
  .reason-page .section-reason .reason-list .item-wrap {
    flex-basis: 25%;
  }
  .reason-page .section-reason .reason-list .item-wrap {
    padding: 15px;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
}

.reason-page .section-reason .reason-list .title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  margin: 15px 0 0;
}

@media (min-width: 768px) {
  .reason-page .section-reason .reason-list .title {
    font-size: 20px;
    font-weight: normal;
  }
}

.section-reason-single {
  padding-top: 50px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.section-reason-single .single-w {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 894px;
}

.section-reason-single h1 {
  font-size: 20px;
  text-align: center;
  margin: 25px 0;
}

@media (min-width: 768px) {
  .section-reason-single h1 {
    font-size: 28px;
    margin: 50px 0;
  }
}

.section-reason-single h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 25px 0;
}

@media (min-width: 768px) {
  .section-reason-single h2 {
    font-size: 28px;
    margin: 50px 0;
  }
}

.section-reason-single p, .section-reason-single dd {
  font-size: 14px;
  font-weight: normal;
  color: #707070;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .section-reason-single p, .section-reason-single dd {
    font-size: 18px;
    margin: 0 0 25px;
    text-align: center;
  }
}

.section-reason-single dl {
  margin: 50px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .section-reason-single dl {
    text-align: center;
  }
}

.section-reason-single dl dt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 50px 0 25px;
}

.section-reason-single .block-img {
  display: block;
  margin: 15px auto;
}

@media (min-width: 768px) {
  .section-reason-single .block-img {
    margin: 25px auto;
  }
}

.other-link {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .other-link {
    margin-top: 90px;
  }
}

.other-link .title-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.other-link .under-line {
  display: inline-block;
  font-size: 18px;
  padding: 5px;
  margin: 0;
  border-bottom: 1px solid #707070;
}

@media (min-width: 768px) {
  .other-link .under-line {
    font-size: 20px;
  }
}
.section-hero.reason-page {
  width: 100%;
  height: 340px;
  padding-top: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .section-hero.reason-page {
    background-position: 80%;
  }
}

@media (min-width: 768px) {
  .section-hero.reason-page {
    height: 700px;
  }
}

@media (min-width: 768px) {
  .section-hero.reason-page .container, .section-hero.reason-page .main-copy {
    height: 100%;
  }
}

.section-hero.reason-page .slider-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-hero.reason-page .reason-slick .slick-track {
  height: 100%;
}

.section-hero.reason-page .reason-slick .slick-track > div {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  width: 100vw;
  height: 340px;
}

@media (min-width: 768px) {
  .section-hero.reason-page .reason-slick .slick-track > div {
    height: 520px;
  }
}

/*.section-hero.top-page .top-slick .slick-track .img01 {
  background-image: url(../img/top/main-img@2x.jpg);
}

.section-hero.top-page .top-slick .slick-track .img02 {
  background: #aaa;
}

.section-hero.top-page .top-slick .slick-track .img03 {
  background: #666;
}*/

.section-hero.reason-page .main-copy {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  z-index: 10;
}

.spBlock {
	display: none;
}

@media (max-width: 767px) {
  .pcBlock {
    display: none;
  }
	.spBlock {
	display: block;
}
}

/* =============================================== */
/* blog　/　event */
/* =============================================== */
@media (min-width: 768px) {
  .blog-page .noline-title {
    margin-bottom: -20px;
  }
}

@media (min-width: 768px) {
  .blog-page.event .noline-title {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .blog-page .section-blog .blog-list .item-wrap {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .blog-page .section-blog .blog-list {
    margin: 0 -30px;
  }
  .blog-page .section-blog .blog-list .item-wrap {
    padding: 30px;
  }
}

@media (min-width: 768px) {
  .blog-page .section-blog .blog-list .blog-item {
    flex-basis: 25%;
  }
}

.blog-page .container {
    width: 100%;
}

.blog-page .section-blog .blog-list .category {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
}

.blog-page .section-blog .blog-list .category li {
  padding: 5px;
}

.blog-page .section-blog .blog-list .category a {
  font-size: 14px;
  color: #222;
}

.blog-page .section-blog .blog-list .title a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  .blog-page .section-blog .event-list .item-wrap {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .blog-page .section-blog .event-list {
    margin: 0 -13px;
  }
  .blog-page .section-blog .event-list .item-wrap {
    padding: 13px;
  }
}

.blog-page .section-blog .event-list .event-item {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .blog-page .section-blog .event-list .event-item {
    flex-basis: calc(100%/3);
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}

.blog-page .section-blog .event-list .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  margin-top: 25px;
  margin-bottom: 15px;
}

.blog-page .section-blog .btnBox .btn-lg {
	background: #4D4947;
	color: #FFF;
}

.blog-page .event-spec {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 15px 0 0;
}

.blog-page .event-spec dt, .blog-page .event-spec dd {
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  margin: 5px 0;
  letter-spacing: normal;
}

.blog-page .event-spec dt {
  flex-basis: 50px;
  border-right: 1px solid #CCCCCC;
}

.blog-page .event-spec dd {
  flex-basis: calc(100% - 50px);
  padding-left: 10px;
}

@media (max-width: 767px) {
  .blog-page.single {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .blog-page.single .eye-catch {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.blog-page.single .post-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .blog-page.single .post-title {
    font-size: 32px;
  }
}

.blog-page.single .post-meta-wrap {
  margin-left: -5px;
  margin-bottom: 25px;
}

.blog-page.single .post-meta-wrap .cat-name {
  display: inline-block;
  margin: 5px;
  font-size: 14px;
}

.blog-page.single .post-contents {
  margin-top: 25px;
  color: #4D4948;
}

@media (max-width: 767px) {
  .blog-page.single .post-contents p {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .blog-page.single .post-contents {
    margin-top: 40px;
	 margin-bottom: 50px;
  }
}

.blog-page.single .post-contents-wrap *:first-child {
  margin-top: 0;
}

.blog-page.single .event-spec {
  margin: 25px 0;
}

.blog-page.single .inport {
  margin: 25px -20px;
}

@media (min-width: 768px) {
  .blog-page.single .inport {
    padding-bottom: 35%;
    margin: 25px 0;
  }
}

.blog-page.single .other-link .event-item {
  margin-bottom: 20px;
}



/* =============================================== */
/* sitemap*/
/* =============================================== */

.sitemap-page {
	
}
.sitemap-page .linkList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sitemap-page .linkList li {
	width: 30%;
}



/*# sourceMappingURL=style.css.map */



.section-form input {
	width: -webkit-fill-available;
}
.section-form textarea {
	width: -webkit-fill-available;
}
.section-form .formBtn__ul {
	display: flex;
	justify-content: center;
	padding: 0;
}
.section-form .formBtn__ul li {
	list-style-type: none;
}
.section-form .formBtn__ul button {
	padding: 30px;
	border-radius: 5px;
	background: #4D4948; 
	font-size: 17px;
	color: #ffffff;
	cursor: pointer;
}
.section-form .formBtn__ul .btnBack{
	margin-right:30px;
}