@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a:hover {
  opacity: 0.5;
}

img {
  height: auto;
  display: block;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font: 400 1em "Noto Sans JP", sans-serif;
  width: 100%;
  color: #333333;
}

@media screen and (max-width: 860px) {
  body {
    font-size: 14px;
  }
}

button {
  font: 400 1em "Noto Sans JP", sans-serif;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.hidden {
  overflow-x: hidden;
}

/*==========
共有コンテンツ
==========*/
.container {
  width: 100%;
  max-width: 1632px;
  padding: 0px 16px;
  margin: 0 auto;
  position: relative;
}

.inner {
  width: 100%;
  max-width: 1152px;
  padding: 0px 16px;
  margin: 0 auto;
  position: relative;
}

.l_orange {
  color: #f58600;
}

.d_orange {
  color: #ef7a00;
}

.red {
  color: #ff0000;
}

.blue {
  color: #0071be;
}

.white {
  color: #ffffff;
}

.bg_blue {
  background-color: #eff4fa;
  margin-top: 80px;
  padding: 64px 0px 80px;
}

.bg_blue .blue_head {
  margin-bottom: 24px;
}

@media screen and (max-width: 860px) {
  .bg_blue {
    padding: 40px 0px;
  }
}

.white_bg {
  background-color: #ffffff;
  padding: 80px 0px;
}

.white_bg .blue_head {
  margin-bottom: 24px;
}

@media screen and (max-width: 860px) {
  .white_bg {
    padding: 40px 0px;
  }
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.sp {
  display: none;
}

@media screen and (max-width: 860px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 860px) {
  .pc {
    display: none;
  }
}

/*==========
汎用アイテム
==========*/
.def_btn {
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin: 0 auto;
  display: block;
  border: 2px solid #0071be;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #0071be;
  background-color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.def_btn:hover {
  color: #ffffff;
  background-color: #0071be;
  opacity: 1;
}

.index_btn {
  text-align: center;
  display: block;
  width: 220px;
  font-size: 1.25em;
  padding: 1em;
}

.index_btn.orange {
  background-color: #ef7a00;
}

.index_btn.blue {
  background-color: #0071be;
}

.index_btn::after {
  content: "〉〉";
  display: inline-block;
  letter-spacing: -0.5em;
  padding-left: 0.5em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.index_btn:hover {
  opacity: 1;
}

.index_btn:hover::after {
  -webkit-transform: translateX(0.25em);
          transform: translateX(0.25em);
}

.section_head {
  text-align: center;
}

.section_head.orange {
  color: #ef7a00;
}

.section_head.orange > *::after {
  background-color: #ef7a00;
}

.section_head.blue {
  color: #0071be;
}

.section_head.blue > *::after {
  background-color: #0071be;
}

.section_head > * {
  display: inline-block;
  font-size: 2.625em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.section_head > *::after {
  content: "";
  display: block;
  margin: 8px auto;
  width: 100%;
  height: 3px;
}

@media screen and (max-width: 860px) {
  .section_head > * {
    font-size: 1.5em;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
}

.blue_head {
  color: #0071be;
  font-size: 2.1875em;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 860px) {
  .blue_head {
    font-size: 1.5em;
  }
}

.bl_blue {
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  padding-left: 0.5em;
  border-left: 7px solid #0071be;
}

.blue_label {
  background-color: #0071be;
  color: #ffffff;
  display: block;
  letter-spacing: 0.025em;
  width: 100%;
  max-width: 360px;
  height: 70px;
  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;
}

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

.common_list dt {
  font-weight: 700;
  padding: 1em;
  width: 190px;
  position: relative;
}

.common_list dt::before {
  content: "";
  border-bottom: 4px solid #0071be;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.common_list dd {
  padding: 1em 1em 1em 2em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  border-bottom: 2px solid #b1b1b1;
}

.common_list dd p {
  padding: 0.25em 0em;
}

.common_list dd p:first-of-type {
  padding-top: 0;
}

.common_list dd p:last-of-type {
  padding-bottom: 0;
}

@media screen and (max-width: 860px) {
  .common_list .list {
    display: block;
  }
  .common_list dt {
    position: relative;
  }
  .common_list dt::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90vw;
    height: 2px;
    background-color: #b1b1b1;
    z-index: -1;
  }
  .common_list dd {
    border-bottom: none;
  }
}

.borderBot_list li {
  border-bottom: 1px solid #b1b1b1;
  padding: 1em 0em;
}

.dot_list li::before {
  content: "・";
}

.circle_list li::before {
  content: "●";
}

.map_link {
  color: #0071be;
  display: inline-block;
  margin-left: 1.5em;
  padding-bottom: 4px;
  margin-bottom: -4px;
  border-bottom: 2px solid #a3c0e0;
  position: relative;
}

.map_link::before {
  content: "[";
  position: absolute;
  left: -0.25em;
}

.map_link::after {
  content: "]";
  position: absolute;
  right: -0.25em;
}

.modaal-video-wrap {
  width: 100%;
  margin: 0;
}

/*==========
汎用レイアウト
==========*/
.layout_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
}

.layout_box.col_2 > * {
  width: 50%;
}

.layout_box.col_3 > * {
  width: 33.3333%;
}

.layout_box.col_4 > * {
  width: 25%;
}

@media screen and (max-width: 860px) {
  .layout_box.col_2 > *,
  .layout_box.col_3 > * {
    width: 100%;
  }
  .layout_box.col_4 > * {
    width: 50%;
  }
}

/*==========
ヘッダー
==========*/
header {
  width: 100%;
  position: fixed;
  z-index: 999;
  padding-bottom: 8px;
  background-color: #ffffff80;
}

header.child_page {
  background-color: #ffffff;
}

.header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  padding-top: 2em;
}

@media screen and (max-width: 860px) {
  .header_wrap {
    padding: 0;
  }
}

.header_nav {
  width: 100%;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  letter-spacing: 0.025em;
}

.header_nav .tell_wrap {
  text-align: center;
}

.header_nav .tell_wrap .contact::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 19px;
  margin-right: 8px;
  margin-bottom: -2px;
  background: url("../img/common/mail-icon.png") no-repeat;
  background-size: contain;
}

.header_nav .tell_wrap .contact {
  padding-bottom: 4px;
}

.header_nav .tell_wrap .tell {
  display: inline-block;
  font-weight: 400;
  border-top: 1px solid #000;
  padding-top: 2px;
}

@media screen and (max-width: 860px) {
  .header_nav .tell_wrap .contact::before {
    display: none;
  }
  .header_nav .tell_wrap .tell {
    display: none;
  }
}

.header_logo {
  position: absolute;
  left: 16px;
  top: 0;
  width: 20%;
  max-width: 80px;
  margin-top: 8px;
}

@media screen and (max-width: 860px) {
  .header_logo {
    width: 56px;
    position: relative;
    left: -16px;
  }
}

#gNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 80%;
  max-width: 840px;
}

@media screen and (max-width: 860px) {
  #gNav {
    display: none;
  }
}

#hNavWrap {
  display: none;
}

@media screen and (max-width: 860px) {
  #hNavWrap {
    display: block;
  }
}

#hNavWrap #hNav {
  position: absolute;
  margin-top: 8px;
  right: -100vw;
  opacity: 0;
  width: 100vw;
  background: #daebf6;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 999;
}

#hNavWrap #hNav li {
  width: 100%;
  border-bottom: 1px solid #0071be;
  text-align: center;
}

#hNavWrap #hNav li:last-of-type {
  border-bottom: none;
}

#hNavWrap #hNav li a {
  color: #0071be;
  padding: 2em;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 860px) {
  #hNavWrap #hNav span {
    display: none;
  }
}

#hNavWrap .hNavToggleBtn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 9999;
}

#hNavWrap .hNavToggleBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #0071be;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#hNavWrap .hNavToggleBtn span:nth-child(1) {
  top: 4px;
}

#hNavWrap .hNavToggleBtn span:nth-child(2) {
  top: 15px;
}

#hNavWrap .hNavToggleBtn span:nth-child(3) {
  bottom: 4px;
}

#hNavWrap.open #hNav {
  right: 0;
  opacity: 1;
  -webkit-transition: 0.25s ease-in 0.25s;
  transition: 0.25s ease-in 0.25s;
}

#hNavWrap.open .hNavToggleBtn span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
          transform: translateY(11px) rotate(45deg);
}

#hNavWrap.open .hNavToggleBtn span:nth-child(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-btn17-bar02 0.8s forwards;
          animation: active-btn17-bar02 0.8s forwards;
}

@-webkit-keyframes active-btn17-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-btn17-bar02 {
  100% {
    height: 0;
  }
}

#hNavWrap.open .hNavToggleBtn span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
          transform: translateY(-11px) rotate(-45deg);
}

#hNavWrap.open .hNavToggleBtn::after {
  -webkit-box-shadow: 0px 0px 0px 1px #333333;
          box-shadow: 0px 0px 0px 1px #333333;
}

#hNavWrap.open #hNavClose {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0px;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  z-index: -10;
}

/*==========
フッター
==========*/
footer {
  padding-top: 40px;
  background: center/cover repeat url("../img/common/footer-bg.jpg");
  color: #ffffff;
}

.footer_company {
  font-size: 1.125em;
  margin-bottom: 40px;
}

.footer_company .footer_logo,
.footer_company .company {
  display: inline-block;
  vertical-align: middle;
}

.footer_company .footer_logo {
  width: 100%;
  max-width: 72px;
  margin-right: 24px;
  margin-left: 16px;
  margin-bottom: 16px;
}

.footer_company .company {
  margin-left: 16px;
}

.footer_company .name {
  font-weight: 700;
  margin-bottom: 8px;
}

.footer_company .name,
.footer_company .address,
.footer_company .tell {
  margin-bottom: 8px;
}

.footer_nav_wrap {
  font-size: 1.125em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
}

.footer_nav_wrap .footer_nav {
  letter-spacing: 0.025em;
  min-width: 186px;
  margin: 0px 0px 2em;
  font-weight: 500;
  line-height: 2.142em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.footer_nav_wrap .footer_nav:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 860px) {
  .footer_nav_wrap {
    margin-left: 2em;
  }
  .footer_nav_wrap .footer_nav {
    width: 100%;
  }
  .footer_nav_wrap .dot_list {
    margin-left: 1em;
  }
}

#footer_copyright {
  font-size: 0.75em;
  font-weight: 500;
  margin-top: 64px;
  text-align: center;
  padding: 1em;
}

@media screen and (max-width: 860px) {
  #footer_copyright {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=style.min.css.map */