





@media print, screen and (min-width: 375px) {

}


@media print, screen and (min-width: 768px) {

}


@media print, screen and (min-width: 960px) {

}


@media print, screen and (min-width: 1200px) {

}


@media print, screen and (min-width: 1400px) {

}














#content00 {
height: auto;
position: relative;
overflow: hidden;
}
/*
.main-img-back {
padding-bottom: 9%;
}
*/
.main-img {
position: relative;
}
.main-catch {
position: relative;
margin: 0px 0px 9%;
overflow: hidden;
}
.main-pc {
display: none !important;
}
.main-sp img {
margin: 0px;
}
.main-catch::after {
content: "";
width: 100%;
height: 100%;
top: 0px;
left: 0px;
display: block;
position: absolute;
border: 1.5vw solid rgba(219,219,219,1.00);
}
.main-catch .img-box {
opacity: 0;
animation-duration: 3s;
animation-fill-mode: forwards;
transform: scale(1.03,1.03);
width: 100%;
margin: 0px auto;
}
.main-img .img-box {
opacity: 0;
animation-duration: 3s;
animation-fill-mode: forwards;
transform: scale(1.03,1.03);
padding: 0px;
width: 75%;
margin: 0px auto;
}


.img-blur-top {
  animation-name: imageBlurTop;
}

@keyframes imageBlurTop {
  0% {
    opacity: 0;
    transform: scale(1.03,1.03);
  }
  100% {
    opacity: 1;
    transform: scale(1,1);
  }
}


#content00 .contents-title {
padding: 8% 0px 1.7em;
font-size: calc(100vw / 18);
line-height: 1.2em;
position: relative;
color: rgba(214,0,127,1.00);
font-weight: bold;
text-align: center;
}

#content00 .contents-title::after {
content: "";
display: block;
position: absolute;
left: calc(50% - 5.5em);
bottom: 0px;
height: 2em;
width: 11em;
background-image: url(../../../img/area/event/shinseikatsu2026/text_line_p.svg);
background-position: center center;
background-size: 100% auto;
background-repeat: no-repeat;
}


@media print, screen and (min-width: 375px) {


}

@media print, screen and (min-width: 768px) {
.main-pc {
display: block !important;
}
.main-sp {
display: none !important;
}
.main-catch::after {
border: 1.1vw solid rgba(219,219,219,1.00);
}
.main-catch {
margin: 0px 0px 5%;
}
.main-img .img-box {
width: 56%;
}

}


@media print, screen and (min-width: 960px) {

.main-img .img-box {
width: 53%;
}

}


@media print, screen and (min-width: 1200px) {

.main-img .img-box {
width: 50%;
}

}


@media print, screen and (min-width: 1400px) {

}






















/* anchor_button */
#anchor_button {
padding-top: 8%;
}

.graphic-img.button_catch {
width: 30%;
margin: 0px auto 6%;
}
.button_list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 80%;
margin: 0px auto 0%;
}
.button_list > li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
margin-bottom: 5%;
position: relative;
}
.button_list > li a {
display: block;
padding: 4% 0%;
position: relative;
transition: all 0.4s;
text-align: center;
background-color: rgba(255,255,255,1.00);
font-weight: bold;
border-radius: 80px;
border: 3px solid rgba(15,54,117,1.00);
cursor: pointer;
margin: 0px auto;
width: 88%;
}
.button_list > li a:hover {
background-color: rgba(241,243,247,1.00);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
}
.button_list > li.bt_pink a {
border: 3px solid rgba(213,0,127,1.00);
}
.button_list > li.bt_pink a:hover {
background-color: rgba(252,239,247,1.00);
}
.button_list > li a img {
margin: 0px auto;
width: 60%;
}

.button_list > li a::after {
content: "";
width: 16px;
height: 16px;
top: calc(50% - 7px);
right: 4%;
display: block;
position: absolute;
transition: all 0.4s;
background-image: url(../../../img/campaign/yasuinomokeio/arrow_b.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% auto;
}
.button_list > li.bt_pink a::after {
background-image: url(../../../img/campaign/yasuinomokeio/arrow_p.svg);
}

.button_list > li::before {
content: "";
width: 100%;
height: 10px;
top: calc(50% - 5px);
left: 0px;
display: block;
position: absolute;
transition: all 0.4s;
background-color: rgba(219,219,219,1.00);
}



@media print, screen and (min-width: 375px) {
.button_list > li a {
border: 4px solid rgba(15,54,117,1.00);
}
.button_list > li.bt_pink a {
border: 4px solid rgba(213,0,127,1.00);
}
.button_list > li::before {
height: 12px;
top: calc(50% - 6px);
}
}


@media print, screen and (min-width: 768px) {
.graphic-img.button_catch {
width: 22%;
margin: 0px auto 4%;
}
.button_list {
width: 100%;
}
.button_list > li {
-ms-flex-preferred-size: 100%;
flex-basis: 32%;
margin-bottom: 4%;
}
.button_list > li a {
padding: 5% 0%;
border: 3px solid rgba(15,54,117,1.00);
}
.button_list > li.bt_pink a {
border: 3px solid rgba(213,0,127,1.00);
}
.button_list > li a:hover {
background-color: rgba(241,243,247,1.00);
-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.7);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.7);
}
.button_list > li a img {
width: 65%;
}

}




@media print, screen and (min-width: 960px) {
.graphic-img.button_catch {
width: 19%;
margin: 0px auto 3.5%;
}
.button_list > li {
-ms-flex-preferred-size: 100%;
flex-basis: 32%;
margin-bottom: 4%;
}
.button_list > li a {
padding: 5% 0%;
border: 4px solid rgba(15,54,117,1.00);
}
.button_list > li.bt_pink a {
border: 4px solid rgba(213,0,127,1.00);
}
.button_list > li a img {
width: 62%;
}
.button_list > li::before {
height: 14px;
top: calc(50% - 7px);
}

.button_list > li a::after {
width: 19px;
height: 19px;
top: calc(50% - 9px);
}

}


@media print, screen and (min-width: 1200px) {
.button_list > li a {
padding: 5% 0%;
border: 5px solid rgba(15,54,117,1.00);
}
.button_list > li.bt_pink a {
border: 5px solid rgba(213,0,127,1.00);
}
.button_list > li::before {
height: 16px;
top: calc(50% - 7px);
}

.button_list > li a::after {
width: 20px;
height: 20px;
top: calc(50% - 9px);
}

}


@media print, screen and (min-width: 1400px) {

}


















/* area_block */
#area_block {
padding-top: 0px;
padding-left: 15px;
padding-right: 15px;
}
#area_block .contents-block-in {
border: 5px solid rgba(219,219,219,1.00);
background-image: url(../../../img/campaign/yasuinomokeio/back.svg);
background-position: left top;
background-size: 40% auto;
background-repeat: repeat;
padding: 20px 15px 15px;
}
.area-content {
}
.area-content > li {
position: relative;
padding-bottom: 10%;
margin-bottom: 10%;
}
.area-content > li::after {
content: "";
width: 100%;
height: 7px;
bottom: -4px;
left: 0px;
display: block;
position: absolute;
background-image: url(../../../img/campaign/yasuinomokeio/line.svg);
background-position: left center;
background-size: auto 100%;
}
.area-content > li:last-child {
position: relative;
padding-bottom: 0%;
margin-bottom: 0%;
}
.area-content > li:last-child::after {
display: none;
}
.cap_txt {
font-size: calc(100vw / 30);
line-height: 1.4em;
margin-left: 1em;
text-indent: -1em;
padding-top: 0.2em;
}


@media print, screen and (min-width: 375px) {
.cap_txt {
font-size: 11px;
line-height: 1.4em;
}

}


@media print, screen and (min-width: 768px) {

/* area_block */
#area_block {
padding-left: 25px;
padding-right: 25px;
}
#area_block .contents-block-in {
border: 10px solid rgba(219,219,219,1.00);
background-size: 30% auto;
padding: 30px 25px 25px;
}
.area-content {
}
.area-content > li {
position: relative;
padding-bottom: 7%;
margin-bottom: 7%;
}
.area-content > li::after {
height: 14px;
bottom: -7px;
}
.cap_txt {
font-size: 11px;
line-height: 1.4em;
}

}


@media print, screen and (min-width: 960px) {

/* area_block */
#area_block {
padding-left: 30px;
padding-right: 30px;
}
#area_block .contents-block-in {
border: 12px solid rgba(219,219,219,1.00);
background-size: 30% auto;
padding: 45px 40px 40px;
}
.area-content {
}
.area-content > li {
position: relative;
padding-bottom: 7%;
margin-bottom: 7%;
}
.area-content > li::after {
height: 16px;
bottom: -8px;
}
.cap_txt {
font-size: 12px;
line-height: 1.4em;
}

}

@media print, screen and (min-width: 1200px) {

/* area_block */
#area_block {
padding-left: 0px;
padding-right: 0px;
}
#area_block .contents-block-in {
border: 14px solid rgba(219,219,219,1.00);
padding: 55px 50px 50px;
}
.area-content {
}
.area-content > li {
position: relative;
padding-bottom: 7%;
margin-bottom: 7%;
}
.area-content > li::after {
height: 18px;
bottom: -9px;
}
.cap_txt {
font-size: 12px;
line-height: 1.4em;
}

}


@media print, screen and (min-width: 1400px) {

}























/* other_services */
#other_services {
padding-top: 0px;
}
#other_services .contents-block-in {
padding-left: 25px;
padding-right: 25px;
}
#other_services .contents-img {
padding-bottom: 6%;
}
#other_services .contents-img p {
font-size: calc(100vw / 28);
line-height: 1.6em;
padding-top: 0.8em;
font-weight: bold;
}

.other_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.other_content > li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
background-color: rgba(231,244,252,1.00);
border-radius: 6px;
margin-bottom: 8%;
position: relative;
}
.other_content > li:last-child {
background-color: rgba(251,236,243,1.00);
}


.other_content > li .other_in {
padding: 15px;
}
.other_content .other_title {
background-color: rgba(16,54,117,1.00);
padding: 3% 0px 3%;
border-radius: 3px;
margin-bottom: 4%;
}
.other_content > li:last-child .other_title {
background-color: rgba(213,0,127,1.00);
}

.other_content .train_icon {
width: 60px;
height: 60px;
top: -10px;
right: -10px;
display: block;
position: absolute;
}

/*
.other_content > li.other_last::after {
content: "";
width: 40px;
height: 40px;
top: -15px;
right: -10px;
display: block;
position: absolute;
background-image: url(../../../img/campaign/yasuinomokeio/train_icon.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% auto;
}
*/

.other_content .other_title img {
width: 60%;
}
#other_services .other_txt {
font-size: calc(100vw / 26);
line-height: 1.7em;
font-weight: bold;
}
.kome-text li {
font-size: calc(100vw / 29);
line-height: 1.6em;
margin-left: 1em;
text-indent: -1em;
}



.other_bt a {
font-size: calc(100vw / 25);
line-height: 1.6em;
display: block;
padding: 3% 0%;
position: relative;
transition: all 0.4s;
text-align: center;
background-color: rgba(255,255,255,1.00);
font-weight: bold;
border-radius: 80px;
border: 2px solid rgba(15,54,117,1.00);
cursor: pointer;
margin: 0px auto;
width: 88%;
color: rgba(15,54,117,1.00);
}
.other_bt a:hover {
background-color: rgba(241,243,247,1.00);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
}
.other_content > li:last-child .other_bt a  {
color: rgba(213,0,127,1.00);
border: 2px solid rgba(213,0,127,1.00);
}
.other_content > li:last-child .other_bt a:hover {
background-color: rgba(252,239,247,1.00);
}

.other_bt a::after {
content: "";
width: 14px;
height: 14px;
top: calc(50% - 7px);
right: 4%;
display: block;
position: absolute;
transition: all 0.4s;
background-image: url(../../../img/campaign/yasuinomokeio/arrow_b_t2.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% auto;
}
.other_content > li:last-child .other_bt a::after {
background-image: url(../../../img/campaign/yasuinomokeio/arrow_p_2.svg);
}



@media print, screen and (min-width: 375px) {
#other_services .contents-img p {
font-size: 12.5px;
line-height: 1.6em;
}

#other_services .contents-block-in {
padding-left: 40px;
padding-right: 40px;
}

.other_content > li .other_in {
padding: 18px;
}
.other_content .other_title {
margin-bottom: 3.5%;
}
.other_content .other_title img {
width: 58%;
}
#other_services .other_txt {
font-size: 13px;
line-height: 1.7em;
}
.kome-text li {
font-size: 12px;
line-height: 1.6em;
}

.other_bt a {
font-size: 14px;
line-height: 1.6em;
border: 3px solid rgba(15,54,117,1.00);
}
.other_content > li:last-child .other_bt a  {
border: 3px solid rgba(213,0,127,1.00);
}
.other_content .train_icon {
width: 70px;
height: 70px;
top: -10px;
right: -15px;
}

}


@media print, screen and (min-width: 768px) {
#other_services .contents-img p {
font-size: 12px;
line-height: 1.6em;
padding-top: 0em;
padding-left: 8%;
margin-top: -2.5%;
text-align: center;
}

#other_services .contents-block-in {
padding-left: 25px;
padding-right: 25px;
}
#other_services .contents-img {
padding-bottom: 5%;
}

.other_content > li {
-ms-flex-preferred-size: calc(50% - 14px);
flex-basis: calc(50% - 14px);
border-radius: 6px;
margin-bottom: 0%;
position: relative;
padding-bottom: 7%;
}
.other_content > li .other_in {
padding: 20px;
}
.other_content .other_title {
padding: 3% 0px 3%;
border-radius: 3px;
margin-bottom: 4%;
}
#other_services .other_txt {
font-size: 13px;
line-height: 1.7em;
}
.kome-text li {
font-size: 12px;
line-height: 1.6em;
}

.other_bt a {
padding: 2.5% 0%;
font-size: 15px;
line-height: 1.6em;
width: 80%;
}
.other_bt {
position: absolute;
left: 0px;
bottom: 20px;
width: 100%;
}

.other_content .train_icon {
width: 76px;
height: 76px;
top: -10px;
right: -15px;
}

}


@media print, screen and (min-width: 960px) {
#other_services .img-box {
width: 90%;
margin: 0px auto;
}
#other_services .contents-img p {
font-size: 14px;
line-height: 1.6em;
padding-left: 5%;
margin-top: -2.5%;
}

#other_services .contents-block-in {
padding-left: 30px;
padding-right: 30px;
}

.other_content > li {
-ms-flex-preferred-size: calc(50% - 20px);
flex-basis: calc(50% - 20px);
border-radius: 7px;
padding-bottom: 5%;
}
.other_content > li .other_in {
padding: 25px;
}
.other_content .other_title {
padding: 3% 0px 3%;
border-radius: 3px;
margin-bottom: 4%;
}
.other_content .other_title img {
width: 50%;
}

.other_bt a {
font-size: 16px;
line-height: 1.6em;
padding: 2% 0%;
width: 68%;
}
.other_bt {
bottom: 22px;
width: 100%;
}

.other_content .train_icon {
width: 95px;
height: 95px;
top: -14px;
right: -18px;
}

}


@media print, screen and (min-width: 1200px) {
#other_services .contents-img p {
font-size: 15.5px;
line-height: 1.6em;
}

#other_services .contents-block-in {
padding-left: 0px;
padding-right: 0px;
}

.other_bt a {
font-size: 17px;
width: 66%;
}

.other_content .train_icon {
width: 110px;
height: 110px;
top: -18px;
right: -18px;
}

}


@media print, screen and (min-width: 1400px) {

}



















/* caution-block */
#caution-block {
background-color: rgba(245,245,245,1.00);
}
.caution-title {
font-size: calc(100vw / 22);
line-height: 1.4em;
font-weight: bold;
padding-bottom: 0.4em;
}
.caution-txt {
font-size: calc(100vw / 27);
line-height: 1.5em;
}


@media print, screen and (min-width: 375px) {
/* caution-block */
.caution-title {
font-size: 14px;
line-height: 1.4em;
}
.caution-txt {
font-size: 12px;
line-height: 1.5em;
}
}


@media print, screen and (min-width: 768px) {
/* caution-block */
.caution-title {
font-size: 15px;
line-height: 1.4em;
}
.caution-txt {
font-size: 13px;
line-height: 1.5em;
}

}


@media print, screen and (min-width: 960px) {

}


@media print, screen and (min-width: 1200px) {

}

@media print, screen and (min-width: 1400px) {

}



















































@media print, screen and (min-width: 375px) {

}

@media print, screen and (min-width: 768px) {

}

@media print, screen and (min-width: 960px) {

}

@media print, screen and (min-width: 1200px) {

}

@media print, screen and (min-width: 1400px) {

}



















@media print, screen and (min-width: 375px) {

}

@media print, screen and (min-width: 768px) {

}

@media print, screen and (min-width: 960px) {

}

@media print, screen and (min-width: 1200px) {

}

@media print, screen and (min-width: 1400px) {

}

























