html {
  font-size: 62.5%;
  font-family: "Montserrat", "メイリオ", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "verdana", sans-serif;
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  font-size: 1.8rem; /*基準文字サイズ*/
  line-height: 1.6 !important;
  height: 100%;
  font-weight: normal;
  color: #000000;
  background-color: #fff;
}
/*common*/
/*===========
inview
===========*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
a:hover {
  text-decoration: underline;
  transition: 0.4s;
}
article {
  padding: 0;
  margin: 0;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
    display: block;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
a {
  transition: 0.4s;
  color: #000;
  text-decoration: none;
}
a img {
  transition: 0.4s;
}
.img-responsive {
  width: 100%;
  height: auto;
}
a.btn_12 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 300px;
  padding: 0.7rem 4rem 0.7rem 3rem;
  font-weight: bold;
  background: #AC3E3D;
  color: #fff;
  border-radius: 20px;
  position: relative;
  transition: 0.5s;
}
a.btn_12::before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
a.btn_12:hover {
  background-color: #CE9E9D;
  color: #fff;
}
#img-wrapper {
  position: relative;
  width: 100%;
}
#img-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%; /* 高さを幅の75%に固定 */
}
#content_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.bg-lightred {
  background-color: #F6EAEA;
}
.flex01 {
  display: flex;
  flex-wrap: wrap
}
.flex02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*header*/
#header-top {
  background-color: #AC3E3D;
  color: rgba(255, 255, 255, 1.00);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 40px;
}
#header-top h2 {
  font-size: 1.6rem;
  font-weight: normal;
}
#header-main {
  background-color: #262626;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-inner {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  height: 30px;
  width: auto;
}
.header-copy img {
  height: 30px;
  width: auto;
}
.footer-top {
  height: 350px;
  background-image: url(../Template-img/footer-top-back.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px;
  background-color: #F0F0F0;
  font-size: 2rem;
  line-height: 2;
  display: flex;
  align-items: flex-start;
}
.footer-top-inner {
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: 0 0 20px #E4E4E4;
  box-shadow: 0 0 20px #E4E4E4;
}
.footer-top-inner p {
  margin-bottom: 15px;
}
#footer {
  background-color: #383838;
  color: rgba(255, 255, 255, 1.00);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  height: 150px;
}
#footer strong {
  font-size: 1.8rem;
}
.index-hero {
  width: 100%;
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-hero-inner {
  width: 600px;
  max-width: calc(100% - 40px);
  text-align: center;
  padding-top: 300px;
}
.index-hero-inner h2 {
  font-size: 5rem;
  color: #fff;
  line-height: 1.4;
}
.index-hero01 {
  background-image: url(../index-img/index-hero01.jpg);
}
.img-topbody {
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 30px;
}
.section01 {
  padding: 100px 0;
}
.section02 {
  padding: 0;
}
.section03 {
  padding: 0 0 100px 0!important;
}
.section04 {
  padding: 0 0 50px 0;
}
.section05 {
  padding: 100px 0 50px 0;
}
.section06 {
  padding: 100px 0 0 0;
}
.contents {
  width: calc(100% - 40px);
  max-width: 1280px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.contents-narrow {
  padding: 0;
  width: calc(100% - 40px);
  max-width: 980px;
  /* [disabled]display: flex; */
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 auto;
  text-align: center;
}
.title01 {
  font-size: 3.5rem;
  margin-bottom: 20px;
}
.title01 strong {
  padding: 0;
  margin: 0;
  font-size: 6rem;
}
.title02 {
  font-size: 2.5rem;
  margin: 0 10px 10px;
  text-align: left;
}
.title03 {
  font-size: 2.8rem;
  margin: 0 0 10px 0;
  text-align: left;
}
.title04 {
  font-size: 5rem;
  margin: 0 0 30px 0;
}
.column2-2-1 {
  width: 46%;
}
.column3-3-1 {
  width: calc(100% / 3);
}
.colum-photo-txt-txt {
  width: 60%;
  text-align: left;
  font-size: 2rem;
}
.colum-photo-txt-photo {
  width: 36%;
}
.colum-photo-txt-photo + .colum-photo-txt-txt,.colum-photo-txt-txt + .colum-photo-txt-txt.colum-photo-txt-txt {
  padding: 20px 0 0 0;
  text-align: left;
}
.point {
  margin: 0 0 20px 20px;
}
.point li {
  text-align: left;
  list-style-type: disc;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.list01 li {
  text-align: left;
  list-style-type: disc;
  line-height: 2;
}
.list01 {
  margin-left: 20px;
}
.syousai h2 {
  font-size: 6rem;
}
.syousai h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.syousai ul {
  display: block;
  margin: 0 0 30px 0;
  font-size: 1.8rem;
  overflow: hidden;
}
.syousai li {
  margin-top: 0;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  float: left;
  list-style-position: inside;
}
.sp-on {
  display: none;
}
/*================================================================================*/
@media (max-width:800px) {
  .sp-none {
    display: none;
  }
  .sp-on {
    display: inline;
  }
  body {
    font-size: 1.6rem; /*基準文字サイズ*/
  }
  #header-top {
    display: none;
  }
  #header-top h2 {
    font-size: 1.6rem;
    font-weight: normal;
  }
  #header-main {
    height: 60px;
    display: flex;
  }
  .header-inner {
    display: flex;
    justify-content: flex-start
  }
  .header-logo {
    height: 20px;
  }
  .footer-top {
    height: auto;
    padding: 20px;
    background-color: #F0F0F0;
    font-size: 1.6rem;
    line-height: 2;
    display: flex;
    align-items: flex-start;
  }
  .footer-top-inner {
    background-color: rgba(255, 255, 255, 0.80);
    padding: 20px;
    -webkit-box-shadow: 0 0 20px #E4E4E4;
    box-shadow: 0 0 20px #E4E4E4;
  }
  #footer {
    line-height: 1.4;
    padding: 10px;
    height: 60px;
  }
  .section01 {
    padding: 50px 0;
  }
  .section02 {
    padding: 0;
  }
  .section03 {
    padding: 0 0 50px 0;
  }
  .section04 {
    padding: 0 0 25px 0;
  }
  .section05 {
    padding: 50px 0 25px 0;
  }
  .contents {
    width: calc(100% - 40px);
    max-width: 1280px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .contents-narrow {
    padding: 0;
    width: calc(100% - 40px);
    max-width: 980px;
    /* [disabled]display: flex; */
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
    text-align: center;
  }
  .index-hero {
    height: 350px;
  }
  .index-hero-inner {
    padding-top: 100px;
  }
  .index-hero-inner h2 {
    font-size: 2.8rem;
    line-height: 1.6;
  }
  .img-topbody {
    width: 800px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 30px;
  }
  .title01 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .title01 strong {
    padding: 0;
    margin: 0;
    font-size: 2.4rem;
  }
  .title02 {
    font-size: 2.2rem;
    margin: 0 0 5px 0;
    text-align: left;
  }
  .title03 {
    font-size: 2rem;
    margin: 0 0 5px 0;
    line-height: 1.4;
  }
  .title04 {
    font-size: 2.8rem;
    margin: 0 0 10px 0;
  }
  .column2-2-1 {
    width: 100%;
  }
  .column3-3-1 {
    width: 100%;
  }
  .colum-photo-txt-txt {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    padding: 20px 0 !important;
  }
  .colum-photo-txt-photo {
    width: 100%;
    padding-bottom: 0;
  }
  .item01 {
    order: 1;
  }
  .item02 {
    order: 2;
  }
  .point li {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  .list01 {
    margin-left: 20px;
    line-height: 1.4;
  }
  .list01 li {
    margin-bottom: 6px;
  }
  .syousai h2 {
    font-size: 3rem;
  }
  .syousai h3 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .syousai ul {
    display: block;
    margin: 0 0 20px 20px !important;
    font-size: 1.6rem;
    clear: both;
  }
}