@charset "UTF-8";
/* ====================================================================================================
   import
==================================================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=GFS+Didot&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;
  overflow-y: scroll;
  font-size: 2.380952381vw;
}
@media (min-width: 720px) {
  html {
    font-size: 1.2195121951vw;
  }
}
@media (min-width: 1080px) {
  html {
    font-size: 0.7692307692vw;
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  color: #003c66;
  background-color: #F3F3F3;
}

hr {
  border: none;
}

a {
  color: #003c66;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

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

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

p,
ul,
ol,
table,
span,
a {
  font-size: 1.4rem;
  text-align: justify;
  line-height: 2rem;
}
p > strong,
ul > strong,
ol > strong,
table > strong,
span > strong,
a > strong {
  font-weight: 500;
  color: #003c66;
}
p > em,
ul > em,
ol > em,
table > em,
span > em,
a > em {
  font-weight: 500;
  text-decoration: underline;
}
p > a,
ul > a,
ol > a,
table > a,
span > a,
a > a {
  text-decoration: underline;
  color: #003c66;
}

.nonSp {
  display: none;
}
@media (min-width: 720px) {
  .nonSp {
    display: block;
  }
}

/* ====================================================================================================
   layout
==================================================================================================== */
/* --------------------------------------------------
l-header
*/
.l-header .l-header__top {
  padding: 3rem;
}
.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__nav {
  display: none;
  margin-left: auto;
  text-align: right;
}
@media (min-width: 720px) {
  .l-header .l-header__top .l-header__top__in .l-header__nav {
    display: block;
  }
}
@media (max-width: 1080px) {
  .l-header .l-header__top .l-header__top__in .l-header__nav > .c-navBar {
    display: none;
  }
}
.l-header .l-header__top .l-header__top__in .l-header__btn {
  position: relative;
  z-index: 1010;
  margin-left: auto;
  padding: 3rem 2.5rem;
  background-color: #003c66;
  border-radius: 100%;
}
@media (min-width: 720px) {
  .l-header .l-header__top .l-header__top__in .l-header__btn {
    margin-left: 2rem;
  }
}
.l-header .l-header__side {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100;
  transform: translateY(-50%);
}
.l-header .l-header__spNav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #C6D9DF;
}
.l-header .l-header__spNav > ul {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 4rem;
}
.l-header .l-header__spNav > ul > li + li {
  border-top: solid 1px white;
}
.l-header .l-header__spNav > ul > li > a {
  display: block;
  padding: 2rem;
  font-size: 2rem;
  text-align: center;
  line-height: 3rem;
}

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

/* --------------------------------------------------
l-footer
*/
.l-footer {
  width: auto;
  padding: 2rem 0;
  background-color: #003c66;
}
.l-footer > small {
  display: block;
  font-family: "GFS Didot", serif;
  font-size: 1rem;
  text-align: center;
  line-height: 1rem;
  color: white;
}

/* --------------------------------------------------
l-section
*/
.l-section {
  position: relative;
  padding: 10rem 0;
}
.l-section + .l-section {
  border-top: solid 1px white;
}
.l-section .l-section__title {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6rem;
  background-color: white;
}
@media (min-width: 1080px) {
  .l-section .l-section__title {
    display: block;
  }
}
.l-section .l-section__title > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.25em;
  writing-mode: vertical-rl;
}

.l-section--mainimg {
  position: relative;
  padding: 0;
  height: calc(100vh - 13rem);
  background: url(../images/bg_mainimg01.svg) no-repeat;
  background-position: center left;
  background-size: contain;
}
.l-section--mainimg .l-section--mainimg__decoration {
  position: absolute;
  top: 3rem;
  left: 4rem;
  z-index: 10;
  font-family: "GFS Didot", serif;
  font-size: 1.4rem;
  line-height: 3rem;
}
.l-section--mainimg .l-section--mainimg__scroll {
  position: absolute;
  bottom: 3rem;
  left: 4rem;
  z-index: 20;
  width: 12rem;
  margin-left: -12rem;
  font-family: #003c66;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.1em;
  transform: rotate(90deg);
  transform-origin: right bottom;
}
.l-section--mainimg .l-section--mainimg__scroll:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #003c66;
}
.l-section--mainimg .l-section--mainimg__scroll:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #003c66;
  border-radius: 100%;
}
.l-section--mainimg .l-section--mainimg__body {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: 30;
  text-align: center;
}
@media (min-width: 1080px) {
  .l-section--mainimg .l-section--mainimg__body {
    right: auto;
    left: 9rem;
  }
}
.l-section--mainimg .l-section--mainimg__body .badge {
  position: relative;
  display: inline-block;
  width: 25rem;
  height: 25rem;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 100%;
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
}
@media (min-width: 720px) {
  .l-section--mainimg .l-section--mainimg__body .badge {
    width: 35rem;
    height: 35rem;
  }
}
.l-section--mainimg .l-section--mainimg__body .badge .badge__in {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  font-size: 6rem;
  text-align: center;
  line-height: 6rem;
}
@media (min-width: 720px) {
  .l-section--mainimg .l-section--mainimg__body .badge .badge__in {
    font-size: 10rem;
    line-height: 10rem;
  }
}
.l-section--mainimg .l-section--mainimg__body .badge .badge__in > small {
  display: block;
  font-size: 2.5rem;
  line-height: 3rem;
}
@media (min-width: 720px) {
  .l-section--mainimg .l-section--mainimg__body .badge .badge__in > small {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.l-section--mainimg .l-section--mainimg__body .badge:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 23rem;
  height: 23rem;
  border: solid 3px #C6D9DF;
  border-radius: 100%;
}
@media (min-width: 720px) {
  .l-section--mainimg .l-section--mainimg__body .badge:before {
    width: 35rem;
    height: 35rem;
  }
}
.l-section--mainimg .l-section--mainimg__body .badge:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 21rem;
  height: 21rem;
  border: solid 1px #C6D9DF;
  border-radius: 100%;
}
@media (min-width: 720px) {
  .l-section--mainimg .l-section--mainimg__body .badge:after {
    width: 35rem;
    height: 35rem;
  }
}
.l-section--mainimg .l-section--mainimg__body .catch01 {
  position: relative;
  top: -7rem;
  z-index: 10;
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: white;
  background-color: #003c66;
  border-radius: 100rem;
}
@media (min-width: 720px) {
  .l-section--mainimg .l-section--mainimg__body .catch01 {
    top: -10rem;
    font-size: 2rem;
  }
}
.l-section--mainimg .l-section--mainimg__body .catch02 {
  position: relative;
  top: -7rem;
  z-index: 10;
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  background-color: #C6D9DF;
  border-radius: 100rem;
}
@media (min-width: 720px) {
  .l-section--mainimg .l-section--mainimg__body .catch02 {
    top: -10rem;
    font-size: 2rem;
  }
}
.l-section--mainimg .l-section--mainimg__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 2rem;
  left: 25%;
  border-radius: 2rem 0 0 2rem;
  overflow: hidden;
}

#slide_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#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;
}
#slide_wrap .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrap .slide_item.show_ {
  opacity: 1;
}
#slide_wrap .slide_item.zoom_ {
  transform: scale(1.1);
}
#slide_wrap .slide_item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

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

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

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

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

/* ====================================================================================================
   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 1rem;
  text-align: center;
  background-color: #C6D9DF;
  border: solid 1px #C6D9DF;
  border-radius: 1rem;
  box-shadow: none;
}

a.c-badge {
  transition: all 0.4s ease-out;
}
a.c-badge:hover {
  color: white;
  background-color: #003c66;
  cursor: pointer;
}

.c-badgeRound {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: white;
  border-radius: 100%;
}
.c-badgeRound > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
}
@media (min-width: 720px) {
  .c-badgeRound > span {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.c-badgeRound:before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  border: solid 2px #C6D9DF;
  border-radius: 100%;
}

.c-badgeService {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.c-badgeService span {
  display: inline-block;
  width: 2em;
  margin-left: 0.1em;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  line-height: 2em;
  background-color: #C6D9DF;
  border-radius: 100%;
}

/* --------------------------------------------------
c-button
*/
.c-button, .c-form input[type=submit] {
  display: inline-block;
  padding: 2rem 4rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 2rem;
  color: white;
  background-color: #003c66;
  border: none;
  border-radius: 1rem;
  box-shadow: none;
  overflow: hidden;
}

.c-button--phone {
  position: relative;
  padding: 1rem 2rem 1rem 3.5rem;
  color: #003c66;
  background-color: transparent;
  border: solid 1px #C6D9DF;
  border-radius: 100rem;
}
.c-button--phone:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon_phone01.svg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-buttonSide {
  padding: 2rem 1rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  background-color: #C6D9DF;
  border-radius: 1rem 0 0 1rem;
}

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

/* --------------------------------------------------
c-navBar
*/
.c-navBar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
}
.c-navBar > * {
  display: block;
  width: 100%;
}
.c-navBar > * > a {
  display: block;
  padding: 0 1rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  border-radius: 100rem;
  transition: all 0.4s ease-out;
}
.c-navBar > * > a:hover, .c-navBar > * > a.active {
  color: white;
  background-color: #003c66;
}

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

/* --------------------------------------------------
c-media
*/
.c-media {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
.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;
  overflow: hidden;
  background-color: #C6D9DF;
  border: solid 1px #C6D9DF;
  border-radius: 1rem;
  box-shadow: none;
  overflow: hidden;
}
.c-tableView > * {
  padding: 2rem;
}
.c-tableView > * + * {
  border-top: solid 1px #C6D9DF;
}

/* --------------------------------------------------
c-card
*/
.c-card {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #C6D9DF;
  border: solid 1px #C6D9DF;
  border-radius: 1rem;
  box-shadow: none;
  overflow: hidden;
}
.c-card > .c-card__img {
  width: auto;
}
.c-card > .c-card__body {
  padding: 1rem 2rem 3rem;
}

/* --------------------------------------------------
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: white;
  border-radius: 2px;
  transition: all 0.4s ease-out;
}
.c-hamburgerBtn > *:nth-of-type(1) {
  top: 0;
}
.c-hamburgerBtn > *:nth-of-type(2) {
  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) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

/* --------------------------------------------------
c-form
*/
.c-form {
  /* placeholder */
}
.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;
}
.c-form *::-moz-placeholder {
  font-family: "Zen Old Mincho", serif;
  color: #999;
}
.c-form *::placeholder {
  font-family: "Zen Old Mincho", serif;
  color: #999;
}
.c-form input[type=text],
.c-form input[type=password],
.c-form input[type=email],
.c-form textarea {
  width: 100%;
  padding: 2rem;
  font-family: "Zen Old Mincho", serif;
  background-color: white;
  border-radius: 1rem;
}
.c-form select {
  width: 100%;
  padding: 2rem;
  font-family: "Zen Old Mincho", serif;
  background-color: white;
  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: 2rem;
  height: 2rem;
  background-color: #C6D9DF;
  border: solid 1px #C6D9DF;
  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: #003c66;
}
.c-form input[type=radio] {
  border-radius: 100%;
}
.c-form input[type=radio]:before {
  border-radius: 100%;
}
.c-form em {
  text-decoration: none;
  color: #B71C1C;
}

/* --------------------------------------------------
c-title
*/
.c-title {
  text-align: center;
}
.c-title > span {
  display: block;
  font-family: "GFS Didot", serif;
  font-size: 6rem;
  font-weight: normal;
  text-align: center;
  line-height: 6rem;
  letter-spacing: 0.05em;
}
.c-title > small {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  line-height: 2rem;
  border: solid 1px #C6D9DF;
  border-radius: 100rem;
}

/* --------------------------------------------------
c-fontSet
*/
.c-fontSet p, #tinymce p {
  font-size: 1.6rem;
  line-height: 4rem;
}
.c-fontSet a, #tinymce a {
  text-decoration: underline;
}
.c-fontSet a:hover, #tinymce a:hover {
  text-decoration: none;
}
.c-fontSet table, #tinymce table {
  width: 100%;
}
.c-fontSet table tr th, #tinymce table tr th,
.c-fontSet table tr td,
#tinymce table tr td {
  padding: 2rem;
  border-bottom: solid 1px #C6D9DF;
}
.c-fontSet table tr th, #tinymce table tr th {
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
  border-color: #003c66;
}

#tinymce {
  padding: 2rem !important;
}

/* ====================================================================================================
   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-buttonSide, .c-form input[type=submit] {
  transition: all 0.4s ease-out;
}
.u-hover:hover, .c-button:hover, .c-buttonSide:hover, .c-form input[type=submit]:hover {
  cursor: pointer;
}
@media (min-width: 1080px) {
  .u-hover:hover, .c-button:hover, .c-buttonSide:hover, .c-form input[type=submit]:hover {
    opacity: 0.5;
  }
}

/* --------------------------------------------------
u-img
*/
.u-imgMaxW {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
}

.u-imgThumb {
  display: block;
  padding: 1rem;
  border: solid 1px #C6D9DF;
}

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

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

/* --------------------------------------------------
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 > * + *, .l-header .l-header__top .l-header__top__in .l-header__nav > * + * {
  margin-top: 1rem;
}

.u-vrM > * + *, .c-fontSet > * + *, #tinymce > * + * {
  margin-top: 2rem;
}

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

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