@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body,
div,
span,
h1,
h2,
h3,
h4,
p,
img,
b,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
thead,
tr,
th,
td,
details,
footer,
header,
nav,
section,
summary,
time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #111;
}

main {
  overflow: hidden;
    position: relative;
    z-index: 2;
}

details,
footer,
header,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

button {
  background: none;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

img {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  vertical-align: middle;
}

html {
  font-size: 10px;
}

body {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .is-sp {
    display: none;
  }
}
.animate-fade {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s, transform 0.4s;
}
.animate-fade.is-on {
  opacity: 1;
  transform: translateY(0);
}

.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}

body {

}

.page_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/page_bg.jpg);
 background-repeat: no-repeat;
 background-size: cover;
    background-position: bottom center;
}


.main-inner {
  background-color: #fff;
  box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.4);
  max-width: 700px;
  margin-inline: auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .main-inner {
    padding-bottom: 60px;
  }
}


.east-plan {
  margin-top: 5px;
}
@media screen and (max-width: 500px) {
  .east-plan {
    margin-top: 5px;
  }
}


/*****CVボタン*****/
.main-content-button {
    margin-top: 20px;
}

.main_button_wrapp {
    width: 100%;
    background: #fff;
}
.main_button_wrapp ul {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.main_button_wrapp ul li {
    list-style: none;
    width: 49.6%;
    margin: 0 0 15px 0;
}
.main_button_wrapp ul li.official {
    width: 100%;
}

.main_button_wrapp.takuchi ul {
position: relative;
margin: 25px auto;
}
.main_button_wrapp.takuchi ul {
    border-top: 1px dotted #333;
    padding-top: 30px;
}


/*****フッター******/
.map {
    margin-top: 40px;
}

.property-note {
    padding: 20px 40px 0;
}
.property-note .note01 {
    padding-bottom: 25px;
    font-size: 13px;
}
@media screen and (max-width: 500px) {
    .property-note .note01 {
        font-size: 10px;
    }
}


.contact-area {
  margin-top: 50px;
}
@media screen and (max-width: 500px) {
  .contact-area {
    margin-top: 30px;
  }
}
.contact-area .lead {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.contact-area .tel {
  margin-top: 25px;
  text-align: center;
}
.contact-area .tel img {
  width: 82.2857142857%;
}
.contact-area .data {
  margin-top: 25px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .contact-area .data {
    font-size: 14px;
  }
}

.logo-area {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .logo-area {
    margin-top: 30px;
  }
}

.logo-area .logo_lef {width: calc(632 / 1400 *100%);}
.logo-area .logo_rig {width: calc(768 / 1400 *100%);}

.footer {
  padding-top: 100px;
}
@media screen and (max-width: 500px) {
  .footer {
    padding-top: 50px;
  }
}
.footer .inner {
  max-width: 910px;
  padding: 0 15px;
  margin-inline: auto;
}
.footer .info {
  text-align: center;
  font-size: 12px;
  line-height: 180%;
  padding-top: 40px;
  margin-bottom: 40px;
}

.ft_info {
  padding: 40px 20px 30px;
}
.ft_info .contact {
  margin-top: 30px;
}
.ft_info .contact .lead {
  text-align: center;
  font-size: 17px;
}
@media screen and (max-width: 500px) {
  .ft_info .contact .lead {
    font-size: 14px;
  }
}
.ft_info .contact .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 43px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 500px) {
  .ft_info .contact .tel {
    margin-top: 10px;
    font-size: 36px;
  }
}
.ft_info .contact .tel a {
  color: #333;
  text-decoration: none;
}
.ft_info .contact .tel .ico {
  width: 46px;
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .ft_info .contact .tel .ico {
    width: 30px;
  }
}
.ft_info .contact .date {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 500px) {
  .ft_info .contact .date {
    margin-top: 0;
    font-size: 12px;
  }
}

.cv-btns {
  width: 100%;

}
.cv-btns.mb0 {
  margin-bottom: 0;
}


.copy-right {
  padding: 10px;
  text-align: center;
  font-size: 10px;
}



.info_winter {
background: #970000;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: min(2vw, 16px);
    line-height: 200%;
    margin: 20px auto 20px;
    width: 90%;
}
@media screen and (max-width: 500px) {
.info_winter {
            width: 96%;
        font-size: 12px;
  }
}