@charset "UTF-8";
/* =============================================================================
   #Foundation
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Overpass");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
@import url("https://fonts.googleapis.com/css?family=Anton");
@import url("https://fonts.googleapis.com/css?family=Pinyon+Script");
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface");
@import url("https://fonts.googleapis.com/css?family=Alfa+Slab+One");
@import url("https://fonts.googleapis.com/css?family=Fredoka+One");
body, div, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0px;
  padding: 0px;
}

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

fieldset, img, abbr, acronym {
  border: 0px;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

/*img下の隙間を消去*/
img {
  vertical-align: bottom;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

ol, ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

body {
  font-style: normal;
  font-weight: normal;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  min-height: 100%;
  position: relative;
}

body {
  outline: 0;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
}

#top-read-copy img,
.free-section img,
.blog-main img {
  max-width: 100% !important;
  height: auto !important;
  vertical-align: bottom;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  outline: none;
  word-wrap: break-word;
}

a:focus,
*:focus {
  outline: none;
}

a {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  opacity: 0.7;
}

@-webkit-keyframes fedein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fedein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes basic {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359.9deg);
            transform: rotate(359.9deg);
  }
}
@keyframes basic {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359.9deg);
            transform: rotate(359.9deg);
  }
}
/*
=============================================================================
   #Layout
=============================================================================
*/
#container {
  padding-top: 60px;
}
@media screen and (min-width: 769px) {
  #container {
    padding-top: 0;
  }
}

.l-main-shadow {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 900;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 769px) {
  .l-main-shadow.open {
    /*display: block;*/
    opacity: 1;
    visibility: visible;
  }
}

.l-header-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-header-pc {
    display: block;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid;
    position: relative;
  }
}
.l-header-pc .l-header-logo {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 180px;
}
.l-header-pc .l-header-logo img {
  max-width: 320px;
  max-height: 160px;
}
.l-header-pc .c-c-width {
  position: relative;
}
.l-header-pc .c-c-width .l-sns-icon {
  position: absolute;
  right: 0;
  top: 15px;
}
.l-header-pc .c-c-width .l-sns-icon .sns-icon {
  margin-left: 10px;
}

.l-sns-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-sns-icon .sns-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
}
.l-sns-icon .sns-fb {
  font-size: 2rem;
}
.l-sns-icon .sns-tw {
  font-size: 1.9rem;
}
.l-sns-icon .sns-ist {
  font-size: 2.2rem;
  position: relative;
}
.l-sns-icon .sns-ist i {
  position: relative;
  z-index: 2;
}
.l-sns-icon .sns-line {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold !important;
}

.color-icon .sns-fb {
  background-color: #FFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #3c5ea5 !important;
}
.color-icon .sns-tw {
  background-color: #FFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #00acee !important;
}
.color-icon .sns-ist {
  background-color: #FFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #db2f57 !important;
}
.color-icon .sns-ist i {
  position: relative;
  z-index: 2;
}
.color-icon .sns-line {
  background-color: #FFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #08b53a !important;
}

.l-globalnav-pc__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-globalnav-pc__inner .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-globalnav-pc__inner .btn:after {
  content: "/";
  opacity: 0.3;
  margin: 0 14px;
}
.l-globalnav-pc__inner .btn:nth-last-of-type(1):after {
  content: none;
}
.l-globalnav-pc__inner a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  position: relative;
  word-break: break-all;
  white-space: nowrap;
}
.l-globalnav-pc__inner a:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 70%;
  height: 2px;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  opacity: 0;
}
.l-globalnav-pc__inner a:hover {
  opacity: 1;
}
.l-globalnav-pc__inner a:hover:before {
  opacity: 1;
  width: 100%;
}

.l-header-mini {
  width: 100%;
  position: fixed;
  -webkit-transform: translateZ(0);
  left: 0;
  z-index: 10000;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.l-header-mini.sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  height: 60px;
}
@media screen and (min-width: 769px) {
  .l-header-mini.sp {
    display: none !important;
  }
}
.l-header-mini.sp .l-header-logo {
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.l-header-mini.sp .l-header-logo img {
  max-height: 40px;
  max-width: 140px;
}
.l-header-mini.pc {
  display: none;
  top: -65px;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  visibility: hidden;
}
@media screen and (min-width: 769px) {
  .l-header-mini.pc {
    display: block !important;
    text-align: center;
  }
}
.l-header-mini.pc .l-header-mini__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 65px;
}
.l-header-mini.pc .l-header-logo {
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-left: 3vw;
}
@media screen and (min-width: 769px) {
  .l-header-mini.pc .l-header-logo {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1001px) {
  .l-header-mini.pc .l-header-logo {
    padding-left: 0;
  }
}
.l-header-mini.pc .l-header-logo img {
  max-height: 38px;
  max-width: 140px;
}
.l-header-mini.pc.open {
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  position: fixed;
}

.l-globalnav-sp-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: relative;
  padding-top: 13px;
}
.l-globalnav-sp-btn:before {
  content: "MENU";
  position: absolute;
  left: 50%;
  bottom: 6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  letter-spacing: 0;
  width: 100%;
  text-align: center;
}
.l-globalnav-sp-btn.open:before {
  content: "CLOSE";
}

.l-globalnav-sp {
  position: fixed;
  top: 0;
  left: 0;
  top: 60px;
  width: 100%;
  text-align: left;
  min-height: calc(100vh - 60px);
  z-index: 1000;
  display: none;
  -webkit-animation: fedein 0.2s ease-out 0s;
          animation: fedein 0.2s ease-out 0s;
}
@media screen and (min-width: 769px) {
  .l-globalnav-sp {
    width: 500px;
    right: -500px;
    top: 65px;
    display: block;
    left: auto;
    opacity: 1;
    -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
    transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  }
}
.l-globalnav-sp.open {
  right: 0px;
  display: block;
}
.l-globalnav-sp .l-globalnav-sp__inner {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.l-globalnav-sp .l-globalnav-sp__inner a {
  font-size: 15px;
  text-decoration: none;
  padding: 15px 15px;
  display: block;
}
.l-globalnav-sp .l-sns-icon .sns-icon {
  margin: 0 5px;
}

/******* footer mobile ******************************************************************/
.l-footer {
  width: 100%;
  border-top-style: solid;
  border-width: 1px;
}

.l-footer__inner {
  text-align: center;
}
.l-footer__inner .info .f-name {
  font-weight: bold;
  line-height: 1.5;
}
.l-footer__inner .l-sns-icon .sns-icon {
  margin: 0 5px;
}

@media screen and (min-width: 769px) {
  .l-footer-nav {
    display: none;
  }
}
.l-footer-nav a:nth-last-of-type(1) {
  border-bottom: none;
}
.l-footer-nav a {
  font-size: 15px;
  text-decoration: none;
  padding: 15px 15px;
  display: block;
  text-align: left;
}

.l-footer-powered {
  width: 100%;
  background-color: #000;
  /*bottom: 0;
  height: $l-powered-h;
  position: absolute;*/
  font-family: sans-serif;
}
.l-footer-powered a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  line-height: 1.6;
  color: #FFF !important;
}
.l-footer-powered a .logo img {
  width: 50px;
}
.l-footer-powered a .text {
  text-align: left;
}

.fixed .l-footer-powered {
  position: relative;
  bottom: auto;
}

.l-footer-pagetop {
  visibility: hidden;
  -webkit-transform: translateZ(0);
  position: fixed;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  right: calc(0.7rem * 2.5);
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .l-footer-pagetop {
    right: calc(0.7rem * 4);
  }
}
.l-footer-pagetop .l-pagetop__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  cursor: pointer;
}
.l-footer-pagetop .l-pagetop__inner .arrow {
  width: 15px;
  height: 15px;
  border: 1px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 8px;
}
.l-footer-pagetop.active {
  visibility: visible;
  bottom: calc(0.7rem * 2.5);
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .l-footer-pagetop.active {
    bottom: calc(0.7rem * 4);
  }
}

/*
=============================================================================
   #Object
=============================================================================
*/
/* -----------------------------------------------------------------------------
   #Component
   -------------------------------------------------------------------------- */
/******* menu-button *******/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 20px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.layout1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr calc(0.4rem * 4) 1fr;
  grid-template-columns: 1fr 1fr;
      grid-template-areas: "text1 text2";
  -webkit-column-gap: calc(0.4rem * 4);
     -moz-column-gap: calc(0.4rem * 4);
          column-gap: calc(0.4rem * 4);
}
@media screen and (min-width: 769px) {
  .layout1 {
    -webkit-column-gap: calc(0.7rem * 6);
       -moz-column-gap: calc(0.7rem * 6);
            column-gap: calc(0.7rem * 6);
  }
}
.layout1 .text1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: text1;
}
.layout1 .text2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: text2;
}
.layout1 .text2.none {
  display: none;
}
.layout1.p-left {
      grid-template-areas: "text1 text2";
}
.layout1.p-right {
      grid-template-areas: "text2 text1";
}
.layout1 a {
  text-decoration: underline !important;
  color: inherit !important;
}
.layout1 img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  height: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.layout1.p-top {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: initial;
     -moz-column-gap: initial;
          column-gap: initial;
}
.layout1 img.fr-dib {
  margin-inline: auto;
}
.layout1.one-column {
  row-gap: calc(0.4rem * 6);
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 769px) {
  .layout1.one-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.layout1.one-column.p-left {
      grid-template-areas: "text1" "text2";
}
@media screen and (min-width: 769px) {
  .layout1.one-column.p-left {
        grid-template-areas: "text1 text2";
  }
  .layout1.one-column.p-left > .text1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .layout1.one-column.p-left > .text2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.layout1.one-column.p-right {
      grid-template-areas: "text2" "text1";
}
@media screen and (min-width: 769px) {
  .layout1.one-column.p-right {
        grid-template-areas: "text2 text1";
  }
  .layout1.one-column.p-right > .text1 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .layout1.one-column.p-right > .text2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.layout1-border {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 1px;
  line-height: 1px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .layout1-border {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/******* list-type **************************************/
.c-layout-A {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-layout-A {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .c-layout-A:before {
    content: "";
    display: block;
    width: 30%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-layout-A:after {
    content: "";
    display: block;
    width: 30%;
  }
}
.c-layout-A .c-layout-A__item {
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  margin-bottom: calc(0.7rem * 2.5);
  padding-bottom: calc(0.7rem * 2.5);
  border-bottom-style: solid;
  border-width: 1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-layout-A .c-layout-A__item:hover, .c-layout-A .c-layout-A__item:active, .c-layout-A .c-layout-A__item:focus {
  opacity: 0.6;
}
@media screen and (min-width: 769px) {
  .c-layout-A .c-layout-A__item {
    margin-bottom: calc(0.7rem * 10);
    border: none;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-layout-A .c-layout-A__item {
    width: 30%;
    display: block;
  }
}
.c-layout-A .c-layout-A__item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: calc(0.7rem * 2.5);
}
@media screen and (min-width: 769px) {
  .c-layout-A .c-layout-A__item .text {
    padding-top: calc(0.7rem * 2.5);
    padding-left: 0;
  }
}
.c-layout-A .c-layout-A__item .photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
@media screen and (min-width: 769px) {
  .c-layout-A .c-layout-A__item .photo {
    width: 100%;
  }
}
.c-layout-A .c-layout-A__item .photo .inner {
  aspect-ratio: 1.6/1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .c-layout-A .c-layout-A__item .photo .inner {
    width: 100%;
  }
}
.c-layout-A .c-layout-A__item .c-layout-A__item__sub {
  opacity: 0.6;
}
.c-layout-A .c-layout-A__item:nth-last-of-type(1) {
  border: none;
  padding-bottom: 0;
}

.c-layout-B {
  width: 100%;
}
.c-layout-B .c-layout-B__item {
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  margin-bottom: calc(0.7rem * 2.5);
  padding-bottom: calc(0.7rem * 2.5);
  border-bottom-style: solid;
  border-width: 1px;
  position: relative;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-layout-B .c-layout-B__item:hover, .c-layout-B .c-layout-B__item:active, .c-layout-B .c-layout-B__item:focus {
  opacity: 0.6;
}
.c-layout-B .c-layout-B__item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: calc(0.7rem * 2.5);
}
.c-layout-B .c-layout-B__item .photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
.c-layout-B .c-layout-B__item .photo .inner {
  aspect-ratio: 1.6/1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-layout-B .c-layout-B__item .c-layout-B__item__sub {
  opacity: 0.6;
}
.c-layout-B .c-layout-B__item:nth-last-of-type(1) {
  border: none;
  padding-bottom: 0;
}

@media screen and (min-width: 769px) {
  .c-layout-C {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-layout-C .c-layout-C__column-A {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}
.c-layout-C .c-layout-C__column-B {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
}
.c-layout-C .c-layout-C__column-C {
  display: none;
}
@media screen and (min-width: 769px) {
  .c-layout-C .c-layout-C__column-C {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 5%;
            flex: 0 1 5%;
  }
}

.c-heading-xl {
  position: relative;
}
.c-heading-xl:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 20px;
  height: 2px;
}
@media screen and (min-width: 769px) {
  .c-heading-xl:after {
    bottom: 0;
    width: 30px;
  }
}

.c-heading-sm {
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.c-page-heading {
  width: 100%;
}

.c-page-heading__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
}
@media screen and (min-width: 769px) {
  .c-page-heading__inner {
    height: 200px;
  }
}
.c-page-heading__inner .c-heading-xl {
  padding-bottom: 0;
}
.c-page-heading__inner .c-heading-xl:after {
  display: none;
}

/*
.main-image-copy,
.p-top-free-section,
.blog-main,
.free-section {
    a {
        text-decoration: underline;
        color: inherit !important;
    }
    ul {
        padding-left: 1.5em;
        li {
            list-style-type: disc;
            margin-bottom: 10px;
            &:nth-last-of-type(1) {
                margin-bottom: 0;
            }
        }
    }
    h1 {
        @extend .u-fs-xxxl;
    }
    h2 {
        @extend .u-fs-xxl;
    }
    h3 {
        @extend .u-fs-xl;
    }
    h4 {
        @extend .u-fs-lg;
    }
    h5 {
        @extend .u-fs-sm;
    }


}
*/
a.c_btn_sm {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
a.c_btn_sm:after {
  font-family: "Font Awesome 5 Free";
  content: "\f24d";
}

a.c_btn_md, .under-contact a.contact-btn {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.1s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.1s cubic-bezier(0, 0.5, 0.5, 1);
  border-radius: 1px;
  text-decoration: none !important;
  word-break: break-all;
  background-color: rgba(0, 0, 0, 0.2);
}
a.c_btn_md:after, .under-contact a.contact-btn:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
}

a.c_btn_lg {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-transition: all 0.1s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.1s cubic-bezier(0, 0.5, 0.5, 1);
  border-radius: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  word-break: break-all;
}
a.c_btn_lg:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
}

.textshadowB {
  paint-order: stroke;
  -webkit-text-stroke: 4px #000;
  text-stroke: 4px #000;
}

.textshadowW {
  paint-order: stroke;
  -webkit-text-stroke: 4px #FFF;
  text-stroke: 4px #FFF;
}

.fr-dib {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.fr-dib.fr-fir {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.fr-dib.fr-fil {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.headingA {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #333;
}

.headingB {
  background-color: rgba(0, 0, 0, 0.2);
}

.headingC {
  position: relative;
}
.headingC:before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 3px;
  top: 4px;
  height: calc(100% - 8px);
  background-color: #333;
}

/******* error-info mobile *********************************************************************/
#info-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#info-main section {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#info-main section .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #f13675;
  -webkit-animation: icon-color 20s infinite;
          animation: icon-color 20s infinite;
}
@media screen and (min-width: 769px) {
  #info-main section .icon {
    height: 80px;
    width: 80px;
  }
}
#info-main section .icon i {
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
}
@-webkit-keyframes icon-color {
  0% {
    background-color: #f13675;
  }
  25% {
    background-color: #2aa8d6;
  }
  50% {
    background-color: #9aca32;
  }
  75% {
    background-color: #fecb2e;
  }
  100% {
    background-color: #f13675;
  }
}
@keyframes icon-color {
  0% {
    background-color: #f13675;
  }
  25% {
    background-color: #2aa8d6;
  }
  50% {
    background-color: #9aca32;
  }
  75% {
    background-color: #fecb2e;
  }
  100% {
    background-color: #f13675;
  }
}
#info-main section h1 {
  font-size: 18px;
}

/******* tel *************************************************************************/
.under-contact {
  width: 100%;
  border-top-style: solid;
  border-top-width: 1px;
}
.under-contact .contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.under-contact .contact-tel .number {
  word-break: break-all;
}
.under-contact .tel-remarks {
  text-align: center;
}
.life-ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.life-ad iframe {
  margin: 0;
  padding: 0;
}
.life-ad .adsbygoogle {
  width: 100%;
}

.u-d-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-d-pc {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-d-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .u-d-sp {
    display: none;
  }
}

.u-d-none {
  display: none;
}

.c-c-width {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-c-width {
    max-width: 1000px;
  }
}

.c-c-width-C {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-c-width-C {
    max-width: 700px;
  }
}

.c-c-spacer {
  padding-left: 3vw;
  padding-right: 3vw;
}
@media screen and (min-width: 769px) {
  .c-c-spacer {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.c-c-spacer-B {
  padding-left: 3vw;
}
@media screen and (min-width: 769px) {
  .c-c-spacer-B {
    padding-left: 30px;
  }
}

/**********************/
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pager .btn_pager {
  background-color: #000000;
  width: 28px;
  height: 28px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager .btn_pager i {
  font-size: 18px;
}
.pager .btn_pager:hover {
  opacity: 0.6;
}
.pager .current {
  /*background-color: #FFF;*/
  border-style: solid;
  border-width: 1px;
  width: 28px;
  height: 28px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager .no-current {
  border-style: solid;
  border-width: 1px;
  width: 28px;
  height: 28px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* -----------------------------------------------------------------------------
   #Project
   -------------------------------------------------------------------------- */
.loader {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1500;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.loader .loader-spinner {
  border-radius: 100%;
  border-style: solid;
  border-width: 0.1rem;
  height: 4rem;
  width: 4rem;
  border-color: rgba(125, 125, 125, 0.3);
  -webkit-animation: basic 1s infinite linear;
          animation: basic 1s infinite linear;
}
.loader.size4 {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .loader.size2 {
    width: 100%;
    max-width: 1260px !important;
  }
  .loader.size3 {
    width: 100%;
    max-width: 1000px !important;
  }
  .loader i {
    font-size: 24px;
  }
}

#mainImage {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1.6/1;
}
#mainImage .top-image-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  aspect-ratio: 1.6/1;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
#mainImage .top-image-inner.is-visible {
  z-index: 1;
  opacity: 1;
}
#mainImage .top-image-inner.image1 {
  background-image: url("../../upload/image/sm.top-main-image_0.png");
}
#mainImage .top-image-inner.image2 {
  background-image: url("../../upload/image/sm.top-main-image_1.png");
}
#mainImage .top-image-inner.image3 {
  background-image: url("../../upload/image/sm.top-main-image_2.png");
}
@media screen and (min-width: 769px) {
  #mainImage .top-image-inner.image1 {
    background-image: url("../../upload/image/top-main-image_0.png");
  }
  #mainImage .top-image-inner.image2 {
    background-image: url("../../upload/image/top-main-image_1.png");
  }
  #mainImage .top-image-inner.image3 {
    background-image: url("../../upload/image/top-main-image_2.png");
  }
}
#mainImage.size4 {
  display: none !important;
}
@media screen and (min-width: 769px) {
  #mainImage.size2 {
    width: 100%;
    max-width: 1260px !important;
  }
  #mainImage.size3 {
    width: 100%;
    max-width: 1000px !important;
  }
  #mainImage .main-image-copy {
    width: 1000px;
  }
}
#mainImage .main-image-copy {
  position: relative;
}

.top-free-section a {
  text-decoration: underline !important;
  color: inherit !important;
}
.top-free-section .c-btn-md a {
  text-decoration: none !important;
}
.top-free-section ul {
  padding-left: 1.5em;
}
.top-free-section ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.top-free-section ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

.p-f-spacer-md {
  height: calc(0.4rem * 4);
}
@media screen and (min-width: 769px) {
  .p-f-spacer-md {
    height: calc(0.7rem * 4);
  }
}

.p-f-spacer-lg {
  height: calc(0.4rem * 6);
}
@media screen and (min-width: 769px) {
  .p-f-spacer-lg {
    height: calc(0.7rem * 6);
  }
}

.p-f-spacer-xl {
  height: calc(0.4rem * 10);
}
@media screen and (min-width: 769px) {
  .p-f-spacer-xl {
    height: calc(0.7rem * 10);
  }
}

.p-f-spacer-xxl {
  height: calc(0.4rem * 14);
}
@media screen and (min-width: 769px) {
  .p-f-spacer-xxl {
    height: calc(0.7rem * 14);
  }
}

/******* blog-single mobile ***************************************************************************/
.blog-main iframe {
  margin-inline: auto !important;
}

/******* blog ************************************************************************/
.p-blog-heading {
  text-align: center;
}

.p-blog-heading__heading {
  font-weight: bold;
  line-height: 1.8;
}

.p-blog-heading__sub {
  line-height: 1.6;
  opacity: 0.6;
}

.p-blog-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-blog-sns .fb-share-button span {
  vertical-align: baseline !important;
}
.sp-slide .sp-image {
  z-index: 500;
}

.p-blog-category .p-blog-category__item {
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  margin-bottom: 0;
  padding-top: calc(0.7rem * 1.7);
  padding-bottom: calc(0.7rem * 1.7);
}
.p-blog-category .p-blog-category__item:hover, .p-blog-category .p-blog-category__item:active, .p-blog-category .p-blog-category__item:focus {
  opacity: 0.6;
}
@media screen and (min-width: 769px) {
  .p-blog-category .p-blog-category__item {
    margin-bottom: calc(0.7rem * 1.7);
  }
}
@media screen and (min-width: 769px) {
  .p-blog-category .p-blog-category__item {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/******* access **************************************/
.map {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 769px) {
  .map {
    height: 500px;
  }
}

/* -----------------------------------------------------------------------------
   #Utility
   -------------------------------------------------------------------------- */
.u-m-xs {
  margin: calc(0.4rem * 1.5);
}
@media screen and (min-width: 769px) {
  .u-m-xs {
    margin: calc(0.7rem * 1.7);
  }
}

.u-m-sm {
  margin: calc(0.4rem * 2.5);
}
@media screen and (min-width: 769px) {
  .u-m-sm {
    margin: calc(0.7rem * 2.5);
  }
}

.u-m-md {
  margin: calc(0.4rem * 4);
}
@media screen and (min-width: 769px) {
  .u-m-md {
    margin: calc(0.7rem * 4);
  }
}

.u-m-lg {
  margin: calc(0.4rem * 6);
}
@media screen and (min-width: 769px) {
  .u-m-lg {
    margin: calc(0.7rem * 6);
  }
}

.u-m-xl {
  margin: calc(0.4rem * 10);
}
@media screen and (min-width: 769px) {
  .u-m-xl {
    margin: calc(0.7rem * 10);
  }
}

.u-m-xxl {
  margin: calc(0.4rem * 14);
}
@media screen and (min-width: 769px) {
  .u-m-xxl {
    margin: calc(0.7rem * 14);
  }
}

.u-mt-xs {
  margin-top: calc(0.4rem * 1.5);
}
@media screen and (min-width: 769px) {
  .u-mt-xs {
    margin-top: calc(0.7rem * 1.7);
  }
}

.u-mt-sm {
  margin-top: calc(0.4rem * 2.5);
}
@media screen and (min-width: 769px) {
  .u-mt-sm {
    margin-top: calc(0.7rem * 2.5);
  }
}

.u-mt-md, .under-contact .tel-remarks {
  margin-top: calc(0.4rem * 4);
}
@media screen and (min-width: 769px) {
  .u-mt-md, .under-contact .tel-remarks {
    margin-top: calc(0.7rem * 4);
  }
}

.u-mt-lg {
  margin-top: calc(0.4rem * 6);
}
@media screen and (min-width: 769px) {
  .u-mt-lg {
    margin-top: calc(0.7rem * 6);
  }
}

.u-mt-lg-sp {
  margin-top: calc(0.4rem * 6);
}
@media screen and (min-width: 769px) {
  .u-mt-lg-sp {
    margin-top: 0;
  }
}

.u-mt-xl, .p-blog-sns {
  margin-top: calc(0.4rem * 10);
}
@media screen and (min-width: 769px) {
  .u-mt-xl, .p-blog-sns {
    margin-top: calc(0.7rem * 10);
  }
}

.u-mt-xl-sp {
  margin-top: calc(0.4rem * 10);
}
@media screen and (min-width: 769px) {
  .u-mt-xl-sp {
    margin-top: 0;
  }
}

.u-mt-xxl {
  margin-top: calc(0.4rem * 14);
}
@media screen and (min-width: 769px) {
  .u-mt-xxl {
    margin-top: calc(0.7rem * 14);
  }
}

.u-mr-xs {
  margin-right: calc(0.4rem * 1.5);
}
@media screen and (min-width: 769px) {
  .u-mr-xs {
    margin-right: calc(0.7rem * 1.7);
  }
}

.u-mr-sm, .p-blog-sns .fb-share-button, .p-blog-sns .twitter-btn {
  margin-right: calc(0.4rem * 2.5);
}
@media screen and (min-width: 769px) {
  .u-mr-sm, .p-blog-sns .fb-share-button, .p-blog-sns .twitter-btn {
    margin-right: calc(0.7rem * 2.5);
  }
}

.u-mr-md {
  margin-right: calc(0.4rem * 4);
}
@media screen and (min-width: 769px) {
  .u-mr-md {
    margin-right: calc(0.7rem * 4);
  }
}

.u-mr-lg {
  margin-right: calc(0.4rem * 6);
}
@media screen and (min-width: 769px) {
  .u-mr-lg {
    margin-right: calc(0.7rem * 6);
  }
}

.u-mr-xl {
  margin-right: calc(0.4rem * 10);
}
@media screen and (min-width: 769px) {
  .u-mr-xl {
    margin-right: calc(0.7rem * 10);
  }
}

.u-mr-xxl {
  margin-right: calc(0.4rem * 14);
}
@media screen and (min-width: 769px) {
  .u-mr-xxl {
    margin-right: calc(0.7rem * 14);
  }
}

.u-mb-xs, .l-footer__inner .info .f-name {
  margin-bottom: calc(0.4rem * 1.5);
}
@media screen and (min-width: 769px) {
  .u-mb-xs, .l-footer__inner .info .f-name {
    margin-bottom: calc(0.7rem * 1.7);
  }
}

.u-mb-sm {
  margin-bottom: calc(0.4rem * 2.5);
}
@media screen and (min-width: 769px) {
  .u-mb-sm {
    margin-bottom: calc(0.7rem * 2.5);
  }
}

.u-mb-md {
  margin-bottom: calc(0.4rem * 4);
}
@media screen and (min-width: 769px) {
  .u-mb-md {
    margin-bottom: calc(0.7rem * 4);
  }
}

.u-mb-lg {
  margin-bottom: calc(0.4rem * 6);
}
@media screen and (min-width: 769px) {
  .u-mb-lg {
    margin-bottom: calc(0.7rem * 6);
  }
}

.u-mb-xl, .c-page-heading {
  margin-bottom: calc(0.4rem * 10);
}
@media screen and (min-width: 769px) {
  .u-mb-xl, .c-page-heading {
    margin-bottom: calc(0.7rem * 10);
  }
}

.u-mb-xxl {
  margin-bottom: calc(0.4rem * 14);
}
@media screen and (min-width: 769px) {
  .u-mb-xxl {
    margin-bottom: calc(0.7rem * 14);
  }
}

.u-ml-xs, a.c_btn_sm:after {
  margin-left: calc(0.4rem * 1.5);
}
@media screen and (min-width: 769px) {
  .u-ml-xs, a.c_btn_sm:after {
    margin-left: calc(0.7rem * 1.7);
  }
}

.u-ml-sm, a.c_btn_md:after, a.c_btn_lg:after, .under-contact a.contact-btn:after {
  margin-left: calc(0.4rem * 2.5);
}
@media screen and (min-width: 769px) {
  .u-ml-sm, a.c_btn_md:after, a.c_btn_lg:after, .under-contact a.contact-btn:after {
    margin-left: calc(0.7rem * 2.5);
  }
}

.u-ml-md {
  margin-left: calc(0.4rem * 4);
}
@media screen and (min-width: 769px) {
  .u-ml-md {
    margin-left: calc(0.7rem * 4);
  }
}

.u-ml-lg {
  margin-left: calc(0.4rem * 6);
}
@media screen and (min-width: 769px) {
  .u-ml-lg {
    margin-left: calc(0.7rem * 6);
  }
}

.u-ml-xl {
  margin-left: calc(0.4rem * 10);
}
@media screen and (min-width: 769px) {
  .u-ml-xl {
    margin-left: calc(0.7rem * 10);
  }
}

.u-ml-xxl {
  margin-left: calc(0.4rem * 14);
}
@media screen and (min-width: 769px) {
  .u-ml-xxl {
    margin-left: calc(0.7rem * 14);
  }
}

.u-mx-xs {
  margin-left: calc(0.4rem * 1.5);
  margin-right: calc(0.4rem * 1.5);
}
@media screen and (min-width: 769px) {
  .u-mx-xs {
    margin-left: calc(0.7rem * 1.7);
    margin-right: calc(0.7rem * 1.7);
  }
}

.u-my-xs {
  margin-top: calc(0.4rem * 1.5);
  margin-bottom: calc(0.4rem * 1.5);
}
@media screen and (min-width: 769px) {
  .u-my-xs {
    margin-top: calc(0.7rem * 1.7);
    margin-bottom: calc(0.7rem * 1.7);
  }
}

.u-mx-sm {
  margin-left: calc(0.4rem * 2.5);
  margin-right: calc(0.4rem * 2.5);
}
@media screen and (min-width: 769px) {
  .u-mx-sm {
    margin-left: calc(0.7rem * 2.5);
    margin-right: calc(0.7rem * 2.5);
  }
}

.u-my-sm {
  margin-top: calc(0.4rem * 2.5);
  margin-bottom: calc(0.4rem * 2.5);
}
@media screen and (min-width: 769px) {
  .u-my-sm {
    margin-top: calc(0.7rem * 2.5);
    margin-bottom: calc(0.7rem * 2.5);
  }
}

.u-mx-md {
  margin-left: calc(0.4rem * 4);
  margin-right: calc(0.4rem * 4);
}
@media screen and (min-width: 769px) {
  .u-mx-md {
    margin-left: calc(0.7rem * 4);
    margin-right: calc(0.7rem * 4);
  }
}

.u-my-md {
  margin-top: calc(0.4rem * 4);
  margin-bottom: calc(0.4rem * 4);
}
@media screen and (min-width: 769px) {
  .u-my-md {
    margin-top: calc(0.7rem * 4);
    margin-bottom: calc(0.7rem * 4);
  }
}

.u-mx-lg {
  margin-left: calc(0.4rem * 6);
  margin-right: calc(0.4rem * 6);
}
@media screen and (min-width: 769px) {
  .u-mx-lg {
    margin-left: calc(0.7rem * 6);
    margin-right: calc(0.7rem * 6);
  }
}

.u-my-lg {
  margin-top: calc(0.4rem * 6);
  margin-bottom: calc(0.4rem * 6);
}
@media screen and (min-width: 769px) {
  .u-my-lg {
    margin-top: calc(0.7rem * 6);
    margin-bottom: calc(0.7rem * 6);
  }
}

.u-mx-xl {
  margin-left: calc(0.4rem * 10);
  margin-right: calc(0.4rem * 10);
}
@media screen and (min-width: 769px) {
  .u-mx-xl {
    margin-left: calc(0.7rem * 10);
    margin-right: calc(0.7rem * 10);
  }
}

.u-my-xl {
  margin-top: calc(0.4rem * 10);
  margin-bottom: calc(0.4rem * 10);
}
@media screen and (min-width: 769px) {
  .u-my-xl {
    margin-top: calc(0.7rem * 10);
    margin-bottom: calc(0.7rem * 10);
  }
}

.u-mx-xxl {
  margin-left: calc(0.4rem * 14);
  margin-right: calc(0.4rem * 14);
}
@media screen and (min-width: 769px) {
  .u-mx-xxl {
    margin-left: calc(0.7rem * 14);
    margin-right: calc(0.7rem * 14);
  }
}

.u-my-xxl {
  margin-top: calc(0.4rem * 14);
  margin-bottom: calc(0.4rem * 14);
}
@media screen and (min-width: 769px) {
  .u-my-xxl {
    margin-top: calc(0.7rem * 14);
    margin-bottom: calc(0.7rem * 14);
  }
}

.u-p-xs {
  padding: calc(0.4rem * 1.5);
}
@media screen and (min-width: 769px) {
  .u-p-xs {
    padding: calc(0.7rem * 1.7);
  }
}

.u-p-sm, .p-table-a .p-a-td, .p-table-a .p-a-th {
  padding: calc(0.4rem * 2.5);
}
@media screen and (min-width: 769px) {
  .u-p-sm, .p-table-a .p-a-td, .p-table-a .p-a-th {
    padding: calc(0.7rem * 2.5);
  }
}

.u-p-md {
  padding: calc(0.4rem * 4);
}
@media screen and (min-width: 769px) {
  .u-p-md {
    padding: calc(0.7rem * 4);
  }
}

.u-p-lg {
  padding: calc(0.4rem * 6);
}
@media screen and (min-width: 769px) {
  .u-p-lg {
    padding: calc(0.7rem * 6);
  }
}

.u-p-xl {
  padding: calc(0.4rem * 10);
}
@media screen and (min-width: 769px) {
  .u-p-xl {
    padding: calc(0.7rem * 10);
  }
}

.u-p-xxl {
  padding: calc(0.4rem * 14);
}
@media screen and (min-width: 769px) {
  .u-p-xxl {
    padding: calc(0.7rem * 14);
  }
}

.u-pt-xs {
  padding-top: calc(0.4rem * 1.5);
}
@media screen and (min-width: 769px) {
  .u-pt-xs {
    padding-top: calc(0.7rem * 1.7);
  }
}

.u-pt-sm {
  padding-top: calc(0.4rem * 2.5);
}
@media screen and (min-width: 769px) {
  .u-pt-sm {
    padding-top: calc(0.7rem * 2.5);
  }
}

.u-pt-md {
  padding-top: calc(0.4rem * 4);
}
@media screen and (min-width: 769px) {
  .u-pt-md {
    padding-top: calc(0.7rem * 4);
  }
}

.u-pt-lg {
  padding-top: calc(0.4rem * 6);
}
@media screen and (min-width: 769px) {
  .u-pt-lg {
    padding-top: calc(0.7rem * 6);
  }
}

.u-pt-xl {
  padding-top: calc(0.4rem * 10);
}
@media screen and (min-width: 769px) {
  .u-pt-xl {
    padding-top: calc(0.7rem * 10);
  }
}

.u-pt-xxl {
  padding-top: calc(0.4rem * 14);
}
@media screen and (min-width: 769px) {
  .u-pt-xxl {
    padding-top: calc(0.7rem * 14);
  }
}

.u-pr-xs {
  padding-right: calc(0.4rem * 1.5);
}
@media screen and (min-width: 769px) {
  .u-pr-xs {
    padding-right: calc(0.7rem * 1.7);
  }
}

.u-pr-sm {
  padding-right: calc(0.4rem * 2.5);
}
@media screen and (min-width: 769px) {
  .u-pr-sm {
    padding-right: calc(0.7rem * 2.5);
  }
}

.u-pr-md {
  padding-right: calc(0.4rem * 4);
}
@media screen and (min-width: 769px) {
  .u-pr-md {
    padding-right: calc(0.7rem * 4);
  }
}

.u-pr-lg {
  padding-right: calc(0.4rem * 6);
}
@media screen and (min-width: 769px) {
  .u-pr-lg {
    padding-right: calc(0.7rem * 6);
  }
}

.u-pr-xl {
  padding-right: calc(0.4rem * 10);
}
@media screen and (min-width: 769px) {
  .u-pr-xl {
    padding-right: calc(0.7rem * 10);
  }
}

.u-pr-xxl {
  padding-right: calc(0.4rem * 14);
}
@media screen and (min-width: 769px) {
  .u-pr-xxl {
    padding-right: calc(0.7rem * 14);
  }
}

.u-pb-xs, .c-heading-sm, .headingA {
  padding-bottom: calc(0.4rem * 1.5);
}
@media screen and (min-width: 769px) {
  .u-pb-xs, .c-heading-sm, .headingA {
    padding-bottom: calc(0.7rem * 1.7);
  }
}

.u-pb-sm, .c-heading-xl {
  padding-bottom: calc(0.4rem * 2.5);
}
@media screen and (min-width: 769px) {
  .u-pb-sm, .c-heading-xl {
    padding-bottom: calc(0.7rem * 2.5);
  }
}

.u-pb-md {
  padding-bottom: calc(0.4rem * 4);
}
@media screen and (min-width: 769px) {
  .u-pb-md {
    padding-bottom: calc(0.7rem * 4);
  }
}

.u-pb-lg {
  padding-bottom: calc(0.4rem * 6);
}
@media screen and (min-width: 769px) {
  .u-pb-lg {
    padding-bottom: calc(0.7rem * 6);
  }
}

.u-pb-xl {
  padding-bottom: calc(0.4rem * 10);
}
@media screen and (min-width: 769px) {
  .u-pb-xl {
    padding-bottom: calc(0.7rem * 10);
  }
}

.u-pb-xxl {
  padding-bottom: calc(0.4rem * 14);
}
@media screen and (min-width: 769px) {
  .u-pb-xxl {
    padding-bottom: calc(0.7rem * 14);
  }
}

.u-pl-xs {
  padding-left: calc(0.4rem * 1.5);
}
@media screen and (min-width: 769px) {
  .u-pl-xs {
    padding-left: calc(0.7rem * 1.7);
  }
}

.u-pl-sm, .headingC {
  padding-left: calc(0.4rem * 2.5);
}
@media screen and (min-width: 769px) {
  .u-pl-sm, .headingC {
    padding-left: calc(0.7rem * 2.5);
  }
}

.u-pl-md {
  padding-left: calc(0.4rem * 4);
}
@media screen and (min-width: 769px) {
  .u-pl-md {
    padding-left: calc(0.7rem * 4);
  }
}

.u-pl-lg {
  padding-left: calc(0.4rem * 6);
}
@media screen and (min-width: 769px) {
  .u-pl-lg {
    padding-left: calc(0.7rem * 6);
  }
}

.u-pl-xl {
  padding-left: calc(0.4rem * 10);
}
@media screen and (min-width: 769px) {
  .u-pl-xl {
    padding-left: calc(0.7rem * 10);
  }
}

.u-pl-xxl {
  padding-left: calc(0.4rem * 14);
}
@media screen and (min-width: 769px) {
  .u-pl-xxl {
    padding-left: calc(0.7rem * 14);
  }
}

.u-px-xs {
  padding-left: calc(0.4rem * 1.5);
  padding-right: calc(0.4rem * 1.5);
}
@media screen and (min-width: 769px) {
  .u-px-xs {
    padding-left: calc(0.7rem * 1.7);
    padding-right: calc(0.7rem * 1.7);
  }
}

.u-py-xs, a.c_btn_md, a.c_btn_lg, .headingB, .under-contact a.contact-btn {
  padding-top: calc(0.4rem * 1.5);
  padding-bottom: calc(0.4rem * 1.5);
}
@media screen and (min-width: 769px) {
  .u-py-xs, a.c_btn_md, a.c_btn_lg, .headingB, .under-contact a.contact-btn {
    padding-top: calc(0.7rem * 1.7);
    padding-bottom: calc(0.7rem * 1.7);
  }
}

.u-px-sm, .headingB {
  padding-left: calc(0.4rem * 2.5);
  padding-right: calc(0.4rem * 2.5);
}
@media screen and (min-width: 769px) {
  .u-px-sm, .headingB {
    padding-left: calc(0.7rem * 2.5);
    padding-right: calc(0.7rem * 2.5);
  }
}

.u-py-sm {
  padding-top: calc(0.4rem * 2.5);
  padding-bottom: calc(0.4rem * 2.5);
}
@media screen and (min-width: 769px) {
  .u-py-sm {
    padding-top: calc(0.7rem * 2.5);
    padding-bottom: calc(0.7rem * 2.5);
  }
}

.u-px-md, a.c_btn_md, a.c_btn_lg, .under-contact a.contact-btn {
  padding-left: calc(0.4rem * 4);
  padding-right: calc(0.4rem * 4);
}
@media screen and (min-width: 769px) {
  .u-px-md, a.c_btn_md, a.c_btn_lg, .under-contact a.contact-btn {
    padding-left: calc(0.7rem * 4);
    padding-right: calc(0.7rem * 4);
  }
}

.u-py-md {
  padding-top: calc(0.4rem * 4);
  padding-bottom: calc(0.4rem * 4);
}
@media screen and (min-width: 769px) {
  .u-py-md {
    padding-top: calc(0.7rem * 4);
    padding-bottom: calc(0.7rem * 4);
  }
}

.u-px-lg {
  padding-left: calc(0.4rem * 6);
  padding-right: calc(0.4rem * 6);
}
@media screen and (min-width: 769px) {
  .u-px-lg {
    padding-left: calc(0.7rem * 6);
    padding-right: calc(0.7rem * 6);
  }
}

.u-py-lg, .l-footer__inner {
  padding-top: calc(0.4rem * 6);
  padding-bottom: calc(0.4rem * 6);
}
@media screen and (min-width: 769px) {
  .u-py-lg, .l-footer__inner {
    padding-top: calc(0.7rem * 6);
    padding-bottom: calc(0.7rem * 6);
  }
}

.u-px-xl {
  padding-left: calc(0.4rem * 10);
  padding-right: calc(0.4rem * 10);
}
@media screen and (min-width: 769px) {
  .u-px-xl {
    padding-left: calc(0.7rem * 10);
    padding-right: calc(0.7rem * 10);
  }
}

.u-py-xl, #info-main {
  padding-top: calc(0.4rem * 10);
  padding-bottom: calc(0.4rem * 10);
}
@media screen and (min-width: 769px) {
  .u-py-xl, #info-main {
    padding-top: calc(0.7rem * 10);
    padding-bottom: calc(0.7rem * 10);
  }
}

.u-px-xxl {
  padding-left: calc(0.4rem * 14);
  padding-right: calc(0.4rem * 14);
}
@media screen and (min-width: 769px) {
  .u-px-xxl {
    padding-left: calc(0.7rem * 14);
    padding-right: calc(0.7rem * 14);
  }
}

.u-py-xxl {
  padding-top: calc(0.4rem * 14);
  padding-bottom: calc(0.4rem * 14);
}
@media screen and (min-width: 769px) {
  .u-py-xxl {
    padding-top: calc(0.7rem * 14);
    padding-bottom: calc(0.7rem * 14);
  }
}

.u-fs-xxxl {
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: clamp(calc(32 * 1px), calc(100 / 1260 * 56 * 1vw), calc(56 * 1px));
}

.u-fs-xxl {
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: clamp(calc(26 * 1px), calc(100 / 1260 * 36 * 1vw), calc(36 * 1px));
}

.u-fs-xl, .c-heading-xl, #info-main section .icon i, .under-contact .contact-tel .number {
  line-height: 1.7;
  letter-spacing: 0em;
  font-size: clamp(calc(21 * 1px), calc(100 / 1260 * 30 * 1vw), calc(30 * 1px));
}

.u-fs-lg, .l-header-pc .l-header-logo, .under-contact .contact-btn, .p-blog-heading__heading {
  line-height: 1.9;
  letter-spacing: 0em;
  font-size: clamp(calc(19 * 1px), calc(100 / 1260 * 24 * 1vw), calc(24 * 1px));
}

.u-fs-md {
  line-height: 1.8;
  letter-spacing: 0em;
  font-size: clamp(calc(17 * 1px), calc(100 / 1260 * 20 * 1vw), calc(20 * 1px));
}

.u-fs-re {
  line-height: 1.7;
  letter-spacing: 0em;
  font-size: clamp(calc(16 * 1px), calc(100 / 1260 * 18 * 1vw), calc(18 * 1px));
}

.u-fs-n, body, a.c_btn_md:after, a.c_btn_lg:after, .under-contact a.contact-btn:after {
  line-height: 2;
  letter-spacing: 0em;
  font-size: clamp(calc(15 * 1px), calc(100 / 1260 * 16 * 1vw), calc(16 * 1px));
}

.u-fs-sm, .l-footer__inner .info .f-name, .l-footer__inner .info .address, .under-contact .tel-remarks, .pager .btn_pager, .pager .current, .pager .no-current {
  line-height: 1.8;
  letter-spacing: 0em;
  font-size: clamp(calc(13 * 1px), calc(100 / 1260 * 14 * 1vw), calc(14 * 1px));
}

.u-fs-xs, .l-globalnav-sp-btn:before, .l-footer-powered a .text, .p-blog-category .count {
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: clamp(calc(10 * 1px), calc(100 / 1260 * 11 * 1vw), calc(11 * 1px));
}

.u-fw-b {
  font-weight: 600 !important;
}

.u-fw-br {
  font-weight: bolder !important;
}

.u-fw-lr {
  font-weight: lighter !important;
}

.u-fw100 {
  font-weight: 100 !important;
}

.u-fw200 {
  font-weight: 200 !important;
}

.u-fw300 {
  font-weight: 300 !important;
}

.u-fw400 {
  font-weight: 400 !important;
}

.u-fw500 {
  font-weight: 500 !important;
}

.u-fw600 {
  font-weight: 600 !important;
}

.u-fw700 {
  font-weight: 700 !important;
}

.u-fw800 {
  font-weight: 800 !important;
}

.u-fw900 {
  font-weight: 900 !important;
}

.u-fsmt {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
}

.u-m-wd-sm {
  max-width: 200px;
}

.u-br-m {
  display: block;
}
@media screen and (min-width: 769px) {
  .u-br-m {
    display: none;
  }
}

.u-br-p {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-br-p {
    display: block;
  }
}

span.br {
  display: inline-block;
}

.p-table-a {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 1px;
}
@media screen and (min-width: 769px) {
  .p-table-a {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    row-gap: 1px;
  }
}
.p-list-a {
  display: -ms-grid;
  display: grid;
  row-gap: 0.5em;
  line-height: 1.8 !important;
}
.p-list-a li {
  position: relative;
  padding-left: 1.1em;
}
.p-list-a li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

.u-cf:before,
.u-cf:after {
  content: " ";
  display: table;
}

.u-cf:after {
  clear: both;
}

.u-cf {
  *zoom: 1;
}