@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');


html {
	font: normal normal normal 62.5%/1 "Yu Gothic", "游ゴシック Medium", "游ゴシック体",  YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  word-break:normal;
}
.ie body {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	color: #000;
	color: rgba(0, 0, 0,1);
	text-rendering: optimizeLegibility;
	font-feature-settings : "palt" 0;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-kerning: normal;
			font-kerning: normal;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
    /*letter-spacing: 0.025em;*/

}


@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url('//4542895.fs1.hubspotusercontent-na1.net/hubfs/4542895/raw_assets/public/100inc-corp/fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
    url('//4542895.fs1.hubspotusercontent-na1.net/hubfs/4542895/raw_assets/public/100inc-corp/fonts/NotoSansCJKjp-Regular.woff') format('woff'),
    url('//4542895.fs1.hubspotusercontent-na1.net/hubfs/4542895/raw_assets/public/100inc-corp/fonts/NotoSansCJKjp-Regular.ttf') format('truetype'),
    url('//4542895.fs1.hubspotusercontent-na1.net/hubfs/4542895/raw_assets/public/100inc-corp/fonts/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('//4542895.fs1.hubspotusercontent-na1.net/hubfs/4542895/raw_assets/public/100inc-corp/fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
    url('//4542895.fs1.hubspotusercontent-na1.net/hubfs/4542895/raw_assets/public/100inc-corp/fonts/NotoSansCJKjp-Bold.woff') format('woff'),
    url('//4542895.fs1.hubspotusercontent-na1.net/hubfs/4542895/raw_assets/public/100inc-corp/fonts/NotoSansCJKjp-Bold.ttf') format('truetype'),
    url('//4542895.fs1.hubspotusercontent-na1.net/hubfs/4542895/raw_assets/public/100inc-corp/fonts/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}

.noto{
	font: normal normal normal 62.5%/1 "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, MS PGothic, sans-serif;
}



/*
.win body{
	font-family:  "Noto Sans Japanese","メイリオ", Meiryo, Osaka, MS PGothic, "M PLUS Rounded 1c",  "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  sans-serif;
	}
*/
a {
	color:#ff7a59;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    word-break: normal;
}

a:hover {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input,
select,
textarea,
button,
*:before,
*:after {
	-webkit-transition:  opacity 0.3s ease;
	        transition:  opacity 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

img {
	width: 100%;
    height: auto;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
		interpolation-mode: bicubic;
	-webkit-backface-visibility: hidden !Important;
}

.pc_off{
	display:none;
	}
.tab_on{
	display:none;
	}
.sp_off{
	display:block;
	}
.onon{
	display:block !important;
}

.cl{
	clear:both;
	}
img.preload{
	display:none;
}
::-moz-selection
{
    background: #ff7a59;
}
::selection
{
    background: #ff7a59;
}

/* Safari */
::-moz-selection{
    background: #ff7a59;
}

.en {
    font-family: 'Roboto Condensed', sans-serif;
}
.enb{
   font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
}

.all_wrap{
    position: relative;
    /*overflow:hidden;*/
    box-sizing:border-box;
}

@media screen and (max-width :800px ){

}


.ly_cont {
    padding-inline: 15px;
    margin-inline: auto;
    max-width: 1100px;
}

.bl_sect {
    padding-block: 120px;
}

@media screen and (max-width: 800px ) {
  .bl_sect {
    padding-block: 90px;
  }
}

.hp_bgcBase {
    background-color: #f9f9f9;
}

.bl_wysiwyg {
    font-size: 16px;
    font-size: clamp(16px,1.06vw,18px);
    line-height: 2.18;
}
.bl_wysiwyg h2 {
  text-decoration: underline #ec6d56;
  font-size: clamp(30px,2vw,32px);
  font-weight: 700;
  line-height: 1.875;
  padding-bottom: 6px;
}

.bl_wysiwyg h3 {
  font-size: clamp(18px,1.2vw,20px);
  font-weight: 700;
  line-height: 1.875;
  margin: 60px 0 0;
}

.bl_wysiwyg strong {
  font-weight: 700
}

.bl_wysiwyg em {
  font-style: italic
}

.bl_wysiwyg p {
  margin: 25px 0;
}

.bl_wysiwyg ul {
  list-style-type: disc;
  padding-left: 1.2em;
    font-size: 1.6em;
    line-height: 1.35;
}

.bl_wysiwyg .note_area {
  padding: 30px;
  background: #f2f2f2;
  margin: 0 auto;
  border-radius: 10px;
  list-style-type: disc;
  box-sizing: border-box;
}

.bl_wysiwyg .note_area li {
  font-size: 14px;
  line-height: 2.1;
  margin-left: 30px;
}

.bl_wysiwyg li + li {
    margin-top: .5em;
}

.bl_wysiwyg figcaption {
  font-size: 13px;
  margin-top: 10px;
}

@media screen and (max-width: 800px ) {
  .bl_wysiwyg h2 {
    font-size: 20px;
    font-size: clamp(18px,5.3333vw,22px);
  }

  .bl_wysiwyg h3 {
    font-size: 16px;
    font-size: clamp(15px,4.26vw,18px);
    margin: 50px 0 0;
  }

  .bl_wysiwyg p {
    font-size: 14px;
    font-size: clamp(12px,3.73vw,16px);
    line-height: 2.14;
  }
}


/* ==========================================================================
	メニュー
========================================================================== */

/* Navigation skipper */

.header__skip {
    height: 1px;
    left: -1000px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: -1000px;
    width: 1px;
  }

  .header__skip:hover,
  .header__skip:focus,
  .header__skip:active {
    height: auto;
    left: 0;
    overflow: visible;
    top: 0;
    width: auto;
  }

.menu_wrap{
    position: relative;
    z-index:500;
}
#header{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin:auto;
    top:0;
}
#header h1{
    position:absolute;
    width: 160px;
    height: 160px;
    background:#fff;
    border-radius:0 0 10px 0;
    left: 0;
    top:0;

    display: flex;
    align-items: center;
    justify-content: center;
    margin:auto;
    z-index:10;
    transition:transform .3s ease;
}
#header h1 a img{
     width: 60px;
}
#header h1:hover{
    transform:scale(1.1);
}

.menu_list{
    position: absolute;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    width: calc(100% - 200px - 2vw);
    max-width:980px;
    top:20px;
    right:4vw;
    background:#fff;
    padding:14px 40px;
    padding-right:clamp(20px,4%,40px);
    z-index:15;
    border-radius:20px;
    box-sizing:border-box;
    align-items: center;
}


.menu_list a{
    position:relative;
    font-size: 14px;
    font-size:clamp(12px,1.4vw,14px);
    font-weight: 700;
    color:#333;
}
.menu_list a:hover{
    color:#ff7a59;
}

.menu_list a.link_btn{
    width: 18%;
    max-width: 180px;
    min-width:135px;
    font-size: 13px;
    color:#fff;
    padding:14px 18px;
  text-align:center;
}

.menu_list .link_btn::before{
    background:none;
}
.menu_list a.link_btn-contact{
  width: 15%;
  min-width:120px;
  background:#ff7a59;
}
  
body:not(.en-page) .menu_list a.link_btn-contact:hover{
    background:#000;
}

.global-nav,
.hamburger{display:none;}

/* for en page */
.en-page .menu_list{
    padding:23px 225px 23px 40px;
    padding-right:clamp(100px,19%,225px);
}
.en-page .menu_list a:hover{
    color:#ff7a59;
}
.en-page .menu_list a.link_btn{
    position: absolute;
    width: 20%;
    max-width: 180px;
    right: 15px;
    top: 10px;
    padding:14px 0 13px 18px;
}


/*--
 @media screen and (max-width : 1050px ){

    .menu_list{
        width: calc(100% - 190px);
        right: 2vw;
        padding:14px 25px;
    }

    .menu_list a.link_btn{
        width: 18%;
        min-width:130px;
        font-size: 12px;
        padding: 13px;
    }
     .menu_list a.link_btn:before {
        width: 12px;
        height: 10px;
        right: 10px;
    }
  .menu_list a.link_btn-contact{
    min-width:120px;
  }
}
--*/
@media screen and (max-width : 1050px ){

    #header .menu_list{display:none;}

    .global-nav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        /*  top:-800px;*/
        width: calc(100% - 40px);
        height: 100vh;
        padding-top: 20px;
        background-color: #000;
        box-sizing: border-box;
        transition: all .6s;
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;
    }

    .hamburger {
        display: block;
        position: fixed;
        right: 20px;
        top: 20px;
        width: 45px;
        height: 45px;
        cursor: pointer;
        z-index: 99999;
        background: #000;
        border-radius: 50%;
        /*
        transition: all .4s;
        */
    }

    .hamburger_line {
    display: block;
    position: absolute;
    left: 0;
    top: 17px;
    right: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    border-radius:2px;
    background-color: #fff;
    transition: all .3s;
    }
    .hamburger_line-2 {
        top: 22px;
    }
    .hamburger_line-3 {
        top: 27px;
    }

    /* 表示された時用のCSS */
    .nav-open .global-nav {
        visibility: inherit;
        opacity:100;
    }

    .global-nav .nav_inr {
        position: relative;
        padding:24px 2.6vw 60px;
        box-sizing:border-box;
    }
    .global-nav h2 {
        width: 40px;
    }
    .global-nav h2 a {
        display: block;
        width: 40px;
    }
    .global-nav ul{
        margin:25px auto 45px;
    }
    .global-nav li {
        width: 100%;
    }
    .global-nav li a {
        position: relative;
        display: block;
        font-size: 16px;
        padding:20px 10px;
        box-sizing:border-box;
        color:#fff;
        font-weight: 700;
        border-bottom:1px solid #333333;
    }
    .global-nav li a:first-child {
        border-top:1px solid #333333;
    }

    .global-nav li a:after{
        content:"";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        right: 12px;
        top: 0;
        bottom:0;
        margin:auto;
        background:url(//4542895.fs1.hubspotusercontent-na1.net/hubfs/4542895/raw_assets/public/100inc-corp/images/common/menu_ar_sp.png);
        background-size:cover;
    }
    .global-nav .bnr_area {
        width: 100%;
        display:none;
  			-js-display:none;
			  /* 
			  -js-display: flex;
        display:-webkit-box;
        display: -webkit-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display: flex;
			*/
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-bottom: 45px;
    }
    .global-nav .bnr_area a {
        position: relative;
        display: block;
        width: 48.35%;
        padding:28px 10px 24px;
        box-sizing:border-box;
        border-radius:5px;
        text-align: center;
        background:#ff7a59;
    }
    .global-nav .bnr_area a:last-child{
        background:#333;
    }


    .global-nav .bnr_area a:after{
        content:"";
        display: block;
        width: 94px;
        height:49px;
        position: absolute;
        left: 0;
        right: 0;
        top: -27px;
        margin:auto;
        z-index:10;
        background:url();
        background-size:cover;
    }
    .global-nav .bnr_area a:nth-child(2):after{
        width: 55px;
        height:43px;
        top: -24px;
        background-image:url();
    }

    /*.global-nav .logo {
        display:block;
        width: 91px;
        margin:0 auto 6px;
    }*/
    .global-nav p {
        font-size: 13px;
        font-weight: 700;
        color:#fff;
    }
    .global-nav .link_btn {
        width: 100%;
        color:#000;
        background:#fff;
        text-align: center;
        padding-left: 0;
    }
    .global-nav .link_btn:not(.link_btn-contact):before{
        background-image:url(//4542895.fs1.hubspotusercontent-na1.net/hubfs/4542895/raw_assets/public/100inc-corp/images/common/link_ar_b.png);
    }
    .global-nav .link_btn-contact{
        background-color:#ff7a59;
        color:#fff;
        margin-top:15px;
    }  
    .global-nav .emp {
        font-size: 22px;
        margin-bottom: 12px;
    }


    /* 表示された時用のCSS */

    .nav-open .hamburger { position:fixed;background:#ff7a59;}

    .nav-open .hamburger_line-1 {transform: rotate(-45deg);top: 22px;}
    .nav-open .hamburger_line-2 {display:none;}
    .nav-open .hamburger_line-3 {transform: rotate(45deg);top: 22px;}

    .nav-open .global-nav {top: 0;left: 0;padding-top:0;border-radius:0;}
    .global-nav {left: 0;top: 5px;width: 100%;padding-top: 0px;transition: all .4s;}
    .global-nav:before{width: 10px;height: 10px;right: 75px;}
    .global-nav_inr{width: 90%;}

}
@media screen and (max-width : 800px ){
    #header{height: 80px;}
    #header h1{width: 80px; height: 80px;}
    #header h1 a img{width: 40px;}
}

/* ==========================================================================
	hasei_main
========================================================================== */

#hasei_main{
    position: relative;
    width: 100%;
    height: 480px;
    z-index:5;
    background-position:center center;
    background-size:cover;
}
.hasei_link {
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    position: absolute;
    right: 4vw;
    top:115px;
    width: calc(100% - 200px - 2vw);
    max-width: 895px;
    z-index:400;
}
.hasei_link:before{
    content:"";
    display: block;
    width: 1px;
    height: 40px;
    background:#fff;
    position: absolute;
    left: 54.74%;
    top: -2px;
    z-index:5;
}
.hasei_link a {
    position: relative;
    width: 54.74%;
    max-width:425px;
    padding-left: 85px;
    box-sizing:border-box;
    display: flex;
    align-items: center;
}
.ie .hasei_link a:first-child{
    transform: translateX(-30px);
}
.hasei_link a:before{
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(//4542895.fs1.hubspotusercontent-na1.net/hubfs/4542895/raw_assets/public/100inc-corp/images/common/link_ar.png);
    background-size: cover;
    transition: transform 0.3s ease;
}
.hasei_link a:hover:before{
    transform: translateX(3px);
    transition: transform 0.3s ease;
}

.hasei_link a:last-child{
    width: 45.26%;
    max-width:350px;
    padding-left: 50px;
}
.hasei_link a:after{
    content: "";
    display: block;
    width: 70px;
    height: 37px;
    position: absolute;
    left: 0;
    top: -1px;
    background: url(//4542895.fs1.hubspotusercontent-na1.net/hubfs/4542895/raw_assets/public/100inc-corp/images/hundred_bnr_icon01.png);
    background-size: cover;
    transition: transform 0.3s ease;
}
.hasei_link a:last-child:after{
    width: 40px;
    height: 32px;
    background-image: url(//4542895.fs1.hubspotusercontent-na1.net/hubfs/4542895/raw_assets/public/100inc-corp/images/hundred_bnr_icon02.png);
}
.hasei_link .logo {
    display:inline-block;
    width: 100px;
    margin-right: 6px;
    vertical-align: middle;
}
.hasei_link p {
    display:inline-block;
    font-size: 16px;
    font-weight: 700;
    color:#fff;
    vertical-align: middle;
}
.hasei_link .num {
    display:inline-block;
    width: 40px;
    margin:0 5px 0 7px;
    vertical-align: middle;
}

.hasei_link .ul{
     display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom:-12px;
    background:#fff;
    transition: width .4s cubic-bezier(0.76, 0, 0.24, 1);
}

.hasei_link a:hover .ul{
    width: 100%;
    transition: width .4s cubic-bezier(0.76, 0, 0.24, 1);
}

.hasei_link .emp {
    font-size: 26px;
    margin-right: 8px;
}

@media screen and (max-width : 1050px ){
    .hasei_link{display:none;}
}

@media screen and (max-width : 800px ){

    #hasei_main{
        height: 280px;
    }
}

/* ==========================================================================
	lovers
========================================================================== */
.lovers {
    position: relative;
    padding-top:0px;
    background:linear-gradient(180deg, rgba(0, 0, 0, 0.6) 30% , rgba(0, 0, 0, 0) ),url("https://4542895.fs1.hubspotusercontent-na1.net/hubfs/4542895/100inc-corp/image/photo_footer.jpg")!important;
    background-position:center center!important;
    background-size: 2000px auto!important;
      padding: clamp(78px,5vw,190px) 0 9.3vw;

}

.lovers:before{
    content:"";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background:rgba(0,0,0,.1);
    z-index:1;
}

.lovers h2 {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    color:#fff;
  padding-top:5px;
}
.lovers p {
    font-size: 15px;
    line-height: 2;
    text-align: center;
    font-weight: 700;
    color:#fff;
    margin:40px auto 45px;
}

.lovers h3 {
    position: relative;
    text-align: center;
}
.lovers h3 span{
    font-size: 28px;
    font-weight: 700;
    border-bottom:4px solid #fff;
    padding-bottom: 10px;
    color:#fff;
}
.ie .lovers h3 span{
    padding-bottom:1px;
}
.lovers .link_btn {
    width: 250px;
    margin:60px auto 0;
    padding-top: 23px;
    padding-bottom: 22px;
    border-radius:30px;
    font-size: 15px;
  background:#ff7a59;
}

@media screen and (max-width : 1500px ){

    .lovers {
       background-size: 1500px auto!important;
      padding: clamp(78px,5vw,190px) 0 8.3vw;
    }
.lovers h2 {

  padding-top:5px;
}
}
@media screen and (max-width : 800px ){

    .lovers {
        position: relative;
        padding:12.6vw 10px 34.6vw;
        background-image:url(https://4542895.fs1.hubspotusercontent-na1.net/hubfs/4542895/raw_assets/public/100inc-corp/images/common/lovers_bg_sp.jpg);
       background-size: 1500px auto!important;
    }

    .lovers:before{
        display:none;
    }

    .lovers h2 {
        font-size: 30px;
        font-size:clamp(28px,8vw,34px);
    }
    .lovers p {
        font-size: 13px;
        font-size:clamp(12px,3vw,13px);
        line-height: 25px;
        margin:25px auto 35px;
    }

    .lovers h3 span{
        font-size: 18px;
        border-bottom:2px solid #fff;
        padding-bottom: 10px;
        color:#fff;
    }
    .lovers .link_btn {
        width: 250px;
        margin:40px auto 0;
        padding-top: 18px;
        padding-bottom: 17px;
        font-size: 15px;
    }

}

@media screen and (max-width : 500px ){

    .lovers {
       background-size: 1300px auto!important;
    }
      .lovers h2 {
        font-size: 30px;
        font-size:clamp(28px,8vw,34px);
    }

}


/* ==========================================================================
	footer
========================================================================== */
#footer {
    padding:60px 0 25px;
    background:#121212;
  font-feature-settings : "palt" 1;
}
#footer .footer_inr {
    width: 100%;
    max-width:1260px;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    margin:0 auto;
}
#footer .left_area {
    width: 220px;
}
#footer h2 img {
    width: 76px;
}
#footer .left_area .diamind,
#footer .left_area .isms{
    display:none;
}

#footer ul {
    position: relative;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    width: 820px;
    padding-right: 60px;
    box-sizing:border-box;
}

#footer ul:after{
    content:"";
    display: block;
    width: 1px;
    height: 180px;
    position: absolute;
    right: 0;
    top: 0;
    background:#353535;
}
#footer li {
    /*width: 92px;*/
}
#footer li:nth-child(1) {
    width: 180px;
}
#footer li:nth-child(2) {
    width: 180px;
}
#footer li:nth-child(3) {
    width: 150px;
}
#footer li:nth-child(4) {
    width: 195px;
}
#footer li span.en {
    position: relative;
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 8px;
    margin-bottom: 25px;
}
#footer li span.en:before {
    content:"";
    display: block;
    width: 4px;
    height: 12px;
    position: absolute;
    left: 0;
    top: -1px;
    background:#ff7a59;
    border-radius:2px;
}
#footer a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    color:#fff;
}
#footer a:hover{
    color:#ff7a59;
}
#footer .logo_area {
    width: 220px;
    text-align:center;
}
#footer .diamind {
    margin-bottom:20px;
    padding-right: 25px;
}

#footer .diamind img{
    width: 100px;
}

#footer div.iso_social{
  display:flex;
    border-top:1px solid #353535;
    margin-top: 35px;
   padding-top: 25px;
   width: 100%;
}
#footer div.iso_social div{
width:50%;
}

#footer div.iso_social div.iso{
display:flex;
  justify-content: flex-end;
}

#footer div.iso_social div.iso > div{
width:100%;
  display: flex;
  justify-content: space-evenly;
      flex-basis: content;
}

#footer .isms{
    text-align:center;
}
#footer .isms img {
    width: 150px;
    border-radius:2px;
}
#footer h3.en {
    display: block;
    width: 100%;
    text-align:right;
    font-size: 12px;
    font-weight: 700;
    color:#fff;
   

}
#footer p.isms-text{
    color: #fff;
    font-size: 11px;
    text-align: left;
    line-height: 1.5;
    padding: 10px 10px 0 10px;
  font-weight: 700;
  float:left;
}
#footer .social{
    display: flex;
   justify-content: flex-start;
  align-items: center;
}
#footer .social  span{
color:#fff;
   font-weight: 700;
}
#footer .social  a{
  padding:0 20px;
  white-space: nowrap;
  font-size:1.2rem;
  line-height: 00px;
}
#footer .social  a:first-child{
  padding-left:0;
}
#footer .copyright{
    border-top:1px solid #353535;
    margin-top: 25px;
    width: 100%;
    display: flex;
    justify-content: space-around;
   padding-top: 45px;
}
#footer .copyright div{
display: flex;
    width: 90%;
    justify-content: space-between;
}
#footer .copyright div a{

  white-space: nowrap;
  font-size:1.2rem;
  line-height: 00px;
}





@media screen and (max-width : 1400px ){

    #footer .left_area {
        width: calc(100% - 940px);
    }
}

@media screen and (max-width : 1150px ){
    #footer .left_area {width: 90px;}
    #footer ul{width: 60%;padding-right: 0;}
    #footer ul:after{right: -30px;}
    #footer .logo_area{width: 20%;}
}

@media screen and (max-width : 1000px ){
    #footer .left_area {width: 170px;}
    #footer .left_area h2{padding-left: 32px;}
    #footer .left_area .diamind,
    #footer .left_area .isms{display:block;text-align:left;padding:0;}
    #footer .left_area .diamind{margin:20px 0;padding-left: 20px;}
     #footer .left_area .isms img{padding-left:15px;padding-right:15px;object-fit:contain;width: 120px;margin-bottom:15px}


    #footer ul{width: calc(100% - 170px);}
    #footer ul:after{display:none;}
    #footer .logo_area{display:none;}
    #footer div.iso_social div.iso{display:none;}
  
    #footer .copyright{padding-left:15px;padding-right:15px;}
    #footer .social{padding-left:15px;padding-right:15px;}
  
}

@media screen and (max-width : 800px ){
    #footer {
            padding:37px 0 30px;
        }
    #footer .footer_inr {
        width: 90%;
        display: block;
        margin:0 auto;
    }
    #footer .left_area {
        width: 235px;
        -js-display: flex;
        display:-webkit-box;
        display: -webkit-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding-bottom: 38px;
        margin:0 auto;
    }

    #footer .left_area h2{padding-left: 0;display:block;width: 100%;margin:0 auto 30px;text-align:center;}
    #footer .left_area h2 img{width: 60px;}
    #footer .left_area .diamind{display:block;margin:0;width: 65px;padding:0;transform: translateY(-4px);}
    #footer .left_area .diamind img{width: 100%;}
    #footer .left_area .isms{display:block;width: 140px;}
    #footer .left_area .isms img{width: 100%;}


    #footer ul {
        width: 100%;
        padding-right: 0;
        border-top:0;
        border-bottom:0;
    }

    #footer ul:after{
        display:none;
    }
    #footer li {
        
    }
   footer li:nth-child(3),footer li:nth-child(4) {
     margin-top:30px;
     
     
  }
    /*#footer li:nth-child(4) {
        -js-display: flex;
        display:-webkit-box;
        display: -webkit-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding:20px 0;
        width: 100%;
    }*/
    #footer li span.en {display:block;}



    #footer li a {
        display: block;
   
        text-align: left;
        font-size: 14px;
        line-height: 30px;
    }

    #footer h3.en {
        text-align:center;
        padding-top: 0;
        border:none;
        margin-top: 30px;
    }
  
  #footer div.iso_social div.iso{
  display:none!important;
  }
 
#footer .social a {
width:25%;
  }
#footer .copyright  {
width: 100%;
    display: flex;
    justify-content: space-around;
    padding-top: 25px;
    flex-wrap: wrap;
  }
#footer .copyright div {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
  }  
#footer .copyright div a {
line-height:200%;
  width: 50%;
  }  
  
}
/* ==========================================================================
	parts
========================================================================== */

.oc,.oc2{
pointer-events: none;
	}
.link_btn{
    position: relative;
    display: block;
    width: 210px;
    padding:18px 0 18px 30px;
    box-sizing:border-box;
    background:#000;
    color:#fff;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius:100px;
}

.link_btn:before{
    content:"";
    display: block;
    width: 14px;
    height: 12px;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin:auto;
    background:url(//4542895.fs1.hubspotusercontent-na1.net/hubfs/4542895/raw_assets/public/100inc-corp/images/common/link_ar.png);
    background-size:cover;
    transition: transform 0.3s ease;
}

.link_btn:hover{
    background:#ff7a59;
}

.link_btn:hover:before{
    transform: translateX(5px);
    transition: transform 0.3s ease;
}
.link_btn.link_btn_reverse {
  background: #ff7a59;
}
.link_btn.link_btn_reverse:hover {
  background: #000;
}
.link_btn_row {
  display: flex;
  justify-content: center;
}
.growth-apps .main .link_btn_row .link_btn {
  margin-right: 20px;
}
.growth-apps .main .link_btn_row div:last-child .link_btn {
  margin-right: 0;
}

.tit{
    font-size: 40px;
    font-weight: 700;
}
.s_tit{
    display: block;
    font-weight: 700;
    color:#ff7a59;
    font-size: 15px;
    margin-top: 25px;
    text-transform: uppercase;
}
.s_link{
    display: inline-block;
    padding-right: 50px;
}
.s_link p{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color:#000;
}
.s_link:hover{
    color:#ff7a59;
}

.s_link span{
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius:50%;
    right: 0;
    top: -10px;
    background:#000;
    transition: background .3s ease, transform .3s ease;
}
.s_link:hover span{
     background:#ff7a59;
    transform: scale(1.1);
}
.s_link span:before{
    content:"";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    background:url(//4542895.fs1.hubspotusercontent-na1.net/hubfs/4542895/raw_assets/public/100inc-corp/images/common/s_link_icon.png);
    background-size:cover;
}
.fit_img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    background-position:center center;
    background-size:cover;
    z-index:1;
    transition: transform ease .3s;
    font-family: 'object-fit: cover;'; /*IE対策*/
}

.img_area{z-index:10;}

@media screen and ( max-width: 800px ) {

    .oc,.oc2{
            pointer-events: all;
        }

    .pc_off{
        display:block;
        }
    .sp_off{
        display:none !important;
        }

    .tit{
        font-size: 24px;
        font-size:clamp(22px,6.4vw,26px);
    }
    .s_tit{
        font-size: 14px;
        font-size:clamp(12px,3.7vw,16px);
        margin-top: 15px;
    }
    .s_link{
        padding-right:40px;
        top: 0;
    }
    .s_link:hover{
        color:#ff7a59;
    }

    .s_link span{
        top: -8px;
    }
  .link_btn {
    padding: 14px 10px;
    text-align: center;
    line-height: 1.6;
  }
}


.slick-slide{outline:none;}

/* ==========================================================================
	added 2022/06
========================================================================== */
.usual_ol {
  list-style-type: decimal;
  margin-left: 2em;
}
.usual_ol li {
  margin-bottom: 0.5em;
}
.main .usual_ol ol {
  margin: 0.5em 0 0;
}

.hp_mt0 {
  margin-top: 0 !important
}

.hp_mt5 {
  margin-top: 5px !important
}

.hp_mt10 {
  margin-top: 10px !important
}

.hp_mt15 {
  margin-top: 15px !important
}

.hp_mt20 {
  margin-top: 20px !important
}

.hp_mt25 {
  margin-top: 25px !important
}

.hp_mt30 {
  margin-top: 30px !important
}

.hp_mt35 {
  margin-top: 35px !important
}

.hp_mt40 {
  margin-top: 40px !important
}

.hp_mt45 {
  margin-top: 45px !important
}

.hp_mt50 {
  margin-top: 50px !important
}

.hp_mt55 {
  margin-top: 55px !important
}

.hp_mt60 {
  margin-top: 60px !important
}

.hp_mt65 {
  margin-top: 65px !important
}

.hp_mt70 {
  margin-top: 70px !important
}

.hp_mt75 {
  margin-top: 75px !important
}

.hp_mt80 {
  margin-top: 80px !important
}

.hp_mt85 {
  margin-top: 85px !important
}

.hp_mt90 {
  margin-top: 90px !important
}

.hp_mt95 {
  margin-top: 95px !important
}

.hp_mt100 {
  margin-top: 100px !important
}
.hp_mb0 {
  margin-bottom: 0 !important
}

.hp_mb5 {
  margin-bottom: 5px !important
}

.hp_mb10 {
  margin-bottom: 10px !important
}

.hp_mb15 {
  margin-bottom: 15px !important
}

.hp_mb20 {
  margin-bottom: 20px !important
}

.hp_mb25 {
  margin-bottom: 25px !important
}

.hp_mb30 {
  margin-bottom: 30px !important
}

.hp_mb35 {
  margin-bottom: 35px !important
}

.hp_mb40 {
  margin-bottom: 40px !important
}

.hp_mb45 {
  margin-bottom: 45px !important
}

.hp_mb50 {
  margin-bottom: 50px !important
}

.hp_mb55 {
  margin-bottom: 55px !important
}

.hp_mb60 {
  margin-bottom: 60px !important
}

.hp_mb65 {
  margin-bottom: 65px !important
}

.hp_mb70 {
  margin-bottom: 70px !important
}

.hp_mb75 {
  margin-bottom: 75px !important
}

.hp_mb80 {
  margin-bottom: 80px !important
}

.hp_mb85 {
  margin-bottom: 85px !important
}

.hp_mb90 {
  margin-bottom: 90px !important
}

.hp_mb95 {
  margin-bottom: 95px !important
}

.hp_mb100 {
  margin-bottom: 100px !important
}

.lg_only {
  display: block !important
}

.md_only {
  display: none !important
}

.fs_1em {
  font-size: 1em !important;
}

@media screen and (max-width: 768px) {
  .lg_only {
    display: none !important
  }

  .md_only {
    display: block !important
  }

  .md_mt0 {
    margin-top: 0 !important
  }

  .md_mt5 {
    margin-top: 5px !important
  }

  .md_mt10 {
    margin-top: 10px !important
  }

  .md_mt15 {
    margin-top: 15px !important
  }

  .md_mt20 {
    margin-top: 20px !important
  }

  .md_mt25 {
    margin-top: 25px !important
  }

  .md_mt30 {
    margin-top: 30px !important
  }

  .md_mt35 {
    margin-top: 35px !important
  }

  .md_mt40 {
    margin-top: 40px !important
  }

  .md_mt45 {
    margin-top: 45px !important
  }

  .md_mt50 {
    margin-top: 50px !important
  }

  .md_mt55 {
    margin-top: 55px !important
  }

  .md_mt60 {
    margin-top: 60px !important
  }

  .md_mt65 {
    margin-top: 65px !important
  }

  .md_mt70 {
    margin-top: 70px !important
  }

  .md_mt75 {
    margin-top: 75px !important
  }

  .md_mt80 {
    margin-top: 80px !important
  }

  .md_mt85 {
    margin-top: 85px !important
  }

  .md_mt90 {
    margin-top: 90px !important
  }

  .md_mt95 {
    margin-top: 95px !important
  }

  .md_mt100 {
    margin-top: 100px !important
  }
  .md_mb0 {
    margin-bottom: 0 !important
  }

  .md_mb5 {
    margin-bottom: 5px !important
  }

  .md_mb10 {
    margin-bottom: 10px !important
  }

  .md_mb15 {
    margin-bottom: 15px !important
  }

  .md_mb20 {
    margin-bottom: 20px !important
  }

  .md_mb25 {
    margin-bottom: 25px !important
  }

  .md_mb30 {
    margin-bottom: 30px !important
  }

  .md_mb35 {
    margin-bottom: 35px !important
  }

  .md_mb40 {
    margin-bottom: 40px !important
  }

  .md_mb45 {
    margin-bottom: 45px !important
  }

  .md_mb50 {
    margin-bottom: 50px !important
  }

  .md_mb55 {
    margin-bottom: 55px !important
  }

  .md_mb60 {
    margin-bottom: 60px !important
  }

  .md_mb65 {
    margin-bottom: 65px !important
  }

  .md_mb70 {
    margin-bottom: 70px !important
  }

  .md_mb75 {
    margin-bottom: 75px !important
  }

  .md_mb80 {
    margin-bottom: 80px !important
  }

  .md_mb85 {
    margin-bottom: 85px !important
  }

  .md_mb90 {
    margin-bottom: 90px !important
  }

  .md_mb95 {
    margin-bottom: 95px !important
  }

  .md_mb100 {
    margin-bottom: 100px !important
  }
}

/* ==========================================================================
	added 2022/10 English Pages
========================================================================== */
.en-page a {
  word-break: normal;
}
.menu_list .tgl-lang {
  border-left: 1px solid #ccc;
  padding-left: 30px;
}
.en-page .hasei_link a {
  position: absolute;
  right: 0;
}
.en-page .hasei_link:before {
  display: none;
}
#footer ul ul {
  width: 100%;
  padding-right: 0;
}
#footer ul ul:after {
  display: none;
}
#footer ul ul li a:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
.header__language-switcher--label {
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current {
  margin-left: 7px;
  text-transform: uppercase;
  font-size: 0;
  font-weight: 700;
}
.header__language-switcher--label-current:before {
  content: "日本語";
  font-size: 1.4rem;
}
.en-page .header__language-switcher--label-current {
  font-size: 1.4rem;
}
.en-page .header__language-switcher--label-current::before {
  display: none;
}
.lang_switcher_link {
  text-transform: uppercase;
}
.lang_list_class {
  width: 130px;
}
.lang_list_class li:first-child a {
  font-size: 0;
}
.lang_list_class li:first-child a:before {
  content: "日本語";
  font-size: 1.4rem!important;
}
.en-page .lang_list_class li:first-child a {
  font-size: inherit;
}
.en-page .lang_list_class li:first-child a:before {
  display: none;
}
.en-page .lang_list_class li:last-child a {
  font-size: 0;
}
.en-page .lang_list_class li:last-child a:before {
  content: "日本語";
  font-size: 1.4rem;
}

@media screen and (max-width: 800px) {
  .global-nav li .tgl-lang {
    text-align: center;
    border-bottom: none;
  }
  .global-nav li .tgl-lang:after {
    display: none;
  }
  .globe_class {
    background-color: #fff;
    border: 1px solid #fff;
  }
  .header__language-switcher--label-current {
    color: #fff;
    /*font-size: 1.2rem;*/
  }
  .header__row-1 {
    margin-top: 15px;
  }
  .lang_list_class {
    top: -80px!important;
    left: 190px!important;
  }
  .lang_list_class li {
    border: none;
    padding: 20px 10px!important;
  }
  .global-nav .lang_list_class li a {
    border: none!important;
    padding: 0!important;
  }
  .global-nav .lang_list_class li:last-child a {
    font-size: 1.4rem;
  }
  .en-page .global-nav .lang_list_class li:last-child a {
    font-size: 0;
  }
  .global-nav li a:after {
    display: none;
  }
  .lang_list_class:after {
    width: 0!important;
    height: 0!important;
    border-style: solid!important;
    border-top: 12px solid transparent!important;
    border-bottom: 12px solid transparent!important;
    border-right: 14px solid #fff!important;
    border-left: 0!important;
    top: calc(50% - 6px)!important;
    left: 0px!important;
  }
  .lang_switcher_class {
    margin-left: 10px;
  }
  #CybotCookiebotDialogBodyContentText,
  #CybotCookiebotDialogBodyEdgeMoreDetailsLink{
  font-size:13px!important;
  }
  #CybotCookiebotDialogPoweredByText, #CybotCookiebotDialogPoweredByText a span{
  font-size:12px!important;
  }
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails {
    margin: 1em 2em 0.3em 0!important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
    display: flex;
    flex-direction: row!important;;
    width: 100%;
}
}

/*password-prompt */
.password-prompt{
width:600px;
  margin:30px auto; 
}
.password-prompt form input[type="password"]{
width:250px;
    padding: 10px;
  
}
.password-prompt form input[type="submit"]{
padding: 10px 30px;
  color:#fff;
  background:#000;
  
}


/*言語アイコン変更 */
.menu_wrap .globe_class{
  background-image: url("https://4542895.fs1.hubspotusercontent-na1.net/hubfs/4542895/100inc-corp/image/100/icon_globe.svg");
  border-radius: 0px;
  width: 20px;
  height: 20px;
}
/*search box */
.menu_wrap .mf_finder_header {width:100%; margin-top:12px}
.menu_wrap #header .mf_finder_header {display: none}
.menu_wrap .nav_inr .mf_finder_header {margin-top:32px}
.menu_wrap .mf-search-bar, .mf-filters {font-size:1.5em}
.menu_wrap .mf-search-results {margin-top: 36px}
.menu_wrap .mf-search-box .mf-search-bar .mf-search-bar_button,
.menu_wrap .mf-pagination .mf-pagination_button.active-page {background-color: #3e556a}
.menu_wrap .mf-search-box .mf-search-bar .mf-search-bar_button:hover{
  background-color: #000}
}
.menu_wrap .mf-search-results .mf-search-results_header {margin: 3em 0 1em; font-size: 2em}
.menu_wrap .mf-search-results .mf-highlighted-text {color: #ff7a59; background: transparent; font-weight: bold}
.menu_wrap .mf-search-results .mf-search-results_body .mf-search-results_body_result .mf-search-results_body_result_texts .mf-search-results_body_result_texts_title .mf-search-results_body_result_texts_title_link {color: #3e556a !important}
.menu_wrap .menu_list a.link_btn.link_btn-search{
   padding: 5px;
   padding-left: 7px;
   color: #fff;
   font-size: 19px;
   background: #000;
   border-radius: 100px;
   box-sizing: border-box;
   position: relative;
  text-align: center;
   min-width: 10px;
  width: 35px;
}
.menu_wrap .mf-search-box .mf-search-bar .mf-search-bar_input{
  height: 46px;
  padding: 10px;
  border: 1px solid #b6c7d6;
}
.menu_wrap .mf-search-box .mf-search-bar .mf-search-bar_button{
  background-color: rgb(255, 122, 89);
  padding: 10px 10px 10px 5px;
  height: 46px;
  font-weight:bold !important;
  font-size:13px !important;
}
.menu_wrap .mf-search-box{
  margin: 0 0 10px 0;
}

}
@media screen and (max-width: 800px) {
  .menu_wrap .mf-search-box .mf-search-bar .mf-search-bar_input{
    height: 54px;
  }
  .menu_wrap .mf-search-box .mf-search-bar .mf-search-bar_button{
    height: 54px;
    background-color:rgb(255, 122, 89);
  }
  .menu_wrap .mf-search-box .mf-search-bar .mf-search-bar_button span{
    font-size: 1.2em;
  }
}