@charset "UTF-8";
/* ==================================================
// 	reset
================================================== */
/* Box sizing rules */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ==================================================
	color settings
================================================== */
:root,
html {
  font-size: 62.5%;
}

body {
  font-size: 0.813em;
  -webkit-text-size-adjust: 100%;
  font-family: 'Montserrat',"ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","YuGothic","Roboto Regular","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
  letter-spacing: 0.2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.231;
}

body.open {
  overflow: hidden;
  height: 100%;
}

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-size: 3.7324vw;
}

@media screen and (min-width: 768px) {
  #wrapper {
    font-size: 1.4rem;
  }
}

#wrapper p {
  line-height: 1.8;
}

.site_wrap {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .site_wrap {
    width: 100%;
    padding-left: 5.332vw;
    padding-right: 5.332vw;
  }
}

@media screen and (min-width: 768px) {
  .site_wrap {
    width: 1200px;
  }
}

.bg_r,
.bg_l {
  position: relative;
}

.bg_r::before,
.bg_l::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f3f6f8;
  width: 70vw;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .bg_r::before,
  .bg_l::before {
    width: 75vw;
  }
}

.bg_l::before {
  left: 0;
}

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #header {
    padding: 5.332vw;
  }
}

@media screen and (min-width: 768px) {
  #header {
    font-size: 1.4rem;
    width: 1200px;
    margin: 0 auto 20px;
    padding-top: 20px;
  }
}

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

@media screen and (max-width: 767px) {
  #header .logo {
    margin: 0 auto;
  }
}

#header .logo span {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #header .logo span {
    display: none;
  }
}

#header .logo img {
  width: 290px;
}

@media screen and (max-width: 767px) {
  #header .logo img {
    width: 49.321vw;
  }
}

#header .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
}

#header .info p {
  font-size: 1.2rem;
  margin-right: 10px;
}

#header .info span {
  font-size: 3.2rem;
  position: relative;
  background: url(../img/common/ico_tel.png) left center no-repeat;
  background-size: 25px auto;
  padding-left: 32px;
}

@media screen and (max-width: 767px) {
  #header .info {
    display: none;
  }
}

.gnav_menu {
  z-index: 100;
  position: absolute;
  right: 5.332vw;
  width: 6.9316vw;
  height: 6.9316vw;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .gnav_menu {
    display: none;
  }
}

.gnav_menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #054988;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gnav_menu span:nth-of-type(1) {
  top: 10%;
}

.gnav_menu span:nth-of-type(2) {
  top: 48%;
}

.gnav_menu span:nth-of-type(3) {
  bottom: 10%;
}

.gnav_menu.open span {
  background-color: #fff;
}

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

.gnav_menu.open span:nth-of-type(2) {
  opacity: 0;
}

.gnav_menu.open span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .gnav {
    background: -webkit-gradient(linear, left top, right bottom, from(#66a6ff), to(#89f7fe));
    background: linear-gradient(to bottom right, #66a6ff, #89f7fe);
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    text-align: center;
    z-index: 10;
  }
  .gnav ul {
    margin: 120px 0;
  }
  .gnav ul li a {
    color: #fff;
    padding: 10px 3%;
    display: block;
    line-height: 1.5;
    font-size: 4.2656vw;
  }
}

@media screen and (min-width: 768px) {
  .gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gnav ul li {
    margin-left: 30px;
  }
  .gnav ul a {
    display: block;
  }
}

footer {
  margin-top: 200px;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 19.995vw;
    font-size: 3.1992vw;
  }
}

footer .bg {
  position: relative;
  background: #054988;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  footer .bg {
    padding-top: 15.996vw;
    padding-bottom: 13.33vw;
  }
}

footer .page_top {
  position: absolute;
  right: 15%;
  top: -30px;
  border-radius: 50%;
  border: 1px solid #e2e8f6;
  background: #fff;
}

@media screen and (max-width: 767px) {
  footer .page_top {
    right: 5%;
  }
}

footer .page_top a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
}

footer .page_top img {
  width: 14px;
}

footer .site_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  footer .site_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .logo {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  footer .logo {
    text-align: center;
  }
}

footer .logo img {
  margin-top: 10px;
  width: 290px;
}

@media screen and (max-width: 767px) {
  footer .logo img {
    width: 61.8512vw;
    margin: 0 auto;
    margin-top: 3.999vw;
  }
}

footer .txt {
  margin-top: 30px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  footer .txt {
    text-align: center;
    margin-top: 5.332vw;
  }
}

footer .cont_wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  footer .cont_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5.332vw;
  }
}

footer .cont_wrap .btn_style02 {
  width: 300px;
  margin-left: 20px;
}

footer .cont_wrap .btn_style02 a {
  padding: 18px 0 18px 22px;
}

footer .cont_wrap .btn_style02 a::before {
  left: 45px;
}

@media screen and (max-width: 767px) {
  footer .info {
    margin-bottom: 3.999vw;
    text-align: center;
  }
}

footer .info span {
  display: block;
  font-size: 3.2rem;
  position: relative;
  background: url(../img/common/ico_tel_w.png) left center no-repeat;
  background-size: 25px auto;
  padding-left: 35px;
}

@media screen and (max-width: 767px) {
  footer .f_link {
    margin-top: 9.331vw;
  }
}

footer .f_link li {
  background: url(../img/common/ico_link_w.png) left center no-repeat;
  background-size: 16px auto;
  padding-left: 26px;
  margin-bottom: 25px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  footer .f_link li {
    background-size: 13px auto;
    padding-left: 6.1318vw;
    margin-bottom: 2.666vw;
  }
}

footer .f_link li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  footer .f_link a:hover {
    color: inherit;
    text-decoration: underline;
  }
}

footer .copyright {
  text-align: center;
  color: #333333;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 2.9326vw;
    padding: 2.666vw;
    letter-spacing: 0.1em;
  }
}
