@charset "UTF-8";

/*****************************

*****************************/
.page_visitor .txtbox{
  margin: 2rem 0 6rem;
  text-align: center;
}
 @media screen and (max-width: 767px) {
  .page_visitor .txtbox{
  text-align: left;
}
 }

.visitorlist {
  gap: 6rem;
}
.visitorlist li{
  background: url(../images/page/visitor/visitor_01.webp) no-repeat center / cover;
  border-radius: 6px;
  box-shadow: 10px 10px 10px rgba(146, 136, 124,.3);
  overflow: hidden;
  width: calc(50% - 3rem);
}
.visitorlist li:nth-of-type(2){
  background: url(../images/page/visitor/visitor_02.webp) no-repeat center / cover;
}
.visitorlist li:nth-of-type(3){
  background: url(../images/page/visitor/visitor_03.webp) no-repeat center / cover;
}
.visitorlist li:nth-of-type(4){
  background: url(../images/page/visitor/visitor_04.webp) no-repeat center / cover;
}
.visitorlist li a{
  aspect-ratio: 4/3;
  display: block;
  opacity: 1;
  position: relative;
}
.visitorlist li a::before{
  content: "";
  background: #7EB0E3;
  opacity: .56;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: .5s;
}
.visitorlist li a:hover::before{
  opacity: 0;
}
.visitorlist li a > div{
  background: #7EB0E3;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 1rem 0;
  position: absolute;
  top: 75%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
}
.visitorlist li:nth-of-type(2) a::before,
.visitorlist li:nth-of-type(2) a > div{
  background: #E37EB7;
}
.visitorlist li:nth-of-type(3) a::before,
.visitorlist li:nth-of-type(3) a > div{
  background: #9B86CE;
}
.visitorlist li a > div span{
  display: block;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .visitorlist {
    gap: 3rem;
  }
  .visitorlist li{
    width: calc(50% - 1.5rem);
  }
  .visitorlist li a > div{
    font-size: 2.2rem;
  }
  .visitorlist li a > div span{
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .txtbox {
    margin: 2rem 0 4rem;
    text-align: left;
  }
  .visitorlist li{
    width: 100%;
  }
  .visitorlist li a {
    aspect-ratio: 3 / 2;
  }
  .visitorlist li a > div{
    font-size: 2rem;
    padding: .5rem 0;
  }
  .visitorlist li a > div span{
    font-size: 1.6rem;
  }
}

.flex_visitor01{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
}
.flex_visitor01 .left_area{
  width: 40%;
  margin-right: 5%;
}
.flex_visitor01 .right_area{
  width: 50%;
}
@media screen and (max-width: 1024px) {
.flex_visitor01 .left_area{
  width: 30%;
  margin-right: 5%;
}
.flex_visitor01 .right_area{
  width: 60%;
}
}
@media screen and (max-width: 820px) {
.flex_visitor01 .left_area{
  width: 400px;
  max-width: 100%;
  margin-right: 0%;
  margin: 0px auto 30px;
}
.flex_visitor01 .right_area{
  width: 100%;
}
}


.flex_visitor01 .right_area h3{
border-bottom: 3px dotted #7EB0E3;
    display: inline-block;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.flex_visitor01 .right_area h3{
    font-size: 2rem;
}
}
.flex_visitor01 .right_area p{
margin-bottom: 10px;
}
.flex_visitor01 .right_area .visitor_ttl{
background: #7EB0E3;
border-radius: 5px;
box-shadow: -7px -7px #fff;
color: #fff;
display: inline-block;
font-size: 2rem;
font-weight: bold;
margin-bottom: 2rem;
padding: .5rem 2rem;
position: relative;
}
@media screen and (max-width: 767px) {
.flex_visitor01 .right_area .visitor_ttl{
font-size: 1.6rem;
padding: .5rem 1rem;
}
}

.flex_visitor01 .right_area .fukidashi {
  position: relative;
  margin-bottom: 20px;
}
.flex_visitor01 .right_area .fukidashi::after {
      content: "";
    position: absolute;
    background: #fff;
    clip-path: polygon(0 0, 60% 100%, 45% 0);
    bottom: -.1rem;
    left: 2.75rem;
    height: 15px;
    width: 40px;
}


.flex_visitor01 .right_area .visitor_ttl::before {
    content: "";
    position: absolute;
    border-right: 1px solid #7eb0e3;
    border-bottom: 1px solid #7eb0e3;
    border-radius: 0 0 10px 0;
    bottom: -1rem;
    left: 1rem;
    height: 100%;
    width: 100%;
}
.flex_visitor01 .right_area .visitor_ttl::after {
    content: "";
    position: absolute;
    background: #7eb0e3;
    clip-path: polygon(0 0, 60% 100%, 45% 0);
    bottom: -2.4rem;
    left: 3rem;
    height: 15px;
    width: 40px;
}

.flex_visitor01 .right_area .point_box{
  border: 3px solid #7eb0e3;
border-radius: 6px;
padding: 40px 30px 20px;
position: relative;
width: 100%;
margin-top: 50px;
}
@media screen and (max-width: 767px) {
.flex_visitor01 .right_area .point_box{
padding: 30px 20px 10px;
}
}

.flex_visitor01 .right_area .point_box .ttl{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
    display: inline-block;
    background: #7eb0e3;
    border-radius: 10px;
    top: 0%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 200px;
}
@media screen and (max-width: 767px) {
.flex_visitor01 .right_area .point_box .ttl{
    top: 0%;
    left: 50%;
}
}


.flex_visitor01 .right_area .point_box02{
  border: 3px solid #c57ee3;
border-radius: 6px;
padding: 40px 30px 20px;
position: relative;
width: 100%;
margin-top: 50px;
}
@media screen and (max-width: 767px) {
.flex_visitor01 .right_area .point_box02{
padding: 30px 20px 10px;
}
}

.flex_visitor01 .right_area .point_box02 .ttl{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
    display: inline-block;
    background: #c57ee3;
    border-radius: 10px;
    top: 0%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 150px;
}

.visitor_section{
  position: relative;
}
.visitor_section::before {
    content: "";
    background-image: linear-gradient(to left, #E5BCCE 3px, transparent 3px);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 14px 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
}

.visitor_section h2{
    background: #fff;
    color: #E5BCCE;
    display: inline-block;
    font-size: 3.2rem;
    font-weight: 500;
    padding-right: 2rem;
    position: relative;
}
@media screen and (max-width: 767px) {
.visitor_section h2{
    font-size: 2.6rem;
}
}



.fleximage_visitor{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.fleximage_visitor li{
  width: calc(100% / 3);
  padding: 5px;
}
 @media screen and (max-width: 767px) {
  .fleximage_visitor li{
  width: calc(100% / 2);
  padding: 5px;
}
 }

.fleximage_visitor li img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
}

.fleximage_visitor_box{
  padding: 20px 20px 30px 20px;
  background: linear-gradient(rgba(249, 169, 209, .3), rgba(151, 222, 255, .3));
}
.fleximage_visitor_box h3{
  text-align: center;
  background: #fff;
  border: 2px solid #E47EB7;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  color: #E47EB7;
  border-radius: 30px;
}
.sns_box_flex{
display: flex;
flex-direction: row;
align-content: center;
justify-content: flex-start;
align-items: center;
margin-top: 30px;
}
.sns_box_flex img{
width: 100px;
}
.sns_box_flex h4{
font-size: 14px;
text-align: center;
color: #333;
}
.sns_box_flex li{
  padding: 10px;
}
.sns_box_flex li:nth-child(5){
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 820px) {
.sns_box_flex img{
width: 70px;
}
}
@media screen and (max-width: 767px) {
.sns_box_flex li:nth-child(5){
  width: 100%;
  padding: 10px;
}
.sns_box_flex {
display: flex;
flex-direction: row;
align-content: center;
justify-content: flex-start;
align-items: center;
margin-top: 30px;
flex-wrap: wrap;
}
}
.center_text_area{
  width: 800px;
  max-width: 100%;
  margin: 2rem auto 4rem;
  text-align: left;
}
.center_img_area{
  width: 800px;
  max-width: 100%;
  margin: 20px auto;
}
.center_img_area img{
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  border-radius: 20px;
}
.bg_visitor01{
  background: #FFFEEB;
  position: relative;
  padding: 10rem 0 5rem;
}
.arrow_area{
clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0 60%);
  background: #7eb0e3;
  position: absolute;
  top: 0;
  padding: 30px 0 50px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.arrow_area h2{
    font-size: 3rem;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
  .arrow_area{
  padding: 20px 0 70px;
}
.arrow_area h2{
    font-size: 2rem;
}
}

.number_flex{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 80px;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
.number_flex{
    margin-top: 20px;

}
}

.number_flex .left_area{
  width: 50%;
  padding: 30px;
}
.number_flex .right_area{
  width: 50%;
  padding: 30px;
}
.number_flex p{
  margin: 10px 0;
}
.number_flex img{
  margin-bottom: 10px;
  aspect-ratio: 56 / 27;
    max-width: 415px;
    width: 100%;
}
 @media screen and (max-width: 767px) {
.number_flex .left_area{
  width: 90%;
  margin: 0 auto;
  padding: 4rem 0rem 2rem;
}
.number_flex .right_area{
  width: 90%;
  margin: 0 auto;
  padding: 4rem 0rem 2rem;
}
 }

 .note_box{
  background: rgb(255,255,255,0.8);
    border: 1px solid #d5d5d5;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    margin: 3rem 0 3rem;
    padding: 3rem 6rem;
    position: relative;
 }

 @media screen and (max-width: 767px) {
 .note_box{
padding: 2rem 2rem 2rem 4rem;
 }
 }

.note_box::before {
    content: "";
    background: url(../images/ob/ob_hole.svg) repeat-y top / contain;
    position: absolute;
    top: .5rem;
    left: .5rem;
    height: calc(100% - 1rem);
    width: 23px;
}
.note_box h2{
    border-bottom: 2px dotted #46463e;
    color: #46463e;
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

 @media screen and (max-width: 767px) {
.note_box h2{
  font-size: 2rem;
}
 }

.note_box p{
  font-size: 16px;
}

.bg_visitor02{
  background: #fff;
  position: relative;
  padding: 5rem 0 5rem;
}
.visitor_3col_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px 0;
}
.visitor_3col_flex .boxarea{
  width: calc(100% / 3);
  padding: 20px;
}
@media screen and (max-width: 1024px) {
.visitor_3col_flex .boxarea{
  width: calc(100% / 2);
  padding: 20px;
}
}
@media screen and (max-width: 767px) {
.visitor_3col_flex .boxarea{
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px;
}
}

.box_style{
background: #fff9fb;
padding: 20px;
border-radius: 20px;
min-height: 300px;
border: 1px solid #e661a7;
}
@media screen and (max-width: 1024px) {
.box_style{
  min-height: unset;
}
}

.box_style h3{
border-bottom: 3px dotted #e661a7;
font-size: 2.2rem;
font-weight: bold;
margin-bottom: 20px;
color: #e661a7;
}
.box_style h3 span{
  margin-right: 10px;
  font-style: italic;
  font-size: 3rem;
  line-height: 1;
  color: #e661a7;
}
.box_style p{
color: #333;
}

.format_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

.format_flex .left_area{
  width: 50%;
  padding: 30px;
}
.format_flex .right_area{
  width: 50%;
  padding: 30px;
}
@media screen and (max-width: 767px) {
.format_flex .left_area{
  width: 100%;
  padding: 10px;
}
.format_flex .right_area{
  width: 100%;
  padding: 10px;
}
}

.format_ttl{
  margin-bottom: 3rem;
  text-align: center;
}
.format_ttl .ttl{
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  padding: 0 6rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
    .format_ttl .ttl{
        font-size: 2rem;
        padding: 0 2rem;
    }
}

.format_ttl .ttl::before{
    content: "";
    aspect-ratio: 70 / 61;
    background: url(../images/ob/ttl_ob2.svg) no-repeat center / contain;
    position: absolute;
    bottom: 0;
    width: 50px;
    left: 0;
}
.format_ttl .ttl::after{
content: "";
    aspect-ratio: 70 / 61;
    background: url(../images/ob/ttl_ob2.svg) no-repeat center / contain;
    position: absolute;
    bottom: 0;
    width: 50px;
    right: 0;
    transform: scale(-1, 1);
}
@media only screen and (max-width: 767px) {
.format_ttl .ttl::before{
    left: -10px;
    width: 30px;
}
.format_ttl .ttl::after{
content: "";
    right: -10px;
    width: 30px;
}
}


.format_flex h3{
border-bottom: 3px dotted #7EB0E3;
font-size: 2.2rem;
font-weight: bold;
margin-bottom: 20px;
}
.format_flex .btn_area{
  padding: 10px 10px;
}

.bg_visitor03{
  position: relative;
  background-image: url(../images/page/visitor/bg_business.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 5rem 0 5rem;
}
.shipping_address_box{
background: #F7FBFF;
border: 2px solid #7EB0E3;
border-radius: 6px;
margin: 5rem 0;
padding: 50px 40px 30px;
position: relative;
}
@media screen and (max-width: 1024px) {
.shipping_address_box{
padding: 50px 20px 30px;
}
}


.shipping_address_box .ttl {
font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: -20px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
  color: #fff;
}
.shipping_address_box .ttl::before {
  content: "";
  aspect-ratio: 1 / 1;
  background: #7eb0e3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  z-index: -1;
}


.shipping_address_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.shipping_address_flex .left_area{
  width: 50%;
  padding: 10px;
}
.shipping_address_flex .right_area{
  width: 50%;
  padding: 10px;
  text-align: left;
}

@media screen and (max-width: 820px) {
.shipping_address_flex .left_area{
  width: 100%;
  padding: 10px;
}
.shipping_address_flex .right_area{
  width: 100%;
  padding: 10px;
  text-align: left;
}
}


.shipping_address_flex .right_area h3{
background: #7EB0E3;
width: 150px;
border-radius: 30px;
text-align: center;
color: #fff;
font-size: 16px;
}
.shipping_address_flex .right_area p{
margin-top: 5px;
margin-bottom: 5px;
}

.shipping_address_flex .right_area address,.shipping_address_flex .right_area address a{
    font-size: 40px;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 1;
    font-weight: bold;
    color: #9b86ce;
}
.shipping_address_flex .right_area address span{
  font-size: 16px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
.shipping_address_flex .right_area address,.shipping_address_flex .right_area address a{
    font-size: 32px;
    letter-spacing: 1px;
}
.shipping_address_flex .right_area address span{
  margin-right: 5px;
}
}


/* address_list */
.address_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.address_list dt, .address_list dd {
  box-sizing: border-box;
}
.address_list dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 10px 10px;
  border-bottom: 1px dotted #7EB0E3;
}
@media screen and (max-width: 767px) {
.address_list dt {
  width: 80px;
  padding: 10px 0px;
}
}
.address_list dt span{
  background: #7EB0E3;
  width: 100%;
  border-radius: 30px;
  text-align: center;
  color: #fff;
}
.address_list dd {
  display: flex;
  align-items: center;
   width: calc(100% - 100px);
  margin-left: 0;
  padding: 10px 10px;
 border-bottom: 1px dotted #7EB0E3;
}
@media screen and (max-width: 767px) {
.address_list dd {
   width: calc(100% - 80px);
}
}

.page_general .flex_visitor01 .right_area h3 {
    border-bottom: unset;
    display: inline-block;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.page_general .flex_visitor01 .data{
  font-size: 16px;
}
.page_general .flex_visitor01 .data span{
  font-size: 14px;
  background: #e661a7;
  color: #fff;
  padding: 3px 10px;
  margin-right: 10px;
}
.page_general .flex_visitor01 .right_area h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.page_general .flex_visitor01 .right_area .comment_box {
  padding: 20px 50px 20px 50px;
  background: #fff9fb;
  margin-bottom: 20px;
  border-radius: 6px;
  position: relative;
}

.page_general .flex_visitor01 .right_area .comment_box:before {
position: absolute;
content: "";
background-image: url(../images/page/visitor/talk01.png);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 30px;
aspect-ratio: 1 / 1;
left: 10px;
top: 10px;
}
.page_general .flex_visitor01 .right_area .comment_box::after {
position: absolute;
content: "";
background-image: url(../images/page/visitor/talk02.png);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 30px;
aspect-ratio: 1 / 1;
right: 10px;
bottom: 10px;
}

.support_money_box{
  background: #F7FBFF;
    border: 2px solid #7EB0E3;
    border-radius: 6px;
    margin: 5rem 0;
    position: relative;
    text-align: center;
    list-style: 2;
}
.support_money_box_in{
  padding: 50px 40px 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
.support_money_box_in{
  padding: 30px 30px 10px;
}
}

.support_money_box h3{
  background: #7EB0E3;
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
}
.support_money_box p{
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .support_money_box h3{
  font-size: 18px;
}
}