/* LESS Document */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    min-width: 320px;
  }
}
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.6rem;
  font-feature-settings: "pwid";
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.2vw;
  }
}
p {
  margin-bottom: 1em;
}
p:nth-last-child(1) {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  clear: both;
  border: none;
  border-top: #CCC 1px dotted;
  margin: 30px 0;
}
.fadein {
  opacity: 0;
  transition: 1s;
}
.fadein.fadeRight {
  transform: translate(100px, 0);
}
.fadein.fadeLeft {
  transform: translate(-100px, 0);
}
.fadein.fadeBottom {
  transform: translate(0, 100px);
}
.fadein.fadeScroll {
  opacity: 1;
  transform: translate(0, 0);
}
.inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.inner::after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 1080px;
    width: auto;
    padding: 0 10px;
  }
}
.pageTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #1E94D4;
  color: #FFF;
  border-radius: 10px;
  font-size: 2rem;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  transition: .2s;
}
.pageTop:hover {
  opacity: 0.7;
}
header {
  position: relative;
}
header:before {
  content: "";
  display: block;
  width: 224px;
  height: 295px;
  background: url("../img/img_03.png") no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  header:before {
    width: 100px;
    height: 148px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
header:after {
  content: "";
  display: block;
  width: 220px;
  height: 65px;
  background: url("../img/img_04.png") no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  header:after {
    width: 120px;
    height: 148px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
header #mv {
  background: url("../img/bg_04.png");
  padding-bottom: 50px;
}
header #mv:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: url("../img/bg_03.png") no-repeat;
  background-position: top;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  header #mv:before {
    background: url("../img/bg_03_sp.png") no-repeat;
  }
}
header #mv .year {
  text-align: center;
  font-weight: bold;
  color: #D41518;
  padding-top: 1vw;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  header #mv .year {
    padding-top: 5vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  header #mv .year img {
    width: 38%;
  }
}
header #mv h1 {
  text-align: center;
  margin: 10px 0 40px 0;
}
@media screen and (max-width: 767px) {
  header #mv h1 {
    margin: 10px 0 20px 0;
  }
}
header #mv .text-area {
  position: relative;
}
header #mv .text-area p {
  font-size: 1.8rem;
  font-weight: 600;
  max-width: 780px;
  width: 70%;
  margin: 0 auto;
  line-height: 1.8;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  header #mv .text-area p {
    width: 98%;
    font-size: 4.3vw;
  }
}
header #mv .text-area .date {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  header #mv .text-area .date {
    margin-bottom: 0;
  }
}
header #mv .text-area:after {
  content: "";
  display: block;
  position: absolute;
  width: 131px;
  height: 89px;
  background: url("../img/icon_04.png") no-repeat;
  bottom: 0;
  right: -15px;
}
@media screen and (max-width: 767px) {
  header #mv .text-area:after {
    background: none;
    display: none;
  }
}
#greeting_01 {
  background-image: url("../img/bg_02.png");
  background-color: #FCFAE6;
  padding: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  #greeting_01 {
    padding-bottom: 10px;
  }
}
#greeting_01 .hgroup {
  background: url("../img/bg_01.png");
  text-align: center;
  color: #FFF;
  padding: 18px 0;
  position: relative;
}
#greeting_01 .hgroup:before {
  content: "";
  display: block;
  width: 165px;
  height: 123px;
  background: url("../img/img_01.png");
  position: absolute;
  left: 0;
  bottom: -9px;
}
@media screen and (max-width: 767px) {
  #greeting_01 .hgroup:before {
    width: 80px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -5px;
  }
}
#greeting_01 .hgroup:after {
  content: "";
  display: block;
  width: 189px;
  height: 107px;
  background: url("../img/img_02.png");
  position: absolute;
  right: 0;
  top: -13px;
}
@media screen and (max-width: 767px) {
  #greeting_01 .hgroup:after {
    width: 88px;
    height: 51px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -5px;
  }
}
#greeting_01 .hgroup h2 {
  font-size: 3.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  #greeting_01 .hgroup h2 {
    font-size: 6vw;
  }
}
#greeting_01 .hgroup p {
  font-size: 2.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  #greeting_01 .hgroup p {
    font-size: 4.3vw;
  }
}
#greeting_01 .icon {
  background: url("../img/icon_01.png") no-repeat;
  display: block;
  width: 90px;
  height: 57px;
  margin: 50px auto 0;
}
#greeting_01 .ps {
  font-size: 1.6rem;
  color: #686868;
  text-align: center;
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 30px;
}
#greeting_01 .tab {
  padding: 10px 25px 0 25px;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  #greeting_01 .tab {
    display: block;
    margin: 0 auto;
    padding: 100px 0 0 0;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
#greeting_01 .tab li {
  cursor: pointer;
  margin-top: 20px;
  width: 250px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #greeting_01 .tab li {
    display: inline-block;
    width: 45vw;
    margin: 0 10px 0 10px;
  }
}
#greeting_01 .tab li:after {
  content: "";
  display: block;
  width: 24px;
  height: 16px;
  background: url("../img/icon_02.png");
  margin: 15px auto 40px;
}
#greeting_01 .tab li .name {
  cursor: default;
  font-size: 1.7rem;
  line-height: 1.6;
  color: #B0B0B0;
}
#greeting_01 .tab li .img {
  margin-bottom: 20px;
}
#greeting_01 .tab li .img img {
  width: 200px;
  border-radius: 50%;
  opacity: 0.7;
}
#greeting_01 .tab .active {
  position: relative;
}
#greeting_01 .tab .active:after {
  background: url("../img/icon_03.png");
}
#greeting_01 .tab .active .img {
  position: relative;
}
#greeting_01 .tab .active .img:before {
  content: "";
  width: 201px;
  height: 201px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: solid 4px #8CB592;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #greeting_01 .tab .active .img:before {
    width: 170px;
    height: 170px;
  }
}
#greeting_01 .tab .active .img img {
  opacity: 1!important;
}
#greeting_01 .tab .active .name {
  color: #000;
}
#greeting_01 .area {
  padding: 0 50px 50px 50px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #greeting_01 .area {
    padding: 0px 0px 10px 0;
  }
}
#greeting_01 .area li {
  display: none;
}
@media screen and (max-width: 767px) {
  #greeting_01 .area li {
    display: block;
    padding-top: 30px;
    margin-bottom: 50px;
  }
}
#greeting_01 .area li .sp_show {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
#greeting_01 .area li .sp_show p {
  font-size: 4.4vw;
  font-weight: bold;
  margin-bottom: 15px;
  color: #182A47;
}
@media screen and (max-width: 767px) {
  #greeting_01 .area li .sp_show .img {
    margin-bottom: 20px;
  }
}
#greeting_01 .area li .sp_show .img img {
  width: 200px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #greeting_01 .area li:last-child {
    margin-bottom: 0px;
  }
}
#greeting_01 .area .show {
  display: block;
}
#greeting_01 .area .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#greeting_01 .area .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#greeting_01 .area_2 {
  padding: 1px 50px 50px 50px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #greeting_01 .area_2 {
    padding: 1px 0px 10px 0;
  }
}
#greeting_01 .area_2 img {
  width: 200px;
  border-radius: 50%;
  margin-bottom: 10px;
}
#greeting_01 .area_2 .text-area {
  margin: 70px 0 20px;
}
#greeting_01 .area_2 .text-area p {
  font-size: 2.2rem;
  font-weight: bold;
  border-left: solid 4px #5A9888;
  padding-left: 15px;
  display: block;
}
#greeting_01 .area_2 .show {
  display: block;
}
#greeting_01 .area_2 .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#greeting_01 .area_2 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#greeting_01 .inner {
  background-color: #fff;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.07);
}
#greeting_02 {
  background-image: url("../img/bg_02.png");
  background-color: #FCFAE6;
  padding: 30px 0;
}
#greeting_02 .text-area {
  background-color: #fff;
  padding: 28px 38px 45px 38px;
  margin-bottom: 15px;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 767px) {
  #greeting_02 .text-area {
    padding: 20px;
  }
}
#greeting_02 .text-area .img {
  text-align: center;
  margin-bottom: 20px;
}
#greeting_02 .text-area .img img {
  width: 200px;
}
#greeting_02 .text-area h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.3px;
  color: #182A47;
}
@media screen and (max-width: 767px) {
  #greeting_02 .text-area h3 {
    font-size: 4.4vw;
    line-height: 1.75;
  }
}
#greeting_02 .text-area p {
  font-size: 1.7rem;
  letter-spacing: 0.3px;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  #greeting_02 .text-area p {
    font-size: 4.4vw;
    line-height: 1.75;
  }
}
#greeting_02 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
#greeting_02 .flex .text-area {
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #greeting_02 .flex .text-area {
    width: 100%;
  }
}
#greeting_02 .flex .col1 {
  width: 1000px;
}
footer {
  background-color: #CB1515;
  padding: 10px 0;
}
footer p {
  text-align: center;
  color: #fff;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	TB用、SP用
+++++++++++++++++++++++++++++++++++++++++++ */
.tb_show,
.sp_show {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tb_hide {
    display: none;
  }
  .tb_show {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none!important;
  }
  .sp_show {
    display: block;
  }
}
