@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08rem;
  -webkit-text-size-adjust: none;
  font-size: 1.5em;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif !important;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 62% !important;
  }
}
/*-------------------------------------------------
基本設定
--------------------------------------------------*/
a,
a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a img:hover {
  opacity: 0.8;
  text-decoration: none;
}

a.textlink {
  color: #ff8900;
  text-decoration: underline;
}

a.textlink:hover {
  text-decoration: none;
}

ul {
  line-height: 1.75;
}

hr {
  background-color: #c7c7c7;
  display: block;
  border: 0;
  height: 1px;
}

a[href^="tel:"] {
  cursor: default;
}

.flotLeft {
  float: left;
}

.flotRight {
  float: right;
}

.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.object-fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.object-con-img {
  -o-object-fit: contain;
     object-fit: contain;
}

.mb35 {
  margin-bottom: 3.5rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb65 {
  margin-bottom: 6.5rem;
}

.mb80 {
  margin-bottom: 8rem;
}

@media screen and (max-width: 480px) {
  .mb80 {
    margin-bottom: 4.5rem;
  }
}
/*-------------------------------------------------
レイアウト関係
--------------------------------------------------*/
section {
  padding: 100px 0 90px;
  text-align: center;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  padding-bottom: 80px;
  padding-top: 95px;
  width: 100%;
  display: block;
}

.innerBox {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.innerBox:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  section {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 480px) {
  main {
    padding-top: 0px;
  }
}
/*-------------------------------------------------
ボタン関係
--------------------------------------------------*/
a.buttons {
  font-style: normal;
  font-size: 1.5rem;
  display: inline-block;
  text-align: center;
  margin: 40px auto;
  padding: 10px 30px;
  min-width: 200px;
  background-color: #333;
  border-radius: 24px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-decoration: none;
}

a.buttons:hover {
  color: #fff;
  background-color: #ff8900;
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

a.buttons_smole {
  font-style: normal;
  font-size: 1.5rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  background-color: #333;
  padding: 3px 20px;
  min-width: 120px;
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-decoration: none;
}

a.buttons_smole:hover {
  color: #fff;
  background-color: #ff8900;
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media screen and (max-width: 480px) {
  a.buttons_smole {
    padding: 3px 15px;
    min-width: 90px;
  }
}
/*-------------------------------------------------
タイトル関係
--------------------------------------------------*/
h2, h3 {
  color: #1b1b1b;
}

p {
  padding-top: 4px;
  margin-bottom: 5px;
  letter-spacing: 0.15rem;
  line-height: 2.3;
}

.jp {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.en {
  font-family: "Roboto", sans-serif;
}

h2.title {
  font-size: 4.5rem;
  letter-spacing: 0.2rem;
  overflow: hidden;
  line-height: 1.5;
  display: block;
  font-weight: 700;
}

h2.title span {
  display: block;
}

h2.title .jp {
  font-size: 1.6rem;
  font-weight: 400;
}

h2.lead_title {
  font-size: 3.3rem;
  letter-spacing: 0.1rem;
  overflow: hidden;
  line-height: 1.5;
  display: block;
  font-weight: 700;
  margin-bottom: 30px;
}

.titleBox {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.titleBox h2.title {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  h2.title {
    font-size: 3.6rem;
    letter-spacing: 0.15rem;
  }
  h2.lead_title {
    font-size: 2.8rem;
  }
  p {
    line-height: 1.8;
  }
}
/*-------------------------------------------------
underコンタクトボタン
--------------------------------------------------*/
.under_contact {
  padding-top: 0;
}

.under_contact .innerBox {
  max-width: 800px;
  background: rgb(226, 230, 230);
  padding: 50px 0;
}

.under_contact p {
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
}

.under_button {
  position: relative;
  display: inline-block;
  background-color: #fff;
  width: 320px;
  height: 60px;
  border: 1px solid #333;
  cursor: pointer;
  text-decoration: none;
}

.under_button:hover {
  background-color: #ffcc00;
  opacity: 1;
}

.under_button:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #333;
  top: 50%;
  right: -30px;
  width: 60px;
  height: 1px;
  -webkit-transition: all 0.25s ease 0.05s;
  transition: all 0.25s ease 0.05s;
}

.under_button:hover:after {
  right: -15px;
}

.under_button_text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 4px 0 0;
  font-size: 15px;
  font-weight: 700;
  z-index: 1;
  letter-spacing: 3px;
}

@media screen and (max-width: 480px) {
  .under_button {
    width: 75%;
    height: 45px;
  }
  .under_button:after {
    width: 30px;
    right: -15px;
  }
  .under_button:hover:after {
    right: -8px;
  }
  .under_button_text {
    font-size: 14px;
  }
}
/*---------------------------------------------------
reCAPTCHAバッジ非表示
--------------------------------------------------*/
.recaptcha_policy {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  font-size: 11px !important;
  color: #444 !important;
}

.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*---------------------------------------------------
head
--------------------------------------------------*/
.site-header {
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  position: fixed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
  height: 95px;
}

.logobox {
  display: table;
}

.site-logo,
.site_desc {
  display: table-cell;
}

.site_desc {
  font-size: 1.4rem;
  line-height: 1;
  padding-left: 10px;
  vertical-align: bottom;
}

.site-logo img {
  width: 160px;
  height: auto;
  margin-top: -8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gnav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gnav__menu li {
  margin-left: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
}

.gnav__menu li a {
  color: #333;
  text-decoration: none;
  display: block;
  width: auto;
}

.gnav__menu li a:hover {
  opacity: 1;
}

.site-header.transform {
  background: rgba(255, 255, 255, 0.7);
  padding: 0 20px;
  height: 60px;
}

.site-header.transform .logobox {
  margin-top: -5px;
}

.site-header.transform .site-logo img {
  width: 120px;
  margin-top: 0;
}

.gnav__menu li:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  bottom: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.gnav__menu li:hover:after {
  background: #ff8900;
  bottom: -5px;
}

@media screen and (min-width: 769px) {
  .zdo_drawer_menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .gnav,
  .site_desc {
    display: none;
  }
  .zdo_drawer_menu * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none;
  }
  .drawer_menu_inner {
    width: 100%;
  }
  .zdo_drawer_menu a {
    color: inherit;
    text-decoration: none;
  }
  .zdo_drawer_menu a:visited {
    color: inherit;
  }
  .zdo_drawer_menu .zdo_drawer_button {
    display: block;
    background: none;
    border: none;
    padding: 0;
    width: 34px;
    cursor: pointer;
    z-index: 1001;
    text-align: center;
    outline: none;
  }
  .zdo_drawer_menu .zdo_drawer_button.transform {
    margin-top: 0;
  }
  .zdo_drawer_menu .zdo_drawer_button.active {
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 22px;
  }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
    width: 42px;
  }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
    -webkit-transform: rotate(32deg);
            transform: rotate(32deg);
    background-color: #fff;
  }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
    opacity: 0;
  }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
    -webkit-transform: rotate(-32deg);
            transform: rotate(-32deg);
    background-color: #fff;
  }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
    display: none;
  }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
    display: block;
  }
  .zdo_drawer_menu .zdo_drawer_bar {
    display: block;
    height: 2px;
    margin: 9px 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .zdo_drawer_menu .zdo_drawer_text {
    text-align: center;
    font-size: 10px;
  }
  .zdo_drawer_menu .zdo_drawer_close {
    letter-spacing: 0.08em;
    display: none;
  }
  .zdo_drawer_menu .zdo_drawer_menu_text {
    display: block;
  }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper {
    width: 260px;
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(312px);
            transform: translate(312px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #333;
    overflow-y: auto;
  }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .zdo_drawer_menu.left .zdo_drawer_button {
    right: auto;
    left: 32px;
  }
  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
    -webkit-transform: translate(-312px);
            transform: translate(-312px);
    right: auto;
    left: 0;
  }
  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  /*+++ Default Navigation CSS +++*/
  .zdo_drawer_menu .zdo_drawer_nav {
    padding: 50px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    overflow-y: hidden;
  }
  .zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 16px;
    letter-spacing: 0.1rem;
    color: #fff;
  }
  .zdo_drawer_menu .zdo_drawer_nav li a {
    height: 100%;
    display: block;
    border-bottom: 1px dotted #666666;
    background-position: left center;
    background-repeat: no-repeat;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .zdo_drawer_menu .zdo_drawer_nav li a:hover {
    color: #fa7e04;
    opacity: 1;
  }
  /*+++ Default Button Color +++*/
  .zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
    background-color: #333;
  }
}
@media screen and (max-width: 480px) {
  .site-header,
  .site-header.transform {
    height: 45px;
    padding: 0 5px;
    position: relative;
  }
  .site-logo img,
  .site-header.transform .site-logo img {
    margin-top: -1px;
    width: 104px;
    height: auto;
  }
  .site-header.transform .logobox {
    margin-top: 0;
  }
  .zdo_drawer_menu .zdo_drawer_button,
  .zdo_drawer_menu .zdo_drawer_button.transform {
    margin-top: 0;
    width: 28px;
    position: fixed;
    top: 8px;
    right: 12px;
  }
  .zdo_drawer_menu .zdo_drawer_button.active {
    cursor: pointer;
    position: fixed;
    top: 12px;
    right: 12px;
  }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
    width: 28px;
  }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    background-color: #fff;
  }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
    background-color: #fff;
  }
  .zdo_drawer_menu .zdo_drawer_bar {
    display: block;
    height: 1px;
    margin: 7px 0;
  }
  /*+++ Default Navigation CSS +++*/
  .zdo_drawer_menu .zdo_drawer_nav {
    padding: 50px 24px;
  }
  .zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 15px;
  }
}
/*---------------------------------------------------------
footer
---------------------------------------------------------*/
footer {
  background: #333;
  width: 100%;
  padding: 40px 0 40px 0;
}

.foot-inner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.foot-left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.foot-left-box li {
  margin-right: 30px;
}

.f-logo img {
  margin-bottom: 7px;
  width: 150px;
}

.foot-left-box li b {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.foot-left-box li p {
  line-height: 1.5;
  font-size: 12px;
}

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

.foot-right .follows {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.foot-right .follows span {
  display: inline-block;
  position: relative;
  margin-right: 50px;
}

.foot-right .follows span:before {
  content: "";
  position: absolute;
  right: 10;
  top: -4px;
  display: inline-block;
  width: 35px;
  height: 1px;
  -webkit-transform: translate(7px);
          transform: translate(7px);
  /*位置調整*/
  background-color: #fff;
}

.foot-right .follows a img {
  margin-left: 15px;
}

footer .policy {
  text-align: right;
  font-size: 12px;
  margin-top: 12px;
  line-height: 1.5;
}

footer .copy {
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
}

footer .copy:before {
  content: "©";
}

#totop a img {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 30px 0 30px 0;
  }
  .foot-inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .foot-left-box {
    display: block;
    width: 100%;
  }
  .foot-left-box li {
    margin-right: 0;
  }
  .foot-left-box li b {
    font-size: 13px;
  }
  .foot-left-box li p {
    font-size: 11px;
  }
  .foot-right .follows {
    font-size: 12px;
  }
  .foot-right .follows span {
    margin-right: 30px;
  }
  .foot-right .follows span:before {
    width: 26px;
  }
  .foot-right .follows a img {
    margin-left: 10px;
  }
  footer .policy {
    font-size: 11px;
    margin-top: 10px;
  }
  footer .copy {
    font-size: 11px;
  }
  #totop a img {
    width: 40px;
  }
}
@media screen and (max-width: 480px) {
  .foot-inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: block;
  }
  .foot-left-box {
    margin-bottom: 20px;
  }
  .f-logo img {
    width: 130px;
  }
  .foot-right .follows a img {
    margin-left: 15px;
  }
  footer .policy,
  footer .copy {
    text-align: left;
  }
}