@charset "UTF-8";
/* ==============================================================================================
@@CSS RESET
============================================================================================== */
@import url("template/space.css");
* {
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html,
body {
  font-size: 62.5%;
  height: 100%;
}

html.hov_ a,
body.hov_ a {
  cursor: none;
}

@media screen and (min-width: 1800px) {
  html,
body {
    font-size: 70%;
  }
}
@media screen and (max-width: 768px) {
  html,
body {
    font-size: 62.5%;
  }
}
body {
  display: block;
  line-height: 1;
  text-align: left;
  width: 100% !important;
  background: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: normal;
  letter-spacing: 0.08em;
  font-family: var(--ff-gt);
  font-style: normal;
  font-size: var(--fz-l);
  text-align: center;
  color: var(--color-black5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 667px) {
  body {
    max-width: 767px !important;
    min-width: 0 !important;
    width: 100% !important;
    height: 100%;
    overflow-x: hidden !important;
    padding-top: 0;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

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

::-moz-selection {
  background: #a7a7a7;
  color: #fff;
}

::selection {
  background: #a7a7a7;
  color: #fff;
}

::-moz-selection {
  background: #a7a7a7;
  color: #fff;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

template {
  display: none;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 100%;
  margin: 0px;
  padding: 0px;
}

strong,
b {
  font-weight: bold;
}

object {
  pointer-events: none;
}

img {
  border: none;
  vertical-align: bottom;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg {
  fill: currentColor;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a * {
  cursor: pointer;
}

a,
input,
select,
textarea,
button,
a object,
a img,
button span,
a .c-button,
.u-hvr {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

a:hover,
input:hover,
select:hover,
textarea:hover,
button:hover,
a object:hover,
a img:hover,
button span:hover,
a .c-button:hover,
.u-hvr:hover {
  -webkit-transition: none;
  transition: none;
}

.lte-Android4 * {
  -webkit-transition: none !important;
  transition: none !important;
}

ol li {
  list-style: none;
}

ul li {
  list-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=checkbox]:focus,
textarea:focus,
label:focus,
select {
  outline: 0;
}

select::-ms-expand {
  display: none;
}

:-moz-placeholder-shown {
  color: #777;
  font-family: gothic, serif;
}

:-ms-input-placeholder {
  color: #777;
  font-family: gothic, serif;
}

:placeholder-shown {
  color: #777;
  font-family: gothic, serif;
}

::-webkit-input-placeholder {
  color: #777;
  font-family: gothic, serif;
}

:-ms-input-placeholder {
  color: #777;
  font-family: gothic, serif;
}

::-ms-input-placeholder {
  color: #777;
  font-family: gothic, serif;
}

::-moz-placeholder {
  color: #777;
  font-family: gothic, serif;
}

::placeholder {
  color: #777;
  font-family: gothic, serif;
}

:-ms-input-placeholder {
  color: #777;
  font-family: gothic, serif;
}

:-moz-placeholder {
  color: #777;
  font-family: gothic, serif;
}

::-moz-placeholder {
  color: #777;
  font-family: gothic, serif;
}

::-webkit-input-placeholder {
  color: #777;
  font-family: gothic, serif;
}

iframe {
  width: 100%;
  border: none;
  outline: none;
}

ruby {
  display: inline-table;
  border: none;
  white-space: nowrap;
  vertical-align: text-bottom;
  text-align: center;
  line-height: 100%;
}

ruby rt {
  display: table-header-group;
  font-size: 50%;
  text-align: center;
  line-height: 100%;
}

ruby ruby rt {
  display: table-footer-group;
  font-size: 50%;
  line-height: 100%;
}

ruby rp {
  display: none;
}

dl dt {
  font-weight: bold;
}

body > span {
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
}

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  height: 4.2rem;
  font-size: 1.4rem;
  background: #fff;
  border: none;
  border: 1px solid #dbdbdb;
  padding: 0 1.5rem;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  select {
    background: #eeeeee;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
/* ==============================================================================================
@@LAYOUT
============================================================================================== */
/*余白
-------------------------------------------------------------------------*/
/*コンテンツ幅*/
.l-main-wrapper {
  width: 82.3%;
  margin: 0 auto;
  max-width: 110rem;
}

@media screen and (max-width: 1023px) {
  .l-main-wrapper {
    width: calc(100% - 6.4rem);
  }
}
@media screen and (max-width: 767px) {
  .l-main-wrapper {
    width: calc(100% - 4.8rem);
  }
}
.l-nesting-wrapper {
  width: 82.3%;
  margin: 0 auto;
  max-width: 92.8rem;
}

@media screen and (max-width: 1023px) {
  .l-nesting-wrapper {
    width: calc(100% - 6.4rem);
  }
}
@media screen and (max-width: 767px) {
  .l-nesting-wrapper {
    width: calc(100% - 4.8rem);
  }
}
/*上下余白*/
.u-block-padding {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}

@media screen and (max-width: 767px) {
  .u-block-padding {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.u-block-padding.-type2 {
  padding-top: 9.6rem;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .u-block-padding.-type2 {
    padding-top: 6.4rem;
  }
}
.u-block-padding.-type3 {
  padding-top: 12rem;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .u-block-padding.-type3 {
    padding-top: 8rem;
  }
}
/*要素間余白*/
.u-interval > div + div,
.u-interval > div + p,
.u-interval > p + div,
.u-interval > p + p,
.u-interval > div + ul,
.u-interval > ul + div,
.u-interval > ul + ul,
.u-interval > div + ol,
.u-interval > ol + div,
.u-interval > ol + ol {
  margin-top: 4rem;
}

@media screen and (max-width: 1026px) {
  .u-interval > div + div,
.u-interval > div + p,
.u-interval > p + div,
.u-interval > p + p,
.u-interval > div + ul,
.u-interval > ul + div,
.u-interval > ul + ul,
.u-interval > div + ol,
.u-interval > ol + div,
.u-interval > ol + ol {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .u-interval > div + div,
.u-interval > div + p,
.u-interval > p + div,
.u-interval > p + p,
.u-interval > div + ul,
.u-interval > ul + div,
.u-interval > ul + ul,
.u-interval > div + ol,
.u-interval > ol + div,
.u-interval > ol + ol {
    margin-top: 2.4rem;
  }
}
/*flex
-------------------------------------------------------------------------*/
/*space-between ■_■*/
.u-flex-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.u-flex-sb.-al-st {
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
}
.u-flex-sb.-al-en {
  -webkit-box-align: end;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .u-flex-sb.-sp-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/*center _■_*/
.u-flex-ce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.u-flex-ce.-al-st {
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
}
.u-flex-ce.-al-en {
  -webkit-box-align: end;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .u-flex-ce.-sp-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/*flex-start ■__*/
.u-flex-fs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.u-flex-fs.-al-st {
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
}
.u-flex-fs.-al-en {
  -webkit-box-align: end;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .u-flex-fs.-sp-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/*flex-end __■*/
.u-flex-fe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.u-flex-fe.-al-st {
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
}
.u-flex-fe.-al-en {
  -webkit-box-align: end;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .u-flex-fe.-sp-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/*column
-------------------------------------------------------------------------*/
.c-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .c-column.-col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-column .c-column__block:last-child {
  margin-right: 0 !important;
}

/*カラム3・ガター4rem*/
.c-column.-col3.-s40 .c-column__block {
  width: calc(33.3% - 2.66rem);
  margin-right: 4rem;
}

@media screen and (max-width: 1023px) {
  .c-column.-col3.-s40 .c-column__block {
    width: calc(33.3% - 2.13rem);
    margin-right: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-column.-col3.-s40 .c-column__block {
    width: 100%;
    margin-right: 0;
  }

  .c-column.-col3.-s40 .c-column__block + .c-column__block {
    margin-top: 4.8rem;
  }
}
/*カラム4・ガター3.2rem*/
.c-column.-col4.-s32 .c-column__block {
  width: calc(25% - 2.4rem);
  margin-right: 3.2rem;
}

@media screen and (max-width: 1023px) {
  .c-column.-col4.-s32 .c-column__block {
    width: calc(25% - 1.8rem);
    margin-right: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-column.-col4.-s32 .c-column__block {
    width: calc(50% - 0.8rem);
    margin-right: 1.6rem;
    margin-top: 2.4rem;
  }

  .c-column.-col4 .c-column__block:nth-child(even) {
    margin-right: 0 !important;
  }
}
/* @media screen
-----------------------------------------------------------------*/
.visible-small-less,
.visible-small,
.visible-medium,
.visible-large,
.visible-medium-less {
  display: none !important;
}

.visible-small-less-block,
.visible-small-less-inline,
.visible-small-less-inline-block,
.visible-small-block,
.visible-small-inline,
.visible-small-inline-block,
.visible-medium-block,
.visible-medium-inline,
.visible-medium-inline-block,
.visible-large-block,
.visible-large-inline,
.visible-large-inline-block {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .visible-small-less {
    display: block !important;
  }

  table.visible-small-less {
    display: table;
  }

  tr.visible-small-less {
    display: table-row !important;
  }

  th.visible-small-less,
td.visible-small-less {
    display: table-cell !important;
  }
}
@media screen and (max-width: 768px) {
  .visible-small-less-block {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .visible-small-less-inline {
    display: inline !important;
  }
}
@media screen and (max-width: 768px) {
  .visible-small-less-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-small {
    display: block !important;
  }

  table.visible-small {
    display: table;
  }

  tr.visible-small {
    display: table-row !important;
  }

  th.visible-small,
td.visible-small {
    display: table-cell !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-small-block {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-small-inline {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-small-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1024px) {
  .visible-medium-less {
    display: block !important;
  }

  table.visible-medium-less {
    display: table;
  }

  tr.visible-medium-less {
    display: table-row !important;
  }

  th.visible-medium-less,
td.visible-medium-less {
    display: table-cell !important;
  }
}
@media screen and (max-width: 1024px) {
  .visible-medium-less-block {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .visible-medium-less-inline {
    display: inline !important;
  }
}
@media screen and (max-width: 1024px) {
  .visible-medium-less-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .visible-medium {
    display: block !important;
  }

  table.visible-medium {
    display: table;
  }

  tr.visible-medium {
    display: table-row !important;
  }

  th.visible-medium,
td.visible-medium {
    display: table-cell !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .visible-medium-block {
    display: block !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .visible-medium-inline {
    display: inline !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .visible-medium-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1280px) {
  .visible-large {
    display: block !important;
  }

  table.visible-large {
    display: table;
  }

  tr.visible-large {
    display: table-row !important;
  }

  th.visible-large,
td.visible-large {
    display: table-cell !important;
  }
}
@media screen and (min-width: 1280px) {
  .visible-large-block {
    display: block !important;
  }
}
@media screen and (min-width: 1280px) {
  .visible-large-inline {
    display: inline !important;
  }
}
@media screen and (min-width: 1280px) {
  .visible-large-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .hidden-small-less {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hidden-small {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .hidden-medium-less {
    display: none !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .hidden-medium {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .hidden-large {
    display: none !important;
  }
}
@media screen and (max-width: 490px) {
  .hidden-xsmall-less {
    display: none !important;
  }
}
.hidden-before::before {
  display: none !important;
}

.hidden-after::after {
  display: none !important;
}

.u-ib {
  display: inline-block;
}

/* ==============================================================================================
@@COLOR
============================================================================================== */
/*変数
-------------------------------------------------------------------------*/
:root {
  /*基本色*/
  --color-white: #fff;
  --color-white_uni: #FFFDFB;
  --color-black_0: #000;
  --color-black_1: #111;
  --color-black_3: #333;
  --color-black_5: #555;
  --color-black_7: #777;
  --color-black_9: #999;
  --color-glay_line1: #e3e3e3;
  --color-glay_line2: #c0c0c0;
  --color-glay_bg: #fafafa;
  /*テーマ色*/
  --color-main: #266C2A;
  --color-main-dark: #000;
  --color-main-bright: #000;
  --color-main-bg1: #E3F8E4;
  --color-main-bg1: #000;
  --color-main-bg1: #000;
  --color-main-line: #549657;
  /*アクセント色*/
  --color-accent: #F59F56;
  --color-accent-dark: #000;
  --color-accent-bright: #000;
  --color-accent-bg1: #000;
  --color-accent-bg1: #000;
  --color-accent-bg1: #000;
  --color-accent-line: #000;
  /*サブ色*/
  --color-accent: #000;
  --color-accent-dark: #000;
  --color-accent-bright: #000;
  --color-accent-bg1: #000;
  --color-accent-bg1: #000;
  --color-accent-bg1: #000;
  --color-accent-line: #000;
  /*その他*/
  --color-strong: #BE5050;
  --color-link: #506FBE;
}

/* ==============================================================================================
@@FONT
============================================================================================== */
/*変数
-------------------------------------------------------------------------*/
:root {
  /*フォントサイズ*/
  --fz-xs: 1.2rem;
  --fz-s: 1.3rem;
  --fz-m: 1.4rem;
  --fz-l: 1.6rem;
  --fz-ll: 1.8rem;
  /*デフォルト*/
  --ff-main: "Montserrat","Roboto", "Helvetica Neue", "Helvetica","Segoe UI", YakuHanJP_Noto, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans","メイリオ",Meiryo, "Yu Gothic","游ゴシック",sans-serif;
  /*Noto sans JP*/
  --ff-gt: "Roboto", "Helvetica Neue", "Helvetica","Segoe UI", YakuHanJP_Noto, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans","メイリオ",Meiryo, "Yu Gothic","游ゴシック",sans-serif;
  /*Noto serif JP*/
  --ff-mi: "Times New Roman","Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho","游明朝","MS P", "MS PMincho", serif;
  /*Roboto*/
  /*Roboto*/
  --ff-se: "Times New Roman","Roboto", "Helvetica Neue", "Helvetica", Arial, serif;
  /*日本語*/
  --ff-ja:YakuHanJP_Noto, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans","メイリオ",Meiryo, "Yu Gothic","游ゴシック",sans-serif;
  /*英字*/
  --ff-en: "Montserrat","Roboto", "Helvetica Neue", "Helvetica",Arial, sans-serif;
  /*游明朝体*/
  /*--ff-jm: "YuMincho", serif;
  --ff-jm-l: "游明朝体 Pr6N L", "Yu Mincho Pr6N L", "游明朝体 L", YuMincho L,
    "游明朝体", "Yu Mincho", serif;
  --ff-jm-r: "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "游明朝体 R", YuMincho R,
    "游明朝体", "Yu Mincho", serif;
  --ff-jm-m: "游明朝体 Pr6N M", "Yu Mincho Pr6N M", "游明朝体 M", YuMincho M,
    "游明朝体", "Yu Mincho", serif;
  --ff-jm-d: "游明朝体 Pr6N D", "Yu Mincho Pr6N D", "游明朝体 D", YuMincho D,
    "游明朝体", "Yu Mincho", serif;
  --ff-jm-b: "游明朝体 StdN B", "Yu Mincho StdN B", "游明朝体 B", YuMincho B,
    "游明朝体", "Yu Mincho", serif;
  --ff-jm-e: "游明朝体 StdN E", "Yu Mincho StdN E", "游明朝体 E", YuMincho E,
    "游明朝体", "Yu Mincho", serif;*/
  /*游ゴシック体*/
  /*--ff-jg: "游ゴシック体 Pr6N", "Yu Gothic Pr6N", "游ゴシック体", YuGothic,
    "游ゴシック", "Yu Gothic";
  --ff-jg-l: "游ゴシック体 Pr6N L", "Yu Gothic Pr6N L", "游ゴシック体 L",
    YuGothic L, "游ゴシック", "Yu Gothic", sans-serif;
  --ff-jg-r: "游ゴシック体 Pr6N R", "Yu Gothic Pr6N R", "游ゴシック体 R",
    YuGothic R, "游ゴシック", "Yu Gothic", sans-serif;
  --ff-jg-m: "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M", "游ゴシック体 M",
    YuGothic M, "游ゴシック", "Yu Gothic", sans-serif;
  --ff-jg-d: "游ゴシック体 Pr6N D", "Yu Gothic Pr6N D", "游ゴシック体 D",
    YuGothic D, "游ゴシック", "Yu Gothic", sans-serif;
  --ff-jg-b: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "游ゴシック体 B",
    YuGothic B, "游ゴシック", "Yu Gothic", sans-serif;
  --ff-jg-e: "游ゴシック体 StdN E", "Yu Gothic StdN E", "游ゴシック体 E",
    YuGothic E, "游ゴシック", "Yu Gothic", sans-serif;
  --ff-jg-h: "游ゴシック体 StdN H", "Yu Gothic StdN H", "游ゴシック体 H",
    YuGothic H, "游ゴシック", "Yu Gothic", sans-serif;
  --ff-es: "Helvetica Neue", "Helvetica", sans-serif;*/
}

@media screen and (max-width: 1023px) {
  :root {
    /*フォントサイズ(SP)*/
    --fz-xs: 1.2rem;
    --fz-s: 1.3rem;
    --fz-m: 1.3rem;
    --fz-l: 1.5rem;
    --fz-ll: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  :root {
    /*フォントサイズ(SP)*/
    --fz-xs: 1.2rem;
    --fz-s: 1.2rem;
    --fz-m: 1.3rem;
    --fz-l: 1.4rem;
    --fz-ll: 1.6rem;
  }
}
/*フォントタイプ
-------------------------------------------------------------------------*/
body {
  font-family: var(--ff-main);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fz-l);
  line-height: 175%;
  text-align: left;
  letter-spacing: 0.05em;
  color: var(--color-white_uni);
}

/*見出し2*/
.c-font-h2 {
  font-family: var(--ff-gt);
  font-style: normal;
  font-weight: 500;
  font-size: 3rem;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color-black3);
  margin-bottom: -0.25em;
}

@media screen and (max-width: 767px) {
  .c-font-h2 {
    font-size: 2.2rem;
  }
}
/*見出し2 サブ英字*/
.c-font-h2-sub {
  font-family: var(--ff-ss);
  font-style: normal;
  font-weight: 500;
  font-size: var(--fz-ll);
  line-height: 150%;
  text-align: center;
  letter-spacing: 0em;
  color: var(--color-main-dark);
}

@media screen and (max-width: 767px) {
  .c-font-h2-sub {
    font-size: 1.4rem;
  }
}
/*見出し3*/
.c-font-h3 {
  font-family: var(--ff-gt);
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color-black3);
}

@media screen and (max-width: 767px) {
  .c-font-h3 {
    font-size: 1.6rem;
  }
}
/*見出し4*/
.c-font-h4 {
  font-family: var(--ff-gt);
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color-black3);
}

@media screen and (max-width: 767px) {
  .c-font-h4 {
    font-size: 1.5rem;
  }
}
/*リード文*/
.c-font-lead {
  font-family: var(--ff-gt);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fz-ll);
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color-black5);
}

@media screen and (max-width: 767px) {
  .c-font-lead {
    font-size: 1.4rem;
  }
}
/*本文*/
.c-font-text {
  font-family: var(--ff-main);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fz-l);
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.07em;
  color: var(--color-black5);
}

/*本文小見出し*/
.c-font-text-th {
  font-family: var(--ff-gt);
  font-style: normal;
  font-weight: 500;
  font-size: var(--fz-l);
  line-height: 175%;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color-black5);
}

/*タイトル*/
.c-font-title {
  font-family: var(--ff-gt);
  font-style: normal;
  font-weight: 500;
  font-size: var(--fz-ll);
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color-black3);
}

/*注釈*/
.c-font-notice {
  font-family: var(--ff-main);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fz-m);
  line-height: 175%;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color-black9);
}

/*ヘッダーナビゲーション*/
.c-font-header-nav {
  font-style: normal;
  font-weight: bold;
  font-size: var(--fz-m);
  line-height: 175%;
  text-align: center;
  letter-spacing: 0em;
  color: var(--color-white_uni);
}

/*キャッチコピー*/
.c-font-copy {
  font-family: var(--ff-mi);
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color-main);
}

@media screen and (max-width: 1023px) {
  .c-font-copy {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-font-copy {
    font-size: 2.1rem;
  }
}
/*見出し
-------------------------------------------------------------------------*/
.c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.c-heading .main {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.07em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 1360px) {
  .c-heading .main {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-heading .main {
    font-size: 2.4rem;
  }
}
.c-heading .main::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 3.4rem;
  background-color: #D9D9D9;
  opacity: 0.6;
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-heading .main::after {
    height: 2rem;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}
.c-heading .sub {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1360px) {
  .c-heading .sub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-heading .sub {
    font-size: 1.6rem;
  }
}

/*h2*/
.c-h2 {
  text-align: center;
}

/*h3*/
.c-h3 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-h3 h3::after {
  content: "";
  display: block;
  height: 0.2rem;
  width: 4rem;
  background-color: var(--color-main);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .c-h3 h3::after {
    width: 2.4rem;
    margin-top: 1.2rem;
  }
}
/*アニメーション
-------------------------------------------------------------------------*/
/*下線アニメーション*/
.u-line-anime {
  position: relative;
  display: inline-block;
}

.u-line-anime::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  /*margin-top: 0.2rem;*/
  background-color: var(--color-main-dark);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.u-line-anime:hover::after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

/*下線アニメーション（hover時出現）*/
.u-line-anime-rev::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0.2rem;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.u-line-anime-rev:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.l-header__nav .u-line-anime-rev::after {
  background-color: var(--color-header-main);
}

.l-footer__nav .u-line-anime-rev::after {
  background-color: var(--color-footer-main);
}

/*フォントファミリー
-------------------------------------------------------------------------*/
.c-ff-gt {
  font-family: var(--ff-gt);
}

.c-ff-mi {
  font-family: var(--ff-mi);
}

.c-ff-se {
  font-family: var(--ff-se);
}

.c-ff-ss {
  font-family: var(--ff-ss);
}

/* ==============================================================================================
@@IMAGE
============================================================================================== */
.c-object-fit {
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==============================================================================================
@@PARTS
============================================================================================== */
/*ボタン
-------------------------------------------------------------------------*/
/*基本ボタン*/
.c-button {
  text-align: center;
  background-color: var(--color-main);
  line-height: 100%;
  color: var(--color-white);
  display: block;
  border-radius: 10rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 0.1rem var(--color-main);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

.c-button:hover {
  background-color: var(--color-white);
  color: var(--color-main);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

.c-button span {
  padding: 1em 2.4em;
}

@media screen and (max-width: 1023px) {
  .c-button span {
    padding: 1.2em 2.4em;
  }
}
/*スクロールダウン表示
-------------------------------------------------------------------------*/
.c-scroll-down {
  display: inline-block;
  /*position: fixed;*/
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 200px;
  overflow: hidden;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--ff-ss);
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

@media screen and (max-width: 1300px) {
  .c-scroll-down {
    position: absolute;
    padding: 10px 10px 130px;
    right: 30px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-scroll-down {
    padding: 10px 10px 120px;
    right: 30px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-scroll-down {
    display: none;
  }
}
/*.js-fade-out {
  display: none;
}*/
/*@media screen and (max-width: 1300px) {
	.js-fade-out {
		display: inline-block;
		opacity: 0;
 -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
	}
}*/
.js-fade-out {
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.c-scroll-down::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 190px;
  background: rgba(255, 255, 255, 0.4);
}

.c-scroll-down::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 190px;
  background: #fff;
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@media screen and (max-width: 1300px) {
  .c-scroll-down::before {
    bottom: 9rem;
    height: 120px;
  }

  .c-scroll-down::after {
    bottom: 9rem;
    height: 120px;
  }
}
@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@media screen and (max-width: 1300px) {
  .c-scroll-down::before,
.c-scroll-down::after {
    bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-scroll-down::before,
.c-scroll-down::after {
    height: 11rem;
  }
}
/*リスト・箇条書き
-------------------------------------------------------------------------*/
.c-list-circle ul li {
  position: relative;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .c-list-circle ul li {
    margin-left: 1.3rem;
  }
}
.c-list-circle ul li::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--color-white_uni);
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 45%;
  left: -1.4rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-list-circle ul li::before {
    width: 0.4rem;
    height: 0.4rem;
    left: -1rem;
  }
}
.c-list-circle ul li + li {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-list-circle ul li + li {
    margin-top: 0.6rem;
  }
}

/*数字円囲み*/
.c-list-num::before {
  font-family: var(--ff-ss);
  color: #fff;
  font-size: var(--fz-m);
  background-color: var(--color-main);
  display: inline-block;
  width: 2.3rem;
  height: 2.3rem;
  line-height: 2.3rem;
  border-radius: 50%;
  background-size: contain;
  text-align: center;
  margin-right: 0.6rem;
  margin-top: -0.2rem;
}

.c-list-num.-num1::before {
  content: "1";
}

.c-list-num.-num2::before {
  content: "2";
}

.c-list-num.-num3::before {
  content: "3";
}

.c-list-num.-num4::before {
  content: "4";
}

.c-list-num.-num5::before {
  content: "5";
}

.c-list-num.-num6::before {
  content: "6";
}

.c-list-num.-num7::before {
  content: "7";
}

.c-list-num.-num8::before {
  content: "8";
}

.c-list-num.-num9::before {
  content: "9";
}

@media screen and (max-width: 1023px) {
  .c-list-num::before {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    margin-right: 0.5rem;
  }
}
/*@media screen and (max-width: 767px) {
.c-list-circle::before {
	width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
	margin-right: 0.4rem;
}
}*/
/* ==============================================================================================
@@BLOCK
============================================================================================== */
/*表 table
-------------------------------------------------------------------------*/
.c-table a,
.c-table02 a {
  color: blue;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.c-table a:hover,
.c-table02 a:hover {
  opacity: 0.8;
}

.c-table {
  width: 100%;
  border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
  border-top: 1px solid #e2e2e2;
}

.c-table.-small th {
  padding: 1.3rem 0;
}

@media screen and (max-width: 768px) {
  .c-table.-small th {
    padding: 1.2rem 0 0;
  }
}
.c-table.-small td {
  padding: 1.3rem 0;
}

@media screen and (max-width: 768px) {
  .c-table.-small td {
    padding: 0.3rem 0 1.2rem;
  }
}
.c-table th,
.c-table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .c-table th,
.c-table td {
    width: 100% !important;
    display: block;
    font-size: 1.2rem;
  }
}
.c-table th {
  width: 33.33%;
  padding: 2rem 0;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .c-table th {
    padding: 1.2rem 0 0;
    border-bottom: 0;
  }
}
.c-table td {
  width: 77.77%;
  padding: 2rem 0;
}

@media screen and (max-width: 768px) {
  .c-table td {
    padding: 0.3rem 0 1.2rem;
  }
}
/* c-table02
---------------------------------------------------------------- */
.c-table02 {
  width: 100%;
  border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
}

.c-table02 th,
.c-table02 td {
  padding: 2.4rem 0 2.4rem 2.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: var(--fz-l);
  line-height: 1.5;
  letter-spacing: 0.08em;
  vertical-align: top;
  text-align: left;
  color: var(--color-black5);
  border-top: 1px dotted var(--color-main-line);
}

@media screen and (max-width: 768px) {
  .c-table02 th,
.c-table02 td {
    width: 100% !important;
    display: block;
    padding: 1.2rem;
    /*font-size: 1.2rem; */
  }
}
.c-table02 th {
  width: 22%;
}

.c-table02 td {
  width: 78%;
}

@media screen and (max-width: 768px) {
  .c-table02 td {
    border-top: 0;
  }
}
.c-table02 tr:last-child th {
  border-bottom: 1px dotted var(--color-main-line);
}
@media screen and (max-width: 767px) {
  .c-table02 tr:last-child th {
    border-bottom: none;
  }
}

.c-table02 tr:last-child td {
  border-bottom: 1px dotted var(--color-main-line);
}

/* マップ c-map
---------------------------------------------------------------- */
.c-map {
  width: 100%;
  padding-top: 46.5367%;
  position: relative;
  border: 1px solid var(--color-border);
}

@media screen and (max-width: 767px) {
  .c-map {
    padding-top: 61.8%;
  }
}
@media screen and (max-width: 500px) {
  .c-map {
    padding-top: 100%;
  }
}
.c-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==============================================================================================
@@JS関連
============================================================================================== */
/* ふわっと出現
---------------------------------------------------------------- */
.fade-in {
  opacity: 0;
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
@media screen and (max-width: 767px) {
  .fade-in.-sp-hidden {
    opacity: 1;
  }
}

.fade-in-up {
  -webkit-transform: translate(0, 10rem);
          transform: translate(0, 10rem);
}
@media screen and (max-width: 767px) {
  .fade-in-up.-sp-hidden {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}