@charset "UTF-8";

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;  
    --bg: #ffffff;
    --ink:#585858;
    --muted:#5a6b6b;
    --brand:#ec75a9;     /* くすみグリーン */
    --brand-dark: #692f48;
    --line:#dbe6e4;
  }
}

  

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  color: #898989; 
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
li,
p,
span,
iframe,
footer,
address,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4{
  font-weight: 500;
  line-height: 1.5;
}
h3{
font-size: clamp(1.25rem, 1.14rem + 0.3521vw, 1.5625rem);
}
h4{
font-size: clamp(1.125rem, 1.037rem + 0.2817vw, 1.375rem);
}
h5{
  font-size: clamp(1.125rem, 1.081rem + 0.1408vw, 1.25rem);
}
*:focus {
  outline: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}
img.img-full{
  max-width: 100%;
  height: auto;
}
.w-100{
  width: 100%;
}
.table {
  border-color: #CCC;
}
body.second main{
  padding-top: 102px;
}
/* link ------------------------------*/
a {
  color: #ec75a9;
  transition: color 0.5s ease 0s;
  text-decoration: none;
}
a[href^="mailto:"] {
  color: #898989;
}
a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #ca618e;
  /* opacity: .6; */
}

.underline_link {
  text-decoration: underline !important;
}

iframe {
  vertical-align: bottom;
}

figure {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

figure {
  margin: 0;
}

figure:hover {
  opacity: 0.7;
}

/* hr ------------------------------*/
hr {
  border-top: 2px dashed #4493d0;
}

hr.border_gray {
  border-top: 1px solid #e2e2e2;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* header ------------------------------*/
/* list ------------------------------*/
li {
  list-style-type: none;
}

ul.circle_list,
ul.common_list {
  padding-left: 1em;
  text-indent: -1em;
}

.circle_list li::before {
  content: "● ";
}

ul.circle_list.font-l {
  font-size: 18px;
}

ol {
  position: relative;
  margin: 0;
  padding: 0
}

ol li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em
}

/* color ------------------------------*/
.white {
  color: #FFF;
}

.orange {
  color: #f5a200;
}

.red {
  color: #921F1F;
}

.blue {
  color: #0070b7;
}

.green {
  color: #7FBE25;
}

.grey {
  color: #585858;
}

.pink{
  color: #ec75a9;
}

a.button {
    color: #fff;
    background:var(--brand);
    border-radius: 50px;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}
a.button.orange-btn {
    color: #ee7951;
    background: #fbe4dc;
    border: 2px solid #ee7951;
    font-size: clamp(1.125rem, 1.037rem + 0.2817vw, 1.375rem);
}
a.button.blue-btn {
    color: #59bded;
    background: #def2fb;
    border: 2px solid #59bded;
    font-size: clamp(1.125rem, 1.037rem + 0.2817vw, 1.375rem);
}
p.pink-ptn {
    background:var(--brand);
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
p.pink-ptn a {
    display:block;
    padding:13px 10px;
    color:#FFF;
    font-size:18px;
    line-height:1.4;
    text-align:center;
    font-weight: bold;
}
p.pink-ptn-border {
    background: #fff;
    color: var(--brand);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 3px solid  var(--brand);
}
p.pink-ptn-border a {
    display:block;
    padding:13px 10px;
    color: var(--brand);
    font-size:18px;
    line-height:1.4;
    text-align:center;
    font-weight: bold;
}
p.pink-ptn a.instagram:before,p.pink-ptn a.x-twitter:before {
    background:url(./img/instagram-white.png) 0 0 no-repeat;
    -webkit-background-size:20px 20px;
    content:"";
    display:inline-block;
    width: 20px;
    height: 20px;
    padding-left:30px;
    position:relative;
    top:3px;
}
p.pink-ptn a.x-twitter:before {
    background:url(./img/x-white.png) 0 0 no-repeat;
    -webkit-background-size:20px 20px;
}

.wide-section{
  padding-top: 75px;
}
.section{
  padding-top: 60px;
}
.last.section{
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding-bg-def{
  padding: 50px 0;
}
.yellow-bg{
  background-color: #ffff99;
}
.pink-bg{
  background-color: #fceaf2;
}
.white-bg{
  background-color: #ffffff;
}
.pagetop {
}
.pagetop:hover {
}
  .campaign-box1{
    text-align: center;
    font-weight: bold;
    position: relative;
  }
  .phone-position{
    position: absolute;
    right: 0;
    top: -10px;
  }
  .phone-position img{
    max-width: 50px;
    width: 100%;
  }
.post-info-box{
  background-color: #fff;
  border-radius: 15px;
  padding: 8px 15px;
}

.info-table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.info-table .label {
  background: #ec75a9;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 90px;
  border-radius: 20px;
  padding: 15px 10px;
}

.info-table .content {
  padding-left: 18px;
  color: #8c8c8c;
  font-size: 20px;
  line-height: 1.6;
}

.info-table .title {
  font-size: 32px;
  font-weight: bold;
  color: #8c8c8c;
}
.info-table .link a {
  color: #0000ff;
  text-decoration: underline;
}

.info-table .access {
  font-size: 16px;
}

.info-table .dot {
  color: #f48ab5;
  margin-right: 4px;
}
.nyujo-free{
  text-align: center;
  background-color: #ffff00;
  color: #ec75a9;
  padding: 5px 10px;
  font-size: clamp(1.5625rem, 1.4525rem + 0.3521vw, 1.875rem);
  font-weight: bold;
}
.oubo-date{
font-size: clamp(1rem, 0.956rem + 0.1408vw, 1.125rem);
}
.oubo-date span{
font-size: clamp(1.4375rem, 1.2174rem + 0.7042vw, 2.0625rem);
}
.post-info div {
	display:block;
}
  .text-gurume{
    margin-top: -75px;
    position: relative;
    text-align: center;
  }
  .tag-pos{
    position: absolute;
    bottom: 0;
    left: 10%;
  }
  .text-gurume .text-gurume-img{
    width: 100%;
    max-width: 600px;
  }
  .tag-pos img,.tag-sp img{
    width: 180px;
  }
  .cp-tag img{
    width: 200px;
  }
  .tit{
    font-weight: bold;
    color :var(--brand);
    font-size: clamp(1.5625rem, 1.0123rem + 1.7606vw, 3.125rem);
  }
.dot-under {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.dot-under::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 50px;
  background-image: url("./img/dot01-sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 70%;
}
.dot-under-in::after{
  background-image: url("./img/dot02-sp.png");
}
.check-wh-box{
  box-shadow: 6px 6px 0px 0px rgba(239, 182, 207, 1);
  padding: 20px 20px;
}
.check-box{
  position: absolute;
  top: -20%;
  left: 5%;
}
.check-box img{
  width: 100%;
  max-width: 150px;
}

.pink-note{
    background: #fceaf2;
    padding: 10px;
}
.img-box{
  margin: 0 auto;
    max-width: 280px;
    width: 100%;
    position: relative;
    margin-bottom: 4rem;
}
.label-position{
  position: absolute;
  width: 150px;
    right: 0;
    top: -20px;
}

.hukko-img{
  width: 50%;
  max-width: 250px;
  padding: 0 10px;
}
.orange-bg{
  background-color: #f5a200;
}
.yellow-box{
  background-color: #fffccc;
  padding: 50px 20px;
  border-radius: 20px;
}
.yellow-box h3{
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.footer-img{
      margin: 0 auto;
    max-width: 500px;
    width: 100%;
}
.day-box img{
  max-width: 100%;
  height: auto;
}
.antenna-ban {
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
  overflow: visible;
}
.antenna-logo{
    width: 100%;
    text-align: center;
}
.antenna-logo img{
  height: 50px;
}
.list-4ken li{
  font-size: 16px;
}
.chiji-img{
  line-height: 1.5;
}
.message-box p{
  font-size: 18px;
}
.tokyo-chiji-box{
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
}
.text-gurume02-img{
  max-width: 700px;
  width: 100%;
}
.cp h2.tit{
font-size: clamp(2.1875rem, 1.0211rem + 3.7324vw, 5.5rem);
}
.cp-phone-position{
    right: 0%;
    position: absolute;
    top: 10px;
}
.cp-phone-position img{
  width: 60px;
}
.cp-detail{
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 10px;
  margin-bottom: 3rem;
}
.flow-arrow{
    position: relative;
    padding: 0 0 20px 0;
}
.flow-box{
  background-color: #ffffd4;
  border-radius: 20px;
  padding: 50px 20px 20px;
  position: relative;
  margin-top: 5rem;
}
.flow-box h3{
  background-color: var(--brand);
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  width: 90%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.flow-arrow{
padding: 40px 0 0;
}
.flow-arrow::before{
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    border: 20px solid transparent;
    border-top: 20px solid var(--brand);
}
.flow{
  line-height: 1.5;
  font-weight: bold;
}
.step-text{
  display: flex;
  align-items: start;
  font-size: 18px;
  justify-content: center;
}
.step-text img{
  width: 35px;
}
.step-text p{
  padding-left: 15px;
  letter-spacing: 0.02em;
}
.sns-hash-tag-text {
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 10px;
  border: 1px solid var(--brand);
  background-color: #ffffff;
  text-align: center;
  color: var(--brand);
  width: 100%;
}

.sns-hash-tag-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 15.5px 0 15.5px;
  border-color: var(--brand) transparent transparent;
  translate: -50% 100%;
}

.sns-hash-tag-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12.7px 14px 0 14px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.sns-hash-tag-text h4 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.sns-hash-tag p{
  font-size: 16px;
  color: #898989;
}
.pink-box-tosen{
  color: #fff;
  padding: 10px;
    background:var(--brand);
}
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
.tit_img img{
  margin: 0 auto;
  width: 100%;
}
.img-chiji img,.img-monitor img,.img-denshou-p img{
  max-width: 250px;
}
.img-nasubisan-p img{
  max-width: 340px;
}
.img-nasubisan img,.img-monitor-p img,.img-hukkou-ayumi-p img,.img-tohoku-miryoku-p img,.img-hisaichishien-p img{
  max-width: 320px;
}
.img-nasubisan-text img{
  max-width: 180px;
}
.img-mini-talk img,.img-mini-talk-p img{
  width: 100%;
}
.img-mini-talk img{
  max-width: 190px;
}
.img-hukko-ichiba-sakaba img,.img-hisaichishien img,.img-bousai img,.img-bousai-p img,.img-denshou img{
  max-width: 290px;
}
.img-hukkou-ayumi img,.img-tohoku-miryoku img{
  max-width: 220px;
}
.img-kanko img{
  max-width: 150px;
}
.img-tohoku4-chiji img,.img-tokyo-chiji img,.img-chiji-p img{
  max-width: 350px;
}
.img-cp-marugoto img{
  max-width: 320px;

}
.text-image-wrap {
  position: relative;
  width: 100%;
}
.sns-cp{
    max-width: 100%;
    width: 92%;
    margin: 0 auto;
}
.sns-cp img{ 
  max-width: 35px;
  width: 100%;
  height: auto;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .sp{
    display: none;
  }
  .pc{
    display: block;
  }
.img-snsc img,.img-hukko-ichiba-sakaba img,.img-tohoku-miryoku img,.img-tohoku-miryoku-p img,.img-hisaichishien img{
  max-width: 700px;
}
.img-chiji img,.img-mini-talk img,.img-monitor img{
  max-width: 350px;
}
.img-chiji-p img,.img-nasubisan-p img,.img-hukko-ichiba-sakaba-p img{
  max-width: 750px;
}
.img-nasubisan img,.img-mini-talk-p img,.img-tohoku4-chiji img,.img-tokyo-chiji img{
  max-width: 500px;
}
.img-cycle-date img{
  max-width: 100px;
}
.img-monitor-p img,.img-hisaichishien-p img{
  max-width: 850px;
}
.img-hukkou-ayumi img,.img-hukkou-ayumi-p img,.img-bousai-p img,.img-denshou-p img{
  max-width: 600px;
}
.img-bousai img,.img-denshou img{
  max-width: 450px;
}
.img-kanko img{
  max-width: 200px;
}
.img-cp-marugoto img{
  max-width: 660px;
}
  .section{
  padding-top: 100px;
}
.last.section{
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-bg-def{
  padding: 100px 0;
}
.info-table .label {
  font-size: 28px;
  width: 120px;
}
.info-table .content {
  font-size: 22px;
}
.post-info div {
	display:flex;
}
.post-info div dt {
	flex-basis:6rem;
}
.post-info div dd {
	flex-basis:calc(100% - 6rem);
}
.label-position{
    right: -15%;
    top: 5%;
}
.check-box{
  left: 15%;
  top: -10%;
}
.check-wh-box{
  padding: 50px 10px;
}
.pink-note{
    padding: 10px 30px;
}
  .text-gurume{
    margin-top: -130px;
  }
  .wide-section{
  padding-top: 130px;
}
.dot-under {
  margin-bottom: 120px;
}
.dot-under::after {
  background-image: url("./img/dot01.png");
    height: 100px;
  width: 100%;
}
.dot-under-in::after{
  background-image: url("./img/dot02.png");
}
.antenna-logo img{
  height: 80px;
}
.antenna-img01 {
    transform: translate(20px, 0px);
}
.antenna-img02 {
    transform: translate(0px, 0px);
}
.antenna-img03 {
    transform: translate(-20px, 0px);
}
.antenna-img04 {
    transform: translate(-20px, 0px);
}
.list-4ken li{
  font-size: 20px;
}
.cp-phone-position{
    right: 0%;
    top: 66%;
}
.cp-phone-position img{
  width: 100px;
}
.cp-detail{
  padding: 50px;
}
.flow-box h3{
  width: unset;
}
.step-text{
  align-items: center;
}
.step-text{
  font-size: 20px;
}
.step-text img{
  width: 60px;
}
 .text-image-wrap {
    max-width: 850px;
    margin: 0 auto;
  }

  .underline-link {
position: absolute;
        left: 41%;
        top: 40%;
        width: 17%;
        height: 21%;
        display: block;
  }
  .sns-cp{
    width: 210px;
}
}
@media (max-width: 767px) {
  .cycle-date-box{
    width: 25%;
  }
  .mini-talk-box{
    width: 75%;
  }
  .img-nasubisan.dot-under::after{
    top: 90%!important;
  }
    .text-image-wrap {
    max-width: 320px;
    margin: 0 auto;
  }

  .underline-link {
    position: absolute;
    left: 56%;
    top: 29%;
    width: 33%;
    height: 12%;
    display: block;
  }
}

@media (min-width: 992px) {
  .nega-margin{
    margin-top: -0px;
  }
  .phone-position img{
    max-width: 100px;
  }
  .cp-phone-position{
    right: 0%;
    top: 0%;
}
.cp-phone-position img{
  width: 130px;
}
.flow-arrow{
    padding: 0 0 0 20px;
}
.flow-arrow::before{
    top: 50%;
    left: -10px;
    transform: translateY(-50%); 
    border: 20px solid transparent;
    border-left: 20px solid var(--brand);
}
.antenna-img01 {
    transform: translate(40px, 0px);
}
.antenna-img02 {
    transform: translate(0px, -20px);
}
.antenna-img03 {
    transform: translate(-45px, 0px);
}
.antenna-img04 {
    transform: translate(-45px, 0px);
}
}

@media (max-width: 991px) {}

@media (min-width: 1400px) {
.post-img{
  position: absolute;
  top: -50%;
}
  .phone-position{
    right: 5%;
    top: 18%;
  }
  .cp-phone-position{
    right: 5%;
    top: 0%;
}
}
@media (min-width: 992px) and (max-width: 1399px) {
  .tag-sp{
    padding-left: 15%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
    .phone-position{
        right: -3%;
        top: -30%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
.post-img{
  position: absolute;
  top: -10%;
}
}


@media (min-width: 1200px) {
  .cp-tag{
  position: absolute;
  top: 0;
  left: 5%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cp-tag{
    position: absolute;
    top: 0;
    left: -4%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {}
@media (max-width: 1199px) {}

@media (min-width: 576px) {}

@media (max-width: 575px) {}



@media (min-width: 992px) and (max-width: 1199px) {}


@media (min-width: 576px) and (max-width: 767px) {}

@media (max-width: 450px) {}

@media print {}