@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  word-break: normal;
  word-wrap: break-word;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", sans-serif;
  background-color: #fff;
  color: #333;
  font-size: 22px;
  line-height: 1.8;
}
img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td, th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
}
.fixedcontainer {
  width: 1200px;
  margin: 0 auto;
  padding: 0px;
}
a {
  color: inherit;
}
a:visited, a:link, a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  transition: opacity 0.5s ease;
}
.red {
  color: #ed1c24;
}
.bkyellow {
  background-color: #fff100;
}
.bold {
  font-weight: bold;
}
.btline {
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.visible-sp {
  display: none;
}
.hidden-sp {
  display: block;
}
.visible-xs {
  display: none;
}
.hidden-xs {
  display: block;
}
.visible-500 {
  display: none;
}
.hidden-500 {
  display: block;
}
.flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
/*-------------header----------------------*/
h1 {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "ＭＳ 明朝", serif;
}
h2, h3 {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "ＭＳ 明朝", serif;
  color: #3e3a39;
}
#main {
  background: url(../img/main.png) no-repeat;
  background-position: bottom right;
  background-size: cover;
  color: #fff;
  min-height: 645px;
  position: relative;
}
.main_border {
  position: absolute;
  bottom: 0;
  right: 1;
}
.main_in {
  padding-top: 5vw;
  padding-left: 8vw;
  padding-bottom: 15vw;
}
.main_ttl {
  font-size: 48px;
  line-height: 1.5;
  margin-bottom: 35px;
}
.main_ttl span {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "ＭＳ 明朝", serif;
  font-size: 51px;
}
.logo {
  margin-bottom: 30px;
}
.main_txt {
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "ＭＳ 明朝", serif;
}
#section1 {
  height: 531px;
  background: url(../img/back1.png) no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #ebf3f6;
}
#section1 .fixedcontainer {
  overflow: hidden;
}
.sec1_in {
  width: 50%;
  float: right;
  padding-top: 100px;
}
.sec1_ttl {
  margin-bottom: 60px;
}
.sec1_txt {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "ＭＳ 明朝", serif;
}
#happy {
  padding: 100px 0;
}
.happy_ttl {
  text-align: center;
  margin-bottom: 100px;
}
.happy_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.happy_content {
  width: 546px;
}
.happy_img {
  width: 590px;
}
.happy_subttl {
  font-size: 41px;
  position: relative;
  margin-bottom: 45px;
}
.happy_subttl img {
  position: absolute;
}
.happy_subttl span {
  /*border-bottom: 5px solid #f2a5c6;*/
  position: relative;
  display: inline-block;
}
.happy_subttl span:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: 10px;
  height: 5px;
}
.happy_subttl1 img {
  bottom: 35px;
  right: 0;
}
.happy_subttl1 span:after {
  background-color: #f2a5c6;
}
.happy_subttl2 span:after {
  background-color: #a7cd70;
}
.happy_subttl2 img {
  bottom: 20px;
  right: 0;
}
.happy_subttl3 span:after {
  background-color: #61c2c8;
}
.happy_subttl3 img {
  bottom: 55px;
  right: -15px;
}
.happy_subttl4 span {
  border-bottom: 5px solid #f8b901;
}
.happy_subttl4 img {
  bottom: 20px;
  right: 0;
}
#section2 {
  background: url(../img/back2.png) no-repeat;
  background-size: 100%;
  background-position: top;
  padding-top: 300px;
}
.sec2_in {
  max-width: 1024px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 70px 40px 55px;
  border-radius: 50px;
  text-align: center;
}
.sec2_ttl1 {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "ＭＳ 明朝", serif;
  font-size: 36px;
  margin-bottom: 10px;
}
.sec2_ttl2 {
  margin-bottom: 35px;
}
.sec2_ttl3 {
  font-size: 28px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "ＭＳ 明朝", serif;
  margin-bottom: 40px;
}
.sec2_txt {
  margin-bottom: 75px;
}
.btn1 {
  margin-bottom: 50px;
}
#map {
  position: relative;
  padding-bottom: 130px;
}
.map_ttl {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: calc(50% - 600px);
  padding-top: 0;
  padding-bottom: 5px;
  padding-right: 100px;
  background: url(../img/title_back.png) no-repeat;
  background-size: cover;
  background-position: top right;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "ＭＳ 明朝", serif;
  font-size: 36px;
  color: #7f4f21;
}
.map {
  text-align: center;
}
#voice {
  padding: 75px 0 125px;
  background-color: #eaf2f6;
}
.voice_title {
  text-align: center;
}
.voice_in {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.voice_content {
  width: 555px;
  margin-top: 70px;
}
.voice_img {
  width: 600px;
}
.voice_subttl {
  margin-bottom: 30px;
}
.voice_subttl2 {
  margin-bottom: 35px;
}
.voice_subttl2 span {
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
}
#footer {
  padding: 100px 0;
  background-color: #2d517b;
  text-align: center;
}
.tel {
  margin-bottom: 65px;
}
footer {
  padding: 20px 0 8.5rem;
  text-align: center;
  background-color: #113054;
  color: #fff;
}
/* 2020/07/22 */
.yt {
  padding: 20px 0;
  background-color: #ebf3f6;
}
.yt .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .yt .inner {
    width: 90%;
  }
}
.yt a {
  display: block;
}
.yt a .text {
  padding: 0 0 10px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "ＭＳ 明朝", serif;
}
.yt a .image {
  position: relative;
}
.yt a .image::after {
  content: '';
  display: block;
  width: 128px;
  height: 128px;
  position: absolute;
  top: 60%;
  left: 50%;
  background: url(../img/ico-play.png) 0 0 / contain no-repeat;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .yt a .image::after {
    width: 14vw;
    height: 14vw;
  }
}
#ctafixed {
  position: fixed;
  bottom: 0rem;
  left: 0rem;
  right: 0rem;
  background-color: rgba(255, 255, 255, 0.85);
}
#ctafixed ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#ctafixed ul li {
  margin: 0;
}
#ctafixed ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 0.3rem;
  position: relative;
}
#ctafixed ul li.request {}
#ctafixed ul li.request a {
  background-color: #b5375e;
  box-shadow: 0px 5px 0px #7e0031;
}
#ctafixed ul li.request a:after {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background-image: url(../img/btn-icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 -1.5rem -0.05rem 1rem;
  content: "";
}
#ctafixed ul li.tel {}
#ctafixed ul li.tel a {}
#ctafixed ul li.exp a {
  background-color: #ea5413;
  box-shadow: 0px 5px 0px #b13905;
}
#ctafixed ul li.exp a:before {
  position: absolute;
  right: .5rem;
  box-sizing: border-box;
  width: .8rem;
  height: .8rem;
  border: .4rem solid transparent;
  border-left: .4rem solid #FFF;
  vertical-align: middle;
  content: "";
}
@media screen and (min-width: 769px) {
  #ctafixed {
    padding: 1rem 0;
  }
  #ctafixed ul {
    margin: 0 auto;
    max-width: 1200px;
  }
  #ctafixed ul li {
    flex-basis: calc(100% / 3 - 1rem);
  }
  #ctafixed ul li a {
    height: 5rem;
    font-size: 1.4rem;
  }
  #ctafixed ul li.request {}
  #ctafixed ul li.request a:after {}
  #ctafixed ul li.tel img {}
  #ctafixed ul li.exp a:before {}
  #ctafixed ul li.exp br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #ctafixed {
    padding: 1rem 5% 1.2rem;
  }
  #ctafixed ul {}
  #ctafixed ul li {
    flex-basis: calc(100% / 2 - .5rem);
  }
  #ctafixed ul li a {
    line-height: 1.3;
    height: 3rem;
    font-size: 3.6vw;
  }
  #ctafixed ul li.request {}
  #ctafixed ul li.request a:after {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 -.5rem -0.07rem .25rem;
  }
  #ctafixed ul li.tel {
    display: none;
  }
  #ctafixed ul li.exp a:before {
    right: .1rem;
    width: .6rem;
    height: .6rem;
    border: .3rem solid transparent;
    border-left: .3rem solid #FFF;
  }
  #ctafixed ul li.exp br {
    display: block;
  }
}
/* IE対応 */
@media screen\0 {
  #ctafixed ul li a {
    padding: .5rem 0 0;
    line-height: 4.5rem;
    height: auto;
  }
  #ctafixed ul li.request a::after {
    margin: 0 -1.5rem .3rem 1rem;
  }
  #ctafixed ul li.exp a::before {
    margin: auto 0;
    top: 0rem;
    bottom: 0rem;
  }
  #ctafixed ul li.tel a {
    height: 100%;
  }
  #ctafixed ul li.tel img {
    width: 100%;
    height: auto;
  }
}