body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  outline: none !important;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  font-size: 10px;
}

h1, h2, h3, h4, h5, h6, p{
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

ol, ul,li {
  list-style: none;
}

fieldset, img {
  border: 0;
}

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

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

caption, th {
  text-align: left;
}
a{
  color: #000000;
}
a:focus {
  outline: none;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
}

body * {
  box-sizing: border-box;
}


/* フォント */
body *{
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1{
  font-size: 48px;
}
h2{
  font-size: 4rem;
}
h3{
  font-size: 2.5rem;
}
h4{
  font-size: 2rem;
}
h5{
  font-size: 14px;
}
p{
  font-size: 16px;
}
.f25{
  font-size: 25px !important;
}
.f16{
  font-size: 16px !important;
}
@media (max-width: 1024px){
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.1rem;
  }
  h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px){
  .f25{
    font-size: 14px !important;
  }
  .f16{
    font-size: 12px !important;
  }
}
/* ----------- btn ------------ */
.opa{
  transition: 0.3s;
}
.opa:hover{
  opacity: 0.7;
}
.pink_btn{
  width: 100%;
  text-align: center;
  display: block;
  background: #e98486;
  color: #fff;
  padding: 10px;
  font-size: 22px;
  border-radius: 50px;
}
a.pink_btn{
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
/* ----------- color ----------- */
.bc_pink{
  color: #e98486;
}
.c_pink{
  color: #e98486;
}
.c_white{
  color: #fff
}

/* ----------- responsive ----------- */
.on1280{
  display: none;
}
.on1024{
  display: none;
}
.on768{
  display: none;
}
.on480{
  display: none;
}
@media (max-width: 1280px){
  .off1280{
    display: none;
  }
  .on1280{
    display: block;
  }
}
@media (max-width: 1024px){
  .off1024{
    display: none;
  }
  .on1024{
    display: block;
  }
}
@media (max-width: 768px){
  .off768{
    display: none;
  }
  .on768{
    display: block;
  }
}
@media (max-width: 480px){
  .off480{
    display: none;
  }
  .on480{
    display: block;
  }
}

/* ----------- coomon ----------- */
.width82{
  width: 82%;
  margin: auto;
}
.under_line{
  background: linear-gradient(transparent 80%, #fff68c 0%);
  line-height: 1 !important;
  display: inline-block;
}
.uline_img{
  position: relative;
}
.uline_img::after{
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  position: absolute;
  background-image: url(../images/line_img.png);
  background-position: center;
  background-size: cover;
}
.uline_img02{
  position: relative;
}
.uline_img02::before{
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  background-image: url(../images/line_img02.png);
  background-position: center;
  background-size: cover;
}
.uline_img02::after{
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  background-image: url(../images/line_img02.png);
  background-position: center;
  background-size: cover;
}

.text_img{
  max-height: 65px;
  width: 100%;
  height: 100%;
}
.text_img img{
  width: auto;
  height: auto;
}
.location .content_area .text_img img{
  height: 100%;
}
@media (max-width: 1024px){
  .width82 {
    width: 88%;
  }
}
@media (max-width: 480px){
  .pink_btn{
    font-size: 14px;
  }
}
/* ----------- header ----------- */
header{
  background: #f9d1cd;
  padding: 1.6%;
  padding-bottom: 1.5%;
}
header .head_logo{
  max-width: 200px;
  width: 18%;
}
@media screen and (max-width:480px) {
  header {
    background: #f9d1cd;
    padding: 2.3%;
  }
  header .head_logo {
    width: 23%;
  }
}
/* ----------- mv ----------- */
.mv{
  background-image: url(../images/main.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mv .icon_img_box img{
  max-width: 280px;
  width: 20%;
  margin: 3% 0 2% 5%;
}

.mv .lower_area{
  display: flex;
  align-items: center;
  margin-left: 1%;
}
.lower_area .img_box{
  max-width: 270px;
  width: 20%;
  margin-bottom: -6px;
}
.lower_area .content_area{
  display: flex;
  margin-left: 15px;
  margin-top: 50px;
}
.lower_area .content_box{
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  margin-right: 25px;
}
.lower_area .content_box .inner{
  border: 2px dotted #f2bab8;
  padding: 8px;
  border-radius: 10px;
  text-align: center;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lower_area .content_box .inner p{
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}
.lower_area .content_box .inner p:last-child{
  margin: 0;
}
.lower_area .content_box .inner p .f110{
  font-size: 110%;
}
@media screen and (max-width:768px) {
  .mv{
    background-image: url(../images/main_sp.png);
  }
  .mv .lower_area {
    margin-left: 3%;
    margin-top: 27%;
  }
  .mv .icon_img_box img{
    margin: 3% 0 2% 2%;
    width: 28%;
  }
  .lower_area .img_box {
    width: 30%;
  }
  .lower_area .content_area {
    margin-left: 10px;
  }
  .lower_area .content_box {
    margin-right: 15px;
    border-radius: 20px;
  }
  .lower_area .content_box .inner{
    padding: 4px;
    border-radius: 20px;
  }
}
@media screen and (max-width:480px) {
  .mv .icon_img_box img{
    width: 35%;
  }
  .mv .lower_area {
    margin-left: 1%;
    padding-bottom: 3%;
  }
  .lower_area .img_box {
    margin: auto 0 -5% 0;
  }
  .lower_area .content_area {
    margin-left: 5px;
    width: 70%;
  }
  .lower_area .content_box {
    margin-right: 5px;
    border-radius: 20px;
    width: 33%;
    padding: 2px;
  }
  .lower_area .content_box .inner {
    padding: 2px;
    border: 1px dotted #f2bab8;
    min-height: 90px;
  }
  .lower_area .content_box .inner p{
    font-size: 10px;
    margin-bottom: 5px;
  }
}
/* ----------- banner_area ----------- */
.banner_area{
  margin: 5% auto;
}

/* ----------- location ----------- */
.location .content_area{
  display: flex;
  flex-wrap: wrap;
}
.location .content_box{
  width: 47%;
  margin-right:6%;
  margin-bottom: 6%;
}
.location .content_box:nth-child(2n){
  margin-right: 0;
}
.location .derc .text_area {
  margin: 40px 0 70px;
}
.location .derc p{
  font-size: 22px;
  padding-bottom: 10px;
  line-height: 2;
}
.derc .pink_btn{
  position: relative;
}
.derc .pink_btn::before{
  content: '＼気になる！／';
  position: absolute;
  top: -35px;
  left: -45px;
  transform: rotate(-10deg);
  color: #000;
  font-size: 90%;
}
.derc .pink_btn::after{
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  background: url(../images/icon_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 20px;
}
.location .content_box .img_box{
  position: relative;
}
.location .content_box .lotext_abs{
  position: absolute;
  top: 0;
  right: -2%;
  width: 70%;
}
.location .content_box:nth-child(2) .lotext_abs{
  max-width: 370px;
}
.location .content_box:nth-child(3) .lotext_abs{
  max-width: 490px;
  width: 75.5%;
  top: 10px;
}
.location .content_box:nth-child(4) .lotext_abs{
  max-width: 550px;
  width: 80%;
  top: -25px;
}
.location .head_area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.location .head{
  font-weight: 600;
  font-size: 30px;
}
.location .head_area p{
  font-size: 20px;
  font-weight: 600;
}
.location .head_area span{
  font-size: 140%;
}
.location .text p{
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .location .derc .text_area {
    margin: 5px 0 50px;
  }
  .derc .pink_btn::before{
    top: -35px;
    left: -35px;
    transform: rotate(-8deg);
  }
  .derc .pink_btn::after{
    right: 3%;
  }
  .location .content_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .location .head_area{
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .location .derc p {
    padding-bottom: 15px;
    line-height: 1;
    padding-top: 15px;
  }
}
@media screen and (max-width:480px) {
  .derc .pink_btn::before {
    top: -23px;
    left: -18px;
  }
  .derc .pink_btn::after {
    width: 8px;
    height: 12px;
  }
  .text_img {
    max-height: 34px;
  }
  .location .derc p {
    padding-bottom: 13px;
    padding-top: 9px;
    font-size: 15px;
  }
  .location .derc .text_area {
    margin: 5px 0 35px;
  }
  .location .head_area {
    margin-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 5px;
  }
  .location .head {
    font-size: 24px;
  }
  .location .head_area p {
    font-size: 16px;
  }
  .location .text p {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .location .content_box {
    margin-bottom: 20px;
  }
  .location .content_box:nth-child(2) .lotext_abs{
    width: 65%;
  }
  .location .content_box:nth-child(3) .lotext_abs {
    width: 66%;
    top: -7px;
  }
  .location .content_box:nth-child(4) .lotext_abs {
    top: -11px;
    width: 76%;
  }
}
/* ----------- land plan ----------- */
.land_plan .ttl_box{
  display: flex;
  align-items: center;
}
.land_plan .text_img{
  max-width: 320px;
  margin-right: 40px;
}
.land_plan .ttl_box h3 span{
  font-size: 120%;
}
.land_img_box{
  margin: 5% 0 8%;
}
@media screen and (max-width:768px) {
  .land_plan .ttl_box {
    display: block;
  }
  .land_plan .text_img{
    margin-bottom: 25px;
  }
  .land_plan .ttl_box h3{
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px){
  .land_plan .text_img {
    width: 50%;
    margin-bottom: 15px;
  }
  .land_plan .ttl_box h3 {
    font-size: 1.6rem;
  }
}
/* ----------- model plan ----------- */
.model_plan .ttl_box{
  display: flex;
}
.model_plan .ttl_box .left{
  max-width: 400px;
  width: 35%;
}
.model_plan .right {
  margin-left: 5%;
  margin-top: 12px;
}
.model_plan .right .img_box{
  max-width: 380px;
}
.model_plan .right p{
  font-size: 2.4rem;
  line-height: 2;
  margin-top: 30px;
}
.content_img_box{
  width: 90%;
  margin: 4% auto;
}
.head_img{
  display: flex;
  justify-content: space-between;
  margin: 5% auto 6%;
}
@media screen and (max-width:1280px) {
  .model_plan .right p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:1280px) {
  .model_plan .right p{
    margin-top: 10px;
    line-height: 1.7;
  }
}
@media screen and (max-width:768px) {
  .model_plan .ttl_box .left{
    width: 45%;
    order: 2;
  }
  .model_plan .right {
    margin-left: 0;
    margin-top: 12%;
    order: 1;
    width: 47%;
    margin-right: 5%;
  }
  .model_plan .right .img_box {
    max-width: 350px;
  }
  .p_model{
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -1px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
/* ------------------- slider_area ------------------ */
.head_img .img_box{
  width: 46%;
}
.slick{
  margin-bottom: 8%;
  position: relative;
  /* display: flex; */
}
.slick .slick_img{
  margin: 0 23px;
  height: 220px;
  width: 328px;
  max-width: 400px;
}
.slick .slick_img img{
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width:768px) {
  .slick .slick_img{
    margin: 0px 8px;
    height: 100px;
  }
}
@media screen and (max-width: 768px){
  .slick .slick_img {
    margin: 0px 2.7px;
    height: 120px;
  }
}
@media screen and (max-width: 480px){
  .slick .slick_img {
    height: 100px;
  }
}
/* ------------------- vr ------------------ */
#vr{
  padding: 5% 0 0;
}

/* --------------- concept --------------- */
.concept {
  background-color: #fdedeb;
  padding: 100px 8%;
}
.concept .ttl_box {
  display: flex;
  align-items: center;
}
.concept .icon_pop{
  position: relative;
  margin-left: 40px;
}
.concept .icon_pop::after{
  content: '';
  position: absolute;
  background-image: url(../images/img_object.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 36px;
  height: 16px;
  top: -16px;
  left: 45%;
  transform: translateY(-55%);
}
.concept .ttl_box .text_img{
  max-width: 300px;
}
.concept .text_area {
  display: flex;
  margin-top: 20px;
}
.concept .text_area .img_box{
  max-width: 450px;
  width: 35%;
}
.concept .text_area .left{
  width: 60%;
  margin-right: 3%;
  margin-top: 40px;
}
.concept .text_area .left p{
  font-size: 2.6rem;
  line-height: 1.5;
}
.concept .content_area{
  margin-top: 7%;
}
.concept .content_area.off480{
  display: none;
}
.concept .content_area.off480.open_content02.change{
  display: flex !important;
}
.concept .inner_box{
  width: 45%;
  margin-right: 10%;
}
.concept .inner_box:nth-child(2){
  margin-right: 0;
  margin-top: 10%;
}
.concept .content_box{
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 30px;
  position: relative;
  margin-bottom: 16%;
  min-height: 670px;
}
.concept .content_box:last-child{
  margin-bottom: 0;
}
.concept .content_box .head_box{
  margin-left: 80px;
}
.concept .content_box .head_box h4{
  line-height: 1.4;
  min-height: 56px;
  display: flex;
  align-items: center;
}
.concept .content_box .head_box h2{
  margin-bottom: 15px;
}
.concept .content_box .icon_box{
  position: absolute;
  top: -25px;
  left: -35px;
  max-width: 130px;
  width: 25%;
}
.concept .content_box .text_area p{
  line-height: 1.5;
  font-size: 1.75rem;
}
@media screen and (max-width:1280px) {
  .concept .text_area .left p {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width:1024px) {
  .concept .content_box .head_box {
    margin-left: 40px;
  }
  .concept .inner_box {
    width: 47%;
    margin-right: 6%;
  }
  .concept .content_box{
    min-height: 640px;
  }
}
@media screen and (max-width:768px) {
  .concept{
    position: relative;
    padding-top: 20%;
  }
  .concept .ttl_box {
    display: block;
  }
  .concept .ttl_box .text_img {
    max-width: 250px;
    max-height: none;
    width: 40%;
  }
  .concept .icon_pop {
    position: relative;
    margin-left: 0;
    margin-top: 35px;
    font-size: 4rem;
  }
  .concept .icon_pop::after{
    left: 22.2%;
  }
  .concept .text_area .left{
    width: 93%;
    margin: 0;
  }
  .concept .text_area .img_box{
    position: absolute;
    top: -20px;
    right: 6%;
    width: 42%;
  }
  .concept .content_box {
    margin-bottom: 8%;
  }
  .concept .content_box .head_box {
    margin-left: 80px;
  }
}
@media screen and (max-width:480px) {
  .concept {
    padding-top: 15%;
    padding-bottom: 40px;
  }
  .concept .icon_pop {
    margin-top: 20px;
    font-size: 2rem;
  }
  .concept .icon_pop::after {
    width: 26px;
    height: 10px;
    left: 21%;
    top: -9px;
  }
  .concept .text_area .left p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .concept .content_box {
    padding: 10px 15px;
    min-height: auto;
    margin-bottom: 12%;
    border-radius: 10px;
  }
  .concept .content_box .icon_box {
    top: -25px;
    left: -10px;
    width: 28%;
  }
  .concept .content_box .head_box {
    margin-left: 70px;
  }
  .concept .content_box .head_box h4 {
    min-height: auto;
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  .concept .content_box .head_box h2 {
    font-size: 2.2rem;
  }
  .concept .content_box .text_area p {
    font-size: 1.3rem;
  }
}
/* --------------- access --------------- */
.access {
  margin: 8% auto;
}
.access .ttl_box {
  display: flex;
  align-items: center;
}
.access .ttl_box .text_img {
  max-width: 250px;
  width: 40%;
  margin-right: 4%;
}
.access_img{
  width: 103%;
  margin-left: -3%;
  margin-top: 3%;
}
@media screen and (max-width:1024px) {
  .neighborhood .right {
    width: 53%;
    margin-left: 13%;
    margin: auto 0 auto auto;
  }
}
@media screen and (max-width:768px) {
  .access .ttl_box {
    display: block;
  }
  .access .ttl_box .icon_pop{
    font-size: 2.2rem;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px){
  .access .ttl_box .icon_pop {
    font-size: 1.3rem;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
/* --------------- neighborhood --------------- */
.neighborhood .ttl_box{
  display: flex;
  margin-bottom: 5%;
}
.neighborhood .left {
  max-width: 460px;
  width: 40%;
  margin-left: 2%;
}
.neighborhood .right{
  width: 45%;
  margin-left: 13%;
  margin: auto auto 3%;
}
.neighborhood .right .img_box{
  max-width: 340px;
  width: 70%;
  margin-bottom: 10%;
}
.neighborhood .right p{
  font-size: 2.4rem;
}

.slick02{
  position: relative;
}
.slick02 .slick02_box{
  background-color: #f0b0ae;
  border-radius: 30px;
  padding: 12px 8px;
  margin: 0px 12px;
  width: 270px;
  min-height: 300px;
  max-width: 270px;
  position: relative;
}
.slick02 .slick02_box .text_box{
  margin-top: 10px;
}
.slick02 .slick02_box h4{
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
}
.slick02 .slick02_box p{
  line-height: 1.3;
  font-size: 1.5rem;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
@media screen and (max-width:104px) {
  .neighborhood .right .img_box {
    width: 55%;
  }
}
@media screen and (max-width:768px) {
  .neighborhood .ttl_box{
    width: 100%;
  }
  .neighborhood .left{
    width: 36%;
  }
  .neighborhood .right {
    width: 58%;
    margin: auto 0 3% auto;
  }
  .neighborhood .right .img_box {
    width: 55%;
    margin-bottom: 6%;
  }
  .neighborhood .right p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px){
  .neighborhood .left {
    width: 32%;
  }
  .neighborhood .right {
    margin: auto 0 3% auto;
  }
  .neighborhood .right .img_box {
    width: 55%;
    margin-bottom: 4%;
  }
  .neighborhood .right p {
    font-size: 1.2rem;
  }
  .slick02 .slick02_box {
    min-height: 240px;
  }
  .slick02 .slick02_box h4 {
    font-size: 1.5rem;
  }
}
/* --------------- grow_support --------------- */
.grow_support{
  padding: 0 9% 10px;
  background-color: #fdedeb;
  margin-top: 8%;
}

.grow_support .ttl_box{
  display: flex;
  justify-content: space-between;
}
.flag_img{
  max-width: 600px;
}
.grow_support .left{
  margin: auto 0 2% 0%;
}
.grow_support .ttl_box h2{
  font-size: 5.5rem;
}
.grow_support .right{
  max-width: 300px;
  width: 28%;
  margin-top: -4.5%;
}

.grow_support .content_area{
  padding-bottom: 9%;
}
.grow_support .content_box{
  display: flex;
  margin-bottom: 7%;
}
.grow_support .content_box:last-child{
  margin-bottom: 0;
}

.grow_support .content_box .img_box{
  width: 40%;
  margin-right: 4%;
}
.grow_support .content_box .img_box img{
  box-shadow: 6px 8px 0px 0px rgb(240 176 174);
  border-radius: 40px;
}
.grow_support .content_box .text_box{
  background: #fff;
  border-radius: 40px;
  width: 56%;
  order: 1;
  padding: 30px;
  position: relative;
}
.grow_support .content_box .num_img{
  position: absolute;
  max-width: 70px;
  width: 13%;
  top: -30px;
  left: -10px;
}
.grow_support .content_box:nth-child(2n+1) .img_box{
  margin-right: 0;
  margin-left: 4%;
  order: 2;
}
.grow_support .content_box:nth-child(2n+1) .text_box{
  order: 1;
}
.grow_support .content_box .head {
  font-size: 3.2rem;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}
.grow_support .content_box .text_box p{
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width:1366px) {
  .grow_support .ttl_box h2 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width:1024px) {
  .flag_img {
    max-width: 600px;
    width: 70%;
  }
  .grow_support .ttl_box h2 {
    font-size: 3.5rem;
  }
  .grow_support .content_box .head {
    font-size: 2.4rem;
  }
  .grow_support .content_box .text_box p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:768px) {
  .grow_support .content_box {
    display: block;
  }
  .grow_support .left{
    width: 70%;
  }
  .flag_img {
    width: 80%;
  }
  .grow_support .ttl_box h2 {
    font-size: 3rem;
    display: inline-block;
    padding-bottom: 12px;
  }
  .grow_support .content_box .img_box{
    width: 60%;
    margin: auto;
    margin-bottom: 40px;
  }
  .grow_support .content_box:nth-child(2n+1) .img_box{
    margin: auto;
    margin-bottom: 40px;
  }
  .grow_support .content_box .text_box{
    padding: 20px;
    margin: auto;
    margin-bottom: 10px;
    width: 90%;
    min-height: 230px;
  }
  .grow_support .content_box .head{
    font-size: 2.6rem;
    margin: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .grow_support .content_box .num_img{
    top: -10px;
    left: 0px;
    max-width: 50px;
  }
  .grow_support .content_box .img_box img {
    box-shadow: 0px 5px 0px 0px rgb(240 176 174);
    border-radius: 20px;
  }
}
@media screen and (max-width: 600px){
  .grow_support .ttl_box h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px){
  .grow_support .ttl_box h2 {
    font-size: 1.4rem;
    padding-bottom: 8px;
  }
  .grow_support .content_box .img_box {
    width: 70%;
    margin-bottom: 20px;
  }
  .grow_support .content_box:nth-child(2n+1) .img_box {
    margin-bottom: 20px;
  }
  .grow_support .content_box .img_box img {
    border-radius: 20px;
  }
  .grow_support .content_box .text_box {
    border-radius: 20px;
    width: 100%;
    padding: 20px;
    min-height: 180px;
  }
  .grow_support .content_box .head {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .grow_support .content_box .num_img {
    top: -5px;
    width: 10%;
  }
  .grow_support .content_box .text_box p {
    font-size: 1.2rem;
  }
}
/* ----------- outline ----------- */
.outline_box{
  padding: 45px 0;
  margin: 6% 0px;
}
.outline_box .ttl_box{
  display: flex;
  align-items: center;
}
.outline_box .text_img{
  max-width: 280px;
  width: 30%;
  margin-right: 6%;
}
.outline_box p {
  font-size: 2.1rem;
  line-height: 1.5;
  margin-top: 2.5%;
}
.outline .lower_area{
  display: flex;
}
.outline .lower_area .img_box{
  width: 50%;
  max-width: none;
  margin: 0;
}
.outline .lower_area .text_area{
  width: 41%;
  margin-left: 9%;
  background-image: url(../images/circle01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.outline .lower_area .logo_img_box{
  width: 80%;
  margin: 8% auto 30px;
}
.outline .lower_area .text_area p{
  text-align: center;
  line-height: 1.6;
  font-size: 2rem;
}
@media screen and (max-width:1024px) {
  .outline_box p {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .outline .lower_area .text_area {
    width: 45%;
    margin-left: 5%;
  }
  .outline .lower_area .logo_img_box{
    width: 70%;
  }
  .outline .lower_area .text_area p{
    font-size: 1.6rem;
  }
  .outline .lower_area {
    flex-direction: column;
  }
  .outline .lower_area .img_box{
    order: 2;
  }
  .outline .lower_area .text_area{
    order: 1;
  }
  .outline .lower_area .text_area {
    width: 80%;
    margin: auto;
  }
  .outline .lower_area .logo_img_box {
    width: 60%;
  }
  .outline .lower_area .text_area p {
    font-size: 1.7rem;
    padding-bottom: 40px;
  }
  .outline .lower_area .img_box{
    width: 60%;
    margin: auto;
    margin-top: 25px;
  }
}
@media screen and (max-width:480px) {
  .outline_box {
    padding: 20px 0;
    margin: 10% 0px;
  }
  .outline_box .text_img {
    width: 35%;
  }
  .outline_box .text_img h3{
    font-size: 1.6rem;
  }
  .outline_box p {
    font-size: 1.3rem;
  }
  .outline .lower_area .text_area p {
    font-size: 1.5rem;
  }
  .outline .lower_area .img_box {
    width: 80%;
  }
}
/* ----------- footer ----------- */
footer.width82{
  display: flex;
  justify-content: space-between;
  margin-bottom: 7%;
}
footer .co_name_area{
  width: 50%;
}
footer .tel_area{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .tel_area .img_box{
  max-width: 93px;
  width: 20%;
  margin-right: 15px;
}
footer .tel_area .head{
  font-size: 2.8rem;
}
footer .tel_area .tel{
  font-size: 4.8rem;
  letter-spacing: 4px;
  font-weight: 600;
  color: #e3606c;
  margin-top: 3%;
}
@media screen and (max-width:1280px) {
  footer .tel_area .head {
    font-size: 2.5rem;
  }
  footer .tel_area .tel {
    font-size: 4rem;
  }
}
@media screen and (max-width:1024px) {
  footer .tel_area .img_box{
    width: 16%;
  }
  footer .tel_area .head {
    font-size: 2rem;
  }
  footer .tel_area .tel {
    font-size: 3.2rem;
    letter-spacing: 2.8px;
  }
}
@media screen and (max-width:768px) {
  footer .co_name_area {
    width: 47%;
  }
  footer .tel_area {
    width: 47%;
  }
  footer .tel_area .head {
    font-size: 1.7rem;
  }
  footer .tel_area .tel {
    font-size: 2.7rem;
  }
}
@media screen and (max-width:480px) {
  footer .co_name_area {
    width: 42%;
  }
  footer .tel_area {
    width: 53%;
  }
  footer .tel_area .img_box {
    margin-right: 3px;
  }
  footer .tel_area .head {
    font-size: 1.3rem;
  }
  footer .tel_area .tel {
    font-size: 2rem;
    letter-spacing: 0.3px;
  }
}
/* ----------- open_btn ----------- */
.open_btn{
  border: 2px solid #e98486;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  margin: auto;
  padding: 16px 0px;
  position: relative;
  cursor: pointer;
}
.concept .open_btn{
  margin: 10% 15% 0 auto;
}
.grow_support .open_btn{
  margin: 4% auto;
}
.open_btn span {
  position: absolute;
  content: '';
  height: 2px;
  background-color: #e98486;
  border-radius: 20px;
  width: 40px;
  transition: 0.3s;
  top: 48%;
  left: 10%;
  margin: auto;
}
.open_btn span:nth-child(2) {
  transform: rotate(90deg);
}
.open_btn.rotate span:nth-child(2){
  transform: rotate(360deg);
}
@media screen and (max-width:480px) {
  .open_btn {
    width: 40px;
    height: 40px;
    padding: 8px 0px;
  }
  .open_btn span {
    width: 25px;
    left: 16%;
  }
}

/* ----------- open_btn02 ----------- */
.open_btn02{
  border: 2px solid #e98486;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  margin: auto;
  padding: 16px 0px;
  position: relative;
  cursor: pointer;
}
.concept .open_btn02{
  margin: 10% 15% 0 auto;
}
.grow_support .open_btn02{
  margin: 4% auto;
}
.open_btn02 span {
  position: absolute;
  content: '';
  height: 2px;
  background-color: #e98486;
  border-radius: 20px;
  width: 40px;
  transition: 0.3s;
  top: 48%;
  left: 11%;
  margin: auto;
}
.open_btn02 span:nth-child(2) {
  transform: rotate(90deg);
}
.open_btn02.rotate span:nth-child(2){
  transform: rotate(360deg);
}

/* ----------- open_btn03 ----------- */
.open_btn03{
  border: 2px solid #e98486;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  margin: auto;
  padding: 16px 0px;
  position: relative;
  cursor: pointer;
}
.concept .open_btn03{
  margin: 10% 15% 0 auto;
}
.grow_support .open_btn03{
  margin: 4% auto;
}
.open_btn03 span {
  position: absolute;
  content: '';
  height: 2px;
  background-color: #e98486;
  border-radius: 20px;
  width: 40px;
  transition: 0.3s;
  top: 48.5%;
  left: 11.5%;
  margin: auto;
}
.open_btn03 span:nth-child(2) {
  transform: rotate(90deg);
}
.open_btn03.rotate span:nth-child(2){
  transform: rotate(360deg);
}

@media screen and (max-width:768px) {
  .concept .open_btn03 {
    margin: 15px auto;
    transform: translateX(50%);
  }
}
@media screen and (max-width:480px) {
  .open_btn03 {
    width: 40px;
    height: 40px;
    padding: 8px 0px;
  }
  .open_btn03 span {
    width: 25px;
    left: 15%;
  }
}

/* ----------- slick-arrow ----------- */
.slick-slider li {
  transition: none;
}
.slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  max-width: 35px;
  width: 5%;
  z-index: 1;
}
.slick-arrow_next{
  right: 9%;
}
.slick-arrow_prev{
  left: 9%;
}


/* ----------- fixed_box ----------- */
.fixed_wrap{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 999;
}
.fixed_wrap .fixed_box {
  border-radius: 20px 0 0 20px;
  margin-bottom: 20px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
.fixed_wrap .fixed_box .img_box {
  height: 50px;
  width: 45px;
  position: relative;
}
.fixed_wrap .fixed_box .img_box img{
  object-fit: contain;
  position: absolute;
  width: 100%;
  height: 100%;
}
.fixed_wrap .fixed_box p {
  text-align: center;
  margin-top: 12px;
  letter-spacing: -1.2px;
}
.fixed_wrap .fixed_box:nth-child(1){
  background: #eea5a3;
}
.fixed_wrap .fixed_box:nth-child(2){
  background: #e78387;
}
.fixed_wrap .fixed_box:nth-child(3){
  background: #e3606c;
  margin-bottom: 0;
}
a.fixed_box:hover {
  color: #fff;
  text-decoration: none;
  opacity: .7;
}
@media screen and (max-width:1024px) {
  .fixed_wrap .fixed_box {
    padding: 8px;
  }
  .fixed_wrap .fixed_box .img_box {
    height: 45px;
    width: 40px;
  }
}
@media screen and (max-width:768px) {
  .fixed_wrap{
    top: auto;
    transform: unset;
    bottom: 0;
    width: 100%;
    display: flex;
  }
  .fixed_wrap .fixed_box {
    border-radius: 0;
    width: 33.3333%;
    height: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width:768px) {
  .fixed_wrap .fixed_box .img_box {
    height: 40px;
    width: 35px;
  }
  .fixed_wrap .fixed_box p {
    margin-top: 6px;
    font-size: 14px;
  }
  footer.width82{
    margin-bottom: 25%;
  }
}
