@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: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-optical-sizing: auto;
  background: #f8f8f8;
	font-size: 20px;
  font-weight: 400;
	line-height: 1.8;
  letter-spacing: 0.04em;
	color: #222;
	-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%;
}
.en {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.object-fit {
  object-fit: cover;
	font-family: 'object-fit: cover;';
}
.pc {display: block;}
.sp {display: none;}


/* Smartphone
----------------------------------------------- */
@media screen and (max-width: 999px) {
  body {
    min-width: inherit;
    width: 100%;
  }
  .pc {display: none;}
  .sp {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: 110px;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content:space-between;
  align-items:center;
  background: rgba(255,255,255,0.6);
}
header h1 {
  width: 340px;
  height: 100%;
  background: #fff;
  border-radius: 0 0 40px 0;
  position: relative;
  z-index: 9999;
}
header h1 a {
  width: 340px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
}
header h1 a img {
  width: 264px;
}
header h1 a:hover {
  opacity: 1 !important;
}
nav {
  margin-right: 40px;
  position: relative;
  z-index: 1003;
}
.globalnav {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: wrap;
  align-items: center;
	width: 100%;
	margin: 0 40px 0 0;
}
.globalnav .tMenu {
  font-size:14px;
  font-weight: 500;
  margin: 0 6px;
  line-height: 1;
}
.globalnav a.tMenu {
  display: block;
  padding: 30px 10px;
  color: #222;
}
.globalnav a.tMenu:hover {
  color: #f28b00;
  opacity: 1;
}
.globalnav .dropdown-btn {
  position: relative;
  font-size:14px;
  font-weight: 500;
  margin: 0 6px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.globalnav .dropdown-btn p {
  padding: 36px 10px 34px 10px;
  font-size:14px;
  font-weight: 500;
  line-height: 1;
  color: #222;
  transition: all 0.3s ease;
}
.globalnav .dropdown-btn p:hover {
  color: #f28b00;
}
.globalnav .dropdown {
    z-index: 1000;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 86px;
    width: 240px;
    padding: 22px 20px;
    display:none;
  }
.globalnav .dropdown li {
  width: 100%;
}
.globalnav .dropdown li a {
  width: 100%;
  color: #222;
  font-size:14px;
  font-weight: 500;
  padding: 5px 0;
  display: block;
  position: relative;
}
.globalnav .dropdown li a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/common/pc_arrow_01.png") center top / contain no-repeat;
  position: absolute;
  right: 0;
  top: 10px;
}
.globalnav .dropdown li a:hover {
  color: #f28b00;
  opacity: 1;
}
.globalnav .nav-button-wrap,
.globalnav .open {
    display:block;
  }
.globalnav .close {
  display:block;
}
.globalnav a.btnO {
  width: 200px;
  height: 60px;
  border-radius: 30px;
  background: -webkit-linear-gradient(left, #fab600, #ed6f00);
  background: linear-gradient(to right, #fab600, #ed6f00);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 0.08em;
  color: #fff;
  margin-left: 14px;
}
.globalnav a.btnO:hover {
  color: #fff;
  opacity: 0.7;
}
.contactBtn {
  display: none;
}

/* Tablet
------------------------------------- */
@media print,screen and (max-width: 1343px) {
  body.open {
    height: 100vh;
    overflow: hidden;
  }
  .nav-button-wrap {
    display:block;
    right:0px;
    top:0px;
    z-index:9999;
    cursor: pointer;
    height: 40px;
  }
  .globalnav {
    display:none;
  }
  .globalnav .close {
    display:none;
  }
  .globalnav-wrap .globalnav::after {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 110px;
    background: rgba(255,255,255,0.6);
    top: 0;
  }
  .globalnav-wrap.open .globalnav {
    display:block;
    padding: 150px 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff9eb;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .globalnav-wrap.open .globalnav li {
    display:block;
    width: 240px;
    margin: 0 auto;
  }
  .globalnav .dropdown li {
    width: auto !important;
  }
  .globalnav-wrap.open .globalnav li:hover {
    background:transparent;
  }
  .globalnav a.tMenu {
    padding: 20px 10px;
  }
  .globalnav a.tMenu::before,
  .globalnav .dropdown-btn p::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ef7c00;
    margin-right: 12px;
    top: -2px;
  }
  .globalnav .dropdown-btn p {
    padding: 22px 10px 14px 10px;
    font-size:14px;
    font-weight: 500;
    line-height: 1;
    color: #222;
    transition: all 0.3s ease;
  }
  .globalnav-wrap.open .globalnav .dropdown {
    display:block;
    position:static;
    background:transparent;
    padding: 12px 0 24px 30px;
  }
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.3s;
  }
  .nav-button {
    width: 48px;
    height: 36px;
    position: relative;
    z-index: 9995;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #222;
    border-radius: 1px;
  }
  .nav-button span:nth-of-type(1) {
    top: 10px;
  }
  .nav-button span:nth-of-type(2) {
    top: 8px;
    display: none;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 10px;
  }
  .active .nav-button span:nth-of-type(1) {
    transform: translateY(10px) 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);
  }
}/* Tablet End */

/* Smartphone
----------------------------------------------- */
@media screen and (max-width: 767px) {
  header {
    height: 60px;
    justify-content: flex-start;
  }
  header h1 {
    width: 220px;
    border-radius: 0 0 25px 0;
    margin-right: auto;
  }
  header h1 a {
    width: 220px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
  }
  header h1 a img {
    width: 172px;
  }
  nav {
    margin-right: 25px;
  }
  .globalnav .tMenu {
    font-size: 4.05vw;
    margin: 0 0;
  }
  .globalnav a.tMenu {
    padding: 3.16vw 0;
  }
  .globalnav a.tMenu:hover {
    color: #222;
    opacity: 1;
  }
  .globalnav .dropdown-btn {
    font-size: 4.05vw;
    margin: 0 0;
  }
  .globalnav .dropdown-btn p {
    padding: 3.16vw 0;
    font-size: 4.05vw;
  }
  .globalnav .dropdown-btn p:hover {
    color: #222;
  }
  .globalnav-wrap.open .globalnav {
    padding: 21.72vw 7.59vw 17.72vw;
  }
  .globalnav-wrap.open .globalnav li {
    width: auto;
  }
  .globalnav a.tMenu::before,
  .globalnav .dropdown-btn p::before {
    width: 1.52vw;
    height: 1.52vw;
    margin-right: 3.04vw;
    top: -0.81vw;
  }
  .globalnav-wrap.open .globalnav .dropdown {
    padding: 2.53vw 0 1.27vw 7.59vw;
    margin-bottom: 9.11vw;
  }
  .globalnav .dropdown {
    width: 80%;
  }
  .globalnav .dropdown li a {
    font-size:3.54vw;
    padding: 1.76vw 0;
  }
  .globalnav .dropdown li a:hover {
    color: #222;
  }
  .globalnav .dropdown li a::after {
    width: 4.81vw;
    height: 4.81vw;
    background: url("../images/common/sp_arrow_01.png") center top / contain no-repeat;
    top: 10px;
  }
  .globalnav a.btnO {
    width: 50.63vw;
    height: 11.9vw;
    border-radius: 5.95vw;
    font-size: 3.29vw;
    margin: 0 auto;
  }
  .globalnav a.btnO:hover {
    opacity: 1;
  }
  .globalnav-wrap .globalnav::after {
    height: 60px;
  }
  .nav-button-wrap {
    height: 30px;
    margin-left: 25px;
  }
  .nav-button {
    width: 30px;
    height: 30px;
  }
  .nav-button span:nth-of-type(1) {
    top: 10px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 10px;
  }
  .active .nav-button span:nth-of-type(1) {
    transform: translateY(3px) rotate(210deg);
  }
  .active .nav-button span:nth-of-type(3) {
    transform: translateY(-6px) rotate(-210deg);
  }
  .contactBtn {
    display: block;
    width: 38px;
    z-index: 9996;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	footer
---------------------------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  background: #fff;
  border-top: 3px solid #f49700;
  padding: min(2.82vw,35px) 0 0;
}
footer .inr {
  width: min(96.77vw,1200px);
  margin: 0 auto;
  padding-bottom: 0 !important;
}
footer .inr ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto min(2.42vw,30px);
}
footer .inr ul li {
  width: 50%;
  text-align: center;
  padding-bottom: min(1.61vw,20px);
}
footer .inr ul li:first-child {
  border-right: 1px solid #ededed;
}
footer .inr ul li .icon {
  width: min(5.16vw,64px);
  height: min(5.16vw,64px);
  margin: 0 auto min(1.29vw,16px);
}
footer .inr ul li h3 {
  font-size: min(1.94vw,24px);
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: min(0.65vw,8px);
}
footer .inr ul li .st {
  font-size: min(1.21vw,15px);
  line-height: 1.5;
  padding-bottom: min(1.45vw,18px);
}
footer .inr ul li .tel {
  font-size: min(3.23vw,40px);
  font-weight: 500;
  line-height: 1.5;
}
footer .inr ul li .tel span {
  display: inline-block;
  padding-right: 0.7em;
  font-size: min(1.94vw,24px);
}
footer .btn {
  width: min(20.97vw,260px);
  height: min(4.84vw,60px);
  margin: 0 auto;
}
footer .btn a {
  position: relative;
  width: 100%;
  height: min(4.84vw,60px);
  border-radius: min(2.42vw,30px);
  background: -webkit-linear-gradient(left, #fab600, #ed6f00);
  background: linear-gradient(to right, #fab600, #ed6f00);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.29vw,16px);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 0.08em;
  color: #fff;
}
footer .wrap {
  padding: min(12.58vw,156px) 0 min(9.68vw,120px);
  background: #f5f5f5;
	width: 100%;
	margin: 0 auto;
}
footer .inr02 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: min(96.77vw,1200px);
	margin: 0 auto;
}
footer .inr02 .menuList {
  padding-bottom: min(7.26vw,90px);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: min(58.87vw,730px);
	margin: 0 auto;
}
footer .inr02 .menuList .menuListInr {
  width: 100%;
}
footer .inr02 .menuList h3 {
  font-size: min(1.94vw,24px);
  font-weight: 500;
  line-height: 1.1;
  padding-bottom: min(1.61vw,20px);
}
footer .inr02 .menuList ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto min(3.23vw,40px);
}
footer .inr02 .menuList ul li {
  font-size: min(1.21vw,15px);
  margin: 0 min(3.23vw,40px) min(0.81vw,10px) 0;
}
footer .inr02 .menuList ul li:last-child {
  margin-right: 0;
}
footer .inr02 .menuList ul li a:hover {
  color: #f28b00;
}
footer .inr02 .companyArea {
  width: min(26.61vw,330px);
  padding-bottom: min(7.26vw,90px);
  margin-right: min(5.65vw,70px);
}
footer .inr02 .companyArea h2 {
  width: 100%;
  margin-bottom: min(5.24vw,65px);
}
footer .inr02 .companyArea p {
  font-size: min(1.13vw,14px);
  line-height: 2.1;
}
footer .footerBtm {
  width: min(96.77vw,1200px);
  margin: 0 auto;
  border-top: 1px solid #e0e0e0;
  padding: min(2.82vw,35px) 0 0;
}
footer .footerBtm ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
footer .footerBtm ul li {
  width: 50%;
}
footer .footerBtm ul li small {
  font-size: min(0.97vw,12px);
}
footer .footerBtm ul li:last-child {
  font-size: min(0.97vw,12px);
  text-align: right;
}
footer .footerBtm ul li:last-child a {
  text-decoration: underline;
  display: block;
  margin-top: min(0.81vw,10px);
}
footer .footerBtm ul li:last-child a:hover {
  color: #f28b00;
  text-decoration: none;
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
  footer {
    padding: 13.67vw 0 0;
  }
  footer .inr {
    width: 84.81vw !important;
    margin: 0 auto;
  }
  footer .inr ul {
    margin: 0 auto 0;
  }
  footer .inr ul li {
    width: 100%;
    text-align: center;
    padding-bottom: 15.19vw;
    margin-bottom: 12.66vw;
  }
  footer .inr ul li:first-child {
    border-right: none;
    border-bottom: 1px solid #ededed;
  }
  footer .inr ul li .icon {
    width: 12.15vw;
    height: 12.15vw;
    margin: 0 auto 3.04vw;
  }
  footer .inr ul li h3 {
    font-size: 4.81vw;
    padding-bottom: 2.53vw;
  }
  footer .inr ul li .st {
    font-size: 3.29vw;
    padding-bottom: 3.8vw;
  }
  footer .inr ul li .tel {
    font-size: 8.61vw;
  }
  footer .inr ul li .tel span {
    font-size: 5.06vw;
  }
  footer .btn {
    width: 50.63vw;
    height: 11.9vw;
  }
  footer .btn a {
    height: 11.9vw;
    border-radius: 5.95vw;
    font-size: 3.29vw;
  }
  footer .wrap {
    padding: 20.25vw 0 23.46vw;
  }
  footer .inr02 {
    width: 84.81vw;
  }
  footer .inr02 .menuList {
    padding-bottom: 0;
    width: 100%;
    margin: 0 auto;
  }
  footer .inr02 .menuList .menuListInr {
    width: 60%;
  }
  footer .inr02 .menuList .menuListInr:last-child {
    width: 40%;
  }
  footer .inr02 .menuList h3 {
    font-size: 4.81vw;
    padding-bottom: 3.29vw;
  }
  footer .inr02 .menuList ul {
    margin: 0 auto 40px;
  }
  footer .inr02 .menuList ul li {
    width: 100%;
    font-size: 3.04vw;
    margin-right: 0;
    margin-bottom: 5.57vw;
  }
  footer .inr02 .menuList ul li a:hover {
    color: #222;
  }
  footer .inr02 .companyArea {
    width: 100%;
    padding-bottom: 18.99vw;
    margin-right: 0;
  }
  footer .inr02 .companyArea h2 {
    width: 63.8%;
    margin-bottom: 8.86vw;
  }
  footer .inr02 .companyArea p {
    font-size: 3.04vw;
  }
  footer .footerBtm {
    width: 84.81vw;
    padding: 15.19vw 0 0;
  }
  footer .footerBtm ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  footer .footerBtm ul li {
    width: 100%;
    text-align: center;
  }
  footer .footerBtm ul li small {
    font-size: 3.04vw;
  }
  footer .footerBtm ul li:last-child {
    font-size: 3.04vw;
    text-align: center;
  }
  footer .footerBtm ul li:last-child a {
    margin-top: 5.06vw;
  }
  footer .footerBtm ul li:last-child a:hover {
    color: #222;
    text-decoration: underline;
  }
}/* Smartphone End */

/* ----------------------------------------------------------------
	pagetop
---------------------------------------------------------------- */
.pagetop {
  position: fixed;
  bottom: min(3.57vw,50px);
  right: min(4.29vw,60px);
  z-index: 500;
  width: min(5.48vw,68px);
  height: min(5.48vw,68px);
  background: #fff;
  border-radius: 50%;
  display: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pagetop a {
  width: min(5.48vw,68px);
  height: min(5.48vw,68px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
}
.pagetop a img {
  width: min(2.42vw,30px);
}

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


/* ----------------------------------------------------------------
	#lower
---------------------------------------------------------------- */
#lower {
  background: url("../images/common/pc_lower_bg01.jpg") center top / 100% auto no-repeat #fff;
}
#lower.bgcolor02 {
  background: url("../images/common/pc_lower_bg02.jpg") center top / 100% auto no-repeat #faf4ec;
}
#lower.bgNone {
  background-image: none;
}
#lower .hero {
  width: min(97.14vw,1360px);
  margin: 0 auto;
  padding: min(20vw,280px) min(1.43vw,20px) min(20vw,280px); 
}
#lower .hero h2 {
  font-size: min(2.14vw,30px);
  font-weight: 700;
  color: #f9cc9c;
}
#lower .hero h2 span {
  display: inline-block;
  font-size: min(12.14vw,170px);
  font-weight: 500;
  line-height: 1;
  padding-right: 0.25em;
}
#lower .hero02 {
  width: 100%;
  height: min(40vw,560px);
  background: #fef0cc;
  margin: 0 auto min(7.14vw,100px);
  padding: min(18.57vw,260px) 0 0; 
}
#lower .hero02 .inr {
  width: min(85.71vw,1200px);
  margin: 0 auto;
}
#lower .hero02 h2 {
  font-size: min(1.43vw,20px);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: min(5.71vw,80px);
  position: relative;
}
#lower .hero02 h2 span {
  display: block;
  font-size: min(7.14vw,100px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
#lower .inr {
  width: min(97.14vw,1360px);
  margin: 0 auto;
  padding: 0 min(1.43vw,20px) min(17.14vw,240px);
}
#lower .inr::after {
	content: "";
	display: block;
	clear: both;
}
#lower .inr .flLink {
  float: left;
  width: 20%;
  position: sticky;
  top: 130px;
  display: block;
}
#lower .inr .flLink li a {
  display: block;
  font-size: clamp(12px, 1vw, 14px);
  color: #9a9a9a;
  padding: min(0.86vw,12px) 0 min(0.86vw,12px);
}
#lower .inr .flLink li a:hover {
  color: #f28900;
  opacity: 1;
}
#lower .inr .flLink li a::before {
  content: "・";
  display: inline-block;
  padding-right: 1.25em;
}
#lower .inr .content {
  float: left;
  width: 80%;
}
.comMenu {
  width: min(41.43vw,580px);
  height: min(4.29vw,60px);
  margin: min(6vw,80px) auto 0;
}
.comMenu ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
.comMenu ul li {
  width: min(18.57vw,260px);
  height: min(4.29vw,60px);
  margin: 0 min(1.07vw,15px);
}
.comMenu ul li a {
  width: min(18.57vw,260px);
  height: min(4.29vw,60px);
  border-radius: 10px;
  font-size: clamp(12px, 1.14vw, 16px);
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
}
.comMenu ul li:first-child a {
  border: 1px solid #e4e4e4;
  background: #fff;
}
.comMenu ul li:last-child a {
  background: #36cd9b;
  color: #fff;
}

/* Smartphone
----------------------------------------------- */
@media screen and (max-width: 999px) {
  #lower {
    background: url("../images/common/sp_lower_bg01.jpg") center top / 100% auto no-repeat #fff;
  }
  #lower.bgcolor02 {
    background: url("../images/common/sp_lower_bg02.jpg") center top / 100% auto no-repeat #faf4ec;
  }
  #lower .hero {
    width: 84.81vw;
    height: 101.27vw;
    padding: 46.84vw 0 280px; 
  }
  #lower .hero h2 {
    font-size: 3.29vw;
  }
  #lower .hero h2 span {
    font-size: 12.66vw;
    padding-right: 0;
    padding-bottom: 2.53vw;
    display: block;
  }
  #lower .hero02 {
    height: 101.27vw;
    margin: 0 auto 25.32vw;
    padding: 48.1vw 0 0; 
  }
  #lower .hero02 .inr {
    width: 84.81vw;
  }
  #lower .hero02 h2 {
    font-size: 3.29vw;
    margin-bottom: 4.05vw;
  }
  #lower .hero02 h2 span {
    font-size: 12.66vw;
  }
  #lower .inr {
    width: 100%;
    padding: 0 0 22.78vw;
  }
  #lower .inr .flLink {
    display: none;
  }
  #lower .inr .content {
    float: inherit;
    width: 100%;
  }
  .comMenu {
    width: 84.81vw;
    height: 10.63vw;
    margin: 16.46vw auto 0;
  }
  .comMenu ul li {
    width: 39.24vw;
    height: 10.63vw;
    margin: 0 auto;
  }
  .comMenu ul li:nth-child(2) {
    margin: 0 0 0 6.33vw;
  }
  .comMenu ul li a {
    width: 39.24vw;
    height: 10.63vw;
    font-size: 3.29vw;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
  }
}/* Smartphone End */