@charset "UTF-8";
/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var, button, select,
b, u, i,
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, main,
menu, nav, output, ruby, section, summary, input, textarea,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 0.625em;
  height: 100%;
  overflow-y: scroll;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

dd,
dt,
td,
th,
ul,
ol,
p {
  font-size: 1.6em;
}

td td,
td th,
td p,
td ul,
td ol,
dd td,
dd th,
dd dd,
dd dt,
dd p,
dd ul,
dd ol,
ol dd,
ol dt,
ol ol,
ol p,
ul dd,
ul dt,
ul ul,
ul p {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  dd,
dt,
td,
th,
ul,
ol,
p {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 320px) {
  dd,
dt,
td,
th,
ul,
ol,
p {
    font-size: 1.2em;
  }
}
ul {
  list-style: none;
}

ol {
  list-style: none;
  margin-left: 0;
}

input[type=button],
input[type=submit],
input[type=reset],
a {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a:hover img {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
address {
  font-style: normal;
}

p {
  line-height: 1.72;
}

/* align */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

/* google chrome input button padding */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

input[type=checkbox] {
  margin: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1060px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

sup {
  font-size: 10px;
  font-weight: normal;
  vertical-align: top;
}

.text-bold,
strong {
  font-weight: bold;
}

html {
  overflow-x: hidden;
}

.text-small {
  font-size: 0.8em;
}

.text-large {
  font-size: 2.4em;
}

video {
  outline: none;
}

.color_yellow {
  color: #f0c003;
}

/* ---------------------------------------------------------

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  img.sp_only,
br.sp_only,
span.sp_only,
.sp_only,
img.sp,
br.sp,
span.sp,
.sp {
    display: none;
  }
  br.sp_only,
br.sp {
    width: 0;
  }
  .pc_only,
.pc {
    display: block;
  }
  span.pc_only,
img.pc_only,
br.pc_only,
span.pc,
img.pc,
br.pc {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .sp_only,
.sp {
    display: block;
  }
  img.pc_only,
br.pc_only,
span.pc_only,
.pc_only,
span.pc,
br.pc,
img.pc,
.pc {
    display: none;
  }
  img.sp_only,
br.sp_only,
span.sp_only,
img.sp,
br.sp,
span.sp {
    display: inline;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

/* ==========================================================================
   Parts module
========================================================================== */
/* page-title
========================================================================== */
.page-title {
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #c9f2f8), color-stop(60%, #fdfbf3));
  background: -webkit-linear-gradient(left, #c9f2f8 60%, #fdfbf3 60%);
  background: linear-gradient(90deg, #c9f2f8 60%, #fdfbf3 60%);
}
.page-title .page-title_wrap {
  background: -webkit-linear-gradient(left, transparent 480px, #fdfbf3 480px, #fdfbf3 100%) 0 0, url(../img/page-title_bg.png) no-repeat left 0 bottom -34px;
  background: linear-gradient(90deg, transparent 480px, #fdfbf3 480px, #fdfbf3 100%) 0 0, url(../img/page-title_bg.png) no-repeat left 0 bottom -34px;
  background-size: auto, 561px auto;
}
.page-title .page-title_wrap::after {
  background-image: url(../img/page-title_cover.svg);
}
@media screen and (max-width: 767px) {
  .page-title .page-title_wrap {
    background: -webkit-gradient(linear, left top, right top, color-stop(42%, transparent), color-stop(42%, #fdfbf3), to(#fdfbf3)) 0 0, url(../img/page-title_bg.png) no-repeat left -10px bottom -12px;
    background: -webkit-linear-gradient(left, transparent 42%, #fdfbf3 42%, #fdfbf3 100%) 0 0, url(../img/page-title_bg.png) no-repeat left -10px bottom -12px;
    background: linear-gradient(90deg, transparent 42%, #fdfbf3 42%, #fdfbf3 100%) 0 0, url(../img/page-title_bg.png) no-repeat left -10px bottom -12px;
    background-size: auto, 310px auto;
  }
}

body {
  height: 100%;
  min-height: 100%;
}

/* layout-container
========================================================================== */
.layout-container {
  min-height: 100%;
  position: relative;
}

.layout-content {
  padding-bottom: 50px;
}

/* layout-footer
========================================================================== */
.layout-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #105877;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.layout-footer small {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .layout-footer {
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .layout-footer small {
    font-size: 1.1rem;
  }
}