@charset "UTF-8";
/****************************************
	General Setting
*****************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  vertical-align: baseline;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*----------------------------------------
	Font (基本)
----------------------------------------*/
/* 1pxあたり 1/16=0.0625（1px増える毎に +0.0625） */
html {
  --10px: 0.625rem;
  --11px: 0.6875rem;
  --12px: 0.75rem;
  --13px: 0.8125rem;
  --14px: 0.875rem;
  --15px: 0.9375rem;
  --16px: 1rem;
  --17px: 1.0625rem;
  --18px: 1.125rem;
  --19px: 1.1875rem;
  --20px: 1.25rem;
  --21px: 1.3125rem;
  --22px: 1.375rem;
  --23px: 1.4375rem;
  --24px: 1.5rem;
  --25px: 1.5625rem;
  --26px: 1.625rem;
  --27px: 1.6875rem;
  --28px: 1.75rem;
  --29px: 1.8125rem;
  --30px: 1.875rem;
  --31px: 1.9375rem;
  --32px: 2rem;
  --36px: 2.25rem;
  --40px: 2.5rem;
  --50px: 3.125rem;
  --64px: 4rem;
  --80px: 5rem;
}

/*----------------------------------------
	Color (基本)
----------------------------------------*/
.em1 {
  color: #111111;
}

.em2 {
  color: #243088;
}

.em3 {
  color: #e5ecf3;
}

/*----------------------------------------
	Body (基本)
----------------------------------------*/
body {
  background-color: #ffffff;
  background-repeat: repeat;
  background-position: 0 0;
  color: #111111;
  font-size: var(--16px);
  font-style: normal;
  /* ゴシック */
  font-family: "Noto Sans", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Font Awesome 5 Free";
  /* 明朝 
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif, "Font Awesome 5 Free";
  */
  /* 丸ゴシック
  font-family: "M PLUS Rounded 1c", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif, "Font Awesome 5 Free";
  */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

/*----------------------------------------
	Width (基本幅)
----------------------------------------*/
@media only screen and (max-width: 1150px) {
  .container-global {
    min-width: 1150px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .container-global {
    min-width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  .container-global {
    min-width: 100%;
  }
}
/****************************************
	Typography (TEXT)
*****************************************/
h1, h2, h3, h4, h5, h6, p, a, li, dt, dd, address, blockquote, figcaption, em, strong, small, sub, sup {
  font-size: var(--16px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

span, em, strong {
  font-size: 1em;
  -webkit-transition: all 0s;
  transition: all 0s;
}

small {
  font-size: 0.8em;
}

sup, sub {
  font-size: 0.7em;
  letter-spacing: 0;
  line-height: 1;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

.txt-bold {
  font-weight: bold;
}

.txt-italic {
  font-style: italic;
}

.txt-line-und {
  text-decoration: underline;
}

.txt-line-ove {
  text-decoration: overline;
}

.txt-line-thr {
  text-decoration: line-through;
}

.txt-color-red {
  color: #F00;
}

.txt-color-1 {
  color: #111111;
}

.txt-color-2 {
  color: #243088;
}

.txt-color-3 {
  color: #e5ecf3;
}

::-moz-selection {
  text-shadow: none;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
}

::selection {
  text-shadow: none;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
}

.social-color.fa-instagram, .social-color.fa-square-instagram {
  background: linear-gradient(135deg, #4158D0, #C850C0 30%, #FFCC70);
  background: -webkit-linear-gradient(-45deg, #4158D0, #C850C0 30%, #FFCC70);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.social-color.fa-facebook {
  background: #0866ff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.social-color.fa-x-twitter {
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.social-color.fa-youtube {
  background: #ff0100;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
h1, h2, h3, h4, h5, h6, p, dl, ul, ol, a, address {
	-ms-transform: rotate(0.028deg);
}
*/
/****************************************
	Link
*****************************************/
a {
  color: #243088;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #e5ecf3;
}

a:active,
a:hover {
  outline-width: 0;
}

.no-call, .no-call a {
  cursor: default;
  text-decoration: none;
}

.no-call a {
  color: #FFF;
}

.no-call:hover, .no-call a:hover {
  text-decoration: none;
}

/****************************************
	List
*****************************************/
ul, ol {
  list-style: none;
  width: 100%;
}
ul li, ol li {
  width: 100%;
}

dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
dl dt {
  width: 30%;
}
dl dd {
  width: 70%;
}

/****************************************
	Image
*****************************************/
img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/****************************************
	Layout
*****************************************/
.container-global, .container-head, .container-main, .container-foot, .container-hero, .container-navi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.l-contents, .l-header, .l-main, .l-sidebar, .l-footer, .l-hero, .l-navi {
  width: 100%;
  height: auto;
}

.container-global {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 100vh;
}

.container-head {
  position: fixed;
  top: 0;
  z-index: 100;
}

.container-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
}

.l-sidebar {
  width: 100%;
  position: relative;
  z-index: 1;
}

.sect {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.wrapper, .inner, .unit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.inner.inner-full {
  max-width: 100%;
}

.group {
  width: 100%;
}

.sp, .tb {
  display: none;
}

.animated {
  opacity: 0;
}

i.animated {
  opacity: 1;
}

@media only screen and (max-width: 960px) {
  .inner {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .inner.inner-full {
    padding-left: 0;
    padding-right: 0;
  }
  .pc {
    display: none;
  }
  .tb {
    display: block;
  }
}
@media only screen and (max-width: 520px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .animated {
    opacity: 1;
  }
  .pctb {
    display: none;
  }
  .sp {
    display: block;
  }
}
/****************************************
	共通 (Spacing)
*****************************************/
:root {
  --space-unit: 1em;
  --space-xxxs: calc(0.25 * var(--space-unit));
  --space-xxs: calc(0.375 * var(--space-unit));
  --space-xs: calc(0.5 * var(--space-unit));
  --space-sm: calc(0.75 * var(--space-unit));
  --space-md: calc(1.25 * var(--space-unit));
  --space-lg: calc(2 * var(--space-unit));
  --space-xl: calc(3.25 * var(--space-unit));
  --space-xxl: calc(5.25 * var(--space-unit));
  --space-xxxl: calc(8.5 * var(--space-unit));
  --space-4xl: calc(13.75 * var(--space-unit));
}

.mt-sm {
  margin-top: var(--space-sm);
}

.mt-md {
  margin-top: var(--space-md);
}

.mt-lg {
  margin-top: var(--space-lg);
}

.mt-xl {
  margin-top: var(--space-xl);
}

.mt-xxl {
  margin-top: var(--space-xxl);
}

.mt-xxxl {
  margin-top: var(--space-xxxl);
}

.mt-4xl {
  margin-top: var(--space-4xl);
}

.mb-sm {
  margin-bottom: var(--space-sm);
}

.mb-md {
  margin-bottom: var(--space-md);
}

.mb-lg {
  margin-bottom: var(--space-lg);
}

.mb-xl {
  margin-bottom: var(--space-xl);
}

.mb-xxl {
  margin-bottom: var(--space-xxl);
}

.mb-xxxl {
  margin-bottom: var(--space-xxxl);
}

.mb-4xl {
  margin-bottom: var(--space-4xl);
}

.pt-sm {
  padding-top: var(--space-sm);
}

.pt-md {
  padding-top: var(--space-md);
}

.pt-lg {
  padding-top: var(--space-lg);
}

.pt-xl {
  padding-top: var(--space-xl);
}

.pt-xxl {
  padding-top: var(--space-xxl);
}

.pt-xxxl {
  padding-top: var(--space-xxxl);
}

.pb-4xl {
  padding-bottom: var(--space-4xl);
}

.pb-sm {
  padding-bottom: var(--space-sm);
}

.pb-md {
  padding-bottom: var(--space-md);
}

.pb-lg {
  padding-bottom: var(--space-lg);
}

.pb-xl {
  padding-bottom: var(--space-xl);
}

.pb-xxl {
  padding-bottom: var(--space-xxl);
}

.pb-xxxl {
  padding-bottom: var(--space-xxxl);
}

.pb-4xl {
  padding-bottom: var(--space-4xl);
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-200 {
  margin-bottom: 200px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-200 {
  padding-bottom: 200px;
}

@media only screen and (max-width: 960px) {
  _::-webkit-full-page-media, _:future, :root .home main {
    margin-bottom: 0;
  }
  .mt-10 {
    margin-top: 10px;
  }
  .mt-20 {
    margin-top: 15px;
  }
  .mt-30 {
    margin-top: 20px;
  }
  .mt-40 {
    margin-top: 30px;
  }
  .mt-50 {
    margin-top: 40px;
  }
  .mt-60 {
    margin-top: 45px;
  }
  .mt-70 {
    margin-top: 50px;
  }
  .mt-80 {
    margin-top: 55px;
  }
  .mt-90 {
    margin-top: 60px;
  }
  .mt-100 {
    margin-top: 70px;
  }
  .mt-125 {
    margin-top: 90px;
  }
  .mt-150 {
    margin-top: 100px;
  }
  .mt-200 {
    margin-top: 150px;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .mb-20 {
    margin-bottom: 15px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
  .mb-50 {
    margin-bottom: 40px;
  }
  .mb-60 {
    margin-bottom: 45px;
  }
  .mb-70 {
    margin-bottom: 50px;
  }
  .mb-80 {
    margin-bottom: 55px;
  }
  .mb-90 {
    margin-bottom: 60px;
  }
  .mb-100 {
    margin-bottom: 70px;
  }
  .mb-125 {
    margin-bottom: 90px;
  }
  .mb-150 {
    margin-bottom: 100px;
  }
  .mb-200 {
    margin-bottom: 150px;
  }
  .pt-10 {
    padding-top: 10px;
  }
  .pt-20 {
    padding-top: 15px;
  }
  .pt-30 {
    padding-top: 20px;
  }
  .pt-40 {
    padding-top: 30px;
  }
  .pt-50 {
    padding-top: 40px;
  }
  .pt-60 {
    padding-top: 45px;
  }
  .pt-70 {
    padding-top: 50px;
  }
  .pt-80 {
    padding-top: 55px;
  }
  .pt-90 {
    padding-top: 60px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pt-125 {
    padding-top: 90px;
  }
  .pt-150 {
    padding-top: 100px;
  }
  .pt-200 {
    padding-top: 150px;
  }
  .pb-10 {
    padding-bottom: 10px;
  }
  .pb-20 {
    padding-bottom: 15px;
  }
  .pb-30 {
    padding-bottom: 20px;
  }
  .pb-40 {
    padding-bottom: 30px;
  }
  .pb-50 {
    padding-bottom: 40px;
  }
  .pb-60 {
    padding-bottom: 45px;
  }
  .pb-70 {
    padding-bottom: 50px;
  }
  .pb-80 {
    padding-bottom: 55px;
  }
  .pb-90 {
    padding-bottom: 60px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pb-125 {
    padding-bottom: 90px;
  }
  .pb-150 {
    padding-bottom: 100px;
  }
  .pb-200 {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 520px) {
  .mt-10 {
    margin-top: 5px;
  }
  .mt-20 {
    margin-top: 10px;
  }
  .mt-30 {
    margin-top: 15px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .mt-50 {
    margin-top: 25px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .mt-70 {
    margin-top: 35px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mt-90 {
    margin-top: 45px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .mt-125 {
    margin-top: 60px;
  }
  .mt-150 {
    margin-top: 75px;
  }
  .mt-200 {
    margin-top: 100px;
  }
  .mb-10 {
    margin-bottom: 5px;
  }
  .mb-20 {
    margin-bottom: 10px;
  }
  .mb-30 {
    margin-bottom: 15px;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
  .mb-50 {
    margin-bottom: 25px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .mb-70 {
    margin-bottom: 35px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .mb-90 {
    margin-bottom: 45px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .mb-125 {
    margin-bottom: 60px;
  }
  .mb-150 {
    margin-bottom: 75px;
  }
  .mb-200 {
    margin-bottom: 100px;
  }
  .pt-10 {
    padding-top: 5px;
  }
  .pt-20 {
    padding-top: 10px;
  }
  .pt-30 {
    padding-top: 15px;
  }
  .pt-40 {
    padding-top: 20px;
  }
  .pt-50 {
    padding-top: 25px;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pt-70 {
    padding-top: 35px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pt-90 {
    padding-top: 45px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pt-125 {
    padding-top: 60px;
  }
  .pt-150 {
    padding-top: 75px;
  }
  .pt-200 {
    padding-top: 100px;
  }
  .pb-10 {
    padding-bottom: 5px;
  }
  .pb-20 {
    padding-bottom: 10px;
  }
  .pb-30 {
    padding-bottom: 15px;
  }
  .pb-40 {
    padding-bottom: 20px;
  }
  .pb-50 {
    padding-bottom: 25px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
  .pb-70 {
    padding-bottom: 45px;
  }
  .pb-80 {
    padding-bottom: 45px;
  }
  .pb-90 {
    padding-bottom: 35px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pb-125 {
    padding-bottom: 60px;
  }
  .pb-150 {
    padding-bottom: 75px;
  }
  .pb-200 {
    padding-bottom: 100px;
  }
}
/****************************************
	Header
*****************************************/
.l-header {
  width: 100%;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
}
.l-header .wrapper .inner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-flex-line-pack: center;
      align-content: center;
}
.l-header .wrapper .inner .unit-head {
  height: 100px;
  padding: 0 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.l-header .wrapper .inner .unit-head .group {
  position: relative;
  z-index: 1;
}
.l-header .wrapper .inner .unit-head .group-logo {
  width: 230px;
}
.l-header .wrapper .inner .unit-head .group-logo .logo {
  width: 100%;
}
.l-header .wrapper .inner .unit-head .group-logo .logo .img-logo {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .wrapper .inner .unit-head .group-other {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header .wrapper .inner .unit-head .group-other div:nth-child(n+2) {
  margin-left: 15px;
}
.l-header .wrapper .inner .unit-head .group-other .tel .btn, .l-header .wrapper .inner .unit-head .group-other .form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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.25;
}
.l-header .wrapper .inner .unit-head .group-other .tel .btn i, .l-header .wrapper .inner .unit-head .group-other .form .btn i {
  margin-right: 5px;
  display: none;
}
.l-header .wrapper .inner .unit-head .group-other .tel .btn .head, .l-header .wrapper .inner .unit-head .group-other .form .btn .head {
  font-weight: 500;
  color: #FFF;
  padding: 0.25em 0.75em;
  border-radius: 2em;
  background-color: #243088;
  margin-right: 10px;
}
.l-header .wrapper .inner .unit-head .group-other .tel .btn {
  font-size: var(--26px);
  color: #243088;
  font-weight: bold;
}
.l-header .wrapper .inner .unit-head .group-other .tel .btn i {
  font-size: 0.85em;
}
.l-header .wrapper .inner .unit-head .group-other .form .btn {
  font-size: var(--16px);
  padding: 0.75em 2em;
  border-radius: 2em;
  color: #FFF;
  background-color: #243088;
}
.l-header .wrapper .inner .unit-head .group-other .form .btn:hover {
  background-color: #e5ecf3;
}

.is-show .l-header .wrapper .inner .unit-head {
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.is-show .l-header .wrapper .inner .unit-head .group-logo {
  width: 180px;
}

@media only screen and (max-width: 960px) {
  .l-header .wrapper .inner {
    height: 55px;
  }
  .l-header .wrapper .inner .unit-head {
    height: auto;
    padding: 0 10px;
  }
  .l-header .wrapper .inner .unit-head .group-logo {
    width: 40%;
  }
  .l-header .wrapper .inner .unit-head .group-logo .logo {
    padding-left: 0;
  }
  .l-header .wrapper .inner .unit-head .group-logo .logo .img-logo {
    max-width: 150px;
    height: auto;
  }
  .l-header .wrapper .inner .unit-head .group-other {
    width: 45%;
  }
  .l-header .wrapper .inner .unit-head .group-other div:nth-child(n+2) {
    margin-left: 10px;
  }
  .l-header .wrapper .inner .unit-head .group-other .tel .btn {
    font-size: var(--20px);
  }
  .l-header .wrapper .inner .unit-head .group-other .form .btn {
    font-size: var(--14px);
    padding: 0.5em 1em;
  }
  .is-show .l-header .wrapper .inner .unit-head {
    height: 55px;
  }
  .is-show .l-header .wrapper .inner .unit-head .group-logo {
    width: 50%;
  }
}
@media only screen and (max-width: 520px) {
  .l-header .wrapper .inner {
    height: 55px;
  }
  .l-header .wrapper .inner .unit-head {
    height: auto;
    padding: 0 10px;
  }
  .l-header .wrapper .inner .unit-head .group-logo {
    width: 55%;
  }
  .l-header .wrapper .inner .unit-head .group-logo .logo {
    padding-left: 0;
  }
  .l-header .wrapper .inner .unit-head .group-logo .logo .img-logo {
    max-width: 120px;
    height: auto;
  }
  .l-header .wrapper .inner .unit-head .group-other .tel .btn, .l-header .wrapper .inner .unit-head .group-other .form .btn {
    width: 38px;
    height: 38px;
    border-radius: 5px;
  }
  .l-header .wrapper .inner .unit-head .group-other .tel .btn span, .l-header .wrapper .inner .unit-head .group-other .form .btn span {
    display: none;
  }
  .l-header .wrapper .inner .unit-head .group-other .tel .btn i, .l-header .wrapper .inner .unit-head .group-other .form .btn i {
    margin-right: 0;
    display: block;
  }
  .l-header .wrapper .inner .unit-head .group-other .tel .btn:hover, .l-header .wrapper .inner .unit-head .group-other .form .btn:hover {
    background-color: #243088;
  }
  .l-header .wrapper .inner .unit-head .group-other .tel .btn {
    color: #FFF;
    background-color: #243088;
  }
  .l-header .wrapper .inner .unit-head .group-other .tel .btn:hover {
    background-color: #243088;
  }
}
/****************************************
	Main Visual
*****************************************/
.l-hero {
  position: relative;
  margin-top: 100px;
}
.l-hero .unit-home {
  position: relative;
}
.l-hero .unit-home .group-image img {
  width: 100%;
}
.l-hero .unit-home .group-carousel {
  width: 100%;
}
.l-hero .unit-home .group-carousel .item-image {
  overflow: hidden;
}
.l-hero .unit-home .group-carousel .item-image .img-hero {
  width: 100%;
}
.l-hero .unit-foot .group-body {
  padding: 20px;
  background-color: #f7f7f7;
}
.l-hero .unit-foot .group-body .text {
  text-align: center;
}

/* [setting] */
/*　Slick　ドット変更　*/
.group-carousel .slick-dots {
  bottom: -30px;
}

.group-carousel .slick-dots li {
  width: 8px;
  height: 8px;
}
.group-carousel .slick-dots li button {
  width: 8px;
  height: 8px;
}
.group-carousel .slick-dots li button::before {
  background: #c9c9c9;
  width: 8px;
  height: 8px;
}
.group-carousel .slick-dots li.slick-active button::before {
  background: #243088;
}

/*　Slick　矢印色変更　*/
.main-image .carousel-hero .slick-prev:before,
.main-image .carousel-hero .slick-next:before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

/*　Slick　ロード中非表示　*/
.slick-slider {
  display: none;
}

.slick-slider.slick-initialized {
  display: block;
}

@media only screen and (max-width: 960px) {
  .l-hero {
    margin-top: 55px;
  }
  .l-hero .unit-foot .group-body {
    padding: 15px;
  }
  .l-hero .unit-foot .group-body .text {
    font-size: var(--15px);
  }
  .group-carousel .slick-dots, .carousel-photo .slick-dots {
    bottom: 15px;
    padding: 0 10px;
  }
  .carousel-photo .slick-dots {
    bottom: -15px;
  }
  .group-carousel .slick-dots li, .carousel-photo .slick-dots li {
    width: 6px;
    height: 6px;
  }
  .group-carousel .slick-dots li button, .carousel-photo .slick-dots li button {
    width: 6px;
    height: 6px;
  }
  .group-carousel .slick-dots li button::before, .carousel-photo .slick-dots li button::before {
    width: 6px;
    height: 6px;
  }
}
@media only screen and (max-width: 520px) {
  .l-hero .unit-foot .group-body {
    padding: 10px;
  }
  .l-hero .unit-foot .group-body .text {
    font-size: var(--14px);
  }
}
/****************************************
	Main (Common)
*****************************************/
main .sect {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
main .sect .wrapper .sect-header {
  width: 100%;
  position: relative;
  z-index: 1;
}
main .sect .wrapper .sect-header .sect-header-wrap {
  width: 100%;
  max-width: 1090px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
main .sect .wrapper .sect-header .sect-header-wrap .wrap {
  width: auto;
  text-align: center;
}
main .sect .wrapper .sect-header .sect-header-wrap .wrap > i {
  font-size: var(--40px);
}
main .sect .wrapper .sect-header .sect-header-wrap .wrap .main-title {
  font-weight: bold;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: var(--25px);
  letter-spacing: 0.1em;
  line-height: 1.25;
  padding: 10px 0;
}
main .sect .wrapper .sect-header .sect-header-wrap .wrap .sub-title {
  width: 100%;
  font-size: var(--15px);
}
main .sect .wrapper .sect-header.type-1 .sect-header-wrap {
  padding-bottom: 10px;
  border-bottom: 1px solid #243088;
}
main .sect .wrapper .sect-header.type-1 .sect-header-wrap .wrap {
  width: 100%;
}
main .sect .wrapper .sect-header.type-1 .sect-header-wrap .wrap .sub-title {
  color: #243088;
}
main .sect .wrapper .sect-header.type-1.noline .sect-header-wrap {
  padding-bottom: 0;
  border-bottom: 0;
}
main .sect .wrapper .sect-header.type-social .sect-header-wrap .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .sect .wrapper .sect-header.type-social .sect-header-wrap .wrap .main-title {
  color: #111111;
  margin-bottom: 10px;
}
main .sect .wrapper .sect-header.type-social .sect-header-wrap .wrap .btn-follow, main .sect .wrapper .sect-header.type-social .sect-header-wrap .wrap .id {
  width: auto;
  line-height: 1.25;
}
main .sect .wrapper .sect-header.type-social .sect-header-wrap .wrap .btn-follow {
  font-size: var(--14px);
  border-radius: 2em;
  background-color: #fc89a7;
  color: #FFF;
  padding: 0.25em 1em;
}
main .sect .wrapper .sect-header.type-social .sect-header-wrap .wrap .btn-follow:hover {
  background-color: #111111;
}
main .sect .wrapper .sect-header.type-social .sect-header-wrap .wrap .id {
  font-size: var(--15px);
  margin-left: 1em;
}
main .sect .wrapper .inner {
  position: relative;
  z-index: 1;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-200 {
  margin-bottom: 200px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-200 {
  padding-bottom: 200px;
}

@media only screen and (max-width: 960px) {
  _::-webkit-full-page-media, _:future, :root .home main {
    margin-bottom: 0;
  }
  main .sect .wrapper .sect-header {
    padding-left: 25px;
    padding-right: 25px;
  }
  main .sect .wrapper .sect-header .sect-header-wrap .wrap .main-title {
    font-size: var(--23px);
  }
  main .sect .wrapper .sect-header .sect-header-wrap .wrap .sub-title {
    font-size: var(--13px);
    line-height: 1.5;
  }
  main .sect .wrapper .sect-header.type-social .sect-header-wrap .wrap .main-title {
    margin-bottom: 8px;
  }
  main .sect .wrapper .sect-header.type-social .sect-header-wrap .wrap .btn-follow {
    font-size: var(--13px);
  }
  main .sect .wrapper .sect-header.type-social .sect-header-wrap .wrap .id {
    font-size: var(--13px);
  }
  .mt-10 {
    margin-top: 10px;
  }
  .mt-20 {
    margin-top: 15px;
  }
  .mt-30 {
    margin-top: 20px;
  }
  .mt-40 {
    margin-top: 30px;
  }
  .mt-50 {
    margin-top: 40px;
  }
  .mt-60 {
    margin-top: 45px;
  }
  .mt-70 {
    margin-top: 50px;
  }
  .mt-80 {
    margin-top: 55px;
  }
  .mt-90 {
    margin-top: 60px;
  }
  .mt-100 {
    margin-top: 70px;
  }
  .mt-150 {
    margin-top: 100px;
  }
  .mt-200 {
    margin-top: 150px;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .mb-20 {
    margin-bottom: 15px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
  .mb-50 {
    margin-bottom: 40px;
  }
  .mb-60 {
    margin-bottom: 45px;
  }
  .mb-70 {
    margin-bottom: 50px;
  }
  .mb-80 {
    margin-bottom: 55px;
  }
  .mb-90 {
    margin-bottom: 60px;
  }
  .mb-100 {
    margin-bottom: 70px;
  }
  .mb-150 {
    margin-bottom: 100px;
  }
  .mb-200 {
    margin-bottom: 150px;
  }
  .pt-10 {
    padding-top: 10px;
  }
  .pt-20 {
    padding-top: 15px;
  }
  .pt-30 {
    padding-top: 20px;
  }
  .pt-40 {
    padding-top: 30px;
  }
  .pt-50 {
    padding-top: 40px;
  }
  .pt-60 {
    padding-top: 45px;
  }
  .pt-70 {
    padding-top: 50px;
  }
  .pt-80 {
    padding-top: 55px;
  }
  .pt-90 {
    padding-top: 60px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pt-150 {
    padding-top: 100px;
  }
  .pt-200 {
    padding-top: 150px;
  }
  .pb-10 {
    padding-bottom: 10px;
  }
  .pb-20 {
    padding-bottom: 15px;
  }
  .pb-30 {
    padding-bottom: 20px;
  }
  .pb-40 {
    padding-bottom: 30px;
  }
  .pb-50 {
    padding-bottom: 40px;
  }
  .pb-60 {
    padding-bottom: 45px;
  }
  .pb-70 {
    padding-bottom: 50px;
  }
  .pb-80 {
    padding-bottom: 55px;
  }
  .pb-90 {
    padding-bottom: 60px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pb-150 {
    padding-bottom: 100px;
  }
  .pb-200 {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 520px) {
  main .sect .wrapper .sect-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  main .sect .wrapper .sect-header .sect-header-wrap .wrap .main-title {
    font-size: var(--18px);
    padding: 8px 0;
  }
  main .sect .wrapper .sect-header .sect-header-wrap .wrap .sub-title {
    font-size: var(--12px);
  }
  main .sect .wrapper .sect-header.type-social .sect-header-wrap .wrap .btn-follow {
    font-size: var(--12px);
  }
  main .sect .wrapper .sect-header.type-social .sect-header-wrap .wrap .id {
    font-size: var(--12px);
  }
  .mt-10 {
    margin-top: 5px;
  }
  .mt-20 {
    margin-top: 10px;
  }
  .mt-30 {
    margin-top: 15px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .mt-50 {
    margin-top: 25px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .mt-70 {
    margin-top: 35px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mt-90 {
    margin-top: 45px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .mt-150 {
    margin-top: 75px;
  }
  .mt-200 {
    margin-top: 100px;
  }
  .mb-10 {
    margin-bottom: 5px;
  }
  .mb-20 {
    margin-bottom: 10px;
  }
  .mb-30 {
    margin-bottom: 15px;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
  .mb-50 {
    margin-bottom: 25px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .mb-70 {
    margin-bottom: 35px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .mb-90 {
    margin-bottom: 45px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .mb-150 {
    margin-bottom: 75px;
  }
  .mb-200 {
    margin-bottom: 100px;
  }
  .pt-10 {
    padding-top: 5px;
  }
  .pt-20 {
    padding-top: 10px;
  }
  .pt-30 {
    padding-top: 15px;
  }
  .pt-40 {
    padding-top: 20px;
  }
  .pt-50 {
    padding-top: 25px;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pt-70 {
    padding-top: 35px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pt-90 {
    padding-top: 45px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pt-150 {
    padding-top: 75px;
  }
  .pt-200 {
    padding-top: 100px;
  }
  .pb-10 {
    padding-bottom: 5px;
  }
  .pb-20 {
    padding-bottom: 10px;
  }
  .pb-30 {
    padding-bottom: 15px;
  }
  .pb-40 {
    padding-bottom: 20px;
  }
  .pb-50 {
    padding-bottom: 25px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
  .pb-70 {
    padding-bottom: 45px;
  }
  .pb-80 {
    padding-bottom: 45px;
  }
  .pb-90 {
    padding-bottom: 35px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pb-150 {
    padding-bottom: 75px;
  }
  .pb-200 {
    padding-bottom: 100px;
  }
}
/****************************************
	Home (Page) .home
*****************************************/
.sm {
  font-size: 0.85em;
}

.lg {
  font-size: 1.2em;
}

.xl {
  font-size: 1.4em;
}

.home .sect-message .wrapper .inner .unit-sect-body {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .sect-message .wrapper .inner .unit-sect-body .group-image {
  width: 30%;
}
.home .sect-message .wrapper .inner .unit-sect-body .group-image img {
  width: 100%;
}
.home .sect-message .wrapper .inner .unit-sect-body .group-body {
  width: 66%;
}
.home .sect-message .wrapper .inner .unit-sect-body .group-body p {
  font-size: var(--17px);
  line-height: 2;
}
.home .sect-message .wrapper .inner .unit-sect-body .group-body p:nth-of-type(n+2) {
  margin-top: 2em;
}
.home .sect-message .wrapper .inner .unit-sect-body .group-body .sign {
  text-align: right;
}
.home .sect-business .wrapper {
  background-color: #f2f5f9;
}
.home .sect-business .wrapper .inner .unit-sect-body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .sect-business .wrapper .inner .unit-sect-body .group-body {
  /*width: 30%;
  margin-left: 1.666666%;
  margin-right: 1.666666%;*/
}
.home .sect-business .wrapper .inner .unit-sect-body .group-body:nth-child(n+4) {
  margin-top: 30px;
}
.home .sect-business .wrapper .inner .unit-sect-body .group-body .box-image img {
  width: 100%;
}
.home .sect-business .wrapper .inner .unit-sect-body .group-body .box-body p {
  font-size: var(--17px);
  line-height: 1.5;
  text-align: center;
}
.home .sect-about .wrapper .inner .unit-sect-body .group-body .list-01, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 {
  border-top: 1px solid #888;
}
.home .sect-about .wrapper .inner .unit-sect-body .group-body .list-01 dt, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-01 dd, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dt, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dd {
  padding: 1em 1.5em;
  border-bottom: 1px solid #888;
}
.home .sect-about .wrapper .inner .unit-sect-body .group-body .list-01 dt > p, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-01 dd > p, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dt > p, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dd > p {
  font-size: var(--17px);
  line-height: 1.5;
}
.home .sect-about .wrapper .inner .unit-sect-body .group-body .list-01 dt.nextmonth, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-01 dd.nextmonth, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dt.nextmonth, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dd.nextmonth {
  border-bottom: 0;
}
.home .sect-about .wrapper .inner .unit-sect-body .group-body .list-01 dt, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dt {
  width: 25%;
  background-color: #e5ecf3;
}
.home .sect-about .wrapper .inner .unit-sect-body .group-body .list-01 dt > p, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dt > p {
  font-weight: bold;
}
.home .sect-about .wrapper .inner .unit-sect-body .group-body .list-01 dt.head, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dt.head {
  width: 100%;
  background-color: #FFF;
}
.home .sect-about .wrapper .inner .unit-sect-body .group-body .list-01 dt.head > p, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dt.head > p {
  color: #243088;
}
.home .sect-about .wrapper .inner .unit-sect-body .group-body .list-01 dd, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dd {
  width: 75%;
}
.home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dt {
  width: 17%;
}
.home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dt > p {
  text-align: right;
}
.home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dd {
  width: 83%;
}
.home .sect-access .wrapper .inner .unit-sect-body .group-body iframe {
  width: 100%;
  height: 500px;
}

@media only screen and (max-width: 960px) {
  .home .sect-message .wrapper .inner .unit-sect-body .group-body p {
    font-size: var(--15px);
  }
  .home .sect-business .wrapper .inner .unit-sect-body .group-body:nth-child(n+4) {
    margin-top: 25px;
  }
  .home .sect-business .wrapper .inner .unit-sect-body .group-body .box-body {
    margin-top: 4px;
  }
  .home .sect-business .wrapper .inner .unit-sect-body .group-body .box-body p {
    font-size: var(--14px);
  }
  .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-01 dt > p, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-01 dd > p, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dt > p, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dd > p {
    font-size: var(--15px);
  }
  .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dt {
    width: 25%;
  }
  .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dd {
    width: 75%;
  }
  .home .sect-access .wrapper .inner .unit-sect-body .group-body iframe {
    height: 55vh;
  }
}
@media only screen and (max-width: 520px) {
  .home .sect-message .wrapper .inner .unit-sect-body .group-image {
    width: 100%;
    margin-top: 25px;
  }
  .home .sect-message .wrapper .inner .unit-sect-body .group-image img {
    width: 100%;
    margin: 0 auto;
  }
  .home .sect-message .wrapper .inner .unit-sect-body .group-body {
    width: 100%;
  }
  .home .sect-message .wrapper .inner .unit-sect-body .group-body p {
    font-size: var(--14px);
  }
  .home .sect-message .wrapper .inner .unit-sect-body .group-body p br {
    display: none;
  }
  .home .sect-business .wrapper .inner .unit-sect-body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home .sect-business .wrapper .inner .unit-sect-body .group-body {
    margin-left: 0;
    margin-right: 0;
  }
  .home .sect-business .wrapper .inner .unit-sect-body .group-body:nth-child(n+3) {
    margin-top: 20px;
  }
  .home .sect-business .wrapper .inner .unit-sect-body .group-body .box-body p {
    font-size: var(--13px);
  }
  .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-01 dt, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-01 dd, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dt, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dd {
    padding: 10px;
  }
  .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-01 dt > p, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-01 dd > p, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dt > p, .home .sect-about .wrapper .inner .unit-sect-body .group-body .list-02 dd > p {
    font-size: var(--13px);
  }
  .home .sect-access .wrapper .inner .unit-sect-body .group-body iframe {
    height: 60vh;
  }
}
/****************************************
	Footer / Back to Top
*****************************************/
.back-to-top {
  position: sticky;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: right;
  margin-left: auto;
}
.back-to-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  color: #FFF;
  background-color: #243088;
  line-height: 1;
}
.back-to-top a i {
  font-size: 30px;
  font-weight: bold;
}
.back-to-top a:hover {
  background-color: #e5ecf3;
}

.l-footer .wrapper.t-footer-bg-1 {
  background-color: #fff;
}
.l-footer .wrapper.t-footer-bg-2 {
  background-color: #243088;
}
.l-footer .wrapper .inner .unit-footer-top {
  padding: 30px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer .wrapper .inner .unit-footer-top .area-l {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer .wrapper .inner .unit-footer-top .area-l .group-logo {
  width: auto;
  margin-right: 30px;
}
.l-footer .wrapper .inner .unit-footer-top .area-l .group-logo .img-logo {
  width: 100%;
  max-width: 200px;
}
.l-footer .wrapper .inner .unit-footer-top .area-l .group-about {
  width: auto;
}
.l-footer .wrapper .inner .unit-footer-top .area-l .group-about .text {
  font-size: var(--14px);
  line-height: 1.5;
  color: #243088;
}
.l-footer .wrapper .inner .unit-footer-btm {
  padding: 30px 0;
}
.l-footer .wrapper .inner .unit-footer-btm .group-copyright {
  width: 100%;
  text-align: center;
}
.l-footer .wrapper .inner .unit-footer-btm .group-copyright .box-copyright .copyright {
  color: #FFF;
  font-size: var(--12px);
  line-height: 1.25;
  font-family: "Noto Sans", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Font Awesome 5 Free";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer .wrapper .inner .unit-footer-btm .group-copyright .box-copyright .copyright .cr-mark {
  font-size: 1.2em;
  margin-right: 0.25em;
}
.l-footer .wrapper .inner .unit-footer-btm .group-copyright .box-copyright .copyright .cr-name {
  font-size: 1em;
}
.l-footer .wrapper .inner .unit-footer-btm .group-copyright .box-created {
  margin-top: 3px;
}
.l-footer .wrapper .inner .unit-footer-btm .group-copyright .box-created .created {
  line-height: 1.25;
  font-family: "Noto Sans", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Font Awesome 5 Free";
}
.l-footer .wrapper .inner .unit-footer-btm .group-copyright .box-created .created a {
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
  font-size: var(--12px);
}
.l-footer .wrapper .inner .unit-footer-btm .group-copyright .box-created .created a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 960px) {
  .back-to-top {
    display: none;
  }
  .l-footer .wrapper .inner .unit-footer-top .area-l {
    width: 100%;
  }
  .l-footer .wrapper .inner .unit-footer-top .area-l .group-logo {
    width: 100%;
    margin-right: 0;
  }
  .l-footer .wrapper .inner .unit-footer-top .area-l .group-logo .img-logo {
    max-width: 150px;
  }
  .l-footer .wrapper .inner .unit-footer-top .area-l .group-about {
    width: 100%;
    margin-top: 15px;
  }
  .l-footer .wrapper .inner .unit-footer-top .area-l .group-about .text {
    font-size: var(--13px);
  }
  .l-footer .wrapper .inner .unit-footer-top .area-r {
    width: 100%;
    margin-top: 20px;
  }
  .l-footer .wrapper .inner .unit-footer-top .area-r .group-qr .img-qr {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-footer .wrapper .inner .unit-footer-btm .group-copyright .box-copyright .copyright {
    font-size: var(--11px);
  }
  .l-footer .wrapper .inner .unit-footer-btm .group-copyright .box-created .created a {
    font-size: var(--11px);
  }
}
@media only screen and (max-width: 520px) {
  .l-footer .wrapper .inner .unit-footer-top .area-l .group-logo .img-logo {
    max-width: 120px;
  }
  .l-footer .wrapper .inner .unit-footer-top .area-r .group-qr .title {
    font-size: var(--14px);
    margin-bottom: 10px;
  }
  .l-footer .wrapper .inner .unit-footer-top .area-r .group-qr .img-qr {
    width: 160px;
  }
}