@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&family=Poppins:wght@600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

:root {
  --headerHeight: 100px;
  --corpColor1: #d8448c;
  --corpColor1-rgb: 177,129,71;
  --corpColor2: #ece2e1;
  --corpColor2-rgb: 224,184,141;
  --corpColor3: #ece2e1;
  --corpColor3-rgb: 255,237,217;
}

html {
  font-size: 18px;
  line-height: 2;
}

body {
  font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

em {
  color: var(--corpColor1);
}

a {
  color: inherit;
  text-decoration: none;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a.btn {
  display: block;
  width: 280px;
  text-align: center;
  border: solid 1px var(--corpColor1);
  background-color: var(--corpColor1);
  color: #fff;
  padding: .4em 0 .6em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
  position: relative;
  font-weight: 700;
  margin: calc( var(--headerHeight) * .8) auto 0;
}
a.btn:after {
  content: "";
  width: .8em;
  height: .8em;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
}
a.btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: var(--corpColor1);
  background-color: #fff;
}
a.btn:hover:after {
  border-color: var(--corpColor1);
}
a.btn.inv {
  background-color: #fff;
  color: var(--corpColor1);
}
a.btn.inv:after {
  border-color: var(--corpColor1);
}
a.btn.inv:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #fff;
  background-color: var(--corpColor1);
}
a.btn.inv:hover:after {
  border-color: #fff;
}

.container {
  width: 84%;
  max-width: 1280px;
  margin: auto;
  padding: 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.pp {
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
}

#mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--headerHeight);
  z-index: 100;
  background-color: #fff;
}
#mainHeader h1, #mainHeader a.logo {
  line-height: 0;
  position: absolute;
  top: calc(var(--headerHeight) * 0.15);
  left: calc(var(--headerHeight) * 0.3);
  z-index: 99;
}
#mainHeader h1 img, #mainHeader a.logo img {
  height: calc(var(--headerHeight) * .7);
  width: auto;
}
#mainHeader #headTel {
  position: absolute;
  top: 24px;
  right: calc(var(--headerHeight) * 2.3);
  z-index: 99;
}
#mainHeader #headTel p {
  font-size: 1.44444rem;
  line-height: 1;
  letter-spacing: 0em;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  padding-left: 1.6em;
  background: url("../images/freedial.webp") left center no-repeat;
  background-size: auto .77em;
}
#mainHeader #headTel span {
  display: block;
  font-size: 0.66667rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 0.1em;
  padding: .45em 0 .55em;
  margin-top: .5em;
  background: url("../images/bg1.gif") center center repeat;
}
#mainHeader #headMail {
  position: absolute;
  top: 0;
  right: var(--headerHeight);
  background-color: #e997b8;
  display: block;
  width: var(--headerHeight);
  height: var(--headerHeight);
  z-index: 99;
}
#mainHeader #headMail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: calc( var(--headerHeight) * 0.5);
  width: auto;
}
#mainHeader #menu_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--headerHeight);
  height: var(--headerHeight);
  z-index: 102;
  border: none;
  background-color: var(--corpColor1);
  cursor: pointer;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
#mainHeader #menu_btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#mainHeader #menu_btn i {
  width: calc( var(--headerHeight) * .5);
  height: calc( var(--headerHeight) * .32 - 4px);
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
#mainHeader #menu_btn i:before, #mainHeader #menu_btn i:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
#mainHeader #menu_btn.close i {
  border-color: transparent;
}
#mainHeader #menu_btn.close i:before {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#mainHeader #menu_btn.close i:after {
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
#mainHeader nav#mainNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: var(--corpColor1);
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  padding: var(--headerHeight) 0 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
}
#mainHeader nav#mainNav #gNav01, #mainHeader nav#mainNav #gNav02 {
  width: 84%;
  max-width: 960px;
  margin: 0 auto;
  border-bottom: solid 1px var(--corpColor2);
  font-size: 1.16667rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
#mainHeader nav#mainNav #gNav01 img, #mainHeader nav#mainNav #gNav02 img {
  height: .8em;
  width: auto;
}
#mainHeader nav#mainNav #gNav01 {
  display: flex;
  justify-content: space-between;
}
#mainHeader nav#mainNav #gNav01 > ul > li {
  margin-bottom: 2em;
}
#mainHeader nav#mainNav #gNav01 > ul > li .link + ul {
  font-size: 0.83333rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: .8em;
  margin-bottom: -1.2em;
}
#mainHeader nav#mainNav #gNav01 > ul > li .link + ul li {
  margin-top: .6em;
}
#mainHeader nav#mainNav #gNav02 {
  padding: 1.5em 0;
}
#mainHeader nav#mainNav #gNav02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#mainHeader nav#mainNav #gNav02 ul li {
  min-width: 34%;
  margin: .5em 0;
}
#mainHeader nav#mainNav #gNav03, #mainHeader nav#mainNav #gNav04 {
  position: absolute;
  bottom: calc( var(--headerHeight) * .5);
  font-size: 0.72222rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#mainHeader nav#mainNav #gNav03 {
  left: calc( var(--headerHeight) * .5);
}
#mainHeader nav#mainNav #gNav03 a.tel {
  font-size: 2.33333rem;
  line-height: 1;
  letter-spacing: 0em;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
}
#mainHeader nav#mainNav #gNav03 a.tel img {
  height: .7em;
  width: auto;
  display: inline-block;
  margin-right: .2em;
  vertical-align: middle;
}
#mainHeader nav#mainNav #gNav03 p {
  margin-top: 1em;
}
#mainHeader nav#mainNav #gNav04 {
  right: calc( var(--headerHeight) * .5);
  text-align: right;
}
#mainHeader nav#mainNav #gNav04 ul li {
  display: inline-block;
  margin-left: 1.5em;
}
#mainHeader nav#mainNav #gNav04 ul li img {
  height: 2.4em;
  width: auto;
}
#mainHeader nav#mainNav #gNav04 p {
  margin-top: 1em;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  letter-spacing: .05em;
}

#mainFooter {
  background-color: var(--corpColor2);
  text-align: center;
  padding-top: calc( var(--headerHeight) * .6);
}
#mainFooter img {
  display: inline-block;
  margin-bottom: calc( var(--headerHeight) * .2);
  width: auto;
}
#mainFooter a.logo img:first-child {
  height: calc( var(--headerHeight) * .7);
}
#mainFooter a.logo img:last-child {
  height: calc( var(--headerHeight) * .64);
}
#mainFooter #copy {
  background-color: #888;
  color: #fff;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  font-size: 0.77778rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  text-indent: 0.05em;
  padding: .8em 0;
  margin-top: calc( var(--headerHeight) * .4);
}

#mainContent {
  padding-top: var(--headerHeight);
  contain: paint;
}

section {
  padding: var(--headerHeight) 0;
}

hgroup h6 {
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
}
hgroup.ttl01 {
  margin-bottom: var(--headerHeight);
}
hgroup.ttl01 h2 {
  font-size: 2.77778rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
}
hgroup.ttl01 h2 em {
  text-decoration: underline;
  text-underline-offset: .3em;
}
hgroup.ttl01 h6 {
  font-size: 1.38889rem;
  line-height: 1.6;
  letter-spacing: 0em;
  padding-left: 2.5em;
  margin-bottom: .8em;
  background: url("../images/logo_i.svg") left center no-repeat;
  background-size: contain;
}
hgroup.ttl02 {
  margin-bottom: 3em;
}
hgroup.ttl02 h2 {
  font-size: 1.77778rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  text-indent: 0.05em;
  font-weight: 700;
}
hgroup.ttl02 h6 {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 0.1em;
  margin-top: .5em;
  color: var(--corpColor1);
}
hgroup.ttl03 {
  margin-bottom: calc( var(--headerHeight) * .6);
}
hgroup.ttl03 h6 {
  color: var(--corpColor1);
  font-size: 0.83333rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
  text-align: center;
  text-indent: 0.15em;
  margin-bottom: 1em;
}
hgroup.ttl03 h2 {
  font-size: 2.77778rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  text-indent: 0.05em;
  font-weight: 700;
}
hgroup.ttl03 h2 span {
  display: block;
  font-size: .46em;
  line-height: 1.2;
}
hgroup.ttl03 i {
  position: relative;
  display: block;
  font-size: 0.94444rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 0.1em;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  color: var(--corpColor1);
  max-width: 600px;
  margin: 0.5em auto;
}
hgroup.ttl03 i:before, hgroup.ttl03 i:after {
  content: "";
  display: block;
  width: calc( 50% - 7em );
  height: 1px;
  background-color: var(--corpColor1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
hgroup.ttl03 i:before {
  left: 0;
}
hgroup.ttl03 i:after {
  right: 0;
}

#contact {
  padding-bottom: 0 !important;
}
#contact > .container {
  display: grid;
  grid-template: "c1 c2" "c3 c2" / 620px 1fr;
  position: relative;
}
#contact > .container #contact01 {
  grid-area: c1;
}
#contact > .container #contact01 hgroup.ttl01 {
  margin-bottom: 0;
}
#contact > .container #contact01 hgroup.ttl01 + p {
  font-size: 1.11111rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 2em;
}
#contact > .container #contact02 {
  grid-area: c2;
  position: relative;
  line-height: 0;
}
#contact > .container #contact02 img:nth-child(1) {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-left: -60px;
  max-width: 480px;
}
#contact > .container #contact02 img:nth-child(2) {
  width: 200px;
  position: absolute;
  right: 60%;
  top: 0;
}
#contact > .container #contact03 {
  grid-area: c3;
  margin-bottom: 80px;
}
#contact > .container #contact03 h3 {
  font-size: 1.55556rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  padding: .5em 0;
  position: relative;
  margin-bottom: 1em;
}
#contact > .container #contact03 h3:before {
  content: "";
  display: block;
  width: 80vw;
  border-bottom: solid 60px var(--corpColor1);
  border-right: solid 60px transparent;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  -moz-box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
}
#contact > .container #contact03 h3:after {
  content: "";
  display: block;
  width: 10px;
  background-color: #fff;
  border-top: solid 10px #fff;
  border-left: solid 10px transparent;
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: -1;
}
#contact > .container #contact03 ul li {
  position: relative;
  border-bottom: dotted 4px #ccc;
  font-size: 1.77778rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: .8em 0 .8em 2em;
  font-weight: 700;
}
#contact > .container #contact03 ul li:before {
  content: "Q";
  color: var(--corpColor1);
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  position: absolute;
  left: .8em;
}
#contact #contact04 {
  padding-top: var(--headerHeight);
  background-color: var(--corpColor2);
  position: relative;
}
#contact #contact04:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 40px #fff;
  border-left: solid 30px transparent;
  border-right: solid 30px transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#contact #contact04 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact #contact04 ul li {
  flex-basis: 48%;
  align-self: stretch;
}
#contact #contact04 ul li a {
  display: flex;
  background-color: #fff;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10% 0;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#contact #contact04 ul li h5 {
  font-size: 1.33333rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  text-indent: 0.05em;
  font-weight: 700;
}
#contact #contact04 ul li h5 img {
  height: 1em;
  margin-left: .5em;
  vertical-align: -.1em;
}
#contact #contact04 ul li h4 {
  font-size: 1.77778rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-indent: 0.05em;
  font-weight: 700;
}
#contact #contact04 ul li h4:before {
  content: "";
  width: 50px;
  height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  margin-right: .2em;
  background: url("../images/ico_mail.svg") center center no-repeat;
  background-size: contain;
}
#contact #contact04 ul li p {
  text-align: center;
}
#contact #contact04 ul li:first-child {
  order: 1;
}
#contact #contact04 ul li:first-child h4 {
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  font-size: 2.77778rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  text-indent: 0.05em;
}
#contact #contact04 ul li:first-child h4:before {
  background-image: url("../images/freedial.svg");
}

@media (max-width: 1199.98px) {
  #contact > .container #contact02 img:nth-child(1) {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-left: 0;
    margin-right: -60px;
    max-width: 480px;
    width: 360px;
  }
  #contact > .container #contact02 img:nth-child(2) {
    width: 150px;
    position: absolute;
    right: auto;
    left: 0;
    top: 10%;
  }
  #contact #contact04 ul li h5 {
    font-size: 1.16667rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    text-indent: 0.05em;
  }
  #contact #contact04 ul li h4 {
    font-size: 1.55556rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    text-indent: 0.05em;
  }
  #contact #contact04 ul li h4:before {
    width: 40px;
  }
  #contact #contact04 ul li:first-child h4 {
    font-size: 2.22222rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    text-indent: 0.05em;
  }
}
@media (max-width: 991.98px) {
  hgroup.ttl01 {
    margin-bottom: var(--headerHeight);
  }
  hgroup.ttl01 h2 {
    font-size: 2.77778rem;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 700;
  }
  hgroup.ttl01 h2 em {
    text-decoration: underline;
    text-underline-offset: .3em;
  }
  hgroup.ttl01 h6 {
    font-size: 1.38889rem;
    line-height: 70px;
    letter-spacing: 0em;
    padding-left: 100px;
  }
  hgroup.ttl02 {
    margin-bottom: 3em;
  }
  hgroup.ttl02 h2 {
    font-size: 1.77778rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    text-indent: 0.05em;
    font-weight: 700;
  }
  hgroup.ttl02 h6 {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    text-indent: 0.1em;
    margin-top: .5em;
    font-family: 'Poppins', Arial, Helvetica, "sans-serif";
    font-weight: 600;
    color: var(--corpColor1);
  }

  #contact > .container {
    grid-template: "c1" "c2" "c3" / 1fr;
  }
  #contact > .container:after {
    display: none;
  }
  #contact > .container #contact02 {
    text-align: right;
  }
  #contact > .container #contact02 img:nth-child(1) {
    position: static;
    margin: 0;
    max-width: 480px;
  }
  #contact > .container #contact02 img:nth-child(3) {
    width: 200px;
    position: absolute;
    right: 50%;
    top: 20%;
  }
  #contact > .container #contact03 {
    background-color: var(--corpColor2);
    width: 84vw;
    margin: 0 -8vw -1px;
    padding: 8vw 8vw 0;
  }
  #contact > .container #contact03 ul li {
    border-bottom: none;
    margin-bottom: .8em;
    background-color: #fff;
  }
  #contact > .container #contact03 ul li:before {
    content: "Q";
    color: var(--corpColor1);
    font-family: 'Poppins', Arial, Helvetica, "sans-serif";
    font-weight: 600;
    position: absolute;
    left: .8em;
  }
  #contact > .container #contact03 ul + p {
    font-size: 1.77778rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: center;
    text-indent: 0.1em;
    font-weight: 700;
  }
  #contact #contact04:before {
    display: none;
  }
  #contact #contact04 ul li {
    flex-basis: 100%;
    margin-bottom: 8%;
  }
  #contact #contact04 ul li a {
    padding: 4% 0;
  }
}
@media (max-width: 767.98px) {
  :root {
    --headerHeight: 60px;
  }

  .container {
    max-height: 100%;
  }

  html {
    font-size: 12px;
  }

  body {
    -webkit-text-size-adjust: 100%;
    max-height: 100%;
  }

  a.btn {
    width: 200px;
  }

  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }

  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }

  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }

  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
  }

  button,
  input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
  }

  input[type="radio"] {
    display: none;
  }

  input[type="radio"]:checked + label {
    background: #ff0000;
  }

  #mainHeader h1, #mainHeader a.logo {
    left: calc(var(--headerHeight) * 0.15);
  }
  #mainHeader nav#mainNav {
    position: fixed;
    display: block;
    padding-bottom: 0;
  }
  #mainHeader nav#mainNav #gNav01, #mainHeader nav#mainNav #gNav02 {
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
    border-bottom: solid 1px var(--corpColor2);
    font-size: 1.16667rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  #mainHeader nav#mainNav #gNav01 img, #mainHeader nav#mainNav #gNav02 img {
    height: .8em;
    width: auto;
  }
  #mainHeader nav#mainNav #gNav01 {
    display: block;
    padding: 0 0 .5em;
  }
  #mainHeader nav#mainNav #gNav01 > ul > li {
    margin: 1.2em 0;
  }
  #mainHeader nav#mainNav #gNav01 > ul > li .link:after {
    content: " +";
    color: var(--corpColor2);
  }
  #mainHeader nav#mainNav #gNav01 > ul > li .link + ul {
    font-size: 0.83333rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-top: .8em;
    margin-bottom: 0;
  }
  #mainHeader nav#mainNav #gNav01 > ul > li .link + ul li {
    margin-top: .6em;
  }
  #mainHeader nav#mainNav #gNav01 > ul > li .link.cross:after {
    content: " -";
  }
  #mainHeader nav#mainNav #gNav02 {
    padding: .7em 0;
  }
  #mainHeader nav#mainNav #gNav02 ul {
    display: block;
  }
  #mainHeader nav#mainNav #gNav02 ul li {
    flex-basis: 100%;
    margin: .8em 0;
  }
  #mainHeader nav#mainNav #gNav02 ul li:nth-child(even) {
    text-align: left;
  }
  #mainHeader nav#mainNav #gNav03, #mainHeader nav#mainNav #gNav04 {
    position: static;
    width: 80%;
    margin: calc( var(--headerHeight) * .5) auto;
    font-size: 0.72222rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  #mainHeader nav#mainNav #gNav03 {
    left: calc( var(--headerHeight) * .5);
    bottom: 100px;
  }
  #mainHeader nav#mainNav #gNav03 a.tel {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0em;
    font-family: 'Poppins', Arial, Helvetica, "sans-serif";
    font-weight: 600;
  }
  #mainHeader nav#mainNav #gNav03 a.tel img {
    height: .7em;
    width: auto;
    display: inline-block;
    margin-right: .2em;
    vertical-align: middle;
  }
  #mainHeader nav#mainNav #gNav03 p {
    margin-top: 1em;
  }
  #mainHeader nav#mainNav #gNav04 {
    right: auto;
    left: calc( var(--headerHeight) * .5);
    text-align: left;
  }
  #mainHeader nav#mainNav #gNav04 ul li {
    display: inline-block;
    margin-left: 0;
    margin-right: 1.5em;
  }
  #mainHeader nav#mainNav #gNav04 ul li img {
    height: 2.4em;
    width: auto;
  }
  #mainHeader nav#mainNav #gNav04 p {
    margin-top: 1em;
    font-family: 'Poppins', Arial, Helvetica, "sans-serif";
    font-weight: 600;
    letter-spacing: .05em;
  }

  hgroup.ttl01 h2 {
    font-size: 2.22222rem;
    line-height: 1.4;
    letter-spacing: 0em;
  }
  hgroup.ttl01 h6 {
    font-size: 1.38889rem;
    line-height: 35px;
    letter-spacing: 0em;
    padding-left: 50px;
  }

  #contact > .container #contact01 hgroup.ttl01 + p {
    margin: 2em 0;
  }
  #contact > .container #contact02 img:nth-child(1) {
    width: 240px;
    max-width: 360px;
  }
  #contact > .container #contact02 img:nth-child(3) {
    width: 140px;
    position: absolute;
    right: 60%;
    top: 0;
  }
  #contact > .container #contact03 ul li {
    font-size: 1.2em;
  }
  #contact > .container #contact03 ul + p {
    font-size: 1.4em;
    margin-top: 2em;
  }

  #spFNav {
    position: fixed;
    z-index: 96;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: var(--corpColor1);
  }
  #spFNav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 0;
  }
  #spFNav ul li {
    flex-basis: calc(100% / 3);
  }
  #spFNav ul li a img {
    width: 100%;
    height: auto;
  }
  #spFNav button {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
    font-size: 1rem;
    line-height: 50px;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 0.2em;
    color: #fff;
  }
  #spFNav button:before {
    content: "▲";
    display: inline-block;
    margin-right: 1em;
  }
  #spFNav button:after {
    content: "はじめての方はこちら";
  }
  #spFNav button.open:before {
    content: "▼";
  }
  #spFNav button.open:after {
    content: "メニューを閉じる";
  }
}
