@charset "utf-8";
/* -----------------------------------------------------------
 * リセット
----------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
em, strong, th, address {
  font-style: normal;
  font-weight: normal;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
img, object, embed {
  border: 0;
  vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
strong {
  font-weight: bold;
}
/* -----------------------------------------------------------
 * クリアフィックス
----------------------------------------------------------- */
.cb {
  clear: both;
  font-size: 1%;
  height: 0;
  line-height: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hide from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* -----------------------------------------------------------
 * ベース
----------------------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "SourceHanSerif";
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
  color: #333;
}
body::selection {
  background: #FF9B27;
  color: #0080CC;
}
.grecaptcha-badge {
  visibility: hidden;
}
.roboto {
  font-family: "Roboto";
}
a {
  text-decoration: underline;
  color: #0080CC;
}
a:link {
  color: #0080CC;
}
a:visited {
  color: #0080CC;
}
a:hover {
  color: #0080CC;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  body {
    line-height: 1.8;
    font-size: 16px;
  }
}
/* -----------------------------------------------------------
 * ヘッダー
----------------------------------------------------------- */
.header {
  width: 88%;
  height: 100px;
  padding: 0 6% 0;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 999;
  background-color: #FFF;
  transition: all .4s ease
}
.header.change-color {
  background-color: #FFF;
  transition: 0.3s;
}
.header .header-logo {
  width: 335px;
  height: 40px;
  float: left;
  transition: all .4s ease;
}
.header .header-logo img {
  width: 335px;
  height: 40px;
  display: block
}
.header .header-menu {
  width: 80%;
  float: right;
}
.header .header-menu .main-menu-inner {
  width: 85%;
  margin-left: 15%;
  display: flex;
  float: left;
}
.header .header-menu .main-menu-inner > li {
  padding: 40px 28px 30px;
  list-style-type: none;
}
.header .header-menu .main-menu-inner > li > a {
  display: block;
  width: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s ease;
  position: relative;
  padding-bottom: 15px;
}
.header .header-menu .main-menu-inner > li > a::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  bottom: 10px;
  left: 0;
  transition: all .4s ease;
  background: #0080CC
}
.header .header-menu .main-menu-inner > li > a:active.mb-no-link {
  pointer-events: none
}
.header .header-menu .main-menu-inner > li .pulldown-content {
  width: 80%;
  opacity: 0;
  position: absolute;
  top: 100px;
  left: 0;
  transform: translateY(0);
  pointer-events: none;
  transition: all .4s ease;
  background: #0080CC;
  padding: 20px 10%;
  display: flex;
  align-items: center;
}
.header .header-menu .main-menu-inner > li .pulldown-content .cat-box {
  width: 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #fff;
  margin-right: 5%;
  padding-right: 0%
}
.header .header-menu .main-menu-inner > li .pulldown-content .cat-box .cat-title .en {
  font-family: "gravesend-sans", sans-serif;
  color: #FF9B27;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 500
}
.header .header-menu .main-menu-inner > li .pulldown-content .cat-box .cat-title .jp {
  color: #fff;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 4px;
}
.header .header-menu .main-menu-inner > li .pulldown-content .inner-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}
.header .header-menu .main-menu-inner > li .pulldown-content .inner-list li {
  margin-right: 40px;
  padding: 15px 0;
  list-style-type: none;
}
.header .header-menu .main-menu-inner > li .pulldown-content .inner-list li a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  padding-left: 1.2vw;
  transition: all .4s ease
}
.header .header-menu .main-menu-inner > li .pulldown-content .inner-list li a::before {
  position: absolute;
  content: "→";
  font-size: 14px;
  color: #fff;
  left: 0;
  top: 58%;
  transform: translate(0, -50%);
  transition: all .4s ease
}
.header .header-menu .main-menu-inner > li .pulldown-content .inner-list li:hover a {
  opacity: 1;
  color: #FF9B27
}
.header .header-menu .main-menu-inner > li .pulldown-content .inner-list li:hover a::before {
  color: #FF9B27
}
.header .header-menu .main-menu-inner > li:hover > a {
  opacity: 1
}
.header .header-menu .main-menu-inner > li:hover > a::before {
  width: 100%
}
.header .header-menu .main-menu-inner > li:hover > .pulldown-content {
  opacity: 1;
  pointer-events: auto
}
.header .header-menu .main-menu-inner > li .inner-list {
  display: none
}
.header .header-menu .header-menu-contact {
  width: 12.7%;
  float: right;
}
.header .header-menu .header-menu-contact a {
  width: 80px;
  background: #FFA500;
  border-radius: 30px;
  color: #333 !important;
  display: block;
  margin: 32px 0 0 3%;
  padding: 10px 30px 10px 55px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  background-image: url("../../img/common/icon_contact.png");
  background-repeat: no-repeat;
  background-position: 25px 14px;
  background-size: 21px 15px;
}
.header .header-menu .header-menu-contact a:hover {
  background: rgba(255, 165, 0, 0.8);
  background-image: url("../../img/common/icon_contact.png");
  background-repeat: no-repeat;
  background-position: 25px 14px;
  background-size: 21px 15px;
}
.header .header-menu .header-menu-contact a::before {
  height: 0;
}
@media screen and (max-width:1266px) {
  .header {
    width: 94%;
    height: 90px;
    padding: 0 3%
  }
  .header .header-logo img {
    width: 260px;
    height: 29px;
  }
  .header .hamburger-menu {
    width: 30px;
    height: 7px;
    position: fixed;
    top: 38px;
    right: 5%;
    z-index: 30
  }
  .header .hamburger-menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0080CC
  }
  .header .hamburger-menu span:nth-of-type(1) {
    top: 0;
    transition: all .4s
  }
  .header .hamburger-menu span:nth-of-type(2) {
    bottom: 0;
    transition: all .4s
  }
  .header .hamburger-menu.is-show span {
    transform-origin: left;
    background-color: #FFF
  }
  .header .hamburger-menu.is-show span:nth-of-type(1) {
    top: -5px;
    transform: rotate(45deg) translateY(-50%) translateX(0)
  }
  .header .hamburger-menu.is-show span:nth-of-type(2) {
    bottom: -10px;
    transform: rotate(-45deg) translateY(-50%) translateX(0)
  }
  .header .header-menu {
    display: none;
    width: 90%;
    position: fixed;
    height: 80%;
    margin-left: 0;
    top: 0;
    left: 0;
    background: rgba(0, 128, 204, 0.9);
    padding: 40px 5% 80px;
    overflow: scroll
  }
  .header .header-menu .main-menu-inner {
    width: 100%;
    margin-left: 0%;
    display: flex;
    flex-wrap: wrap
  }
  .header .header-menu .main-menu-inner > li {
    width: 100%;
    padding: 40px 28px 0;
    margin-bottom: 0;
  }
  .header .header-menu .main-menu-inner > li > a {
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 0;
    color: #FFF;
  }
  .header .header-menu .main-menu-inner > li > a::before {
    width: 100%;
    height: 1px;
    background: #FFF
  }
  .header .header-menu .main-menu-inner > li > a:hover {
    color: #FF9B27;
  }
  .header .header-menu .main-menu-inner > li > a.arrow {
    position: relative
  }
  .header .header-menu .main-menu-inner > li > a.arrow::after {
    content: "";
    width: 10px;
    height: 10px;
    background: unset;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 40%;
    right: 5px
  }
  .header .header-menu .main-menu-inner > li > a.mb-no-link {
    pointer-events: none;
    margin-bottom: 5px;
  }
  .header .header-menu .main-menu-inner > li .pulldown-content {
    width: 100%;
    opacity: 1;
    position: unset;
    pointer-events: auto;
    background: unset;
    padding: 0;
    display: flex;
    box-shadow: unset;
    flex-direction: column-reverse
  }
  .header .header-menu .main-menu-inner > li .pulldown-content .cat-box {
    width: 100%;
    border-right: unset;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 0
  }
  .header .header-menu .main-menu-inner > li .pulldown-content .cat-box .cat-title {
    display: none;
    opacity: 0;
    pointer-events: none
  }
  .header .header-menu .main-menu-inner > li .pulldown-content .inner-list {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .header .header-menu .main-menu-inner > li .pulldown-content .inner-list li {
    width: 100%;
    padding: 0;
    margin-bottom: 1.5vw
  }
  .header .header-menu .main-menu-inner > li .pulldown-content .inner-list li a {
    color: #FFF;
    font-size: 16px;
    padding-left: 4vw;
    position: relative;
    z-index: 1000000
  }
  .header .header-menu .main-menu-inner > li .pulldown-content .inner-list li a::before {
    color: #FFF;
    top: 50%;
  }
  .header .header-menu .main-menu-inner > li .pulldown-content .inner-list li:hover a {
    opacity: 1;
    color: #FF9B27
  }
  .header .header-menu .main-menu-inner > li .pulldown-content .inner-list li:hover a::before {
    color: #FF9B27;
  }
  .header .header-menu .main-menu-inner > li:hover > a {
    opacity: 1
  }
  .header .header-menu .main-menu-inner > li:hover > a::before {
    width: 100%
  }
  .header .header-menu .main-menu-inner > li:hover > .pulldown-content {
    opacity: 1;
    pointer-events: auto
  }
  .header .header-menu .main-menu-inner > li .inner-list {
    display: none
  }
  .header .header-menu.is-show {
    display: block
  }
  .header.hide-out {
    height: 18vw;
    background: #e8e8e8
  }
  .header.hide-out .header-logo {
    height: 5.5vw
  }
  .header.hide-out .header-menu .main-menu-inner {
    padding: 0 .5vw
  }
  .header.hide-out .header-menu .main-menu-inner a {
    font-size: 1.8rem
  }
  .header .header-menu .header-menu-contact {
    width: 60%;
    margin: 40px 20% 0;
    float: left;
  }
  .header .header-menu .header-menu-contact a {
    width: 65%;
    height: 40px;
    margin: 0;
    padding: 10px 5% 0 30%;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 2px;
    background-position: 25px 17px;
  }
  .header .header-menu .header-menu-contact a:hover {
    background-position: 25px 17px;
  }
  .header .header-menu .header-menu-contact a::before {
    height: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .header {
    width: 90%;
    padding: 0 5% 0;
  }
  .header .header-menu .header-menu-contact {
    width: 20%;
  }
}
/* -----------------------------------------------------------
 * コンテンツ
----------------------------------------------------------- */
main {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  main {
    padding: 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {}
@media (min-width: 960px) and (max-width: 1440px) {}
/* -----------------------------------------------------------
 * フッター
----------------------------------------------------------- */
.footer-inner {
  width: 88%;
  padding: 40px 6%;
  background-color: #0080CC;
  color: #FFF;
  overflow: hidden;
}
.footer-inner .left {
  width: 45%;
  margin-right: 5%;
  float: left;
}
.footer-inner .right {
  width: 45%;
  margin-left: 5%;
  float: right;
}
.footer-inner .left .address {
  width: 100%;
  float: left;
  font-size: 14px;
  margin-bottom: 30px;
}
.footer-inner .left .address img {
  margin: 0 0 15px;
}
.footer-inner .left .phone a {
  text-decoration: none;
  color: #FFF;
}
.footer-inner .left .bnrbox {
  width: 100%;
  clear: both;
}
.footer-inner .left .bnrbox a:hover {
  opacity: 0.8;
}
.footer-inner .left .bnrbox {
  float: left;
}
.footer-inner .left .bnrbox img {
  float: left;
  width: 62px;
  margin-right: 15px;
}
.footer-inner .left .bnrbox .g-company {
  float: left;
}
.footer-inner .left .bnrbox .g-company .txt {
  border: 1px #FFF solid;
  margin-bottom: 10px;
  text-align: center;
  padding: 4px 11px;
  font-size: 11px;
  width: 100px;
}
.footer-inner .left .bnrbox .g-company img {
  width: 125px;
}
.footer-inner .right .links {
  width: 100%;
  float: right;
  line-height: 70px;
}
.footer-inner .right .links a {
  color: #FFF;
  text-decoration: none;
}
.footer-inner .right .links a:link {
  color: #FFF;
}
.footer-inner .right .links a:visited {
  color: #FFF;
}
.footer-inner .right .links a:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer-inner .right .links ul {
  width: 100%;
}
.footer-inner .right .links ul li {
  margin-left: 50px;
  font-size: 16px;
  list-style: none;
  float: right;
}
.footer-inner .right .copy {
  float: right;
  font-size: 16px;
  font-weight: 500;
  margin-top: 70px;
}
@media screen and (max-width: 599px) {
  .footer-inner {
    width: 88%;
    padding: 40px 6%;
  }
  .footer-inner .left {
    width: 100%;
    margin-right: 0;
  }
  .footer-inner .right {
    width: 100%;
    margin-left: 0;
  }
  .footer-inner .left .address {
    margin-bottom: 30px;
  }
  .footer-inner .left .address img {
    margin: 0 0 10px;
  }
  .footer-inner .left .bnrbox img {
    width: 54px;
    margin-right: 14px;
  }
  .footer-inner .left .bnrbox .g-company .txt {
    margin-bottom: 8px;
    padding: 2px 2px;
    font-size: 10px;
  }
  .footer-inner .left .bnrbox .g-company img {
    width: 106px;
  }
  .footer-inner .right .links {
    width: 100%;
    float: right;
    line-height: 70px;
  }
  .footer-inner .right .links ul li {
    margin-left: 0;
    margin-right: 10px;
    font-size: 13px;
    list-style: none;
    float: left;
  }
  .footer-inner .right .copy {
    float: left;
    font-size: 14px;
    width: 90%;
    margin: 10px 5% 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .footer-inner {
    width: 50%;
    padding: 40px 25%;
  }
  .footer-inner .left {
    width: 100%;
    margin-right: 0;
  }
  .footer-inner .right {
    width: 100%;
    margin-left: 0;
  }
  .footer-inner .left .address {
    margin-bottom: 30px;
  }
  .footer-inner .left .address img {
    margin: 0 0 10px;
  }
  .footer-inner .left .bnrbox .g-company {
    float: left;
  }
  .footer-inner .right .links {
    width: 100%;
    float: right;
    line-height: 70px;
  }
  .footer-inner .right .links ul li {
    margin-left: 0;
    margin-right: 20px;
    font-size: 14px;
    list-style: none;
    float: left;
  }
  .footer-inner .right .copy {
    float: left;
    font-size: 14px;
    width: 80%;
    margin: 10px 10% 0;
  }
}
/* -----------------------------------------------------------
 * ページトップ
----------------------------------------------------------- */
#top_scroll {
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 0;
}
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -50px;
  right: 30px;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #222;
  text-align: center;
  text-decoration: none;
  transition: 1s;
  -webkit-transition: 1s;
}
#page-top:hover {
  transform: translateY(-8px);
}
#top_scroll:hover {
  background: #fff;
}