@charset "UTF-8";
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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

input, select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

/* 点滅 */
/* ローディングアニメ */
/* スクロールアニメ */
/* ページトップボタン */
/* メディアクエリ基本設定
---------------------------------------------*/
/* 全体設定
---------------------------------------------*/
html {
  width: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  word-break: break-all;
  /* text-align: justify; */
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0.02rem;
  color: #000;
  background: #eeeeee;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
  }
}

/* base
--------------------------------------*/
.fw_thin {
  font-weight: 100;
}

.fw_lig {
  font-weight: 300;
}

.fw_reg {
  font-weight: 400;
}

.fw_mid {
  font-weight: 500;
}

.fw_bol {
  font-weight: 600;
}

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

@media screen and (min-width: 1024px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pcNone {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .spNone {
    display: none !important;
  }
}
/* link setting
--------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#wrap {
  width: 100%;
  margin: 0 auto;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-content {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  width: 100%;
  background: #fff;
}

h1 {
  width: 30%;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  h1 {
    width: 40%;
    margin: 0 auto;
    padding: 20px 0;
  }
}

section {
  background: #fff;
  max-width: 1000px;
}

.fv {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.contents {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner-contents .container_1 h2 {
  width: 90%;
  margin: 10px auto;
}
.inner-contents .container_1 .item-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.inner-contents .container_1 .item-box .img03 {
  width: 100%;
}
.inner-contents .container_1 .item-box a {
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  min-width: 250px;
  max-width: 550px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.inner-contents .container_1 .item-box a:hover {
  -webkit-filter: drop-shadow(1px 1px 5px #555);
          filter: drop-shadow(1px 1px 5px #555);
}
.inner-contents .container_2 h2 {
  margin: 20px auto;
}
.inner-contents .container_2 .txt {
  width: 95%;
  margin: 0 auto;
  border: solid 1px #000;
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_2 .txt {
    width: 90%;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.inner-contents .link {
  width: 100%;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .inner-contents .link {
    width: 100%;
    padding: 30px 0;
  }
}
.inner-contents .link a {
  display: block;
  width: 50%;
  margin: 0px auto;
  position: relative;
  border: solid 1px #0080c8;
  padding: 1.2rem;
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 50px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #0080c8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.inner-contents .link a:hover {
  background: #0080c8;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .inner-contents .link a {
    width: 90%;
  }
}
.inner-contents .link img {
  width: 3rem;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.line {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 80%;
  min-width: 250px;
  max-width: 300px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .line {
    left: 20px;
    right: auto;
    bottom: 20px;
    width: 25%;
  }
}
.line a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.line a:hover {
  -webkit-filter: drop-shadow(1px 1px 5px #555);
          filter: drop-shadow(1px 1px 5px #555);
}

footer {
  width: 100%;
  background: #eeeeee;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 30px 0 100px;
  }
}
footer .link-back {
  text-align: center;
}
footer .link-back a {
  width: 40%;
  display: inline-block;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .link-back a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  footer .link-back a {
    width: 50%;
  }
}/*# sourceMappingURL=style.css.map */