@charset "UTF-8";
/* --------------------------------------------------
　CSSリセット
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --------------------------------------------------
　CSSリセットここまで
-------------------------------------------------- */
figcaption, figure, main {
    display: block;
}

figure {
    margin: 1em 40px;
}

/* Text-level semantics
   ========================================================================== */
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

*, ::before, ::after {
    box-sizing: border-box;
    background-repeat: no-repeat;
}

::before, ::after {
    vertical-align: inherit;
    text-decoration: inherit;
}

body {
    /*min-width: 320px;*/
	min-width: 1300px;
    width: 100%;
    color: #1A1A1A;
	font-size: 16px;
    /*font-size: 1rem;*/
    font-family: MyYuGothicM,YuGothic,-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	/*font-family: "Hiragino Kaku Gothic ProN", sans-serif;*/
  font-weight: 400;
  font-style: normal;
    line-height: 1.5;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
    -webkit-font-feature-settings: "liga" 0,"clig" 0;
    font-feature-settings: "liga" 0,"clig" 0;
}

img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}


p {
    margin: 0;
	font-size: 17px !important;
    line-height: 2;
}

p, li, dt, dd, th, td {
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-break: strict;
}

.cmn-footer {
    position: relative;
    z-index: 1;
    padding: 0 0 4.5rem;
    background-color: #333;
    text-align: center;
}

#cmn-main{
	background-image:  url("../newtop-img/top-bg-clinic.png"),url("../newtop-img/bg/bg01.png");
	background-repeat: no-repeat,no-repeat;
	background-position: right 40px top 150px,right -50px top 140px;
	background-size: 900px auto,1800px auto;
}

.text-center{
	text-align: center;
}

.banner-box{
	position: relative;
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: 2em 0 2em 0;
	text-align: center;
	font-size: 1.2em;
	z-index: 1;
}

.cmn-footer a.inlink-img-ykm{
	position: relative;
	z-index: 3;
}
.cmn-footer a.inlink-img-ykm:hover{
	opacity: 0.8;
}

.cmn-footer .cafe-text {
    font-weight: 600;
    /*font-weight: bold;*/
    font-size: 1em;
	margin-top: .5rem;
	margin-bottom: .6rem;
    line-height: 1.4em;
}
.br-pc-off{
	display: none;
}


.cmn-footer > .blk.-lower {
    padding: 3rem 0 2.25rem;
    border-top: solid 1px rgba(255, 255, 255, .1);
}

.cmn-footer p {
    margin: 0;
    color: #fff;
}

.cmn-footer .logo {
    margin: 2em auto 0 auto;
    width: 110px;
}

.cmn-footer .logo img {
    display: block;
}

/*.cmn-footer .logo + .copyright {
    margin-top: .5rem;
}

.cmn-footer .copyright {
    font-weight: 600;
    font-weight: bold;
    font-size: .75rem;
    line-height: 2.6667;
    opacity: .3;
}*/

/*2025/06/12追加*/
header{
	position: fixed;
}
/*2025/06/12追加*/

.cmn-headber {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    padding-left: 5.5556%;
    width: 100%;
    height: 65px;
    /*background-color: #fff;*/
    justify-content: space-between;
    align-items: center;
}

.cmn-headber .sitename {
    margin: 2.4em 0 0 1.5em;
    width: 280px;
}

.cmn-headber .sitename a {
    display: block;
}

.cmn-headber .sitename img {
    display: block;
}

@-webkit-keyframes humbergerTop {
    0% {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
}

@keyframes humbergerTop {
    0% {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
}

@-webkit-keyframes humbergerBottom {
    0% {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
    }
}

@keyframes humbergerBottom {
    0% {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
    }
}

@-webkit-keyframes humbergerTopRev {
    0% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes humbergerTopRev {
    0% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-webkit-keyframes humbergerBottomRev {
    0% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes humbergerBottomRev {
    0% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }
}

.cmn-humberger {
    position: relative;
    z-index: 9999;
    display: block;
    margin: 0;
    padding: 0;
    width: 65px;
    height: 65px;
    outline: none;
    border: 0;
    background: transparent;
    background-color: #ccc;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cmn-humberger > .bdr {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -1.5px;
    margin-left: -14px;
    width: 28px;
    height: 3px;
    background-color: #fff;
}

.cmn-humberger > .bdr.-top {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation: humbergerTop .5s forwards;
    animation: humbergerTop .5s forwards;
}

.cmn-humberger > .bdr.-middle {
    transition: opacity .2s .2s;
}

.cmn-humberger > .bdr.-bottom {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation: humbergerBottom .5s forwards;
    animation: humbergerBottom .5s forwards;
}

.cmn-header {
    position: relative;
    z-index: 1000;
    width: 100%;
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

/*.cmn-header:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #d7d7d7;
    content: "";
    transition-timing-function: ease;
    transition-duration: .1s;
    transition-property: background-color;
}*/

.cmn-header.is-active.is-hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/*.is-drawer-show .cmn-header:after {
    background-color: #fff;
}*/

.cmn-header a{
	color: #0f0f0f;
}

.cmn-main {
    position: relative;
    padding-top: 65px;
}

.cmn-bg {
    min-height: 100vh;
    width: 100%;
    background-color: #f0f1f3;
}

/*250711追加*/
ul {
	list-style: none;
}
.header-nav {
	display: block;
}
.header-list {
	display: flex;
	justify-content: center;
	margin: 0 15px 0 auto;
	font-weight: bold;
}
.header-list ul li{
	margin: 0 5px;
}
.header-item:hover {
	color: #0063B0;
	box-shadow: 0 3px 6px 0 rgba(94, 94, 94, 0.5);
}
.header-item a {
	color: #333333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 14px !important;
	text-align: center;
	height: 44px;
	padding: 20px;
	white-space: nowrap;
}
#top {
	border-radius: 40px 0 0 40px;
	background-color: #FFFFFF;
	margin-right: 5px;
	padding: 0 10px 0 20px;
	box-shadow: 0 3px 6px 0 rgba(94, 94, 94, 0.5);
}
#top a {
	border-radius: 40px 0 0 40px;
}
.middle{
	background-color: #FFFFFF;
	margin: 0 5px;
	padding: 0 5px;
	box-shadow: 0 3px 6px 0 rgba(94, 94, 94, 0.5);
}

.header-item a:hover,#top a:hover,#last a:hover{
	color: #0063B0;
}
#last {
	border-radius: 0 40px 40px 0;
	background-color: #16A08B;
	margin-left: 5px;
	padding: 0 20px 0 10px;
	box-shadow: 0 3px 6px 0 rgba(94, 94, 94, 0.5);
	background-image: url("../newtop-img/partners-cafe-bg.png");
	background-repeat: repeat;
}
#last a {
	line-height: 1.3em;
	color: #FFFFFF ;
}
.megaMenu {
	background-color: #f0f1f3;
	height: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: left;
	transition: height .5s;
	width: 100%;
	margin-top: 30px;
}
.mm-title{
	width: 80%;
	text-align: left;
	font-size: 26px;
	font-weight: bold;
	color: #0063B0;
	margin: 50px auto 0 auto;
	padding-bottom: 10px;
	border-bottom: solid 2px #C9C9C9;
}
/*.s-font{
	font-size: 0.8em;
}*/
.mm-color{
	color :#333333;
	font-size: 18px;
}
.megaMenu-list {
	width: 80%;
	margin: 0 auto;
	padding: 30px 0 30px 10px;
	text-align: left !important;
}
.megaMenu-item {
	display: inline-block;
	width: 31%;
	text-align: left !important;
	margin: 0;
	padding: 0;
}
.megaMenu-item a{
	display: block;
	font-size: 16px !important;
	text-align: left !important;
	margin: 0 auto 0 0;
	padding: 0;
}
/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
	height: 316px; /* メガメニューの高さ */
}
#language {
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
}
#language a {
	font-weight: bold;
	color: #333333;
}
/*250711追加*/
/* コンテンツカバー */
/*.header-item:hover ~ .header-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9995;
	background: rgba(3,3,3,.5);
	display: block;
}*/

.cmn-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    padding-top: 65px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
}

.cmn-nav > .scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.cmnnav-lang {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px 15px auto;
    padding: 0;
    width: 146px;
    border-radius: 14px;
    list-style: none;
    list-style-type: none;
}

.cmnnav-lang:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50%;
    height: 100%;
    border-radius: 14px;
    background-color: #97f9ea;
    content: "";
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: left;
}

.cmnnav-lang.-jp:before {
    left: 0;
}

.cmnnav-lang.-jp .-jp a {
    color: #000;
}

.cmnnav-lang.-jp .-en a {
    color: #000;
}

.cmnnav-lang.-en:before {
    left: 50%;
}

.cmnnav-lang.-en .-ja a {
    color: #000;
}

.cmnnav-lang.-en .-en a {
    color: #000;
}

.cmnnav-lang > li {
    position: relative;
    width: 50%;
}

.cmnnav-lang a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
    font-weight: 600;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.75;
    transition-delay: .1s;
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: color;
}

.cmnnav-lang .-sp {
    color: #000;
    text-align: center;
    font-size: 1rem;
    width: auto;

}  

.cmnnav-lang a:link, .cmnnav-lang a:visited, .cmnnav-lang a:focus, .cmnnav-lang a:active {
    text-decoration: none;
}

.cmnnav-main {
    margin: 1em;
	padding: 0;
	width: 800px;
	height: 50px;
	list-style: none;
	/*border: 1px solid #515151;*/
	/*box-shadow: 0px 0px 5px rgba(0,0,0,0.6);*/
	/*filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.6));*/
}
.cmnnav-main .hdl{
	font-size: 14px !important;
	margin: 0;
	padding: 0;
}

.product{
	/*width: 14%;*/
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
    list-style: none;
	background-color: #FFFFFF;
	border-radius: 3em 0 0 3em;
	-moz-border-radius: 3em 0 0 3em;
	-webkit-border-radius: 3em 0 0 3em;
}
.service, .ppc, .event, .company{
	/*width: 14%;*/
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
    list-style: none;
	background-color: #FFFFFF;
}
.recruit{
	/*width: 14%;*/
	display: block;
	margin: 0 0 10px 0;
	/*margin-right: 10px;*/
	padding: 10px 0 0 0;
    list-style: none;
	background-color: #FFFFFF;
}
.product .hdl, .service .hdl, .ppc .hdl, .event .hdl, .company .hdl, .recruit .hdl{
	padding: 0 30px 0 30px;
}
.nav-cafe{
	/*width: 14%;*/
	display: block;
	margin: 0;
	margin-left: 10px;
	padding: 0 0 0 0;
    list-style: none;
	background-color: #34aaa6;
	border-radius: 0 3em 3em 0;
	-moz-border-radius: 0 3em 3em 0;
	-webkit-border-radius: 0 3em 3em 0;
}
.nav-cafe .hdl{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4em;
	padding: 0 30px 0 30px;
}

.cmnnav-main a:link, .cmnnav-main a:visited, .cmnnav-main a:focus, .cmnnav-main a:active {
    text-decoration: none;
}

.no-touchdevice .cmnnav-main a:hover {
    color: #0a4fa0;
}

.cmnnav-main > li {
    border-bottom: solid 3px #fff;
}

.cmnnav-main > li > a {
    position: relative;
    display: block;
    padding: 11px 5.5556%;
    background-color: #f0f1f3;text-align: center;
}

.cmnnav-main > li > a:lang(en) {
    padding: 20px 5.5556%;
}

.cmnnav-main > li > a .cpy, .cmnnav-main > li > a .hdl {
    margin: 0;
}

.cmnnav-main > li > a .cpy {
    color: #7f7f7f;
    font-weight: 600;
    line-height: 1.6364;
}

.cmnnav-main > li > a .hdl {
    font-weight: bold;
    line-height: 1.5;
}

.cmnnav-main > li:not(.-single) > a:before, .cmnnav-main > li:not(.-single) > a:after {
    position: absolute;
    top: 50%;
    right: 7.7778%;
    display: block;
    width: 3px;
    height: 18px;
    background-color: #0a4fa0;
    content: "";
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.cmnnav-main > li:not(.-single) > a:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cmnnav-main > li:not(.-single) > a:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.cmnnav-main > li.is-open > a:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.cmnnav-main > li.-single a:before {
    position: absolute;
    top: 50%;
    right: 6.25%;
    display: block;
    width: 1rem;
    height: 1rem;
    background: url(img/ico/arw-primary.svg) no-repeat center;
    background-size: cover;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cmnnav-main .child .head a, .cmnnav-main .child .sublst a {
    position: relative;
    display: block;
    padding: 14px 5.5556%;
    padding-right: calc(((80 / 720) * 100%) + 16px);
    border-bottom: solid 3px #f0f1f3;
}

.cmnnav-main .child .head a:before, .cmnnav-main .child .sublst a:before {
    position: absolute;
    top: 50%;
    right: 6.25%;
    display: block;
    width: 1rem;
    height: 1rem;
    background: url(img/ico/arw-primary.svg) no-repeat center;
    background-size: cover;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cmnnav-main .child {
    display: none;
}

.cmnnav-main .child.-debug {
    display: block !important;
}

.cmnnav-main .child.-debug .head {
    opacity: 1;
}

.cmnnav-main .child.-debug .sublst {
    opacity: 1;
}

.cmnnav-main .child.is-active .head {
    opacity: 1;
}

.cmnnav-main .child.is-active .sublst {
    opacity: 1;
}

.cmnnav-main .child .head .cpy {
    display: none;
}

.cmnnav-main .child .head .hdl {
    /*font-size: .875rem;*/
    line-height: 1.5714;
}

.cmnnav-main .child .sublst {
    padding: 0;
    list-style: none;
    list-style-type: none;
}

.cmnnav-main .child .sublst li {
    font-size: .875rem;
    line-height: 1.5714;
}

.cmnnav-main .child .sublst li:last-child a {
    padding-bottom: 11px;
    border-bottom: none;
}

.no-touchdevice .cmnnav-main .child .sublst a:hover figure:after {
    border-color: #0a4fa0;
}

.cmnnav-main .child .sublst figure {
    position: relative;
    display: none;
}

.cmnnav-main .child .sublst figure img {
    display: block;
}
.cmnnav-sub {
    margin: 0;
    padding: 1.5rem 5.5%;
    list-style: none;
    list-style-type: none;
}

.cmnnav-sub > li:not(:last-child) {
    margin-bottom: 2rem;
}

/*トップイメージ*/

.index-kv {
    position: relative;
    overflow: hidden;
}

.index-kv:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 58.3333%;
    height: 60%;
    /*background-color: #fff;*/
    content: "";
}

.index-kv .inner {
    position: relative;
	margin: 5px auto 8em auto;
    padding: 20px 6% 40px 4%;
	min-height: 500px;
}

h1{
	font-size: 57px;
	line-height: 1.3em;
	margin-bottom: 40px;
	/*font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;*/
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.inner p{
	font-size: 22px;
	line-height: 1.7em;
	margin-bottom: 90px;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}

/*リンクボタン*/
.link-b-blue-top{
	display: block;
	width: 260px;
	height: auto;
	background-color: #227abc;
	text-align: center;
	margin: 20px 0;
	padding: 0.8em 1.3em;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
}
.link-b-blue-top:hover{
	background-color: #0A427F;
	transition: 0.5s;
}
.link-b-blue{
	background-color: #227abc;
	padding: 0.8em 1.3em;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
}
.link-b-blue:hover{
	background-color: #0A427F;
	transition: 0.5s;
}
.link-b-white{
	background-color: #FFFFFF;
	padding: 0.8em 1.5em;
	color: #227abc;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #227abc;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
}
.link-b-white:hover{
	background-color: #227abc;
	color: #FFFFFF;
	transition: 0.5s;
}
a.link-b-blue-top:after{
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url("../newtop-img/link-btn-icon.png");
	background-size: contain;
	vertical-align: middle;
	background-position: 2px -2px;
}
a.link-b-blue:after,a.link-b-white:after{
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url("../newtop-img/link-btn-icon.png");
	background-size: 22px 22px;
	vertical-align: middle;
	background-position: 4px 0;
}

.index-kv .hdl {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-left: 40px;
    padding-top: 0;
    padding-bottom: 1vw;
    width: 88.8889%;
    letter-spacing: .1rem;
    line-height: 1.2381;
    border-left: 10px solid #75f64d;
    padding-left: 1rem;
}

.index-kv .hdl .line {
    display: block;
    overflow: hidden;
    text-indent: -.05em;
}

.index-kv .hdl .line01 {
    letter-spacing: 0;
    font-size: 3vw;
    overflow: hidden;
    text-indent: -.05em;
}

.index-kv .hdl .line02 {
    letter-spacing: .1rem;
    font-size: 6vw;
    overflow: hidden;
    text-indent: -.05em;
}

.index-kv .hdl .line03 {
    letter-spacing: .1rem;
    font-size: 6vw;
    overflow: hidden;
    text-indent: -.05em;
     margin-bottom: 1.25vw;

}

/*250711追加*/
/*ふきだし1------------------------------------------*/
.contents1 {/*ふきだしのブロック。位置調整はここで*/
	position: absolute;
	top: 50px;
	right:600px;
	display: block;
	padding-top: 18px;
}
.fukidashi1{/*ふきだしの元の大きさと枠線の指定*/
	display: block;
	width: 290px;/*ふきだし横幅*/
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	border: solid 3px #FFFFFF;/*枠線指定*/
	border-radius: 10px;
}
.fukidashi1:before,
.fukidashi1:after{/*ふきだし三角部分の指定*/
	content: "";
	position:absolute;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
}
.fukidashi1:before{/*ふきだし三角部分、枠線の位置、色指定*/
	top: 40px;
	left: calc(103% - 10px);
	border-left: 20px solid #FFFFFF;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.fukidashi1:after{/*吹き出し三角部分、中身の位置、色指定*/
	top: 40px;
	left: calc(102% - 13px);
	border-left: 20px solid #5ea4b9;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	z-index: 10;
}
.fukidashi1 a{/*ふきだしタイトルの文字指定*/
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	line-height:inherit;
}
.fukidashi1-title a:hover{/*ふきだしタイトルロールオーバー指定*/
	display: block;
	background-color: #FFFFFF;
	color:#5ea4b9;
	border-radius: 6px;
}
.f1 {/*ふきだしの文字色、背景色指定*/
	color: #FFFFFF;
	background-color: #5ea4b9;
}
.fukidashi1-item{/*ふきだし開放後の中身と枠線の指定*/
    height: 0;
    width: 290px;
    margin: 0 0 0 -13px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    position: absolute;
    text-align: center;
    padding: 5px 0;
    transition: height .5s;
    background-color: #5ea4b9;
    border-bottom: solid 3px #FFFFFF;
    border-left: solid 3px #FFFFFF;
    border-right: solid 3px #FFFFFF;
}
.fukidashi1-item img {
	padding-top: 15px;
}
.fukidashi1:hover .fukidashi1-item{/*ふきだし開放後の開く高さ*/
	height: 180px;
}

/*ふきだし2------------------------------------------*/
.contents2 {
	position: absolute;
	top: 370px;
	right:730px;
	display: block;
	padding-top: 18px;
}
.fukidashi2{
	display: block;
	width: 290px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	border: solid 3px #FFFFFF;
	border-radius: 10px;
}
.fukidashi2:before,
.fukidashi2:after{
	content: "";
	position:absolute;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
}
.fukidashi2:before{
	top: 0px;
	left: calc(50% - 13px);
	border-bottom: 20px solid #FFFFFF;
	border-left: 20px solid transparent;
	border-right: 0px solid transparent;
}
.fukidashi2:after{
	top: 6px;
	left: calc(50% - 17px);
	border-bottom: 20px solid #69af99;
	border-left: 20px solid transparent;
	border-right: 0px solid transparent;
	z-index: 10;
}
.fukidashi2 a{
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	line-height:inherit;
}
.fukidashi2-title a:hover{
	display: block;
	background-color: #FFFFFF;
	color:#69af99;
	border-radius: 6px;
}
.f2 {
	color: #FFFFFF;
	background-color: #69af99;
}
.fukidashi2-item{
	height: 0;
	width: 290px;
	margin: 0 0 0 -13px;
	border-radius:0 0 10px 10px;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	position: absolute;
	text-align: center;
	padding: 5px;
	transition: height .5s;
	background-color: #69af99;
	border-bottom: solid 3px #FFFFFF;
	border-left: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
}
.fukidashi2-item img {
	padding-top: 10px;
}
.fukidashi2:hover .fukidashi2-item{
	height: 170px;
}

/*ふきだし3------------------------------------------*/
.contents3 {
	position: absolute;
	top: 400px;
	right: 40px;
	display: block;
	padding-top: 18px;
}
.fukidashi3{
	display: block;
	width: 290px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	border: solid 3px #FFFFFF;
	border-radius: 10px;
}
.fukidashi3:before,
.fukidashi3:after{
	content: "";
	position:absolute;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
}
.fukidashi3:before{
	top: 0px;
	left: calc(50% - 13px);
	border-bottom: 20px solid #FFFFFF;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.fukidashi3:after{
	top: 6px;
	left: calc(50% - 13px);
	border-bottom: 20px solid #D18633;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	z-index: 10;
}
.fukidashi3 a{
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	line-height:inherit;
}
.fukidashi3-title a:hover{
	display: block;
	background-color: #FFFFFF;
	color:#d68858;
	border-radius: 6px;
}
.f3 {
	color: #FFFFFF;
	background-color: #d68858;
}
.fukidashi3-item{
	height: 0;
	width: 290px;
	margin: 0 0 0 -13px;
	border-radius:0 0 10px 10px;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	position: absolute;
	text-align: center;
	padding: 5px;
	transition: height .5s;
	background-color: #d68858;
	border-bottom: solid 3px #FFFFFF;
	border-left: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
}
.fukidashi3-item img {
	padding-top: 10px;
}
.fukidashi3:hover .fukidashi3-item{
	height: 170px;
}
/*ふきだし4------------------------------------------*/
.contents4 {
	position: absolute;
	top: 520px;
	right: 390px;
	display: block;
	padding-top: 18px;
}
.fukidashi4{
	display: block;
	width: 290px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	border: solid 3px #FFFFFF;
	border-radius: 10px;
}
.fukidashi4:before,
.fukidashi4:after{
	content: "";
	position:absolute;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
}
.fukidashi4:before{
	top: 0px;
	left: calc(50% - 13px);
	border-bottom: 20px solid #FFFFFF;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.fukidashi4:after{
	top: 6px;
	left: calc(50% - 13px);
	border-bottom: 20px solid #ac7b9e;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	z-index: 10;
}
.fukidashi4 a{
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	line-height:inherit;
}
.fukidashi4-title a:hover{
	display: block;
	background-color: #FFFFFF;
	color:#ac7b9e;
	border-radius: 6px;
}
.f4 {
	color: #FFFFFF;
	background-color: #ac7b9e;
}
.fukidashi4-item{
	height: 0;
	width: 290px;
	margin: 0 0 0 -13px;
	border-radius:0 0 10px 10px;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	position: absolute;
	text-align: center;
	padding: 5px 0;
	transition: height .5s;
	background-color: #ac7b9e;
	border-bottom: solid 3px #FFFFFF;
	border-left: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
}
.fukidashi4-item img {
	padding-top: 10px;
}
.fukidashi4:hover .fukidashi4-item{
	height: 160px;
}
/*250711追加*/

/*吹き出し*/
.fukidashi {
  position: relative;
  width: fit-content;
  padding: 12px 20px;
  color: #ffffff;
  border-radius: 10px;
  background-color: #333333;
}
.fukidashi::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  width: 20px;
  height: 12px;
  transform: translateX(-50%);
  box-sizing: border-box;
  background-color: #333333;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top-b-rokuro{
	width: 70px;
	height: auto;
	position: absolute;
	top: 405px;
	right: 345px;
}

/*おしらせ*/
.news-box{
	display: block;
	width: 50%;
	margin: 5em auto 4em auto;
	padding: 3em;
	background-color: rgba(255, 255, 255, 0.6);
	/*border: 1px solid #3B3B3B;*/
	border-radius: 50px ;
	-moz-border-radius: 50px ;
	-webkit-border-radius: 50px ;
}

.oshirase-title{
	display: flex;
	justify-content: space-between;
	margin: 0 auto 1em auto;
}
.oshirase-title-text{
	display: block;
	font-size: 22px;
	text-align: left;
	color: #1A1A1A;
}
.oshirase-title a{
	display: block;
	margin: 0 0 0 auto;
	padding: 0.8em 1.5em;
	height: 60px;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
}

.oshirase-blue{
	font-size: 18px;
	color: #227abc;
	font-weight: bold;
}
.news-list{
	display: block;
}
.news-list table {
    width: 100%;
}
.news-list th {
    font-weight: normal;
    font-size: 14px;
	color: #227abc;
    border-bottom: 1px solid #bababa;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 18%;
}
.news-list td {
    font-size: 16px;
    border-bottom: 1px solid #bababa;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80%;
}
.news-list a{
	color: #1A1A1A;
    text-decoration: none;
}
.news-list a:hover{
    color: #142B89 ;
    text-decoration: none;
}

/*製品情報*/
.clear{
	clear: both;
}
.product-box{
	display: block;
}
h2{
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 0.4em 0;
	padding: 0;
}
h3{
	font-size: 18px;
	font-weight: bold;
	color: #227abc;
	margin-top: 0.5em; 
	padding: 0;
}
h3::before{
	content: '●';
	display: inline-block;
	font-size: 12px;
	color: #227abc;
}

h4{
	font-size: 18px;
	font-weight: bold;
}
.product-sub-title{
	margin: 30px 0 10px 0;
}

.h3-black{
	font-size: 22px;
	color: #1A1A1A;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
/*Dental X[R]*/
.dxr-box-bg{
	display: block;
	margin: 0;
	padding: 0.5em 0 2.5em 0;
	background-image: url("../newtop-img/bg/bg02.png");
	background-repeat: no-repeat;
	background-position: right 0px top 0px;
	background-size: 1800px auto;
}
.dxr-box{
	display: block;
	width: 85%;
	margin: 0.5em auto 2.5em 0;
	padding: 3em;
	background-color: #28afe5;
	border-radius: 0 100px 100px 0 ;
	-moz-border-radius: 0 100px 100px 0 ;
	-webkit-border-radius: 0 100px 100px 0 ;
}
.dxr-box .product-l-box{
	display: block;
	float: left;
	width: 45%;
}
.dxr-box .product-r-box{
	display: block;
	float: right;
	width: 45%;
}
.dxr-box h4,.dxr-box p{
	color: #FFFFFF;
	line-height: 1.7em;
}
.dxr-box .pro-howto-title-box{
	display: flex;
	justify-content: flex-start;
	margin: 1.1em 0 0 0;
	padding: 0;
}
.dxr-box .pro-howto-title{
	display: block;
	float: left;
	margin: 0;
	padding: 9px 0 9px 18px;
	width: 230px;
	font-size: 18px;
	color: #28afe5;
	background-color: #FFFFFF;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.dxr-box .pro-howto-title-tri{
	float: right;
	text-align: left;
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0;
	border-top: 23px solid transparent;
	border-right: 23px solid transparent;
	border-bottom: 23px solid #FFFFFF;
	border-left: 23px solid #FFFFFF;
}
.dxr-box .pro-howto-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 2em auto;
	padding: 1em;
	border: 2px solid #FFFFFF;
	border-radius: 0 20px 20px 20px ;
	-moz-border-radius: 0 20px 20px 20px ;
	-webkit-border-radius: 0 20px 20px 20px ;
}
.dxr-box .pro-howto-img-box{
	display: block;
	text-align: center;
	width: 28%;
	margin: 0.5em 0.5em;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}

.dxr-logo{
	width: 85%;
	height: auto;
	margin: 20px auto 0 0;
}
.dxr-big-img{
	width: 100%;
	height: auto;
}

/*iQalte*/
.iq-box-bg{
	display: block;
	margin: 0;
	padding: 0 0 2.5em 0;
	background-image: url("../newtop-img/bg/bg03.png");
	background-repeat: no-repeat;
	background-position: left 0px top 50px;
	background-size: 1800px auto;
}
.iqalte-box{
	display: block;
	width: 75%;
	margin: 0 0 2.5em auto;
	padding: 3em;
	background-color: #46293a;
	border-radius: 100px 0 0 100px ;
	-moz-border-radius: 100px 0 0 100px ;
	-webkit-border-radius: 100px 0 0 100px ;
}
.iqalte-box .product-l-box{
	display: block;
	float: left;
	width: 48%;
}
.iqalte-box .product-r-box{
	display: block;
	float: right;
	width: 45%;
	text-align: right;
}
.iqalte-box h4,.iqalte-box p{
	color: #FFFFFF;
	line-height: 1.7em;
}
.iqalte-box .pro-howto-title-box{
	display: flex;
	justify-content: flex-start;
	margin: 1.1em 0 0 0;
	padding: 0;
}
.iqalte-box .pro-howto-title{
	display: block;
	float: left;
	margin: 0;
	padding: 9px 0 9px 18px;
	width: 230px;
	font-size: 18px;
	color: #46293a;
	background-color: #FFFFFF;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.iqalte-box .pro-howto-title-tri{
	float: right;
	text-align: left;
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0;
	border-top: 23px solid transparent;
	border-right: 23px solid transparent;
	border-bottom: 23px solid #FFFFFF;
	border-left: 23px solid #FFFFFF;
}
.iqalte-box .pro-howto-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 400px;
	margin: 0 auto 0 0;
	padding: 1em;
	border: 2px solid #FFFFFF;
	border-radius: 0 20px 20px 70px ;
	-moz-border-radius: 0 20px 20px 70px ;
	-webkit-border-radius: 0 20px 20px 70px ;
}
.iqalte-box .pro-howto-img-box{
	display: block;
	text-align: center;
	width: 38%;
	margin: 0.5em 0.5em;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.iq-logo{
	width: 60%;
	height: auto;
	margin: 20px auto 0 0;
}
.iqalte-box .dxr-big-img{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

/*Dental E*/
.e-box-bg{
	display: block;
	margin: 0;
	padding: 0 0 2.5em 0;
	background-image: url("../newtop-img/bg/bg04.png");
	background-repeat: no-repeat;
	background-position: right 0px top 100px;
	background-size: 1800px auto;
}
.e-box{
	display: block;
	width: 75%;
	margin: 0 auto 2.5em 0;
	padding: 3em;
	background-color: #b4efed;
	border-radius: 0 100px 100px 0 ;
	-moz-border-radius: 0 100px 100px 0 ;
	-webkit-border-radius: 0 100px 100px 0 ;
}
.e-box .product-l-box{
	display: block;
	float: left;
	width: 48%;
}
.e-box .product-r-box{
	display: block;
	float: right;
	width: 48%;
	text-align: right;
}
.e-title-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.e-title-box-l{
	display: block;
	width: 73%;
}
.e-title-box-r{
	display: block;
	width: 25%;
	padding: 0 0 1em 0;
	text-align: center;
}
.e-title-box-r img{
	width: 85%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.e-title-box-r p{
	font-size: 12px !important;
	line-height: 1.3;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.e-box h4, .e-box p{
	color: #283846;
	line-height: 1.7em;
}
.e-box .pro-howto-title-box{
	display: flex;
	justify-content: flex-start;
	margin: 1.1em 0 0 0;
	padding: 0;
}
.e-box .pro-howto-title{
	display: block;
	float: left;
	margin: 0;
	padding: 9px 0 9px 18px;
	width: 230px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #6d510c;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.e-box .pro-howto-title-tri{
	float: right;
	text-align: left;
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0;
	border-top: 23px solid transparent;
	border-right: 23px solid transparent;
	border-bottom: 23px solid #6d510c;
	border-left: 23px solid #6d510c;
}
.e-box .pro-howto-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 420px;
	margin: 0 auto 0 0;
	padding: 1em;
	border: 2px solid #6d510c;
	border-radius: 0 20px 20px 20px ;
	-moz-border-radius: 0 20px 20px 20px ;
	-webkit-border-radius: 0 20px 20px 20px ;
}
.e-box .pro-howto-img-box{
	display: block;
	text-align: center;
	width: 38%;
	margin: 0.5em 0.5em;
}
.e-box .pro-howto-img-box p{
	line-height: 1.5em;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.e-logo{
	width: 90%;
	height: auto;
	margin: 20px auto 0 0;
}
.e-box .dxr-big-img{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

/*その他の製品*/
.other-box-bg{
	display: block;
	margin: 0;
	padding: 1em 0 1em 0;
	background-image: url("../newtop-img/bg/bg05.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1800px auto;
}
.other-box{
	display: block;
	width: 80%;
	margin: 1em auto 1em auto;
	padding: 0 0 4em 0;
	background-color: #e5f4dc;
	text-align: center;
	border-radius: 92px;
	-moz-border-radius: 92px;
	-webkit-border-radius: 92px;
}
.other-box img{
	width: 100%;
	height: auto;
	margin: 0 auto 3em auto;
	border-radius: 92px 92px 0 0;
	-moz-border-radius: 92px 92px 0 0;
	-webkit-border-radius: 92px 92px 0 0;
}

/*選ばれる理由*/
.reasons-box-bg{
	display: block;
	margin: 0;
	padding: 0.5em 0 0 0;
	background-image: url("../newtop-img/bg/bg06.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1800px auto;
}
.reasons-title{
	display: block;
	margin: 8em auto 0 auto;
	padding: 2em;
}
.reasons-box{
	display: block;
	width: 68%;
	margin: 0.5em auto 4em auto;
	padding: 0;
}
.reasons-box h4{
	font-size: 26px;
	font-weight: bold;
	color: #1A1A1A;
	margin: 0 0 1.5em 0; 
	padding: 0;
}
.reasons-box h4::before{
	content: '●';
	display: inline-block;
	font-size: 26px;
	color: #545144;
}
.reasons-box-title{
	display: inline-block;
	width: auto;
	margin: 0 auto 1.5em auto;
	padding: 10px 40px;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #545144;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.reasons-frame01{
	display: block;
	width: 98%;
	height: auto;
	margin: 2em auto 4em auto;
	padding: 1em 1.7em;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	border: 3px solid #545144;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.reasons-share01{
	display: block;
	width: 100%;
	margin: 0 auto 3em auto;
}
.reasons-share01-l{
	display: block;
	float: left;
	width: 72%;
}
.reasons-share01-l p{
	padding-left: 30px;
	font-size: 27px !important;
	font-weight: bold;
	line-height: 1.5em;
}
.p-normal{
	font-size: 18px !important;
}
.p-red{
	font-size: 27px !important;
	color: #d91b1b;
}
.reasons-share01-r{
	display: block;
	float: right;
	width: 27%;
}
.reasons-share01-r img{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.reasons-share02{
	display: block;
	width: 100%;
	margin: 0 auto 3em auto;
}
.reasons-share02-l{
	display: block;
	float: left;
	width: 40%;
	padding: 20px 0 0 30px;
}
.reasons-share02-l img{
	display: block;
	width: 260px;
	height: auto;
	margin: auto auto auto 0;
}
.reasons-share02-c{
	display: block;
	float: left;
	width: 42%;
}
.reasons-share02-c p{
	text-align: left;
	font-size: 24px !important;
	font-weight: bold;
	line-height: 1.5em;
}
.p-right p{
	display: block;
	text-align: right !important;
	padding: 0 0 0 auto;
	font-size: 18px !important;
}
.reasons-share02-r{
	display: block;
	float: right;
	width: 17%;
}
.reasons-share02-r img{
	display: block;
	width: 210px;
	height: auto;
	position: relative;
	left: 90px;
}
.reasons-frame02{
	display: block;
	width: 100%;
	height: 170px;
	background-color: #eeede9;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
}
.reasons-frame02 img{
	display: block;
	float: left;
	width: 470px;
	height: auto;
	position: relative;
	top: -25px;
	left: 30px;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
.reasons-frame02 p{
	float: left;
	margin: 1em 0 0 2.5em;
	font-size: 26px !important;
	font-weight: bold;
	line-height: 1.5em;
}

/*ユーザーの声*/
.users-voice-top-bg{
	display: inline-block;
	width: 100%;
	height: 70px;
	margin: 3em auto 0 auto;
	padding: 1em 0; 
	border-radius: 50% / 100% 100% 0 0;
	background: #e1f2ff;
}
.users-voice{
	display: block;
	margin: 0 auto;
	padding: 1em 0; 
	background-color: #e1f2ff;
}
.users-voice-title-box{
	display: block;
	width: 100%;
}
.users-voice-title{
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding-left: 2em;
}
.users-voice-title-box img{
	display: block;
	float: right;
	width: 220px;
	height: auto;
	margin: 0 43% 0 0;
	padding: 0;
	position: relative;
	top: -60px;
}
/*250709追加*/
.c-carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.c-carousel__activator-main {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.c-carousel__main {
  overflow: hidden;
  position: relative;
}
.c-carousel__main-track {
  display: flex;
  white-space: nowrap;
  transition: transform 0.3s ease-out;
}
.c-carousel__main-item {
  flex-shrink: 0;
	display: block;
	width: 325px;
	margin: 0 1em;
	padding: 0;
	background-color: #FFFFFF;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
}
.carousel-space{
	width: 100px;
	opacity: 0;
}
.c-carousel__main-item a {
	display: block;
	padding: 0.8em;
	color: #1A1A1A;
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	z-index: 2;
	text-decoration: none;*/
}
.c-carousel__main-item p{
	font-size: 18px !important;
	line-height: 1.5em;
}
.p-city{
	font-size: 16px !important;
}
.c-carousel__main-image {
  display: block;
  width: 100%;
}
.c-carousel__main-control-item {
  display: none;
}
.c-carousel__btn-prev-main, .c-carousel__btn-next-main {
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  transform: translateY(-50%);
  background-color: #000;
  border-radius: 50%;
  transition: opacity 0.5s;
  cursor: pointer;
	filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.4));
}
.c-carousel__btn-prev-main {
  right: auto;
  left: 50px;
}
.c-carousel__activator-main:nth-child(1):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(1) {
  display: block;
}
.c-carousel__activator-main:nth-child(2):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(2) {
  display: block;
}
.c-carousel__activator-main:nth-child(3):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(3) {
  display: block;
}
.c-carousel__activator-main:nth-child(4):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(4) {
  display: block;
}
.c-carousel__activator-main:nth-child(1):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-50% * 0));
}
.c-carousel__activator-main:nth-child(2):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-50% * 1));
}
.c-carousel__activator-main:nth-child(3):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-50% * 2));
}
.c-carousel__activator-main:nth-child(4):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-50% * 3));
}


/*250709追加*/
.clinic-img{
	width: 100%;
	height: auto;
	margin-bottom: 16px;
	border-radius: 40px 40px 0 0;
	-moz-border-radius: 40px 40px 0 0;
	-webkit-border-radius: 40px 40px 0 0;
}
.voice-title{
	display: block;
	width: 100%;
	margin: 0.5em auto 0 auto;
	padding: 1em 0;
	font-size: 18px !important;
	font-weight: bold;
	line-height: 1.5em;
	word-break: break-all;
	border-top: 2px dashed #227abc;
}
.voice-arrow-box{
	display: block;
	margin: 0;
	padding: 0;
}
.voice-arrow{
	display: block;
	width: 20px;
	height: auto;
	margin: 0 10px 10px auto;
	padding: 0;
}
.voice-btn-box{
	display: block;
	width: 100%;
	height: auto;
	margin: 4em auto 2em auto;
	padding: 0;
	text-align: right;
}
.voice-btn-box a{
	margin: 0 50px 0 auto;
}

/*開業etc*/
.pro-title{
	display: block;
	margin: 0 auto;
	padding: 2em;
}
.pro-title-l{
	display: block;
	float: left;
	width: 15%;
}
.pro-title-r{
	display: block;
	float: right;
	width: 84%;
}
.pro-title-r p{
	width: 80%;
}
.open-ppc-bg{
	display: block;
	margin: 0;
	padding: 3em 0 0 0;
	background-image: url("../newtop-img/bg/bg07.png");
	background-repeat: no-repeat;
	background-position: top -30px center;
	background-size: 1800px auto;
}
.open-title{
	display: block;
	margin: 3em auto 0 auto;
	padding: 2em;
}
.open-title-l{
	display: block;
	float: left;
	width: 24%;
}
.open-title-r{
	display: block;
	float: right;
	width: 75%;
	padding-top: 5px;
}
.contents-box{
	display: flex;
	justify-content: space-between;
	width: 88%;
	margin: 2em auto 8em auto;
	padding: 0;
}
.contents-box-ppc{
	display: flex;
	justify-content: space-between;
	width: 88%;
	margin: 2em auto 0 auto;
	padding: 0;
}
.text-h2{
	margin-left: 2em;
}
.contents{
	display: block;
	width: 45%;
}
.contents h4{
	font-size: 18px;
	font-weight: bold;
	margin: 1em auto;
}
.partners-furigana{
	color: #009ae1;
}

.cafe-about-bg{
	display: block;
	margin: 0;
	padding: 4em 0 0 0;
	background-image: url("../newtop-img/bg/bg08.png");
	background-repeat: no-repeat;
	background-position: top 50px center;
	background-size: 1800px auto;
}
/*カフェ*/
.cafe-box{
	display: block;
	width: 85%;
	margin: 4em auto 8em auto;
	padding: 2em 4em;
	text-align: center;
	background-image: url("../newtop-img/partners-cafe-bg.png");
	background-repeat: repeat;
	border-radius: 68px;
	-moz-border-radius: 68px;
	-webkit-border-radius: 68px;
}
.cafe-box p{
	color: #FFFFFF;
	font-size: 18px;
}
.cafe-box-l{
	display: block;
	float: left;
	width: 48%;
	text-align: left;
}
.cafe-box-l p{
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
	margin: 1em 0 0 0;
}
.cafe-box-l img{
	width: 100%;
	height: auto;
	margin: 0.5em 0 0 0;
	filter: drop-shadow(0px 0px 5px rgba(27,104,89,0.9));
}
.cafe-box-r{
	display: block;
	float: right;
	width: 48%;
}
.cafe-box-r img{
	width: 100%;
}
.link-b-cafe{
	background-color: #fff2b0;
	padding: 0.8em 1.5em;
	color: #763e38;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #fff2b0;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
}
.link-b-cafe:hover{
	background-color: #FFFFFF;
	border: 2px solid #763e38;
	transition: 0.5s;
}
a.link-b-cafe:after{
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url("../newtop-img/link-btn-icon-cafe.png");
	background-size: 22px 22px;
	vertical-align: middle;
	background-position: 4px 0;
}

/*プラネットとは？*/
.about-us{
	display: block;
	width: 85%;
	margin: 5em auto 0 0;
	padding: 2em;
}
.about-us-l{
	display: block;
	float: left;
	width: 22%;
	height: 100%;
	text-align: left;
}
.about-us-l-img-box{
	vertical-align: middle;
    display: inline-block;
	height: 100%;
	margin: 0;
	padding: 0;
}
.about-us-l img{
	display: block;
	width: 80%;
	height: auto;
	margin: 150px 0 auto 0;
}
.about-us-r{
	display: block;
	float: right;
	width: 77%;
	text-align: left;
}
.about-us-r img{
	width: 100%;
}
.about-us-text{
	display: block;
	margin: 0 0 0 50px;
	padding: 0;
}

/*マンガ・アニメ事業*/
.manga-bg{
	display: block;
	margin: 0;
	padding: 5em 0 0 0;
	background-image: url("../newtop-img/bg/bg09.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1800px auto;
}
.news-bottom-bg{
	display: block;
	margin: 0;
	padding: 5em 0 1.5em 0;
	background-image: url("../newtop-img/bg/bg10.png");
	background-repeat: no-repeat;
	background-position: bottom -50px center;
	background-size: 1800px auto;
}

/*ページ右下ボタン*/
/*.footer_area_box{
	position: fixed;
	bottom: 5px;
	right: 15px;
	width: 220px;
	margin: 400px 0;
	padding: 0;
}*/
.footer_area {
	position: fixed;
	text-align: center;
	bottom: 5px;
	right: 15px;
	width: 220px;
	z-index: 9980;
	/*transform: translateY(250px);*/
}
/*.animate {
     opacity: 0;
     transition: opacity 3s ease-out, transform 3s ease-out;
}
.show {
     opacity: 1;
     transform: translateY(0) scale(1) translateX(0) rotateY(0);
}*/


.footer_area .footer_btn{
	width: 220px;
}
.footer_btn_img{
	display: block;
	width: 100%;
	margin: 0 0 10px auto;
	padding: 0;
	text-align: right;
}
.footer_btn_img a img{
	width: 60px;
	height: 60px;
	margin: 0 0 0 auto;
	padding: 0;
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.footer_btn_img a img:hover{
	opacity: 0.8;
}
.footer_area .footer_btn .link-b-blue{
	display: block;
	width: 220px;
	margin: 0 auto 15px auto;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.footer_area .footer_btn .link-b-blue:hover{
	
}

/*フッター*/
.sns{
	text-align: center;
	margin: 0 0 1.5em 0;
}
.sns img{
	width: 40px;
	height: auto;
	margin: 0 1em;
}
.menu {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 1000px;
	font-size: 0.9em;
	text-align: left;
	margin: 2em auto;
}
.menu .pack{
	width: 30%;
	text-align: left;
}
.menu a {
	display: block;
	text-decoration: none;
	color: #666666;
}
.menu a:hover {
	color: #E07A3B;
	transition: .3s ease-in-out;
}
footer{
	display: block;
	background-color: #FFFFFF;
	border-top: 1px solid #a0a0a0;
	padding-bottom: env(safe-area-inset-bottom); 
}
footer label {
	display: block;
	margin: 0 0 4px 0;
	padding : 1em 0;
	color :#666666;
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #a0a0a0;
}
footer .menu-box{
	position: relative;
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 0.3em 0 0 0;
	text-align: center;
	z-index: 1;
}
footer input {
	display: none;
}
.menu ul {
	font-size: 0.9em;
	margin: 0 0 10px 0;
	padding: 0;
	width:100%;
}
.menu li {
	width:100%;
	padding: 0.5em 0;
	border-bottom: 1px solid #ECECEC;
}
/*#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li {
	height: 50px;
	opacity: 1;
}*/
.cafe-banner{
	width: 400px;
	height: auto;
	margin: 3em auto 1em auto;
}

.footer-bottom-box{
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 0.5em 2em 1em 2em;
	text-align: center;
	z-index: 1;
	border-top: 1px solid #227abc;
}
.mark-box{
	display: flex;
	justify-content: flex-start;
	width: 55%;
}
.copyright-box{
	display: block;
	width: 40%;
	text-align: right;
}
.mark-box-line{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 200px;
	margin: 1em 0 1em 0;
	padding: 1em 1em;
	border: solid 1px #666666;
}
.iso-mark-box,.isms-mark-box{
	display: block;
	width: 75px;
}
.iso-mark{
	width: 63px;
	height: auto;
}
.isms-mark{
	width: 60px;
	height: auto;
}
.iso-mark-text{
	font-size: 12px !important;
	text-align: left;
    line-height: 1.5;
	color: #666666;
}
.iso-mark-text-box{
	display: block;
	margin: auto auto 1em 1em;
}
.f-logo {
    margin: 2em 0 0 auto;
    width: 150px;
	height: auto;
}
.f-logo-text{
	font-size: 14px !important;
	color: #666666;
}
.copyright{
	font-size: 12px !important;
	color: #666666;
	margin-top: 1em;
	padding: 1em 0;
}


.pc { display: block !important; }
.sp { display: none !important; }

@-webkit-keyframes kvImage {
    0% {
        opacity: 0;
    }

    45% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes kvImage {
    0% {
        opacity: 0;
    }

    45% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes kvImageCover {
    0% {
        opacity: 0;
        -webkit-transform: translate(-101%, 0);
        transform: translate(-101%, 0);
    }

    1% {
        opacity: 1;
        -webkit-transform: translate(-101%, 0);
        transform: translate(-101%, 0);
    }

    40% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    60% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

@keyframes kvImageCover {
    0% {
        opacity: 0;
        -webkit-transform: translate(-101%, 0);
        transform: translate(-101%, 0);
    }

    1% {
        opacity: 1;
        -webkit-transform: translate(-101%, 0);
        transform: translate(-101%, 0);
    }

    40% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    60% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

.cmn-header {
    position: fixed;
    top: 0;
    left: 0;
}

@media print,screen and (max-width: 1366px) {
	
.banner-box{
	display: block;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
}

@media print,screen and (min-width: 900px) {
.banner-box{
	position: relative;
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 1em 0;
	text-align: center;
	z-index: 1;
}
.br-pc-off{
	display: block;
}
}

@media print,screen and (min-width: 768px) {
    ul.lst-nml, .lst-body, .lst-ast, .lst-hyp, .lst-kakko, .lst-lnk, .lst-cle, .lst-file {
        font-size: 1rem;
        line-height: 1.5;
    }

    ol.lst-nml {
        font-size: 1rem;
        line-height: 1.5;
    }

    .dlst-flex, .dlst-nml, .dlst-count, .dlst-count-dt, .dlst-lst, .dlst-lst-dt, .dlst-ast, .dlst-cle, .dlst-cle-dt, .dlst-hyp, .dlst-hyp-dt {
        font-size: 1rem;
        line-height: 1.5;
    }

    .tbl-nml, .tbl-lg, .tbl-reflow, .tbl-profile {
        font-size: .875rem;
        line-height: 1.5714;
    }

    .tbl-nml, .tbl-lg, .tbl-reflow, .tbl-profile {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .btn-prm, .btn-return {
        margin: 8px 0;
        padding: 1rem 5rem;
    }

    .-lrg.btn-prm, .-lrg.btn-return {
        min-width: 320px;
    }

    .-mdl.btn-prm, .-mdl.btn-return {
        min-width: 270px;
    }

    .btn-prm .ico-pwr.-sml, .btn-return .ico-pwr.-sml {
        right: 27px;
    }

    a:hover {
        text-decoration: none;
    }

    p {
        font-size: 1rem;
        line-height: 2;
    }

    .cmn-footer {
        padding-bottom: 0;
    }

    .cmn-footer > .blk.-upper {
        padding: 5rem 0 4.5rem;
    }

    .cmn-footer > .blk.-lower {
        padding: 2.5rem 0 2rem;
    }

    .cmn-footer .bnr-lst {
        max-width: 460px;
    }

    .cmn-footer .bnr-lst li {
        width: 43.4783%;
    }

    .cmn-footer .bnr-lst .hdl {
        margin-top: .5rem;
        font-size: .875rem;
        line-height: 2.2857;
    }

    .cmn-footer .bnr-lst + .sns-lst {
        margin-top: 4rem;
    }

    .cmn-footer .sns-lst {
        -ms-flex-pack: center;
        max-width: 100%;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cmn-footer .sns-lst > li {
        margin: 0;
    }

    .cmn-footer .sns-lst a {
        padding: 0 1.5rem 0 calc(1.5rem + 1.5rem + 40px);
    }

    .cmn-footer .sns-lst a .lbl {
        padding: 10px 0;
    }

    .cmn-footer .sns-lst a .lbl br {
        display: none;
    }

    .cmn-footer .sns-lst a .i {
        position: absolute;
        top: 50%;
        left: 1.5rem;
        width: 44px;
        height: 44px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cmn-footer .nav-lst {
        margin-top: 2rem;
    }

    .cmn-footer .nav-lst a {
        font-size: .875rem;
        line-height: 1.5714;
    }

    .cmn-footer .logo {
        width: auto;
        height: 62px;
        text-align: center;
    }

    .cmn-footer .logo img {
        display: inline-block;
        width: auto;
        height: 100%;
    }

    .cmn-header > .cmnnav-lang {
        margin: .5rem 0 0;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .cmnnav-main > li > a .cpy, .cmnnav-main > li > a .hdl {
        text-align: center;
    }

     .index-kv {
        min-height: 0;
    }

    .index-kv:before {
        height: 100%;
    }

    .index-kv .hdl {
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
    }

    .index-kv .hdl .line {
        width: 0;
        transition: width 0;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(.6, -.07, .48, 1.1);
    }

    .index-kv .hdl .line.line02 {
        transition-delay: 0s;
    }

    .index-kv .hdl .line.line03 {
        transition-delay: 0s;
    }

    .index-kv .fig {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
        margin-top: 0;
        padding: 0;
        max-width: 502px;
        width: 48%;
        width: 60%;
    }

    .index-kv .body {
        width: 34%;
    }

    .index-kv .cpy {
        margin: 0;
        width: auto;
    }

    .index-kv .cpy + .btn {
        width: auto;
    }

    .index-kv .btn {
        margin-top: 6%;
        margin-left: 0;
        max-width: 302px;
    }

}

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

/*
    .pc { display: none !important; }
    .sp { display: block !important; }
*/

    .cmn-header > .cmnnav-lang {
        position: absolute;
        top: 50%;
        right: 5.5556%;
        margin: 0;
        width: 100px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cmn-header > .cmnnav-lang a {
        font-size: .75rem;
        line-height: 1.6667;
    }

    .cmn-sidenav > ul.is-active li {
        -webkit-transform: none !important;
        transform: none !important;
    }

    .cmn-sidenav > ul.is-active a {
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
    }

    .cmn-sidenav > ul.is-active + .btn .is-off {
        display: none;
    }

    .cmn-sidenav > ul.is-active + .btn .is-on {
        display: block;
    }

    .cmn-sidenav li.is-active {
        visibility: hidden;
        margin: 0;
        height: 0;
        opacity: 0;
    }

    .cmn-sidenav li.is-hide {
        -webkit-transform: translateY(100%) translateY(1rem);
        transform: translateY(100%) translateY(1rem);
    }

    .page-ir-sitemap .irlst-col:last-child > li:last-child {
        margin-bottom: 0;
    }

    .page-csr-sitemap .csrlst-col {
        margin-top: .5rem;
    }
}


@media screen and (min-width: 1280px) {
    .cmn-nav {
        max-width: 1000px;
    }
	
	/*.cmnnav-main > li > a {
        padding: 11px 20px 19px;
    }

   .cmnnav-main > li > a:lang(en) {
        padding: 26px 24px 28px;
    }*/


    .index-kv:before {
        width: calc(0% - 20px);
    }

    .index-kv .hdl {
        margin-bottom: 10px;
        padding-left: 1rem;
        font-size: 3.75rem;
        line-height: 1.2609;
        border-left: 20px solid #75f64d;
    }

    .index-kv .hdl .line01 {
        margin-bottom:  1.5vw;
        font-size: 1rem;
        line-height: 1;
    }

    .index-kv .hdl .line02 {
        margin-bottom:  2vw;
        font-size: 3rem;
        line-height: 1;
    }

    .index-kv .hdl .line03 {
        margin-bottom:  0;
        font-size: 3rem;
        line-height: 1;
    } 

    .index-kv .cpy {
        font-size: 1.375rem;
        line-height: 1.9091;
    }

    .index-kv .cpy + .cpy {
        margin-top: 20px;
    }

    .index-kv .cpy + .btn {
        margin: 80px 0;
        margin-top: 56px;
        width: auto;
    }

    .index-section-ttl .num {
        height: 88px;
    }

    .index-section-ttl .sub {
        margin-bottom: .5rem;
        font-size: .875rem !important;
        line-height: 1 !important;
    }

    .index-section-ttl .main {
        font-size: 2.625rem !important;
        line-height: 1.1905 !important;
    }

    /*.ir-qu-datalst .hdl {
        font-size: 4rem;
        line-height: 1.25;
    }

    .recruit-concept .fabric .hdl {
        font-size: 1.375rem;
        line-height: 1.4546;
    }*/
}

@media print,screen and (min-width: 1024px) {
	
    .cmn-headber {
        padding: 0;
        max-width: 220px;
        width: 18.0328%;
    }

    .cmn-headber .sitename {
        width: 100%;
    }

    .cmn-humberger {
        display: none;
    }

    .cmn-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -ms-flex-align: center;
        /*padding: 0 2.3438%;*/
        height: 110px;
        /*border-bottom: 2px solid #d7d7d7;*/
        /*background-color: #fff;*/
        justify-content: space-between;
        align-items: center;
    }

    .cmn-header:after {
        display: none;
    }

    .cmn-main {
        padding-top: 110px;
    }

    .cmn-map .header {
        /*padding: 0 2.3438%;*/
        height: 110px;
    }
	.cmn-nav {
        position: static;
        top: auto;
        left: auto;
        display: block;
        padding: 0;
        width: auto;
        height: auto;
    }

    .cmn-nav > .scroll {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        background-color: transparent;
    }

    .cmnmap-tagitem2 {
        margin-bottom: 1.5rem;
        padding: 0 1.049%;
        width: 25%;
    }

    .cmnnav-lang {
        width: 175px;
        border-radius: 10px;
    }

    .cmnnav-lang:before {
        border-radius: 10px;
    }

    .cmnnav-lang a {
        font-size: .75rem;
        line-height: 1.6667;
        white-space: nowrap
    }

.cmnnav-lang .-sp {
    color: #000;
    text-align: center;
    font-size: 1rem;
    width: auto;

}  
    .cmnnav-main {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .cmnnav-main > li {
        border: none;
    }

    .cmnnav-main > li.is-active > a .hdl {
        color: #0a4fa0;
    }

    .cmnnav-main > li > a {
        background: none;
    }

    .cmnnav-main > li > a .cpy {
        line-height: 2;
    }

    .cmnnav-main > li > a .hdl {
        line-height: 1.6;
    }

    .cmnnav-main > li:not(.-single) > a:before, .cmnnav-main > li:not(.-single) > a:after {
        display: none;
    }

    .cmnnav-main > li.-single a:before {
        display: none;
    }

    .cmnnav-main .child .head a:before, .cmnnav-main .child .sublst a:before {
        display: none;
    }

    .cmnnav-main .child {
        position: absolute;
        left: 0;
        display: block;
        padding: 2.5rem 9.375%;
        width: 100%;
        background-color: #f0f1f3;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }

    .cmnnav-main .child .head, .cmnnav-main .child .sublst {
        margin: 0 auto;
        max-width: 1140px;
        opacity: 0;
        transition-timing-function: cubic-bezier(.5, 0, .2, 1);
        transition-duration: .3s;
        transition-property: opacity;
    }

    .cmnnav-main .child .head {
        margin-bottom: 2rem;
    }

    .cmnnav-main .child .head a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        padding: 1rem;
        border-width: 2px;
        border-color: #d7d7d7;
        align-items: flex-end;
    }

    .cmnnav-main .child .head a:after {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 10px;
        height: 10px;
        background: url(img/ico/arw-primary.svg) no-repeat center;
        background-size: cover;
        content: "";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cmnnav-main .child .head .cpy {
        display: block;
        color: #0a4fa0;
        font-weight: 600;
        font-size: 1.625rem;
            line-height: 1.2308;
    }

    .cmnnav-main .child .head .hdl {
        margin-left: 1rem;
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.75;
    }

    /*.cmnnav-main .child .head .hdl:lang(en) {
        margin-left: 0;
        color: #0a4fa0;
        font-weight: 600;
        font-size: 1.625rem;
            line-height: 1.2308;
    }*/

    .cmnnav-main .child .sublst {
        display: -ms-flexbox;
        display: flex;
        padding: 0 2.8846%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cmnnav-main .child .sublst li {
        width: 22.6531%;
    }

    .cmnnav-main .child .sublst li:not(:nth-child(4n)) {
        margin-right: 3.0612%;
    }

    .cmnnav-main .child .sublst.-col3 li {
        width: 31.2245%;
    }

    .cmnnav-main .child .sublst.-col3 li:not(:nth-child(3n)) {
        margin-right: 3.0612%;
    }

    .cmnnav-main .child .sublst.-col3 li:nth-child(3n) {
        margin-right: 0;
    }

    .cmnnav-main .child .sublst.-col2 li {
        width: 48.3674%;
    }

    .cmnnav-main .child .sublst.-col2 li:not(:last-child) {
        margin-right: 3.0612%;
    }

    .cmnnav-main .child .sublst.-col2 li:last-child {
        margin-right: 0;
    }

    .cmnnav-main .child .sublst a {
        padding: 0;
    }
	
    .cmnnav-main .child .sublst a[target="_blank"]:after {
        display: inline-block;
        margin-right: 4px;
        margin-left: 4px;
        width: 12px;
        height: 12px;
        background: url(/img/ico/blank-primary.svg) no-repeat center;
        background-size: contain;
        content: "";
        text-decoration: none;
    }

    .cmnnav-main .child .sublst a[href$=".pdf"]:after {
        display: inline-block;
        margin-left: 6px;
        padding: 0 4px;
        width: auto;
        height: auto;
        border-radius: 2px;
        background-color: #0a4fa0;
        background-image: none;
        color: #fff;
        content: "PDF";
        vertical-align: 2px;
        text-decoration: none;
        font-weight: 600;
        font-size: .6875rem;
            line-height: 1.8182;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: color,background-color;
    }

    .cmnnav-main .child .sublst a[href$=".xls"]:after {
        display: inline-block;
        margin-left: 6px;
        padding: 0 4px;
        width: auto;
        height: auto;
        border-radius: 2px;
        background-color: #0a4fa0;
        background-image: none;
        color: #fff;
        content: "XLS";
        vertical-align: 2px;
        text-decoration: none;
        font-weight: 600;
        font-size: .6875rem;
            line-height: 1.8182;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: color,background-color;
    }

    .cmnnav-main .child .sublst a[href$=".xlsx"]:after {
        display: inline-block;
        margin-left: 6px;
        padding: 0 4px;
        width: auto;
        height: auto;
        border-radius: 2px;
        background-color: #0a4fa0;
        background-image: none;
        color: #fff;
        content: "XLSX";
        vertical-align: 2px;
        text-decoration: none;
        font-weight: 600;
        font-size: .6875rem;
            line-height: 1.8182;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: color,background-color;
    }

    .cmnnav-main .child .sublst a[href$=".doc"]:after {
        display: inline-block;
        margin-left: 6px;
        padding: 0 4px;
        width: auto;
        height: auto;
        border-radius: 2px;
        background-color: #0a4fa0;
        background-image: none;
        color: #fff;
        content: "DOC";
        vertical-align: 2px;
        text-decoration: none;
        font-weight: 600;
        font-size: .6875rem;
            line-height: 1.8182;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: color,background-color;
    }

    .cmnnav-main .child .sublst a[href$=".docx"]:after {
        display: inline-block;
        margin-left: 6px;
        padding: 0 4px;
        width: auto;
        height: auto;
        border-radius: 2px;
        background-color: #0a4fa0;
        background-image: none;
        color: #fff;
        content: "DOCX";
        vertical-align: 2px;
        text-decoration: none;
        font-weight: 600;
        font-size: .6875rem;
            line-height: 1.8182;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: color,background-color;
    }

    .cmnnav-main .child .sublst a[href$=".ppt"]:after {
        display: inline-block;
        margin-left: 6px;
        padding: 0 4px;
        width: auto;
        height: auto;
        border-radius: 2px;
        background-color: #0a4fa0;
        background-image: none;
        color: #fff;
        content: "PPT";
        vertical-align: 2px;
        text-decoration: none;
        font-weight: 600;
        font-size: .6875rem;
            line-height: 1.8182;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: color,background-color;
    }

    .cmnnav-main .child .sublst a[href$=".pptx"]:after {
        display: inline-block;
        margin-left: 6px;
        padding: 0 4px;
        width: auto;
        height: auto;
        border-radius: 2px;
        background-color: #0a4fa0;
        background-image: none;
        color: #fff;
        content: "PPTX";
        vertical-align: 2px;
        text-decoration: none;
        font-weight: 600;
        font-size: .6875rem;
            line-height: 1.8182;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: color,background-color;
    }

    .cmnnav-main .child .sublst a[href$=".zip"]:after {
        display: inline-block;
        margin-left: 6px;
        padding: 0 4px;
        width: auto;
        height: auto;
        border-radius: 2px;
        background-color: #0a4fa0;
        background-image: none;
        color: #fff;
        content: "ZIP";
        vertical-align: 2px;
        text-decoration: none;
        font-weight: 600;
        font-size: .6875rem;
            line-height: 1.8182;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: color,background-color;
    }

    .cmnnav-main .child .sublst a.ico-pdf:after {
        display: inline-block;
        margin-left: 6px;
        padding: 0 4px;
        width: auto;
        height: auto;
        border-radius: 2px;
        background-color: #0a4fa0;
        background-image: none;
        color: #fff;
        content: "PDF";
        vertical-align: 2px;
        text-decoration: none;
        font-weight: 600;
        font-size: .6875rem;
            line-height: 1.8182;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: color,background-color;
    }

    .cmnnav-main .child .sublst a.ico-xls:after {
        display: inline-block;
        margin-left: 6px;
        padding: 0 4px;
        width: auto;
        height: auto;
        border-radius: 2px;
        background-color: #0a4fa0;
        background-image: none;
        color: #fff;
        content: "XLS";
        vertical-align: 2px;
        text-decoration: none;
        font-weight: 600;
        font-size: .6875rem;
            line-height: 1.8182;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: color,background-color;
    }

    .cmnnav-main .child .sublst a.ico-xlsx:after {
        display: inline-block;
        margin-left: 6px;
        padding: 0 4px;
        width: auto;
        height: auto;
        border-radius: 2px;
        background-color: #0a4fa0;
        background-image: none;
        color: #fff;
        content: "XLSX";
        vertical-align: 2px;
        text-decoration: none;
        font-weight: 600;
        font-size: .6875rem;
            line-height: 1.8182;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: color,background-color;
    }

    .cmnnav-main .child .sublst a.ico-doc:after {
        display: inline-block;
        margin-left: 6px;
        padding: 0 4px;
        width: auto;
        height: auto;
        border-radius: 2px;
        background-color: #0a4fa0;
        background-image: none;
        color: #fff;
        content: "DOC";
        vertical-align: 2px;
        text-decoration: none;
        font-weight: 600;
        font-size: .6875rem;
            line-height: 1.8182;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: color,background-color;
    }

    .cmnnav-main .child .sublst a.ico-docx:after {
        display: inline-block;
        margin-left: 6px;
        padding: 0 4px;
        width: auto;
        height: auto;
        border-radius: 2px;
        background-color: #0a4fa0;
        background-image: none;
        color: #fff;
        content: "DOCX";
        vertical-align: 2px;
        text-decoration: none;
        font-weight: 600;
        font-size: .6875rem;
            line-height: 1.8182;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: color,background-color;
    }

    .cmnnav-main .child .sublst a.ico-ppt:after {
        display: inline-block;
        margin-left: 6px;
        padding: 0 4px;
        width: auto;
        height: auto;
        border-radius: 2px;
        background-color: #0a4fa0;
        background-image: none;
        color: #fff;
        content: "PPT";
        vertical-align: 2px;
        text-decoration: none;
        font-weight: 600;
        font-size: .6875rem;
            line-height: 1.8182;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: color,background-color;
    }

    .cmnnav-main .child .sublst a.ico-pptx:after {
        display: inline-block;
        margin-left: 6px;
        padding: 0 4px;
        width: auto;
        height: auto;
        border-radius: 2px;
        background-color: #0a4fa0;
        background-image: none;
        color: #fff;
        content: "PPTX";
        vertical-align: 2px;
        text-decoration: none;
        font-weight: 600;
        font-size: .6875rem;
            line-height: 1.8182;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: color,background-color;
    }

    .cmnnav-main .child .sublst a.ico-zip:after {
        display: inline-block;
        margin-left: 6px;
        padding: 0 4px;
        width: auto;
        height: auto;
        border-radius: 2px;
        background-color: #0a4fa0;
        background-image: none;
        color: #fff;
        content: "ZIP";
        vertical-align: 2px;
        text-decoration: none;
        font-weight: 600;
        font-size: .6875rem;
            line-height: 1.8182;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: color,background-color;
    }

    .cmnnav-main .child .sublst figure {
        display: block;
        overflow: hidden;
        margin: 0 0 .5rem;
        border-radius: 5px;
    }

    .cmnnav-main .child .sublst figure:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        border: solid 4px transparent;
        border-radius: 4px;
        content: "";
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: border-color;
    }

    .cmnnav-main .child .sublst span {
        position: relative;
        display: inline-block;
        padding: 4px 0;
        padding-left: 1rem;
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.5;
    }

    .cmnnav-main .child .sublst span:before {
        position: absolute;
        top: 11px;
        left: 0;
        display: block;
        width: 10px;
        height: 10px;
        background: url(img/ico/arw-primary.svg) no-repeat center;
        background-size: cover;
        content: "";
    }

    .cmnnav-search input[type="text"] {
        padding-right: 0;
        padding-left: 0;
        width: 50px;
        background-color: #fff;
        text-align: center;
        font-size: .8125rem;
        line-height: 1.2308;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: background;
    }

    .cmnnav-search input[type="text"]:focus {
        outline: none;
    }

    .cmnnav-search input[type="text"].is-active {
        padding-right: 2rem;
        padding-left: 2rem;
        width: 100%;
        background-color: #f0f1f3;
        text-align: left;
    }

    .cmnnav-search button {
        margin-left: 4px;
        width: 13px;
        height: 13px;
    }

    .cmnnav-sub {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        -ms-flex-align: center;
        margin: 0;
        padding: .5rem 0 0;
        align-items: center;
        justify-content: flex-end;
    }

    .cmnnav-sub > li:not(:last-child) {
        margin-right: 1.5rem;
        margin-bottom: 0;
    }

    .index-logo {
        position: relative;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        width: 34.375%;
        height: 100%;
        background-color: #f0f1f3;
        justify-content: center;
        align-items: center;
    }

    .index-logo .hdl {
        max-height: 160px;
    }
}

@media print,screen and (min-width: 1024px) and (max-width: 1279px) {
    .cmn-nav {
        max-width: 500px;
    }
	/*.cmnnav-main > li > a {
        padding: 11px 11px 19px;
    }

    .cmnnav-main > li > a:lang(en) {
        padding: 26px 20px 28px;
    }*/
}

@media (max-width: 1400px) {
	
.contents1 {
	top: 100px;
	right: 580px;
}
.contents2 {
	top: 350px;
	right: 650px;
}
.contents4 {
	top: 520px;
	right: 345px;
}
	
}

@media (max-width: 1330px) {
	
.e-title-box-r p{
	font-size: 11px !important;
	line-height: 1.3;
}
.reasons-frame02{
	height: 160px;
}
.reasons-frame02 img{
	width: 400px;
	top: -15px;
	left: 25px;
}
.reasons-frame02 p{
	margin: 0.75em 0 0 2.5em;
}
.c-carousel__activator-main:nth-child(1):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-55% * 0));
}
.c-carousel__activator-main:nth-child(2):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-55% * 1));
}
.c-carousel__activator-main:nth-child(3):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-55% * 2));
}
.c-carousel__activator-main:nth-child(4):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-55% * 3));
}
	
}

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

.cmn-nav {
	display: none !important;
}
	
}

@media (max-width: 1023px) {
	
.cmn-headber .sitename {
    width: 180px;
	margin: 0.3em 0 0 0;
}
.header-nav {
	display: none;
}
.cmn-nav {
	display: block;
	min-width: 320px !important;
	width: 100% !important;
	z-index: 9990;
}
.cmnnav-main{
	width: 95% !important;
}

.contents2 {
	top: 400px;
	right: 650px;
}
.contents3 {
	top: 450px;
	right: 40px;
}
.contents4 {
	top: 570px;
	right: 345px;
}
.top-b-rokuro{
	top: 450px;
	right: 345px;
}
	
}

@media print,screen and (max-width: 1000px) {

.cafe{
	width: 70%;
	height: auto;
	margin-bottom: 1em;
}

}

@media print,screen and (min-width: 768px) and (min-width: 768px) {
    .cmn-sidenav li.is-active a:before {
        background-image: url(img/ico/close-white.svg);
    }
}

@media print,screen and (min-width: 768px) and (max-width: 1279px) {
    .top-header.-business-corporates, .top-sheader.-business-corporates {
        background-size: contain;
    }

    .index-kv:before {
        width: 32.8125%;
        margin-bottom: 0vw;
    }

    .index-kv .hdl {
        margin-bottom: 0vw;
        padding-left: 1rem;
        font-size: 7.1875vw;
        line-height: 1;
        border-left: 10px solid #75f64d;
    }

    .index-kv .hdl .line01 {
        margin-bottom: 1.75vw;
        font-size: 1.5vw;
        line-height: 1;
    }

    .index-kv .hdl .line02 {
        margin-bottom: 2.5vw;
        font-size: 3vw;
        line-height: 1;
    }

    .index-kv .hdl .line03 {
        margin-bottom: .5vw;
        font-size: 3vw;
        line-height: 1;
    }*/

    /*.index-kv .cpy {
        font-size: 1.7188vw;
        line-height: 1.9091;
    }

    .index-kv .cpy + .cpy {
        margin-top: 1.5625vw;
    }
}

@media print,screen and (min-width: 2000px) and (max-width: 3000px) {
    .index-kv .hdl .line01 {
        margin-bottom:  1.5vw;
        /*font-size: 1rem;*/
        line-height: 1;
    }

    .index-kv .hdl .line02 {
        margin-bottom:  2vw;
        /*font-size: 2.5rem;*/
        line-height: 1;
    }

    .index-kv .hdl .line03 {
        margin-bottom:  0;
        /*font-size: 2.5rem;*/
        line-height: 1;
    }
}


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {

.tooltip1{
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.description1 {
    opacity: 0; /* はじめは隠しておく */
    visibility: hidden; /* はじめは隠しておく */
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    white-space: nowrap;
    border-radius: 5px;
    background: #fff;
    width: auto;
    transition: 0.3s ease-in; /* アニメーション */
}
.description1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    margin-left: 0px;
}
.tooltip1:hover .description1{
    display: inline-block;
    top: 25px;
    left: 25px;
    opacity: 1;
    visibility: visible;
}
}
	
@media print,screen and (max-width: 480px) {

.banner-box{
	position: relative;
	display: block;
	width: 100% !important;
	margin: 0 auto;
	padding: 1em 0;
	text-align: center;
	z-index: 1;
}
.cafe{
	width: 100% !important;
	height: auto;
}
.iso-mark{
	width: 80px !important;
	height: auto;
	margin-bottom: 0.5em;
}
.iso-mark-text{
	text-align: left !important;
    font-size: 0.75em;
    line-height: 1.5;
}
	
}
