@charset "UTF-8";
/* ----------------------------------------------------------------
	reset
---------------------------------------------------------------- */
*, ::before, ::after {
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
  font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
main {
  display: block;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted inherit;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
  border-color: inherit;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
img {
	max-width: 100%;
  height: auto;
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	   -moz-user-drag: none;
	    -ms-user-drag: none;
}
img[src$=".svg"] {
	width: 100%;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  outline: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
body {
  font-family: "Poppins", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  background: #FCF5F1;
	font-size: 16px;
  font-weight: 500;
	line-height: 1.5;
  letter-spacing: 0.04em;
	color: #444;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
  word-wrap: break-word;
  outline: none;
  width: 100%;
  overflow-x: hidden;
}
.object-fit {
  object-fit: cover;
	font-family: 'object-fit: cover;';
}
.pc {display: block;}
.mb {display: none;}


/* Smartphone
----------------------------------------------- */
@media screen and (max-width: 999px) {
  body {
    min-width: inherit;
    font-size: 3.29vw;
    width: 100%;
  }
  .pc {display: none;}
  .mb {display: block;}
  a:hover { opacity: 1;}
}/* Smartphone End */


/* ----------------------------------------------------------------
	animation
---------------------------------------------------------------- */

/* --- fadeIn --------------------------- */
.fadeIn {
  opacity: 0;
  transform: translate(0, 0);
  transition: 1s;
}
.fadeIn.is-show {
  transform: translate(0, 0);
  opacity: 1;
}


/* ----------------------------------------------------------------
	header
---------------------------------------------------------------- */
header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FCF5F1;
}
header h1 {
  width: 256px;
  height: 193px;
  background: #FCF5F1;
  border-radius: 0 0 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 2005;
  top: 0;
  left: 0;
}
header h1 a {
  display: block;
  width: 140px;
}
header h1 a:hover {
  opacity: 1 !important;
}
nav {
  margin: 0 40px 0 auto;
}
nav ul.globalnav {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: wrap;
}
nav ul.globalnav li {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav ul.globalnav li a {
  display: block;
  padding: 10px 10px;
  font-weight: 700;
  font-size: 14px;
  background-image: linear-gradient(#6f6d6c, #6f6d6c);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
nav ul.globalnav li a:hover {
  background-position: bottom left;
  background-size: 100% 1px;
}
nav ul.globalnav li:last-child {
  padding: 0 0 0 10px;
}
nav ul.globalnav li:last-child a {
  width: 190px;
  height: 50px;
  position: relative;
  border-radius: 25px;
  background: #F1891A;
  padding-left: 35px;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
}
nav ul.globalnav li:last-child a > img {
  width: 10px;
  margin-left: 20px;
  transition: transform .3s ease-in-out;
}
nav ul.globalnav li:last-child a:hover > img {
  transform: translateX(5px);
}
.globalnav .nav-button-wrap,
.globalnav .open {
    display:block;
  }
.globalnav .close {
  display:block;
}

/* Tablet
------------------------------------- */
@media print,screen and (max-width: 999px) {
  body.open {
    height: 100vh;
    overflow: hidden;
  }
  header {
    height: 50px;
  }
  header h1 {
    width: 105px;
    height: 85px;
  }
  header h1 a {
    width: 60px;
  }
  nav {
    margin-right: 5.52vw;
    width: 38px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-button-wrap {
    display: block;
    right:0;
    top:0;
    z-index:9999;
    cursor: pointer;
    /*height: 21px;*/
    width: 38px;
    margin-top: 2px;
  }
  nav ul.globalnav {
    display:none;
  }
  nav ul.globalnav .close {
    display:none;
  }
  .globalnav-wrap.open .globalnav {
    display:block;
    padding: 150px 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    background: #FCF5F1;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .globalnav-wrap.open .globalnav li {
    display:block;
    width: 215px;
    margin: 0 auto;
  }
  .globalnav-wrap.open .globalnav li:hover {
    background:transparent;
  }
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.3s;
  }
  .nav-button {
    width: 38px;
    height: 13px;
    position: relative;
    z-index: 2001;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #444;
    border-radius: 1px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 6px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .active .nav-button span:nth-of-type(1) {
    transform: translateY(6px) rotate(210deg);
  }
  .active .nav-button span:nth-of-type(2) {
    opacity: 0;
  }
  .active .nav-button span:nth-of-type(3) {
    transform: translateY(-6px) rotate(-210deg);
  }
  nav ul.globalnav li a {
    padding: 20px 20px;
    background-image: none;
    background-size: 0 0;
    text-align: center;
    margin-bottom: 50px;
  }
  nav ul.globalnav li:last-child a:hover > img {
    transform: translateX(0px);
  }
}/* Tablet End */

/* Smartphone
----------------------------------------------- */
@media screen and (max-width: 767px) {
  nav {
    margin-right: 5.7vw;
  }
  .globalnav-wrap.open .globalnav {
    padding: 31.65vw 20px 0;
  }
  .globalnav-wrap.open .globalnav li {
    width: 54.43vw;
  }
  nav ul.globalnav li a {
    padding: 3.16vw 3.16vw;
    font-size: 3.54vw;
    margin-bottom: 3.8vw;
  }
  nav ul.globalnav li:last-child a {
    width: 54.43vw;
    height: 12.66vw;
    border-radius: 6.33vw;
    padding-left: 8.86vw;
  }
  nav ul.globalnav li:last-child a > img {
    width: 2.53vw;
    margin-left: 10.63vw;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	footer
---------------------------------------------------------------- */
footer {
  width: 100%;
  padding-bottom: 225px;
  background: url("../images/common/footer_pc_bg.png") center bottom / 100% auto no-repeat;
}
footer #contact {
  width: min(94.48vw,1370px);
  height: min(34.48vw,500px);
  position: relative;
  background: url("../images/common/contact_pc_bg.jpg") center top / 100% auto no-repeat;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  flex-direction:column;
  padding-left: min(8.14vw,118px);
  color: #fff;
  margin: 0 auto 200px;
}
footer #contact h2 {
  font-size: 62px;
  line-height: 1.25;
  margin-bottom: min(1.38vw,20px);
}
footer #contact h2 span {
  display: block;
  font-size: 15px;
}
footer #contact p {
  font-size: 15px;
  margin-bottom: min(2.07vw,30px);
}
footer #contact a {
  width: 270px;
  height: 74px;
  position: relative;
  border-radius: 37px;
  background: #fff;
  padding-left: 35px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #F1891A;
}
footer #contact a > img {
  width: 12px;
  margin-left: 90px;
  transition: transform .3s ease-in-out;
}
footer #contact a:hover > img {
  transform: translateX(5px);
}
footer #content {
  width: min(88.28vw,1280px);
  margin: 0 auto;
  display: flex;
  position: relative;
}
footer #content h2 {
  width: min(9.66vw,140px);
}
footer #content .company {
  font-size: 15px;
  margin-left: min(4.83vw,70px);
}
footer #content .company h3 {
  font-weight: 700;
  margin-bottom: 1em;
}
footer #content ul {
  width: min(27.59vw,400px);
  margin-left: min(8.28vw,120px);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer #content ul li {
  width: 50%;
  margin-bottom: 10px;
}
footer #content ul li a {
  font-size: 15px;
  padding: 5px 0;
}
footer #content ul li.policy {
  width: 100%;
  padding: 0;
}
footer #content ul li.policy a {
  font-size: 10px;
  padding: 5px 0;
}
footer #content ul li:last-child {
  width: 100%;
  padding: 0;
}
footer #content ul li:last-child a {
  font-size: 10px;
  padding: 5px 0;
}
footer #content small {
  position: absolute;
  left: 0;
  top: 150px;
  font-size: 10px;
  text-align: left;
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
  footer {
    width: 100%;
    padding-bottom: 62.03vw;
    background: url("../images/common/footer_mb_bg.png") center bottom / contain no-repeat;
  }
  footer #contact {
    width: 88.61vw;
    height: 75.95vw;
    background: url("../images/common/contact_mb_bg.jpg") center top / cover;
    margin: 0 auto 40.51vw;
    padding-left: 11.39vw;
  }
  footer #contact h2 {
    font-size: 12.41vw;
    margin-bottom: 5.06vw;
  }
  footer #contact h2 span {
    font-size: 3.04vw;
  }
  footer #contact p {
    font-size: 3.04vw;
    margin-bottom: 5.06vw;
  }
  footer #contact a {
    width: 54.43vw;
    height: 12.66vw;
    border-radius: 6.33vw;
    padding-left: 7.59vw;
    font-size: 3.29vw;
  }
  footer #contact a > img {
    width: 2.53vw;
    margin-left: 15.19vw;
  }
  footer #contact a:hover > img {
    transform: translateX(0px);
  }
  footer #content {
    width: 88.61vw;
    display: block;
  }
  footer #content::after {
    content: "";
    display: block;
    clear: both;
  }
  footer #content h2 {
    width: 22.15vw;
    float: left;
  }
  footer #content .company {
    width: 56.33vw;
    float: right;
    font-size: 3.04vw;
    margin-left: auto;
    margin-bottom: 7.59vw;
  }
  footer #content ul {
    width: 56.33vw;
    float: right;
    font-size: 3.04vw;
    margin-left: auto;
    margin-bottom: 7.59vw;
  }
  footer #content ul li {
    width: 50%;
    margin-bottom: 3.54vw;
  }
  footer #content ul li a {
    font-size: 3.04vw;
    padding: 1.01vw 0;
  }
  footer #content ul li:last-child a {
    font-size: 2.53vw;
    padding: 1.01vw 0;
  }
  footer #content small {
    width: 56.33vw;
    position: inherit;
    left: inherit;
    top: inherit;
    font-size: 2.53vw;
    float: right;
    margin-left: auto;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	pagetop
---------------------------------------------------------------- */
.pagetop {
  position: fixed;
  bottom: min(5.52vw,80px);
  right: min(5.52vw,80px);
  z-index: 500;
  width: min(3.86vw,56px);
  height: min(3.86vw,56px);
  background: #444;
  border-radius: 50%;
  display: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pagetop a {
  width: min(3.86vw,56px);
  height: min(3.86vw,56px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
}
.pagetop a > img {
  width: min(0.83vw,12px);
  transform: rotate(-90deg);
}

/* Smartphone
------------------------------------- */
@media print,screen and (max-width: 999px) {
  .pagetop {
    bottom: 3.8vw;
    right: 3.8vw;
    width: 10.13vw;
    height: 10.13vw;
  }
  .pagetop a {
    width: 10.13vw;
    height: 10.13vw;
  }
  .pagetop a > img {
    width: 2.28vw;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	.lower
---------------------------------------------------------------- */
.lower .kv {
  width: 100%;
  padding: 224px 0 50px;
  border-bottom: 1px solid #D6D5CB;
  margin-bottom: 120px;
}
.lower .kv .title {
  width: min(81.38vw,1180px);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
  align-items: center;
}
.lower .kv .title h2 {
  display: block;
  width: 59%;
  font-size: 80px;
  line-height: 1.35;
  color: #444;
}
.lower .kv .title h2 span {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.lower .kv .title p {
  display: block;
  width: 39.83%;
}
.lower .kv .title p > img {
  border-radius: 20px;
  -webkit-box-shadow: -24px 24px 0 0 rgba(241, 137, 26, 1);
          box-shadow: -24px 24px 0 0 rgba(241, 137, 26, 1);
}
.lower .kv ul {
  width: min(81.38vw,1180px);
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 25px auto 0;
}
.lower .kv ul li {
  font-size: 12px;
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid #B9B9B9;
}
.lower .kv ul li:last-child {
  border-right: none;
}
.lower .kv ul li a {
  font-size: 12px;
  color: #F1891A;
  border-bottom: 1px solid #F1891A;
}
.lower .contentArea {
  width: 100%;
  background: #fff;
  padding: 105px 0 105px;
  border-radius: 20px;
  margin-bottom: 200px;
}
.lower .contentArea .content01 {
  width: min(81.38vw,1180px);
  margin: 0 auto;
}
.lower .contentArea .content02 {
  width: min(94.48vw,1370px);
  margin: 0 auto;
  background: #F1891A;
  border-radius: 20px;
  padding: 90px 95px 40px;
}

/* Smartphone
----------------------------------------------- */
@media screen and (max-width: 999px) {
  .lower .kv {
    padding: 30.38vw 0 15.95vw;
    margin-bottom: 15.95vw;
  }
  .lower .kv .title {
    width: 81.01vw;
  }
  .lower .kv .title h2 {
    width: 100%;
    font-size: 10.13vw;
    margin-bottom: 9.37vw;
    order: 2;
  }
  .lower .kv .title h2 span {
    font-size: 3.04vw;
  }
  .lower .kv .title p {
    width: 66.33vw;
    margin: 0 0 17.09vw 9.11vw;
    order: 1;
  }
  .lower .kv .title p > img {
    -webkit-box-shadow: -3.54vw 3.54vw 0 0 rgba(241, 137, 26, 1);
            box-shadow: -3.54vw 3.54vw 0 0 rgba(241, 137, 26, 1);
  }
  .lower .kv ul {
    width: 81.01vw;
    margin: 0 auto 0;
  }
  .lower .kv ul li {
    font-size: 2.78vw;
    margin-right: 3.8vw;
    padding-right: 3.8vw;
  }
  .lower .kv ul li a {
    font-size: 2.78vw;
  }
  .lower .contentArea {
    width: 100%;
    background: #fff;
    padding: 18.99vw 0 12.66vw;
    margin-bottom: 20.25vw;
  }
  .lower .contentArea .content01 {
    width: 81.01vw;
  }
  .lower .contentArea .content02 {
    width: 88.61vw;
    margin: 0 auto;
    padding: 10.13vw 9.24vw 5.06vw;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	.contact
---------------------------------------------------------------- */
.contact {
  width: 100%;
  background: #fff;
  border-radius: 0 0 20px 20px;
  position: relative;
  margin: 33.1vw 0 13.79vw;
  padding-bottom: 13.79vw;
}
.contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 23.45vw;
  position: absolute;
  left: 0;
  top: -23.45vw;
  background: url("../images/contact/contact_pc_bg.png") left top / contain no-repeat;
}
.contact .inr {
  width: min(62.07vw,900px);
  margin: 0 auto;
}

/* Smartphone
----------------------------------------------- */
@media screen and (max-width: 999px) {
  .contact {
    margin: 50.63vw 0 20.25vw;
    padding-bottom: 20.25vw;
  }
  .contact::before {
    height: 35.7vw;
    left: 0;
    top: -35.7vw;
    background: url("../images/contact/contact_mb_bg.png") left top / contain no-repeat;
  }
  .contact .inr {
    width: 81.01vw;
  }
}/* Smartphone End */