@charset "UTF-8";
html, body {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif, "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #090909;
  background-color: #fff;
  overflow-wrap: break-word;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: 400;
}

li {
  list-style: none;
}

figure {
  width: 100%;
  max-width: 100%;
}

address {
  word-break: break-all;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
  word-break: break-all;
}

a:hover {
  cursor: pointer;
}

a.disable:hover {
  cursor: default;
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

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

  .pc {
    display: none !important;
  }
}
/*themeカラー変数設定*/
/*----------
	HEADER
----------*/
.header {
  width: 100%;
  height: 100px;
}
.header .header_inner {
  padding: 0 15px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*-------------------------------------------
	body
--------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
}

.anchor_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a.bt_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.bt_anchor:hover {
  opacity: 0.8;
}
a.bt_anchor.end {
  margin: 30px auto 60px;
}

.sc_content {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sc_content.variable_80 {
  margin-top: 80px;
}

.sc_end {
  background-color: #FFFDF0;
  padding-bottom: 100px;
}

/*-------------------------------------------
	section home_hero
--------------------------------------------*/
/*-------------------------------------------
	section layout
--------------------------------------------*/
/*-------------------------------------------
	section layout
--------------------------------------------*/
.home_main {
  background-image: url("../images/home_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: calc(100vh - 100px);
  height: calc(100dvh - 100px);
  width: 100%;
}

/*--------------------------------------------------------------
	footer
--------------------------------------------------------------*/
footer.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 0;
  background-color: #D7DCDE;
  color: #1C2126;
}
footer.footer .footer_inner {
  max-width: 1100px;
  padding: 0 10px;
}
footer.footer .footer_inner .contents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer.footer .footer_inner .contents_wrap .inc_contents {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
footer.footer .footer_inner .contents_wrap .inc_link_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer.footer .footer_inner .contents_wrap .inc_link_ico li {
  margin-right: 16px;
}
footer.footer .footer_inner .contents_wrap .inc_link_ico li:last-child {
  margin-right: 0;
}
footer.footer .footer_inner .contents_wrap .inc_link_ico li a {
  display: block;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer.footer .footer_inner .contents_wrap .inc_link_ico li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
}
footer.footer .footer_inner .contents_wrap .inc_info {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 60px;
}
footer.footer .footer_inner .contents_wrap .inc_info p {
  font-weight: bold;
  font-size: 1.6rem;
  color: #a1a1a1;
}
footer.footer .footer_inner .contents_wrap .footer_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer.footer .footer_inner .contents_wrap .navi_list {
  margin-right: 30px;
  font-size: 1.4rem;
}
footer.footer .footer_inner .contents_wrap .navi_list:last-child {
  margin-right: 0;
}
footer.footer .footer_inner .contents_wrap .navi_list .links_ttl {
  font-weight: bold;
  font-size: 2rem;
  color: #1c2126;
}

@media screen and (max-width: 480px) {
  footer.footer {
    padding: 60px 0;
  }
  footer.footer .footer_inner .contents_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer.footer .footer_inner .contents_wrap .inc_contents {
    margin-bottom: 30px;
  }
  footer.footer .footer_inner .contents_wrap .inc_link_ico li a {
    width: 40px;
    height: 40px;
  }
  footer.footer .footer_inner .contents_wrap .inc_info {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  footer.footer .footer_inner .contents_wrap .inc_info p {
    font-size: 1.3rem;
  }
  footer.footer .footer_inner .contents_wrap .navi_list {
    margin-right: 20px;
    font-size: 1.3rem;
  }
  footer.footer .footer_inner .contents_wrap .navi_list .links_ttl {
    font-size: 1.6rem;
  }
}
/*-------------------------------------------
	btn
--------------------------------------------*/
[class$=thm_btn] a {
  position: relative;
  overflow: hidden;
  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: 144px;
  height: 48px;
  border-radius: 24px;
  margin: 30px auto;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
[class$=thm_btn] a:after {
  content: "";
  background-color: #7489ff;
  width: 0;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
[class$=thm_btn] a:hover:after {
  width: 100%;
}
[class$=thm_btn] a:hover {
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  /*-------------------------------------------
  	btn
  --------------------------------------------*/
  [class$=thm_btn] a {
    width: 100px;
    height: 35px;
    border-radius: 24px;
    margin: 15px auto;
    font-size: 1.2rem;
  }
}