@charset "utf-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
font-family: "Noto Sans JP";
font-style: normal;
font-weight: 400;
src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
font-display: swap;
}
@font-face {
font-family: "Noto Sans JP";
font-style: normal;
font-weight: 700;
src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
font-display: swap;
}


/*
---------------------------------------------

base settings

*/
html {
font-size: 62.5%;
}
body {
min-width: 1000px;
margin: 0;
padding: 0;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
-webkit-text-size-adjust: 100%;
line-height: 1.8;
color: #333;
-webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
font-weight: normal;
clear: both;
}
ul,
ol,
dl,
p,
img,
form,
dt,
dd {
margin: 0;
padding: 0;
border: 0;
}
li {
list-style: none;
}
input,
textarea {
font-size: 1.2rem;
}
img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}
a {color: #333;word-break: break-all;}
a:active,
a:hover {
color: #333;
transition: background 0.3s ease;
text-decoration: none;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
font-weight: normal;
}
/* microclearfix */
.cf::before,
.cf::after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.cf::after {
clear: both;
}
/** For IE 6/7 only */
.cf {
*zoom: 1;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.forPC {
display: block;
}
.forSP {
display: none;
}
.pc_br {
display: block;
}
.sp_br {
display: none;
}
/* microclearfix */
.cf::before,
.cf::after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.cf::after {
clear: both;
}
/** For IE 6/7 only */
.cf {
*zoom: 1;
}
/*
---------------------------------------------


*/
.l-main-area .top_h2 {
margin: 0 0 8rem;
padding: 2rem 3rem 0;
background: #0096d2;
font-size: 3.6rem;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-weight: bold;
color: #fff;
line-height: 1.2;
position: relative;
}
.l-main-area .top_h2::after {
content: '';
width: 100%;
height: 58px;
background: url(img/bg_h2_low.png) no-repeat left top;
background-size: 100% 18px;
position: absolute;
top: 99%;
left: 0;
}
.l-main-area .top_h2 a {
padding: 0 4rem 0 0;
display: block;
color: #fff;
text-decoration: none;
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 14px;
}
.l-main-area .top_h2 a:hover {
color: #ffff00;
background: url(img/arrow01_yellow.svg) no-repeat right center;
background-size: 14px;
}
.l-main-area .top_h3 {
margin: 3rem 0;
padding: 1rem 1.5rem;
background: url(img/bg_h3_low.png) bottom left repeat-x;
font-size: 3rem;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-weight: bold;
color: #0096d2;
line-height: 1.4;
position: relative;
z-index: 5;
}
.l-main-area .top_h3 a {
display: block;
padding: 0 2rem 0 0;
background: url(img/arrow01_blue.svg) no-repeat right 0 center;
background-size: 10px 20px;
color: #0096d2;
text-decoration: none;
}
.l-main-area .top_h3 a:hover {
color: #666;
background: url(img/arrow01_gray.svg) no-repeat right 0 center;
background-size: 10px 20px;
}
.l-main-area .top_h4 {
margin: 3rem auto;
padding: 1rem 1.5rem 1rem 5rem;
background: #e5f6fd;
background-size: auto 4px;
border-radius: 20px;
font-size: 2.6rem;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-weight: bold;
line-height: 1.4;
position: relative;
color: #333;
}
.l-main-area .top_h4::before {
content: '●';
color: white;
margin-right: 8px;
position: absolute;
left: 1rem;
top: 50%;
transform: translateY(-50%);
}
.l-main-area .top_h4 a {
display: block;
padding-right: 3rem;
background: url(img/arrow01_gray.svg) no-repeat right 0 center;
background-size: 10px 18px;
text-decoration: none;
}
.l-main-area .top_h4 a:hover {
background: url(img/arrow01_blue.svg) no-repeat right 0 center;
background-size: 10px 18px;
color: #0096d2;
}
.l-main-area .top_h5 {
margin: 3rem 0;
padding: 0.5rem 1.5rem;
border-left: solid 10px #ffcc00;
font-size: 1.8rem;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
line-height: 1.4;
color: #333;
position: relative;
}
.l-main-area .top_h5 a {
color: #333;
text-decoration: none;
}
.l-main-area .top_h5 a:hover {
text-decoration: underline;
}
.l-main-area p {
margin: 0.5em 0 1em;
}
.l-main-area p strong,
.l-main-area p span {font-weight: bold;color: #111;background: linear-gradient(transparent 60%, #ffaf88 0%);display: inline;padding: 0 1px 0px;}

.l-main-area .btn-internal {
    margin: 3.5rem auto;
    width: 85%;
}
.l-main-area ul {
margin: 4rem 2rem;
}
.l-main-area ul li {position: relative;margin: 0 0 1em 0;padding: 0 0 0 25px;list-style-position: outside;}
.l-main-area ul li::before {
position: absolute;
content: '';
display: inline-block;
background: #ff9e59;
border-radius: 50%;
top: 6px;
left: 0;
width: 15px;
height: 15px;
text-align: center;
font-size: 1.2rem;
display: block;
align-items: center;
justify-content: center;
}
.l-main-area ol {
margin: 4rem 2rem;
counter-reset: number;
list-style-type: none!important;
text-align: left;
}
.l-main-area ol li {
position: relative;
margin: 0 0 1em 0;
padding: 0 0 0 25px;
}
.l-main-area ol li::before {
position: absolute;
counter-increment: number;
content: counter(number);
background: #f7c19b;
color: #333;
border-radius: 50%;
top: 4px;
left: 0;
width: 20px;
height: 20px;
text-align: center;
font-size: 1.2rem;
display: block;
line-height: 20px;
}
table th,
table td {
word-break: break-all;
}
.l-main-area table {
width: 100%;
margin: 30px 0;
padding: 0;
border-collapse: collapse;
text-align: left;
}
.l-main-area table th {
padding: 10px 15px;
background: #d0f1f4;
border: 1px #fff solid;
color: #333;
}
.l-main-area table td {
padding: 10px 15px;
background: #fff;
border: 1px #c9c9c9 solid;
}




/*--------------------------------------
btns
---------------------------------------*/
.btn-tel {
display: none;
}

.btn-web,
p.btn-web {
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-web a {display: inline-block;position: relative;width: 500px;margin: 0 auto;padding: 2.4rem 3.5rem 2.4rem 3.5rem;background: #ff8541 url(img/arrow01_white.svg) no-repeat right 2rem center;background-size: 10px 20px;border-radius: 5rem;box-sizing: border-box;color: #fff;font-size: 1.8rem;font-weight: bold;line-height: 1.4;text-align: center;text-decoration: none;transition: 0.2s;}
.btn-web a:hover {
background: #f8e11e url(img/arrow01_black.svg) no-repeat right 2rem center;
background-size: 10px 20px;
color: #333;
text-decoration: none;
opacity: 1;
}

.btn-internal,
p.btn-internal {
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-internal a {display: inline-block;position: relative;width: 500px;margin: 0 auto;padding: 2.4rem 5rem 2.4rem 4rem;background: #253e5e url(img/arrow01_white.svg) no-repeat right 2rem center;background-size: 10px 20px;border-radius: 5rem;box-sizing: border-box;color: #fff;font-size: 1.8rem;font-weight: bold;line-height: 1.4;text-align: center;text-decoration: none;transition: 0.2s;}
.btn-internal a:hover {
background: #5e39ff url(img/arrow01_white.svg) no-repeat right 2rem center;
background-size: 10px 20px;
text-decoration: none;
opacity: 1;
}
.btn-internal.down a {
background: #253e5e url(img/arrow02_white.svg) no-repeat right 1.5rem center;
background-size: 20px 10px;
}
.btn-internal.down a:hover {
background: #5e39ff url(img/arrow02_white.svg) no-repeat right 1.5rem center;
background-size: 20px 10px;
}

.btn-link {
margin: 4rem 0;
padding: 0;
text-align: right;
}
.btn-link a {
display: inline-block;
position: relative;
padding: 0.2rem 0 0.4rem 2rem;
background: url(img/arrow01_gray.svg) no-repeat left center;
background-size: 9px 15px;
color: #333;
font-size: 1.6rem;
line-height: 1.4;
text-decoration: underline;
}
.btn-link a:hover {
text-decoration: none;
opacity: 0.7;
}








.l-main-area .float-wrap {
margin: 10px 0 40px;
}
.l-main-area .float-wrap .float-img img {
max-width: 100%;
box-shadow: 5px 5px 0 0 #49d0cf;
}
.l-main-area .float-wrap .float-img.fr {
width: 300px;
margin: 0 0 10px 20px;
float: right;
}
.l-main-area .float-wrap .float-img.fl {
width: 300px;
margin: 0 20px 10px 0;
float: left;
}
.l-main-area .float-wrap .float-img.ct {
width: 300px;
margin: 0 auto;
}
.caption {
padding: 0.8rem 0 0 0;
display: block;
font-size: 1rem;
font-weight: normal;
color: #999;
word-break: break-all;
line-height: 1.4;
text-align: center;
}
.caption a {
color: #999;
text-decoration: none;
}
.l-main-area .float-wrap .caption {
padding: 1.4rem 0 0 0;
}
.l-main-area .l-icon-title {
margin: 4rem 0 3rem;
padding: 1.2rem 1rem 1.5rem 11rem;
background: #d2e9f1;
border-radius: 10px;
font-size: 2.4rem;
font-weight: bold;
line-height: 1.4;
color: #333;
position: relative;
}
.l-main-area .l-icon-title::before {
width: 83px;
height: 73px;
background: url(img/icon-title.png) no-repeat left top;
background-size: 100% 100%;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 1.2rem;
line-height: 1;
position: absolute;
top: calc((100% - 73px) / 2);
left: 1rem;
box-sizing: border-box;
}
.l-main-area .l-icon-title--check::before {
content: 'CHECK';
}
.l-main-area .l-icon-title--recommend::before {
content: 'おすすめ';
padding: 10px 0 0;
background: #478eea url(img/l_icon-title_img.png) no-repeat;
background-position: center 20%;
}
.l-main-area .l-icon-title--point::before {
content: 'POINT';
padding: 10px 0 0;
background: #478eea url(img/l_icon-title_img.png) no-repeat;
background-position: center 20%;
}
.l-main-area .l-number-wrapper {
counter-reset: number;
}
.l-main-area .l-number-wrapper .l-icon-title::before {
content: counter(number);
counter-increment: number;
text-align: center;
padding: .1em 0 0;
font-size: 3rem;
background: #fff url(img/l_number_bg.png) no-repeat;
background-size: 71px 71px;
background-position: center;
color: #1e1e82;
}
.l-main-area .box-wrap {
width: 100%;
margin: 8rem 0 0 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.l-main-area .box-wrap .box {width: calc((100% - 3rem) / 2);margin: 0 0 6rem 0;padding: 2.4rem;border: 3px solid #e6e6e6;border-radius: 10px;background-color: #fff;}
.l-main-area .box-wrap .box::after {
content: '';
width: 100%;
height: 100%;
}
.l-main-area .box-wrap p {
margin: 0;
}
.l-main-area .box-wrap .box-head {
margin: -5rem 0 0;
padding: 2rem;
background: #4eafd1;
background: -moz-linear-gradient(left, #4eafd1 0%, #45bec4 100%);
background: -webkit-linear-gradient(left, #4eafd1 0%, #45bec4 100%);
background: linear-gradient(to right, #4eafd1 0%, #45bec4 100%);
border-radius: 10px;
display: flex;
align-items: center;
font-size: 2.5rem;
font-weight: bold;
color: #fff;
line-height: 1.2;
}
.l-main-area .box-wrap .box:nth-child(2n) .box-head {
background: #4eafd1;
background: -moz-linear-gradient(left, #45bec4 0%, #4eafd1 100%);
background: -webkit-linear-gradient(left, #45bec4 0%, #4eafd1 100%);
background: linear-gradient(to right, #45bec4 0%, #4eafd1 100%);
}
.l-main-area .box-wrap .box-head a {
display: block;
padding: 0 3rem 0 0;
background: url(img/arrow01_white.svg) no-repeat right 0 center;
background-size: 10px 20px;
text-decoration: none;
color: #fff;
}
.l-main-area .box-wrap .box-head a:hover {
opacity: 0.8;
}
.l-main-area .box-wrap .box-head::before,
.l-main-area .box-wrap .box-head::after {
display: none;
}
.l-main-area .box-wrap .box-body {padding: 0;}

.l-main-area .box-wrap .box-body ul {
margin: 0;
}
.l-main-area .box-wrap .box-body ul li {
margin: 0 0 0.5rem 0;
}
.l-main-area .box-wrap .box-body .ttl {
margin: 2rem 0 1.5rem 0;
padding: 0 0 0 1rem;
border-left: 7px solid #52bec6;
color: #333;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.2;
}

.l-main-area .box-wrap .btn-internal {
margin: 2rem auto 0;
}
.l-main-area .box-wrap .btn-internal a {
width: 70%;
padding: 1rem 4rem;
}
.l-main-area .l-parts02-white-inner .float-wrap{
background-color: #e7f5fa;
border-radius: 10px;
padding: 10px 30px; 
}
.l-main-area .l-parts02-white-inner .float-wrap .float-img.fl{
width: 110px;
margin: 0 20px 0 0;
}
.l-main-area .l-parts02-white-inner .float-wrap .float-img.fr{
width: 110px;
margin: 0 0 0 20px; 
}
.l-main-area .l-parts02-white-inner .float-wrap .float-img.fl + p{
margin: 20px 20px 20px 0;
}
.l-main-area .l-parts02-white-inner .float-wrap .float-img.fr + p{
margin: 20px 0 20px 20px;
}
.l-main-area .l-parts02-white-inner .float-wrap .float-img img{
width: 110px;
height: 110px;
border-radius: 50%;
}
.l-main-area .frame-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
margin: 4rem 0;
counter-reset: number;
}
.l-main-area .frame-wrap::after {
display: block;
width: calc((100% - 6rem) / 3);
content:"";
}
.l-main-area .frame-wrap .frame {
position: relative;
width: calc((100% - 6rem) / 3);
margin: 0 0 3rem 0;
padding: 3rem 2rem;
background: #eee;
border-radius: 1rem;
overflow: hidden;
}
.l-main-area .frame-wrap p {
margin: 0;
}
.l-main-area .frame-wrap .frame-head {
margin: 0 0 2rem 0;
padding: 0 0 4rem 0;
background: url(img/icon_frame.png) no-repeat center bottom;
}
.l-main-area .frame-wrap .frame-head .ttl {
color: #333;
font-size: 2.4rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.l-main-area .frame-wrap .frame-head .ttl a {
display: block;
padding: 0 2rem 0 0;
background: url(img/arrow01_black.svg) no-repeat right center;
background-size: 10px 20px;
color: #333;
text-decoration: none;
}
.l-main-area .frame-wrap .frame-head .ttl a:hover {
opacity: 0.7;
}
.l-main-area .frame-wrap .frame-body ul {
margin: 2rem 0 0 0;
}


@media all and (-ms-high-contrast: none) {
.l-main-area .top_h2 {
padding: 1.7rem 3rem 0.7rem;
}
}
/* low ----------------*/
.l-main-area--low h1 {min-height: 100px;margin: 0 0 8rem 0;padding: 2rem 2rem 3rem 2rem;background: url(img/bg_h2_low.png) no-repeat left bottom;background-size: 100% auto;font-size: 3.6rem;font-weight: bold;color: #fff;line-height: 1.2;position: relative;}

.l-main-area--low h2 {margin: 5rem 0 3rem 0;padding: 0 2rem 2rem 2rem;background: url(img/bg_h3_low.png) no-repeat left bottom;background-size: 100% 15px;font-size: 3rem;font-weight: bold;color: #333;line-height: 1.4;position: relative;}

.l-main-area--low h3 {margin: 6rem 0 3rem 0;padding: 1rem;background: #d2e9f1;font-size: 2.4rem;font-weight: bold;line-height: 1.4;position: relative;color: #333;}

.l-main-area--low h4,
.l-main-area--low h5,
.l-main-area--low h6 {
margin: 3rem 0;
padding: 0 0 0 1.2rem;
border-left: solid 7px #52bec6;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
color: #333;
position: relative;
}

.l-main-area--low h2 a,
.l-main-area--low h3 a,
.l-main-area--low h4 a,
.l-main-area--low h5 a,
.l-main-area--low h6 a {
display: block;
padding: 0 2rem 0 0;
background: url(img/arrow01_black.svg) no-repeat right 0 center;
background-size: 10px 20px;
color: #333;
text-decoration: none;
}
.l-main-area--low h2 a:hover,
.l-main-area--low h3 a:hover,
.l-main-area--low h4 a:hover,
.l-main-area--low h5 a:hover,
.l-main-area--low h6 a:hover {
text-decoration: none;
opacity: 0.7;
}



@media all and (-ms-high-contrast: none) {
.l-main-area--low h1 {
padding: 1.7rem 3rem 0.7rem;
}
}
/*
---------------------------------------------

header area

*/
.l-header-area {
width: 100%;
margin: 0;
padding: 0 0 0 100px;
}
.l-header {
max-width: 1000px;
margin: 0 auto;
padding: 1rem 0;
}
.l-header__link {display: inline-block;text-decoration: none;color: #999;}
.l-header__link:hover {
opacity: 0.6;
}
.l-header-sitename {width: 100%;font-size: 1.2rem;line-height: 1.4;text-align: right;color: #999;}
.l-header-sitename__link {
text-decoration: none;
}
.l-header-sitename__link:hover {
text-decoration: underline;
}
.l-header-logo {
margin: 3rem 0 0 0;
text-align: center;
}
.l-header-logo a {
display: block;
margin: 0 auto;
}
.l-header-logo a:hover {
opacity: 0.7;
}
.l-gnavi-btn {
width: 60px;
height: 60px;
margin: 0 auto;
padding: 50px 0 0;
display: block;
position: relative;
line-height: 1;
font-size: 0.8rem;
font-weight: bold;
text-align: center;
color: #55c8da;
cursor: pointer;
}
.l-gnavi-btn:hover {
color: #55c8da;
}
.l-gnavi-btn span {
width: 30px;
height: 4px;
display: inline-block;
background: #55c8da;
background: -moz-linear-gradient(left,  #55c8da 0%, #44d3cb 100%);
background: -webkit-linear-gradient(left, #55c8da 0%, #44d3cb 100%);
background: linear-gradient(to right, #55c8da 0%, #44d3cb 100%);
transition: all 0.4s;
position: absolute;
left: 15px;
}
.l-gnavi-btn span:nth-of-type(1) {
top: 19px;
}
.l-gnavi-btn span:nth-of-type(2) {
top: 29px;
}
.l-gnavi-btn span:nth-of-type(3) {
top: 39px;
}
.l-gnavi-btn-box {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: all 0.4s;
}
.l-gnavi-btn-box.is-active .l-gnavi-btn {
background: none;
}
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(1) {
transform: translateY(10px) rotate(-45deg);
}
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(2) {
opacity: 0;
}
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(3) {
transform: translateY(-10px) rotate(45deg);
}
.is-navi-open .l-gnavi-area--slide-left {
transform: translateX(0);
}
.l-gnavi-area {
width: 400px;
height: 100vh;
padding: 0;
background: #FFF;
position: fixed;
box-shadow: 1px 0 5px rgba(0, 0, 0, 0.14);
transition: all 0.8s ease;
top: 0;
left: 0;
z-index: 300;
}
.l-gnavi-area-menu {
display: table-cell;
vertical-align: middle;
}
.l-gnavi-area-scroll {
height: 100%;
padding: 20px 100px 20px 0;
overflow-x: hidden;
overflow-y: scroll;
-ms-overflow-style: none;
}
.l-gnavi-area-scroll::-webkit-scrollbar {
display: none;
-webkit-appearance: none;
}
.l-gnavi-area-scroll__inner {
height: 100%;
display: table;
}
.l-gnavi-area-bar {
width: 100px;
height: 100vh;
position: absolute;
top: 0;
right: 0;
}
.l-gnavi-area--slide-right {
transform: translateX(-300px);
}
.l-gnavi-area--slide-left {
left: auto;
right: 0;
transform: translateX(-100%);
}
.l-gnavi-area--slide-down {
transform: translateY(-100%);
}
.l-gnavi-area--slide-up {
transform: translateY(100%);
}
.l-gnavi-list {
position: relative;
width: 300px;
}
.l-gnavi-list__link {
width: 90%;
margin: 0 auto;
padding: 10px 45px 10px 20px;
display: block;
text-decoration: none;
}
.l-gnavi-list__link--menu {
cursor: pointer;
}
.l-gnavi-list__sub {
margin: 0 0 0 1.6rem;
border-top: dashed 1px #0096d2;
background: #e5f6fd;
display: none;
}
.l-gnavi-list__sub .l-gnavi-list__item {
background: url(img/arrow01_blue.svg) no-repeat left 2rem center;
background-size: 4px 8px;
}
.l-gnavi-btn-close__link {
margin: 20px auto;
padding: 10px 20px 10px 50px;
display: inline-block;
background: #fff;
text-decoration: none;
position: relative;
}
.l-gnavi-btn-close__link:hover {
background: #ccc;
color: #fff;
}
.l-gnavi-btn-close__link:hover::after {
background: #fff;
}
.l-gnavi-btn-close__link:hover::before {
background: #fff;
}
.l-gnavi-btn-close__link::before {
content: '';
width: 20px;
height: 3px;
background: #000;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
position: absolute;
top: 50%;
left: 20px;
}
.l-gnavi-btn-close__link::after {
content: '';
width: 20px;
height: 3px;
background: #000;
-webkit-transform: translateY(-50%) rotate(-45deg);
transform: translateY(-50%) rotate(-45deg);
position: absolute;
top: 50%;
left: 20px;
}
.is-gnavi-cover .l-gnavi-area {
height: auto;
top: auto;
z-index: 1;
overflow-y: hidden;
}
.is-navi-open .l-gnavi-area {
opacity: 1;
}
.is-navi-open .l-gnavi-area--slide-right {
transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-left {
transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-down {
transform: translateY(0);
}
.is-navi-open .l-gnavi-area--slide-up {
transform: translateY(0);
}
.is-navi-open .is-gnavi-cover {
height: 100vh;
overflow-y: scroll;
}
.is-navi-open .is-gnavi-cover .l-gnavi-area {
position: static;
}
/*
---------------------------------------------

footer area

*/
.l-footer-area {
width: 100%;
margin: 0;
min-width: 1200px;
padding: 0 0 0 100px;
background: #eee;
position: relative;
}
.l-footer-disclaimer {
width: 500px;
margin: 20px auto;
padding: 20px;
background: #fff;
font-size: 1rem;
color: #333333;
text-align: left;
}
.l-footer-disclaimer dt {
float: left;
}
.l-footer-note {
max-width: 1000px;
text-align: center;
margin: 20px auto;
font-size: 1.2rem;
}
.l-footer-bottom {
margin: 0 auto;
background: #2b91d2;
color: #fff;
font-size: 1.2rem;
text-align: center;
}
.l-footer-bottom__inner {
width: 96%;
max-width: 1000px;
display: table;
margin: 0 auto;
}
.l-footer-bottom__copy {
padding: 10px 0;
display: table-cell;
text-align: left;
}
.l-footer-bottom__copy__link {
text-decoration: none;
color: #fff;
}
.l-footer-bottom__copy__link:hover {
text-decoration: underline;
}
.l-footer-bottom__sitemap {
padding: 10px 0;
display: table-cell;
text-align: right;
}
.l-footer-bottom__sitemap__link {
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 7px 12px;
padding: 0 24px 0 0;
text-decoration: none;
color: #fff;
}
.l-footer-bottom__sitemap__link:hover {
text-decoration: underline;
}
.l-footer-menu-wrapper {
width: 100%;
max-width: 1000px;
margin: 0 auto;
padding: 100px 0 0;
}
.l-footer-menu {
margin: 0 0 40px;
}
.l-footer-menu__title {
margin: 0 0 10px 0;
padding: 0 0 5px;
border-bottom: solid 1px #333;
text-align: left;
font-size: 1.4rem;
line-height: 1.4;
}
.l-footer-menu__title__link {
display: block;
padding: 0 0 0 25px;
background: url(img/arrow01_gray.svg) no-repeat left 1rem center;
background-size: 10px 16px;
text-decoration: none;
font-weight: bold;
position: relative;
}
.l-footer-menu__title__link:hover {
text-decoration: underline;
}
.l-footer-menu__list {
display: inline;
}
.l-footer-menu__list__item {
float: left;
padding: 0 10px;
display: inline-block;
}
.l-footer-menu__list__item:first-child {
display: none;
}
.l-footer-menu__list__link {
position: relative;
padding: 5px 0 5px 15px;
/* background: url(img/icon_li_footer.svg) no-repeat left top 8px;
background-size: 8px 8px; */
text-align: left;
font-size: 1.2rem;
text-decoration: none;
}
.l-footer-menu__list__link::before{
position: absolute;
top: calc((100% - 10px) / 2);
left: 0;
content: '';
width: 10px;
height: 10px;
background-color: #707070;
border-radius: 50%;
}
.l-footer-menu__list__link:hover {
text-decoration: underline;
}
.l-footer-submenu__list {
display: inline-block;
}
.l-footer-submenu__list__item {
display: inline-block;
}
.l-footer-submenu__list__link {
padding: 5px 15px;
text-align: left;
font-size: 1.2rem;
text-decoration: none;
}
.l-footer-submenu__list__link::before {
content: '- ';
}
.l-footer-submenu__list__link:hover {
text-decoration: underline;
}
/*
---------------------------------------------

common

*/
.l-pagetop {
position: absolute;
top: -90px;
right: 30px;
z-index: 100;
}
.l-pagetop__link {
width: 60px;
height: 60px;
background: #34baea;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.l-pagetop__link:hover {
background: #666;
}
.l-pagetop__image {
width: 24px;
}
.l-pagetop.is-fixed {
position: fixed;
top: auto;
bottom: 30px;
}
.l-sns-list {
position: absolute;
left: 50%;
bottom: 10px;
transform: translate(-50%, 0);
}
.l-sns-list__item {
text-align: center;
}
.l-sns-list__link {
width: 30px;
height: 30px;
margin: 0 auto 1rem;
text-decoration: none;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #0096d2;
display: flex;
justify-content: center;
align-items: center;
}
.l-sns-list__link:hover {
opacity: 0.6;
}
.l-sns-list__link--twitter .l-sns-list__image {
width: 18px;
height: 15px;
}
.l-sns-list__link--facebook .l-sns-list__image {
width: 9px;
height: 17px;
}
.l-sns-list__link--line .l-sns-list__image {
width: 19px;
height: 18px;
}
.l-sns-list__link--instagram .l-sns-list__image {
width: 19px;
height: 19px;
}
.l-sns-list__link--hatena .l-sns-list__image {
width: 17px;
height: 15px;
}
#pankuzu,#pankuzu a {max-width: 1000px;margin: 4rem auto 2rem auto;font-size: 1.2rem;color: #999;}
/*
---------------------------------------------

contents area

*/
.l-contents-area {
width: 100%;
margin: 0 auto;
padding-left: 100px;
}
/*
---------------------------------------------

main area / common

*/
.l-main-area {width: 100%;margin: 0 auto 12rem 0;padding: 0;text-align: left;}
.l-main-area--low {
width: 1000px;
margin: 0 auto 7rem auto;
}
.l-section-inner {
max-width: 1000px;
margin: 0 auto;
}
.l-common-title {
padding: 3.5rem 0 0 0;
font-size: 3.8rem;
font-weight: bold;
text-align: center;
color: #333;
line-height: 1.4;
position: relative;
}
.l-common-title a {
display: inline-block;
padding: 0 5rem 0 0;
background: url(img/arrow01_black.svg) no-repeat right center;
background-size: 10px 20px;
color: #333;
text-decoration: none;
}
.l-common-title a:hover{
opacity: .6;
}
.l-common-title::before {
content: '';
width: 200px;
height: 31px;
background-size: 100%;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: 0;
}
.l-common-title.type-method::before{
background: url(img/ttl_method.png) no-repeat center center;
}
.l-common-title.type-recommend::before{
background: url(img/ttl_recommend.png) no-repeat center center;
}
.l-common-title.type-details::before{
background: url(img/ttl_details.png) no-repeat center center;
}
.l-common-title.type-list::before{
background: url(img/ttl_list.png) no-repeat center center;
}
.l-common-title.type-knowledge::before{
background: url(img/ttl_knowledge.png) no-repeat center center;
}
.l-common-title.type-knowledge2::before{
background: url(img/ttl_knowledge2.png) no-repeat center center;
}
.l-common-title.type-prototype::before{/* background: url(img/ttl_prototype.png) no-repeat center center; */content: 'Public Relations';font-size:2.2rem;color: #ff7734;}

.l-common-title.type-material::before{
background: url(img/ttl_material.png) no-repeat center center;
}
.l-common-title.type-device::before{
background: url(img/ttl_device.png) no-repeat center center;
}
.l-common-title.type-device::before{
background: url(img/ttl_device.png) no-repeat center center;
}
.l-common-title.type-equipment::before{
background: url(img/ttl_equipment.png) no-repeat center center;
}

p.l-common-lead {
width: 80%;
margin: 2rem auto 4rem;
}
/*
---------------------------------------------

top

*/
.l-mv {width: 100%;min-height: 692px;min-width: 1100px;margin: 0;padding: 4.5rem 0 0 0;background: url(img/bg_mv.jpg) center bottom no-repeat;background-size: cover;position: relative;}
.l-mv-wrapper {
width: 1000px;
margin: 0 auto;
}
.l-mv-box {width: 481px;max-width: 1000px;margin: 0 auto 0 0;color: #333333;}
.l-mv-box .btn-internal a {
width: 100%;
}
.l-mv-title {margin: 3rem 0 1rem 0;font-weight: bold;font-size: 2.6rem;color: #333;line-height: 1.5;}
.l-mv-title a {
color: #478eea;
text-decoration: none;
}
.l-mv-title a:hover {
text-decoration: underline;
}
p.l-mv-title {
margin: 2rem auto 2rem 0;
}
.l-mv .btn-internal.down a {
padding: 1rem 3.5rem;
}


.l-parts01 {padding: 12rem 0 4rem;}
.l-parts01 .l-section-inner {
background: none;
}

.l-parts01-column2 {
min-width: 1000px;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
position: relative;
}
.l-parts01-column2__box {
width: calc((100% - 100px) / 2);
margin-bottom: 70px;
}
.l-parts01-column2 .catch-image img {
width: 100%;
border-radius: 2rem;
}
.l-parts01-column2 .catch-text {
margin: 0.5em 0 1em;
padding: 0 2rem 0;
color: #00aca6;
line-height: 1.4;
font-size: 2.5rem;
font-weight: bold;
}
.l-parts01-column2 .catch-text a {
color: #00aca6;
display: block;
padding: 0 3rem 0 0;
background: url(img/arrow01_gray.svg) no-repeat right center;
background-size: 10px 20px;
text-decoration: none;
}
.l-parts01-column2 .catch-text a:hover{
opacity: .6;
}
.l-parts01-column2 .catch-body {
padding: 0 2rem;
}
.l-parts01-column2 .tag {
padding-top: 2rem;
border-top: solid 1px #ccc;
display: flex;
flex-wrap: wrap;
}
.l-parts01-column2 .tag-list {
margin-right: 1rem;
display: inline-block;
border: solid 1px #0096d2;
padding: 0.5rem 1rem;
background: none;
font-size: 1.2rem;
color: #0096d2;
position: relative;
}
.l-parts01-column2 .tag-list::before{
content: none;
}
.l-parts01-column2 .tag-list::after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 0;
border-color: #0097d2 transparent transparent transparent;
position: absolute;
top: 0;
left: 0;
}

.l-parts01-column3 {
min-width: 1000px;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
position: relative;
}
.l-parts01-column3__box {
width: calc((100% - 100px) / 3);
}
.l-parts01-column3 .catch-image img {
width: 100%;
border-radius: 2rem;
}
.l-parts01-column3 .catch-text {
margin: 0.5em 0 1em;
padding: 0 2rem 0;
color: #0096d2;
line-height: 1.4;
font-size: 1.8rem;
font-weight: bold;
}
.l-parts01-column3 .catch-body {
padding: 0 2rem;
}
.l-parts01-column3 .tag {
padding-top: 2rem;
border-top: solid 1px #ccc;
display: flex;
flex-wrap: wrap;
}
.l-parts01-column3 .tag-list {
margin-right: 1rem;
display: inline-block;
border: solid 1px #0096d2;
padding: 0.5rem 1rem;
background: none;
font-size: 1.2rem;
color: #0096d2;
position: relative;
}
.l-parts01-column3 .tag-list::before{
content: none;
}
.l-parts01-column3 .tag-list::after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 0;
border-color: #0097d2 transparent transparent transparent;
position: absolute;
top: 0;
left: 0;
}
ul.tag {
margin: 0;
}
li.tag-list {
background: none;
}


.l-parts02 {position: relative;padding: 10rem 0;background: url(img/parts02_bg_07.png) repeat-y center top, url(img/parts02_bg_01.png) repeat-x left top, #6fccd4;background-size: auto auto, auto 100%;}

.l-parts02 .l-section-inner{
background: none;
position: relative;
}
.l-parts02-white {width: 998px;margin: 6rem 0 9rem;padding-bottom: 1rem;border-radius: 20px;background: #fff;}
.l-parts02-white:last-child {
margin-bottom: 0;
}

.box-visual {
position: relative;
margin: 0 0 7rem 0;
text-align: center;
}
.box-visual .ttl {
position: absolute;
left: 50%;
top: 45%;
transform: translate(-50%, -50%);
width: 90%;
text-shadow: 0 0 10px rgba(0,0,0,1);
color: #fff;
font-size: 4rem;
font-weight: bold;
line-height: 1.2;
}
.box-visual .ttl span {
font-size: 5rem;
}
.box-visual .caption {
margin: 0.8rem 0 0 0;
color: #b9b9b9;
}
.box-visual .caption a {
color: #b9b9b9;
text-decoration: none;
}

.box-fig {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 4rem 0 5rem 0;
}
.box-fig .fig {
width: 400px;
text-align: center;
}
.box-fig .fig .caption {
padding: 1.6rem 0 0 0;
}
.box-fig .fig  img {
box-shadow: 8px 8px 0 0 #49a0ae;
}
.box-fig .txt {
display: flex;
align-items: center;
width: calc(100% - 400px);
padding: 0 0 0 3rem;
}
.box-fig .txt .catch {
margin: 0 0 1rem 0;
font-weight: bold;
}

.accordion-item {
display: none;
}
.l-parts02-white .accordion-btn {
display: block;
position: relative;
width: 360px;
height: auto;
margin: 5rem auto 0 auto;
padding: 1.5rem 0;
background: #fff;
border: 2px solid #e2e2e2;
border-radius: 0.5rem;
color: #333;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
cursor: pointer;
}
.l-parts02-white .accordion-btn::before {
position: absolute;
right: 2rem;
top: 50%;
transform: translateY(-50%);
content: "＋";
}
.l-parts02-white .accordion-btn::after {
display: block;
padding: 0 4rem;
text-align: center;
content: "もっと見る";
}
.l-parts02-white .accordion-btn.is-open::before {
position: absolute;
right: 2rem;
top: 50%;
transform: translateY(-50%);
content: "ー";
}
.l-parts02-white .accordion-btn.is-open::after {
display: block;
padding: 0 4rem;
text-align: center;
content: "閉じる";
}
.l-parts02-white .accordion-btn:hover {
opacity: 0.7;
}

.l-parts02-white .title {margin: 8rem 0 4rem 0;padding: 0 0 2rem 0;background: url(img/parts02_bg_04.png) no-repeat left bottom;background-size: 100% 14px;color: #333;font-size: 2.4rem;font-weight: bold;line-height: 1.4;}

.l-parts02-white table th {
width: 28%;
text-align: center;
}
.l-parts02-white table ul {
margin: 0;
}
.l-parts02-white table ul li {
margin: 0 0 0.6rem 0;
}
.l-parts02-white table ul li:last-child {
margin: 0;
}
.l-parts02-white table ul li::before {
background: #707070;
}


.l-parts02-white .tags {
display: flex;
flex-wrap: wrap;
}
.l-parts02-white .tags .tag {
display: flex;
align-items: center;
justify-content: center;
width: calc((100% - 4rem) / 6);
min-height: 64px;
margin: 0 0.8rem 0.8rem 0;
background: #44d3cb;
background: -moz-linear-gradient(left, #44d3cb 0%, #49acbc 100%);
background: -webkit-linear-gradient(left, #44d3cb 0%, #49acbc 100%);
background: linear-gradient(to right, #44d3cb 0%, #49acbc 100%);
color: #fff;
font-size: 2rem;
font-weight: bold;
line-height: 1.1;
text-align: center;
}
.l-parts02-white .tags .tag:nth-child(6n) {
margin: 0 0 0.8rem 0;
}

.l-parts02-white .box-wrap .box {width: 100%;margin: 0 0 1rem 0;padding: 2rem 4rem 4rem 4rem;border: 3px solid #e6e6e6;}
.l-parts02-white .box-wrap .box-head {
justify-content: center;
background: #d0f1f4 !important;
color: #333;
font-size: 2.6rem;
line-height: 1.2;
}
.l-parts02-white .box-wrap .box-head span {
font-size: 3rem;
}

.l-parts02-white .box-wrap .box-body .ttl {margin: 3rem 0 0.5rem;padding: 0;border-left: none;color: #ff7734;font-size: 2rem;font-weight: bold;line-height: 1.4;}

.l-parts02-white__title {
padding: 3rem 2rem 4rem 2rem;
background: url(img/parts02_bg_02.png) no-repeat left bottom;
background-size: 100% auto;
border-radius: 20px 20px 0 0;
color: #fff;
position: relative;
}
.l-parts02-white__title::before {
position: absolute;
left: 3rem;
top: 1.5rem;
width: 104px;
height: 91px;
content: "";
}
#company-1 .l-parts02-white__title::before {
background: url(img/parts02_bg_03.png) no-repeat left top;
background-size: 100% auto;
}
#company-2 .l-parts02-white__title::before {
background: url(img/parts02_bg_05.png) no-repeat left top;
background-size: 100% auto;
}
#company-3 .l-parts02-white__title::before {
background: url(img/parts02_bg_06.png) no-repeat left top;
background-size: 100% auto;
}
.l-parts02-white__title .catch {width: 75%;margin: 0 auto;padding: 0 1rem 1rem 0;color: #002b75;font-size: 3rem;font-weight: bold;line-height: 1.4;text-align: center;}
.l-parts02-white__title .catch-title {
width: 75%;
margin: 0 auto;
padding: 0 1rem 1rem 0;
font-size: 2.7rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.l-parts02-white-inner {
width: 880px;
margin: 4rem auto;
}
.l-parts02-white-inner .company-name {
min-height: 100px;
padding: 17px 0 0;
font-size: 4rem;
font-weight: bold;
text-align: center;
color: #1e1e82;
background: url(img/ttl_anchor_blue.png) no-repeat center;
}
.l-parts02-white__column2 {
width: 880px;
margin: 4rem auto 0;
display: flex;
flex-wrap: wrap;
}
.l-parts02-white__column2__left {
width: 270px;
}
.l-parts02-white__column2__left img {
display: block;
box-shadow: 10px 10px 0 #d0f0fc;
}
.l-parts02-white__column2__left p {
text-align: center;
}
.l-parts02-white__column2__right {
width: calc(100% - 270px);
padding-top: 1rem;
}
.l-parts02-white__column2 .company-name {
margin: 0.5em 0 1em;
padding: 0 0 1rem 6rem;
color: #1e1e82;
line-height: 1.4;
font-size: 3rem;
font-weight: bold;
}
.l-parts02-white__column2 .price {
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.l-parts02-white__column2 .price-list {
width: 290px;
padding: 0;
background: #ffff00;
border-radius: 10px;
color: #0096d2;
text-align: center;
font-weight: bold;
font-size: 1.8rem;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.l-parts02-white__column2 .price-list .category {
padding-right: 2rem;
display: inline;
}
.l-parts02-white__column2 .price-list .data {
display: inline;
}
.l-parts02-white__column2 .price-list .data span {
color: #0096d2;
font-size: 3.6rem;
}
.l-parts02-white__column3 {
margin-bottom: 3rem;
display: flex;
flex-wrap: wrap;
}
.l-parts02-white__column3__box {
width: calc((100% - 4rem) / 3);
margin: 0 2rem 2rem 0;
padding: 0 2rem;
background: #d2e9f1;
border-radius: 20px;
}
.l-parts02-white__column3__box:nth-child(3n) {
margin: 0 0 2rem 0;
}
.l-parts02-white__column3__box .voice-catch {
margin: 0;
padding: 2rem 0;
border-bottom: solid 1px #fff;
color: #1e1e82;
font-weight: bold;
font-size: 1.8rem;
line-height: 1.4;
}
.l-parts02-white__column4 {
margin-bottom: 3rem;
display: flex;
flex-wrap: wrap;
}
.l-parts02-white__column4__box {
width: calc((100% - 4rem) / 4);
margin: 0 1.33rem 2rem 0;
padding: 0 2rem;
background: #d2e9f1;
border-radius: 20px;
}
.l-parts02-white__column4__box:nth-child(4n) {
margin: 0 0 2rem 0;
}
.l-parts02-white__column4__box .voice-catch {
margin: 0;
padding: 2rem 0;
border-bottom: solid 1px #fff;
color: #1e1e82;
font-weight: bold;
font-size: 1.8rem;
line-height: 1.4;
text-align: center;
}
.l-parts02-white .title-voice {
margin: 0.5em 0 1em;
background: url(img/deco_wave_s_long.png) repeat-x left 55%;
text-align: center;
font-size: 2.4rem;
font-weight: bold;
color: #333;
position: relative;
}
.l-parts02-white .title-voice span {
color: #333;
padding: 0 3rem;
background: #fff;
}
.l-parts02-white .title-voice span span {
padding: 0;
font-size: 3.5rem;

}
.l-parts02-white table.infomation th {
width: 140px;
background: #d0f0fc;
border: 1px #fff solid;
text-align: center;
color: #0096d2;
}
.l-parts02-white table.infomation td {
background: #fafafa;
border: 1px #fff solid;
}
.l-parts02-white .btn-internal {
width: 50%;
margin: 0 auto 5rem auto;
padding: 2rem 5rem 2rem 3rem;
display: block;
background: #cec2b0;
border-radius: 5px;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
color: #fff;
text-decoration: none;
text-align: center;
cursor: pointer;
position: relative;
}
.l-parts02-white .btn-internal span {
color: #fff;
}
.l-parts02-white .btn-internal::after {
content: '';
width: 12px;
height: 21px;
background: url(img/arrow01_white.svg) no-repeat center center;
background-size: 96%;
position: absolute;
top: 35%;
right: 3rem;
transform: rotate(90deg);
}
.l-parts02-white .btn-internal:hover {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
.l-parts02-white .btn-internal.is-open span {
display: none;
}
.l-parts02-white .btn-internal.is-open::after {
transform: rotate(-90deg);
}
.l-parts02-white .btn-internal.is-open::before {
content: '閉じる';
}

.l-parts03 {padding: 12rem 0 4rem;background: #aae1e6;background: -moz-linear-gradient(top,  #fff 0%, #aae1e6 100%);background: -webkit-linear-gradient(top, #fff 0%, #aae1e6 100%);background: linear-gradient(to bottom, #fff 0%, #aae1e6 100%);}
.l-parts03 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 8rem 0 0 0;
}
.l-parts03 .block::after {
display: block;
width: calc((100% - 2.4rem) / 3);
content:"";
}
.l-parts03 .block .box {position: relative;width: calc((100% - 3.4rem) / 3);margin: 0 0 2rem 0;padding: 2rem 2rem 4rem 2rem;/* border: 2px solid #dce2e3; */border-radius: 1rem;background: #fff;}
.l-parts03 .block .box:nth-child(1)::before {
position: absolute;
left: 50%;
top: -8rem;
transform: translateX(-50%);
width: 132px;
height: 71px;
background: url(img/parts04_bg_01.png) no-repeat left top;
background-size: 100% auto;
content: "";
}
.l-parts03 .block .box:nth-child(2)::before {
position: absolute;
left: 50%;
top: -8rem;
transform: translateX(-50%);
width: 132px;
height: 71px;
background: url(img/parts04_bg_02.png) no-repeat left top;
background-size: 100% auto;
content: "";
}
.l-parts03 .block .box:nth-child(3)::before {
position: absolute;
left: 50%;
top: -8rem;
transform: translateX(-50%);
width: 132px;
height: 71px;
background: url(img/parts04_bg_03.png) no-repeat left top;
background-size: 100% auto;
content: "";
}
.l-parts03 .block .box-head {display: flex;align-items: center;justify-content: center;margin: 0 0 1.5rem 0;padding: 0 0 1.2rem 0;border-bottom: 1px solid #c9c9c9;}
.l-parts03 .block .box-head .ttl {font-size: 2.4rem;font-weight: bold;line-height: 1;text-align: center;}
.l-parts03 .block .box-head .ttl span {font-size: 1.6rem;}
.l-parts03 .block .box-body .ttl {margin: 2.4rem 0 1.3rem 0;padding: 0 0 0 1rem;border-left: 7px solid #52bec6;font-size: 1.8rem;font-weight: bold;line-height: 1.2;}
.l-parts03 .block .box .tags {display: flex;flex-wrap: wrap;justify-content: space-between;align-content: flex-start;}

.tags {}

.tags {}
.l-parts03 .block .box .tags::after {
display: block;
width: calc((100% - 1.2rem) / 3);
content:"";
}
.l-parts03 .block .box .tags .tag {display: flex;align-items: center;justify-content: center;width: calc((100% - 1.2rem) / 3);height: 30px;margin: 0 0 0.6rem 0;background: #44d3cb;background: -moz-linear-gradient(left, #44d3cb 0%, #49acbc 100%);background: -webkit-linear-gradient(left, #44d3cb 0%, #49acbc 100%);background: linear-gradient(to right, #44d3cb 0%, #49acbc 100%);color: #fff;font-size: 1.4rem;font-weight: bold;line-height: 1.1;text-align: center;}
.l-parts03 .block .box .catch {
color: #333;
font-size: 1.6rem;
line-height: 1.4;
text-align: center;
}
.l-parts03 .block .box .catch span {
color: #ff7734;
font-size: 1.7rem;
font-weight: bold;
}
.l-parts03 .block .box .catch span.small {
color: #333;
font-size: 1.4rem;
font-weight: normal;
}
.l-parts03 .block .box .num {
margin: 0 0 2rem 0;
font-size: 2rem;
line-height: 1.4;
text-align: center;
}
.l-parts03 .block .box .num span {
font-size: 2.4rem;
}
.l-parts03 .block .box ul {
margin: 0;
}
.l-parts03 .block .box ul li {margin: 0 0 0.6rem 0;font-size: 1.4rem;}
.l-parts03 .block .box ul li::before {
background: #707070;
}
.l-parts03 .block .box .btn-web {margin: 3rem auto 0 auto;}
.l-parts03 .block .box .btn-internal {margin: 1.6rem auto 0 auto;width: 100%;}
.l-parts03 .block .box .btn-web a,
.l-parts03 .block .box .btn-internal a {width: 85%;padding: 1.6rem 3.5rem 1.6rem 3.5rem;line-height: 1.3;}

.l-parts04 {position: relative;padding: 9rem 0 0 0;}
.l-parts04 .l-section-inner {
position: relative;
z-index: 0;
}
.l-main-area .l-parts04 .box-wrap .box{
	margin: 0 0 4rem 0;
}
.l-parts04-list {
display: flex;
margin: 0 0 4rem 10rem;
}
.l-parts04-image {
width: 260px;
position: relative;
}
.l-parts04-image .label {
margin: 0;
padding: 0.1em 1.5rem;
position: absolute;
top: 2rem;
left: 0;
background: #ffff00;
font-size: 1.8rem;
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
line-height: 1.4;
text-align: center;
color: #0096d2;
transform: rotate(-10deg);
}
.l-parts04-image .image-box {
margin: 0 0 0 2rem;
width: 200px;
height: 200px;
border-radius: 50%;
box-shadow: 2px 8px 0px 0px #666666, -7px -7px 0px 0px #fff;
}
.l-parts04-image .image-box img {
width: 100%;
}
.l-parts04-body {
width: calc(100% - 260px);
}
.l-parts04-body .catch {
margin: 0.5em 0 1em;
font-size: 2.4rem;
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
line-height: 1.4;
color: #0096d2;
}
.l-parts04 .tag {
margin: 0;
}
.l-parts04 .tag .tag-list {
margin: 0 1rem 1rem 0;
padding: 0.2rem 1rem;
display: inline-block;
background: #fff;
border: solid 1px #0096d2;
font-size: 1.2rem;
color: #0096d2;
text-align: center;
position: relative;
}
.l-parts04 .tag .tag-list::after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 0;
border-color: #0097d2 transparent transparent transparent;
position: absolute;
top: 0;
left: 0;
}

.box-opinion {
margin: 0;
padding: 3rem 5rem;
background: #d0f1f4;
border-radius: 1rem;
}
.box-opinion .ttl {margin: 0 0 2rem 0;padding: 0 0 1.5rem 0;border-bottom: 1px solid #3d3335;font-size: 2rem;font-weight: bold;line-height: 1.4;text-align: center;}
.l-parts04 .box-wrap .box-head {margin-bottom: 1;margin-bottom: 1.5rem;}



.l-parts05 {margin: 12rem 0 0 0;}
.l-parts05-column2 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.l-parts05-column2 a .l-parts05-catch {
position: relative;
display: flex;
align-items: center;
margin: 10px 0 20px 100px;
}
.l-parts05-column2 a .l-parts05-catch::before{
content: '';
position: absolute;
top: calc((100% - 76px) / 2);
left: -95px;
width: 76px;
height: 76px;
}
.l-parts05-column2 .l-parts05-box:nth-of-type(1) a .l-parts05-catch::before{
background: url(img/point_1.png) no-repeat left top;
background-size: 100% auto;
}
.l-parts05-column2 .l-parts05-box:nth-of-type(2) a .l-parts05-catch::before{
background: url(img/point_2.png) no-repeat left top;
background-size: 100% auto;
}
.l-parts05-column2 .l-parts05-box:nth-of-type(3) a .l-parts05-catch::before{
background: url(img/point_3.png) no-repeat left top;
background-size: 100% auto;
}
.l-parts05-column2 .l-parts05-box:nth-of-type(4) a .l-parts05-catch::before{
background: url(img/point_4.png) no-repeat left top;
background-size: 100% auto;
}
.l-parts05-column2 a .l-parts05-catch::after{
position: absolute;
top: calc((100% - 20px) / 2);
right: -20px;
content: '';
width: 10px;
height: 20px;
background: url(img/arrow01_gray.svg) no-repeat right 0 center;
background-size: 10px 20px;

}
.l-parts05 .accordion-item {
display: none;
}
.l-parts05-box {
width: calc((100% - 4rem) / 2);
margin: 0 0 4rem 0;
padding: 2rem 4rem 4rem 2rem;
background: #fff;
border: 2px solid #e6e6e6;
border-radius: 10px;
position: relative;
transition: all 0.2s;
box-shadow: 1rem 1rem 0 0 #45ccc8;
}
.l-parts05-box:hover{
background: #b8dce9;
}
.l-parts05-box a {
text-decoration: none;
}
.l-parts05-box:nth-child(2n) {
margin: 0 0 4rem 3rem;
}
.l-parts05-image {
width: 120px;
height: 140px;
float: left;
font-size: 1.4rem;
}
.l-parts05-image .flame {
margin-bottom: 1rem;
width: 100px;
height: 100px;
border-radius: 50%;
box-shadow: 4px 6px 0px 0px #ffff00;
}
.l-parts05-image span {
padding-left: 1rem;
color: #333;
font-weight: normal;
}
.l-parts05-image img {
width: 100%;
}
.l-parts05-catch {
font-size: 2.6rem;
font-weight: bold;
line-height: 1.4;
color: #333;
}
.l-parts05-catch a{
color: #478eea;
text-decoration: none;
}
.l-parts05 .btn-internal {
width: 30%;
margin: 0 auto 5rem auto;
padding: 2rem 5rem 2rem 3rem;
display: block;
background: #0096d2;
box-shadow: 5px 5px 0 #ccc;
border-radius: 50px;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
color: #fff;
text-decoration: none;
text-align: center;
cursor: pointer;
position: relative;
}
.l-parts05 .btn-internal span {
color: #fff;
}
.l-parts05 .btn-internal::after {
content: '';
width: 12px;
height: 21px;
background: url(img/arrow01_white.svg) no-repeat center center;
background-size: 96%;
position: absolute;
top: 35%;
right: 3rem;
transform: rotate(90deg);
}
.l-parts05 .btn-internal:hover {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
.l-parts05 .btn-internal.is-open span {
display: none;
}
.l-parts05 .btn-internal.is-open::after {
transform: rotate(-90deg);
}
.l-parts05 .btn-internal.is-open::before {
content: '口コミを閉じる';
}
p.l-parts05-catch {
margin: 0 0 1rem;
}
p.l-parts05-text {
margin: 1rem 0 0;
}

.l-map{
height: 0;
overflow: hidden;
padding-bottom: 30.68%;
position: relative;
}
.l-map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}



.l-parts06 {padding: 12rem 0 0 0;}
.l-parts06 .accordion-btn {
display: block;
position: relative;
width: 360px;
height: auto;
margin: 1rem auto 0 auto;
padding: 1.5rem 0;
background: #fff;
border: 2px solid #e2e2e2;
border-radius: 0.5rem;
color: #333;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
cursor: pointer;
}
.l-parts06 .accordion-btn::before {
position: absolute;
right: 2rem;
top: 50%;
transform: translateY(-50%);
content: "＋";
}
.l-parts06 .accordion-btn::after {
display: block;
padding: 0 4rem;
text-align: center;
content: "もっと見る";
}
.l-parts06 .accordion-btn.is-open::before {
position: absolute;
right: 2rem;
top: 50%;
transform: translateY(-50%);
content: "ー";
}
.l-parts06 .accordion-btn.is-open::after {
display: block;
padding: 0 4rem;
text-align: center;
content: "閉じる";
}
.l-parts06 .accordion-btn:hover {
opacity: 0.7;
}
.l-parts06 .frame-wrap {
margin: 4rem 0 0 0;
}
.l-parts06 .box-wrap .box {
border: 2px solid #e2e2e2;
}
.l-parts06 .box-wrap .box-head {
background: #d0f1f4;
color: #333;
font-size: 2.4rem;
}
.l-parts06 .box-wrap .box:nth-child(2n) .box-head {
background: #d0f1f4;
}
.l-parts06 .box-wrap .box-head a {
background: url(img/arrow01_gray.svg) no-repeat right center;
background-size: 10px 20px;
color: #333;
}
.l-parts06 .frame-wrap.device .frame-head .ttl {
font-size: 2rem;
}

.l-parts07 {padding: 6rem 0 6rem 0;background: url(img/parts07_bg_01.jpg) no-repeat center top;background-size: cover;background-color: rgba(255,255,255,0.4);background-blend-mode:lighten;}
.l-parts07 p.l-common-lead {
margin: 5rem auto 4rem auto;
}
.l-parts07 .btn-internal a {
width: 360px;
}


/* slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before, .slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
/* display: block; */
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
font-size: 12px;
color: #8c8c8c;
line-height: 1.2em;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,  .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,  .slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
width: auto;
height: 366px;
margin: 0 auto;
display: block;
}
.slidemenu .slick-slide {
height: 100px;
}
.slidemenu img {
width: auto;
height: 80px;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
font-size: 12px;
color: #8c8c8c;
line-height: 1.2em;
background: #fff;
margin-bottom: 15px;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.slider-boxwrap {
display: flex;
display: -webkit-flex;
justify-content: space-between;
-webkit-justify-content: space-between;
}
.slider-boxwrap .slider-box {
width: 550px;
text-align: center;
font-size: 12px;
line-height: 1.6;
margin: 0 auto 30px;
}
.slider-boxwrap .slider-box .slider-for .pic {
height: auto;
background: #fff;
margin-bottom: 10px;
}
.slider-boxwrap .slider-box .slider-for img {
width: auto;
height: 345px;
}
.slider-boxwrap.slider-box .slider-nav {
height: 87px;
overflow: hidden;
margin-top: 10px;
}
.slider-boxwrap .slider-box .slider-nav .pic {
width: 184px;
background: #fff;
position: relative;
}
.slider-boxwrap .slider-box .slider-nav img {
width: auto;
max-width: 150px;
height: 87px;
}
.slick-arrow.slick-prev, .slick-arrow.slick-next {
position: absolute;
top: 37%;
width: 40px;
height: 40px;
line-height: 40px;
z-index: 40;
text-indent: 9999px;
border: none;
overflow: hidden;
}
.slider-boxwrap .slick-arrow.slick-prev {
border-left: 4px solid #91bbf2;
border-top: 4px solid #91bbf2;
width: 20px;
height: 20px;
position: absolute;
top: 48%;
left: -50px;
margin-top: -5px;
transform: rotate(-45deg);
z-index: 200;
}
.slider-boxwrap .slick-arrow.slick-next {
border-bottom: 4px solid #91bbf2;
border-right: 4px solid #91bbf2;
width: 20px;
height: 20px;
position: absolute;
top: 48%;
right: -50px;
margin-top: -5px;
transform: rotate(-45deg);
z-index: 200;
}
.slick-prev {
left: 0px;
}
.slick-next {
right: 0px;
}
.slick-slide:focus {
outline: 0;
}
.slider-nav .slick-current .pic {
opacity: 0.5;
}
.slick-slide.slick-active{
cursor: pointer;
}
.slidemenu .slick-slide.slick-current.slick-active{
opacity: 0.5;
}
.slick-prev:hover,
.slick-next:hover {
cursor: pointer;
}
/* slider */

/*
---------------------------------------------

smartphone settings

*/
@media screen and (max-width: 599px) {
body {
min-width: 100%;
min-width: inherit;
}
.forPC {
display: none;
}
.forSP {
display: block;
}
.pc_br {
display: none;
}
.sp_br {
display: block;
}
img {
max-width: 100%;
height: auto;
}
/*
---------------------------------------------


*/
.l-main-area .top_h2 {
margin: 0 0 3rem;
padding: 2rem 2rem 0;
font-size: 2.2rem;
}
.l-main-area .top_h2 a {
background-size: 8px 16px;
}
.l-main-area .top_h2::after {
height: 30px;
}
.l-main-area .top_h3 {
font-size: 2rem;
}
.l-main-area .top_h3 a {
background-size: 8px 16px;
}
.l-main-area .top_h4 {
font-size: 1.8rem;
}
.l-main-area .top_h4 a {
background-size: 7px 15px;
}
.l-main-area h2,
.l-common-title {font-size: 2.4rem;}
.l-main-area h3 {
font-size: 2rem;
}
.l-main-area ul {
margin: 3rem 0;
font-size: 1.4rem;
}
.l-main-area ol {
margin: 3rem 0;
font-size: 1.4rem;
}
.l-main-area table {
width: 100%;
margin: 30px auto 20px;
display: block;
border-top: 1px #ccc solid;
font-size: 1.4rem;
}
.l-main-area table tr {
width: 100%;
display: block;
}
.l-main-area table th {
width: 100%;
display: block;
border: 1px solid #c9c9c9;
border-top: none;
}
.l-main-area table td {
width: 100%;
display: block;
border-top: none;
}
.l-main-area table thead {
width: 100%;
display: block;
}
.l-main-area table thead th {
width: 100%;
display: block;
}
.l-main-area table thead td {
width: 100%;
display: block;
}
.l-main-area table tbody {
width: 100%;
display: block;
}
.l-main-area table tbody th {
width: 100%;
display: block;
}
.l-main-area table tbody td {
width: 100%;
display: block;
}


/*--------------------------------------
btns
---------------------------------------*/
.btn-web,
p.btn-web {
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-web a {display: inline-block;position: relative;width: 85%;margin: 0 auto;padding: 2rem 3rem;background: #ff8541 url(img/arrow01_white.svg) no-repeat right 1.2rem center;background-size: 8px 16px;border-radius: 5rem;box-sizing: border-box;color: #fff;font-size: 1.6rem;font-weight: bold;line-height: 1.4;text-align: center;text-decoration: none;transition: 0.2s;}
.btn-web a:hover {
background: #ff8541 url(img/arrow01_white.svg) no-repeat right 1.2rem center;
background-size: 8px 16px;
color: #fff;
text-decoration: none;
opacity: 1;
}

.btn-internal,
p.btn-internal {
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-internal a {
display: inline-block;
position: relative;
width: 90%;
margin: 0 auto;
padding: 2rem 3rem;
background: #253e5e url(img/arrow01_white.svg) no-repeat right 1.2rem center;
background-size: 8px 16px;
border-radius: 5rem;
box-sizing: border-box;
color: #fff;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
}
.btn-internal a:hover {
background: #253e5e url(img/arrow01_white.svg) no-repeat right 1.2rem center;
background-size: 8px 16px;
text-decoration: none;
opacity: 1;
}
.btn-internal.down a {
padding: 2rem 4rem;
background: #253e5e url(img/arrow02_white.svg) no-repeat right 1.2rem center;
background-size: 16px 8px;
}
.btn-internal.down a:hover {
padding: 2rem 4rem;
background: #5e39ff url(img/arrow02_white.svg) no-repeat right 1.2rem center;
background-size: 16px 8px;
}

.btn-tel,
p.btn-tel {display: block;margin: 2rem auto;padding: 0;text-align: center;}
.btn-tel a {display: inline-block;position: relative;width: 85%;margin: 0 auto;padding: 2rem 4rem;background: url(img/icon-tel.png) no-repeat 1.5rem center, url(img/arrow01_black.svg) no-repeat right 1.2rem center, #f8e11e;background-size: 20px auto, 8px 16px;border-radius: 5rem;box-sizing: border-box;color: #333;font-size: 1.6rem;font-weight: bold;line-height: 1.4;text-align: center;text-decoration: none;transition: 0.2s;}
.btn-tel a:hover {
text-decoration: none;
opacity: 1;
}

.btn-link,
p.btn-link {
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-link a {
display: inline-block;
position: relative;
width: 90%;
margin: 0 auto;
padding: 2rem 3rem;
background: #fff url(img/arrow01_gray.svg) no-repeat right 1.2rem center;
background-size: 8px 16px;
border: 2px solid #45cac8;
border-radius: 5rem;
box-sizing: border-box;
color: #333;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
}
.btn-link a:hover {
text-decoration: none;
opacity: 1;
}





.l-main-area .float-wrap {
width: 100%;
margin: 10px auto 30px;
font-size: 1.4rem;
}
.l-main-area .float-wrap .float-img {
text-align: center;
}
.l-main-area .float-wrap .float-img.fr {
width: 100%;
margin: 0 0 20px;
float: none;
}
.l-main-area .float-wrap .float-img.fl {
width: 100%;
margin: 0 0 20px;
float: none;
}
.l-main-area .float-wrap .float-img.ct {
width: 100%;
}
.l-main-area .float-wrap .float-img.t_small {
width: 40%;
}
.l-main-area .float-wrap .float-img.fr.t_small {
margin: 0 0 20px 10px;
float: right;
}
.l-main-area .float-wrap .float-img.fl.t_small {
margin: 0 20px 10px 0;
float: left;
}
.l-main-area .l-parts02-white-inner .float-wrap .float-img.fl + p{
margin: 0;
}
.l-main-area .l-parts02-white-inner .float-wrap .float-img.fr + p{
margin: 0;
}
.l-main-area .box-wrap {
width: 100%;
margin: 5rem 0 0 0;
display: block;
font-size: 1.4rem;
}
.l-main-area .box-wrap .box {
width: 100%;
margin: 0 0 5rem;
padding: 1.5rem;
}
.l-main-area .box-wrap .box-head {
margin: -4rem 0 0;
padding: 1.5rem;
font-size: 2rem;
}
.l-main-area .box-wrap .box-body {
padding: 1rem 0;
}
.l-main-area .box-wrap .box-body .btn-internal a {
width: 90%;
}
.l-main-area .l-parts02-white-inner .box-wrap{
margin: 0 auto;
}
.l-main-area .l-parts02-white-inner .box-wrap .box{
width: 100%;
}
.l-main-area .l-parts02-white-inner .box-wrap .box:last-child {
margin: 0 0 2rem 0;
}
.l-main-area .l-parts02-white-inner .box-wrap .box-head {
display: block;
margin: -5rem 0 0;
text-align: center;
}
.l-parts02-white .box-wrap .box-head span {
font-size: 2.5rem;
}
.l-parts02-white .box-wrap .box-body .ttl {
font-size: 1.8rem;
}
.l-main-area .frame-wrap {
margin: 0 auto 4rem;
display: block;
font-size: 1.4rem;
}
.l-main-area .frame-wrap .frame {width: 100%;margin: 0 auto 3rem;}
.l-main-area .frame-wrap .frame:nth-child(3n) {
margin: 0 auto 2rem;
}
.l-main-area .frame-wrap .frame::before {
left: 25px;
}
.l-main-area .frame-wrap .frame-head {
font-size: 2rem;
text-align: left;
}
.l-main-area .frame-wrap .frame-head a {
background-size: 8px;
}
.l-main-area .l-icon-title {
width: 100%;
margin: 5rem 0 3rem;
padding: 1rem 1rem 1rem 7.5rem;
font-size: 2rem;
line-height: 1.4;
}
.l-main-area .l-icon-title::before {
width: 60px;
height: 53px;
font-size: 1rem;
left: 8px;
top: calc((100% - 52px) / 2);
}
.l-main-area .l-number-wrapper .l-icon-title::before {
padding: 0;
font-size: 2.8rem;
background-size: 60px 60px;
}
/* low ----------------*/
.l-main-area--low h1 {min-height: auto;margin: 2rem 0 3rem 0;font-size: 2.6rem;}
.l-main-area--low h2 {font-size: 2.4rem;}
.l-main-area--low h3 {font-size: 2.0rem;}
/*
---------------------------------------------

header area

*/
.l-header {
width: 96%;
margin: 0 auto;
padding: 10px 0;
text-align: left;
}
.l-header-area {
padding: 0;
}
.l-header-left {
display: none;
}
.l-header-sitename {font-size: 1rem;text-align: center;}
.l-header-logo {
width: 240px;
margin: 1.5rem auto 0 auto;
}
.l-gnavi-area {
display: none;
}
/*
---------------------------------------------

footer area

*/
.l-footer-area {
padding: 2rem 0 5rem 0;
min-width: inherit;
}
.footMenu {
width: 100%;
height: 5rem;
margin: 0;
position: fixed;
bottom: 0;
z-index: 300;
}
.footMenu .menuLeft {
width: 50%;
height: 100%;
float: left;
display: flex;
justify-content: center;
align-items: center;
background: #efefef;
}
.footMenu .menuLeft .l-gnavi-btn {
margin: 0;
}
.footMenu .menuRight {
width: 50%;
height: 100%;
float: right;
background: #ff6600;
color: #fff;
font-size: 1.2rem;
line-height: 1.2;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.footMenu .menuRight::after {content: "";width: 80px;height: 41%;background: url(img/icon_text_PR.svg) no-repeat center top;background-size: contain;position: absolute;top: -1.5rem;left: 1rem;transform: rotate(-8deg);}
.footMenu .menuRight a {padding: 0.9rem 2rem 0 2.5rem;background: url(img/arrow01_white.svg) no-repeat right 1rem center;background-size: 6px;color: #fff;display: block;text-decoration: none;text-align: center;}
.footMenu .l-gnavi-btn {
width: 100%;
height: 100%;
}
.footMenu .l-gnavi-btn span {
left: 50%;
transform: translateX(-50%);
}
.footMenu .l-gnavi-btn span:nth-child(1) {
top: 15px;
}
.footMenu .l-gnavi-btn span:nth-child(2) {
top: 25px;
}
.footMenu .l-gnavi-btn span:nth-child(3) {
top: 35px;
}
.footMenu .l-gnavi-btn.active span:nth-of-type(1) {
transform: translate(-50%, 10px) rotate(-45deg);
}
.footMenu .l-gnavi-btn.active span:nth-of-type(2) {
opacity: 0;
}
.footMenu .l-gnavi-btn.active span:nth-of-type(3) {
transform: translate(-50%, -10px) rotate(45deg);
}
.l-footer-logo {
width: 60%;
margin: 1rem auto;
}
.l-footer-logo__image {
width: 100%;
}
.l-footer-logo__link {
display: block;
}
.l-footer-disclaimer {
width: 90%;
margin: 0 auto 1rem;
padding: 2rem 5%;
}
.l-footer-bottom {
padding: 0 5%;
}
.l-footer-bottom__inner {
width: 90%;
display: block;
}
.l-footer-bottom__copy {
display: block;
text-align: center;
}
.l-footer-bottom__sitemap {
display: none;
}
.l-footer-note {
max-width: 90%;
margin: 0 auto 1rem;
font-size: 1rem;
}
.l-footer-menu-wrapper {
position: fixed;
top: 0;
left: 0;
z-index: 110;
width: 100%;
height: 100%;
background: #d0f0fc;
margin: 0;
padding: 0 0 60px 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.l-footer-menu-wrapper.active {
transform: translate3d(0, 0, 0);
}
.l-footer-menu {
width: 90%;
margin: 0 auto 2rem;
}
.l-footer-menu__title {
margin: 0;
padding: 0;
border-bottom: solid 1px #333;
}
.l-footer-menu__title__link {
display: block;
font-size: 1.6rem;
position: relative;
padding: 1rem 2.5rem 1rem 0;
background: none;
}
.l-footer-menu__title__link::after {
content: '';
width: 8px;
height: 15px;
background: url(img/arrow01_gray.svg) no-repeat center center;
background-size: 100%;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%) rotate(90deg);
}
.l-footer-menu__title__link:hover {
text-decoration: none;
}
.l-footer-menu__list {
display: none;
}
.l-footer-menu__list__item {
width: 100%;
padding: 0.8rem 1rem;
}
.l-footer-menu__list__item:first-child {
display: block;
}
.l-footer-menu__list__link {
margin: 1rem 0 0 0;
}
.l-footer-submenu__list {
display: block;
}
.l-footer-submenu__list__item {
display: block;
}
/*
---------------------------------------------

common

*/
.l-pagetop {
top: -5.5rem;
right: 0.5rem;
}
.l-pagetop__link {
width: 50px;
height: 50px;
}
.l-pagetop__link:hover {
background: #0096d2;
}
.l-pagetop__image {
width: 14px;
}
.l-pagetop.is-fixed {
bottom: 5.5rem;
}
#pankuzu {
margin: 0 auto;
padding: 1rem;
white-space: nowrap;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.l-sns-list {
display: none;
}
/*
---------------------------------------------

contents area

*/
.l-contents-area {
padding: 0;
}
.l-contents-area--low {
width: 100%;
}
/*
---------------------------------------------

main area

*/
.l-main-area--low {
width: 94%;
margin: 0 auto 7rem;
float: none;
overflow: visible;
}
.l-section-inner {
width: 94%;
margin: 0 auto;
}
.l-common-title a {
width: 100%;
padding: 0 1.5rem 0 0;
}
p.l-common-lead {
width: 100%;
margin: 2rem 0 3rem;
}
/*
---------------------------------------------

top

*/
.l-mv {
min-height: inherit;
min-width: inherit;
margin: 0;
padding: 0;
background: none;
position: relative;
}
.l-mv-wrapper {
width: 100%;
}
.l-mv-logo {
text-align: center;
}
.l-mv-logo img {width: 79vw;margin: 0.5rem auto 0 auto;}
.l-mv-box {
width: 100%;
margin: 0;
}
.l-mv-box p {
margin: 0;
}
.l-mv-title {
              width: 100%;
              min-height: 14rem;
              margin: 2rem 0;
              padding: 1rem 1rem 2rem;
              background: url(img/bg_mv.jpg) center bottom no-repeat;
              background-size: cover;
              font-size: 2.2rem;
              display: flex;
              align-items: center;
              text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
              }
.l-mv p {
margin: 0;
padding: 0 1rem;
color: #333;
}
.l-mv p.btn-internal.down {margin: 3rem auto 0;width: 85%;}
.l-mv p.btn-internal.down a {
padding: 1rem 3rem;
}


.l-mv-check {
display: none;
}
h2.l-mv-title {
font-size: 2rem;
}
.l-section-inner {padding-top: 3rem;background-size: 15%;}
.l-parts01 {
padding: 0 0 6rem 0;
background: none;
}
.l-parts01 .l-section-inner {
background-size: 20%;
background-position: left top, right top 300px;
}

.l-parts01-column2 {
min-width: inherit;
}
.l-parts01-column2::before{
content: none;
}
.l-parts01-column2::after{
content: none;
}
.l-parts01-column2__box {
width: 96%;
margin: 2rem auto 0;
position: relative;
}
.l-parts01-column2__box .catch-image {
width: 100%;
margin: 0 auto;
}
.l-parts01-column2__box .catch-text {
font-size: 2rem;
}
.l-parts01-column2__box .catch-text,
.l-parts01-column2__box .catch-body {
padding: 0;
}


.l-parts01-column3 {
min-width: inherit;
}
.l-parts01-column3::after {
content: none;
}
.l-parts01-column3__box {
width: 96%;
margin: 2rem auto 0;
position: relative;
}
.l-parts01-column3__box::after {
content: '';
width: 100vw;
height: 7rem;
background: url(img/bg_waveblue_l_top.svg) no-repeat left bottom;
background-size: 120% auto;
top: 4rem;
right: 50%;
transform: translateX(50%);
z-index: -1;
position: absolute;
}
.l-parts01-column3__box .catch-image {
width: 80%;
margin: 0 auto;
}
.l-parts01-column3__box .catch-text,
.l-parts01-column3__box .catch-body {
padding: 0;
}
.l-parts02 {padding: 0 0 6rem 0;min-width: inherit;background: url(img/parts02_bg_07.png) repeat-y center top, url(img/parts02_bg_01.png) repeat-x left top, #6fccd4;background-size: 100% auto, auto 100%;}
.l-parts02 .l-section-inner::before{
background-size: 60%;
top: -17px;
left: -23px;
}
.l-parts02 .l-section-inner::after{
background-size: 65%;
top: -7px;
right: 0px;
}
.l-parts02-white {
width: 100%;
}
.l-parts02-white-inner {
width: 94%;
margin: 0 auto;
}
.l-parts02-white-inner .company-name{
min-height: 60px;
margin: 2rem 0 0;
padding: 1rem 0 0;
font-size: 2rem;
background-size: 60px 60px;
}




.l-parts02-white__title {padding: 2rem 3rem 3rem 8rem;}
.l-parts02-white__title::before {
position: absolute;
left: 1rem;
top: 2rem;
width: 48px;
height: 42px;
content: "";
}
#company-1 .l-parts02-white__title::before,
#company-2 .l-parts02-white__title::before,
#company-3 .l-parts02-white__title::before {
    background-size: 7rem;
    width: 7rem;
    height: 7rem;
}
.l-parts02-white__title .catch {width: 100%;padding: 0 0 2rem 0;font-size: 2.1rem;}
#company-1 .l-parts02-white__title::before
#company-2 .l-parts02-white__title::before,
#company-3 .l-parts02-white__title::before {
    background-size: 7rem;
    width: 7rem;
    height: 7rem;
}
.l-parts02-white__title .catch-title {
width: 100%;
padding: 0 2rem 0 0;
font-size: 2rem;
text-align: center;
}



.l-parts02-white .tags .tag {
display: flex;
align-items: center;
justify-content: center;
width: calc((100% - 1.6rem) / 3);
min-height: 36px;
margin: 0 0.8rem 0.8rem 0;
background: #44d3cb;
background: -moz-linear-gradient(left, #44d3cb 0%, #49acbc 100%);
background: -webkit-linear-gradient(left, #44d3cb 0%, #49acbc 100%);
background: linear-gradient(to right, #44d3cb 0%, #49acbc 100%);
color: #fff;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.1;
text-align: center;
}
.l-parts02-white .tags .tag:nth-child(3n) {
margin: 0 0 0.8rem 0;
}

.box-visual {
position: relative;
margin: 3rem 0 7rem 0;
text-align: center;
}
.box-visual .ttl {
position: absolute;
left: 50%;
top: 45%;
transform: translate(-50%, -50%);
width: 90%;
text-shadow: 0 0 10px rgba(0,0,0,1);
color: #fff;
font-size: 2.5rem;
font-weight: bold;
line-height: 1.2;
}
.box-visual .ttl span {
font-size: 3rem;
}
.box-visual .caption {
margin: 0;
}


.box-fig {
display: block;
margin: 4rem 0 5rem 0;
}
.box-fig .fig {
width: 100%;
margin: 0 0 2rem 0;
padding: 0 1rem;
text-align: center;
}
.box-fig .fig  img {
box-shadow: 8px 8px 0 0 #49a0ae;
}
.box-fig .txt {
display: block;
width: 100%;
padding: 0;
}



.l-parts02-white .accordion-btn {
width: 90%;
font-size: 1.5rem;
}
.l-parts02-white .accordion-btn::after {
padding: 0 4rem 0 3rem;
}
.l-parts02-white .accordion-btn:hover {
opacity: 1;
}



.l-parts02-white__column2 {
width: 100%;
margin-top: 3rem;
display: block;
position: relative;
}
.l-parts02-white__column2__left {
width: 30%;
position: absolute;
top: 6rem;
font-size: 1.2rem;
}
.l-parts02-white__column2__right {
width: 100%;
}
.l-parts02-white__column2__right .clinic {
margin: 0 0 2rem auto;
padding: 0 0 0.5rem 3rem;
background-size: 2rem;
background-position: left bottom 1rem;
font-size: 1.8rem;
}
.l-parts02-white__column2__right .price {
width: 60%;
margin: 0 0 3.5rem auto;
}
.l-parts02-white__column2__right .price-list {
padding: 0.5rem;
font-size: 1.4rem;
}
.l-parts02-white__column2__right .price-list .data span {
font-size: 1.8rem;
}
.l-parts02-white .title-voice {
font-size: 1.8rem;
}
.l-parts02-white .title-voice span {
padding: 0 1rem;
}
.l-parts02-white__column3{
justify-content: space-between;
}
.l-parts02-white__column3__box {
width: calc((100% / 2) - 5px);
margin: 0 0 2rem;
}
.l-parts02-white__column4__box {
width: calc((100% - 1rem) / 2);
margin: 0 1rem 2rem 0;
padding: 0 1.5rem;
}
.l-parts02-white__column4__box:nth-child(2n){
margin: 0 0 2rem;
}
.l-parts02 table.infomation {
margin: 0;
border-top: none;
}
.l-parts02 table.infomation th {
width: 100%;
}


.l-parts03 {
margin: 0;
padding: 6rem 0 2rem 0;
}



.l-parts03 .block {
display: block;
padding: 8rem 0 0 0;
}
.l-parts03 .block::after {
display: none;
}
.l-parts03 .block .box {width: 100%;margin: 0 0 12rem 0;padding: 2rem 1.5rem 6rem 1.5rem;border: 2px solid #dce2e3;}
.l-parts03 .block .box:last-child {
margin: 0;
}




.l-parts04 {min-width: inherit;margin-bottom: 0;padding: 3rem 0 0;}
.l-parts04 .l-section-inner::after,
.l-parts04 .l-section-inner::before {
content: none;
}
.l-parts04-list {
margin: 3rem 0 0;
position: relative;
}
.l-parts04-list::after {
content: '';
width: 100vw;
height: 10rem;
background: url(img/bg_waveblue_l_bottom.svg) no-repeat 0 0;
background-size: 120% auto;
position: absolute;
left: -10px;
top: 5rem;
z-index: -1;
}
.l-parts04-image {
width: 10rem;
position: absolute;
}
.l-parts04-image .label {
top: 1rem;
font-size: 1.2rem;
}
.l-parts04-image .image-box {
margin: 0 0 0 1rem;
width: 10rem;
height: 10rem;
}
.l-parts04-body {
width: 100%;
}
.l-parts04-body .catch {
margin: 0 0 2rem 12rem;
min-height: 11rem;
display: flex;
align-items: center;
font-size: 2rem;
}


.box-opinion {
margin: 0 auto;
padding: 2rem;
}

.l-parts04 .box-wrap .box-head {
padding: 2.5rem 2rem;
}

.l-parts05 {
    margin: 6rem 0 0 0;
}
.l-parts05-column2 {
margin: 0 1rem 0 0;
}
.l-parts05-box {
width: 100%;
margin: 0 0 3rem;
padding: 2rem;
}
.l-parts05-box:nth-child(2n) {
margin: 0 0 2rem;
}
.l-parts05-catch {
font-size: 1.8rem;
}
.l-parts05 .btn-internal {
width: 80%;
margin: 1rem auto 3rem;
min-width: inherit;
font-size: 1.6rem;
}
.l-parts05-column2 a .l-parts05-catch{
margin: 10px 10px 20px 80px;
}
.l-parts05-column2 a .l-parts05-catch::before {
top: calc((100% - 60px) / 2);
left: -80px;
width: 60px;
height: 60px;
}
.l-map{
padding-bottom: 56.25%;
}



.l-parts06 {
padding: 0;
}
.l-parts06 .accordion-btn {
width: 90%;
margin: 0 auto 4rem auto;
font-size: 1.5rem;
}
.l-parts06 .accordion-btn::after {
padding: 0 4rem 0 3rem;
}
.l-parts06 .accordion-btn:hover {
opacity: 1;
}



.l-parts07 {
padding: 4rem 0;
}
.l-parts07 p.l-common-lead {
margin: 3rem auto;
}
.l-parts07 .btn-internal a {
width: 90%;
}





/* slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before, .slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
/* display: block; */
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
font-size: 1.2rem;
color: #8c8c8c;
line-height: 1.2em;
height: 250px;
text-align: center;
background: #fff;
margin-bottom: 0;
}
.slick-initialized .slick-slide img {
height: 85%;
width: auto;
display: block;
margin: 0 auto 1%;
}
.slick-initialized.slidemenu .slick-slide {
height: 75px;
text-align: center;
}
.slick-initialized.slidemenu .slick-slide img {
height: 50px;
width: auto;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.slider-boxwrap .slider-box {
width: 100%;
margin: 0 auto;
}
.container .slider-box {
text-align: center;
font-size: 10px;
line-height: 1.6;
margin-bottom: 40px;
}
.container .slider-box .slider-for .pic {
background: #fff;
margin-bottom: 10px;
height: auto;
}
.container .slider-box .slider-for img {
width: auto;
height: 230px;
}
.container .slider-box .slider-nav {
height: 55px;
overflow: hidden;
margin-top: 10px;
}
.container .slider-box .slider-nav .pic {
width: 30vw;
background: #fff;
position: relative;
}
.container .slider-box .slider-nav img {
width: auto;
max-width: 30vw;
max-height: 55px;
}
.slider-boxwrap .slick-arrow.slick-prev {
border-left: 2px solid #333;
border-top: 2px solid #333;
width: 10px;
height: 10px;
position: absolute;
top: 48%;
left: -10px;
margin-top: -5px;
transform: rotate(-45deg);
z-index: 200;
}
.slider-boxwrap .slick-arrow.slick-next {
border-bottom: 2px solid #333;
border-right: 2px solid #333;
width: 10px;
height: 10px;
position: absolute;
top: 48%;
right: -10px;
margin-top: -5px;
transform: rotate(-45deg);
z-index: 200;
}
.slick-prev {
left: -10px;
}
.slick-next {
right: -10px;
}
.slick-slide:focus {
outline: 0;
}
.slider-nav .slick-current .pic {
opacity: 0.5;
}
/* slider */
}
