@charset "UTF-8";
/* ================================================= 
reset setting
================================================= */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a:not(.arap) {
  color: #0275d8;
  text-decoration: none;
}

a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, select, textarea {
  line-height: inherit;
}

input[type=checkbox]:disabled, input[type=radio]:disabled {
  cursor: not-allowed;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

/* ================================================= 
base setting
================================================= */
html {
  height: 100%;
  font-size: 62.5%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  color: #3e3e3e;
  line-height: 1.8;
  text-align: left;
  width: 100%;
  height: 100%;
  word-wrap: break-word;
  /*word-break:break-all;*/
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.4;
}

p, figure {
  margin: 0;
}

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

.arap {
  color: #3e3e3e;
}
.arap:hover {
  color: #0066cc;
}

a:not(.arap), a:link {
  text-decoration: none;
  color: #0066cc;
  transition: all 0.4s;
}
a:not(.arap).tel_link, a:link.tel_link {
  color: #333;
}
@media screen and (max-width: 767px) {
  a:not(.arap).tel_link, a:link.tel_link {
    color: #0066cc;
  }
}

a.link_txt {
  color: #0066cc !important;
  text-decoration: underline;
}

a:hover, a.link_txt:hover {
  color: #ccc;
}

a:hover:not(.bnrLink) img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

a.blank:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 15px;
  vertical-align: middle;
  background: url(../images/common/blank.svg) no-repeat;
  background-size: 10px 10px;
}

a.map-link {
  display: inline-block;
  color: #e4007f;
  font-size: 1.1em;
  margin-top: 0.25em;
  padding: 2px 0 2px 22px;
  background: url(../images/common/icon_map.svg) no-repeat left center;
  background-size: 16px auto;
}
a.map-link:hover {
  text-decoration: underline;
}

.img-wrap img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* iframe */
video {
  width: 100%;
  outline: none;
}

.ggmap {
  position: relative;
  padding-top: 46.25%;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.indoor {
  position: relative;
  padding-top: 32.25%;
  height: 0;
  overflow: hidden;
}
.indoor iframe,
.indoor object,
.indoor embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .indoor {
    padding-top: 56%;
  }
}

.youtube {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* img */
.w100 {
  width: 100%;
}
.w90 {
  width: 90%;
}
.w80 {
  width: 80%;
}
.w75 {
  width: 75%;
}
.w60 {
  width: 60%;
}
.w50 {
  width: 50%;
}
.w40 {
  width: 40%;
}

@media screen and (max-width: 992px) {
  .img-wrap img {
    width: 100%;
    height: auto;
  }
}

.flex-inTxt {
  flex: 1;
}

@media screen and (max-width: 992px) {
  .w90, .w80, .w75 {
    width: 100%;
  }
  .w60 {
    width: 90%;
  }
  .w50 {
    width: 80%;
  }
}
/* font */
.min {
  font-family: "Noto Serif JP";
}

.en {
  font-family: "Roboto";
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-inline span {
  display: inline-block;
}

.small {
  font-size: 0.85em;
}

.large {
  font-size: 1.2em;
}
@media screen and (max-width: 992px) {
  .large {
    font-size: 1.1em;
  }
}

.xlarge {
  font-size: 1.4em;
}

.super {
  font-size: 0.75em;
  vertical-align: super;
  margin-left: 5px;
}

.bold {
  font-weight: 600;
}

.marker {
  background: linear-gradient(transparent 60%, rgba(255, 241, 83, 0.5) 60%);
}

.fsize24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fsize20 {
  font-size: 20px;
  font-size: 2rem;
}

.fsize18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fsize16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.white {
  color: white;
}

.gray {
  color: #595656;
}

.blue {
  color: #0066cc;
}

.green {
  color: #36768b;
}

.red {
  color: #d23d3d;
}

.orange {
  color: #ed7700;
}

.brown {
  color: #835220;
}

.gold {
  color: #ab8c1e;
}

.pink {
  color: #e4007f;
}

@media screen and (max-width: 992px) {
  .fsize24 {
    font-size: 20px;
    font-size: 2rem;
  }
  .fsize20 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .fsize18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .fsize16 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .fsize24 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .fsize20 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .fsize18 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .fsize16 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* padding,margin */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt05 {
  margin-top: 0.5em !important;
}
.mt1 {
  margin-top: 1em !important;
}
.mt15 {
  margin-top: 1.5em !important;
}
.mt2 {
  margin-top: 2em !important;
}
.mt25 {
  margin-top: 2.5em !important;
}
.mt3 {
  margin-top: 3em !important;
}
.mt4 {
  margin-top: 4em !important;
}
.mt5 {
  margin-top: 5em !important;
}
.mt6 {
  margin-top: 6em !important;
}

.mb05 {
  margin-bottom: 0.5em !important;
}
.mb1 {
  margin-bottom: 1em !important;
}
.mb15 {
  margin-bottom: 1.5em !important;
}
.mb2 {
  margin-bottom: 2em !important;
}
.mb25 {
  margin-bottom: 2.5em !important;
}
.mb3 {
  margin-bottom: 3em !important;
}
.mb4 {
  margin-bottom: 4em !important;
}
.mb5 {
  margin-bottom: 5em !important;
}
.mb6 {
  margin-bottom: 6em !important;
}

/* ================================================= 
 block setting
================================================= */
#wrapper {
  position: relative;
  padding-top: 80px;
}
#wrapper ._sp {
  display: none;
}
@media screen and (max-width: 992px) {
  #wrapper {
    padding-top: 60px;
  }
  #wrapper ._pc {
    display: none;
  }
  #wrapper ._sp {
    display: block;
  }
}

#top-indexcontents {
  padding-bottom: 5em;
}
@media screen and (max-width: 767px) {
  #top-indexcontents {
    padding-bottom: 3em;
  }
  #top-indexcontents .sect {
    padding: 4em 0;
  }
}

#sub-indexcontents {
  padding: 0 0 5em;
}
@media screen and (max-width: 992px) {
  #sub-indexcontents {
    padding: 0 0 4em;
  }
}
@media screen and (max-width: 767px) {
  #sub-indexcontents {
    padding: 0 0 3em;
  }
}

.container {
  max-width: 1100px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .container {
    width: 88%;
  }
}
.container._sm {
  max-width: 980px;
}
.container._lg {
  max-width: 1400px;
}

.sect {
  padding: 4em 0;
}
@media screen and (max-width: 767px) {
  .sect {
    padding: 3em 0;
  }
}

/* ================================================= 
common setting
================================================= */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.fl-row {
  flex-direction: row-reverse;
}
.flex.jc-end {
  justify-content: flex-end;
}
.flex.jc-cen {
  justify-content: center;
}
.flex.jc-bet {
  justify-content: space-between;
}
.flex.jc-ar {
  justify-content: space-around;
}
.flex.ai-cen {
  align-items: center;
}
.flex.ai-end {
  align-items: flex-end;
}
.flex.col2 .inner-right {
  flex: 1;
  padding-left: 4%;
}

.flex.gap-25 {
	gap:25px;
}
@media screen and (max-width: 767px) {
  .flex.col2 .inner-right {
    flex: auto;
    padding-left: 0;
  }
}
.flex.col2 .inner-left {
  flex: 1;
  padding-right: 4%;
}
@media screen and (max-width: 767px) {
  .flex.col2 .inner-left {
    flex: auto;
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .flex.col2 .img-wrap {
    display: block;
    width: 100%;
    margin: 0 auto 1em;
  }
  .flex.col2 .inner-ttl, .flex.col2 .inner-left, .flex.col2 .inner-right {
    display: block;
    width: 100%;
    padding: 0;
  }
}

/* title */
.ttl {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.l_ttl {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  padding-bottom: 0.75em;
  margin-bottom: 1em;
  position: relative;
}
.l_ttl:after {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #0066cc;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .l_ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .l_ttl:after {
    height: 3px;
  }
}

.m_ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  padding: 1px 0 0 10px;
  border-left: 4px solid #0066cc;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .m_ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.s_ttl {
  font-size: 20px;
  font-size: 2rem;
  padding-left: 30px;
  margin-bottom: 0.5em;
  position: relative;
}
.s_ttl:before {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #ddd;
  position: absolute;
  top: 45%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .s_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 25px;
  }
  .s_ttl:before {
    width: 15px;
    top: 40%;
  }
}

.ttl_cen {
  text-align: center;
}

/* img */
.trim {
  overflow: hidden;
  width: 100%;
  height: 100px;
  position: relative;
}

.trim.trim-x img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120%;
  height: auto;
}

.trim.trim-y img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 120%;
}

.img-scale {
  overflow: hidden;
}

.img-scale img {
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}

a:hover .img-scale img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
}

/* button */
.btn {
  max-width: 180px;
  width: 90%;
  margin-top: 2em;
}
.btn a, .btn .not_href {
  display: block;
  padding: 16px 0;
  line-height: 1;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: white !important;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.btn a span, .btn .not_href span {
  padding: 2px 30px 0 0;
  position: relative;
  position: relative;
}
.btn a span::after, .btn .not_href span::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 5px;
  transition: all 0.4s;
}
.btn a span:hover::after, .btn .not_href span:hover::after {
  right: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .btn a span::after, .btn .not_href span::after {
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
}
.btn a:before, .btn .not_href:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.5s;
  background: linear-gradient(90deg, #0066cc 0%, #3e9fff 100%);
}
.btn a:after, .btn .not_href:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: linear-gradient(#0066cc, #3e9fff);
}
.btn a.orange_btn:before, .btn .not_href.orange_btn:before {
  background: linear-gradient(90deg, #ec4902 0%, #ff9212 100%);
}
.btn a.orange_btn:after, .btn .not_href.orange_btn:after {
  background: linear-gradient(#ec4902, #ff9212);
}
.btn a:hover, .btn .not_href:hover {
  text-decoration: none !important;
}
.btn a:hover:before, .btn .not_href:hover:before {
  opacity: 0;
}
.btn._lg {
  max-width: 440px;
}
.btn._lg a {
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.btn._lg a p {
  padding: 26px 0;
  color: white !important;
}
.btn._lg a p:after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transition: 0.4s;
}
.btn._lg a:hover {
  text-decoration: none !important;
}
.btn._lg a:hover p:after {
  width: 0;
}
@media screen and (max-width: 767px) {
  .btn {
    margin: 3em auto 0;
  }
  .btn a, .btn .not_href {
    padding: 14px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn a span, .btn .not_href span {
    padding-right: 25px;
  }
  .btn a span:after, .btn .not_href span:after {
    top: 40%;
  }
  .btn._lg a {
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn._lg a p {
    padding: 16px 0;
    color: white !important;
  }
  .btn._lg a p:after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transition: 0.4s;
  }
  .btn._lg a:hover {
    text-decoration: none !important;
  }
  .btn._lg a:hover p:after {
    width: 0;
  }
}

.btn_w {
  max-width: 140px;
  margin: 2em 0 0;
}
.btn_w a {
  display: block;
  border-radius: 10px;
  padding: 8px 0;
  line-height: 1.2;
  background-color: white;
  color: #2E96FA;
  text-align: center;
}
.btn_w a:hover {
  background-color: #ed7700;
  color: white;
}
@media screen and (max-width: 767px) {
  .btn_w {
    margin: 1.5em auto 0;
  }
}

/* list */
.disclist > li {
  font-size: 1.05em;
  margin-top: 0.75em;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
.disclist > li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0066cc;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}

.disclist2 > li {
  margin-top: 0.5em;
  line-height: 1.4;
  padding-left: 15px;
  position: relative;
}
.disclist2 > li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}

.nublist > li {
  margin: 1.5em 0 0 20px;
  list-style: decimal outside;
}

/* dltbl */
dl.dltbl {
  display: flex;
  flex-wrap: wrap;
}
dl.dltbl dt {
  width: 30%;
}
dl.dltbl dd {
  margin: 0;
  width: 70%;
}
@media screen and (max-width: 767px) {
  dl.dltbl {
    flex-flow: column nowrap;
  }
  dl.dltbl dt, dl.dltbl dd {
    width: 100%;
  }
}

dl.dltbl2 {
  display: flex;
  flex-wrap: wrap;
}
dl.dltbl2 dt {
  font-weight: 400;
  width: 20%;
  padding: 15px;
  border-bottom: 1px solid #0066cc;
}
dl.dltbl2 dd {
  margin: 0;
  width: 80%;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  dl.dltbl2 {
    flex-flow: column nowrap;
  }
  dl.dltbl2 dt, dl.dltbl2 dd {
    width: 100%;
  }
  dl.dltbl2 dt {
    border-bottom: none;
    padding: 10px 5px 0;
    color: #0066cc;
    font-size: 1.1em;
  }
  dl.dltbl2 dd {
    padding: 0 5px 10px;
  }
}

/* table */
.nmr-table {
  width: 100%;
  background-color: #ddd;
  border-collapse: separate;
  border-spacing: 1px;
}
.nmr-table tr th, .nmr-table tr td {
  padding: 2rem 2.75rem;
}
.nmr-table tr:last-child th, .nmr-table tr:last-child td {
  border-bottom: none;
}
.nmr-table tr th {
  text-align: left;
  font-weight: 500;
  width: 20%;
  vertical-align: top;
  background-color: #fafafa;
}
.nmr-table tr td {
  background-color: white;
}
@media screen and (max-width: 767px) {
  .nmr-table tr th, .nmr-table tr td {
    width: 100%;
    display: block;
    padding: 1.5rem 2rem;
  }
  .nmr-table tr th {
    border-bottom: 1px solid #ddd;
    padding: 1rem 2rem;
    font-size: 1.1em;
  }
}

.border-table {
  width: 100%;
}
.border-table tr th, .border-table tr td {
  padding: 2rem 2rem;
  border-bottom: 1px solid #ddd;
}
.border-table tr th {
  width: 24%;
  padding: 2rem 0.75rem;
  vertical-align: top;
}
.border-table tr td {
  line-height: 1.6;
}
.border-table tr:last-child th, .border-table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .border-table tr th, .border-table tr td {
    width: 100%;
    display: block;
  }
  .border-table tr th {
    padding: 1.5rem 1rem 0;
    border-bottom: none;
    font-size: 1.15em;
  }
  .border-table tr td {
    padding: 0.75rem 1rem 1.5rem;
  }
}

.form-table {
  width: 100%;
  margin: 2em 0;
}
.form-table tr th, .form-table tr td {
  padding: 2rem 2rem;
}
.form-table tr:last-child th, .form-table tr:last-child td {
  border-bottom: none;
}
.form-table tr th {
  text-align: left;
  font-weight: 500;
  width: 22%;
  padding-right: 80px;
  vertical-align: top;
  position: relative;
}
.form-table tr th .eq, .form-table tr th .any {
  position: absolute;
  top: 2.2rem;
  right: 10px;
}
.form-table tr td {
  width: 78%;
}
.form-table tr td p {
  margin: 5px 0 0 10px;
}
@media screen and (max-width: 992px) {
  .form-table tr th {
    width: 28%;
    text-align: left;
    padding: 1rem 0;
  }
  .form-table tr th .eq, .form-table tr th .any {
    top: 1.5rem;
  }
  .form-table tr td {
    padding: 1rem 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .form-table {
    width: 100%;
    margin: 0 auto;
  }
  .form-table tr th, .form-table tr td {
    width: 100%;
    display: block;
  }
  .form-table tr th {
    padding: 2rem 0 0 0;
    font-size: 1.2em;
  }
  .form-table tr th .eq, .form-table tr th .any {
    top: 2.2rem;
    right: 5%;
  }
  .form-table tr td {
    padding: 0.5rem 0 0.75rem;
  }
}

.history_tbl {
  width: 100%;
  border: 1px solid #ddd;
}
.history_tbl tr th {
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  width: 50%;
  padding: 1rem 0;
  background-color: #0066cc;
  color: white;
}
.history_tbl tr th:nth-of-type(2) {
  border-left: 1px solid #ddd;
}
.history_tbl tr td {
  padding: 1.5rem 2rem;
  text-align: center;
}
.history_tbl tr td:nth-of-type(2) {
  border-left: 1px solid #ddd;
}
.history_tbl tr.year td {
  background-color: rgba(0, 102, 204, 0.1);
  color: #0066cc;
  text-align: center;
  font-size: 1.2em;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .history_tbl tr th {
    font-size: 1em;
  }
  .history_tbl tr td {
    padding: 1rem 2px;
  }
}

@media screen and (max-width: 767px) {
  /*.scroll-table table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }*/
}
/* wrap */
.l-section {
  position: relative;
  margin-top: 5em;
  padding-bottom: 80px;
}
.l-section .img-wrap {
  position: absolute;
  z-index: -1;
}
.l-section.l-left-section .img-wrap {
  right: 0;
  bottom: 0;
}
.l-section.l-right-section .img-wrap {
  left: 0;
  bottom: 0;
}
.l-section.l-right-section .inner {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-section {
    margin-top: 3em;
    padding-bottom: 30px;
  }
}

/* panel */
.whitebox {
  padding: 2.5%;
  background-color: white;
}
@media screen and (max-width: 992px) {
  .whitebox {
    padding: 5%;
  }
}

.graybox {
  padding: 2.5%;
  background-color: #f8f8f8;
}
@media screen and (max-width: 992px) {
  .graybox {
    padding: 5%;
  }
}

/* bg */
.bg-gray {
  background-color: #f8f8f8;
}

/* formset */
.mw_wp_form_confirm .dlbox {
  display: none;
}

.eq, .any {
  font-size: 0.75em;
  font-weight: 500;
  padding: 2px 8px;
  color: white;
}
@media screen and (max-width: 767px) {
  .eq, .any {
    font-size: 0.65em;
  }
}

.eq {
  background-color: #0066cc;
}

.any {
  background-color: #36768b;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mwform-checkbox-field label, .mwform-radio-field label {
  position: relative;
  word-break: break-all;
  line-height: 1.4;
  font-size: 0.95em;
}
.mwform-checkbox-field label input[type=checkbox] + span,
.mwform-checkbox-field label input[type=radio] + span, .mwform-radio-field label input[type=checkbox] + span,
.mwform-radio-field label input[type=radio] + span {
  position: relative;
  padding: 0 0 0 27px;
}
.mwform-checkbox-field label span, .mwform-radio-field label span {
  display: inline-block;
  margin: 0 10px 5px 0 !important;
}
.mwform-checkbox-field label input[type=checkbox], .mwform-checkbox-field label input[type=radio], .mwform-radio-field label input[type=checkbox], .mwform-radio-field label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.mwform-checkbox-field label input[type=checkbox] + span::before, .mwform-checkbox-field label input[type=checkbox] + span::after, .mwform-checkbox-field label input[type=radio] + span::before, .mwform-checkbox-field label input[type=radio] + span::after, .mwform-radio-field label input[type=checkbox] + span::before, .mwform-radio-field label input[type=checkbox] + span::after, .mwform-radio-field label input[type=radio] + span::before, .mwform-radio-field label input[type=radio] + span::after {
  position: absolute;
  top: 1px;
  left: 5px;
  display: inline-block;
  content: "";
  box-sizing: border-box;
}
.mwform-checkbox-field label input[type=checkbox] + span::before, .mwform-checkbox-field label input[type=radio] + span::before, .mwform-radio-field label input[type=checkbox] + span::before, .mwform-radio-field label input[type=radio] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1px #ddd solid;
  background-color: white;
  border-radius: 2px;
}
.mwform-checkbox-field label input[type=checkbox] + span::after, .mwform-checkbox-field label input[type=radio] + span::after, .mwform-radio-field label input[type=checkbox] + span::after, .mwform-radio-field label input[type=radio] + span::after {
  z-index: 1;
  margin: 3px 5px;
  width: 5px;
  height: 8px;
}
.mwform-checkbox-field label input[type=checkbox]:checked + span::before, .mwform-checkbox-field label input[type=radio]:checked + span::before, .mwform-radio-field label input[type=checkbox]:checked + span::before, .mwform-radio-field label input[type=radio]:checked + span::before {
  border-color: #e4007f;
  background-color: #e4007f;
}
.mwform-checkbox-field label input[type=checkbox]:checked + span::after, .mwform-checkbox-field label input[type=radio]:checked + span::after, .mwform-radio-field label input[type=checkbox]:checked + span::after, .mwform-radio-field label input[type=radio]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mw_wp_form_confirm .confirm_none {
  display: none !important;
}

input[type=text], input[type=tel], input[type=email], textarea {
  -webkit-appearance: none;
  font-family: "Noto Sans JP";
  padding: 8px;
  margin: 0 6px;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: #EFF5F5;
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.2s;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus {
  border-color: #fff251;
  background-color: #fafafa;
}

/* placeholder-setting */
input::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder {
  color: #aaa;
}

input::placeholder {
  color: #aaa;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

/* placeholder end */
select {
  font-family: "Noto Sans JP";
  width: 30%;
  padding: 6px 5px;
  margin: 0 6px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2 !important;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.radio {
  line-height: 1.2;
}
.radio input[type=radio] {
  margin: 0 5px 0 15px;
}
.radio input[type=radio]:first-child {
  margin-left: 0;
}

textarea {
  height: 12em;
  border-radius: 5px;
}
textarea:focus {
  background-color: #fafafa;
}
textarea:placeholder-shown, textarea::-webkit-input-placeholder {
  color: #fafafa;
}

.submits {
  margin-top: 2.5em;
  text-align: center;
}
.submits .submit {
  max-width: 300px;
  width: 46%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  cursor: pointer;
  outline: none;
  line-height: 1.2;
  position: relative;
  transition: all 0.3s;
  padding: 20px 0;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: white;
  text-align: center;
  border: none;
  background: linear-gradient(90deg, #0066cc 0%, #3e9fff 100%);
}
.submits .submit:nth-of-type(2) {
  margin-left: 15px;
}

.mwform-tel-field input[type=text],
.mwform-zip-field input[type=text] {
  width: 20%;
}

.ws {
  width: 20% !important;
}

.wm {
  width: 60%;
}

.wl {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .submits {
    text-align: center;
  }
  .submits .submit {
    padding: 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 5px;
  }
  .submits .submit:nth-of-type(2) {
    margin: 0.5em 5px 0;
  }
}
@media screen and (max-width: 767px) {
  form .text-center {
    text-align: left;
  }
  input[type=text], input[type=tel], input[type=email], textarea, select {
    padding: 8px 10px;
    margin: 5px;
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  select {
    width: auto;
  }
  textarea {
    height: 6em;
  }
  .ws {
    width: 25% !important;
  }
  .wm {
    width: 95%;
  }
  .wl {
    width: 95%;
  }
}
/* anime */
@keyframes inviewopacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes inviewmove {
  0% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes scale-in-left {
  100% {
    transform: translateX(100%);
  }
}
@keyframes scale-in-left {
  100% {
    transform: translateX(100%);
  }
}
.img-effect {
  opacity: 0;
  overflow: hidden;
  position: relative;
}
.img-effect.in-image {
  opacity: 1;
}
.img-effect.in-image:before {
  animation: scale-in-left 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  animation-delay: 0.2s;
}

.is-anime:not(.in-view) .delay {
  opacity: 0;
}
.is-anime.in-view .delay {
  animation-name: inviewopacity, inviewmove;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0, 0, 0.25, 1);
  animation-fill-mode: backwards;
}
.is-anime.in-view .delay.delay1 {
  animation-delay: 1.2s;
}
.is-anime.in-view .delay.delay2 {
  animation-delay: 1.4s;
}
.is-anime.in-view .delay.delay3 {
  animation-delay: 1.6s;
}
.is-anime.in-view .delay.delay4 {
  animation-delay: 1.8s;
}

.text-effect {
  animation-name: inviewopacity;
  animation-duration: 3s;
  animation-delay: 0.4s;
  animation-timing-function: cubic-bezier(0, 0, 0.25, 1);
  animation-fill-mode: backwards;
}

/* ================================================= 
 header setting
================================================= */
header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 999;
}
header img {
  width: 100%;
  height: auto;
}
header #head-inner {
  width: 100%;
  margin: auto;
}
header #head-inner #h-logo {
  width: 300px;
  margin-left: 30px;
}
header #head-inner #h-logo a {
  display: block;
}
header #head-inner #h_tel {
  margin-left: 15px;
  line-height: 1.2;
  text-align: center;
}
header #head-inner #h_tel div {
  padding: 0 0 2px 22px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  background: url(../images/common/tel.svg) no-repeat left 3px;
  background-size: 16px auto;
}
header #head-inner #h_tel div a {
  color: #333;
}
header #head-inner #h_tel p {
  font-size: 11px;
  font-size: 1.1rem;
}
header #head-inner #h_tel p > span {
  margin-left: 5px;
  padding: 1px 2px 0;
  color: #0066cc;
  border: 1px solid #0066cc;
}
header #head-inner #h_cv {
  margin-left: 20px;
}
header #head-inner #h_cv > li {
  width: 100px;
}
header #head-inner #h_cv > li:first-child a {
  background-color: #4f4f4f;
}
header #head-inner #h_cv > li:first-child a:hover {
  background-color: #ed7700;
}
header #head-inner #h_cv > li a {
  display: block;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: white;
  background-color: #0066cc;
}
header #head-inner #h_cv > li a:hover {
  background-color: #d23d3d;
}
@media screen and (max-width: 1240px) {
  header #head-inner #h-logo {
    width: 220px;
    margin-left: 1%;
  }
  header #head-inner #h_cv > li {
    width: 80px;
  }
  header #head-inner #h_cv > li a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1100px) {
  header #head-inner #h-logo {
    width: 180px;
    margin-left: 0;
  }
  header #head-inner #h_tel div {
    font-size: 18px;
    font-size: 1.8rem;
  }
  header #head-inner #h_cv > li {
    width: 65px;
  }
  header #head-inner #h_cv > li a {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 992px) {
  header {
    height: 60px;
  }
  header #head-inner.flex {
    display: block;
  }
  header #head-inner #h-logo {
    width: 240px;
    margin: 10px auto 0;
  }
  header #head-inner #h_cv {
    display: none;
  }
  header #head-inner #h_tel {
    width: 41px;
    height: 26px;
    position: absolute;
    top: 15px;
    right: 65px;
    padding-right: 15px;
    border-right: 1px solid #eee;
  }
  header #head-inner #h_tel div {
    padding: 0;
    background-image: none;
  }
  header #head-inner #h_tel div a {
    display: block;
    width: 26px;
    height: 26px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/common/tel.png) no-repeat left center;
    background-size: cover;
  }
  header #head-inner #h_tel p {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header #head-inner #h-logo {
    width: 220px;
    margin: 10px auto 0 3.5%;
  }
}
@media screen and (max-width: 340px) {
  header #head-inner #h-logo {
    width: 200px;
    margin: 18px auto 0 3%;
  }
  header #head-inner #h_tel {
    width: 36px;
    right: 60px;
    padding-right: 10px;
  }
}

/* ================================================= 
 navigation setting
================================================= */
#navigation {
  margin-right: 10px;
  flex: 1;
}
#navigation .unit-nav {
  padding: 9px 0 0;
}
#navigation .unit-nav li {
  line-height: 24px;
}
#navigation .unit-nav li:nth-child(2) {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #eee;
}
#navigation .unit-nav li:nth-child(2) a {
  display: block;
  border: 1px solid #0066cc;
  border-radius: 4px;
  padding: 0px 8px;
  color: #0066cc;
  font-size: 11px;
  font-size: 1.1rem;
}
#navigation .unit-nav li:nth-child(2) a:hover {
  background-color: #0066cc;
  color: white;
}
#navigation .unit-nav li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
}
#navigation .unit-nav li a:hover {
  color: #ccc;
}
#navigation .gnav .gnav__wrap .gnav__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: auto;
}
#navigation .gnav .gnav__wrap .gnav__menu > li {
  margin-left: 5%;
  text-align: center;
  position: relative;
}
#navigation .gnav .gnav__wrap .gnav__menu > li.dispnone {
  display: none;
}
#navigation .gnav .gnav__wrap .gnav__menu > li > a {
  display: block;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 9px 0;
  position: relative;
}
#navigation .gnav .gnav__wrap .gnav__menu > li > a:hover {
  color: #0066cc;
}
#navigation .gnav .gnav__wrap .gnav__menu > li.child_link > a {
  padding-right: 15px;
  position: relative;
}
#navigation .gnav .gnav__wrap .gnav__menu > li.child_link > a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  display: inline-block;
  position: absolute;
  top: 39%;
  right: 0;
  transition: all 0.4s;
}
#navigation .gnav .gnav__wrap .gnav__menu > li.child_link > a:hover::after {
  border-color: #0066cc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
@media screen and (max-width: 767px) {
  #navigation .gnav .gnav__wrap .gnav__menu > li.child_link > a::after {
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
}
#navigation .gnav .gnav__wrap .gnav__menu > li .child_menu {
  transition: all 0.2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 160px;
  left: -40px;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
}
#navigation .gnav .gnav__wrap .gnav__menu > li .child_menu .menu_inner li:last-child a {
  border-bottom: none;
}
#navigation .gnav .gnav__wrap .gnav__menu > li .child_menu .menu_inner li a {
  display: block;
  padding: 8px 5px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}
#navigation .gnav .gnav__wrap .gnav__menu > li .child_menu .menu_inner li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#navigation .gnav .gnav__wrap .gnav__menu > li .child_menu .menu_inner li:hover .child_menu02 {
  max-height: 53px !important;
  opacity: 1 !important;
}
#navigation .gnav .gnav__wrap .gnav__menu > li .child_menu a {
  font-size: 0.85em;
  color: white;
  font-weight: 400;
}
#navigation .gnav .gnav__wrap .gnav__menu > li .child_menu a:hover {
  color: #fff251;
}
#navigation .gnav .gnav__wrap .gnav__menu > li .child_menu02 {
  transition: all 0.1s ease-in;
  max-height: 0;
  opacity: 1;
  overflow: hidden;
  width: 100%;
  top: 53px;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}
#navigation .gnav .gnav__wrap .gnav__menu > li .child_menu02 .menu_inner {
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
#navigation .gnav .gnav__wrap .gnav__menu > li .child_menu02 .menu_inner li {
  display: inline-block;
  margin: 0 2em;
}
#navigation .gnav .gnav__wrap .gnav__menu > li .child_menu02 a {
  color: white;
  font-weight: 400;
}
#navigation .gnav .gnav__wrap .gnav__menu > li .child_menu02 a:hover {
  color: #ab8c1e;
}
#navigation .gnav .gnav__wrap .gnav__menu > li:hover .child_menu {
  max-height: 9999px !important;
  opacity: 1 !important;
  overflow: visible;
}
@media screen and (max-width: 1100px) {
  #navigation .gnav .gnav__wrap .gnav__menu > li {
    margin-left: 3%;
  }
}
@media screen and (max-width: 992px) {
  #navigation {
    position: fixed;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  #navigation .unit-nav {
    display: none;
  }
  #navigation .gnav .gnav__wrap .gnav__menu li {
    font-size: 15px;
    font-size: 1.5rem;
    margin-left: 4%;
  }
  #navigation:before {
    display: none;
  }
  #navigation .gnav .gnav__wrap .gnav__menu {
    display: block;
  }
  #navigation .gnav .gnav__wrap .gnav__menu > li {
    width: 92%;
    text-align: left;
    margin: 0 4%;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #navigation .gnav .gnav__wrap .gnav__menu > li.gnav__menu__item {
    position: relative;
  }
  #navigation .gnav .gnav__wrap .gnav__menu > li.dispnone, #navigation .gnav .gnav__wrap .gnav__menu > li.homebtn {
    display: block;
  }
  #navigation .gnav .gnav__wrap .gnav__menu > li > a {
    margin-right: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #navigation .gnav .gnav__wrap .gnav__menu > li a {
    color: white;
    padding: 0;
    border: none;
    font-weight: 400;
  }
  #navigation .gnav .gnav__wrap .gnav__menu > li a:before {
    display: none;
  }
  #navigation .gnav .gnav__wrap .gnav__menu > li a:hover {
    color: #fff251;
  }
  #navigation .gnav .gnav__wrap .gnav__menu > li.child_link > a {
    padding-right: 0;
  }
  #navigation .gnav .gnav__wrap .gnav__menu > li.child_link > a:after {
    display: none;
  }
  #navigation .gnav .gnav__wrap .gnav__menu > li .child_menu {
    display: none;
    max-height: 9999px;
    opacity: 1;
    position: static;
    background-color: transparent;
    transition: transform 0.3s;
  }
  #navigation .gnav .gnav__wrap .gnav__menu > li .child_menu .menu_inner {
    display: block;
    padding: 0 0 0 5px;
  }
  #navigation .gnav .gnav__wrap .gnav__menu > li .child_menu .menu_inner li {
    display: block;
    padding: 5px 0 5px 10px;
    margin: 0;
    text-align: left;
    position: relative;
    line-height: 1.6;
  }
  #navigation .gnav .gnav__wrap .gnav__menu > li .child_menu .menu_inner li a {
    display: inline;
    padding: 0;
    border-bottom: none;
  }
  #navigation .gnav .gnav__wrap .gnav__menu > li .child_menu .menu_inner li a:hover {
    background-color: transparent;
  }
  #navigation .gnav .gnav__wrap .gnav__menu > li .child_menu .menu_inner li:before {
    content: "";
    width: 5px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 15px;
    left: 0;
  }
  #navigation .gnav .gnav__wrap .gnav__menu > li .child_menu .menu_inner li:hover .child_menu02 {
    max-height: 9999px !important;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 992px) {
  /*menu*/
  .menu {
    width: 50px;
    height: 38px;
    position: absolute;
    right: 12px;
    top: 10px;
    z-index: 99;
  }
  .is-nav .menu, .menu.active_btn {
    top: 20px;
  }
  .menu__line {
    background: #0066cc;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
    width: 50%;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .menu__line.active {
    background: #ddd;
  }
  .menu__line--center {
    top: 18px;
  }
  .menu__line--bottom {
    top: 26px;
  }
  .menu__line--top.active {
    top: 21px;
    transform: rotate(45deg);
  }
  .menu__line--center.active {
    transform: scaleX(0);
  }
  .menu__line--bottom.active {
    top: 21px;
    transform: rotate(135deg);
  }
  /*gnav*/
  .gnav {
    background-color: rgba(0, 102, 204, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
  }
  .gnav__wrap {
    height: 100%;
    position: absolute;
    width: 100%;
    padding-top: 110px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.p_btn {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
}
.p_btn::before, .p_btn::after {
  content: "";
  width: 15px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
.p_btn::after {
  transform: rotate(90deg);
}
.p_btn.active::before {
  opacity: 0;
}
.p_btn.active::after {
  transform: rotate(180deg);
}
@media screen and (max-width: 992px) {
  .p_btn {
    display: block;
  }
}

/* ================================================= 
 visual setting
================================================= */
#hero-top-wrap {
  width: 100%;
  height: 650px;
  padding: 0;
  margin: 0 auto;
  background-image: url(../images/top/key_img_pc.jpg);
  background-size: cover;
  background-position: center top;
  position: relative;
  z-index: 0;
}
#hero-top-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top/dot.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#hero-top-wrap .hero-inner {
  max-width: 960px;
  width: 90%;
  margin: auto;
  text-align: center;
  color: white;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#hero-top-wrap .hero-inner h1 {
  font-size: 40px;
  font-size: 4rem;
}
#hero-top-wrap .hero-inner p {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #hero-top-wrap {
    height: 340px;
  }
  #hero-top-wrap:before {
    display: none;
  }
  #hero-top-wrap .hero-inner {
    width: 92%;
    margin: 0 auto;
  }
  #hero-top-wrap .hero-inner h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #hero-top-wrap .hero-inner p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#hero-sub-wrap {
  margin-bottom: 30px;
}
#hero-sub-wrap #hero-inner {
  text-align: center;
  padding: 4.5em 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 0;
}
#hero-sub-wrap #hero-inner:after {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #0066cc;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -3px;
  z-index: 1;
}
#hero-sub-wrap #hero-inner h1 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 auto 0.25em;
}
#hero-sub-wrap #hero-inner p.en {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  color: #0066cc;
  line-height: 1.2;
}
#hero-sub-wrap #hero-inner p.en:first-letter {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #hero-sub-wrap {
    margin-bottom: 10px;
  }
  #hero-sub-wrap #hero-inner {
    padding: 3.5em 0 3em;
  }
  #hero-sub-wrap #hero-inner h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #hero-sub-wrap #hero-inner p.en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* ================================================= 
 bread setting
================================================= */
.bread {
  width: 100%;
  margin: auto;
  background-color: #0066cc;
}
.bread.contact-bread {
  background-color: #4f4f4f;
}
.bread .bread_crumb {
  width: 90%;
  margin: auto;
  padding: 10px 0;
}
.bread .bread_crumb li {
  display: inline;
  font-size: 0.9em;
  font-weight: 400;
  color: white;
}
.bread .bread_crumb li:after {
  content: ">";
  padding: 0 10px;
  opacity: 0.6;
}
.bread .bread_crumb li:last-child:after {
  content: "";
}
.bread .bread_crumb li a {
  color: white;
  opacity: 0.6;
}
.bread .bread_crumb li a:hover {
  opacity: 1;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .bread .bread_crumb {
    text-align: left;
    padding: 6px 0;
  }
  .bread .bread_crumb li {
    font-size: 0.85em;
  }
  .bread .bread_crumb li:after {
    padding: 0 6px;
  }
  .bread .bread_crumb li:first-child {
    display: none;
  }
}

#unit-nav-foot {
  padding-bottom: 6em;
}
#unit-nav-foot .flex li {
  max-width: 640px;
  width: 49%;
  margin: 1em 0 0;
}
#unit-nav-foot .flex li.contact-bnr {
  margin-right: 2%;
  background: url(../images/common/contact_bnr.png) no-repeat left top;
}
#unit-nav-foot .flex li.entry-bnr {
  background: url(../images/common/entry_bnr.png) no-repeat left top;
}
#unit-nav-foot .flex li a {
  display: block;
  height: 238px;
  padding-top: 60px;
  border: 1px solid #333;
  color: #333;
}
#unit-nav-foot .flex li a .inner {
  width: 50%;
  margin: 0 auto 0 30px;
}
#unit-nav-foot .flex li a .inner span {
  display: block;
  font-size: 0.85em;
}
#unit-nav-foot .flex li a .inner span.en {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 0.5em;
}
#unit-nav-foot .flex li a:hover {
  color: #0066cc;
  border-color: #0066cc;
}
@media screen and (max-width: 1344px) {
  #unit-nav-foot .flex li {
    max-width: 480px;
  }
  #unit-nav-foot .flex li.contact-bnr, #unit-nav-foot .flex li.entry-bnr {
    background-size: cover;
  }
  #unit-nav-foot .flex li a {
    height: 200px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  #unit-nav-foot .flex li {
    width: 44%;
  }
  #unit-nav-foot .flex li.contact-bnr, #unit-nav-foot .flex li.entry-bnr {
    background-image: none;
  }
  #unit-nav-foot .flex li a {
    height: auto;
    padding: 5%;
  }
  #unit-nav-foot .flex li a .inner {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  #unit-nav-foot {
    padding-bottom: 4em;
  }
  #unit-nav-foot .flex li {
    width: 90%;
    margin: auto;
  }
  #unit-nav-foot .flex li.contact-bnr {
    margin: 0 auto 2em;
  }
  #unit-nav-foot .flex li a {
    height: auto;
    padding: 5%;
  }
  #unit-nav-foot .flex li a .inner span {
    font-size: 0.95em;
  }
  #unit-nav-foot .flex li a .inner span.en {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0.25em;
  }
}

#footer img {
  width: 100%;
  height: auto;
}
#footer a {
  color: white;
}
#footer .footer-inner {
  max-width: 1100px;
  width: 94%;
  margin: auto;
  padding-bottom: 20px;
}
#footer #footer-top-wrap {
  padding: 4em 0 2em;
  background: url(../images/common/footer_bg.jpg) no-repeat center center;
  background-size: cover;
}
#footer #footer-top-wrap .f_logo a {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
}
#footer #footer-top-wrap dl {
  color: white;
}
#footer #footer-top-wrap dl dt {
  font-weight: 500;
  padding-left: 10px;
  border-left: 3px solid white;
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-size: 1.1em;
}
#footer #footer-top-wrap dl dd {
  line-height: 1.4;
  font-size: 0.9em;
}
#footer #footer-top-wrap dl dd.footer_tel {
  margin: 1em 0 0;
  font-size: 1em;
  font-weight: 700;
}
#footer #footer-top-wrap dl dd.footer_tel > a {
  display: block;
  padding-left: 22px;
  font-size: 26px;
  font-size: 2.6rem;
  background: url(../images/common/tel_white.svg) no-repeat left 7px;
  background-size: 18px auto;
}
#footer #footer-top-wrap dl.dltbl {
  width: 440px;
}
#footer #footer-top-wrap dl.dltbl dt {
  width: 23%;
  margin-bottom: 1em;
}
#footer #footer-top-wrap dl.dltbl dd {
  width: 77%;
}
#footer #footer-bottom-wrap {
  background-color: #3f3f3f;
  padding: 50px 0 0;
}
#footer #footer-bottom-wrap a:hover {
  opacity: 0.4;
}
#footer #footer-bottom-wrap nav > ul {
  max-width: 250px;
  width: 25%;
}
#footer #footer-bottom-wrap nav > ul:first-child {
  padding-left: 50px;
}
#footer #footer-bottom-wrap nav > ul > li {
  margin-bottom: 0.75em;
}
#footer #footer-bottom-wrap nav > ul > li > a {
  font-weight: 500;
}
#footer #footer-bottom-wrap nav > ul > li > ul li a {
  font-size: 0.9em;
  color: #999;
}
#footer #copyright {
  padding: 20px 0;
  width: 100%;
  margin: auto;
  text-align: center;
}
#footer #copyright small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}
@media screen and (max-width: 992px) {
  #footer #footer-top-wrap .f_logo {
    width: 100%;
  }
  #footer #footer-top-wrap .f_logo a {
    font-size: 20px;
    font-size: 2rem;
  }
  #footer #footer-top-wrap dl.dltbl {
    display: block;
    width: auto;
  }
  #footer #footer-top-wrap dl.dltbl dt {
    margin-bottom: 0.5em;
    width: 100%;
    font-size: 1.05em;
  }
  #footer #footer-top-wrap dl.dltbl dd {
    font-size: 0.9em;
    width: 100%;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  #footer #footer-top-wrap {
    padding: 3em 0 0;
  }
  #footer #footer-top-wrap .flex {
    display: block;
  }
  #footer #footer-top-wrap .f_logo {
    margin-bottom: 2em;
    text-align: center;
  }
  #footer #footer-top-wrap dl {
    width: 90%;
    margin: auto;
  }
  #footer #footer-top-wrap dl dd {
    font-size: 1em;
    margin-bottom: 1.5em;
  }
  #footer #footer-top-wrap dl dd.footer_tel {
    margin: 1em 0;
  }
  #footer #footer-top-wrap dl.dltbl {
    width: 90%;
    margin: auto;
  }
  #footer #footer-top-wrap dl.dltbl dt {
    font-size: 1.1em;
  }
  #footer #footer-top-wrap dl.dltbl dd {
    font-size: 1em;
    margin-bottom: 1.5em;
  }
  #footer #footer-top-wrap dl.dltbl dd:last-child {
    margin-bottom: 1em;
  }
  #footer #footer-bottom-wrap {
    padding: 0 0 60px;
  }
  #footer #footer-bottom-wrap nav {
    display: none;
  }
  #footer #copyright {
    padding: 20px 0;
  }
  #footer #copyright small {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* =================================================
 floating setting
================================================= */
.floating {
  display: none;
}
@media screen and (max-width: 992px) {
  .floating {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100;
  }
  .floating a {
    display: block;
    background-color: rgba(0, 102, 204, 0.9);
    padding: 8px 0 8px;
    color: white;
    text-align: center;
    font-size: 0.9em;
  }
  .floating a > span {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    padding-left: 20px;
    background: url(../images/common/tel_white.svg) no-repeat left 2px;
    background-size: 14px auto;
  }
}/*# sourceMappingURL=common.css.map */