﻿html:not(.responsive) {
  min-width: 1000px; /* viewport */
}

/*=============================================
 * body
 *=============================================*/

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #f5b700;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}
.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.btn-popup{
  width: 774px;
  height: 134px;
  margin: 0 auto;
  position: relative;
}
.btn-popup:before{
  content: '';
  border: 2px solid #f5b700;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: 2;
}
.btn-popup a{
  display: block;
  height: 100%;
  background: #10285d;
  color: #f5b700;
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 64px;
  padding: 32px 13px 33px 0px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  transition: 0.3s all ease-in-out;
}
.btn-popup a:before{
  content: '';
  width: 0;
  background: #f5b700;
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  z-index: -1;
  transition: 0.3s all ease-in-out;
}
.btn-popup a:after{
  content: '';
  background-image: url('../img/shared/icon_popup.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  width: 23px;
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 34px;
  transition: 0.3s all ease-in-out;
}
.btn-popup a:hover{
  color: #10285d;
  text-decoration: none;
}
.btn-popup a:hover:before{
  width: calc(100% - 10px);
}
.btn-popup a:hover:after{
  background-image: url('../img/shared/icon_popup_on.png');
}
/*=============================================
 * <main>
 *=============================================*/

main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#head-top {
  position: relative;
}

#key-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 770px;
}

.header-box::before {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 5px solid #f5b700;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 88;
}

.header-box h1 {
  font-size: 12px;
  color: #f5b700;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 99;
}

.header-box .logo {
  position: absolute;
  top: 237px;
  left: 50%;
  z-index: 99;
  margin-left: -102px;
}

.header-box .logo1 {
  position: absolute;
  top: 40px;
  left: 5px;
  z-index: 99;
}

.header-box .btn-f {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -90px;
  z-index: 99;
  opacity: 0;
  transition: all 0.4s ease;
}

.fixed-btn .header-box .btn-f {
  opacity: 1;
}
.header-box .tel-head {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
}

.header-box .btn-mail {
  position: absolute;
  right: 20px;
  top: 87px;
  z-index: 99;
}

.head-info {
  background: #f5b700;
  padding: 18px 0;
}

.head-info ul.nav-h {
  display: flex;
  justify-content: center;
}

#head-top .btn-online {
  position: absolute;
  right: 30px;
  bottom: 110px;
  z-index: 11;
}
.hd-fixed-btn{
  position: absolute;
  right: 15px;
  top: 147px;
  z-index: 2;
}
/*=============================================
 * <header>
 *=============================================*/

header {
  position: relative;
  width: 100%;
  z-index: 100;
}

.nav-header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  background: #f5b700;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  height: 80px;
  box-sizing: border-box;
}

.nav-header .box {
  width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.fixed-btn .nav-header {
  opacity: 1;
  visibility: visible;
}

.nav-header .nav {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.thanks-txt {
  text-align: center;
  padding: 50px 20px 50px;
}

/*=============================================
 * <footer>
 *=============================================*/

footer {
  position: relative;
  background: url(../img/shared/line.jpg) repeat-x #10285d;
  padding: 55px 0 40px;
  font-size: 16px;
  color: #f5b700;
  line-height: 28px;
}
footer .logo {
  position: absolute;
  top: 0;
  left: 40px;
}

.info-footer {
  position: relative;
  padding-left: 248px;
  margin-bottom: 50px;
}

.info-footer .title {
  padding-top: 32px;
  line-height: 26px;
  margin-bottom: 25px;
}

.info-footer .title span {
  display: block;
  font-size: 24px;
  padding-bottom: 7px;
  letter-spacing: 0.1em;
}

.info-footer .title a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  background: url(../img/shared/icon_map.png) no-repeat;
  width: 100px;
  height: 30px;
  padding: 0px 10px 3px 43px;
  box-sizing: border-box;
  margin-left: 12px;
}

.info-footer .title a:hover {
  opacity: 0.7;
}

.info-footer .tel-ft {
  display: flex;
}
.info-footer .bnr {
  position: absolute;
  right: 57px;
  top: -15px;
  width: 284px;
}
.info-footer .bnr img {
  width: 100%;
  height: auto;
}

#pagetop {
  cursor: pointer;
  transition: opacity 0.1s ease;
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
}

#socialbuttons {
  width: 350px;
  margin: inherit;
  position: absolute;
  bottom: 30px;
  left: 0;
}

.nav-list-ft ul {
  display: flex;
  justify-content: space-between;
  padding: 3px 30px 7px 0;
  font-size: 18px;
  line-height: 30px;
}

.nav-list-ft ul li:first-child a {
  padding-left: 22px;
  background: url(../img/shared/icon_home.png) no-repeat center left;
}

.btn-contact {
  background: #fff;
  color: #10285d;
  font-size: 15px;
  text-align: center;
  width: 278px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.btn-contact a {
  text-decoration: none;
}

.btn-contact a span {
  font-size: 18px;
  padding-left: 30px;
  background: url(../img/shared/icon_contact.png) no-repeat center left;
}

.btn-contact:hover {
  opacity: 0.7;
}
.cookie-link {
  padding-right: 34px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #42699d;
  font-size: 13px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

.cookie-link a {
  font-size: 16px;
}

.cookie-link address {
  text-align: right;
}

/*=============================================
 * copyright
 *=============================================*/

/* ==========================================================================
   css popup
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}
/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.95);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  padding: 3px;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #0e1b2c;
  background: #f4ebd6;
}

#popup1 {
  border: 2px solid #0e1b2c;
  padding: 30px;
  text-align: center;
}

.pp_box li {
  padding: 15px 0;
}

.pp_box li .red {
  font-weight: bold;
  color: #c72022;
}

.pp_box li .green {
  font-weight: bold;
  color: #4f9546;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: url(../img/company/close_btn.png) no-repeat;
  width: 50px;
  height: 50px;
}

.remodal-close:before {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .remodal-wrapper {
    padding: 45px 2px 45px;
  }
}

.remodal-close img {
  width: 100%;
  height: auto;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Keyframes
	 ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
	 ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 999px;
  }
}

@media only screen and (max-width: 641px) {
  .pp_box h3 {
    font-size: 5vw;
    padding: 20px 0 25px 76px;
    background: url(../img/company/icon_ttl.jpg) no-repeat left center;
    background-size: 60px auto;
    border-bottom: 1px solid #7abcad;
    width: 90%;
    text-align: left;
    margin: 30px 5% 20px;
  }
}

.oshirase {
  width: 700px;
  background: #10285d;
  color: #ffffff;
  margin: 40px auto 20px auto;
  padding: 10px 0;
}
.oshirase .waku {
  width: 680px;
  border: solid 1px #ffffff;
  margin: 0 auto;
}
.oshirase .waku .tit {
  text-align: center;
  font-size: 23px;
  margin-top: 20px;
  letter-spacing: 1px;
}
.oshirase .waku .txtx {
  text-align: center;
  line-height: 24px;
  margin: 15px 0 20px 0;
  font-size: 15px;
}

/* IE8
	 ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
/* ==========================================================================
	 end css popup
	 ========================================================================== */
