@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
@media screen and (max-width: 768px) {
  
}

/* ---------------------------------------
  基本情報
-----------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form,
figure {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a img {
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  img {
    width: 100%;
  }
}


/* マウスオーバー
--------------------------------*/
@media screen and (min-width: 769px) {

  .fade:hover,
  a:hover img {
    opacity: 0.7;
  }

  .fade,
  a img {
    transition: opacity 0.3s ease-out;
  }
}


/* base
--------------------------------*/
body {
  color: #000;
  min-width: 1200px;
  font-size: 1.0rem;
}

main {
  display: block;
}

section {
  position: relative;
}

.wrap {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

p,
th,
td,
dt,
dd,
li,
input,
button,
textarea {
  font-size: 1.8rem;
  line-height: 1.88;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.a_left {
  text-align: left;
}

.a_right {
  text-align: right;
}

.a_center {
  text-align: center;
}

.txt_small {
  font-size: 1.2rem;
}

.link_txt {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  .wrap{
    width: 92%;
  }
}

@media screen and (max-width: 768px) {
  
}

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
header{
  overflow: hidden;
}
#header{
  position: relative;
  z-index: 100;
  margin-bottom: -93px;
}
#header .wrap {
  padding: 15px 0 0;
}
#header .txt{
  width: 929px;
  position: absolute;
  left: 220px;
  top: 6px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #header{
    margin-bottom: -12vw;
  }
  #header .wrap {
    width: 96%;
    padding: 3.2vw 0 0;
  }
  #header .logo{
    width: 24.4%;
  }
  #header .txt{
    width: 72.3%;
    left: auto;
    right: 0;
    top: 3.2vw;
  }
}

/* ------------------------------
    mv
------------------------------ */
#mv{ 
  width: 100%;
  height: 520px;
  background: url(../img/bg_mv_pc.png) no-repeat center bottom / cover;
}
#mv .wrap{
  height: 100%;
  padding-top: 7px;
  padding-left: 34px;
}
#mv .img{
  width: 492px;
  position: absolute;
  bottom: 0;
  right: -251px;
  z-index: 1;
}

#mv .mv_date{
  position: absolute;
  right: 147px;
  bottom: 156px;
}

@media screen and (max-width: 768px) {
  #mv{ 
    height: 99.3vw;
    background: url(../img/bg_mv_sp.png) no-repeat center bottom / cover;
  }
  #mv .wrap{
    width: 100%;
    padding-top: 0 ;
    padding-left: 0;
  }
  #mv .mv_txt{
    width: 94%;
    margin: 0 auto;
  }
  #mv .img{
    width: 75%;
    right: 0;
  }
  #mv .mv_date{
    width: 53%;
    right: auto;
    left: 5%;
    bottom: 14.2%;
  }
}

/* ------------------------------
    about
------------------------------ */
#about{
  padding: 50px 0 100px;
  background: url(../img/about_bg01_pc.png) no-repeat center bottom / auto 100%,url(../img/about_bg02_pc.png) no-repeat left 35% bottom 62px / 1182px auto;
}
#about .btn{
  margin-bottom: 64px;
}
#about .block{
  text-align: center;
}
#about .block01{
  margin-bottom: 186px;
}
#about .block01 .ttl{
  margin-bottom: -59px;
  margin-left: -22px;
}
#about .block01 .txt{
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.27;
}
#about .block02 .ttl{
  margin-bottom: 40px;
}
#about .block02 .list .item{
  text-align: left;
  width: 356px;
  background: rgba(243,243,243,.8);
}
#about .block02 .list .item .img{
  width: 100%;
}
#about .block02 .list .item .txtbox{
  padding: 20px 20px 30px;
}
#about .block02 .list .item .txtbox .ttl{
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: .5em;
  letter-spacing: -0.04em;
}
#about .block02 .list .item .txtbox .txt{
  font-size: 1.8rem;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  #about{
    padding: 4.5% 0 13.3%;
    background: url(../img/about_bg01_sp.png) no-repeat right bottom / 100% auto,url(../img/about_bg02_sp.png) no-repeat right top 9.9% / 106% auto;
  }
  #about .btn{
    width: 97.4%;
    margin: 0 auto 4.5%;
    margin-right: 0;
  }
  #about .block01{
    margin-bottom: 22.6%;
  }
  #about .block01 .ttl{
    width: 81.4%;
    margin: 0 auto -8.5%;
  }
  #about .block01 .txt{
    font-size: 4vw;
    line-height: 2;
  }
  #about .block02 .ttl{
    width: 64.6%;
    margin: 0 auto 7.6%;
  }
  #about .block02 .list{
    display: block;
  }
  #about .block02 .list .item{
    width: 100%;
    overflow: hidden;
  }
  #about .block02 .list .item + .item{
    margin-top: 7.2%;
  }
  #about .block02 .list .item .txtbox{
    padding: 5%;
  }
  #about .block02 .list .item .txtbox .ttl{
    width: 100%;
    font-size: 5vw;
  }
  #about .block02 .list .item .txtbox .txt{
    font-size: 3.7vw;
    line-height: 1.9;
  }
  #about .block02 .list .item:nth-child(2) .img{
    margin: -7% 0 -11%;
  }
}

/* ------------------------------
    info
------------------------------ */
#info .bg{
  padding: 19px 0 34px;
  background: #da3f51;
}
#info .map{
  padding: 11px 0 100px;
  background: url(../img/info_map_bg_pc.png) no-repeat left calc(50% - 460px) top 13px / 352px auto;
}
#info .map .wrap{
  width: 1170px;
  padding-bottom: 68px;
}
#info .map .ttl{
  position: absolute;
  top: 34px;
  left: 249px;
}
#info .map .box{
  position: absolute;
}
#info .map .box01{
  width: 868px;
  left: 35px;
  bottom: 0;
}
#info .map .box01 .txt{
  width: 580px;
  font-size: 1.2rem;
  line-height: 1.58;
  margin-bottom: 25px;
}
#info .map .box01 .txt span{
  display: block;
  margin-bottom: .5em;
}
#info .map .box01 .residence{
  display: flex;
  justify-content: space-between;
}

#info .map .box02{
  width: 178px;
  right: 35px;
  bottom: 0;
}
#info .map .box02 .area + .area{
  margin-top: 25px;
}
#info .map .box02 .area .areattl{
  color: #675c05;
  font-weight: 700;
  font-size: 2.1rem;
}
#info .map .box02 .area img{
  display: block;
}
#info .map .box02 .area .txt{
  font-size: 1.1rem;
  line-height: 1.54;
  letter-spacing: -0.04em;
  margin: .5em 0 0;
}
#info .map .box02 .area ul{
  margin-top: 5px;
}
#info .map .box02 .area ul li{
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.46;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  #info .bg{
    padding: 8% 0 8.4%;
  }
  #info .map{
    padding: 5.6% 0 13.3%;
    background: url(../img/info_map_bg_sp.png) no-repeat left 59% top 14.8% / 127% auto;
  }
  #info .map .wrap{
    width: 100%;
    padding-bottom: 0;
    overflow: hidden;
  }
  #info .map .ttl{
    position: static;
    width: 92.7%;
    margin: 0 auto 3%;
    padding-right: 1%;
  }
  #info .map .mapimg{
    width: 101.6%;
    margin-left: -4.4%;
    position: relative;
  }
  #info .map .box{
    position: static;
  }
  #info .map .box01{
    width: 92%;
    margin: 0 auto;
  }
  #info .map .box01 .mapbtn{
    width: 78.2%;
    margin: -3% auto 0;
    position: relative;
  }
  #info .map .box01 .txt{
    width: 100%;
    font-size: 3.2vw;
    margin: 8.7% auto 9.7%;
  }
  #info .map .box01 .txt span{
    font-size: 3.2vw;
  }
  #info .map .box01 .residence{
    display: block;
  }
  #info .map .box01 .residence .residencettl{
    width: 55.6%;
    margin: 0 auto 3.4%;
  }
  #info .map .box01 .residence img{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #info .map .box02{
    position: absolute;
    width: 17.8%;
    right: 1.4%;
    bottom: 12%;
  }
  #info .map .box02 .area + .area{
    margin-top: 2%;
  }
  #info .map .box02 .area .areattl{
    font-size: 2.1vw;
  }
  #info .map .box02 .area img{
    display: block;
  }
  #info .map .box02 .area .txt{
    font-size: 1.1rem;
    line-height: 1.54;
    letter-spacing: -0.04em;
    margin: .5em 0 0;
  }
  #info .map .box02 .area ul{
    margin-top: 5px;
  }
  #info .map .box02 .area ul li{
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.46;
    text-indent: -1em;
    margin-left: 1em;
  }
}
/* ------------------------------
    point
------------------------------ */
#point{
  padding: 34px 0 183px;
  background: #6bc7c9 url(../img/point_bg_pc.png) no-repeat center / 1290px auto;
}
#point .ttl{
  padding-left: 43px;
  margin-bottom: -5px;
}
#point .list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#point .list .item{
  width: 542px;
}
#point .list .item:nth-child(n + 3){
  margin-top: 28px;
}
#point .list .item .pointttl{
  background: #d2eeef;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
  padding: .5em 1em .5em 3.5em;
  position: relative;
}
#point .list .item .pointttl .num{
  position: absolute;
  left: -6px;
  bottom: -3px;
  z-index: 1;
}
#point .list .item>.flex{
  height: 236px;
}
#point .list .item .photo{
  position: relative;
}

#point .list .item .txt{
  height: 100%;
  padding: 1.2em 1.25em 0;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  width: 306px;
  text-align: justify;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  #point{
    padding: 4.2% 0 11%;
    background: #6bc7c9 url(../img/point_bg_sp.png) no-repeat left 1% center / 6.6vw auto;
  }
  #point .ttl{
    padding-left: 0;
    margin-bottom: 5.5%;
  }
  #point .list{
    display: block;
  }
  #point .list .item{
    width: 100%;
  }
  #point .list .item + .item{
    margin-top: 5%;
  }
  #point .list .item .pointttl{
    font-size: 3.7vw;
    padding: .5em 1em .5em 3.5em;
  }
  #point .list .item .pointttl .num{
    width: 12.6%; 
    left: -1.6%;
    bottom: -6%;
  }
  #point .list .item>.flex{
    height: 40vw;
  }
  #point .list .item .photo{
    width: 40vw;
  }
  #point .list .item .txt{
    font-size: 2.9vw;
    line-height: 1.63;
    width: auto;
    flex: 1;
  }
}

/* ------------------------------
    campaign
------------------------------ */
#campaign{
  padding-bottom: 80px;
}
  #campaign .ttl{
  padding-top: 66px;
  text-align: center;
  position: relative;
  margin-bottom: 58px;
}
#campaign .ttl::before{
  content: "";
  display: block;
  width: 538px;
  height: 358px;
  background: url(../img/campaign_present_ttlimg.png) no-repeat center / 100% auto;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#campaign .ttl img{
  display: block;
  margin: 0 auto;
  position: relative;
}
#campaign .txt{
  text-align: center;
}
#campaign .present .presentttl{
  text-align: center;
  margin: 10px auto;
}
#campaign .present .list{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

#campaign .present .list + .note{
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #campaign{
    padding-bottom: 17%;
  }
    #campaign .ttl{
    padding-top: 6.6%;
    margin-bottom: 9.8%;
  }
  #campaign .ttl::before{
    width: 71.6vw;
    height: 46.4vw;
    top: -8vw;
  }
  #campaign .txt{
    width: 105%;
    margin: 0 -2.5%;
  }
  #campaign .present .presentttl{
    margin: 0 auto 7.2%;
  }
  #campaign .present .list{
    display: block;
    margin-bottom: 0;
  }
  #campaign .present .list .item01{
    width: 77.4%;
    margin: 0 auto 7.4%;
    padding-bottom: 0;
  }
  #campaign .present .list .item02{
    width: 77.2%;
    margin: 0 auto 6.6%;
  }
  #campaign .present .list .item03{
    width: 87.5%;
    margin: 0 auto 6.6%;
  }
  #campaign .present .list + .note{
    font-size: 2.9vw;
    line-height: 1.8;
  }
}

/* ------------------------------
    movie
------------------------------ */
#movie{
  padding: 80px 0 96px;
  background: url(../img/movie_bg_pc.png) no-repeat center bottom / cover;
}
#movie .ttl{
  text-align: center;
  margin-bottom: 36px;
}
#movie .box_movie {
  position: relative;
  width: 914px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #movie{
    padding: 5% 0 8.6%;
    background: url(../img/movie_bg_sp.png) no-repeat center top / 100%;
  }
  #movie .ttl{
    width: 65.9%;
    margin: 0 auto 7%;
  }
  #movie .box_movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin: 0 auto ;
    overflow: hidden;
  }

  #movie .box_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/* ------------------------------
    formarea
------------------------------ */
#formarea{
  padding: 70px 0 50px;
  background: #f0f0f0;
}

@media screen and (max-width: 768px) {
  #formarea{
    padding: 5% 0 10%;
  }
  #formarea iframe{
    height: 2600px;
  }
}
@media screen and (max-width: 559px) {
  #formarea iframe{
    height: 2780px;
  }
}
@media screen and (max-width: 380px) {
  #formarea iframe{
    height: 3000px;
  }
}

/* ------------------------------
    contact
------------------------------ */
#contact{
  background: url(../img/contact_bg01_pc.png) no-repeat right 42.5% top 38px / 1121px auto,url(../img/contact_bg02_pc.png) no-repeat center bottom / 100% auto;
}
/*company*/
#contact .company{
  padding: 100px 0 50px;
}
#contact .company .txt{
  color: #da3f51;
  background: #fff;
  border: 4px solid #da3f51;
  padding: 1.4em 2em;
  font-weight: 700;
  line-height: 2.16;
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
#contact .company .companylist{
  display: flex;
  flex-wrap: wrap;
}
#contact .company .companylist .item{
  width: 263px;
}
#contact .company .companylist .item + .item:not(:nth-child(5n)){
  margin-left: 16px;
}
#contact .company .companylist .item:nth-child(n + 5){
  margin-top: 16px;
}
#contact .company .companylist .item{
  background: #f5f5f3;
  padding: 10px 17px;
}
#contact .company .companylist .item .logo{
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .company .companylist .item .name{
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
#contact .company .companylist .item .info{
  padding: 20px 0 10px;
  border-top: 1px solid #ababab;
  margin-top: 15px;
}
#contact .company .companylist .item .info .address{
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
#contact .company .companylist .item .info .tel{
  line-height: 1;
}
#contact .company .companylist .item:last-child{
  padding: 10px 21px;
}
#contact .company .companylist .item:last-child .logo{
  height: 100%;
  justify-content: flex-start;
}

/*tel*/
#contact .telarea{
/*  background: url(../img/contact_bg02.png) no-repeat center bottom / cover;*/
  padding: 63px 0 196px;
}
#contact .telarea p{
  line-height: 1;
}
#contact .telarea p.txt{
  margin: 38px 0 45px;
}
#contact .telarea p.time{
  margin: 19px 0 0;
}
@media screen and (max-width: 768px) {
  #contact{
    background: url(../img/contact_bg01_sp.png) no-repeat right -6vw top -13.6vw / 53vw auto;
  }
  /*company*/
  #contact .company{
    padding: 13.3% 0 8%;
  }
  #contact .company .txt{
    border: .8vw solid #da3f51;
    padding: 1.4em 1.2em;
    line-height: 2.3;
    font-size: 3.4vw;
    letter-spacing: 0;
    margin-bottom: 3.3%;
    text-align: justify;
  }
  #contact .company .companylist{
    display: flex;
  }
  #contact .company .companylist .item{
    width: 48%;
  }
  #contact .company .companylist .item + .item:not(:nth-child(5n)){
    margin-left: 0;
  }
  #contact .company .companylist .item:nth-child(n + 3){
    margin-top: 4%;
  }
  #contact .company .companylist .item:nth-child(even){
    margin-left: 4%!important;
  }
  
  #contact .company .companylist .item{
    padding: 2% 2.6% 3%;
  }
  #contact .company .companylist .item .logo{
    height: 11vw;
  }
  #contact .company .companylist .item .logo img{
    display: block;
    margin: 0 auto;
  }
  #contact .company .companylist .item01 .logo img{
    width: 49.6%;
  }
  #contact .company .companylist .item02 .logo img{
    width: 68.9%;
  }
  #contact .company .companylist .item03 .logo img{
    width: 86.2%;
  }
  #contact .company .companylist .item04 .logo img{
    width: 60%;
  }
  #contact .company .companylist .item05 .logo img{
    width: 82.4%;
  }
  #contact .company .companylist .item06 .logo img{
    width: 67.5%;
  }
  #contact .company .companylist .item07 .logo img{
    width: 100%;
  }
  #contact .company .companylist .item08 .logo img{
    width: 100%;
  }
  
  
  #contact .company .companylist .item .name{
    height: 7.7vw;
    font-size: 2.6vw;
  }
  #contact .company .companylist .item .info{
    padding: 6.4% 0 3%;
    margin-top: 6.4%;
  }
  #contact .company .companylist .item .info .address{
    font-size: 2.6vw;
    line-height: 1.3;
    margin-bottom: 1em;
  }
  #contact .company .companylist .item .info .tel img{
    width: auto;
    height: 3.2vw;
  }
  #contact .company .companylist .item:last-child{
    padding: 4% 4% 4% 3%;
  }


  /*tel*/
  #contact .telarea{
    background: url(../img/contact_bg02_sp.png) no-repeat center bottom / 100% auto;
    padding: 6% 0 21%;
  }
  #contact .telarea .ttl{
    width: 45.7%;
    margin: 0 auto;
  }
  #contact .telarea p.txt{
    width: 78.6%;
    margin: 5.5% auto 5.8%;
  }
  #contact .telarea p.num{
    width: 70.2%;
    margin: 0 auto;
  }
  #contact .telarea p.time{
    width: 61%;
    margin: 2% auto 0;
  }

}

/* ------------------------------
    footer
------------------------------ */

#pagetop a{
  display: block;
  z-index: 999999;
/*  position: fixed;*/
  position: absolute;
  right: calc(50% - 550px);
/*  bottom: -310px;*/
  bottom: 6px;
  transition: .6s;
}


footer{
  position: relative;
  background: #da3f51;
  padding: 15px 0;
}
footer .copyright{
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #pagetop a{
    width: 14.6%;
    height: 32vw;
    right: 2.4%;
    bottom: 0;
    overflow: hidden;
  }
  #pagetop a img{
    width: 100%;
    height: auto;
  }
  footer{
    padding: 2% 0;
  }
  footer .copyright{
    font-size: 1.8vw;
  }
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack */