@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;
}

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;
  line-height: 2rem;
}

p {
  font-size: 1.6rem;
  text-align: justify;
  line-height: 3rem;
}
p > strong {
  color: #C5372F;
}
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 #EAE9E5;
}
.l-footer small {
  display: block;
  text-align: center;
}

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

.l-section--small {
  padding: 5rem 0;
}

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

.l-section--gray {
  background-color: #F4F3EF;
}

.l-section--bgLine {
  position: relative;
  background-color: #F4F3EF;
}
.l-section--bgLine > * {
  position: relative;
  z-index: 10;
}
.l-section--bgLine:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: url(../images/bg_line01.svg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.l-section--bgPic01, .l-section--bgPic02 {
  position: relative;
  background-color: #006B8A;
}
.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 {
  background-color: #F9BB00;
}
.l-section--bgPic02:before {
  background: url(../images/bg_sec02.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
  opacity: 0.15;
}

.l-section--bgPic__img {
  position: relative;
}
@media (min-width: 720px) {
  .l-section--bgPic__img {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: end;
  }
  .l-section--bgPic__img.l-section--bgPic__img--rev {
    flex-direction: row-reverse;
  }
}
.l-section--bgPic__img img {
  display: none;
}
@media (min-width: 720px) {
  .l-section--bgPic__img img {
    display: block;
    width: 30rem;
    height: auto;
    border-radius: 100%;
    overflow: hidden;
  }
}
@media (min-width: 720px) {
  .l-section--bgPic__img div {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
  }
}

/* --------------------------------------------------
l-grid
*/
.l-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: stretch;
  box-sizing: border-box;
  margin: -1rem;
}
.l-grid > * {
  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;
  }
}

.l-grid--step > * {
  width: 50%;
}
@media (min-width: 720px) {
  .l-grid--step > * {
    width: 50%;
  }
}
@media (min-width: 1080px) {
  .l-grid--step > * {
    width: 25%;
  }
}
.l-grid--step > * + * .u-imgCircleBox {
  position: relative;
}
@media (min-width: 1080px) {
  .l-grid--step > * + * .u-imgCircleBox:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -3rem;
    transform: translateY(-50%);
    display: block;
    width: 4rem;
    height: 4rem;
    background: url(../images/icon_arrow01.svg) no-repeat;
    background-position: center center;
    background-size: contain;
  }
}

/* ====================================================================================================
   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;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2rem;
  color: #231815;
  background-color: #FFD54F;
  border-radius: 100rem;
}

.c-badge--accent {
  color: white;
  background-color: #C5372F;
}

.c-badge--catch {
  position: relative;
  width: 12rem;
  height: 12rem;
  background-color: #C5372F;
}
.c-badge--catch > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.6rem;
  text-align: center;
  line-height: 2rem;
  color: white;
}

.c-badgeCheck, .c-badgeCross {
  display: inline-block;
  position: relative;
  padding: 1rem 2rem 1rem 6rem;
  font-size: 2rem;
  text-align: left;
  line-height: 3rem;
  background-color: white;
  border: solid 1px #EAE9E5;
  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-badge--circle {
  width: 6rem;
  padding: 0;
  font-size: 2rem;
  text-align: center;
  line-height: 6rem;
  white-space: nowrap;
}
.c-badge--circle.c-badge--circle--accent {
  color: white;
  background-color: #C5372F;
}

/* --------------------------------------------------
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-color: #C5372F;
  border-radius: 1rem;
}
.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 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.c-button--mail:before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  background: url(../images/icon_mail01.svg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-button--mail--large {
  width: 100%;
}
.c-button--mail--large:before {
  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;
  text-align: center;
  line-height: 1.8rem;
  white-space: nowrap;
  border: solid 1px #EAE9E5;
  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: #F4F3EF;
  border-radius: 1rem;
  overflow: hidden;
}
.c-navBar > * {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 1rem;
  font-size: 2rem;
  text-align: center;
  line-height: 3rem;
}
.c-navBar > * + * {
  border-left: solid 1px #EAE9E5;
}
.c-navBar > * > * {
  margin-right: 1rem;
}
.c-navBar > *.active {
  background-color: #FFFF00;
}

/* --------------------------------------------------
c-panel
*/
.c-panel {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: white;
  border: solid 1px #EAE9E5;
  border-radius: 1rem;
  overflow: hidden;
}

.c-panel--accent {
  background-color: #C5372F;
}

/* --------------------------------------------------
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: solid 1px #EAE9E5;
  border-radius: 2rem;
}
.c-tableView > * {
  padding: 2rem 3rem;
}
.c-tableView > * + * {
  border-top: solid 1px #EAE9E5;
}
.c-tableView > *:last-child {
  padding-bottom: 4rem;
}
.c-tableView .c-tableView__title {
  padding: 2rem;
  font-size: 2.4rem;
  line-height: 3rem;
  text-align: center;
  background-color: #F4F3EF;
  border-radius: 2rem 2rem 0 0;
}
.c-tableView .c-tableView__title--accent {
  color: white;
  background-color: #C5372F;
}
.c-tableView .c-tableView__title--number {
  position: relative;
  padding-top: 4rem;
}
.c-tableView .c-tableView__title--number > .c-badge {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}

.c-tableView--form {
  background-color: transparent;
  border: none;
}
.c-tableView--form .c-tableView__title {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: white;
}

/* --------------------------------------------------
c-card
*/
.c-card {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F4F3EF;
  border-radius: 2rem;
  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;
  background-color: white;
  border: solid 1px #EAE9E5;
  border-radius: 1rem;
}
.c-form select {
  width: 100%;
  padding: 1rem 2rem;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.6rem;
  line-height: 3rem;
  background-color: white;
  border: solid 1px #EAE9E5;
  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;
  background-color: white;
  border: solid 1px #EAE9E5;
  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;
  font-size: 1.6rem;
  line-height: 3rem;
}
.c-form label > * {
  margin-right: 1rem;
}
.c-form h3 {
  display: block;
  padding-bottom: 1rem;
  font-size: 2rem;
  line-height: 3rem;
  color: #C5372F;
  border-bottom: solid 1px #C5372F;
}

/* --------------------------------------------------
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 {
  display: block;
  font-size: 8rem;
  text-align: center;
  line-height: 9rem;
}
.c-titleCatch span {
  display: block;
  margin-bottom: 1rem;
  font-size: 4rem;
  line-height: 4rem;
}
.c-titleCatch strong {
  color: #C5372F;
}

/* --------------------------------------------------
c-fontSet
*/
.c-fontSet h3 {
  display: block;
  font-size: 2rem;
  line-height: 3rem;
}
.c-fontSet h3 > span {
  display: block;
  margin: 1rem 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 2rem;
  color: #C5372F;
}
.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 ul,
.c-fontSet ol {
  margin: 2rem 0;
}
.c-fontSet ul li,
.c-fontSet ol li {
  position: relative;
  padding-left: 2.6rem;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.c-fontSet ul li:before,
.c-fontSet ol li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon_check01.svg) no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-fontSet ul li + li,
.c-fontSet ol li + li {
  margin-top: 0.5rem;
}
.c-fontSet table {
  width: 100%;
  background-color: white;
}
.c-fontSet table tr th,
.c-fontSet table tr td {
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 2rem;
  border: solid 1px #EAE9E5;
}
.c-fontSet table tr th {
  background-color: #FFD54F;
  width: 10em;
}
.c-fontSet img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
}

.c-fontSetCatch h3 {
  display: block;
  font-size: 2.5rem;
  text-align: center;
  line-height: 3rem;
  color: #C5372F;
}
.c-fontSetCatch p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 3rem;
}

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

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

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

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

* html .u-clearfix, * html .u-innerLL, * 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-imgCircleBox {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: #F4F3EF;
  border-radius: 100%;
}
.u-imgCircleBox > img {
  position: absolute;
  top: 50%;
  right: 3rem;
  left: 3rem;
  transform: translateY(-50%);
  width: calc(100% - 6rem);
  height: auto;
}
.u-imgCircleBox .c-badge {
  position: absolute;
  top: 0;
  left: 0;
}

.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-innerLL {
  box-sizing: content-box;
  max-width: 130rem;
  margin: 0 auto;
}

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

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

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

/* --------------------------------------------------
u-vr
*/
.u-vrS > * + *, .c-fontSet > * + *, .c-fontSetCatch > * + * {
  margin-top: 1rem;
}

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

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

/* --------------------------------------------------
u-color
*/
.u-colorWhite {
  color: white;
}
.u-colorWhite > strong,
.u-colorWhite > span,
.u-colorWhite > small {
  color: #FFFF00 !important;
}

/* ====================================================================================================
   vender
==================================================================================================== *//*# sourceMappingURL=common.css.map */