@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

body {
color: #1A1A1A;
font-size: 12px;
line-height: 1.4;
margin: 0px;
}

body {
background-color: #FFFFFF;
}

/* ------------------ ( TOP hover ) ------------------ */

.hd_contact a{
  transition: .4s
}
.hd_contact:hover a{
  border: 1px solid #ea5f8c;
  background-color: #ea5f8c;
  color: #fff
}

/**/
.sec01_list ul li a{
  transition: .4s
}
.sec01_list ul li a:hover {
  background-color: #f8f5ed;
  border: 5px solid #ea5f8c;
}

/**/
.sec02_list ul li a .sec02_list_date p , .sec02_list_ttl p{
  transition: .4s
}
.sec02_list ul li a:hover .sec02_list_date p{
 background-color: #ea5f8c;
 color: #000
}
.sec02_list ul li a:hover .sec02_list_ttl p{
  background: linear-gradient(transparent 70%, #ea5f8c 70%);
}

/**/
.sec02_news_bt a {
  transition: .4s
}
.sec02_news_bt a:hover {
    border: 1px solid #ea5f8c;
    background-color: #ea5f8c;
    color: #fff;
}

/**/
.sec03_list ul li {
  transition: .4s
}
.sec03_list ul li:hover{
  background-color: #efefef;
}

/**/
.sec04_bt a{
  transition: .4s
}
.sec04_bt a:hover {
    border: 1px solid #ea5f8c;
    background-color: #ea5f8c;
}

/**/
.ft_nav ul li a{
  transition: .4s
}
.ft_nav ul li a:hover {
  background: linear-gradient(transparent 70%, #ea5f8c 70%);
}

/**/
.ft_nav02 ul li a{
  transition: .4s
}
.ft_nav02 ul li a:hover {
  background: linear-gradient(transparent 70%, #ea5f8c 70%);
}

/* ------------------ ( 入居紹介 ) ------------------ */



.moving_01 .img {
    width: 200px;
    margin-right: 10px;
}


.moving_01 .tex p:before,
.moving_01 .tex p:after{
  content:"";
  display:block;
  position:absolute;
}
.moving_01 .tex p:before{
  width: 30px;
  height: 30px;
  background:#ffffff;
  border: 2px solid #003c85;
  left:0;
  top: 0;
}
.moving_01 .tex p:after{
  border-left: 5px solid #1f4f91;
  border-bottom: 5px solid #1f4f91;
  width: 18px;
  height: 8px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  left: 5px;
  top: 9px;
}

h2.simple_h2 {
    text-align: center;
    font-size: 25px;
    color: #b0b0b0;
    margin-bottom: 30px;
}
h2.simple_h2 span {
    font-size: 30px;
    color: #003c85;
}
h2.simple_h2.pink span {
  color: #ff7ba9
}

/**/

.moving_flow{
  text-align: center;
  margin: 30px auto;
  position: relative;
  height: 60px;
}

.moving_flow:before {
  content: '';
  width: 36px;
  height: 36px;
  border: 0px;
  border-top: solid 10px #003c85;
  border-right: solid 10px #003c85;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/**/

.moving_02 {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.moving_02 .img {
    width: 160px;
    margin-left: 10px;
    margin-top: -45px;
}
.moving_02 h2.simple_h2 {
  margin-bottom: 0;
  font-size: 30px;
}

/**/

.moving_03 ul {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.moving_03 li {
  width: 30%;
  position: relative;
}

.moving_03 li p {
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(248, 245, 237, 0.6);
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    line-height: 190px;
}

.moving_03 li p:after {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 12px;
}

.moving_03 li p.moving_kengaku:after {
  content: "Accompanying";
}

.moving_03 li p.moving_support:after {
  content: "Support";
}

.moving_03 li p.moving_staff:after {
  content: "Exclusive";
}

/**/
.moving_04 {
    margin-bottom: 40px;
}

.moving_04 li{
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.moving_04 li .img{
  width: 30%
}

.moving_04 li .tex {
    width: 68%;
    margin-left: 2%;
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    /* background: rgba(255,123,169,0.1); */
    border-radius: 5px;
    border: 1px solid #ddd;
}

/**/

.ribbon16 {
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 30px;
    margin: 0;
    padding: 10px 0 7px;
    z-index: 2;
    width: 40px;
    text-align: center;
    color: white;
    font-size: 20px;
    background: #fa8383;
    border-radius: 2px 0 0 0;
    font-weight: bold;
}
.ribbon16:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #d07676;
  border-right: solid 5px transparent;
}

.ribbon16:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #fa8383;
}



/* ------------------ ( サービス案内 ) ------------------ */

.service_box {
  width: 80%;
  margin:auto;
}

.service_box li:not(:first-child) {
    margin-top: 60px;
}

.service_box li .img{ 
    width: 30%;
    padding:0.5em;
    color: #565656;
    background: #f8f5ed;
    box-shadow: 0px 0px 0px 10px #f8f5ed;
    border: dashed 2px #e3e3e3;
    border-radius: 8px;
}

.service_box li .tex{ 
 width: 65%
}

.service_box li h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
    color: #ea5f8c;
    border-bottom: 3px solid #f8f5ed;
    padding: 0 5px 3px 5px;
    font-weight: bold;
}

.service_box li h3:before{
  font-family: "Font Awesome 5 Free";
  content: "\f7a5";
  font-weight: 900;
  padding-right: 5px;
  color: #ea5f8c;
}

.service_box li p{
  color: #333
}

a.serviceBtn {
    display: block;
    text-decoration: none;
    width: 300px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #ea5e8c;
    color: #fff !important;
    margin-top: 30px;
    transition: .3s;
}

a.serviceBtn:hover {
    opacity: .7;
}

/* ------------------ ( 共通 ) ------------------ */


h1.application_h1:before {
    content: "APPLICATION" !important;
    position: absolute;
    font-size: 35px;
    top: -50px;
    right: 0;
    left: 0;
    margin: auto;
}

h1.service_h1:before {
    content: "SERVICE" !important;
    position: absolute;
    font-size: 35px;
    top: -50px;
    right: 0;
    left: 0;
    margin: auto;
}

/**/

.e-step_page h2.m_h2{
  background-color: #f5f5f5;
  color: #52ab49;
  font-weight: 500;
}

.e-step_page h2.m_h2:after{
background: repeating-linear-gradient(-45deg, #52ab49, #52ab49 5px, #f5f5f5 0, #f5f5f5 10px); /* ストライプ */
}

.task_page h2.m_h2{
    background-color: #f5f5f5;
    color: #ecaabf;
    font-weight: 500;
}

.task_page h2.m_h2:after{
 background: repeating-linear-gradient(-45deg, #009800, #009800 5px, #f5f5f5 0, #f5f5f5 10px); /* ストライプ */
}

h2.m_h2 {
    background-color: #efefef;
    color: #003c85;
    padding: 15px 20px 10px 20px;
    position: relative;
    font-size: 22px;
    margin-bottom: 10px;
}

h2.m_h2:after{
 background: repeating-linear-gradient(-45deg, #003c85, #003c85 5px, #efefef 0, #efefef 10px); /* ストライプ */
 content: '';
 height: 5px; /* ストライプの高さ */
 position: absolute;
 left: 0;
 top: 0;
 right: 0;
 z-index: 1;
}

h2.m_h2.pink {
    color: #b0b0b0;
    background-color: #f8f5ed;
}

h2.m_h2.pink span{
  color: #ff7ba9
}

h2.m_h2.pink:after{
 background: repeating-linear-gradient(-45deg, #ff7ba9, #ff7ba9 5px, #f8f5ed 0, #f8f5ed 10px); /* ストライプ */
}


/**/

h3.m_h3 {
    border-bottom: 1px solid #003c85;
    font-size: 18px;
    color: #003c85;
    padding: 2px 20px;
    margin: 0;
}
h3.m_h3:before{
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  padding-right: 5px;
  color: #003c85;
}


/**/

p.m_p {
  font-size: 15px;
  padding-top: 10px
}

p.m_p a{
  color: #ff7ba9
}

/**/

.m_contents_box {
  padding-top: 60px
}

.m_contents_box p {
  font-size: 16px;
  position: relative;
}

.moving_01 p {
    border: 1px solid #1f4f91;
    width: 48%;
    margin: 5px 1%;
    padding-left: 45px;
    background: #003c85;
    color: #fff;
    line-height: 34px;
}

/* ------------------ ( お申し込み案内 ) ------------------ */

.application_flow li:not(:first-child) {
    margin-top: 30px;
}

.application_flow li p.title {
    /*position: relative;*/
    padding: 5px 5px 5px 42px;
    background: #efefef;
    font-size: 18px;
    color: white;
    /*margin-left: 50px;*/
    line-height: 1.3;
    z-index: -1;
    font-weight: bold;
    color: #333
}

/*.application_flow li p.title:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-2
}*/

.application_flow li p.title span.namber {
  color: #ff7ba9;
  font-size: 20px;
  padding-right: 10px
}

.application_flow li p.text {
  border: 5px solid #efefef;
  padding: 10px;
} 

/**/

.application_comment{
  padding-left: 30px
}

.application_comment li:not(:first-child) {
    margin-top: 20px;
}

.application_comment {
  margin-top: 60px
}

.application_comment p.title {
  color: #ff7ba9
}

.application_comment p.title:before{
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  font-weight: 900;
  padding-right: 5px;
  color: #ff7ba9;
  font-size: 18px
}


/* ◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯ ( スマホ化 ) ◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯ */
@media (max-width: 750px) {


/* ------------------ ( 入居紹介 ) ------------------ */

h2.simple_h2 span {
    font-size: 18px;
}

h2.simple_h2 {
    font-size: 16px;
}

.moving_01 {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}

.moving_01 .img {
    width: 160px;
    margin-right: auto;
    margin-left: auto;
}

.moving_01 .tex {
    width: 95%;
    margin: 0px auto 20px auto;
}

.moving_01 .tex {
    width: 100%;
    margin: 0px auto 20px auto;
}

.moving_01 .tex:before {
    position: absolute;
    font-size: 17px;
    left: 55px;
    right: 0;
    bottom: -50px;
    color: #efefef;
}
.moving_01 .tex:after {
    position: absolute;
    font-size: 22px;
    left: 30px;
    bottom: -35px;
    color: #efefef;
}

.moving_flow:before {
    font-size: 60px;
}

.moving_02 {
    display: block;
}
.moving_02 .img {
    display: none;
}

.moving_02 h2.simple_h2 {
    margin-bottom: 0;
    font-size: 16px;
}
.moving_03 ul {
    flex-wrap: wrap;
    padding: 20px 0;
}
.moving_03 li {
    width: 100%;
    height: 140px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
}

.moving_03 li p {
    font-size: 16px;
    width: auto;
    line-height: 100px;
    letter-spacing: 1px;
}
.moving_04 li .tex {
    width: 100%;
    margin: 0;
    padding: 15px 10px;
}
 li .tex h3 {
    font-size: 14px;
    margin-top: 0
}

.ribbon16 {
    font-size: 14px;
    padding: 10px 0 2px;
    width: 30px;
    right: 15px;
}

.ribbon16:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #fa8383;
}
.moving_04 li {
    display: block;
}

.moving_04 li .img {
    width: 100%;
    margin: 0 auto 1rem;
}

.moving_flow {
    text-align: center;
    display: none;
}
.moving_02 {
    display: block;
    margin-top: 30px;
}
/* ------------------ ( サービス案内 ) ------------------ */

.service_box{
  width: 100%
}

.service_box li{
  flex-wrap: wrap;
}

.service_box li:nth-child(even) {
    display: flex;
    flex-wrap: wrap-reverse;
}

.service_box li .tex{
  width: 100%
}

.service_box li:nth-child(even){
  display: flex;
}

.service_box li .img {
    width: 100%;
    max-width: 250px;
    margin: auto;
}

.service_box li h3 {
    font-size: 15px;
    margin: 25px 0 10px 0;
    text-align: center;
}

a.serviceBtn {
  margin: 30px auto 0;
  max-width: 300px;
  width: 100%;
}

/* ------------------ ( お申し込み案内 ) ------------------ */

.application_flow li p.title {
    padding: 5px 10px;
    font-size: 14px;
}

.application_flow li p.title span.namber {
    font-size: 17px;
    padding-right: 5px;
}

.application_comment {
    padding-left: 0px;
    margin-top: 30px;
}

/* ------------------ ( 共通 ) ------------------ */

p.m_p {
    font-size: 13px;
}

h2.m_h2 {
    padding: 10px 10px 5px 10px;
    font-size: 15px;
}

h3.m_h3 {
    font-size: 14px;
    padding: 2px 10px;
}

h3.m_h3:before {
    font-size: 12px;
}

.m_contents_box {
    padding-top: 40px;
}

.moving_01 .tex p:before{
  width: 25px;
  height: 25px;
}
.moving_01 .tex p:after{
  width: 14px;
  height: 7px;
  left: 6px;
  top: 7px;
  border-left: 3px solid #1f4f91;
  border-bottom: 3px solid #1f4f91;
}

.moving_01 p {
    width: 100%;
    font-size: 14px;
    padding-left: 35px;
    line-height: 29px;
}

.moving_04 p {
    font-size: 13px;
    line-height: 1.8;
}

}
