@charset "UTF-8";
/*---------------------------------
Google Font
font-family: 'Noto Sans JP', sans-serif;
-----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap");
/* width */
/*border*/
/*---------------------------------
	HTML RESET
-----------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, strong, dl, dt, dd, ol, ul, li,
form, label, table, caption, tr, th, td, input, form, textarea, header, nav, section, article, aside, footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Meiryo, Osaka, "MS P ゴシック", MS P Gothic, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  color: #000;
  min-width: 320px;
  background: #FFF; }
  @media only screen and (min-width: 780px) {
    body {
      background: url("../img/bg_over.jpg") center center no-repeat fixed;
      background-size: cover; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ol, ul {
  list-style: none; }

/*---------------------------------
	LINK
-----------------------------------*/
a {
  transition-property: all;
  transition: 0.2s linear;
  color: #000;
  cursor: pointer; }
  a:link, a:visited, a:hover, a:active {
    color: #000;
    text-decoration: none; }
  a:hover, a:hover img {
    filter: alpha(opacity=60);
    opacity: 0.6; }

.linkb {
  position: relative; }
  .linkb a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*---------------------------------
	SET
-----------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

.inwidth {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-left: 1%;
  padding-right: 1%; }

img {
  width: auto;
  height: auto;
  max-width: 100%; }

#wrapper {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  /*@media only screen and (min-width: 780px) {
  	padding: 0 30px;
  	background: #FFF;
  	box-sizing:content-box;
  }*/ }

.clear:after {
  content: "";
  display: block;
  clear: both; }

.f_left {
  float: left; }

.f_right {
  float: right; }

.a_left {
  text-align: left; }

.a_center {
  text-align: center; }

.a_right {
  text-align: right; }
  .a_right .a_right img {
    display: inline-block; }

/*---------------------------------
	HEADER
-----------------------------------*/
/*---------------------------------
	FOOTER
-----------------------------------*/
/*---------------------------------
	common
-----------------------------------*/
.caution {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-left: 1%;
  padding-right: 1%;
  background: #DDD;
  font-size: 1.2rem;
  padding: 0.5rem 1rem; }

.smlcaution {
  font-size: 75%; }

.linehead {
  font-weight: bold;
  position: relative;
  padding-left: 1.5rem; }
  .linehead:before {
    position: absolute;
    top: 0.6rem;
    left: 0;
    background: #000;
    height: 1.5rem;
    width: 8px;
    display: inline-block;
    content: " "; }

.linein {
  margin-left: 1.5rem; }

@media only screen and (max-width: 600px) {
  .blankdl br {
    display: none;
    line-height: 0; } }
/*---------------------------------
	TOP
-----------------------------------*/
.topimage {
  width: 100%;
  height: 95vh;
  background: url("../img/topmain.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  margin-bottom: 2rem; }
  .topimage .black {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; }
  .topimage .read {
    color: #FFF;
    text-align: center;
    font-weight: bold; }
    .topimage .read .first {
      font-size: 4rem; }
    .topimage .read .second {
      margin-top: 2rem;
      font-size: 1.8rem; }

.caution {
  margin-top: 2rem; }

.incopyright {
  font-size: 1.3rem;
  text-align: center;
  margin: 0.5rem 0 1rem; }

.copyright {
  font-size: 1.3rem;
  text-align: center;
  margin: 5rem 0 1rem; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.topimage,
.black,
.first,
.second {
  opacity: 0; }

/*---------------------------------
	OTHER
-----------------------------------*/
.beforeafter {
  margin-bottom: 4rem;
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: top;
  flex-wrap: nowrap; }
  .beforeafter .block {
    width: 48%; }
    .beforeafter .block .head {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 1.5rem; }
      .beforeafter .block .head.before {
        color: #13659B; }
      .beforeafter .block .head.after {
        color: #1EB096; }
    .beforeafter .block .image {
      margin-top: 2.5rem;
      display: block; }
  @media only screen and (max-width: 600px) {
    .beforeafter {
      margin-bottom: 0;
      display: flex;
      justify-content: space-between;
      align-items: top;
      flex-wrap: wrap; }
      .beforeafter .block {
        width: 96%;
        margin: 0 2% 4rem; } }

.inforead {
  margin-top: 4rem; }

.info {
  margin-top: 2rem; }

.pointtitle {
  margin-top: 10rem;
  color: #13659B;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  display: block; }
  .pointtitle:after {
    width: 15em;
    height: 2px;
    background-color: #13659B;
    display: block;
    content: " ";
    margin: 1rem auto 2.2rem; }

.pointread {
  font-size: 1.9rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 6rem; }

.point {
  margin-bottom: 6rem; }
  @media only screen and (max-width: 600px) {
    .point {
      margin-bottom: 8rem; } }
  .point .headnum {
    font-weight: bold;
    display: block;
    font-size: 2rem; }
    .point .headnum:before {
      width: 4em;
      height: 2px;
      background-color: #1EB096;
      display: block;
      content: " ";
      margin: 0.5rem auto 0 0; }
  .point .title {
    color: #1EB096;
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 2rem; }
  .point .maincon.separate {
    display: flex;
    justify-content: space-between;
    align-items: top;
    flex-wrap: nowrap; }
    .point .maincon.separate .block {
      width: 48%; }
      .point .maincon.separate .block img {
        margin-top: 2.5rem;
        display: block; }
    @media only screen and (max-width: 600px) {
      .point .maincon.separate {
        display: flex;
        justify-content: space-between;
        align-items: top;
        flex-wrap: wrap; }
        .point .maincon.separate .block {
          width: 96%;
          margin: 0 2%; }
        .point .maincon.separate:first-of-type {
          margin-bottom: 4rem; } }
  .point .maincon .p3top {
    width: 33%;
    margin: 0 auto; }
    @media only screen and (max-width: 600px) {
      .point .maincon .p3top {
        width: 49%;
        margin: 0 auto; } }
  .point .maincon .p3branch {
    display: flex;
    justify-content: center;
    align-items: top;
    flex-wrap: nowrap; }
    .point .maincon .p3branch .p3btm {
      width: 33%;
      margin: 0 5%; }
      @media only screen and (max-width: 600px) {
        .point .maincon .p3branch .p3btm {
          width: 49%;
          margin: 0 0.5%; } }

/*# sourceMappingURL=base.css.map */
