@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p {
  box-sizing: border-box;
  line-height: 1.5;
}

div, a {
  box-sizing: border-box;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

p, a, li {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

th, td {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
}

table {
  width: 100%;
}

a, a:hover, a:active {
  text-decoration: none;
  transition: 0.7s;
}

a:focus {
  text-decoration: none;
}

a img:hover {
  /*	filter: alpha(opacity=75);
          -moz-opacity:0.75;
          opacity:0.75;*/
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

html {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

body {
  display: none;
  opacity: 0;
  transition: all 2s ease-in;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  /*    animation: fadeIn 5s ease 0s 1 normal;
      -webkit-animation: fadeIn 5s ease 0s 1 normal;*/
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 100% !important;
  }
}

.en {
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/*font-family: a-otf-futo-go-b101-pr6n, sans-serif;
font-weight: 500;
font-style: normal;*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
p {
  color: #3f3f3f;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  transition: all 1s ease-in;
}

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

.ovr-hdn {
  overflow: hidden;
}

.posi-rel {
  position: relative;
}

.sp {
  /*    display: none !important;
      @media screen and (max-width: mixins.$small) {
          display:block !important;
      }*/
}

/*.pc{
    @media screen and (max-width: mixins.$small) {
        display:none !important;
    }
}*/
a {
  color: #000;
}

a,
button {
  transition: all 1s ease-in;
  text-decoration: none;
}
a img,
button img {
  /*@include trans10;*/
}

button:focus {
  outline: 0;
}

li {
  list-style: none;
}

b {
  font-weight: 700;
}

img {
  height: auto;
}

img[src$=".svg"] {
  height: auto;
}

::-moz-selection {
  background: #bedcea;
}

::selection {
  background: #bedcea;
}

/* for Firefox */
::-moz-selection {
  background: #bedcea;
}

.fadeIn {
  opacity: 0;
  transition: all 2s ease-in;
}
.fadeIn.active {
  opacity: 1;
}

.fadein-blur {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
  transition: all 1s ease-in;
}
.fadein-blur.active {
  opacity: 1;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.fadein-small {
  transform: scale(0.5, 0.5);
}
.fadein-small.active {
  opacity: 1;
  transform: scale(1, 1);
}

.fadein-down {
  position: relative;
  opacity: 0;
  top: -120px !important;
  transition: all 1s ease-in;
}
@media screen and (max-width: 640px) {
  .fadein-down {
    /*top: auto !important;*/
    /*bottom: -120px !important;*/
  }
}
.fadein-down.active {
  opacity: 1;
  top: 0px !important;
}
@media screen and (max-width: 640px) {
  .fadein-down.active {
    /*top: auto !important;*/
    /*bottom: 0px !important;*/
  }
}

.fadein-up {
  position: relative;
  opacity: 0;
  bottom: -120px !important;
  transition: all 1s ease-in;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          bottom: 0px !important;
      }*/
}
.fadein-up.active {
  opacity: 1;
  bottom: 0px !important;
}

.element-fadein-up {
  position: relative;
  opacity: 0;
  bottom: -120px !important;
  transition: all 2s ease-in;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          bottom: 0px !important;
      }*/
}
.element-fadein-up.active {
  opacity: 1;
  bottom: 0px !important;
}

.fadein-right {
  position: relative;
  opacity: 0;
  right: -120px !important;
  transition: all 1s ease-in;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          right: 0px !important;
      }*/
}
.fadein-right.active {
  opacity: 1;
  right: 0px !important;
}

.fadein-left {
  position: relative;
  opacity: 0;
  left: -120px !important;
  transition: all 1s ease-in;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          left: 0px !important;
      }*/
}
.fadein-left.active {
  opacity: 1;
  left: 0px !important;
}

.tr-y {
  transform: translateY(100%);
  transition: all 1s ease-in;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          left: 0px !important;
      }*/
}
.tr-y.active {
  transform: translateY(0%);
}

.st10 {
  fill: #632c18;
  stroke: #632c18;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 0.5;
  -webkit-animation: load 5s ease-in -1s;
  animation: load 5s ease-in -1s;
}

.st11 {
  fill: #6a9b68;
  stroke: #6a9b68;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 0.5;
  -webkit-animation: load2 5s ease-in -1s;
  animation: load2 5s ease-in -1s;
}

@keyframes load {
  0% {
    display: none;
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
}
@-webkit-keyframes load {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
}
@keyframes load3 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  60% {
    stroke-dashoffset: 3000;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #221815;
  }
}
@-webkit-keyframes load3 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  60% {
    stroke-dashoffset: 3000;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #221815;
  }
}
@keyframes load2 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #d01126;
  }
}
@-webkit-keyframes load2 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #d01126;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
}
@-webkit-keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
}
.nav-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  margin: auto;
  transform: translateY(-100%);
  z-index: 95;
  transition: all 1s ease-in;
}
.nav-layer.active {
  transform: translateY(0%);
}
.nav-layer .logo {
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
}
@media screen and (max-width: 640px) {
  .nav-layer .logo {
    top: 14px;
    left: 10px;
    width: 125px;
  }
}
.nav-layer .info {
  position: absolute;
  top: 20px;
  right: 125px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info {
    top: 15px;
    right: 75px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info {
    right: 70px;
  }
}
.nav-layer .info a {
  display: inline-block;
  vertical-align: top;
  width: 76px;
  height: 76px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background-color: #6fa8c7;
  border-radius: 50%;
  padding: 10px 8px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a {
    width: 68px;
    height: 68px;
    padding: 8px 8px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info a {
    width: 64px;
    height: 64px;
    padding: 6px 5px;
  }
}
.nav-layer .info a.net {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.net {
    margin-right: 5px;
  }
}
.nav-layer .info a.net img {
  width: 38px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.net img {
    width: 34px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info a.net img {
    width: 33px;
  }
}
.nav-layer .info a.line {
  background-color: #59ad50;
  padding: 10px 8px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.line {
    padding: 8px 8px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info a.line {
    padding: 6px 5px;
  }
}
.nav-layer .info a.line img {
  width: 28px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.line img {
    width: 26px;
  }
}
.nav-layer .info a img {
  display: block;
  margin: 0 auto 7px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a img {
    margin: 0 auto 5px;
  }
}

.inner {
  position: relative;
}

h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
h1 a {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  h1 a {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  h1 a {
    font-size: 11px;
  }
}

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

@keyframes fuwattoBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.drawer-btn .btn_border {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 15px;
  transition: all 1s ease-in;
}

.drawer-btn {
  display: block;
  position: fixed;
  top: 25px;
  right: -134px;
  z-index: 100;
  transition: all 2s ease-in;
}
@media screen and (max-width: 1180px) {
  .drawer-btn {
    display: block;
  }
}
.drawer-btn.on {
  right: 25px;
}
.drawer-btn.scroll {
  display: block;
  -webkit-animation: fuwattoBlock 1.5s ease-out forwards;
          animation: fuwattoBlock 1.5s ease-out forwards;
}
.drawer-btn img.cl {
  display: none;
}
.drawer-btn.current img.on {
  display: none;
}
.drawer-btn.current img.cl {
  display: block;
}

.drawer-btn .border01 {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 0 0 0 auto;
}

.drawer-btn .border02 {
  display: block;
  position: relative;
  top: 9px;
  width: 90%;
  height: 2px;
  background-color: #fff;
  margin: 0 0 0 auto;
}

.drawer-btn .border03 {
  position: relative;
  display: block;
  top: 18px;
  width: 70%;
  height: 2px;
  background-color: #b3b3b3;
  margin: 0 0 0 auto;
}

.current.drawer-btn {
  display: block;
}

.current.drawer-btn .btn_border:before {
  transition: 0.2s ease 0.1s;
  opacity: 0;
}

.current.drawer-btn .border01 {
  left: 0px;
  top: 8px;
  transform: rotateZ(-45deg);
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s;
}
.current.drawer-btn .border01:after {
  width: 40px;
}

.current.drawer-btn .border02 {
  transition: 0.2s ease 0.1s;
  opacity: 0;
}

.current.drawer-btn .border03 {
  top: 4px;
  width: 100%;
  transform: rotateZ(45deg);
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s;
}
.current.drawer-btn .border03:after {
  width: 40px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0 !important;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  margin: auto;
}

.owl-carousel .owl-item {
  padding: 10px;
}

.owl-carousel .owl-prev {
  position: absolute;
  bottom: 0;
  left: -18px;
  width: 42px;
  height: 42px;
  border: 1px solid #000 !important;
  background: #fff !important;
  border-radius: 50% !important;
  margin: auto;
  transition: all 1s ease-in;
}
.owl-carousel .owl-prev:hover {
  background-color: #000 !important;
}
.owl-carousel .owl-prev:hover:before {
  background-color: #fff;
}
.owl-carousel .owl-prev:hover:after {
  background-color: #fff;
}
.owl-carousel .owl-prev:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 2px;
  height: 20px;
  background-color: #000;
  margin: auto;
  z-index: 1;
  transition: all 1s ease-in;
}
.owl-carousel .owl-prev:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  width: 20px;
  height: 2px;
  background-color: #000;
  margin: auto;
  z-index: 1;
  transition: all 1s ease-in;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  opacity: 0.8;
}

.owl-carousel .owl-next {
  position: absolute;
  bottom: 0px;
  right: -18px;
  width: 42px;
  height: 42px;
  border: 1px solid #000 !important;
  background: #fff !important;
  border-radius: 50% !important;
  margin: auto;
  transition: all 1s ease-in;
}
.owl-carousel .owl-next:hover {
  background-color: #000 !important;
}
.owl-carousel .owl-next:hover:before {
  background-color: #fff;
}
.owl-carousel .owl-next:hover:after {
  background-color: #fff;
}
.owl-carousel .owl-next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 2px;
  height: 20px;
  background-color: #000;
  margin: auto;
  z-index: 1;
  transition: all 1s ease-in;
}
.owl-carousel .owl-next:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 20px;
  height: 2px;
  background-color: #000;
  margin: auto;
  z-index: 1;
  transition: all 1s ease-in;
}

/*.owl-carousel .owl-next:before{
    display: block;
    content: "";
    position: absolute;
    top: -21.5px;
    bottom: 0;
    right: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: auto;
}
.owl-carousel .owl-next:after{
    display: block;
    content: "";
    position: absolute;
    top: 21.5px;
    bottom: 0;
    right: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: auto;
}*/
.owl-theme .owl-dots .owl-dot {
  margin: 20px 0 10px 1% !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px !important;
  height: 16px !important;
  border-radius: 0 !important;
  border: 1px solid #333333 !important;
  margin: 0 !important;
  box-sizing: border-box;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #666666 !important;
}

/* スクロールの幅の設定 */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* スクロールの背景の設定 */
::-webkit-scrollbar-track {
  border-radius: 0px;
}

/* スクロールのつまみ部分の設定 */
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #aaa;
}

.gnav::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

@-webkit-keyframes fuwattoNone {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes fuwattoNone {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.gnav {
  opacity: 0;
  position: absolute;
  top: 20px;
  right: 0;
  width: calc(100vw - 100px);
  text-align: center;
  transition: all 0.5s;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .gnav {
    display: none;
  }
}
.gnav.scroll .gnav-inner li a {
  color: #3f3f3f;
}
.gnav.blk .gnav-inner li a {
  color: #3f3f3f;
}
.gnav.on {
  display: block !important;
  top: 0px;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
  margin: 0 auto 0;
}
.gnav.on .gnav-inner {
  position: absolute;
  top: 18%;
  bottom: 0;
  left: 0px;
  right: 0;
  width: 100%;
  height: 80%;
  max-height: 90%;
  overflow-y: scroll;
  padding: 20px 1.5em 80px;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-height: 700px) {
  .gnav.on .gnav-inner {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 480px) {
  .gnav.on .gnav-inner {
    top: 12%;
    height: 77%;
    max-height: 77%;
  }
}
.gnav.on .gnav-inner li {
  display: block;
  max-width: 220px;
  margin: 0 auto 12px;
}
.gnav.on .gnav-inner li a {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 5px 0em 8px;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner li a {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .gnav.on .gnav-inner li a {
    font-size: 20px;
  }
}
.gnav.on .gnav-inner li.add {
  display: block;
  max-width: 440px;
  text-align: center;
  margin: 50px auto;
}
.gnav.on .gnav-inner li.add .stc {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
  color: #3f3f3f;
  margin: 0 auto 0px;
}
@media screen and (max-width: 1024px) {
  .gnav.on .gnav-inner li.add .stc {
    font-size: calc(1rem + (1vw - 7.68px) * 0.1736);
  }
}
.gnav.on .gnav-inner li.add .stc a {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.gnav.on .gnav-inner li.add .stc a span {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  border-radius: 5px;
  background-color: #215945;
  padding: 3px 0.5em 4px;
  margin-right: 8px;
}
.gnav.on .gnav-inner li.add .stc span {
  font-size: 16px;
  letter-spacing: 0em;
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner li.add .stc span {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .gnav.on .gnav-inner li.add .stc span {
    font-size: 14px;
  }
}
.gnav.on .gnav-inner li.add .tel {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #00a6e9;
  padding: 0;
  margin: 0 auto;
}
.gnav.on .gnav-inner li.add .tel-stc {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #3f3f3f;
  letter-spacing: 0.1em;
  margin: 0 auto 10px;
}
.gnav.on .gnav-inner li.add .or-area {
  text-align: center;
  margin-top: 20px;
}
.gnav.on .gnav-inner li.add .or-area .or {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background-color: #e7380d;
  border-radius: 5px;
  padding: 3px 0.5em 4px;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner li.add .or-area .or {
    font-size: 15px;
  }
}
.gnav.on .gnav-inner li.add .c-stc {
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #3f3f3f;
}
.gnav.on .gnav-inner li.add .c-stc a {
  font-size: 18px;
  font-weight: 600;
}
.gnav.on .gnav-inner li.add .c-stc span {
  font-size: 16px;
  font-weight: 400;
}
.gnav.on .gnav-inner li.add table {
  max-width: 640px;
  text-align: center;
  margin: 10px auto 10px;
}
.gnav.on .gnav-inner li.add table tr:first-child th {
  padding: 8px 0.5em;
}
.gnav.on .gnav-inner li.add table tr:first-child td {
  color: #3f3f3f;
  padding: 8px 0.5em;
}
.gnav.on .gnav-inner li.add table tr:nth-child(2) th {
  border-bottom: 1px solid #000;
}
.gnav.on .gnav-inner li.add table tr:nth-child(n+2) th {
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner li.add table tr:nth-child(n+2) th {
    font-size: 13px;
    letter-spacing: 0em;
  }
}
.gnav.on .gnav-inner li.add table tr:last-child td:last-child {
  font-size: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner li.add table tr:last-child td:last-child {
    font-size: 12px;
  }
}
.gnav.on .gnav-inner li.add table th {
  width: 24%;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #3f3f3f;
  border: 1px solid #000;
  padding: 10px 0.2em;
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner li.add table th {
    font-size: 14px;
  }
}
.gnav.on .gnav-inner li.add table td {
  vertical-align: middle;
  width: 12.5%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #3f3f3f;
  border: 1px solid #000;
  padding: 10px 0.5em;
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner li.add table td {
    font-size: 15px;
  }
}
.gnav.on .gnav-inner li.add table td img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner li.add table td img {
    width: 18px;
  }
}
.gnav.on .gnav-inner li.cnt {
  display: block;
  max-width: 350px;
  border-bottom: none;
  margin: 0 auto;
}
.gnav.on .gnav-inner li.cnt .contact-btn {
  display: block;
  width: 96%;
  max-width: 350px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border: 2px solid #3f3f3f;
  padding: 16px 0.5em 15px;
  margin: 20px auto;
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner li.cnt .contact-btn {
    font-size: 16px;
  }
}
.gnav.on .gnav-inner li.cnt .contact-btn:hover {
  color: #000;
  background-color: #fff;
}
.gnav.on .gnav-inner li.cnt .contact-btn img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}
.gnav .gnav-inner li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.gnav .gnav-inner li:last-child {
  margin-right: 0;
}
.gnav .gnav-inner li.add {
  display: none;
}
.gnav .gnav-inner li.cnt {
  display: none;
}
.gnav .gnav-inner li.cnt a:nth-child(2) {
  display: none;
}
.gnav .gnav-inner li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #3f3f3f;
  text-align: left;
  transition: all 0.5s ease-in;
}
@media screen and (max-width: 1280px) {
  .gnav .gnav-inner li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .gnav .gnav-inner li a {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 480px) {
  .gnav .gnav-inner li a {
    letter-spacing: 0;
    line-height: 1.3;
  }
}
.gnav .gnav-inner li a:hover {
  opacity: 0.7;
}
.gnav .gnav-inner li a span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.3em;
  line-height: 1;
  color: #fff;
  margin-bottom: 3px;
}

.gnav-ly {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.5s;
  margin: auto;
  z-index: 99;
}
.gnav-ly.on {
  display: block;
  -webkit-animation: fuwattoBlock 1s ease-out forwards;
          animation: fuwattoBlock 1s ease-out forwards;
}

.fix-boxed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 1.5em;
  z-index: 100;
}
.fix-boxed:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.fix-boxed .boxed-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.fix-boxed .movie-box {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.fix-boxed .movie-box .close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 140%;
  color: #fff;
}
.fix-boxed .movie-box iframe {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.fix-boxed .movie-box iframe:hover {
  box-shadow: none;
  transform: scale(1, 1);
}
.fix-boxed .img-box {
  width: 100%;
  height: 0%;
  overflow: hidden;
  padding-top: 56.25%;
}
.fix-boxed .img-box .close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 35px;
  color: #fff;
}
.fix-boxed .img-box img {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: auto;
}

.btn-area {
  overflow: hidden;
  max-width: 700px;
  margin: 0 auto 60px;
}
.btn-area .btn {
  float: left;
  width: 47%;
  margin: 0px auto;
  margin-right: 6%;
}
@media screen and (max-width: 640px) {
  .btn-area .btn {
    float: none;
    width: 100%;
    margin: 0px auto 20px;
  }
}
.btn-area .btn:nth-child(2) {
  margin: 0px auto;
}

.btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000;
  text-align: left;
  padding: 14px 0em 14px 0;
  margin: 60px auto;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .btn {
    font-size: 16px;
  }
}
.btn:hover:before {
  width: 320px;
  border: 4px solid #000;
}
.btn:hover svg .bt0 {
  stroke: #000;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0px;
  right: -8px;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 4px solid #939393;
  margin: auto;
  opacity: 0.2;
  transition: all 1s ease-in;
}
.btn svg {
  position: absolute;
  top: 17px;
  right: 10px;
  width: 42px;
}
.btn svg .bt0 {
  transition: all 1s ease-in;
}

.d-btn {
  position: relative;
  display: block;
  width: 190px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000;
  padding-right: 45px;
  margin: 0 0 0 auto;
}
.d-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 0;
  width: 41px;
  height: 13px;
  background: url("../img/arrow.svg") no-repeat center center;
  margin: auto;
  transition: all 1s ease-in;
}
.d-btn:hover::before {
  right: -8px;
}

table {
  /*table-layout: fixed;*/
  word-break: break-all;
  word-wrap: break-word;
}

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

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-top {
  display: block;
  width: 60px;
  border-bottom: 2px solid #000;
  margin: 0 0 80px auto;
}
.page-top span {
  display: block;
  width: 28px;
  height: 28px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0 auto 0;
}

@keyframes lineh {
  0% {
    height: 0;
  }
  40% {
    height: 20%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes lineh {
  0% {
    height: 0;
  }
  40% {
    height: 20%;
  }
  100% {
    height: 100%;
  }
}
.loader {
  opacity: 0;
  position: fixed;
  top: -100%;
  left: -60%;
  width: 250%;
  height: 250%;
  text-align: center;
  z-index: 1001;
  transition: all 0.8s cubic-bezier(0.8, 0, 0.2, 1);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media screen and (max-height: 800px) {
  .loader {
    width: 240%;
    height: 280%;
  }
}
@media screen and (max-width: 640px) {
  .loader {
    top: -80%;
    left: -70%;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
  }
}
.loader.on:before {
  left: -50%;
}
.loader.on:after {
  right: -50%;
}
.loader.on .line {
  opacity: 0;
}
.loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #000;
  transition: all 2s ease-in;
}
.loader:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #000;
  transition: all 2s ease-in;
}
.loader .line {
  position: relative;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #fff;
  margin: 0 auto;
  -webkit-animation: lineh 2.5s ease-in 0s forwards;
  animation: lineh 2.5s ease-in 0s forwards;
  margin: 0 auto;
  z-index: 1;
  transition: all 1s ease-in;
}
.nav-links {
  text-align: center;
  margin-top: 35px;
}

.pagination {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}

.screen-reader-text {
  display: none !important;
}

.navigation span.current {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  padding: 6px 9px;
}

.navigation a,
.navigation span {
  vertical-align: middle;
  color: #3f3f3f;
  background: none;
  border-radius: 0px;
  padding: 5px 13px;
}
.navigation a:hover,
.navigation span:hover {
  color: #fff;
  background-color: #000;
}

.navigation a.next,
.navigation a.prev {
  position: relative;
  width: 38px;
  height: 45px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
}

.navigation a.next {
  margin-left: 30px;
}
.navigation a.next:hover {
  background-color: #fff;
}
.navigation a.next:hover:before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.navigation a.next:before {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.navigation a.prev {
  margin-right: 30px;
}
.navigation a.prev:hover {
  background-color: #fff;
}
.navigation a.prev:hover:before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.navigation a.prev:before {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.clear {
  clear: both;
}

header {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 101;
  transition: all 2s ease-in;
}
@media screen and (max-width: 640px) {
  header {
    top: 10px;
    left: 5px;
  }
}
@media screen and (max-height: 850px) {
  header h2 {
    width: 140px;
  }
}
@media screen and (max-width: 960px) {
  header h2 {
    width: 160px;
  }
}
@media screen and (max-width: 640px) {
  header h2 {
    width: 120px;
  }
}
header h2.active a svg .st3 {
  fill: #000 !important;
}
header h2.active a svg .st0,
header h2.active a svg .st1 {
  stroke: #000 !important;
}
header h2.active a svg .st2 {
  stroke: #fff !important;
}
header h2.drw a svg .st3 {
  fill: #fff !important;
}
header h2.drw a svg .st0,
header h2.drw a svg .st1 {
  stroke: #fff !important;
}
header h2.drw a svg .st2 {
  stroke: #000 !important;
}
header h2 a {
  display: inline-block;
}
header h2 a svg {
  width: 100%;
  max-width: 180px;
}
header h2 a svg .st0,
header h2 a svg .st1,
header h2 a svg .st2,
header h2 a svg .st3 {
  transition: all 1s ease-in;
}

.contact-area {
  position: relative;
  z-index: 2;
  background-color: #fff;
  text-align: center;
  padding: 80px 1em;
}
.contact-area .stc {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
  color: #3f3f3f;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1024px) {
  .contact-area .stc {
    font-size: calc(1rem + (1vw - 7.68px) * 0.1736);
  }
}
.contact-area .tel {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
  color: #1d5999;
  margin: 0 auto;
}
.contact-area .tel img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 7px;
}
.contact-area .tel-stc {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #3f3f3f;
  margin: 0 auto 10px;
}
.contact-area .btn {
  max-width: 340px;
  margin: 20px auto;
}

.contact-btn {
  display: block;
  width: 96%;
  max-width: 350px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border: 2px solid #000;
  padding: 16px 0.5em 15px;
  margin: 20px auto;
}
@media screen and (max-width: 640px) {
  .contact-btn {
    font-size: 16px;
  }
}
.contact-btn:hover {
  color: #fff;
  background-color: #000;
}
.contact-btn img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}

footer {
  position: relative;
  overflow: hidden;
  padding: 80px 1.5em 0px;
}
@media screen and (max-width: 640px) {
  footer {
    padding: 60px 1.5em 120px;
  }
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
footer .footer-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto 0px;
  z-index: 1;
}
footer .col-area .col {
  display: inline-block;
  vertical-align: middle;
  width: 31%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  footer .col-area .col {
    display: block;
    vertical-align: middle;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
footer .col-area .col:nth-child(2) {
  width: 63%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  footer .col-area .col:nth-child(2) {
    width: 100%;
    text-align: center;
  }
}
footer .f-logo {
  display: block;
  max-width: 220px;
  margin: 40px auto 10px;
}
@media screen and (max-width: 640px) {
  footer .f-logo {
    max-width: 200px;
  }
}
footer .logo-p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  footer .logo-p {
    font-size: calc(1rem + (1vw - 7.68px) * 0.1736);
  }
}
footer .logo-p a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 960px) {
  footer .logo-p a {
    font-size: calc(1rem + (1vw - 7.68px) * 0.1736);
  }
}
footer ul {
  max-width: 640px;
  text-align: center;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  footer ul {
    text-align: center;
  }
}
footer ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  margin-right: 20px;
}
footer ul li:last-child {
  margin-right: 0;
}
footer ul li a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 960px) {
  footer ul li a {
    font-size: calc(1rem + (1vw - 7.68px) * 0.1736);
  }
}
footer .copyright {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 6px 1em 40px;
  z-index: 1;
}
footer .copyright .copy {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}

header {
  left: 5px;
}
header h2 a svg .st3 {
  fill: #000;
}
header h2 a svg .st0,
header h2 a svg .st1 {
  stroke: #000;
}
header h2 a svg .st2 {
  stroke: #fff;
}
@media screen and (max-width: 960px) {
  header h2.wht a svg .st3 {
    fill: #fff;
  }
}
@media screen and (max-width: 960px) {
  header h2.wht a svg .st0,
header h2.wht a svg .st1 {
    stroke: #fff;
  }
}
@media screen and (max-width: 960px) {
  header h2.wht a svg .st2 {
    stroke: #000;
  }
}

.gnav_bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
}

.main-visual {
  position: relative;
  overflow: hidden;
  height: 450px;
}
.main-visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .main-visual:before {
    display: none;
  }
}
.main-visual h2 {
  position: absolute;
  bottom: 20px;
  top: 0;
  right: 10%;
  height: 110px;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.5em;
  color: #fff;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .main-visual h2 {
    font-size: calc(2.25rem + (1vw - 7.68px) * 0.1736);
  }
}
.container {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 100px 0 40px;
}
.container:before {
  content: "";
  position: absolute;
  top: -99px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 50%);
          clip-path: polygon(0 0, 100% 0%, 50% 50%);
  background-color: #fff;
  transform: scale(1, -1);
}
@media screen and (max-width: 640px) {
  .container:before {
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 30%);
            clip-path: polygon(0 0, 100% 0%, 50% 30%);
  }
}
@media screen and (max-width: 480px) {
  .container:before {
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 20%);
            clip-path: polygon(0 0, 100% 0%, 50% 20%);
  }
}

section .section-inner {
  max-width: 1280px;
  padding: 0 1.5em;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  section .section-inner {
    padding: 0 1em;
  }
}

.breadcrumbs {
  position: absolute;
  bottom: 0;
  max-width: 1280px;
  line-height: 1.4;
  padding: 15px 0em 5px 10px;
  margin: 10px auto 0;
}
.breadcrumbs a {
  color: #3f3f3f;
}
.breadcrumbs a span {
  color: #3f3f3f;
}
.breadcrumbs span {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #ccc;
}
@media screen and (max-width: 640px) {
  .breadcrumbs span {
    font-size: 14px;
  }
}
.breadcrumbs img {
  margin: 0 10px;
}

#hoken-page {
  padding: 120px 0 100px;
}
#hoken-page h2.title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: center;
  color: #3f3f3f;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #hoken-page h2.title {
    font-size: calc(1.625rem + (1vw - 7.68px) * 0.5208);
  }
}
@media screen and (max-width: 640px) {
  #hoken-page h2.title {
    letter-spacing: 0.1em;
  }
}
#hoken-page .stc {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: #3f3f3f;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #hoken-page .stc {
    font-size: 15px;
  }
}
#hoken-page .stc .cr {
  color: #8bc120;
  font-weight: bold;
}
#hoken-page .stc .tre {
  color: #e7380d;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #hoken-page .stc .pc {
    display: none;
  }
}
#hoken-page .link-box {
  position: relative;
  padding-top: 120px;
}
#hoken-page .link-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 680px;
  text-align: center;
  margin: 0 auto;
}
#hoken-page .link-area.fx {
  position: fixed;
  z-index: 91;
}
#hoken-page .link-area a {
  display: inline-block;
  vertical-align: middle;
  width: 31%;
  max-width: 200px;
  height: 70px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  border: 2px solid #000;
  background-color: #8bc120;
  border-radius: 8px;
  padding: 12px 0.3em 8px;
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  #hoken-page .link-area a {
    font-size: 15px;
  }
}
#hoken-page .link-area a:first-child {
  padding-top: 22px;
}
#hoken-page .link-area a:nth-child(2) {
  background-color: #ffe100;
}
#hoken-page .link-area a:last-child {
  background-color: #f29600;
  margin-right: 0;
}
#hoken-page .link-area a:hover {
  background-color: #fff;
}
#hoken-page .link-area a span {
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #hoken-page .link-area a span {
    font-size: 13px;
  }
}
#hoken-page .row {
  max-width: 800px;
  margin: 0 auto 60px;
}
#hoken-page .row#row02 h2 {
  color: #ffe100;
  border-bottom: 2px solid #ffe100;
}
#hoken-page .row#row03 h2 {
  color: #f29600;
  border-bottom: 2px solid #f29600;
}
#hoken-page .row#row03 h5 {
  background: linear-gradient(transparent 70%, #f29600 60%);
}
#hoken-page .row .row-inner {
  padding: 0 1em;
}
@media screen and (max-width: 640px) {
  #hoken-page .row .row-inner {
    padding: 0 0.5em;
  }
}
#hoken-page .row h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
  color: #8bc120;
  border-bottom: 2px solid #8bc120;
  padding-bottom: 3px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #hoken-page .row h2 {
    font-size: calc(1.5rem + (1vw - 7.68px) * 0.5208);
  }
}
#hoken-page .row .stc {
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
}
#hoken-page .row .stc.ml {
  margin-bottom: 40px;
}
#hoken-page .row .stc.mll {
  margin-bottom: 60px;
}
#hoken-page .row .stc span {
  font-weight: bold;
}
#hoken-page .row h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  color: #3f3f3f;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  #hoken-page .row h3 {
    font-size: calc(1.375rem + (1vw - 7.68px) * 0.3472);
  }
}
#hoken-page .row h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  #hoken-page .row h3 img {
    width: 36px;
  }
}
#hoken-page .row ul {
  margin-bottom: 20px;
}
#hoken-page .row ul.non li {
  padding-left: 40px;
}
#hoken-page .row ul.non li:before {
  display: none;
}
#hoken-page .row ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-left: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #hoken-page .row ul li {
    font-size: 15px;
  }
}
#hoken-page .row ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 100%;
  margin: auto;
}
#hoken-page .row ul li span {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  color: #f29600;
}
#hoken-page .row .gry-area {
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 40px 1.5em;
  margin-bottom: 20px;
}
#hoken-page .row .gry-area h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  color: #3f3f3f;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  #hoken-page .row .gry-area h4 {
    font-size: calc(1.125rem + (1vw - 7.68px) * 0.3472);
  }
}
#hoken-page .row .gry-area ul {
  margin-bottom: 0;
}
#hoken-page .row h5 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  color: #3f3f3f;
  background: linear-gradient(transparent 70%, #8bc120 60%);
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  #hoken-page .row h5 {
    font-size: calc(1.0625rem + (1vw - 7.68px) * 0.2604);
  }
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

#privacy-page {
  max-width: 760px;
  padding: 60px 1.5em 0px;
  margin: 0 auto -60px;
}
@media screen and (max-width: 960px) {
  #privacy-page {
    padding: 40px 1.5em 0px;
  }
}
#privacy-page h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #3f3f3f;
  margin: 0 auto 30px;
  z-index: 1;
  transition: all 1s ease-in;
}
@media screen and (max-width: 1024px) {
  #privacy-page h2 {
    font-size: calc(1.875rem + (1vw - 7.68px) * 0.3472);
  }
}
#privacy-page h3,
#privacy-page h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  #privacy-page h3,
#privacy-page h4 {
    font-size: calc(1rem + (1vw - 0.68px) * 0.1736);
  }
}
#privacy-page .stc {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #privacy-page .stc {
    font-size: calc(0.9375rem + (1vw - 3.3px) * 0.1441);
    margin-bottom: 20px;
  }
}
#privacy-page .stc.smrg {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #privacy-page .stc.smrg {
    margin-bottom: 20px;
  }
}
#privacy-page .stc.lmrg {
  margin-bottom: 55px;
}
#privacy-page .btn {
  font-size: 18px;
  margin: 0 auto;
}

#contact {
  text-align: center;
  padding: 60px 1.5em 80px;
}
@media screen and (max-width: 960px) {
  #contact {
    padding: 40px 1.5em 60px;
  }
}
#contact h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #3f3f3f;
  margin: 0 auto 30px;
  z-index: 1;
  transition: all 1s ease-in;
}
@media screen and (max-width: 1024px) {
  #contact h2 {
    font-size: calc(1.875rem + (1vw - 7.68px) * 0.3472);
  }
}
#contact .stc {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #3f3f3f;
  text-align: center;
  margin: 0 auto 60px;
}
@media screen and (max-width: 640px) {
  #contact .stc {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 480px) {
  #contact .stc .pc {
    display: none;
  }
}
#contact .stc a {
  text-decoration: underline;
}
#contact .input-form .stc {
  margin: 20px 0;
}

.input-form {
  position: relative;
  text-align: left;
  max-width: 800px;
  margin: 50px auto 0px;
  /*    .wpcf7-list-item-label:after {
          -webkit-transition: border-color 0.2s linear;
          transition: border-color 0.2s linear;
          position: absolute;
          top: 50%;
          left: 0px;
          display: block;
          margin-top: -12px;
          width: 40px;
          height: 40px;
          background-color: #dcdcdc;
          border-radius: 0px;
          content: '';
          z-index: 0;
      }
      .wpcf7-list-item-label:before {
          -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
          position: absolute;
          top: 50%;
          left: 14px;
          display: block;
          margin-top: -6px;
          width: 13px;
          height: 23px;
          border-right: 3px solid #323232;
          border-bottom: 3px solid #323232;
          content: '';
          opacity: 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          z-index: 1;
      }*/
}
.input-form .secure-box {
  text-align: center;
}
.input-form p {
  position: relative;
}
.input-form .require {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #aa0000;
  text-align: right;
}
.input-form .gray-text {
  width: 150px;
  font-size: 110%;
  text-align: center;
  background-color: #dcdcdc;
  padding: 5px 10px 7px;
  margin: 0px 0 10px auto;
}
.input-form .gray-text span {
  position: absolute;
  top: 3px;
  left: 15px;
  font-size: 120%;
  color: #c30d23;
  margin-right: 5px;
}
.input-form .small {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 50px;
}
.input-form .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.2em;
  margin: 20px 0 0;
}
.input-form .title span {
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #aa0000;
}
.input-form input[type=text],
.input-form input[type=email],
.input-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 16px;
  border-radius: 0;
  border: none;
  background: #fff;
  border-bottom: 1px solid #000;
  padding: 10px;
  box-sizing: border-box;
}
.input-form input[type=text].short,
.input-form input[type=email].short,
.input-form textarea.short {
  max-width: 200px;
}
.input-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  width: 100%;
  max-width: 260px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0px;
  text-align: center;
  padding: 14px 0.5em 14px;
  margin: 30px auto;
  z-index: 0;
  cursor: pointer;
  /*        width: 92%;
          max-width: 250px;
          color: #FFF;
          font-size: 18px;
          letter-spacing: 0.2em;
          background-color: #000;
          border: 2px solid #000;
          border-radius: 0;
          padding: 12px 0;
          margin: 50px auto 60px;*/
  transition: all 1s ease-in;
  /*        &:hover{
              color: $main-color;
              background-color: #FFF;
          }*/
}
.input-form button.off {
  opacity: 0.3;
}
.input-form button .fa {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  height: 22px;
  font-size: 140%;
  font-weight: bold;
  margin: auto 0;
}
.input-form .btn {
  max-width: 300px;
  font-size: 16px;
  margin: 30px auto;
}
.input-form .wpcf7c-btn-back .fa {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 12px;
  right: auto;
  height: 22px;
  font-size: 140%;
  font-weight: bold;
  margin: auto 0;
}
.input-form .btn-area {
  text-align: center;
  margin: 30px auto 60px;
}
.input-form .btn-area .btn {
  float: none;
  display: inline-block !important;
  width: 48% !important;
  margin: 0px auto;
  margin-right: 2% !important;
}
@media screen and (max-width: 640px) {
  .input-form .btn-area .btn {
    display: block !important;
    width: 100% !important;
    margin: 20px auto 30px !important;
  }
}
.input-form .btn-area .btn:last-of-type {
  margin-right: 0% !important;
}
@media screen and (max-width: 640px) {
  .input-form .btn-area .btn:last-of-type {
    margin: 20px auto 0px !important;
  }
}
.input-form .att {
  margin: 50px auto 25px;
  text-align: center;
}
.input-form .policy-area {
  position: relative;
  text-align: center;
}
.input-form .policy-area .wpcf7-not-valid-tip {
  right: 0;
}
.input-form .policy-area .wpcf7-list-item label {
  margin-right: 0px;
}
.input-form .border-p {
  position: relative;
  border-bottom: 1px solid #c8c8c8;
  padding: 8px 0;
}
.input-form .age {
  position: relative;
  max-width: 180px;
  padding-right: 30px;
}
.input-form .age p {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.input-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: none;
  border: none;
  border: 1px solid #dedede;
  border-radius: 0;
  padding: 8px 25px 8px 10px;
}
.input-form select::-ms-expand {
  display: none;
}
.input-form .select-group {
  position: relative;
  max-width: 400px;
}
.input-form .select-group:after {
  position: absolute;
  top: 15px;
  right: 8px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 2;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.input-form .select-group .wpcf7-not-valid-tip {
  display: none !important;
}
.input-form input[type=radio],
.input-form input[type=checkbox] {
  margin-right: 5px;
}
.input-form input[type=radio],
.input-form input[type=checkbox] {
  display: none;
}
.input-form input[type=radio] + span,
.input-form input[type=checkbox] + span,
.input-form .wpcf7c-conf-hidden + span {
  position: relative;
  letter-spacing: 0.1em;
  padding: 1px 0px 0px 34px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.input-form input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #b5b5b6;
  border-radius: 50%;
}
.input-form input[type=radio]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 14px;
  height: 14px;
  background: #323232;
  border-radius: 50%;
}
.input-form input[type=checkbox] + span::before,
.input-form .wpcf7c-conf-hidden + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #b5b5b6;
}
.input-form .wpcf7c-conf-hidden + span::before {
  background: none;
  border: none;
}
.input-form input[type=checkbox]:checked + span::after,
.input-form .wpcf7c-conf-hidden + span::after {
  display: block;
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: 5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin: auto;
}
.input-form .wpcf7-list-item-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-weight: normal;
  /*padding: 5px 0px 0px 10px;*/
}
.input-form .wpcf7-list-item label {
  margin-right: 30px;
  margin-bottom: 10px;
}
.input-form .zip1,
.input-form .zip2 {
  display: inline-block;
  width: 80px;
}
.input-form .zip1 input[type=text],
.input-form .zip2 input[type=text] {
  background-color: #dcdcdc;
  border: none;
}
.input-form .zip2 {
  width: 100px;
}
.input-form .pref {
  margin-left: 15px;
}
.input-form .address {
  display: block;
  margin-top: 15px;
}
.input-form .address input[type=text] {
  border: none;
}
.input-form #select-group .select-group {
  display: inline-block;
  width: 120px;
}
.input-form #final #school {
  display: inline-block;
  width: 100px;
}
.input-form #final .schoolname {
  display: inline-block;
  margin-left: 10px;
}
.input-form #final .schoolname p {
  display: inline-block;
}
.input-form #final .schoolname p input[type=text] {
  background-color: #dcdcdc;
  width: 180px;
}
.input-form #final .depart {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 720px) {
  .input-form #final .depart {
    margin-top: 15px;
  }
}
.input-form #final .depart p {
  display: inline-block;
}
.input-form #final .depart p input[type=text] {
  background-color: #dcdcdc;
  width: 180px;
}
.input-form .border-box {
  border: 1px solid #c8c8c8;
  padding: 20px 1.5em;
  margin: 10px 0 18px;
}
.input-form .border-box h4 {
  margin-bottom: 5px;
}
.input-form .border-box p span {
  font-family: "Open Sans", sans-serif;
}
.input-form .gladuate-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.input-form #birthday {
  position: relative;
}
.input-form #birthday1 {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}
.input-form #birthday2 {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}
.input-form #birthday3 {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}
/*# sourceMappingURL=page.css.map */