@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
body #wrap {
  background: #FFF;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  body #wrap {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
  }
}

#wrap a {
  transition: all 0.5s ease-out;
}
#wrap a:hover {
  opacity: 0.7;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none !important;
  }
}

.sponly {
  display: none !important;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block !important;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

.span_br {
  display: inline-block;
}

#wrap img {
  max-width: 100%;
}
#wrap img.fitimg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.width {
  max-width: 1200px; /*適時変更*/
  width: calc(100% - 30px);
  margin: 0 auto;
}

.fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 500ms;
}
.fade.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.main h1 p {
  display: none !important;
}

.about {
  padding: 20px 0 50px 0;
}
@media all and (max-width: 896px) {
  .about {
    padding: 20px 0 0 0;
  }
}
.about .area_link {
  display: flex;
}
@media all and (max-width: 1025px) {
  .about .area_link {
    justify-content: center;
  }
}
.about .area_link li {
  max-width: 250px;
  width: 100%;
  margin-right: 10px;
}
.about .area_link li:last-child {
  margin-right: 0;
}
.about .area_about {
  text-align: center;
  margin-top: 30px;
}
.about .area_about h2 {
  text-align: center;
  font-weight: 900;
  color: #EB6519;
  font-size: 40px;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .about .area_about h2 {
    font-size: 20px;
  }
}
.about .area_about h2 span {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 896px) {
  .about .area_about h2 span {
    display: block;
  }
}
.about .area_about h2 img {
  width: 400px;
}
@media all and (max-width: 896px) {
  .about .area_about h2 img {
    width: auto;
    margin-bottom: 10px;
  }
}
.about .area_about .sec_about {
  position: relative;
}
.about .area_about .sec_about h3 {
  font-size: 30px;
  color: #1560AD;
  position: relative;
  border-bottom: 3px solid;
  display: inline-block;
  padding: 0 10px;
  margin: 50px 0 30px 0;
  font-weight: 900;
}
@media all and (max-width: 896px) {
  .about .area_about .sec_about h3 {
    font-size: 20px;
  }
}
.about .area_about .sec_about h3:before, .about .area_about .sec_about h3:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
.about .area_about .sec_about h3:before {
  border: 14px solid;
  border-color: transparent;
  border-top-color: #1560AD;
  margin-left: -14px;
}
.about .area_about .sec_about h3:after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -10px;
}
.about .area_about .sec_about .txt {
  color: #33542A;
  display: block;
  font-size: 20px;
}
@media all and (max-width: 896px) {
  .about .area_about .sec_about .txt {
    text-align: left;
    font-size: 15px;
  }
}
.about .area_about .sec_about .point_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 13vw;
  height: 13vw;
}
@media all and (max-width: 1025px) {
  .about .area_about .sec_about .point_img {
    position: relative;
    text-align: center;
    width: 200px;
    height: auto;
    margin: 30px auto 0 auto;
  }
}
.about .area_about .sec_sns {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .about .area_about .sec_sns {
    flex-wrap: wrap;
  }
}
.about .area_about .sec_sns > div {
  margin: 0 30px;
  min-width: 350px;
}
@media all and (max-width: 896px) {
  .about .area_about .sec_sns > div {
    margin: 20px auto;
  }
}
.about .area_about .sec_sns > div > p {
  color: #33542A;
  margin-top: -30px;
  text-align: left;
  font-size: 20px;
}
.about .area_about .sec_sns > div div {
  width: 100%;
}
.about .area_about .sec_sns > div div span {
  width: 100% !important;
  display: block;
}
.about .area_about .sec_sns > div iframe {
  width: 100% !important;
  height: 100%;
}
@media all and (max-width: 896px) {
  .about .area_about .sec_sns > div iframe {
    min-height: 300px;
  }
}

.column {
  margin-top: 80px;
}
@media all and (max-width: 480px) {
  .column {
    margin-top: 50px;
  }
}
.column.bg01 {
  background-color: #F3ECE3;
}
.column.bg01 h2 {
  background-color: #B28146;
}
.column.bg01 h2 img {
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .column.bg01 h2 img {
    height: 80px;
  }
}
.column.bg01 h3 {
  color: #B28146;
}
.column.bg01 .area_column .point_img:first-of-type img {
  width: 220px;
}
.column.bg02 {
  background-color: #DDF4F8;
}
.column.bg02 h2 {
  background-color: #1BB8CE;
}
.column.bg02 h2 img {
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .column.bg02 h2 img {
    height: 80px;
  }
}
.column.bg02 h3 {
  color: #1BB8CE;
}
.column.bg02 .area_column .point_img:first-of-type {
  top: 0;
}
.column.bg02 .area_column .point_img:nth-of-type(2) {
  top: 50px;
}
.column.bg02 .area_column .content_img {
  margin-top: -20px;
}
.column.bg03, .column.bg04, .column.bg05, .column.bg06 {
  position: relative;
  background-image: linear-gradient(-90deg, #fff 30%, transparent 0%);
  background-size: 20px 20px;
  text-align: center;
}
@media all and (max-width: 480px) {
  .column.bg03, .column.bg04, .column.bg05, .column.bg06 {
    margin-top: 100px;
  }
}
.column.bg03:before, .column.bg04:before, .column.bg05:before, .column.bg06:before {
  content: "";
  display: block;
  width: 100%;
  height: 43px;
  position: absolute;
  top: 0;
}
@media all and (max-width: 480px) {
  .column.bg03:before, .column.bg04:before, .column.bg05:before, .column.bg06:before {
    height: 30px;
  }
}
.column.bg03 .area_column, .column.bg04 .area_column, .column.bg05 .area_column, .column.bg06 .area_column {
  padding-top: 50px;
}
@media all and (max-width: 480px) {
  .column.bg03 .area_column, .column.bg04 .area_column, .column.bg05 .area_column, .column.bg06 .area_column {
    padding-top: 70px;
  }
}
.column.bg03 h2, .column.bg04 h2, .column.bg05 h2, .column.bg06 h2 {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 20px 20px 0 0;
  margin-top: -50px;
  text-align: center;
}
.column.bg03 h2 img, .column.bg04 h2 img, .column.bg05 h2 img, .column.bg06 h2 img {
  width: 400px;
}
.column.bg03 {
  background-color: #FCE9F2;
}
.column.bg03:before {
  background: url(../images/title_bg01.png) repeat-x center left/auto 100%;
}
.column.bg03 h2 {
  background-color: #EB6EA5;
}
.column.bg03 h3 {
  color: #EB6EA5;
}
.column.bg03 .area_column .point_img {
  top: 100px;
}
.column.bg03 .area_column .point_img:nth-of-type(2) {
  top: 100px;
}
.column.bg03 .area_column .point_img img {
  width: 300px;
}
.column.bg03 .area_column .content_img {
  margin-top: 20px;
}
.column.bg04 {
  background-color: #E9F5DF;
}
.column.bg04:before {
  background: url(../images/title_bg02.png) repeat-x center left/auto 100%;
}
.column.bg04 h2 {
  background-color: #6FBA2C;
}
.column.bg04 h3 {
  color: #6FBA2C;
}
.column.bg04 .area_column .point_img:first-of-type {
  top: 50px;
}
.column.bg04 .area_column .point_img img {
  width: 300px;
}
.column.bg04 .area_column .content_img {
  margin-top: 0;
}
.column.bg05 {
  background-color: #FCE9E3;
}
.column.bg05:before {
  background: url(../images/title_bg03.png) repeat-x center left/auto 100%;
}
.column.bg05 h2 {
  background-color: #ED6D46;
}
.column.bg05 h3 {
  color: #ED6D46;
}
.column.bg05 .area_column .point_img {
  top: 120px;
}
.column.bg05 .area_column .point_img:first-of-type {
  top: 90px;
}
.column.bg05 .area_column .point_img img {
  width: 280px;
}
.column.bg05 .area_column .content_img {
  margin-top: 20px;
}
.column.bg06 {
  background-color: #E8F1F9;
}
.column.bg06:before {
  background: url(../images/title_bg04.png) repeat-x center left/auto 100%;
}
.column.bg06 h2 {
  background-color: #69A3D8;
}
.column.bg06 h3 {
  color: #69A3D8;
}
.column.bg06 .area_column .point_img {
  top: 120px;
}
.column.bg06 .area_column .point_img:first-of-type {
  top: 110px;
}
.column.bg06 .area_column .point_img img {
  width: 300px;
}
.column.bg06 .area_column .content_img {
  margin-top: 20px;
}
.column h2 {
  padding: 5px 15px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .column h2 {
    padding: 10px;
  }
}
.column h2 img {
  max-height: 45px;
}
@media all and (max-width: 896px) {
  .column h2 img {
    max-height: 100%;
  }
}
.column .area_column {
  padding: 50px 0;
  text-align: center;
  position: relative;
}
.column .area_column h3 {
  font-weight: 900;
  font-size: 25px;
  letter-spacing: 5px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 896px) {
  .column .area_column h3 {
    font-size: 20px;
    letter-spacing: 3px;
  }
}
.column .area_column > p {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 896px) {
  .column .area_column > p {
    text-align: left;
  }
}
@media all and (max-width: 1025px) {
  .column .area_column .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  .column .area_column .flex {
    display: none;
  }
}
.column .area_column .flex .point_img {
  position: absolute;
  top: 50px;
}
@media all and (max-width: 1025px) {
  .column .area_column .flex .point_img {
    position: relative;
    top: 0 !important;
    margin: 0 15px;
  }
}
.column .area_column .flex .point_img:first-of-type {
  left: 0;
}
.column .area_column .flex .point_img:nth-of-type(2) {
  right: 0;
}
.column .area_column .flex .point_img img {
  width: 250px;
}
@media all and (max-width: 1025px) {
  .column .area_column .flex .point_img img {
    width: 20vw;
  }
}
.column .area_column .content_img {
  margin-top: -80px;
}
@media all and (max-width: 1025px) {
  .column .area_column .content_img {
    margin-top: -30px;
  }
}
@media all and (max-width: 896px) {
  .column .area_column .content_img {
    display: none;
  }
}
.column .area_column .sp_img {
  margin-top: 30px;
}