@charset "UTF-8";
/* ====================================================================================================
   import
==================================================================================================== */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* ====================================================================================================
   foundation
==================================================================================================== */
/* --------------------------------------------------
variables
*/
/* maxWidth */
/* mediaScreen */
/* font */
/* color */
/* colorBg */
/* colorBorder */
/* colorFont */
/* other */
/* --------------------------------------------------
reset
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* --------------------------------------------------
basic
*/
html {
  position: relative;
  font-size: 7px;
  overflow-y: scroll;
}
@media (min-width: 720px) {
  html {
    font-size: 7.5px;
  }
}
@media (min-width: 1080px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "M PLUS 1", sans-serif;
  color: #231815;
  background-color: #F2F2F2;
}

hr {
  border: none;
}

a {
  color: #231815;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.c-form * {
  /* reset */
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-form *:-ms-clear {
  visibility: hidden;
}
.c-form *:-ms-reveal {
  visibility: hidden;
}

/* scrollbar */
::-webkit-scrollbar {
  display: none;
}

/* fontSet */
h1,
h2,
h3,
h4,
h5 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2rem;
}

p {
  font-size: 1.6rem;
  text-align: justify;
  line-height: 3rem;
}
p > strong {
  font-weight: bold;
  color: #231815;
}
p > em {
  font-weight: bold;
}
p > a {
  text-decoration: underline;
  color: #FFFF00;
}

/* ====================================================================================================
   layout
==================================================================================================== */
/* --------------------------------------------------
l-header
*/
.l-header {
  background-color: white;
}
.l-header .l-header__top {
  padding: 3rem 2rem;
}
@media (min-width: 720px) {
  .l-header .l-header__top {
    padding: 3rem 4rem;
  }
}
.l-header .l-header__top .l-header__top__in {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.l-header .l-header__top .l-header__top__in .l-header__logo {
  width: auto;
}
.l-header .l-header__top .l-header__top__in .l-header__catch {
  margin-left: 2rem;
}
.l-header .l-header__top .l-header__top__in .l-header__catch > * {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5rem;
}
.l-header .l-header__top .l-header__top__in .l-header__btnTel {
  margin-left: auto;
}
.l-header .l-header__top .l-header__top__in .l-header__btnMail {
  display: none;
  margin-left: 3rem;
}
@media (min-width: 720px) {
  .l-header .l-header__top .l-header__top__in .l-header__btnMail {
    display: block;
  }
}

/* --------------------------------------------------
l-contents
*/
.l-contents {
  overflow: hidden;
}

/* --------------------------------------------------
l-footer
*/
.l-footer {
  width: auto;
  padding: 4rem 0;
  border-top: solid 1px #DDDDDD;
}
.l-footer small {
  display: block;
  text-align: center;
}

/* --------------------------------------------------
l-section
*/
.l-section {
  padding: 10rem 0;
}

.l-section--accent {
  background-color: #FFECB3;
}

.l-section--catch {
  position: relative;
  padding: 45vw 0 3rem;
}
@media (min-width: 720px) {
  .l-section--catch {
    padding: 3rem 0;
  }
}
@media (min-width: 1080px) {
  .l-section--catch {
    height: calc(100vh - 11rem);
  }
}
.l-section--catch:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: url(../images/bg_catch01.svg) no-repeat;
  background-position: center bottom;
  background-size: contain;
  mix-blend-mode: overlay;
}
.l-section--catch .l-section--catch__slide {
  position: absolute;
  top: 1rem;
  right: 0;
  z-index: 10;
  width: 90vw;
  height: 90vw;
  border-radius: 5rem 0 0 5rem;
  overflow: hidden;
}
@media (min-width: 720px) {
  .l-section--catch .l-section--catch__slide {
    top: auto;
    bottom: 1rem;
    width: 50vw;
    height: 50vw;
  }
}
@media (min-width: 1080px) {
  .l-section--catch .l-section--catch__slide {
    top: auto;
    bottom: 1rem;
    width: calc(100vh - 13rem);
    height: calc(100vh - 13rem);
  }
}
.l-section--catch .l-section--catch__slide #slide_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.l-section--catch .l-section--catch__slide #slide_wrap .slide_item {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
}
.l-section--catch .l-section--catch__slide #slide_wrap .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.l-section--catch .l-section--catch__slide #slide_wrap .slide_item.show_ {
  opacity: 1;
}
.l-section--catch .l-section--catch__slide #slide_wrap .slide_item.zoom_ {
  transform: scale(1.1);
}
.l-section--catch .l-section--catch__slide #slide_wrap .slide_item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.l-section--catch .u-innerL {
  position: relative;
  z-index: 30;
}

.l-section--bgPic01, .l-section--bgPic02 {
  position: relative;
  background: linear-gradient(to right, #C5372F, #84222C);
}
.l-section--bgPic01:before, .l-section--bgPic02:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: url(../images/bg_sec01.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.l-section--bgPic01 > *, .l-section--bgPic02 > * {
  position: relative;
  z-index: 20;
}

.l-section--bgPic02:before {
  background: url(../images/bg_sec02.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
}

/* --------------------------------------------------
l-grid
*/
.l-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
  margin: -1rem;
}
.l-grid > * {
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: all 0.4s ease-out;
}
@media (min-width: 720px) {
  .l-grid > * {
    width: 50%;
  }
}
@media (min-width: 1080px) {
  .l-grid > * {
    width: 25%;
  }
}
.l-grid .l-grid--rev {
  flex-direction: row-reverse;
}

@media (min-width: 1080px) {
  .l-grid--half > * {
    width: 50%;
  }
}

@media (min-width: 1080px) {
  .l-grid--three > * {
    width: 33.333%;
  }
}

@media (min-width: 720px) {
  .l-grid--M {
    margin: -2rem;
  }
}
@media (min-width: 720px) {
  .l-grid--M > * {
    padding: 2rem;
  }
}

@media (min-width: 720px) {
  .l-grid--L {
    margin: -3rem;
  }
}
@media (min-width: 720px) {
  .l-grid--L > * {
    padding: 3rem;
  }
}

/* ====================================================================================================
   object
==================================================================================================== */
/* --------------------------------------------------
c-breadCrumb
*/
.c-breadCrumb > * {
  display: inline-block;
}
.c-breadCrumb > * + *:before {
  content: "｜";
  margin: 0 0.5em;
}

/* --------------------------------------------------
c-badge
*/
.c-badge {
  display: inline-block;
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2rem;
  color: #84222C;
  background-color: #FFD54F;
  border-radius: 100rem;
}

.c-badgeCheck, .c-badgeCross {
  display: inline-block;
  position: relative;
  padding: 1rem 2rem 1rem 6rem;
  font-size: 2rem;
  text-align: left;
  line-height: 3rem;
  border: solid 1px #DDDDDD;
  border-radius: 100rem;
}
.c-badgeCheck:before, .c-badgeCross:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: url(../images/icon_check01.svg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-badgeCross:before {
  background: url(../images/icon_cross01.svg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-badgeQuestion, .c-badgeAnswer {
  position: relative;
  padding-left: 4rem;
}
.c-badgeQuestion:before, .c-badgeAnswer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  background: url(../images/icon_question01.svg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-badgeAnswer:before {
  background: url(../images/icon_answer01.svg) no-repeat;
  background-position: center center;
  background-size: cover;
}

/* --------------------------------------------------
c-button
*/
.c-button, .c-form input[type=submit] {
  display: inline-block;
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2rem;
  white-space: nowrap;
  color: white;
  background: linear-gradient(to right, #C5372F, #84222C);
  border-radius: 100rem;
}
.c-button > img, .c-form input[type=submit] > img {
  width: auto;
  height: 3rem;
  margin-right: 1rem;
}

.c-button--large {
  min-width: 30rem;
  padding: 3rem;
  font-size: 2rem;
  line-height: 3rem;
}
@media (min-width: 720px) {
  .c-button--large {
    font-size: 2.5rem;
  }
}

.c-button--mail {
  position: relative;
  padding-left: 6rem;
}
.c-button--mail:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: url(../images/icon_mail01.svg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-button--mail--large {
  padding-left: 8rem;
}
.c-button--mail--large:before {
  left: 3rem;
  width: 4rem;
  height: 4rem;
}
.c-button--mail--large em {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  color: #FFFF00;
}

.c-buttonTel {
  display: block;
  text-align: center;
}
.c-buttonTel > span {
  display: block;
  margin-bottom: 1rem;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8rem;
  white-space: nowrap;
  border: solid 1px #DDDDDD;
  border-radius: 100rem;
  box-sizing: border-box;
}
.c-buttonTel .c-buttonTel__in {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  font-family: "Jost", "M PLUS 1", sans-serif;
  font-size: 2.5rem;
  line-height: 2rem;
  white-space: nowrap;
  color: #C5372F;
}
.c-buttonTel .c-buttonTel__in:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url(../images/icon_tel01.svg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-buttonTel--large > span {
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
.c-buttonTel--large .c-buttonTel__in {
  padding-left: 5rem;
  font-size: 5rem;
  line-height: 5rem;
}
.c-buttonTel--large .c-buttonTel__in:before {
  width: 4rem;
  height: 4rem;
}

.c-buttonForm {
  display: inline-block;
  min-width: 30rem;
  padding: 2rem;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 3rem;
  white-space: nowrap;
  color: white;
  background: linear-gradient(to right, #C5372F, #84222C);
  border-radius: 100rem;
}

/* --------------------------------------------------
c-navBar
*/
.c-navBar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 100rem;
  overflow: hidden;
}
.c-navBar > * {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
  color: #231815;
}
@media (min-width: 720px) {
  .c-navBar > * {
    flex-wrap: nowrap;
    padding: 1rem 3rem;
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.c-navBar > * + * {
  border-left: solid 1px #DDDDDD;
}
.c-navBar > * > * {
  margin-right: 0;
}
@media (min-width: 720px) {
  .c-navBar > * > * {
    margin-right: 1rem;
  }
}
.c-navBar > *.active {
  background-color: #FFFF00;
}

/* --------------------------------------------------
c-panel
*/
.c-panel {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4rem;
  background-color: white;
  border-radius: 3rem;
  box-shadow: 0 1rem 0.5rem -0.5rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

/* --------------------------------------------------
c-media
*/
.c-media {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: start;
  gap: 3rem;
}
.c-media > .c-media__img > img {
  display: block;
}
.c-media > .c-media__body {
  width: auto;
}

/* rev */
.c-media--rev {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

/* --------------------------------------------------
c-tableView
*/
.c-tableView {
  display: block;
  height: 100%;
  background-color: white;
  border-radius: 3rem;
  box-shadow: 0 1rem 0.5rem -0.5rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.c-tableView > * {
  padding: 2rem 4rem;
}
.c-tableView > * + * {
  border-top: solid 1px #DDDDDD;
}
.c-tableView > *:last-child {
  padding: 2rem 4rem 4rem;
}
.c-tableView .c-tableView__title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  font-size: 3rem;
  line-height: 4rem;
  text-align: center;
  color: white;
  background-color: #84222C;
}
.c-tableView .c-tableView__title > * {
  margin-right: 1rem;
}
.c-tableView .c-tableView__title + * {
  border-top: none;
}
.c-tableView .c-tableView__title + .c-tableView__title {
  padding-top: 0;
}
.c-tableView .c-tableView__title--accent {
  color: #84222C;
  background: linear-gradient(to right, #FFFF00, #FFD54F);
}

/* --------------------------------------------------
c-card
*/
.c-card {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  border-radius: 3rem;
  overflow: hidden;
}
.c-card > .c-card__img {
  width: auto;
}
.c-card > .c-card__body {
  padding: 2rem;
}

/* --------------------------------------------------
c-hamburger
*/
.c-hamburgerBtn {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 1rem;
  transition: all 0.4s ease-out;
}
.c-hamburgerBtn > * {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #231815;
  border-radius: 2px;
  transition: all 0.4s ease-out;
}
.c-hamburgerBtn > *:nth-of-type(1) {
  top: 0;
}
.c-hamburgerBtn > *:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.c-hamburgerBtn > *:nth-of-type(3) {
  bottom: 0;
}
.c-hamburgerBtn:hover {
  cursor: pointer;
}

/* animation */
.c-hamburgerBtn.active *:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.c-hamburgerBtn.active *:nth-of-type(2) {
  opacity: 0;
}

.c-hamburgerBtn.active *:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

/* --------------------------------------------------
c-form
*/
.c-form * {
  /* color */
}
.c-form *:-moz-placeholder {
  color: #999999;
}
.c-form *:placeholder-shown {
  color: #999999;
}
.c-form *::-webkit-input-placeholder {
  color: #999999;
}
.c-form *:-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.c-form *::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.c-form *:-ms-input-placeholder {
  color: #999999;
}
.c-form input[type=text],
.c-form input[type=password],
.c-form input[type=email],
.c-form textarea {
  width: 100%;
  padding: 1rem 2rem;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.6rem;
  line-height: 3rem;
  border: solid 1px #DDDDDD;
  border-radius: 1rem;
}
.c-form select {
  width: 100%;
  padding: 1.5rem;
  background-color: #F2F2F2;
  border-radius: 1rem;
}
.c-form select:hover {
  cursor: pointer;
}
.c-form input[type=checkbox],
.c-form input[type=radio] {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border: solid 1px #DDDDDD;
  transition: all 0.4s ease-out;
}
.c-form input[type=checkbox]:before,
.c-form input[type=radio]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  transition: all 0.4s ease-out;
}
.c-form input[type=checkbox]:hover,
.c-form input[type=radio]:hover {
  cursor: pointer;
}
.c-form input[type=checkbox]:checked:before,
.c-form input[type=radio]:checked:before {
  background-color: #C5372F;
}
.c-form input[type=radio] {
  border-radius: 100%;
}
.c-form input[type=radio]:before {
  border-radius: 100%;
}
.c-form label {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
}
.c-form label > * {
  margin-right: 1rem;
}
.c-form table {
  width: 100%;
}
.c-form table tr th,
.c-form table tr td {
  padding: 1rem;
  font-size: 1.6rem;
  vertical-align: middle;
  line-height: 2rem;
}
@media (max-width: 720px) {
  .c-form table tr th,
  .c-form table tr td {
    display: block;
    width: 100%;
  }
}
.c-form table tr th {
  font-weight: bold;
}

/* --------------------------------------------------
c-title
*/
.c-title {
  display: block;
  font-size: 3rem;
  text-align: center;
  line-height: 4rem;
}
@media (min-width: 720px) {
  .c-title {
    line-height: 5rem;
  }
}
.c-title > span {
  display: none;
}
@media (min-width: 720px) {
  .c-title > span {
    display: inline;
  }
}
.c-title > strong {
  font-size: 4rem;
  color: #C5372F;
}
.c-title > em {
  color: #C5372F;
}

.c-title--white {
  color: white;
}
.c-title--white > strong,
.c-title--white > em {
  color: #FFFF00;
}

.c-titleCatch > span, .c-titleCatchCaption > span, .c-titleCatchSmall > span {
  position: relative;
  display: inline-block;
  padding: 2rem 2rem 2rem 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
  color: white;
}
@media (min-width: 720px) {
  .c-titleCatch > span, .c-titleCatchCaption > span, .c-titleCatchSmall > span {
    padding: 2rem 4rem 2rem 0;
    font-size: 8rem;
    line-height: 8rem;
  }
}
.c-titleCatch > span:before, .c-titleCatchCaption > span:before, .c-titleCatchSmall > span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: -100vw;
  bottom: 0;
  z-index: -10;
  background: linear-gradient(to right, #C5372F, #84222C);
  border-radius: 1rem;
}
.c-titleCatch > span > em, .c-titleCatchCaption > span > em, .c-titleCatchSmall > span > em {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #FFFF00;
}
@media (min-width: 720px) {
  .c-titleCatch > span > em, .c-titleCatchCaption > span > em, .c-titleCatchSmall > span > em {
    margin-bottom: 1rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.c-titleCatchSmall > span {
  padding: 1rem 2rem 1rem 0;
  font-size: 2rem;
  line-height: 3rem;
}
@media (min-width: 720px) {
  .c-titleCatchSmall > span {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.c-titleCatchSmall > span br {
  display: block;
}
@media (min-width: 720px) {
  .c-titleCatchSmall > span br {
    display: none;
  }
}

.c-titleCatchCaption > span {
  padding: 1rem 1rem 1rem 0;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #231815;
}
@media (min-width: 720px) {
  .c-titleCatchCaption > span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.c-titleCatchCaption > span:before {
  background: white;
}
.c-titleCatchCaption > span > em {
  display: inline;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  color: #C5372F;
}
@media (min-width: 720px) {
  .c-titleCatchCaption > span > em {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

/* --------------------------------------------------
c-fontSet
*/
.c-fontSet h3 {
  display: block;
  font-size: 2.4rem;
  line-height: 3rem;
}
.c-fontSet h4 {
  display: block;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  color: #C5372F;
}
.c-fontSet h5 {
  display: block;
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  color: #C5372F;
  border: solid 1px #C5372F;
  border-radius: 1rem;
}
.c-fontSet h6 {
  display: block;
  padding: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 2rem;
  color: #84222C;
  background-color: #FFD54F;
  border-radius: 100rem;
}
.c-fontSet img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
}

/* ====================================================================================================
   utility
==================================================================================================== */
/* --------------------------------------------------
u-taX
*/
.u-taR {
  text-align: right;
}

.u-taC {
  text-align: center;
}

.u-taL {
  text-align: left;
}

/* --------------------------------------------------
u-clearfix
*/
.u-clearfix, .u-innerL, .u-innerM, .u-innerS {
  display: block;
  min-height: 1%;
}
.u-clearfix:after, .u-innerL:after, .u-innerM:after, .u-innerS:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

* html .u-clearfix, * html .u-innerL, * html .u-innerM, * html .u-innerS {
  height: 1%;
}

/* --------------------------------------------------
u-flX
*/
.u-flL {
  float: left;
}

.u-flR {
  float: right;
}

/* --------------------------------------------------
u-hover
*/
.u-hover, .c-button, .c-buttonTel, .c-buttonForm, .c-form input[type=submit] {
  transition: all 0.4s ease-out;
}
.u-hover:hover, .c-button:hover, .c-buttonTel:hover, .c-buttonForm:hover, .c-form input[type=submit]:hover {
  cursor: pointer;
}
@media (min-width: 1080px) {
  .u-hover:hover, .c-button:hover, .c-buttonTel:hover, .c-buttonForm:hover, .c-form input[type=submit]:hover {
    opacity: 0.5;
  }
}

/* --------------------------------------------------
u-img
*/
.u-imgMaxW {
  max-width: 100%;
  height: auto;
}

.u-imgThumb {
  display: block;
  width: 15rem;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
}

.u-imgCrop {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-imgHeaderLogo {
  width: auto;
  height: 5rem;
}

/* --------------------------------------------------
u-inner
*/
.u-innerS {
  box-sizing: content-box;
  max-width: 64rem;
  margin: 0 auto;
}

.u-innerM {
  box-sizing: content-box;
  max-width: 96rem;
  margin: 0 auto;
}

.u-innerL {
  box-sizing: content-box;
  max-width: 110rem;
  margin: 0 auto;
}

.u-innerGarterS {
  padding: 0 1rem;
}

.u-innerGarterM {
  padding: 0 2rem;
}

.u-innerGarterL {
  padding: 0 4rem;
}

/* --------------------------------------------------
u-vr
*/
.u-vrS > * + *, .c-form table tr th > * + *,
.c-form table tr td > * + *, .c-fontSet > * + * {
  margin-top: 1rem;
}

.u-vrM > * + * {
  margin-top: 2rem;
}

.u-vrL > * + * {
  margin-top: 3rem;
}

/* --------------------------------------------------
u-color
*/
/* ====================================================================================================
   vender
==================================================================================================== *//*# sourceMappingURL=common.css.map */