@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  text-decoration: none;
}
ins,
mark {
  background-color: #ff9;
  color: #000;
}
mark {
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
html {
  font-size: 62.5%;
}
body {
  color: #000;
  font-family: Zen Kaku Gothic New, sans-serif;
  line-height: 1.5;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  vertical-align: bottom;
}
ul li {
  list-style: none;
}
button,
input[type="checkbox"],
input[type="submit"],
input[type="tel"],
input[type="text"],
select,
textarea {
  margin: 0;
  padding: 0;
  background: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-ms-clear {
  display: none;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus::placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus::placeholder {
  color: transparent;
}
a:link {
  color: #000;
  text-decoration: underline;
}
a:hover,
a:visited {
  color: #000;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  body {
    color: #000;
    line-height: 1.5;
  }
  img {
    max-width: 100%;
  }
  .sp {
    display: none !important;
  }
  .wrapper {
    overflow: hidden;
    position: relative;
  }
  header#header {
    height: 80px;
    background-color: #fff;
  }
  header .h_inner {
    max-width: 1000px;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2%;
    box-sizing: border-box;
  }
  header .h_logo h1 img {
    /* width: calc(100vw * (284/1000)); */
    max-width: 250px;
    width: 100%;
    margin: 4px 0;
  }
  header .h_logo p {
    font-size: 1.2rem;
    color: #343434;
    letter-spacing: 0;
  }
  header .h_ctn_box {
    display: flex;
  }
  header .h_tel {
    display: block;
    cursor: pointer;
    margin-right: 10px;
  }
  header .h_tel:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
  header .h_tel img {
    max-width: 178px;
    width: 100%;
  }
  header .h_cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #28b4c3;
    border-radius: 100vmax;
    opacity: 1;
    transition: opacity 0.3s ease-out;
    padding: 0 30px;
  }
  header .h_cta a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
  }
  header .h_cta a:hover {
    opacity: 0.8;
  }


  /* header.header {
    box-sizing: border-box;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 5pc;
    background: #fff;
    border-bottom: 1px solid #f6f6f6;
  }
  header.header .header__logo {
    position: absolute;
    top: 20px;
    left: 40px;
    width: 270px;
    height: 40px;
    background: url(../img/header_logo.png) center center no-repeat;
    background-size: contain;
  }
  header.header .header__logo a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  header.header p.text__description {
    position: absolute;
    top: 35px;
    left: 330px;
    font-size: 9pt;
    line-height: 1;
  }
  header.header .btn__contact {
    position: absolute;
    top: 19px;
    right: 40px;
    width: 10pc;
    height: 40px;
  }
  header.header .btn__contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #28b4c3;
    border-radius: 100vmax;
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  header.header .btn__contact a:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
  }
  header.header .btn__contact a:hover {
    opacity: 0.8;
  } */
  footer.footer {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 75pt;
    padding: 0 40px;
    background: #c23326;
  }
  footer.footer ul.footer__link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer.footer ul.footer__link li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    line-height: 1;
  }
  footer.footer ul.footer__link li a:hover {
    text-decoration: underline;
  }
  footer.footer ul.footer__link li + li {
    position: relative;
    margin-left: 14px;
    padding-left: 14px;
  }
  footer.footer ul.footer__link li + li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #fff;
  }
  footer.footer p.footer__copyright {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 9pt;
    color: #fff;
    line-height: 1;
  }
  .fixed_cta  {
    display: none;
  }
  .mainvisual {
    background: linear-gradient(to top, #fff 0, #d7e1ef 100%);
  }
  .mainvisual .inner {
    padding: 0 40px;
    background-image: url("../img/bg_mainvisual_1280px.png");
    background-position: center center;
    background-repeat: no-repeat;
  }
  .mainvisual img {
    display: block;
    margin: 0 auto;
  }
  .section {
    padding: 60px 40px;
  }
  .section img {
    display: block;
    margin: 0 auto;
  }
  .section__contact {
    background: #c23326;
  }
  .section__contact .btn__contact {
    width: 500px;
    height: 75px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100vmax;
  }
  .section__contact .btn__contact a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    text-decoration: none;
    font-size: 2pc;
    font-weight: 700;
    color: #fff;
    background-color: #28b4c3;
    border: 3px solid #fff;
    border-radius: 100vmax;
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .section__contact .btn__contact a:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 25px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
  }
  .section__contact .btn__contact a:hover {
    opacity: 0.8;
  }
  .section__contact ul.list__kome {
    display: table;
    margin: 40px auto 0;
  }
  .section__contact ul.list__kome li {
    font-size: 9pt;
    color: #fff;
    line-height: 1.7;
    white-space: nowrap;
  }
  .section__contact ul.list__kome li a {
    color: #fff;
  }
  .section__contact p.text__lead {
    margin-top: 25px;
    text-align: center;
    font-size: 1pc;
    font-weight: 700;
    color: #fff;
  }
  .section__contact a.tel_contact {
    display: block;
    width: 500px;
    margin: 40px auto;
    padding: 0 0 20px;
    text-align: center;
    background-color: #fff;
    color: #4CB4C3;
    font-size: 42px;
    font-weight: 900;
    line-height: 26px;
    text-decoration: none;
  }
  .section__contact a.tel_contact .cnt_ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
  }
  .section__contact a.tel_contact .cnt_time {
    font-size: 14px;
    font-weight: normal;
    color: #4C4C4C;
    line-height: 14px;
  }
  .section01 {
    padding-bottom: 0;
  }
  .section02 {
    background: #f6f6f6;
  }
  .section03 {
    background: #f0dfdc;
  }
  .section03,
  .section04 {
    padding-top: 52px;
  }
  .section05 {
    padding: 0;
    background: #000;
  }
  .section06 {
    padding-top: 52px;
  }
  .section06,
  .section08 {
    background: #f6f6f6;
  }
  .section08 dl.list__info {
    display: table;
    margin: 20px auto 0;
    font-size: 1pc;
    line-height: 1;
  }
  .section08 dl.list__info .group {
    display: flex;
    align-items: center;
  }
  .section08 dl.list__info .group + .group {
    margin-top: 0.9em;
  }
  .section08 dl.list__info dt {
    width: 5em;
    font-weight: 700;
  }
  .section08 dl.list__info dd {
    width: calc(100% - 5em);
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .mainvisual .inner {
    background-image: url("../img/bg_mainvisual_1080px.png");
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  body {
    color: #000;
    line-height: 1.5;
  }
  img {
    width: 100%;
  }
  .pc {
    display: none !important;
  }
  .wrapper {
    overflow: hidden;
    position: relative;
    /* padding-top: 21.33vw; */
  }
  header .h_inner {
    display: flex;
  }
  header .h_logo {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    position: relative;
    margin: 40px 0 0;
    justify-content: center;
  }
  header .h_logo h1,
  header .h_logo p {
    display: block;
  }
  header .h_logo h1 img {
    width: 100%;
    text-align: center;
    padding: 2.564102564102564vw 0 2.564102564102564vw 10px;
  }
  header .h_logo p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 3.076923076923077vw;
    font-weight: bold;
    position: fixed;
    top: 0;
    left: 0;
  }
  header .h_ctn_box {
    width: 100%;
    display: flex;
    justify-content: right;
  }
  header .h_tel {
    width: 86%;
    display: flex;
    margin: 40px 6px 0 0;
    justify-content: right;
    align-items: center;
    padding: 2.564102564102564vw 0 2.564102564102564vw 0;
  }
  header .h_cta {
    display: none;
  }
  /* header.header {
    box-sizing: border-box;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 21.33vw;
    background: #fff;
    border-bottom: 1px solid #f6f6f6;
  }
  header.header .header__logo {
    position: absolute;
    top: 12vw;
    left: 4.26vw;
    width: 36vw;
    height: 5.33vw;
    background: url(../img/header_logo.png) center center no-repeat;
    background-size: contain;
  }
  header.header .header__logo a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  header.header p.text__description {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 8vw;
    text-align: center;
    font-size: 2.93vw;
    color: #fff;
    line-height: 1;
    background: #000;
  }
  header.header .btn__contact {
    position: absolute;
    top: 10.66vw;
    right: 4.26vw;
    width: 32vw;
    height: 8vw;
  }
  header.header .btn__contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    text-decoration: none;
    font-size: 3.2vw;
    font-weight: 700;
    color: #fff;
    background-color: #28b4c3;
    border-radius: 100vmax;
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  header.header .btn__contact a:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0.8vw);
    right: 3vw;
    width: 1.2vw;
    height: 1.2vw;
    border-top: solid 0.6vw #fff;
    border-right: solid 0.6vw #fff;
    transform: rotate(45deg);
  }
  header.header .btn__contact a:hover {
    opacity: 0.8;
  } */
  footer.footer {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 34vw;
    padding: 0 4.26vw 12.82051282051282vw;
    background: #c23326;
  }
  footer.footer ul.footer__link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer.footer ul.footer__link li a {
    text-decoration: none;
    font-size: 2.66vw;
    color: #fff;
    line-height: 1;
  }
  footer.footer ul.footer__link li a:hover {
    text-decoration: underline;
  }
  footer.footer ul.footer__link li + li {
    position: relative;
    margin-left: 3vw;
    padding-left: 3vw;
  }
  footer.footer ul.footer__link li + li:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0.4em);
    left: 0;
    width: 1px;
    height: 1em;
    border-left: 1px solid #fff;
  }
  footer.footer p.footer__copyright {
    width: 100%;
    margin-top: 2.66vw;
    text-align: center;
    font-size: 2.66vw;
    color: #fff;
    line-height: 1;
  }

  .fixed_cta  {
    display: block;
    position: fixed;
    bottom: 2.564102564102564vw;
    left: 0;
    width: 100%;
  }
  .fixed_cta a {
    width: 96%;
    height: 12.82051282051282vw;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    font-size: 5.2vw;
    font-weight: 700;
    color: #fff;
    background-color: #28b4c3;
    border: 0.6vw solid #fff;
    border-radius: 100vmax;
    box-shadow: 5px 4px 15px -5px #777777;
  }
  .fixed_cta a:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1.2vw);
    right: 4.2vw;
    width: 2vw;
    height: 2vw;
    border-top: solid 0.6vw #fff;
    border-right: solid 0.6vw #fff;
    transform: rotate(45deg);
  }

  .mainvisual {
    background: linear-gradient(to top, #fff 0, #d7e1ef 100%);
  }
  .mainvisual img {
    display: block;
    margin: 0 auto;
  }
  .section {
    padding: 10.66vw 4.26vw;
  }
  .section img {
    display: block;
    margin: 0 auto;
  }
  .section__contact {
    background: #c23326;
  }
  /* .section__contact .btn__contact {
    width: 80vw;
    height: 12vw;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100vmax;
  }
  .section__contact .btn__contact a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    text-decoration: none;
    font-size: 5.2vw;
    font-weight: 700;
    color: #fff;
    background-color: #28b4c3;
    border: 0.6vw solid #fff;
    border-radius: 100vmax;
  }
  .section__contact .btn__contact a:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1.2vw);
    right: 4.2vw;
    width: 2vw;
    height: 2vw;
    border-top: solid 0.6vw #fff;
    border-right: solid 0.6vw #fff;
    transform: rotate(45deg);
  } */
  .btn__contact {
    display: none;
  }
  .section__contact ul.list__kome {
    display: table;
    margin: 5.33vw auto 0;
  }
  .section__contact ul.list__kome li {
    font-size: 9pt;
    color: #fff;
    line-height: 1.7;
    white-space: nowrap;
  }
  .section__contact ul.list__kome li:nth-child(n + 2) {
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  .section__contact ul.list__kome li a {
    color: #fff;
  }
  .section__contact p.text__lead {
    margin-top: 5.33vw;
    text-align: center;
    font-size: 3.73vw;
    font-weight: 700;
    color: #fff;
  }
  .section__contact a.tel_contact {
    display: block;
    width: 100%;
    color: #28b4c3;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 10.76923076923077vw;
    font-weight: 900;
    line-height: 6.666666666666667vw;
    padding: 0 0 5.128205128205128vw;
  }
  .section__contact a.tel_contact .cnt_ttl {
    font-size: 4.102564102564102vw;
    font-weight: bold;
    line-height: 7.6923076923076925vw;
  }
  .section__contact a.tel_contact .cnt_time {
    font-size: 3.5897435897435894vw;
    font-weight: normal;
    color: #4C4C4C;
    line-height: 3.5897435897435894vw;
  }
  .section01 {
    padding-bottom: 0;
  }
  .section02 {
    background: #f6f6f6;
  }
  .section03 {
    background: #f0dfdc;
  }
  .section03,
  .section04 {
    padding-top: 9.6vw;
  }
  .section05 {
    padding: 0;
    background: #000;
  }
  .section06 {
    padding-top: 9.6vw;
  }
  .section06,
  .section08 {
    background: #f6f6f6;
  }
  .section08 dl.list__info {
    display: table;
    margin: 4vw auto 0;
    font-size: 3.2vw;
    line-height: 1;
  }
  .section08 dl.list__info .group {
    display: flex;
    align-items: center;
  }
  .section08 dl.list__info .group + .group {
    margin-top: 0.9em;
  }
  .section08 dl.list__info dt {
    width: 5em;
    font-weight: 700;
  }
  .section08 dl.list__info dd {
    width: calc(100% - 5em);
  }
}
