@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
    padding-top: 118px;
    height: 550px;
    background: url("../img/index/main_bg.png") no-repeat top center /* / cover */; 
    box-sizing: border-box;
}
.mainVisual .inner {
    margin: 0 auto;
    width: 960px;
}
.mainVisual p {
    margin: 0 0 0 auto;
    width: 470px;
}
.mainVisual .title {
    margin-bottom: 13px;
    color: #fff;
    font-size: 5.2rem;
    font-weight: 700;
    font-family: 'AP-OTF-ShinGoPr6N-DeBold';
    line-height: 1.384;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.8);
}
.mainVisual .text {
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.8);
}

#main .topBox {
    padding: 37px 0 50px;
    background: #FAF1F4;
}
#main .topBox .pho_logo {
    text-align : center;
    margin: auto 21px;
}

#main .topBox .imgBox {
  margin-bottom: 22px;
	display: flex;
	justify-content: space-between;
    flex-direction: column;
	align-items: center;
    text-align: center;
    font-size: 1.7rem;
    font-weight: lighter;
    line-height: 30px;
    letter-spacing: 0.3rem;
    color: #727171;
    margin-bottom: 30px;
    
}



#main .topBox .imgBox span{
    color: #EB5B5A;
    font-weight: 500;
    font-family: 'AP-OTF-ShinGoPr6N-Medium';
    font-size: 1.9rem;
}

#main .topBox .textBox {
  margin: 25px;
  color: #EF857D;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: 'AP-OTF-ShinGoPr6N-DeBold';
  text-align: center;
}

#main .topBox .service_box {
  display: flex;
  justify-content: space-between;
	align-items: center;
}

#main .topBox  .service_box li {
  padding-left:20px;
  background-image: url(../img/index/list_icon.png);
  background-repeat:no-repeat;
}

#main .topBox  .service_icon li {
  padding-left: initial;
  background-image: initial;
  background-repeat: initial;
}

#main .topBox .service_box li {
  font-size: 1.5rem;
}

#main .topBox .service_box li span {
  font-size: 1.2rem;
}


#main .topBox .service_box01 {
  margin: 25px;
  padding: 25px;
  background-color: #FFFACD;
}

#main .topBox .service_box01 .servise_list {
  display: flex;
  flex-wrap: wrap;
}

#main .topBox .service_box01 .word {
width: 50% ;
}

#main .topBox .service_box02 {
  margin: 25px;
  padding: 25px;
  background-color: #FFFACD;
}

#main .topBox .service_box03 {
  margin: 25px;
  padding: 25px;
  background-color: #FFFACD;
}
#main .topBox .service_icon {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #E9615A;
  text-align:center;
  line-height: 40px;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  font-family: 'AP-OTF-ShinGoPr6N-DeBold';
}
#main .topBox h3 {
    color: #E9615A;
    font-size: 2rem;
    margin-bottom: 7px;
    font-weight: 500;
    font-family: 'AP-OTF-ShinGoPr6N-DeBold';
    line-height: 1.45;
    text-align: center;
}


#main .topBox h2 {
    margin-bottom: 7px;
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
    letter-spacing: 0.2rem;
    color: #727171;
}
#main .topBox .text {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.64;
    text-align: center;
    font-family: 'AP-OTF-ShinGoPr6N-Light';
}
#main .service {
    padding-bottom: 64px;
    background-color: #643083;
}
#main .pTop {
    margin-bottom: 45px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: lighter;
    line-height: 30px;
    letter-spacing: 0.3rem;
    color: #727171;
}
#main .pTop01 {
    color: #727171;
}
#main .pTop01 span {
    color: #f99500;
}
#main .service .imgList {
    margin: -20px 5px 0;
    position: relative;
}
#main .service .imgList::after {
    width: 219px;
    content: "";
}
#main .service .imgList li {
    margin-top: 20px;
    width: 222px;
}
#main .effect {
    padding-bottom: 45px;
    background-color: #E8F5E9;
}
#main .effect .headLine01 {
    margin-bottom: 17px;
    color: #727171;
    letter-spacing: 0.2rem;
}
#main .effect .pTop {
    margin-bottom: 30px;
}
#main .effect .pTop span {
    color: #EB5B5A;
    font-weight: 500;
    font-family: 'AP-OTF-ShinGoPr6N-Medium';
    font-size: 1.9rem;
}
#main .effect .effect_box {
    margin: 0 auto;
    width: 550px;
    position: relative;
    padding: 8px 50px 8px;
    background-color: #00A0A0;
}
#main .effect .effect_title {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    font-family: 'AP-OTF-ShinGoPr6N-DeBold';
    text-align: center;
}
#main .effect .pho {
  width: 850px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#main .effect table {
    margin: 3px auto;
    width: 600px;
    border-collapse: collapse;
    text-align: center;
}
#main .effect caption {
  color: #00A0A0;
  font-size: 3rem;
  font-weight: 700;
  font-family: 'AP-OTF-ShinGoPr6N-DeBold';
  margin-bottom: 15px;
  text-align: center;
}
#main .effect th, td {
    padding: 10px 20px;
    border: 1px solid #555;
}
#main .effect th {
    color: #fff;
    background-color: #00A0A0;
}
#main .effect .key_word {
    background-color: #DEEAEA;
}
#main .effect .other_text {
    background-color: #fff;
}


#main .measurment .inner {
    padding-bottom: 52px;
    position: relative;
    background-color: #FFF8EB;
    overflow: hidden;
}
#main .measurment .infoBox {
    border: 2px solid;
    border-radius: 20px;
    border-color: #DCDCDC;
    margin: 0 auto 55px;
    width: 675px;
    padding: 40px 40px 40px;
    position: relative;
    background-color: #FFF;
}
#main .measurment .infoBox_title {
  margin: 0 auto;
  position: relative;
  padding: 8px 50px 8px;
  background-color: #EB615A;
}
#main .measurment .melit_title {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
}

/* ---------------あとで直す？ ----------------*/

#main .measurment .targeting_woman {
  display: flex;
  justify-content: center; 
  align-items: center; 
}

/* ---------------ここまで----------------*/

#main .measurment .pho_woman {
    width: 100px;
}

#main .measurment .pho_measurment {
  width: 850px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ---------------あとで直す？ ----------------*/

#main .measurment .targeting_man {
  display: flex;
  justify-content: center; 
  align-items: center; 
}

/* ---------------ここまで----------------*/

#main .measurment .pho_man {
    width: 100px;
}


#main .recommend {
    padding-bottom: 45px;
    background: #F8FBFF;
}
#main .recommend .headLine01 {
    margin-bottom: 17px;
    color: #727171;
    letter-spacing: 0.2rem;
}
#main .recommend .pTop {
    margin-bottom: 30px;
}
#main .recommend .pTop span {
    color: #EB5B5A;
    font-weight: 500;
    font-family: 'AP-OTF-ShinGoPr6N-Medium';
    font-size: 1.9rem;
}
#main .recommend .recommend_box {
    margin: 0 auto;
    width: 550px;
    position: relative;
    padding: 8px 50px 8px;
    background-color: #00A0A0;
}
#main .recommend .recommend_title {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    font-family: 'AP-OTF-ShinGoPr6N-DeBold';
    text-align: center;
}

#main .recommend .pho_cases {
  width: 850px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#main .recommend table {
    margin: 3px auto;
    width: 600px;
    border-collapse: collapse;
    text-align: center;
}
#main .recommend caption {
  color: #00A0A0;
  font-size: 3rem;
  font-weight: 700;
  font-family: 'AP-OTF-ShinGoPr6N-DeBold';
  margin-bottom: 15px;
  text-align: center;
}
#main .recommend th, td {
    padding: 10px 20px;
    border: 1px solid #555;
}
#main .recommend th {
    color: #fff;
    background-color: #00A0A0;
}
#main .recommend .key_word {
    background-color: #DEEAEA;
}
#main .recommend .other_text {
    background-color: #fff;
}


#main .screen {
    padding-bottom: 45px;
    background: #FAF1F4;
}
#main .screen .headLine01 {
    margin-bottom: 17px;
    color: #727171;
    letter-spacing: 0.2rem;
}
#main .screen .pTop {
    margin-bottom: 30px;
}
#main .screen .pTop span {
    color: #EB5B5A;
    font-weight: 500;
    font-family: 'AP-OTF-ShinGoPr6N-Medium';
    font-size: 1.9rem;
}
#main .screen .screen_box {
    margin: 0 auto;
    width: 550px;
    position: relative;
    padding: 8px 50px 8px;
    background-color: #00A0A0;
}
#main .screen .screen_title {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    font-family: 'AP-OTF-ShinGoPr6N-DeBold';
    text-align: center;
}
#main .screen .pho_screen {
    width: 850px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#main .screen table {
    margin: 3px auto;
    width: 600px;
    border-collapse: collapse;
    text-align: center;
}
#main .screen caption {
  color: #00A0A0;
  font-size: 3rem;
  font-weight: 700;
  font-family: 'AP-OTF-ShinGoPr6N-DeBold';
  margin-bottom: 15px;
  text-align: center;
}
#main .screen th, td {
    padding: 10px 20px;
    border: 1px solid #555;
}
#main .screen th {
    color: #fff;
    background-color: #00A0A0;
}
#main .rscreen .key_word {
    background-color: #DEEAEA;
}
#main .screen .other_text {
    background-color: #fff;
}


#main .MEO_merit {
    padding-bottom: 60px;
    background-color: #FCF3E8;
}

#main .MEO_merit .infoBox_title {
  margin: 0 auto;
  width: 655px;
  position: relative;
  padding: 8px 50px 8px;
  background-color: #EB615A;
}
#main .MEO_merit .melit_title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  font-family: 'AP-OTF-ShinGoPr6N-DeBold';
  text-align: center;
}
#main .infoBox {
    padding: 40px 40px 40px;
    position: relative;
    z-index: 1;
    background-color: #FFF;
}
#main .infoBox {
    margin: 0 auto 55px;
    width: 675px;
    position: relative;
}
#main .infoBox .point_title {
  color: #EB615A;
  margin: 0 0 10px 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.63;
  font-family: 'AP-OTF-ShinGoPr6N-DeBold';
}
#main .infoBox .pho {
max-width: none;
  margin: 20px auto;
  width: 500px;
  display: block;
}
#main .recomme {
    padding-bottom: 112px;
}
#main .recomme .headLine01 {
    margin-bottom: 45px;
    color: #040000;
}

#main .recomme li .pho {
    margin: 0 auto 10px;
    width: 250px;
}


#main .contact {
    padding: 50px 0 60px;
    background-color: #F0F0F0;
}
#main .contact .headLine02 {
    margin-bottom: 18px;
}
#main .contact .pTop {
    margin-bottom: 30px;
    color: #040000;
}
#main .contact .linkList {
    margin: 0 auto;
    width: 650px;
}
#main .contact .linkList li {
    width: 301px;
}
#main .contact .linkList li a {
    padding: 20px;
    display: block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    font-family: 'AP-OTF-ShinGoPr6N-DeBold';
    background-color: #292E59;
    border-radius: 7px;
}
#main .contact .linkList li a:hover {
    opacity: 0.7;
}

/* スマホだよ */

@media all and (max-width: 896px) {
    .mainVisual {
        padding-top: 109px;
        height: 442px;
        background: url("../img/index/sp_main_bg.png") no-repeat top center / cover;
    }
    .mainVisual .inner {
        margin: 0 10px;
        width: auto;
    }
    .mainVisual p {
        width: 176px;
    }
    .mainVisual .title {
        margin-bottom: 19px;
        font-size: 1.9rem;
        line-height: 1.34;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    }
    .mainVisual .text {
        font-size: 1.1rem;
        line-height: 1.48;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    }

    #main .topBox {
        padding: 22px 0 32px;
    }
    #main .topBox .pho {
        width: 92px;
    }
    
    #main .topBox h2 {
        margin-bottom: 7px;
        font-size: 1.5rem;
        line-height: 1.44;
    }
    #main .topBox .text {
        margin: 0 -5px;
        font-size: 1.4rem;
        line-height: 1.54;
    }
    #main .topBox .imgBox {
        width: auto;
        display: block;
    }
    #main .topBox .service_box .photo {
        text-align: center;
    }
    #main .topBox .service_box {
        width: auto;
        display: block;
    }

    #main .service {
        padding-bottom: 61px;
    }
    #main .pTop {
        margin-bottom: 54px;
        line-height: 1.54;
        text-align: center;
    }
    #main .service .imgList {
        margin: 0;
        display: block;
    }
    #main .service .imgList::after {
        display: none;
    }
    #main .service .imgList li {
        margin: 0 auto 49px;
        width: 216px;
    }
    #main .service .imgList li:last-of-type {
        margin-bottom: 0;
    }
    

    #main .recommend .innner-blk01 {
        margin: auto auto;
        width: auto;
        position: relative;
        padding: auto auto auto;
        background-color: #fff;
        border-radius: 10px;
    }




    #main .effect .effect_box {
        width: auto;
    }
    #main .effect table {
        width: auto;
    }

    #main .effect .pho {
        width: auto;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
      }

    #main .measurment .infoBox {
        width: auto;
        margin: 50px;
    }
    #main .effect .infoBox_title {
        width: auto;
    }
    #main .measurment .melit_title {
        font-size: 1.5rem;
    }

    #main .measurment .pho_measurment {
        width: auto;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
      }

    #main .recommend .pho_cases {
        width: auto;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
      }      

    #main .screen .pho_screen {
        width: auto;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
      }  

    #main .MEO_merit .infoBox_title {
        width: auto;
    }
    #main .MEO_merit .infoBox {
        width: auto;
    }
    #main .MEO_merit .pho {
        width: auto;
    }

    #main .contact {
        padding: 50px 0 25px;
    }
    #main .contact .headLine02 {
        margin: 0 -10px 10px;
        font-size: 1.7rem;
    }
    #main .contact .linkList {
        margin: 0 auto;
        width: auto;
        display: block;
    }
    #main .contact .linkList li {
        margin-bottom: 12px;
        width: auto;
    }
    #main .contact .linkList li:last-of-type {
        margin-bottom: 0;
    }
    #main .contact .linkList li a {
        padding: 15px;
        font-size: 1.4rem;
        border-radius: 5px;
    }
}
@media all and (max-width: 371px) {
    .fixed {
        padding: 14px 30px 12px;
    }
    .fixed .textArea {
        max-width: none;
    }
    #main .personalize .subBox .info .txtList li {
        font-size: 1rem;
    }
    #main .bot .subBox01 .imgBox .textBox h3 {
        font-size: 1.9rem;
    }
    #main .template .slideBox .slideList {
        margin: 0 -15px;
    }
}
@media all and (max-width: 360px) {
    #main .template .slideBox .slideList {
        margin: 0;
    }
}
@media all and (max-width: 330px) {
    .fixed {
        padding: 14px 15px 12px;
    }
    .fixed .textArea .text {
        margin-right: -20px;
    }
    #main .contact .headLine02 {
        font-size: 1.5rem;
    }
}
@media all and (-ms-high-contrast:none) {
    .fixed .link a {
        padding: 24px 5px 18px;
    }
    #main .personalize .subBox .tag p {
        padding-top: 3px;
    }
    #main .personalize .subBox .info .txtList li {
        padding: 5px 5px 1px;
    }
    #main .personalize .subBox01 li .txt .yellow {
        padding: 5px 5px 0px;
    }
    #main .bot .subBox02 .txtUl li {
        padding: 13px 5px 18px 30px;
    }
    #main .contact .linkList li a {
        padding: 24px 5px 16px;
    }

    
}
