@charset "UTF-8";
/* ==================================================
	color settings
================================================== */
/* ==================================================
	basic layout
================================================== */
#wrapper {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000000;
  font-size: 3.999vw;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #wrapper {
    font-size: 1.6rem;
    min-width: 1100px;
  }
}

/* ========== end △ */
/* サイト幅
-------------------------------------------------- */
.site_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .site_wrap {
    width: 1100px;
  }
}

/* ========== end △ */
/* ==================================================
	header
================================================== */
#header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .logo {
  margin-right: auto;
  width: 194px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #header .logo {
    margin-left: 20px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #header .logo {
    width: 29.326vw;
    padding-left: 3.999vw;
  }
}

/* ========== end △ */
#header .h_cont_btn {
  margin-left: 40px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #header .h_cont_btn {
    display: none;
  }
}

/* ========== end △ */
#header .h_cont_btn a {
  display: block;
  padding: 46px;
  background: -webkit-gradient(linear, left top, right top, from(#0084d0), to(#0068b7));
  background: linear-gradient(to right, #0084d0, #0068b7);
  font-weight: bold;
  color: #fff;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #header .h_cont_btn a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header .h_cont_btn a:hover {
    opacity: 0.6;
  }
}

/* ========== end △ */
#header .h_cont_btn .fa-envelope {
  padding-right: 10px;
}

/* ==================================================
	gnav
================================================== */
body.open {
  overflow: hidden;
  height: 100%;
}

.gnav_btn {
  z-index: 100;
  position: relative;
  height: 14.663vw;
  width: 14.663vw;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(#0084d0), to(#0068b7));
  background: linear-gradient(to right, #0084d0, #0068b7);
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .gnav_btn {
    display: none;
  }
}

/* ========== end △ */
.gnav_btn span {
  position: absolute;
  left: 30%;
  width: 40%;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gnav_btn span:nth-of-type(1) {
  top: 38%;
}

.gnav_btn span:nth-of-type(2) {
  bottom: 38%;
}

.gnav_btn.open {
  background: none;
}

.gnav_btn.open span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}

.gnav_btn.open span:nth-of-type(2) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #gnav {
    background: -webkit-gradient(linear, left top, right top, from(#0084d0), to(#0068b7));
    background: linear-gradient(to right, #0084d0, #0068b7);
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 10;
    overflow-y: scroll;
  }
  #gnav.open {
    overflow: auto;
  }
  #gnav ul:first-child {
    padding-top: 21.328vw;
  }
  #gnav ul li {
    position: relative;
  }
  #gnav ul li .fa-chevron-down {
    display: none;
  }
  #gnav ul li a {
    color: #fff;
    display: block;
    padding: 5.332vw;
  }
  #gnav ul li ul {
    padding-left: 3.999vw;
  }
  #gnav ul li .fa-chevron-right {
    padding-right: 2.666vw;
  }
  #gnav ul li.cont {
    width: 90%;
    margin: 20px auto 0;
  }
  #gnav ul li.cont a {
    border-radius: 50px;
    background: #fff;
    position: relative;
    display: block;
    color: #0068b7;
    text-align: center;
    font-size: 1.5rem;
    padding: 18px 0;
    font-weight: bold;
  }
  #gnav ul li.cont .fa-envelope {
    font-size: 1.8rem;
    padding-right: 5px;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #gnav ul:not(.sub) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #gnav ul li {
    position: relative;
    font-weight: bold;
    margin-left: 52px;
  }
  #gnav ul li::after {
    content: "";
    background: url(../common_img/gnav_line.png) right center no-repeat;
    background-size: 8px auto;
    height: 8px;
    width: 8px;
    display: block;
    position: absolute;
    top: 4px;
    right: -29px;
  }
  #gnav ul li a:hover {
    color: #0068b7;
  }
  #gnav ul li:last-child:after, #gnav ul li:nth-child(4):after {
    content: none;
  }
  #gnav ul li:first-child {
    margin-left: 0;
  }
  #gnav ul li.insub {
    position: relative;
  }
  #gnav ul li.insub .fa-chevron-down {
    color: #0068b7;
    padding-left: 5px;
    font-size: 1.2rem;
  }
  #gnav ul .sub {
    position: absolute;
    left: 0;
    top: 65px;
    width: 240px;
  }
  #gnav ul .sub li {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 0;
    background: rgba(17, 61, 94, 0.8);
    border-bottom: 1px solid #264d6b;
    margin-left: 0;
  }
  #gnav ul .sub li::after {
    content: none;
  }
  #gnav ul .sub li .fa-chevron-right {
    font-size: 1.1rem;
    padding-right: 10px;
  }
  #gnav ul .sub li a {
    display: block;
    padding: 26px;
    color: #fff;
  }
  #gnav ul .sub li:last-child {
    border: none;
  }
  #gnav ul .sub li:hover {
    background: rgba(255, 255, 255, 0.8);
  }
  #gnav ul .sub li:hover a {
    color: #0068b7;
  }
}

/* ========== end △ */
/* ==================================================
	content_area
================================================== */
/* ==================================================
	footer
================================================== */
#footer .f_cont_wrap {
  text-align: center;
  padding: 80px 0;
  background: url(../common_img/contact_bg.jpg) center top no-repeat;
  background-size: cover;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .f_cont_wrap {
    padding-left: 3.999vw;
    padding-right: 3.999vw;
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
}

/* ========== end △ */
#footer .f_cont_wrap h2 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .f_cont_wrap h2 {
    font-size: 6.3984vw;
    line-height: 1.5;
  }
}

/* ========== end △ */
#footer .f_cont_wrap .f_cont_btn {
  width: 550px;
  margin: 55px auto 0;
  font-size: 4.6rem;
  color: #0068b7;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .f_cont_wrap .f_cont_btn {
    width: 100%;
    font-size: 6.9316vw;
    margin-top: 5.332vw;
  }
}

/* ========== end △ */
#footer .f_cont_wrap .f_cont_btn a {
  position: relative;
  padding: 20px 0;
  border-radius: 50px;
  display: block;
  color: #0068b7;
  background: #fff;
  font-weight: 600;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #footer .f_cont_wrap .f_cont_btn a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #footer .f_cont_wrap .f_cont_btn a:hover {
    opacity: 0.6;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .f_cont_wrap .f_cont_btn a {
    padding-top: 3.999vw;
    padding-bottom: 3.999vw;
  }
}

/* ========== end △ */
#footer .f_cont_wrap .f_cont_btn a::before {
  position: absolute;
  left: 50px;
  content: '\f0e0';
  font-family: 'Font Awesome 5 Free';
  font-size: 4.8rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .f_cont_wrap .f_cont_btn a::before {
    font-size: 6.9316vw;
    left: 30px;
  }
}

/* ========== end △ */
#footer .info_wrap {
  background: #0068b7;
  padding: 85px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .info_wrap {
    padding-left: 3.999vw;
    padding-right: 3.999vw;
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #footer .info_wrap .site_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* ========== end △ */
#footer .info_wrap .info .logo {
  width: 194px;
  margin-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .info_wrap .info .logo {
    width: 37.324vw;
    margin: 0 auto;
    margin-bottom: 6.665vw;
  }
}

/* ========== end △ */
#footer .info_wrap .info p {
  color: #fff;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .info_wrap .info p {
    text-align: center;
  }
}

/* ========== end △ */
#footer .info_wrap .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .info_wrap .sitemap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 13.33vw;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #footer .info_wrap .sitemap ul {
    margin-left: 100px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .info_wrap .sitemap ul {
    width: 47%;
  }
}

/* ========== end △ */
#footer .info_wrap .sitemap ul:first-child {
  margin-left: 0;
}

#footer .info_wrap .sitemap ul:nth-child(3) {
  font-weight: bold;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .info_wrap .sitemap ul:nth-child(3) {
    width: 100%;
    margin-top: 30px;
  }
}

/* ========== end △ */
#footer .info_wrap .sitemap li {
  margin-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .info_wrap .sitemap li {
    margin-bottom: 3.999vw;
  }
}

/* ========== end △ */
#footer .info_wrap .sitemap li:last-child {
  margin-bottom: 0;
}

#footer .info_wrap .sitemap li.ttl {
  font-weight: bold;
}

#footer .info_wrap .sitemap a {
  color: #fff;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .info_wrap .sitemap a {
    display: block;
    border-bottom: 1px solid #007ad7;
    padding-top: 3.999vw;
    padding-bottom: 3.999vw;
    padding-left: 1.333vw;
  }
}

/* ========== end △ */
/* ==================================================
	pagetop_btn
================================================== */
#pagetop_btn {
  z-index: 2;
  position: fixed;
  right: 50px;
  bottom: 100px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pagetop_btn {
    right: 3.999vw;
    bottom: 7.998vw;
  }
}

/* ========== end △ */
#pagetop_btn.visible {
  opacity: 1;
}

#pagetop_btn a {
  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;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  width: 60px;
  height: 60px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #pagetop_btn a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #pagetop_btn a:hover {
    opacity: 0.6;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pagetop_btn a {
    width: 13.33vw;
    height: 13.33vw;
  }
}

/* ========== end △ */
#pagetop_btn .fa-chevron-up {
  color: #0068b7;
  font-size: 2.5rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pagetop_btn .fa-chevron-up {
    font-size: 4.7988vw;
  }
}

/* ========== end △ */

.c_default{
  cursor: default;
}

