@charset "UTF-8";
/* CSS Document */
html {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
html.wf-active,
html.loading-delay {
  visibility: visible;
  opacity: 1;
}

* {
  word-break: break-all;
}
body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
#wrapper {
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  /*html,
body {
	min-width: 1260px;
}
*/
}
a {
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #999;
}

.inner {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.ns_b {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.cg {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fixBtn ul li {
  position: fixed;
  z-index: 200;
  transition: all 0.3s;
  writing-mode: vertical-lr;
  display: block;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.fixBtn ul li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}
.fixBtn ul li:nth-of-type(1) {
  top: 130px;
  right: -5px;
  background-color: #73b8c5;
}
.fixBtn ul li:nth-of-type(2) {
  top: 320px;
  right: -5px;
  background-color: #e5cb48;
}
.fixBtn ul li:hover {
  right: 0;
}

/*header*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
}
.is-animation {
  background-position: top center;
  background-color: #fff;
  transition: 1s;
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2);
}
header .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 15px 20px 0;
  overflow: hidden;
}
header .inner {
  max-width: 1900px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
header .inner h1 {
  margin-top: 0;
  width: 200px;
}
header .inner h1 a {
  display: inline-block;
}
header .inner h1 a img {
  width: 100%;
}
header .inner h1 a:hover {
  opacity: 0.7;
}
header .inner .right {
  display: flex;
  justify-content: space-between;
}
header .inner .right .gnavArea {
  position: relative;
}
header .inner .right .h_vav {
  position: absolute;
  right: 20px;
  top: -5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .inner .right .h_vav li {
  margin: 0 0.5em;
}
header .inner .right .h_vav li a {
  color: #000;
}
header .inner .right .h_vav li a:hover {
  opacity: 0.7;
}
header .inner .right .gnav {
  overflow: hidden;
  margin-top: 33px;
  background-color: #fff;
  border-radius: 50px;
  padding: 5px 20px;
}
header .inner .right .gnav li {
  float: left;
  margin: 0 1em;
  text-align: center;
}
header .inner .right .gnav li a {
  line-height: 38px;
  font-size: 1em;
  color: #72b8c5;
}
header .inner .right .gnav li a:hover {
  color: #e7cc3f;
}
header .inner .right .gnav .icon a {
  display: block;
  background-color: #72b8c5;
  border-radius: 50px;
  width: 38px;
  height: 38px;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding-top: 12px;
}
header .inner .right .gnav .icon a:hover {
  background-color: #e7cc3f;
  color: #fff;
}
header .inner .right .gnav .icon {
  margin: 0 0.5em;
}
.toggle {
  position: fixed;
  top: 0;
  right: 0;
  color: #73b8c5;
  font-size: 30px;
  cursor: pointer;
  z-index: 9999;
  line-height: 0;
  display: none;
  width: 60px;
  height: 60px;
}
.toggle:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f0c9";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, 50%, 0);
}
.toggle.open:before {
  content: "\f00d";
}

/* footer */
footer {
  background-color: #73b8c5;
  position: relative;
}
footer .inner {
  padding: 70px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
footer .inner .right {
  width: 57%;
  padding-left: 20px;
}
footer .inner .right .ttl {
  color: #fff;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  padding: 0 0 15px 10px;
}
footer .inner .right .sns {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px dashed #fff;
}
footer .inner .right .sns li {
  margin: 0 10px;
}
footer .inner .right .sns li a img {
  width: 100%;
}
footer .inner .right .sns li:nth-of-type(1),
footer .inner .right .sns li:nth-of-type(2) {
  width: 42px;
}
footer .inner .right .sns li:nth-of-type(3) {
  width: 43px;
}
footer .inner .right .sns li:nth-of-type(4) {
  width: 53px;
}
footer .inner .right .sns li a {
  display: block;
}
footer .inner .right .sns li a:hover {
  opacity: 0.7;
}
footer .inner .right .f_nav {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
footer .inner .right .f_nav li {
  margin: 0 10px;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
footer .inner .right .f_nav li a {
  color: #fff;
  font-size: 12px;
}
footer .inner .right .f_nav li a:hover {
  color: #e7cc3f;
}
footer .inner .right .btn {
  padding-top: 30px;
}
footer .inner .right .btn a {
  width: 200px;
  display: inline-block;
  padding: 15px 0;
  font-size: 13px;
  color: #72b8c5;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
}
footer .inner .right .btn a span {
  padding-left: 10px;
}
footer .inner .right .btn a:hover {
  color: #fff;
  background-color: #e5cb48;
}
footer .inner .left {
  width: 43%;
}
footer .inner .left .f_logo {
  width: 304px;
  padding-bottom: 10px;
}
footer .inner .left .f_logo a img {
  width: 100%;
}
footer .inner .left .f_logo a {
  display: inline-block;
}
footer .inner .left .f_logo a:hover {
  opacity: 0.7;
}
footer .inner .left p {
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
}
footer .inner .left .company {
  font-size: 26px;
  letter-spacing: 0.1em;
}
footer .pagetop {
  position: fixed;
  bottom: 39px;
  right: 15px;
  height: auto;
}
footer .pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  color: #d3ceca;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #d3ceca;
}
footer .copy {
  background-color: #fff;
  text-align: center;
}
footer .copy p {
  color: #72b8c5;
  font-size: 12px;
  padding: 10px 0;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1150px) {
  header .inner h1 {
    width: 150px;
  }
  header .inner .right .h_vav {
    top: -13px;
    right: 5px;
  }
  header .inner .right .gnav {
    margin-top: 25px;
    padding: 3px 5px;
  }
  header .inner .right .gnav li a {
    font-size: 13px;
  }
}

@media screen and (max-width: 1000px) {
  /*header*/
  .toggle {
    display: block;
    font-size: 22px;
  }
  header .inner {
    width: 100%;
    display: block;
    padding: 10px 20px 0px;
    height: 65px;
  }
  .is-animation .inner {
    width: 100%;
    padding: 10px 20px 0px;
  }
  header .inner .right {
    display: block;
    width: 100%;
  }
  header .inner h1 {
    width: 130px;
    padding-left: 0;
    margin-top: 0;
  }
  header .inner .right .gnavArea {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9998;
    opacity: 0.6;
    transition: all 0.5s;
    overflow-y: scroll;
  }
  header .inner .right .gnavArea.is_show {
    right: 0;
    opacity: 1;
  }
  header .inner .right .gnavArea .gnav {
    display: block;
    width: 100%;
    padding: 0;
    background-color: none;
  }
  header .inner .right .gnavArea .gnav li {
    width: 100%;
    margin: 0;
  }
  header .inner .right .gnavArea .gnav li a {
    display: block;
    font-size: 15px;
    line-height: 7.1vh;
    text-align: center;
  }
  header .inner .right .gnavArea .gnav li a:hover {
    color: #000;
  }
  header .inner .right .gnavArea .h_vav {
    display: none;
  }
  footer {
    margin-bottom: 75px;
  }
  footer .fsubNav {
    position: fixed;
    width: 100%;
    height: 77px;
    bottom: 0;
    left: 0;
    z-index: 200;
    transition: all 0.3s;
    background-color: #e5cb48;
  }
  footer .fsubNav .inner {
    text-align: center;
    padding: 10px 5vw;
  }
  footer .fsubNav .inner h2 {
    color: #444;
    font-size: 14px;
    background-color: #fff;
    border-radius: 50px;
  }
  footer .fsubNav .inner h2:after {
    display: none;
  }
  footer .fsubNav .inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
  }
  footer .fsubNav .inner ul li {
    width: 50%;
  }
  footer .fsubNav .inner ul li a {
    color: #fff;
  }
  footer .fsubNav .inner ul li a span {
    font-size: 16px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
  .inner {
    width: 100%;
    max-width: 100%;
  }

  /* footer */
  footer .inner {
    padding: 40px 5vw;
    display: block;
  }
  header .inner h1 {
    margin: 0 auto;
  }
  footer .inner .right {
    width: 100%;
    padding-left: 0;
  }
  footer .inner .right .ttl {
    font-size: 14px;
    text-align: center;
    padding: 0 0 20px 0;
  }
  footer .inner .right .sns {
    border-bottom: none;
    justify-content: center;
    padding-bottom: 0;
  }
  /*footer .inner .right .sns li:nth-of-type(1),
footer .inner .right .sns li:nth-of-type(2) {
	width: 42px;
}
footer .inner .right .sns li:nth-of-type(3) {
	width: 43px;
}
footer .inner .right .sns li:nth-of-type(4) {
	width: 53px;
}*/
  footer .inner .right .f_nav {
    display: block;
    padding: 20px 4vw 0;
  }
  footer .inner .right .f_nav li {
    margin: 10px 0;
    text-align: center;
    border-bottom: 1px dotted #fff;
  }
  footer .inner .right .f_nav li a {
    display: block;
    padding: 10px 0;
    font-size: 13px;
  }
  footer .inner .right .btn {
    padding-top: 20px;
  }
  footer .inner .right .btn a {
    width: 100%;
    display: block;
  }
  footer .inner .left {
    width: 100%;
    padding-top: 35px;
  }
  footer .inner .left .f_logo {
    width: 150px;
    margin: 0 auto;
  }
  footer .inner .left p {
    text-align: center;
    font-size: 13px;
  }
  footer .inner .left .company {
    font-size: 20px;
    padding-bottom: 15px;
  }
  footer .pagetop {
    bottom: 35px;
  }
  footer .pagetop a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  footer .copy p {
    padding: 8px 0;
  }
}

@media screen and (max-width: 380px) {
  header .inner {
    padding: 8px 15px 8px;
    height: 60px;
  }
  .is-animation .inner {
    padding: 8px 15px 8px;
  }
  header .inner h1 {
    width: 120px;
  }
}
