@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");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..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: 10px;
  }
}
@media (min-width: 1080px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Jost", "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: 400;
  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: #19677E;
}

/* ====================================================================================================
   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: 1080px) {
  .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;
  background-color: #19677E;
}
.l-footer small {
  display: block;
  padding: 4rem 0;
  text-align: center;
  color: white;
}

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

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

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

.l-section--catch {
  position: relative;
  height: calc(100vh - 11rem);
  padding: 3rem 0;
}
.l-section--catch .l-section--catch__text {
  position: absolute;
  bottom: 4rem;
  left: 0;
  z-index: 20;
  padding: 0 4rem;
}
@media (min-width: 1080px) {
  .l-section--catch .l-section--catch__text {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    padding: 0 10%;
  }
}
.l-section--catch .l-section--catch__slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50%;
  z-index: 10;
  width: 100%;
  border-radius: 0 0 5rem 5rem;
  overflow: hidden;
}
@media (min-width: 1080px) {
  .l-section--catch .l-section--catch__slide {
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    z-index: 10;
    width: 60%;
    border-radius: 5rem 0 0 5rem;
  }
}
.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: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.l-section--half {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
  padding: 0;
}
@media (min-width: 1080px) {
  .l-section--half {
    margin: -4rem;
    padding: 10rem 0;
  }
}
.l-section--half > * {
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all 0.4s ease-out;
}
@media (min-width: 1080px) {
  .l-section--half > * {
    width: 50%;
    padding: 4rem;
  }
}
.l-section--half .l-section--half__img {
  position: relative;
  height: 35vh;
  border-radius: 0 0 5rem 5rem;
  overflow: hidden;
}
@media (min-width: 1080px) {
  .l-section--half .l-section--half__img {
    border-radius: 0 5rem 5rem 0;
    height: 100%;
  }
}
.l-section--half .l-section--half__img > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.l-section--half .l-section--half__body {
  padding: 4rem 4rem 10rem;
}
@media (min-width: 1080px) {
  .l-section--half .l-section--half__body {
    padding: 8rem 0;
    width: 51rem;
  }
}

/* --------------------------------------------------
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: 720px) {
  .l-grid--half > * {
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .l-grid--half > * {
    width: 50%;
  }
}

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

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

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

/* ====================================================================================================
   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: white;
  background-color: #E65100;
  border-radius: 100rem;
}

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

.c-button--maxW {
  width: 100%;
}

.c-button--middle {
  min-width: 20rem;
  padding: 2rem;
  font-size: 2rem;
  line-height: 3rem;
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 720px) {
  .c-button--middle {
    font-size: 2.5rem;
  }
}

.c-button--large {
  min-width: 30rem;
  padding: 3rem;
  font-size: 2rem;
  line-height: 3rem;
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.25);
}
@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-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 #DDDDDD;
  border-radius: 100rem;
  box-sizing: border-box;
}
.c-buttonTel .c-buttonTel__in {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  font-size: 2.5rem;
  line-height: 2rem;
  white-space: nowrap;
  color: #19677E;
}
.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;
  line-height: 3rem;
  white-space: nowrap;
  color: white;
  background: linear-gradient(to right, #FFB300, #E65100);
  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;
  text-align: center;
  line-height: 3rem;
  color: #231815;
}
.c-navBar > *.active {
  background-color: #FFB300;
}
@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-panel
*/
.c-panel {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4rem;
  background-color: white;
  border-radius: 3rem;
  box-shadow: 0 1rem 2rem 0 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 2rem 0 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: 2.4rem;
  line-height: 3rem;
  text-align: center;
  color: white;
  background-color: #19677E;
}
.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 {
  background: linear-gradient(to right, #FFB300, #E65100);
}

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

/* --------------------------------------------------
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: "Jost", "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: #FFB300;
}
.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-form table tr th > .c-badge {
  margin-bottom: 0.5rem;
}

/* --------------------------------------------------
c-title
*/
.c-title {
  display: block;
  font-size: 3rem;
  text-align: center;
  line-height: 4rem;
  color: #19677E;
}
.c-title > strong {
  font-size: 4rem;
  color: #E65100;
}
.c-title > em {
  color: #E65100;
}

.c-titleCatch {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 6rem;
  line-height: 7rem;
  color: #19677E;
  paint-order: stroke;
  -webkit-text-stroke: white 0.5rem;
}
@media (min-width: 720px) {
  .c-titleCatch {
    font-size: 7rem;
    line-height: 8rem;
  }
}

.c-titleCatchSmall > span {
  position: relative;
  display: inline-block;
  padding: 1.5rem 2rem 1.5rem 0;
  font-size: 2.5rem;
  line-height: 3rem;
  color: white;
}
.c-titleCatchSmall > span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: -100vw;
  bottom: 0;
  z-index: -10;
  background: linear-gradient(to right, #FFB300, #E65100);
  border-radius: 1rem;
}

.c-titleCatchCaption > span {
  position: relative;
  display: inline-block;
  padding: 1rem 1rem 1rem 0;
  font-size: 1.6rem;
  line-height: 2rem;
}
.c-titleCatchCaption > span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: -100vw;
  bottom: 0;
  z-index: -10;
  background-color: white;
  border-radius: 1rem;
}

/* --------------------------------------------------
c-fontSet
*/
.c-fontSet h2, #tinymce h2,
.c-fontSet h3,
#tinymce h3,
.c-fontSet h4,
#tinymce h4,
.c-fontSet h5,
#tinymce h5,
.c-fontSet th,
#tinymce th,
.c-fontSet td,
#tinymce td,
.c-fontSet li,
#tinymce li {
  line-height: 1.5;
}
.c-fontSet p, #tinymce p {
  line-height: 2;
}
.c-fontSet p, #tinymce p,
.c-fontSet li,
#tinymce li,
.c-fontSet th,
#tinymce th,
.c-fontSet td,
#tinymce td {
  font-size: 1.8rem;
}
.c-fontSet small, #tinymce small {
  display: block;
  font-size: 1.4rem;
}
.c-fontSet * + h2, #tinymce * + h2,
.c-fontSet * + h3,
#tinymce * + h3,
.c-fontSet * + h4,
#tinymce * + h4 {
  margin-top: 6rem;
}
.c-fontSet * + h5, #tinymce * + h5,
.c-fontSet * + ul,
#tinymce * + ul,
.c-fontSet * + ol,
#tinymce * + ol,
.c-fontSet * + table,
#tinymce * + table {
  margin-top: 4rem;
}
.c-fontSet h2, #tinymce h2 {
  position: relative;
  display: block;
  font-size: 3rem;
  margin-bottom: 6rem;
  padding-bottom: 6rem;
}
.c-fontSet h2:after, #tinymce h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200vw;
  border-bottom: solid 1px white;
}
.c-fontSet h3, #tinymce h3 {
  display: block;
  padding: 1em;
  font-size: 2.4rem;
  color: white;
  background: linear-gradient(to right, #E65100, #FFB300);
  border-radius: 1rem;
}
.c-fontSet h4, #tinymce h4 {
  display: block;
  padding: 1em;
  font-size: 2rem;
  color: white;
  background-color: #19677E;
  border-radius: 1rem;
}
.c-fontSet h5, #tinymce h5 {
  display: block;
  padding-bottom: 1em;
  font-size: 2rem;
  color: #19677E;
  border-bottom: solid 1px #19677E;
}
.c-fontSet strong, #tinymce strong {
  font-weight: 500;
  background: linear-gradient(transparent 50%, yellow 50%, yellow 85%, transparent 85%);
}
.c-fontSet em, #tinymce em {
  color: #19677E;
}
.c-fontSet a, #tinymce a {
  color: #E65100;
  text-decoration: underline;
}
.c-fontSet ul li, #tinymce ul li,
.c-fontSet ol li,
#tinymce ol li {
  position: relative;
  padding-left: 1.5em;
}
.c-fontSet ul li + li, #tinymce ul li + li,
.c-fontSet ol li + li,
#tinymce ol li + li {
  margin-top: 1rem;
}
.c-fontSet ul li:before, #tinymce ul li:before,
.c-fontSet ol li:before,
#tinymce ol li:before {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
  color: #19677E;
}
.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: 1.5em;
  vertical-align: middle;
  border-bottom: solid 1px #19677E;
}
.c-fontSet table tr th, #tinymce table tr th {
  white-space: nowrap;
  color: #19677E;
  border-bottom: solid 2px #19677E;
}
.c-fontSet img, #tinymce img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}
.c-fontSet iframe, #tinymce iframe {
  width: 100%;
  height: 50vh;
}
.c-fontSet hr, #tinymce hr {
  border-top: dashed 1px #DDDDDD;
}

.c-fontSetSec h2 {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  line-height: 5rem;
  color: #19677E;
}
.c-fontSetSec p {
  line-height: 4rem;
}
#tinymce {
  padding: 2rem !important;
}

.c-fontSetSub a {
  color: #19677E;
  text-decoration: none;
}
.c-fontSetSub a:hover {
  text-decoration: underline;
}
.c-fontSetSub h3 {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  color: #19677E;
}
.c-fontSetSub img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
}
.c-fontSetSub small {
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
}

/* ====================================================================================================
   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, .c-fontSetSec img {
  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-imgSecHalf {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------------------------------------------
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-fontSetSub > * + * {
  margin-top: 1rem;
}

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

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

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