@charset "utf-8";

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans CJK JP Regular');
    src: url('./font/NotoSansCJKjp/NotoSansCJKjp_Regular.woff') format('woff'),
         url('./font/NotoSansCJKjp/NotoSansCJKjp_Regular.otf')  format('opentype');
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 600;
    src: local('Noto Sans CJK JP Medium');
    src: url('./font/NotoSansCJKjp/NotoSansCJKjp_Medium.woff') format('woff'),
         url('./font/NotoSansCJKjp/NotoSansCJKjp_Medium.otf')  format('opentype');
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans CJK JP Bold');
    src: url('./font/NotoSansCJKjp/NotoSansCJKjp_Bold.woff') format('woff'),
         url('./font/NotoSansCJKjp/NotoSansCJKjp_Bold.otf') format('opentype');
    font-display: swap;
}
@font-face {
    font-family: 'Pathway Gothic One';
    font-style: normal;
    font-weight: 400;
    src: local('Pathway Gothic One');
    src: url('./font/PathwayGothicOne/PathwayGothicOne-Regular.woff') format('woff'),
         url('./font/PathwayGothicOne/PathwayGothicOne-Regular.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed');
    src: url('./font/RobotoCondensed/RobotoCondensed-Bold.woff') format('woff'),
         url('./font/RobotoCondensed/RobotoCondensed-Bold.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Condensed');
    src: url('./font/RobotoCondensed/RobotoCondensed-BoldItalic.woff') format('woff'),
         url('./font/RobotoCondensed/RobotoCondensed-BoldItalic.woff2') format('woff2');
    font-display: swap;
}



body{
    background:#fff;
    font-family: 'Noto Sans Japanese','メイリオ',Meiryo,Arial,sans-serif;
	color: #2b3135;
	line-height:1.5;
	-webkit-text-size-adjust: 100%;
    overflow: hidden;
    min-width: 1200px;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.pc-text {
    display: inline;
}
.pc-br {
    display: block;
}
.sp-br {
    display: inline;
}
.bg-lazy {
    background-image: none!important;
}
main {
    display: block;
}
a:hover {
    opacity: 0.7;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #2b3135;
}
.siteRed {
    color: #FF9300;
}
.sitePink {
    color: #FF9300;
}

/* ページアンカー */
._pageAnchorBase {
    position: relative;
}
._pageAnchor {
    position: absolute;
}

/*ページ内コンテンツの浮き上がり設定*/
.inView {
	opacity: 0;
	transform: translate(0, 10%);
	-webkit-transform: translate(0, 10%);
	transition: 1.5s;
}
.inView.is-show {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

/* list */
.listTitle01 {
    margin-top: 2em;
    font-size: 1.5em;
    font-weight: 600;
}
.listTitle02 {
    margin-top: 2em;
    font-size: 1.15em;
    font-weight: 600;
}
.listText01 {
    margin-top: 1em;
    line-height: 1.75;
}
.listSign {
    margin-top: 1.5em;
    text-align: left;
}

.list01 {
    margin-top: 1em;
    counter-reset: num;
}
.list01Item {
    margin-top: 0.5em;
    position: relative;
    padding-left: 1em;
    line-height: 1.75;
}
.list01Item:before {
    counter-increment: num;
    content:counter(num)".";
    display: inline-block;
    position: absolute;
    left: 0;
}

.list02 {
    margin-top: 1em;
    counter-reset: olnum2;
}
.list02Item {
    margin-top: 0.5em;
    position: relative;
    padding-left: 2em;
    line-height: 1.75;
}
.list02Item:before {
    counter-increment: olnum2;
    content: "("counter(olnum2)")";
    display: inline-block;
    position: absolute;
    left: 0;
}
.list03 {
    margin-top: 1em;
}
.list03Item {
    margin-top: 0.5em;
    position: relative;
    padding-left: 1em;
    line-height: 1.75;
}
.list03Item:before {
    content:"・";
    display: inline-block;
    position: absolute;
    left: 0;
}

/* =======================================
			globalHeader
======================================= */
.globalHeader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    min-width: 1200px;
    background-color: rgba(255,255,255,0.6);
}
.globalHeaderInner {
    margin: 0 auto;
    width: 1200px;
    padding: 10px 0 18px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.globalHeaderLeft {

}
.globalHeaderRight {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.globalHeaderLogo {
    width: auto;
}
.globalHeaderLogo a {
    display: block;
    width: 154px;
    height: 75px;
    font-size: 0;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.webp .globalHeaderLogo a {
    background-image: url("../img/logo-pc.webp");
}
.no-webp .globalHeaderLogo a {
    background-image: url("../img/logo-pc.png");
}
.globalHeaderNav {
    /* width: 1015px; */
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/* justify-content: space-between; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.globalHeaderNavList {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.globalHeaderNavListItem:nth-child(n+2) {
    margin-left: 60px;
}
.globalHeaderNavListItem a {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #2b3135;
    text-decoration: none;
}
.globalHeaderNavListItemEn {
    font-family: 'Roboto Condensed','Noto Sans Japanese','メイリオ',Meiryo,Arial,sans-serif;
    display: block;
    font-weight: 700;
    letter-spacing: 0.19em;
    font-size: 14px;
    line-height: 1em;
}
.globalHeaderNavListItemJp {
    display: block;
    padding: 5px 0 0;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1em;
}

.globalHeaderNavList2 {
    margin-left: 40px;
}
.globalHeaderNavList2ItemBtn{
    display: block;
    width: 215px;
    /*border: 1px solid #2b3135;*/
    padding: 17px 20px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.2em;
    background-color: #fff;
    background-color: #33cc00;
    color: white;
    border: none;
}
.globalHeaderNavList2ItemBtn:hover{
    opacity: unset;
}

.menuOpen {
    display: none;
}
.globalHeaderNav-sp {
    display: none;
}

.menuMask {
    display: none;
}
.menuOpen .menuMask {
    display: none;
}
.menu-mask {
    display: none;
}
.menu-open .menu-mask {
    display: none;
}

/* =======================================
		404.php add
======================================= */

.he_p{
    height: 345px;
}

 /* =======================================
		top mainBanner
======================================= */
.mainBanner{
    position: relative;
    width: 100%;
    height: 100%;
}
.mainBannerWrap {
    height: 870px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.mainBannerInner {
    position: relative;
    height: 100%;
    margin: 0 auto;
    
}
.mainBnnerBk {
    position: absolute;
    width: 100%;
    height: 870px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.webp .mainBnnerBk {
    background-image: url("../img/mainBannerHuman_PC.webp");
}
.no-webp .mainBnnerBk {
    background-image: url("../img/mainBannerHuman_PC.jpg");
}
.mainBannerText1 {
    position: absolute;
    top: 340px;
    left: 20px;
    width: 586px;
    height: 120px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.webp .mainBannerText1 {
    background-image: url("../img/mainBannerText.webp");
}
.no-webp .mainBannerText1 {
    background-image: url("../img/mainBannerText.png");
}
.mainBannerText2 {
    position: absolute;
    top: 500px;
    left: 60px;
    text-align: center;
}
.mainBannerText3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1em;
    padding: 10px;
    background: #FFF;
}
.mainBannerText3:nth-of-type(n+2) {
    margin-top: 10px;
}
.mainBannerText4 {
    font-size: 25px;
    color: #FF9300;
}

/* =======================================
			contents
======================================= */
.contents {
	padding: 100px 0;
}
.contents::before{
}

.contentsInner {
	width: 1204px;
	margin: 0 auto;
}
.contentsInner2::before{
}
.contentsInner2 {
	width: 1000px;
	margin: 0 auto;
}
.contentsTitleWrap{
}
.contentsTitle {
    position: relative;
    text-align: center;

}
.contentsTitle::before{
    background-image: url("../img/contentsTitle_bace.png");
    top: 50%;
    left: 50%;
    width: 219px;
    height: 91px;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform:translate(-50%,-50%);
    }
.contentsTitleEn {
    position: relative;
    display: block;
    font-family: 'Roboto Condensed','Noto Sans Japanese','メイリオ',Meiryo,Arial,sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.35em;
    color: #FF9300;
}
.contentsTitleJp {
    position: relative;
    display: inline-block;
    padding: 10px 0 0;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.23em;
    font-weight: 700;
}

.subContentsWrap {
	padding-top: 35px;
}
.subContents {
	margin: 0 auto;
	width: 780px;
}
.subContentsTitle {
    display: block;
    padding: 25px 0 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    color: rgba(43, 49, 53,1);
    letter-spacing: 0.23em;
}
.subContentsText {
    margin-top: 20px;
}


/* ========================================
              concept_area
===========================================   */
.concept_area {
    padding: 90px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.webp .concept_area{
    background-image: url(../img/Bg1-pc.webp);
}
.no-webp .concept_area{
    background-image: url(../img/Bg1-pc.jpg);
}

.cocepttitle{
    margin-bottom: 100px;
    text-align: center;
}
.cocepttitleText {
    position: relative;
    font-family: 'Roboto Condensed','Noto Sans Japanese','メイリオ',Meiryo,Arial,sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1em;
    color: #fff;
    letter-spacing: 0.35em;
}
.cocepttitleText::before {
    position: absolute;
    bottom: -5px;
    left: -70px;
    content: "";
    width: 54px;
    height: 62px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.webp .cocepttitleText::before {
    background-image: url(../img/icon_heart_left-pc.webp);
}
.no-webp .cocepttitleText::before {
    background-image: url(../img/icon_heart_left-pc.png);
}
.cocepttitleText::after {
    position: absolute;
    bottom: -5px;
    right: -60px;
    content: "";
    width: 51px;
    height: 59px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.webp .cocepttitleText::after {
    background-image: url(../img/icon_heart_right-pc.webp);
}
.no-webp .cocepttitleText::after {
    background-image: url(../img/icon_heart_right-pc.png);
}

.c_content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.c_copy_le{
    padding: 105px 0 0 80px;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.57;
    letter-spacing: 0.23em;
    color:#ffffff ;
}
.c_copy_le_note {
    padding-right: 40px;
    background-repeat: no-repeat;
    background-position: right 10px;
    background-size: 38px 39px;
}
.webp .c_copy_le_note {
    background-image: url("../img/icon_note-pc.webp");
}
.no-webp .c_copy_le_note {
    background-image: url("../img/icon_note-pc.png");
}
.c_copy1{
    display: block;
    padding-left: 60px;
}
.c_copy_co{
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 600;
    line-height:1.78;
    letter-spacing: 0.2em;
    color:#ffffff;
}
.c_copy_co2{
    margin-bottom: 50px;
}
.c_copy_co:last-child{
    margin-bottom: 0;
}
/* ========================================
              feature_area
===========================================   */
.feature {
    background:#FFF8DE;
}
.feature_area {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contentsTitleJpFeature::before {
    bottom: -10px;
    left: -60px;
    width: 38px;
    height: 58px;
}

.contentsTitleJpFeature::after {
    bottom: -10px;
    right: -60px;
    width: 38px;
    height: 58px;
}

.fe_cotent_area{ 
    margin-top: 70px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fe_c_box {
   width:315px;
   border-radius: 30px;
   background-color: #fff;
   box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.05);
}
.fe_c_box_header {
    border-radius: 30px 30px 0 0;
    padding: 25px 25px 35px;
    background-color: #ffab0b;
    background-image: linear-gradient(330deg, #ffab0b 49%, #ffd215 100%);


}
.fe_c_b_title{
    padding-top: 75px;
    text-align: center;
    background-repeat: no-repeat;
}
 .box_title_img1{
    background-position: center 5px;
    background-size: 108px auto;
}
.box_title_img2{
    background-position: center top;
    background-size: 88px auto;
}
.box_title_img3{
    background-position: center 10px;
    background-size: 86px auto;
}
.webp .box_title_img1{
    background-image: url(../img/supportlogo1.webp);
}
.no-webp .box_title_img1{
    background-image: url(../img/supportlogo1.png);
}
.webp .box_title_img2{
    background-image: url(../img/supportlogo2.webp);
}
.no-webp .box_title_img2{
    background-image: url(../img/supportlogo2.png);
}
.webp .box_title_img3{
    background-image: url(../img/supportlogo3.webp);
}
.no-webp .box_title_img3{
    background-image: url(../img/supportlogo3.png);
}
.fe_c_b_title_text {
    font-size: 18px;
    font-weight:700;
    line-height: 1.38;
    letter-spacing: 0.2em;
    color: #fff;
}
.fe_c_box_body {
    border-radius: 0 0 30px 30px;
    padding: 25px;
    background-color: #fff;
}
.b_de{
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 2.14;
    line-break: anywhere;
}
.b_de span {
    color:#FF9200;
    font-weight:bold;
    background: linear-gradient(transparent 50%, #FFF8DE 50%);
}   

/* ========================================
              sns_area
===========================================   */

.sns_area{
    background-image: url(../img/Bg1-pc.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sns_area_other{
    padding-top: 10px;
    padding-bottom: 10px;
}
.sns_area_other_banner{
    padding-top: 10px;
}
.bikyari_banner{
    text-align: center;    
}
.bikyari_banner_text{
    padding-top: 10px;
}
.sns_area_into{

}
.sa_i_i{
    
}
.sns_title_area{
    text-align: center;
}
.s_t_img{
    margin: 0 auto;
    width: 162px;
}
.s_t_img img {
    width: 100%;
}
.s_title_wrap {
    text-align: center;
}
.s_title {
    display: inline-block;
    padding: 10px;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: 0.19em;
    line-height: 1em;
    color: #454545;
    background-color: #fff;
}
.s_title_icon {
    position: relative;
    margin-right: 5px;
    padding: 0 20px 0 25px;
    color: #FF9300;
}
.s_title_icon::before {
    position: absolute;
    content: "";
    left: 0;
    width: 21px;
    height: 31px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.webp .s_title_icon::before {
    background-image: url(../img/icon_shine_left.webp);
}
.no-webp .s_title_icon::before {
    background-image: url(../img/icon_shine_left.png);
}
.s_title_icon::after {
    position: absolute;
    content: "";
    right: 0;
    width: 21px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.webp .s_title_icon::after {
    background-image: url(../img/icon_shine_right.webp);
}
.no-webp .s_title_icon::after {
    background-image: url(../img/icon_shine_right.png);
}
.s_t_copy{
    margin-top: 20px;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 2.14;
    text-align: center;
    font-weight: bold;
}
.s_cotent_area {
    margin-top: 20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 }
.sc_box {
    width: 440px;
    background-color: rgba(255,255,255,1);
}
.sc_box:nth-child(1) {
    border-radius: 10px;
}
.sc_box:nth-child(2) {
    border-radius: 10px;
}
.sc_box:nth-child(n+2) {
    margin-left: 20px;
}
.scb_inner{
    padding: 30px 20px;
}
.sc_icon_img {
    margin: 0 auto;
    width: 50px;
    height: 50px;
}
.sc_sub {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 0.2em;
    font-weight: 600;
    text-align: center;
}
.sc_sub_LINE {
    color: #00b900;
}
.sc_sub_EMAIL {
    color: #39aeea;
}
.sc_btn{
    margin: 20px auto 0;
    width: 350px;
}
.sc_btn a{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}
.sc_box:nth-child(1) .sc_btn a{
    background-color: #00b900;
}
.sc_box:nth-child(2) .sc_btn a{
    background-color: #39aeea;
}

.sc_btn a::after{
    position: absolute;
    top: 50%;
    right: 23px;
    margin-top: -5px;
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
.webp a::after{
    background-image: url(../img/arrow_white2_right.webp);
}
.no-webp a::after{
    background-image: url(../img/arrow_white2_right.png);
}
.cop_in {
    margin-top: 15px;
}
.sc_copy{
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.69;
    font-weight: 600;
    color: #2b3135;
}
.sc_s{
    padding-left: 13px;
}
/* ========================================
         BUSINESS PARTNER_area
===========================================   */
.business{
    background-color:#F3F3F3;    
}
.business_area{
    display: flex;
    align-items: center;
    width:1000px;
    margin:0 auto;
}
.business_area::before{

}
.business .contentsTitle::before {
    background-image: url(../img/contentsTitle_bace_blue.png);
    top: 50%;
    left: 50%;
    width: 206px;
    height: 93px;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translate(-50%, -50%);
}
.business .contentsTitleEn{
    color:#08ABFF;  
}
.business .businessPartner_btn{
    margin-top:30px;
}
.business .businessPartner_btn a{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 400px;
    padding: 20px;
    font-size: 16px;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    background-color: #39aeea;
}
.business .businessPartner_btn a::before{
    position: absolute;
    top: 50%;
    left: 70px;
    margin-top: -14px;
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
.webp .business .businessPartner_btn a::before{
    background-image: url(../img/icon_mail.webp);

}
.no-webp .business .businessPartner_btn a::before{
    background-image: url(../img/icon_mail);
}
.business .businessPartner_btn a::after{
    position: absolute;
    top: 50%;
    right: 23px;
    margin-top: -5px;
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
.webp .business .businessPartner_btn a::after{
    background-image: url(../img/arrow_white2_right.webp);

}
.no-webp .business .businessPartner_btn a::after{
    background-image: url(../img/arrow_white2_right.png);
}

.business .businessPartnerText1 {
    padding-left: 35px;
}
/* ========================================
              service_area
===========================================   */

.service {

}
.service_area {
    padding: 75px 0 85px;
    background: #FFF8DE;
}
.contentsTitleJpService::before {
    bottom: 0px;
    left: -90px;
    width: 59px;
    height: 65px;
}
.webp .contentsTitleJpService::before {
    background-image: url(../img/icon_shine2_left.webp);
}
.no-webp .contentsTitleJpService::before {
    background-image: url(../img/icon_shine2_left.png);
}
.contentsTitleJpService::after {
    bottom: 0px;
    right: -90px;
    width: 59px;
    height: 65px;
}
.webp .contentsTitleJpService::after {
    background-image: url(../img/icon_shine2_right.webp);
}
.no-webp .contentsTitleJpService::after {
    background-image: url(../img/icon_shine2_right.png);
}

.serviceCopy {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.2em;
}
.serviceListWrap {
    margin: 30px auto 0;
    position: relative;
    width: 880px;
    min-height: 545px;
}
.serviceListSliderWrap {
    position: absolute;
    top: 0;
    left: -60px;
    width: 100%;
}
.serviceList {
    margin: 0;
    position: relative;
    width: 100%;
}
.serviceListSection {
    margin: 20px;
    width: 400px;
    height: 465px;
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.05);
    border-radius: 30px;
    background-color: #fff;
}
.serviceListItemWrapper {
    padding: 30px 25px;
}
.serviceListItemStep {
    font-family: 'Roboto Condensed','Noto Sans Japanese','メイリオ',Meiryo,Arial,sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.2em;
}
.serviceListItemTitle {
    margin-top: 5px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.2;
}
.serviceListItemThum {
    margin-top: 15px;
    width: 100%;
    height: 195px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.webp .serviceListItem:nth-child(1) .serviceListItemThum {
    background-image: url("../img/step01_img.webp");
}
.no-webp .serviceListItem:nth-child(1) .serviceListItemThum {
    background-image: url("../img/step01_img.png");
}
.webp .serviceListItem:nth-child(2) .serviceListItemThum {
    background-image: url("../img/step02_img.webp");
}
.no-webp .serviceListItem:nth-child(2) .serviceListItemThum {
    background-image: url("../img/step02_img.png");
}
.webp .serviceListItem:nth-child(3) .serviceListItemThum {
    background-image: url("../img/step03_img.webp");
}
.no-webp .serviceListItem:nth-child(3) .serviceListItemThum {
    background-image: url("../img/step03_img.png");
}
.webp .serviceListItem:nth-child(4) .serviceListItemThum {
    background-image: url("../img/step04_img.webp");
}
.no-webp .serviceListItem:nth-child(4) .serviceListItemThum {
    background-image: url("../img/step04_img.png");
}
.webp .serviceListItem:nth-child(5) .serviceListItemThum {
    background-image: url("../img/step05_img.webp");
}
.no-webp .serviceListItem:nth-child(5) .serviceListItemThum {
    background-image: url("../img/step05_img.png");
}
.webp .serviceListItem:nth-child(6) .serviceListItemThum {
    background-image: url("../img/step06_img.webp");
}
.no-webp .serviceListItem:nth-child(6) .serviceListItemThum {
    background-image: url("../img/step06_img.png");
}
.webp .serviceListItem:nth-child(7) .serviceListItemThum {
    background-image: url("../img/step07_img.webp");
}
.no-webp .serviceListItem:nth-child(7) .serviceListItemThum {
    background-image: url("../img/step07_img.png");
}
.webp .serviceListItem:nth-child(8) .serviceListItemThum {
    background-image: url("../img/step08_img.webp");
}
.no-webp .serviceListItem:nth-child(8) .serviceListItemThum {
    background-image: url("../img/step08_img.png");
}
.serviceListItemText {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.78;
    -ms-line-break: inherit;
    line-break: inherit;
}
.slide-arrow.prev-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
}
.slide-arrow.next-arrow {
    position: absolute;
    top: 50%;
    left: 840px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
}
.slick-disabled {
    opacity: 0;
    pointer-events: none;
}
.slick-list {
    /* slick スライダーの右側のみオーバー表示設定 */
    /* padding-right: calc(100% - 880px) !important; */
    overflow: visible;
}
.slick-dots {
    margin-top: 15px;
    position: relative;
    left: auto;
    bottom: auto;
    width: 1000px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 5px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button {
    opacity: 1;
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 5px;
    padding: 0;
    background-color: #dad9d9;
}
.slick-dots li button:before {
    opacity: 1;
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 5px;
    padding: 0;
}
.slick-dots li.slick-active button:before {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 5px;
    padding: 0;
    background-color: #FF9300;
    opacity: 1;
    color: #FF9300;
}
.serviceCopy2 {
    display: inline-block;
    margin-top: 50px;
    margin-left: 10px;
}
.serviceCopy2Text {
    font-size: 17px;
    font-weight: 400;
    line-height: 2.05;
    letter-spacing: 0.1em;
}
.serviceCopy2Text:first-child {
    padding-left: 5px;
}

/* ========================================
              check_area
===========================================   */
.check {

}
.check_area{
    padding: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
    .webp .check_area {
        background-image: url(../img/Bg2-pc.webp);
    }
    .no-webp .check_area {
        background-image: url(../img/Bg2-pc.jpg);
    }
.c_t_co{
    padding-top: 90px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 78px 65px;
}

.c_t_co_text {
    position: relative;
    font-size: 25px;
    letter-spacing: 0.23em;
    color: #fff;
    font-weight: 600;
}
.c_t_co_text::before {
    position: absolute;
    bottom: 0px;
    left: -55px;
    content: "";
    width: 33px;
    height: 49px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.webp .c_t_co_text::before {
    background-image: url(../img/icon_border_left.webp);
}
.no-webp .c_t_co_text::before {
    background-image: url(../img/icon_border_left.png);
}
.c_t_co_text::after {
    position: absolute;
    bottom: 0px;
    right: -45px;
    content: "";
    width: 32px;
    height: 49px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.webp .c_t_co_text::after {
    background-image: url(../img/icon_border_right.webp);
}
.no-webp .c_t_co_text::after {
    background-image: url(../img/icon_border_right.png);
}

.c_t_co_body {
}
.ch_title_area{
    margin: 0 auto;
    width: 289px;
    height: 66px;
    font-size: 0;
}
.ch_t_img {
    display: block;
	min-height: 66px;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
}
.no-webp .ch_t_img{
	background-image: url("../img/check_logo.png");
}
.webp .ch_t_img{
	background-image: url("../img/check_logo.webp");
}

.ch_content{
    margin-top: 35px;
    padding: 55px 40px;
    border-radius: 30px;
    background-color: rgba(255,255,255,1);
}
.ch_c_copy {
    margin-top: 18px;
    position: relative;
    padding-left: 1em;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #454545;
}
.ch_c_copy:before {
    content: "\2022";
    display: block;
    position: absolute;
    left: 0;
    color:#FF9300;
    padding-right:5px;
}
.ch_c_copy:first-child {
    margin-top: 0;
}
.ch_out_copy{
    margin-top: 10px;
    color: #454545;
}
.cho_cont{ 
    padding: 0 30px;
    line-height: 2.5;
    letter-spacing: 0.21em;
    font-size: 14px;
    text-align: left;
}

/* ========================================
              voice_area
===========================================   */
.voice {
    background-color:#FFF8DE;
    position: relative;

}

.voice::before{
    position: absolute;
    background-image: url(../img/Bg3-pc.jpg);
    height: 40%;
    content: "";
    background-size: cover;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%); 
        -webkit-mask-image: linear-gradient(to top,rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
    mask-image: linear-gradient(to top,rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
    background-position:top;
    background-repeat: no-repeat;
}

.voice::before{

}

.voice_area{
    padding: 110px 0 650px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.webp .voice_area{

}
.no-webp .voice_area{
}

.contentsTitleJpVoice::before {
    bottom: -10px;
    left: -50px;
    width: 31px;
    height: 53px;
}
.webp .contentsTitleJpVoice::before {
    background-image: url(../img/icon_leaf_left.webp);
}
.no-webp .contentsTitleJpVoice::before {
    background-image: url(../img/icon_leaf_left.png);
}
.contentsTitleJpVoice::after {
    bottom: -10px;
    right: -50px;
    width: 31px;
    height: 53px;
}
.webp .contentsTitleJpVoice::after {
    background-image: url(../img/icon_leaf_right.webp);
}
.no-webp .contentsTitleJpVoice::after {
    background-image: url(../img/icon_leaf_right.png);
}

.v_content_area{
    position: relative;
    margin-top: 50px;
}

.v_content_area::before{
    position: absolute;
    content: "";
    background-image: url(../img/Bg3-_1.png);
    height: 100%;
    z-index: -1;
    width: 100%;
    background-repeat: no-repeat;
    top: -170px;
    left: -170px;
    background-size: 43%;
}

.v_content_area::after{
    position: absolute;
    content: "";
    background-image: url(../img/Bg3-_1.png);
    height: 100%;
    z-index: -1;
    width: 100%;
    background-repeat: no-repeat;
    top: 310px;
    right: -740px;
    background-size: 43%;
}
.va_box_list {
    margin: 0 auto;
    width: 880px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    filter: drop-shadow(5px 5px #FFE1C1);
}
.va_box_list_item {
    margin-top: 30px;
    width: 250px;
    height: 218px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.webp .va_box_list_item:nth-child(odd) {
    background-image: url("../img/speech_balloon1.webp");
}
.no-webp .va_box_list_item:nth-child(odd) {
    background-image: url("../img/speech_balloon1.png");
}
.webp .va_box_list_item:nth-child(even) {
    background-image: url("../img/speech_balloon2.webp");
}
.no-webp .va_box_list_item:nth-child(even) {
    background-image: url("../img/speech_balloon2.png");
}
.va_m_copy {
    font-size: 16px;
    line-height: 1.75em;
    color: #FF9300;
    text-align: center;
    font-weight: 700;
}

.voice_area_pic{


    
}
.voice_area_pic img{
}
/* ========================================
              adviser_area
===========================================   */

.adviser_area{
    width: 100%;
    padding-bottom: 180px;
    background-color:#F3F3F3;
    overflow: hidden;
}
.contentsTitleJpAdviser {

}
.contentsTitleJpAdviser::before {
    bottom: -20px;
    left: -58px;
    width: 56px;
    height: 58px;
}
.webp .contentsTitleJpAdviser::before {
    background-image: url(../img/icon_leaf2_left.webp);
}
.no-webp .contentsTitleJpAdviser::before {
    background-image: url(../img/icon_leaf2_left.png);
}
.contentsTitleJpAdviser::after {
    bottom: -20px;
    right: -58px;
    width: 56px;
    height: 58px;
}
.webp .contentsTitleJpAdviser::after {
    background-image: url(../img/icon_leaf2_right.webp);
}
.no-webp .contentsTitleJpAdviser::after {
    background-image: url(../img/icon_leaf2_right.png);
}

.ad_w_cont {
    position: relative;
    margin-top: 100px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ad_w_cont::before{
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ad_w_cont1::before{
    top: -165px;
    left: -155px;
    width: 329px;
    height: 310px;
}
.webp .ad_w_cont1::before{
    background-image: url("../img/flower1-pc.webp");
}
.no-webp .ad_w_cont1::before{
    background-image: url("../img/flower1-pc.png");
}
.ad_w_cont2::before{
    top: -95px;
    right: -205px;
    width: 375px;
    height: 364px;
}
.webp .ad_w_cont2::before{
    background-image: url("../img/flower2-pc.webp");
}
.no-webp .ad_w_cont2::before{
    background-image: url("../img/flower2-pc.png");
}
.ad_w_cont3::before{
    bottom: -115px;
    left: -180px;
    width: 287px;
    height: 300px;
}
.webp .ad_w_cont3::before{
    background-image: url("../img/flower3-pc.webp");
}
.no-webp .ad_w_cont3::before{
    background-image: url("../img/flower3-pc.png");
}

.adw_woman {
    position: relative;
    height: 350px;
    width: 450px;
	display: block;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}
.adw_copy{
    width: 50%;
}
.adw_name{
    font-size: 30px;
    letter-spacing: 0.2em;
    font-weight: 400;
    color: #2b3135;
    font-weight: 600;
}
.adw_en{
    /* font-family: 'Pathway Gothic One','Noto Sans Japanese','メイリオ',Meiryo,Arial,sans-serif; */
    font-family: 'Roboto Condensed','Noto Sans Japanese','メイリオ',Meiryo,Arial,sans-serif;
    font-size: 16px;
    letter-spacing: 0.2em;
    color:#FF9300;
    vertical-align: middle;
    margin-left: 20px;
    font-weight: 700;
}
.adw_copy_area{
    margin-top: 15px;
}
.adwc_cont{
    color: #2b3135;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 2.14285714;
    font-weight: 600;
}
.adwc_cont span{
    font-weight: 500;
}
.w_qual{
    margin-top: 30px;
    background-color: #fff;
    width: 500px;
    /* height: 76px; */
    padding: 17px 17px;
}
.w_q{
    font-size: 13px;
    color: #2b3135;
    letter-spacing: 0.2em;
    font-weight: 600;
    line-height: 1.69em;   
}
.w_qd{
    margin-left: 15px;
}

.webp .adw_woman1{
    background-image: url("../img/woman4.webp");
}
.no-webp .adw_woman1{
    background-image: url("../img/woman4.png");
}
.webp .adw_woman2{
    background-image: url("../img/woman5.webp");
}
.no-webp .adw_woman2{
    background-image: url("../img/woman5.png");
}
.webp .adw_woman3{
    background-image: url("../img/woman6.webp");
}
.no-webp .adw_woman3{
    background-image: url("../img/woman6.png");
}
.adw_title{
    font-size: 25px;
    font-weight: 700;
    letter-spacing:0.176507em;
    margin-bottom: 30px;

}
/* =======================================
			entry
======================================= */
.entry_area {
    padding-top: 80px;
}
/*
.contentsTitleEntry {
    padding-top: 60px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 48px 37px;
}

.contentsTitleJpEntry {
    padding-top: 0;
}
*/
.contact {
	margin: 90px auto 0;
	width: 500px;
	padding: 40px;
    border-radius: 10px;
	background-color: rgba(228, 107, 164,0.102);
	text-align: center;
}  

.contactText1 {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.1em;
    font-weight: 700;
}
.contactTel {
	margin-top: 20px;
	display: inline-block;
	font-size: 0;
}
.contactTel::before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    vertical-align: middle;
}
.webp .contactTel::before {
	background-image: url("../img/icon_tel.webp");
}
.no-webp .contactTel::before {
	background-image: url("../img/icon_tel.png");
}
.contactTel::after {
	content: "";
    margin-left: 20px;
    display: inline-block;
    width: 200px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
}
.webp .contactTel::after {
	background-image: url("../img/tel-number.webp");
}
.no-webp .contactTel::after {
	background-image: url("../img/tel-number.png");
}

.contactText1:nth-of-type(n+2) {
	margin-top: 25px;
}

/* =======================================
			globalFooter
======================================= */
.globalFooter {
    width: 100%;
    padding: 50px 0;
    background-color: #e9e9e9;
}
.globalFooterInner {
    width: 1200px;
    margin: 0 auto;
}
.globalFooter .businessPartner {
    display: block;
    width: 420px;
    margin: 0 auto;
    padding: 18.5px 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);
    text-align: center;
}
.globalFooter .businessPartner.businessPartnerIos {
    display: none;
}
.globalFooter .ios .businessPartner {
    display: none;
}
.globalFooter .ios .businessPartner.businessPartnerIos {
    display: block;
}

.globalFooter .businessPartnerText1 {
    padding-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.2em;
    background-repeat: no-repeat;
    background-position: center 22px;
    background-size: 11px 6px;
    display: inline-block;
}
.webp .globalFooter .businessPartnerText1 {
    background-image: url(../img/arrow_down.webp);
}
.no-webp .globalFooter .businessPartnerText1 {
    background-image: url(../img/arrow_down.png);
}
.globalFooter .businessPartnerText2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.snsList {
    margin-top: 40px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.snsListItem {
    width: 40px;
}
.snsListItem:nth-child(n+2) {
    margin-left: 25px;
}
.snsListItemLink {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.webp .snsListItem:nth-child(1) .snsListItemLink {
    background-image: url("../img/icon_instagram.webp");
}
.no-webp .snsListItem:nth-child(1) .snsListItemLink {
    background-image: url("../img/icon_instagram.png");
}
.webp .snsListItem:nth-child(2) .snsListItemLink {
    background-image: url("../img/icon_facebook.webp");
}
.no-webp .snsListItem:nth-child(2) .snsListItemLink {
    background-image: url("../img/icon_facebook.png");
}
.webp .snsListItem:nth-child(3) .snsListItemLink {
    background-image: url("../img/icon_twitter.webp");
}
.no-webp .snsListItem:nth-child(3) .snsListItemLink {
    background-image: url("../img/icon_twitter.png");
}

.footerList {
    margin-top: 100px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footerNav {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footerNavItem {

}
.footerNavItem:nth-child(n+2) {
    margin-left: 22px;
}
.footerNavItem::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    padding-left: 13px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 5px 9px;
}
.webp .footerNavItem::before {
    background-image: url(../img/arrow_white_right.webp);
}
.no-webp .footerNavItem::before {
    background-image: url(../img/arrow_white_right.png);
}

.footerNavItemLink {
    font-size: 13px;
    letter-spacing: 0.1em;
    text-decoration: none;
}
.copyright {
    text-align: right;
}
.copyrightText1 {
    font-size: 12px;
    letter-spacing: 0.103em;
}
.copyrightText2 {
    margin-top: 6px;
    font-size: 13px;
    letter-spacing: 0.23em;
}

.topBtn {
    bottom: 100px;
    position: fixed;
    right: 40px;
    display: none;
    z-index: 10;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
.topBtn .linkImg {
    display: block;
    width: 100%;
}

/* =======================================
            750px 以下
======================================= */
@media screen and (max-width:750px) {
    html.menu-open {
        overflow: hidden;
    }

    body{
        font-size: 2.93vw;
        min-width:100%;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .pc-br {
        display: inline;
    }
    .sp-br {
        display: block;
    }

    /* =======================================
                globalHeader
    ======================================= */
    .globalHeader {
        width: 100%;
        min-width: 100%;
    }
    .globalHeaderInner {
        width: 100%;
        padding: 1.87vw 4vw;
    }
    .globalHeaderLeft {

    }
    .globalHeaderRight {

    }
    .globalHeaderLogo {

    }
    .globalHeaderLogo a {
        width: 24.67vw;        
        height: 12vw;
    }
    .webp .globalHeaderLogo a {
        background-image: url("../img/logo-sp.webp");
    }
    .no-webp .globalHeaderLogo a {
        background-image: url("../img/logo-sp.png");
    }
    .globalHeaderNav {

    }
    .globalHeaderNavList {

    }
    .globalHeaderNavListItem {
        width: 100%;
    }
    .globalHeaderNavListItem:nth-child(n+2) {
        margin-left: 0;
        margin-top: 8vw;
    }
    .globalHeaderNavListItem a {
        text-align: center;
    }
    .globalHeaderNavListItemEn {
        display: inline-block;
        font-size: 4.67vw;
    }
    .globalHeaderNavListItemJp {
        display: block;
        padding: 2.13vw 0 0;
        font-size: 2.4vw;
    }

    .globalHeaderNavList2 {
        margin-left: 0;
        margin-right: 4.67vw;
    }
    .globalHeaderNavList2ItemBtn{
        width: 38.67vw;
        /*border: 0.13vw solid #2b3135;*/
        padding: 3.33vw 0;
        border-radius: 1.33vw;
        font-size: 2.8vw;
    }

    .globalHeaderNav {
        width: 100%;
    }
    .globalHeaderNav-pc {
        display: none;
    }
    .menuOpen {
        display: block;
        width: 5.33vw;
        height: 4.93vw;
    }
    .menu-open .menuOpenBtn {
        display: none;
    }
    .globalHeaderNav-sp {
        display: none;
        position: fixed;
        top: 0;
        width: 85.33vw;
        height: 100%;
        z-index: 30;
        background-color: rgba(255,255,255,0.8);
    }
    .menu-open .globalHeaderNav-sp {
        display: block;
    } 

    .menuOpenBtn {
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .webp .menuOpenBtn {
        background-image: url(../img/menu_open.webp);
    }
    .no-webp .menuOpenBtn {
        background-image: url(../img/menu_open.png);
    }

    .menuClose {
        padding-top: 4vw;
        padding-right: 4vw;
        text-align: right;
    }
    .menuCloseBtn {
        display: inline-block;
        width: 6.67vw;
        height: 6.67vw;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .webp .menuCloseBtn {
        background-image: url(../img/menu_close.webp);
    }
    .no-webp .menuCloseBtn {
        background-image: url(../img/menu_close.png);
    }

    .globalHeaderNavInner {
        width: 100%;
        height: 100%;
        /* padding: 14vw 0 0; */
        padding: 8vw 0 0;
        overflow: scroll;
    }
    .globalHeaderNavIist {
        display: block;
        width: 100%;
    }
    .globalHeaderNavIistItem {
        margin-right: 0;
    }

    .globalHeaderNavList3 {
        margin-top: 13.33vw;
        padding-bottom: 4vw;
        text-align: center;
    }
    .globalHeaderNavList3Item {
        width: 100%;
    }
    .globalHeaderNavList3Item:nth-child(3) {
        margin-top: 4vw;
    }
    .globalHeaderNavList3Item:nth-child(4) {
        margin-top: 4vw;
    }
    .globalHeaderNavList3Item:nth-child(5) {
        margin-top: 4vw;
    }
    .globalHeaderNavList3ItemText {
        font-size: 3.73vw;
        margin-bottom: 5.33vw;
    }
    .globalHeaderNavList3ItemLink {
        display: block;
        margin: 0 auto;
        width: 64vw;
        border: 0.27vw solid #2b3135;
        border-radius: 1.33vw;
        padding: 3.46vw 2.67vw;
        font-size: 2.8vw;
        font-weight: 600;
        letter-spacing: 0.1em;
        cursor: pointer;
        background-color: #fff;
        background-repeat: no-repeat,no-repeat;
        background-position: 2.67vw center, 58.67vw center;
        background-size: 7.466vw 7.466vw,1.07vw 1.87vw;
    }
    .webp .globalHeaderNavList3Item:nth-child(2) .globalHeaderNavList3ItemLink {
        background-image: url("../img/icon_line.webp"),url("../img/arrow_white_right.png.webp");
    }
    .no-webp .globalHeaderNavList3Item:nth-child(2) .globalHeaderNavList3ItemLink {
        background-image: url("../img/icon_line.png"),url("../img/arrow_white_right.png");
    }
    .webp .globalHeaderNavList3Item:nth-child(3) .globalHeaderNavList3ItemLink {
        background-image: url("../img/icon_email.webp"),url("../img/arrow_white_right.png.webp");
    }
    .no-webp .globalHeaderNavList3Item:nth-child(3) .globalHeaderNavList3ItemLink {
        background-image: url("../img/icon_email.png"),url("../img/arrow_white_right.png");
    }
    .webp .globalHeaderNavList3Item:nth-child(4) .globalHeaderNavList3ItemLink {
        background-image: url("../img/bicare_02.webp"),url("../img/arrow_white_right.webp");
    }
    .no-webp .globalHeaderNavList3Item:nth-child(4) .globalHeaderNavList3ItemLink {
        background-image: url("../img/bicare_02.png"),url("../img/arrow_white_right.png");
    }
    .webp .globalHeaderNavList3Item:nth-child(5) .globalHeaderNavList3ItemLink {
        background-image: url("../img/bicare_01.webp"),url("../img/arrow_white_right.webp");
    }
    .no-webp .globalHeaderNavList3Item:nth-child(5) .globalHeaderNavList3ItemLink {
        background-image: url("../img/bicare_01.png"),url("../img/arrow_white_right.png");
    }
    .menu-mask {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background-color: rgba(255,255,255,0.5);
    }
    .menu-open .menu-mask {
        display: block;
        position: fixed;
    }

    /* =======================================
            top mainBanner
    ======================================= */
    .mainBanner{

    }
    .mainBannerWrap {
        height: 122.66vw;
    }
    .webp .mainBannerWrap {
        background-image: url("../img/mainBannerHuman_SP.webp");
    }
    .no-webp .mainBannerWrap {
        background-image: url("../img/mainBannerHuman_SP.jpg");
    }
    .mainBannerInner {
        width: 100%;
    }
    .mainBnnerBk {
        display: none;
    }
    .mainBannerText1 {
        top: 19.33vw;
        left: 53.67vw;
        width: 42vw;
        height: 27vw;
    }
    .webp .mainBannerText1 {
        background-image: url(../img/mainBannerText-sp.webp);
    }
    .no-webp .mainBannerText1 {
        background-image: url(../img/mainBannerText-sp.png);
    }
    .mainBannerText2 {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        padding: 4.67vw 0 4vw;
        text-align: center;
        background-color: #fff;
    }
    .mainBannerText3 {
        font-size: 3.416vw;
    }
    .mainBannerText3:nth-of-type(n+2) {
        margin-top: 2vw;
    }
    .mainBannerText4 {
        font-size: 4.35vw;
    }
    /* =======================================
                contents
    ======================================= */
    .contents {
        padding: 13.33vw 0 16vw;
        /* padding: 13.33vw 0 0; */
    }
    .contentsInner {
        width: 92vw;
        margin: 0 auto;
    }
    .contentsInner2 {
        width: 92vw;
    }
    .contentsTitleWrap {
    }
    .contentsTitle::before{
        width: 29.2vw;
        height: 12.1vw;
    }

    .contentsTitleEn {
        font-size: 3.33vw;
    }
    .contentsTitleJp {
        font-size: 4vw;
    }

    .subContentsWrap {
		padding-top: 10.67vw;
    }
    .subContents {
		width: 100%;
    }
    .subContentsTitle {
        display: block;
        padding: 4vw 0 0;
        font-size: 3.6vw;
    }
    .subContentsText {
        margin-top: 4vw;
    }
 /* =======================================
                concept_area
    ======================================= */
    .concept_area{
        padding: 10.67vw 0 14.67vw;
    }
    .webp .concept_area{
        background-image: url(../img/Bg1-sp.webp);
    }
    .no-webp .concept_area{
        background-image: url(../img/Bg1-sp.jpg);
    }
    .concept_area_inner{  
        padding: 10.67vw 0 14.67vw
    }
    .cocepttitle{
        margin-bottom: 12vw;
    }
    .cocepttitleText {
        font-size: 3.33vw;
        letter-spacing: 0.35em;
    }
    .cocepttitleText::before {
        bottom: -0.67vw;
        left: -9.33vw;
        width: 6.8vw;
        height: 7.2vw;
    }
    .webp .cocepttitleText::before {
        background-image: url(../img/icon_heart_left-sp.webp);
    }
    .no-webp .cocepttitleText::before {
        background-image: url(../img/icon_heart_left-sp.png);
    }
    .cocepttitleText::after {
        bottom: -0.67vw;
        right: -8vw;
        width: 6.8vw;
        height: 7.2vw;
    }
    .webp .cocepttitleText::after {
        background-image: url(../img/icon_heart_right-sp.webp);
    }
    .no-webp .cocepttitleText::after {
        background-image: url(../img/icon_heart_right-sp.png);
    }

    .c_copy_le{
        font-size: 6vw;
        line-height: 1.55;
        letter-spacing: 0.23em;
        margin: 0;
        padding: 0;
    }
    .c_copy_le_note {
        background-image: none;
    }
    .webp .c_copy_le_note {
        background-image: none;
    }
    .no-webp .c_copy_le_note {
        background-image: none;
    }
    .c_copy1{
        margin-top: 8.67vw;
        padding: 0;;
        padding: 0;
    }
    .c_copy_co{
        margin-top: 6.67vw;
        font-size: 3.47vw;
        letter-spacing: 0.18em;
        line-height: 1.92;
        margin-bottom: 0;
    }
    .c_copy_co:first-child {
        margin-top: 0;
    }
    .c_copy_co:nth-child(4){
        margin-top: 13.33vw;
    }
    .c_copy_co:last-child {
        margin-bottom: 0;
        margin-top: 14vw;
    }


    /* =======================================
                feature_ara
    ======================================= */
    .no-webp .contentsTitleEn1{
       
    }
    .feature_area{
        padding: 13.33vw 0;
        background-position: top center;
        background-size: contain;
    }

    .contentsTitleJpFeature::before {
        bottom: -1.33vw;
        left: -8vw;
        width: 5.06vw;
        height: 7.73vw;
    }
    .contentsTitleJpFeature::after {
        bottom: -1.33vw;
        right: -8vw;
        width: 5.06vw;
        height: 7.73vw;
    }
    
    .fe_area_inner{
        
    }
    .fe_cotent_area{ 
      margin-top: 9.33vw;
    }
    .fe_c_box{
        width:100%;
        border-radius: 4vw;
        box-shadow: 0px 0px 0.67vw 0.4vw rgba(0,0,0,0.05);
    }
    .fe_c_box:nth-child(n+2){
        margin-top: 6.67vw;
    }
    .fe_c_box_header {
        border-radius: 4vw 4vw 0 0;
        padding: 5.33vw 8vw 8vw;
        background-color: #ffab0b;
        background-image: linear-gradient(330deg, #ffab0b 49%, #ffd215 100%);
    }
    .fe_c_b_title {
        padding-top: 14.67vw;
    }
    .box_title_img1 {
        background-position: center 2.67vw;
        background-size: 20.27vw auto;
    }
    .box_title_img2 {
        background-position: center 1.33vw;
        background-size: 18.4vw auto;
    }
    .box_title_img3 {
        background-position: center 0;
        background-size: 18.67vw auto;
    }
    .fe_c_b_title_text {
        font-size: 4vw;
        line-height: 1.34;
    }
    .fe_c_box_body {
        border-radius: 0 0 30px 30px;
        padding: 5.33vw;
    }
    .b_de {
        font-size: 2.93vw;
        line-height: 2.38;
        font-weight: 600;
    } 
    /* =======================================
                sns_area
    ======================================= */
    .sns_area {
        padding: 14.67vw 0;
        background-image: url(../img/Bg1-sp.webp);
    }
    .sns_area_other {
        padding: 3vw;
    }
    .sns_area_into {

    }
    .sa_i_i{
        
    }
    .sns_title_area {

    }
    .s_t_img{
        width: 21.6vw;
    }
    .s_title_wrap {
    }
    .s_title {
        padding: 1.33vw 2.67vw;
        font-size: 4.5vw;
    }
    .s_title_icon {
        margin-right: 0.67vw;
        padding: 0 3.33vw 0 4vw;
    }
    .s_title_icon::before {
        width: 2.8vw;
        height: 4.13vw;
    }
    .s_title_icon::after {
        width: 2.8vw;
        height: 4.27vw;
    }
    .s_t_copy {
        margin-top: 4vw;
        font-size: 2.67vw;
        letter-spacing: 0.2em;
        line-height: 1.75em;
    }
    .s_cotent_area {
        margin-top: 5.33vw;
    }
    .sc_box {
        width: 100%;
    }
    .sc_box:nth-child(1) {
        border-radius: 1.33vw;
    }
    .sc_box:nth-child(2) {
        border-radius: 1.33vw;
    }
    .sc_box:nth-child(n+2) {
        margin-top: 4vw;
        margin-left: 0;
    }
    .scb_inner {
        padding: 4.67vw 3.33vw 5.33vw;
    }
    .sc_icon_img {
        width: 8.93vw;
        height: 8.93vw;
    }
    .sc_sub {
        margin-top: 4.27vw;
        font-size: 3.33vw;
    }
    .sc_btn {
        margin: 3.6vw auto 0;
        width: 62.67vw;
    }
    .sc_btn a {
        padding: 3.6vw;
        border-radius: 1.33vw;
        font-size: 2.93vw;
        letter-spacing: 0.2em;
    }
    .sc_btn a::after {
        right: 3.33vw;
        margin-top: -0.86vw;
        width: 1.07vw;
        height: 1.73vw;
    }
    .cop_in {
        margin-top: 2.67vw;
    }
    .sc_copy {
        font-size: 2.33vw;
        line-height: 1.69;
    }
    .sc_s {
        padding-left: 2.67vw;
    }
    /* ========================================
             BUSINESS PARTNER_area
    ======================================= */
    .business{
    }
    .business_area {
        display: block;
        width: 100%;
        padding: 13.33vw 0 0;
    }
    .business_pic {
        margin-top:30px;
    }
    .business_pic img{
    }
    
    .business .serviceCopy{
        margin-top: 10vw;
        text-align: center;
        font-size: 2.93vw;
        letter-spacing: 0.2em;
        line-height: 1.81;
    }
    .business .businessPartner_btn{
        
    }
    .business .businessPartner_btn a{
        width: 72vw;
    }
    
    .business .businessPartnerText1 {
        font-size: 2.93vw;
        padding-bottom:0;
        padding-left: 5px;
    }
    
    .business .businessPartner_btn a::before{
        left: 20px;
        width: 25px;
        height: 25px;
    }
    
    /* =======================================
                service_area
    ======================================= */
    .service_area {
        padding: 13.33vw 0;
    }
    .contentsTitleJpService::before {
        bottom: 0px;
        left: -12vw;
        width: 7.87vw;
        height: 8.67vw;
    }
    .contentsTitleJpService::after {
        bottom: 0px;
        right: -10.67vw;
        width: 7.87vw;
        height: 8.67vw;
    }

    .serviceCopy {
        margin-top: 4vw;
        text-align: left;
        font-size: 2.93vw;
        letter-spacing: 0.2em;
        line-height: 1.81;
    }
    .serviceListSliderWrap {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin: 0 auto;
    }
    .serviceListWrap {
        margin: 0 auto;
        min-height: 102vw;
    }
    .serviceListSection {
        margin: 4vw auto;
        width: 82.67vw;
        height: auto;
        min-height: 92vw;
    }
    .serviceListItemWrapper {
        padding: 6vw 5.33vw 5.33vw;
    }
    .serviceListItemStep {
        font-size: 4.27vw;
    }
    .serviceListItemTitle {
        margin-top:0;
        font-size: 5.168vw;
        letter-spacing: 0.1em;
        line-height: 1.19;
    }
    .serviceListItemThum {
        margin-top: 2vw;
        width: 100%;
        height: 40vw;
    }
    .serviceListItemText {
        margin-top: 3.33vw;
        font-size: 2.8vw;
        letter-spacing: 0.1em;
        line-height: 1.9;
    }
    .slide-arrow.prev-arrow {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -4.67vw;
        width: 9.33vw;
        height: 9.33vw;
    }
    .slide-arrow.next-arrow {
        position: absolute;
        top: 50%;
        left: auto;
        right: 0;
        margin-top: -4.67vw;
        width: 9.33vw;
        height: 9.33vw;
    }
    .slick-list {
        padding-right: 0 !important;
    }
    .slick-dots {
        /* margin-top: 2vw; */
        width: 92vw;
    }
    .slick-dots li {
        width: 8vw;
        height: 1.33vw;
        margin: 0 1.33vw;
    }
    .slick-dots li button {
        width: 8vw;
        height: 1.33vw;
    }
    .slick-dots li button:before {
        width: 8vw;
        height: 1.33vw;
    }
    .slick-dots li.slick-active button:before {
        width: 8vw;
        height: 1.33vw;
    }
    .serviceCopy2 {
        display: block;
        margin-top: 8vw;
        margin-left: 0;
        padding-left: 0;
    }
    .serviceCopy2Text {
        display: block;
        font-size: 2.93vw;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.1em;
    }
    .serviceCopy2Text:first-child {
        margin-bottom: 1.33vw;
        padding-left: 0;
    }
    /* =======================================
                check_area
    ======================================= */
    .check_area {
        padding: 6.67vw 0 9.33vw;
    }
    .webp .check_area {
        background-image: url(../img/Bg2-sp.webp);
    }
    .no-webp .check_area {
        background-image: url(../img/Bg2-sp.jpg);
    }
    .c_t_co {
        padding-top: 12vw;
        background-size: 10.4vw 8.67vw;
    }
    .c_t_co_text {
        font-size: 3.73vw;
    }
    .c_t_co_text::before {
        left: -6.67vw;
        width: 4.4vw;
        height: 6.53vw;
    }
    .c_t_co_text::after {
        right: -5.33vw;
        width: 4.4vw;
        height: 6.53vw;
    }
    .ch_title_area{
        width: 38.53vw;
        height: 8.8vw;
    }
    .ch_t_img {
        min-height: 8.8vw;
    }

    .ch_content {
        margin-top: 5.33vw;
        padding: 8vw 4vw;
        border-radius: 4vw;
    }
    .ch_c_copy {
        margin-top: 0;
        line-height: 2;
        padding-left: 1em;
        font-size: 3.33vw;
        letter-spacing: 0.1em;
    }
    .ch_c_copy:first-child {
        letter-spacing: 0.3vw;
    }
    .ch_c_copy .pc-text {
        display: none;
    }
    .ch_c_copy2 {
        margin-top: 4.67vw;
        padding-left: 0;
    }
    .ch_c_copy2:before {
        content: none;
    }
    .ch_out_copy {
        margin-top: 5.33vw;
    }
    .cho_cont {
        padding: 0;
        line-height: 1.56em;
        letter-spacing: 0.21em;
        font-size: 2.93vw;
    }
    /* =======================================
                voice_area
    ======================================= */
    .voice::before{
        height: 30%;
    }
    .voice_area {
        padding: 12.67vw 0 42.67vw;
        background-repeat: no-repeat,no-repeat;
        background-position: center top,center bottom;
        background-size: contain,contain;
    }
    .webp .voice_area{
    }
    .no-webp .voice_area{
    }
    .contentsTitleJpVoice::before {
        bottom: -1.33vw;
        left: -7.33vw;
        width: 4.13vw;
        height: 7.07vw;
    }
    .contentsTitleJpVoice::after {
        bottom: -1.33vw;
        right: -6.67vw;
        width: 4.13vw;
        height: 7.07vw;
    }

    .v_content_area {
        margin-top: 2vw;
    }
    .v_content_area::before {
        top: -90px;
        left: -60px;
        background-size: 63%;
}
    .v_content_area::after{
        top: 180px;
        right: -218px;
        background-size: 63%;
    }
    .va_box_list {
        width: 73vw;
    }
    .va_box_list_item {
        margin-top: 4vw;
        width: 33.333vw;
        height: 29.067vw;
    }
    .va_m_copy {
        font-size: 2.53vw;
        letter-spacing: 0.1em;
    }

    /* =======================================
                adviser_area
    ======================================= */
    .webp .adviser_area,
    .no-webp .adviser_area {
        background-image: none;
    }
    .adviser_area {
        padding: 10vw 0 8vw;
    }
    .contentsTitleJpAdviser::before {
        bottom: -2.67vw;
        left: -7.47vw;
        width: 7.47vw;
        height: 7.73vw;
    }
    .contentsTitleJpAdviser::after {
        bottom: -2.67vw;
        right: -7.47vw;
        width: 7.47vw;
        height: 7.73vw;
    }
    .ad_w_cont {
        margin-top: 16vw;
    }
    .ad_w_cont::before {
        background-size: contain;
    }
    .ad_w_cont1::before{
        top: -8vw;
        left: -5vw;
        width: 48.27vw;
        height: 45.47vw;
    }
    .webp .ad_w_cont1::before{
        background-image: url("../img/flower1-sp.webp");
    }
    .no-webp .ad_w_cont1::before{
        background-image: url("../img/flower1-sp.png");
    }

    .ad_w_cont2 {
        margin-top: 17.33vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .ad_w_cont2::before{
        top: -13.33vw;
        right: -6vw;
        width: 50vw;
        height: 48.53vw;
    }
    .webp .ad_w_cont2::before{
        background-image: url("../img/flower2-sp.webp");
    }
    .no-webp .ad_w_cont2::before{
        background-image: url("../img/flower2-sp.png");
    }

    .ad_w_cont3 {
        margin-top: 17.33vw;
    }
    .ad_w_cont3::before{
        bottom: auto;
        top: -12vw;
        left: -5vw;
        width: 38.27vw;
        height: 40vw;
    }
    .webp .ad_w_cont3::before{
        background-image: url("../img/flower3-sp.webp");
    }
    .no-webp .ad_w_cont3::before{
        background-image: url("../img/flower3-sp.png");
    }

    .adw_woman {
        margin: 0 auto;
        height: 46.67vw;
        width: 60vw;
    }
    .adw_copy {
        width: 100%;
        margin-top: 5.33vw;
    }
    .adw_name {
        text-align: center;
        font-size: 4vw;
        letter-spacing: 0.2em;
    }
    .adw_en {
        display: block;
        margin-top: 2vw;
        font-size: 2.33vw;
        letter-spacing: 0.2em;
        margin-left: 0;
    }
    .adw_copy_area {
        margin-top: 5.33vw;
    }
    .adwc_cont {
        font-size: 2.93vw;
        letter-spacing: 0.1em;
        line-height: 2.27;
    }
    .w_qual {
        margin-top: 5.33vw;
        width: 100%;
        padding: 3.6vw;
    }
    .w_q {
        font-size: 2.4vw;
        letter-spacing: 0.2em;
        line-height: 1.68em;
    }
    .adw_title {
        font-size: 4vw;
        letter-spacing: 0.1em;
        margin-bottom: 0;
    }
    /* =======================================
                contact
    ======================================= */

    .entry_area {
        padding: 9.33vw 0 13.33vw;
    }
    /*
    .contentsTitleEntry {
        padding-top: 10.67vw;
        background-size: 8vw 6.13vw;
    }    
    .contentsTitleJpEntry {
        padding: 0;
        font-size: 4.67vw;
    }
    */
	.contact {
		margin: 12vw auto 0;
		width: 100%;
		padding: 8vw;
	}
	.contactText1 {
		font-size: 2.8vw;
	}
	.contactTel {
		margin-top: 4vw;
	}
	.contactTel::before {
		width: 6.4vw;
		height: 6.4vw;
	}
	.contactTel::after {
		margin-left: 3.33vw;
		width: 37.33vw;
		height: 4.2vw;
	}
	.contactText1:nth-of-type(n+2) {
		margin-top: 4vw;
	}
    
    /* =======================================
                globalFooter
    ======================================= */
    .globalFooter {
        padding: 10.67vw 0 9.33vw;
    }
    .globalFooterInner {
        width: 92vw;
    }
    .globalFooter .businessPartner {
        display: block;
        width: 77.33vw;
        padding: 4vw;
        border-radius: 1.33vw;
        box-shadow: 0px 0px 2.67vw 0.8vw rgb(0 0 0 / 10%);
    }
    .globalFooter .businessPartnerText1 {
        padding-bottom: 2.67vw;
        font-size: 2.2vw;
        background-position: center 4vw;
        background-size: 2vw 1.2vw;
    }
    .globalFooter .businessPartnerText2 {
        font-size: 3.6vw;
    }
    .snsList {
        margin-top: 9.33vw;
    }
    .snsListItem {
        width: 10.67vw;
    }
    .snsListItem:nth-child(n+2) {
        margin-left: 6.67vw;
    }
    .snsListItemLink {
        width: 10.67vw;
        height: 10.67vw;
    }
    .footerList {
        margin-top: 12vw;
    }
    .footerNav {
        width: 100%;
    }
    .footerNavItem::before {
        width: 1.07vw;
        height: 2vw;
        padding-left: 1.87vw;
        background-size: 1.07vw 2vw;
    }
    .footerNavItemLink {
        font-size: 2.8vw;
    }
    .copyright {
        width: 100%;
        margin-top: 6.67vw;
        text-align: left;
    }
    .copyrightText1 {
        font-size: 2.13vw;
    }
    .copyrightText2 {
        margin-top: 0.8vw;
        font-size: 2.13vw;
    }

    .topBtn {
        bottom: 100px;
        right: 0;
        display: none;
        width: 10.6vw;
        height: 10.6vw;
    }
}

    

     