@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%;
scroll-padding-top: 70px;
}

body {
margin: 0;
padding: 0;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.5rem;
-webkit-text-size-adjust: 100%;
line-height: 1.8;
color: #333;
background-color: #fff;
-webkit-font-smoothing: antialiased;
overflow-y: scroll;
word-break: break-word;
}

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: top;
}

a {
color: #333;
}

a:active, a:hover {
color: #666;
-webkit-transition: all 0.3s ease;
transition: all 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;
}

.pc_br, .pc , .forPC {
display: block;
}

.sp_br, .sp, .forSP {
display: none;
}

/* microclearfix */
.cf::before, .cf:after {
content: " ";
/* 1 */
display: table;
/* 2 */;
}

.cf:after {
clear: both;
}

/** For IE 6/7 only */
.cf {
*zoom: 1;
}

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

header area

*/
.l-header {
width: 23rem;
min-height: 100%;
position: relative;
z-index: 999;
}

.l-header__inner {
width: 23rem;
background: #fff;
position: fixed;
top: 0;
left: 0;
z-index: 10;
height: 100%;
overflow-x: hidden;
-ms-overflow-style: none;
/* IE、Edge用 */
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.l-header__inner::-webkit-scrollbar {
display: none;
}

.l-header__inner-scrollbar {
/* Chrome、Safari用 */
display: none;
}

.l-header::after {
content: '';
width: 23rem;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: -1;
background: rgba(72, 65, 64, 0.8);
background: rgb(148 155 160);
transform: translate(0, 0);
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}

.l-header.show-subnavi::after {
transform: translate(100%, 0);
}

.l-siteinfo {
padding: 1.5rem;
background: #fff;
border-bottom: solid 1px #e5e5e5;
}

.l-siteinfo .l-siteinfo__logo img {
margin-top: 1rem;
}

.l-siteinfo__sitename {padding-bottom: 0;font-size: 0.9rem;text-decoration: none;font-size: 1.3rem;letter-spacing: -0.2px;text-align: center;clear: none;margin: 0.67em 0;}

.l-siteinfo__sitename a {
text-decoration: none;
}

.l-siteinfo__sitename a:hover {
text-decoration: none;
opacity: .7;
}

.l-siteinfo__sitename::before {
content: "PR";
display: inline-block;
background: #000;
color: #fff;
text-align: center;
width: 3rem;
margin-right: 0.6rem;
font-size: 1.1rem;
}

.l-siteinfo__logo img {
width: 14.6rem;
margin: auto;
display: block;
}

.l-siteinfo__logo a:hover {
opacity: 0.7;
}

.l-gnavi-btn {
display: none;
}

.l-gnavi-area {
height: 100%;
background: #f3f3f3;
/* overflow: scroll; */
-ms-overflow-style: none;
/* IE、Edge用 */;
}

.l-gnavi-area::-webkit-scrollbar {
display: none;
}

.l-gnavi-area-scrollbar {
/* Chrome、Safari用 */
display: none;
}

.l-gnavi-list {
position: relative;
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease;
}

.l-gnavi-list__item {
border-bottom: solid 1px #e5e5e5;
background: #f3f3f3;
}

.l-gnavi-list__link {
margin: 0 auto;
padding: 2rem 2rem 2rem 2rem;
display: block;
color: #333;
text-decoration: none;
background: #f3f3f3 url(img/arrow01_blue.png) no-repeat right 2rem center;
background-size: 15px 11px;
font-weight: bold;
padding-right: 4rem;
font-size: 1.5rem;
line-height: 1.3;
}

.l-gnavi-list__link:hover {
background: #f3f3f3 url(img/arrow01_blue.png) no-repeat right 2rem center;
background-size: 15px 11px;
}

.l-gnavi-list.is-show::after {
transform: translate(100%, 0);
}

.l-gnavi-sub-list {
width: 23rem;
height: 100%;
padding: 155px 0 0;
position: fixed;
top: 0;
left: 0;
z-index: -1;
transform: translate(0, 0);
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
overflow-y: scroll;
-ms-overflow-style: none;
/* IE、Edge用 */;
}

.l-gnavi-sub-list::-webkit-scrollbar {
display: none;
}

.l-gnavi-sub-list__item:nth-of-type(1), .l-gnavi-sub-list__item:nth-of-type(2) {
display: none;
}

.l-gnavi-sub-list__link {
display: block;
padding: 1rem 4rem 1rem 4rem;
color: #fff;
text-decoration: none;
background: url(img/arrow01_blue.png) no-repeat right 2rem center;
background-size: 15px 11px;
}

.l-gnavi-sub-list__link:hover {
color: #fff;
opacity: 0.7;
}

.l-gnavi-sub-list.is-show {
transform: translate(100%, 0);
    overscroll-behavior: none;
}

.l-gnavi-sub-list.is-show .l-gnavi-sub-list {
transform: translate(0, 0);
}

.l-gnavi-sub-list .l-gnavi-sub-list {
width: 100%;
height: inherit;
padding: 0 0 0 2rem;
position: static;
}

.l-gnavi-sub-list .l-gnavi-sub-list::-webkit-scrollbar {
display: none;
}

.l-gnavi-btn-close__link {
margin: 20px auto;
padding: 10px 20px 10px 50px;
display: inline-block;
background: #ffffff;
text-decoration: none;
position: relative;
}

.l-gnavi-btn-close__link:hover {
background: #ccc;
color: #ffffff;
}

.l-gnavi-btn-close__link:hover:after {
background: #ffffff;
}

.l-gnavi-btn-close__link:hover::before {
background: #ffffff;
}

.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-navi-open .l-gnavi-area {
transform: translateX(0);
}

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

footer area

*/
.l-footer-area {
width: 100%;
margin: 0;
padding: 0;
text-align: center;
background: #f3f3f3;
}

.l-footer-area__inner {
margin: 0 auto;
padding: 0 2rem;
max-width: 1000px;
}

.l-footer-disclaimer {
width: 525px;
margin: 0 auto 30px auto;
padding: 20px;
font-size: 1rem;
text-align: left;
line-height: 1.8;
background: #fff;
}

.l-footer-disclaimer.warning {
text-align: center;
background: none;
padding: 0;
margin: 0 auto 30px auto;
}

.l-footer-list {
margin: 0 0 20px 0;
}

.l-footer-list__item {
display: inline-block;
padding: 0 0 0 20px;
}

.l-footer-bottom {
margin: 0 auto;
padding: 0 20px;
background: #8e7456;
font-size: 1.2rem;
text-align: center;
color: #ffffff;
}

.l-footer-bottom__inner {
width: 1100px;
display: table;
margin: 0 auto;
}

.l-footer-bottom__sitemap {
padding: 10px 0;
display: table-cell;
text-align: right;
}

.l-footer-bottom__sitemap__link {
color: #ffffff;
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 6px 12px;
padding: 0 20px 0 0;
text-decoration: none;
}

.l-footer-bottom__sitemap__link:hover {
color: #ffffff;
text-decoration: underline;
}

.l-footer-copy-wrapper {
background: #042763;
color: #fff;
}

.l-footer-copy {
max-width: 1000px;
margin: 0 auto;
padding: 2rem;
display: flex;
font-size: 1.2rem;
justify-content: space-between;
}

.l-footer-copy p {
position: relative;
}

.l-footer-copy .sitemap a::before {
content: "";
position: absolute;
width: 6px;
height: 6px;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
right: -1.3rem;
top: 0.15rem;
bottom: 0;
margin: auto;
transform: rotate(135deg);
}

.l-footer-copy .sitemap {
text-align: right;
}

.l-footer-copy a {
color: #fff;
text-decoration: none;
position: relative;
}

.l-footer-copy a::before {
content: "";
}

.l-footer-copy a:hover {
text-decoration: underline;
}

.l-footer-menu-wrapper {
margin: 0 auto;
padding: 0 0 50px 0;
}

.l-footer-logo {
padding: 2rem 0 0 0;
text-align: center;
}
.l-footer-logo img {
width: 8.4rem;
}
.l-footer-logo a:hover {
opacity: 0.7;
}

.l-footer-menu {
margin: 50px 0 0 0;
}

.l-footer-menu__title {
text-align: left;
border-bottom: solid 1px #333;
margin: 0 0 20px 0;
padding: 0 10px;
}

.l-footer-menu__title__link {
display: block;
text-decoration: none;
color: #333;
font-weight: bold;
font-size: 1.4rem;
}

.l-footer-menu__title__link:hover {
text-decoration: underline;
}

.l-footer-menu__title__link.is-open:after {
transform: translateY(-50%) rotate(-90deg);
}

.l-footer-menu__list__item {
width: 25%;
float: left;
}

.l-footer-menu__list__item:first-child {
display: none;
}

.l-footer-menu__list__link {
padding: 5px 10px;
display: block;
text-align: left;
font-size: 1.2rem;
text-decoration: none;
color: #333;
}

.l-footer-menu__list__link:hover {
text-decoration: underline;
}

.l-footer-submenu__list__link {
padding: 5px 15px;
display: block;
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;
}

.l-footer-menu__list__link a, .l-footer-submenu__list__link a {
color: #333;
}

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

common

*/
.l-parts.low {
background: none;
}

.l-parts.low::after {
content: none;
}

.l-pagetop {
position: fixed;
bottom: 80px;
right: 20px;
z-index: 1111111;
}

.l-pagetop__link {
width: 10.2rem;
height: 10.2rem;
display: block;
text-align: center;
padding: 10px 0 0 0;
}

.l-pagetop__link:hover {
opacity: 0.7;
}

.l-sns-list__item img {
display: block;
width: 2.5rem;
height: 2.5rem;
}

.l-sns-list--header {
display: flex;
justify-content: space-around;
margin: 3rem 2rem;
}

.l-sns-list--menu {
margin: 0 auto 20px auto;
}

.l-sns-list--fixed {
position: fixed;
bottom: 150px;
right: 35px;
}

.l-sns-list--fixed .l-sns-list__item {
display: block;
padding: 0 0 20px;
}

.l-tab {
margin: 0 0 30px;
border-bottom: solid 1px #cccccc;
border-left: solid 1px #cccccc;
border-right: solid 1px #cccccc;
}

.l-tab__btn {
cursor: pointer;
font-size: 0;
}

.l-tab__btn__item {
width: calc(100% / 2);
padding: 10px;
display: inline-block;
border-top: solid 1px #cccccc;
border-bottom: solid 1px #cccccc;
border-right: solid 1px #cccccc;
font-size: 1.4rem;
text-align: center;
}

.l-tab__btn__item:last-child {
border-right: none;
}

.l-tab__btn__item.is-active {
border-bottom: none;
}

.l-tab__content {
padding: 10px;
display: none;
}

.l-tab__content.is-active {
display: block;
}

#pankuzu {width: 100%;margin: 15px auto;font-size: 1.2rem;margin-top: 1rem;width: 86rem;text-align: right;}

#pankuzu a {
text-decoration: none;
}

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

contents area

*/
.l-wrapper {
display: flex;
width: 100%;
transition: none;
}

.l-contents-area {
width: calc(100% - 23rem);
overflow: hidden;
position: relative;
z-index: 1;
}

.l-contents-area__inner {
margin: 0 auto;
padding: 0 0 10rem 0;
}


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

main area

*/

.l-main-area {
width: 86rem;
margin: 0 auto;
padding: 0;
text-align: left;
}

.l-main-area--index,
.l-main-area--low {
position: relative;
margin: 10rem auto 0 auto;
}

.l-main-area--index p:not([class]),
.l-main-area--low p:not([class]) {
margin: 2rem 0;
}

.l-main-area p:not([class]) > span:not([class]),
.l-main-area li:not([class]) > span:not([class]),
.l-main-area td:not([class]) > span:not([class]) {
background: linear-gradient(transparent 70%, #a2d827 70%);
font-weight: bold;
}

.caption {
display: block;
margin: 0.8rem 0 0 0;
color: #999;
font-size: 1rem;
font-weight: normal;
line-height: 1.4;
word-break: break-all;
}
.caption a {
color: #999;
}

.caption.midSize {
    font-size: 1.3rem;
    line-height: 1.6;
}


/*--------------------------------------
heading
---------------------------------------*/
.l-main-area--index h2:not([class]),
.l-main-area--low h1:not([class]) {position: relative;margin: 0 0 4rem 0;padding: 2rem 2rem 2rem 12rem;background: #001d4c;color: #fff;font-size: 2.7rem;font-weight: bold;line-height: 1.4;}
.l-main-area--index h2:not([class]) {
margin: 6rem 0 3rem 0;
}
.l-main-area--index h2:not([class])::before,
.l-main-area--low h1:not([class])::before {position: absolute;left: 1.4rem;bottom: 0;width: 10rem;height: 8.6rem;background: url(img/title_bg_01.png) no-repeat left top;background-size: contain;content: "";}

.l-main-area--index h3:not([class]),
.l-main-area-category h2:not([class]),
.l-main-area--low h2:not([class]) {
position: relative;
margin: 5rem 0 4rem 0;
padding: 1.5rem 2rem 1.5rem 1.5rem;
background: #f3f3f3;
border-left: 13px solid #a2d827;
color: #363636;
font-size: 2.2rem;
font-weight: bold;
line-height: 1.4;
}

.l-main-area--index h4:not([class]),
.l-main-area-category h3:not([class]),
.l-main-area--low h3:not([class]) {
position: relative;
margin: 4rem 0 3rem 0;
padding: 0 2rem 0.8rem 2rem;
border-bottom: 1px solid #0c43a1;
color: #333;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
}

.l-main-area--index h5:not([class]),
.l-main-area--index h6:not([class]),
.l-main-area-category h4:not([class]),
.l-main-area-category h5:not([class]),
.l-main-area-category h6:not([class]),
.l-main-area--low h4:not([class]),
.l-main-area--low h5:not([class]),
.l-main-area--low h6:not([class]) {
position: relative;
margin: 3rem 0 2rem 0;
padding: 0 2rem 0 5rem;
color: #004db3;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
}

.l-main-area h2:not([class]) a,
.l-main-area h3:not([class]) a,
.l-main-area h4:not([class]) a,
.l-main-area h5:not([class]) a,
.l-main-area h6:not([class]) a {
display: block;
padding: 0 4rem 0 0;
background: url(img/arrow01_blue.png) no-repeat right center;
color: inherit;
text-decoration: none;
}
.l-main-area--index h2:not([class]) a {
background: url(img/arrow01_white.png) no-repeat right center;
}
.l-main-area h2:not([class]) a:hover,
.l-main-area h3:not([class]) a:hover,
.l-main-area h4:not([class]) a:hover,
.l-main-area h5:not([class]) a:hover,
.l-main-area h6:not([class]) a:hover {
opacity: 0.7;
}


/*--------------------------------------
title
---------------------------------------*/
.l-main-area .l-icon-title {
display: flex;
align-items: center;
position: relative;
margin: 4rem 0 4rem 4rem;
padding: 2rem 2rem 2rem 6rem;
background: #f3f3f3;
color: #333;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
}
.l-main-area .l-icon-title--recommend::before,
.l-main-area .l-icon-title--check::before,
.l-main-area .l-icon-title--point::before {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: -4rem;
top: 50%;
transform: translateY(-50%);
width: 8.2rem;
height: 8.2rem;
background: #a2d827;
border-radius: 50%;
color: #363636;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.1;
text-align: center;
content: "おすすめ";
}
.l-main-area .l-icon-title--check::before {
content: "CHECK";
}
.l-main-area .l-icon-title--point::before {
content: "POINT";
}
.l-main-area .l-icon-title a {
display: block;
padding: 0 4rem 0 0;
background: url(img/arrow01_blue.png) no-repeat right center;
color: inherit;
text-decoration: none;
}
.l-main-area .l-icon-title a:hover {
opacity: 0.7;
}


/*--------------------------------------
lists
---------------------------------------*/
.l-main-area ul {
margin: 3rem 0;
list-style-type: none;
}
.l-main-area ul li {
position: relative;
margin: 0 0 1rem 0;
padding: 0 0 0 2.4rem;
}
.l-main-area ul li:last-child {
margin: 0;
}
.l-main-area ul li::before {
position: absolute;
left: 0;
top: 0.8rem;
width: 1.4rem;
height: 1.4rem;
background: #0c43a1;
border-radius: 50%;
content: "";
}

.l-main-area ol {
margin: 3rem 0;
list-style-type: none;
counter-reset: number;
}
.l-main-area ol li {
position: relative;
margin: 0 0 1rem 0;
padding: 0 0 0 3rem;
}
.l-main-area ol li:last-child {
margin: 0;
}
.l-main-area ol li::before {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0.4rem;
width: 2rem;
height: 2rem;
background: #0c43a1;
color: #fff;
font-size: 1.3rem;
font-weight: bold;
line-height: 1.1;
text-align: center;
content: counter(number);
counter-increment: number;
}


/*--------------------------------------
table
---------------------------------------*/
table th,
table td {
word-break: break-all;
}
.l-main-area table {
width: 100%;
margin: 3rem auto;
border-collapse: collapse;
}
.l-main-area table th {
padding: 1rem 1.5rem;
background: #f3f3f3;
border: 2px solid #d6d6d6;
font-weight: bold;
text-align: center;
}
.l-main-area table td {
padding: 1rem 1.5rem;
background: #fff;
border: 2px solid #d6d6d6;
}


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

.btn-internal,
p.btn-internal {
max-width: 38rem;
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-internal a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin: 0 auto;
padding: 2.2rem 5rem;
background: rgb(81,146,211);
background: url(img/arrow01_white.png) no-repeat right 1.5rem center, -webkit-linear-gradient(90deg, rgba(81,146,211,1) 0%, rgba(12,67,161,1) 62%, rgba(0,43,153,1) 100%);
background: url(img/arrow01_white.png) no-repeat right 1.5rem center, linear-gradient(90deg, rgba(81,146,211,1) 0%, rgba(12,67,161,1) 62%, rgba(0,43,153,1) 100%);
background-size: auto, auto;
border-radius: 6rem;
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;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-internal.down a {
background: rgb(81,146,211);
background: url(img/arrow_white_down.png) no-repeat right 1.5rem center, -webkit-linear-gradient(90deg, rgba(81,146,211,1) 0%, rgba(12,67,161,1) 62%, rgba(0,43,153,1) 100%);
background: url(img/arrow_white_down.png) no-repeat right 1.5rem center, linear-gradient(90deg, rgba(81,146,211,1) 0%, rgba(12,67,161,1) 62%, rgba(0,43,153,1) 100%);
background-size: auto 8px, auto;
}
.btn-internal a:hover {
text-decoration: none;
opacity: 0.7;
}

.btn-web,
p.btn-web {
max-width: 38rem;
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-web a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin: 0 auto;
padding: 2.2rem 5rem;
background: rgb(254,170,0);
background: url(img/arrow01_white.png) no-repeat right 1.5rem center, -webkit-linear-gradient(90deg, rgba(254,170,0,1) 0%, rgba(178,88,0,1) 100%);
background: url(img/arrow01_white.png) no-repeat right 1.5rem center, linear-gradient(90deg, rgba(254,170,0,1) 0%, rgba(178,88,0,1) 100%);
background-size: auto, auto;
border-radius: 6rem;
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;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-web a:hover {
text-decoration: none;
opacity: 0.7;
}

.btn-link {
margin: 4rem 0;
padding: 0;
text-align: right;
}
.btn-link a {
display: inline-block;
position: relative;
padding: 0.2rem 2.4rem 0.2rem 0;
background: url(img/arrow01_blue.png) no-repeat right center;
background-size: 14px auto;
color: #333;
font-size: 1.5rem;
line-height: 1.4;
text-decoration: underline;
}
.btn-link a:hover {
text-decoration: none;
opacity: 0.7;
}


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
margin: 7rem 0;
}
.float-wrap .float-img.fr {
float: right;
width: 27rem;
margin: 0 0 1rem 2rem;
text-align: center;
}
.float-wrap .float-img.fl {
float: left;
width: 27rem;
margin: 0 2rem 1rem 0;
text-align: center;
}
.float-wrap .float-img.ct {width: 60rem;margin: 0 auto 2rem auto;text-align: center;}
.float-wrap p:not([class]) {
margin: 0;
}
.float-wrap p:not([class]) + p:not([class]) {
margin: 2rem 0 0 0;
}
.float-wrap .catch {
margin: 0 0 1.5rem 0;
color: #0c43a1;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
}


/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box-wrap .box {
width: calc((100% - 3.6rem) / 2);
margin: 0 0 3rem 0;
padding: 2rem;
background: #fff;
border: 2px solid #7e7f7f;
}
.box-wrap .box-head {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 1.5rem 0;
padding: 0 0 1.5rem 0;
border-bottom: 1px solid #3d69b4;
}
.box-wrap .box-head .ttl {
position: relative;
width: 100%;
color: #333;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
z-index: 1;
}
.box-wrap .box-head .ttl a {
display: block;
padding: 0 2.4rem 0 0;
background: url(img/arrow01_blue.png) no-repeat right center;
background-size: 20px auto;
color: inherit;
text-decoration: none;
}
.box-wrap .box-head .ttl a:hover {
text-decoration: none;
opacity: 0.7;
}
.box-wrap .box-body p:not([class]) {
margin: 0;
}
.box-wrap .box-body .caption {
margin: 1.5rem 0 0 0;
}


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.frame-wrap::after {
display: block;
width: calc((100% - 5.6rem) / 3);
content: "";
}
.frame-wrap .frame {width: calc((100% - 5.6rem) / 3);margin: 0 0 3rem 0;padding: 0 2rem 2rem;background: none;border: 1px solid #949595;height: auto;opacity: 1;transition: unset;overflow: unset;}
.frame-wrap .frame.imgframe {
    padding: 0;
    border: none;
}
.frame-wrap .frame.imgframe a:hover {
    opacity: 0.6;
}
.frame-wrap .frame-head {display: table;align-items: center;justify-content: center;margin: 0 0 1.5rem 0;padding: 1.5rem 0 1.5rem;border-bottom: 1px solid #3966b2;opacity: 1;transition: unset;overflow: unset;width: 100%;}
.frame-wrap .frame-head .ttl {position: relative;width: 100%;color: #333;font-size: 1.8rem;font-weight: bold;line-height: 1.4;z-index: 1;height: auto;opacity: 1;overflow: unset;transition: unset;}
.frame-wrap .frame-head .ttl a {display: block;padding: 0 2.4rem 0 0;background: url(img/arrow01_blue.png) no-repeat right center;background-size: 20px auto;color: inherit;text-decoration: none;vertical-align: middle;display: flex;justify-content: center;align-items: center;}
.frame-wrap .frame-head .ttl a:hover {
text-decoration: none;
opacity: 0.7;
}
.frame-wrap .frame-body {
    opacity: 1;
    transition: unset;
    height: auto;
    overflow: unset;
}
.frame-wrap .frame-body p:not([class]) {margin: 0 0 1rem;height: 100% !important;}
.frame-wrap .frame-body .caption {
margin: 1.5rem 0 0 0;
}
.frame-wrap .frame-body table {
margin: 1.5rem 0 0 0;
}
.frame-wrap .frame-body table th {
width: 35%;
padding: 0.7rem 0.5rem;
font-size: 1.4rem;
text-align: left;
}
.frame-wrap .frame-body table td {
padding: 0.7rem 0.5rem;
font-size: 1.4rem;
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-item {
display: none;
}
.accordion-btn {
display: block;
position: relative;
width: 40rem;
height: auto;
margin: 0 auto 3rem auto;
padding: 2rem 0;
background: #eef2f5;
border-radius: 5rem;
color: #333;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.accordion-btn::before {
position: absolute;
right: 3rem;
top: 50%;
transform: translateY(-50%);
width: 2rem;
height: 2rem;
background: url(img/acc_bg_01.png) no-repeat left top;
background-size: contain;
content: "";
}
.accordion-btn::after {
display: block;
padding: 0 4rem;
text-align: center;
content: "もっと見る";
}
.accordion-btn.is-open::before {
background: url(img/acc_bg_02.png) no-repeat left top;
background-size: contain;
}
.accordion-btn.is-open::after {
display: block;
padding: 0 4rem;
text-align: center;
content: "閉じる";
}
.accordion-btn:hover {
opacity: 0.7;
}


/*--------------------------------------
toc
---------------------------------------*/
.toc_parts {
width: 100%;
margin: 5rem auto;
padding: 3rem 4rem 2rem 4rem;
background: #f3f3f3;
}
.l-main-area--index .toc_parts {
margin: 5rem auto 0 auto;
}
.toc_parts .ttl {
padding: 0 0 0.2rem 1rem;
border-left: 4px solid #0c43a1;
color: #333;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
#toc {
margin: 1.5rem 0 0 0;
padding: 0 2rem;
border-top: 1px solid #333;
}
#toc .chapter {
margin: 0 0 2rem 0;
counter-reset: count;
}
#toc .chapter .chapter-h {
position: relative;
margin: 2rem 0 0 0;
padding: 0 0 0 3.5rem;
color: #333;
font-size: 1.6rem;
line-height: 1.8;
counter-increment: count;
}
#toc .chapter .chapter-h:last-child {
margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
position: absolute;
left: 0;
top: 1.3rem;
transform: translateY(-50%);
width: auto;
height: auto;
background: none;
border-radius: 0;
color: #0c43a1;
font-size: 2rem;
font-weight: 700;
content: counter(count, decimal-leading-zero);
}
#toc .chapter .chapter-h a {
font-weight: 700;
text-decoration: none;
}
#toc .chapter .chapter-h a:hover {
opacity: 0.7;
}
#toc li.chapter-h.chapter-h-three {
margin: 1rem 0 1rem 4rem;
padding: 0 0 0 1.5rem;
color: #333;
font-size: 1.4rem;
counter-increment: none;
}
#toc li.chapter-h.chapter-h-three::before {
position: absolute;
left: 0;
top: 0.7rem;
transform: rotate(180deg);
width: 0.8rem;
height: 0.8rem;
border-top: 1px solid #333;
border-right: 1px solid #333;
content: "";
}
#toc li.chapter-h.chapter-h-three a {
font-weight: normal;
}
#toc li.chapter-h.chapter-h-three span {
font-weight: 400;
}
#toc .chapter br {
display: none;
}


/*--------------------------------------
special
---------------------------------------*/
.block-special {margin: 0 0 10rem;padding: 1rem 2.5rem 2.5rem;background: #0c43a1;}
.block-special .ttl {
margin: 0 0 2rem 0;
color: #fff;
font-size: 3.55rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.block-special .ttl span {
display: inline-block;
margin: 0 0 1.2rem 0;
padding: 1.2rem 2rem;
background: #8ec218;
border: 1px solid #fff;
border-radius: 0.5rem;
outline: 1px solid #8ec218;
font-size: 2rem;
line-height: 1.1;
}
.block-special .box {
padding: 4.8rem 4rem;
background: #fff;
}
.block-special .box .float-wrap {
margin: 0;
}
.block-special .box .btn-internal {max-width: 38rem;margin: 4rem auto 0;}


/*--------------------------------------
mv
---------------------------------------*/
.l-mv {
min-height: 44rem;
padding: 9rem 0 11rem 0;
background: url(img/mv_bg_01.jpg) no-repeat center center;
background-size: cover;
}
.l-mv-inner {
width: 60rem;
margin: 0 auto;
}
.l-mv-title {
margin: 0 0 1.5rem 0;
color: #fff;
font-size: 4.8rem;
font-weight: bold;
line-height: 1.2;
text-align: center;
}
.l-mv-title span {
color: #a2d827;
}
.l-mv p:not([class]) {
color: #fff;
}
.l-mv p:not([class]) > span:not([class]) {
background: linear-gradient(transparent 70%, rgba(162,216,39,0.8) 70%);
font-weight: bold;
}


/*--------------------------------------
l-parts
---------------------------------------*/
.l-common-title {position: relative;margin: 6rem 0 3rem 0;padding: 8rem 0 0 0;background: url(img/title_bg_01.png) no-repeat center top;background-size: 64px auto;color: #fff;font-size: 3.6rem;font-weight: bold;line-height: 1.4;text-align: center;}
.l-common-title span {
font-size: 2.2rem;
}

.l-parts01 .l-section-inner .l-common-title {
    margin-top: 3rem;
}

p.l-common-lead {
width: 59rem;
margin: 0 auto 4rem auto;
}
p.l-common-lead > span:not([class]) {
background: linear-gradient(transparent 70%, #a2d827 70%);
font-weight: bold;
}


/*--------------------------------------
l-parts01
---------------------------------------*/
.l-parts01 {
position: relative;
margin: -6rem 0 0 0;
background: #001d4c;
}
.l-parts01.lower {
margin: 16rem 0 0 0;
}
.l-parts01::before {
position: absolute;
left: 50%;
top: 100%;
transform: translateX(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 26px 28px 0 28px;
border-color: #001d4c transparent transparent transparent;
content: "";
}
.l-parts01 .l-section-inner {padding: 0.1rem 4rem 5rem 4rem;}
.l-parts01 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.l-parts01 .block::after {
display: block;
width: calc((100% - 4.8rem) / 3);
content: "";
}
.l-parts01 .block .box {
width: calc((100% - 4.8rem) / 3);
padding: 3.2rem 1.6rem 3.6rem 1.6rem;
background: #eff3f6;
}
.l-parts01 .block .box-head {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 2rem 0;
padding: 0 0 2.4rem 0;
border-bottom: 1px solid #95b0cb;
}
.l-parts01 .block .box-head .catch {color: #363636;font-size: 2rem;font-weight: bold;letter-spacing: 0.2rem;line-height: 1.4;text-align: center;color: #ff961e;}
.l-parts01 .block .box-head .catch span {
color: #004db3;
font-size: 2.6rem;
}
.l-parts01 .block .box-body p:not([class]) {
margin: 0;
}
.l-parts01 .block .box-body ul {
margin: 2rem 0 0 0;
}
.l-parts01 .block .box-body ul li {
font-size: 1.4rem;
}
.l-parts01 .block .box-body ul li::before {
top: 0.7rem;
width: 1.2rem;
height: 1.2rem;
}
.l-parts01 .block .box-body .name {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 1.8rem 0;
color: #363636;
font-size: 2rem;
font-weight: bold;
letter-spacing: 0.2rem;
line-height: 1.4;
text-align: center;
}
.l-parts01 .block .box-body .fig {
text-align: center;
}
.l-parts01 .block .box-body .fig img {
width: 17.6rem;
border: 2px solid #c5c5c5;
}
.l-parts01 .block .box-body .caption {
font-size: 0.8rem;
text-align: center;
}
.l-parts01 .block .box-body .column {
display: flex;
align-items: center;
position: relative;
margin: 2.5rem 0 0 2.5rem;
padding: 0.6rem 0.6rem 0.6rem 3.2rem;
background: #fff;
}
.l-parts01 .block .box-body .column .ttl {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: -2.5rem;
top: 50%;
transform: translateY(-50%);
width: 5rem;
height: 5rem;
background: #001d4c;
border-radius: 50%;
color: #fff;
font-size: 1.3rem;
font-weight: bold;
line-height: 1.1;
text-align: center;
}
.l-parts01 .block .box-body .column p:not([class]) {
font-size: 1.4rem;
line-height: 1.4;
}
.l-parts01 .block .box-body .column-3 {
display: block;
margin: 3.5rem 0 0 0;
padding: 0;
background: none;
text-align: center;
}
.l-parts01 .block .box-body .column-3 .ttl {
display: inline-block;
position: static;
width: auto;
height: auto;
padding: 0.5rem;
background: #363636;
border-radius: 0;
font-size: 1.2rem;
}
.l-parts01 .block .box-body .column-3 .catch {
color: #363636;
font-size: 1.55rem;
font-weight: bold;
line-height: 1.6;
text-align: center;
}
.l-parts01 .block .box-body .column-3 .catch span {
background: linear-gradient(transparent 70%, #a2d827 70%);
font-size: 2rem;
font-weight: bold;
}
.l-parts01 .block .box-body .btn-web {
margin: 3rem auto 0 auto;
}
.l-parts01 .block .box-body .btn-web a {
padding: 1.5rem 3rem;
background: rgb(254,170,0);
background: url(img/arrow_white.png) no-repeat right 1.5rem center, -webkit-linear-gradient(90deg, rgba(254,170,0,1) 0%, rgba(178,88,0,1) 100%);
background: url(img/arrow_white.png) no-repeat right 1.5rem center, linear-gradient(90deg, rgba(254,170,0,1) 0%, rgba(178,88,0,1) 100%);
background-size: 6px auto, auto;
font-size: 1.45rem;
}
.l-parts01 .block .box-body .btn-internal {
margin: 2.4rem auto 0 auto;
}
.l-parts01 .block .box-body .btn-internal a {
padding: 1.5rem 3rem;
background: rgb(81,146,211);
background: url(img/arrow_white.png) no-repeat right 1.4rem center, -webkit-linear-gradient(90deg, rgba(81,146,211,1) 0%, rgba(12,67,161,1) 62%, rgba(0,43,153,1) 100%);
background: url(img/arrow_white.png) no-repeat right 1.4rem center, linear-gradient(90deg, rgba(81,146,211,1) 0%, rgba(12,67,161,1) 62%, rgba(0,43,153,1) 100%);
background-size: 6px auto, auto;
font-size: 1.45rem;
}
.l-parts01 .block .box-body .btn-internal.down a {
padding: 1.5rem 3rem;
background: rgb(81,146,211);
background: url(img/arrow_white_down.png) no-repeat right 1.4rem center, -webkit-linear-gradient(90deg, rgba(81,146,211,1) 0%, rgba(12,67,161,1) 62%, rgba(0,43,153,1) 100%);
background: url(img/arrow_white_down.png) no-repeat right 1.4rem center, linear-gradient(90deg, rgba(81,146,211,1) 0%, rgba(12,67,161,1) 62%, rgba(0,43,153,1) 100%);
background-size: auto 6px, auto;
font-size: 1.45rem;
}


/*--------------------------------------
l-parts02
---------------------------------------*/
.l-parts02 {
background: #f3f3f3;
}
.l-parts02 .l-section-inner {
padding: 6rem 4rem 10rem 4rem;
}
.l-parts02 .l-common-title {
color: #363636;
}
.l-parts02 .block .box {
margin: 5rem 0 0 0;
}
.l-parts02 .block .box:first-child {
margin: 0;
}
.l-parts02 .block .box .float-wrap {
margin: 0;
}
.l-parts02 .block .box .float-wrap .float-img.fr {
width: 35rem;
}
.l-parts02 .block .box .title {
position: relative;
margin: 0 0 2rem 0;
text-align: center;
}
.l-parts02 .block .box .title::before {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 100%;
height: 0.1rem;
border-bottom: 1px solid #0c43a1;
content: "";
}
.l-parts02 .block .box .title span {
display: inline-block;
position: relative;
max-width: 92%;
padding: 0 3rem;
background: #f3f3f3;
color: #0c43a1;
font-size: 2.7rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.l-parts02 .block .inner {
padding: 3rem;
background: #fff;
}
.l-parts02 .block .inner p:not([class]) {
margin: 0;
}


/*--------------------------------------
l-parts03
---------------------------------------*/
.l-parts03 .l-section-inner {position: relative;padding: 22rem 4rem 6rem 4rem;/* overflow: hidden; */}
.l-parts03 .l-section-inner::before {
position: absolute;
left: 50%;
top: 100%;
transform: translateX(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 26px 28px 0 28px;
border-color: #010d33 transparent transparent transparent;
content: "";
z-index: 1;
}
.l-parts03 .l-section-inner:first-child {
padding: 3rem 4rem 6rem 4rem;
}
.l-parts03 .l-section-inner:nth-child(even)::before {
border-color: #0c43a1 transparent transparent transparent;
}
.l-parts03 .bg-1::after,
.l-parts03 .bg-3::after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #010d33 url(img/parts03_bg_01.jpg) no-repeat center top;
background-size: 90rem auto;
content: "";
}
.l-parts03 .bg-1.scroll-1,
.l-parts03 .bg-3.scroll-3 {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
clip: rect(0, auto, auto, 0);
z-index: -1;
}
.l-parts03 .bg-1.scroll-1::after,
.l-parts03 .bg-3.scroll-3::after {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #010d33 url(img/parts03_bg_01.jpg) no-repeat calc(50% + 11.5rem) top;
background-size: 86rem auto;
content: "";
}
.l-parts03 .bg-2::after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #0c43a0 url(img/parts03_bg_02.jpg) no-repeat center top;
background-size: 90rem auto;
content: "";
}
.l-parts03 .bg-2.scroll-2 {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
clip: rect(0, auto, auto, 0);
z-index: -1;
}
.l-parts03 .bg.scroll-2::after {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #0c43a0 url(img/parts03_bg_02.jpg) no-repeat calc(50% + 11.5rem) top;
background-size: 86rem auto;
content: "";
}
.l-parts03 .l-section-inner:last-child::before {
display: none;
content: none;
}
.l-parts03 .l-common-title {margin: 0 0 22rem 0;}
.l-parts03-company {position: relative;padding: 0 6rem 6rem 6rem;background: #fff;}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.l-parts03-company > .title {
position: relative;
margin: 7rem 0 3rem 0;
text-align: center;
}
.l-parts03-company > .title::before {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 100%;
height: 0.1rem;
border-bottom: 1px solid #1c50a7;
content: "";
}
.l-parts03-company > .title span {
display: inline-block;
position: relative;
max-width: 90%;
padding: 0 3rem;
background: #fff;
color: #363636;
font-size: 2.2rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.l-parts03 .catch-title {position: relative;top: -5rem;width: 52rem;margin: 0 auto;padding: 3rem 2rem;/* padding-top: 100px; */margin-top: -100px;background: #f3f3f3;color: #363636;font-size: 2.3rem;font-weight: bold;line-height: 1.4;text-align: center;}
.l-parts03 .catch-title span {
color: #0c43a1;
font-size: 3rem;
}
.l-parts03 .catch-title::before {
position: absolute;
left: -1.1rem;
top: 50%;
transform: translateY(-50%);
width: 3.6rem;
height: 100%;
border: 11px solid #0c43a1;
border-right: none;
content: "";
}
.l-parts03 .catch-title::after {
position: absolute;
right: -1.1rem;
top: 50%;
transform: translateY(-50%);
width: 3.6rem;
height: 100%;
border: 11px solid #0c43a1;
border-left: none;
content: "";
}
.l-parts03 .name {
margin: 0 0 4rem 0;
color: #333;
font-size: 2.6rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.l-parts03 .fig {
width: 60rem;
margin: 0 auto;
text-align: center;
}
.l-parts03 .fig img {
border: 1px solid #b0a8a7;
}
.l-parts03 .fig + .caption {
text-align: center;
}
.l-parts03 table th {
width: 16%;
text-align: left;
}
.block-feature .box {
position: relative;
margin: 5rem 0 0 0;
padding: 4rem 2.5rem 2.5rem 2.5rem;
background: #f3f3f3;
}
.block-feature .box .label {
display: inline-block;
position: absolute;
left: 2rem;
top: -2rem;
padding: 0.8rem 1.6rem;
background: #8ec218;
border-radius: 5rem;
color: #fff;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.2;
text-align: center;
}
.block-feature .box .ttl {
margin: 0 0 1.5rem 0;
color: #0c43a1;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
}
.block-feature .box p:not([class]) {
margin: 0;
}
.block-job .box {position: relative;margin: 4rem 0 0 2.2rem;padding: 2.5rem 2.5rem 2.5rem 7rem;background: #eff3f6;}
.block-job .box .label {display: flex;align-items: center;justify-content: center;position: absolute;left: -5.2rem;top: calc(50% - 5.2rem);width: 10.4rem;height: 10.4rem;background: #001d4c;border-radius: 50%;color: #fff;font-size: 1.75rem;font-weight: bold;line-height: 1.1;text-align: center;}
.block-job .box .ttl {
margin: 0 0 1.5rem 0;
color: #004db3;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
}
.block-job .box p:not([class]) {
margin: 0;
}


/*--------------------------------------
l-parts04
---------------------------------------*/
.l-parts04 {
padding: 8rem 0 0 0;
}
.l-parts04 .frame-wrap {
margin: 0 4rem;
}
.l-parts04 h3:not([class]) {
margin: 10rem 0 3rem 0;
}
.l-parts04 h3:not([class]):nth-of-type(1) {
margin: 0 0 3rem 0;
}


/*--------------------------------------
l-parts-host
---------------------------------------*/
.l-parts-host {
margin: 11rem 0 0 0;
}

/*--------------------------------------
アコーディオンボタン
---------------------------------------*/
.ac-box{width: auto;margin: 30px auto 0;}

.ac-box label{max-width: 385px;font-size: 16px;font-weight: bold;text-align: center;border: 1px solid #333;margin: 0 auto 6rem;line-height: 50px;position: relative;display: block;height: 50px;border-radius: 8px;cursor: pointer;transition: all 0.5s;}

.ac-box label:hover{
opacity: 0.6;
}

.ac-box input{
display: none;
}

.ac-box label:after{
position: absolute;
    right: 1.8rem;
    top: 50%;
    transform: translateY(-50%);
    content: "＋";
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    font-weight: bold;
}

.ac-box input:checked ~ label::after {
position: absolute;
    right: 1.8rem;
    top: 50%;
    transform: translateY(-50%);
    content: "－";
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    font-weight: bold;
}

.ac-box div,
.ac-box .frame-wrap{height: 0px;padding: 0px;overflow: hidden;opacity: 0;transition: 0.5s;}

.ac-box input:checked ~ div,
.ac-box .frame-wrap {height: auto;padding: 0;opacity: 1;overflow: unset;}













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

smartphone settings

*/
@media screen and (max-width: 480px) {
.pc_br , .pc , .forPC {
display: none;
}

.sp_br, .sp, .forSP {
display: block;
}

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

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

header area

*/
.l-header {
position: relative;
width: 100%;
display: block;
}

.l-header__inner {
width: 100%;
position: relative;
}

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

.l-siteinfo {padding: 1rem 7rem 0rem 1.5rem;border: none;display: flex;}
.l-siteinfo__sitename {text-align: left;order: 2;}
.l-siteinfo__logo {width: 28%;float: left;margin-right: 1rem;display: inline;order: 1;}

.l-siteinfo .l-siteinfo__logo img {
margin-top: 0;
}

.l-gnavi-area {
width: 100%;
height: 100%;
padding: 8rem 0 2rem;
position: fixed;
background-size: 6px 6px;
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease;
top: 0;
left: auto;
right: 0;
z-index: 300;
overflow-x: hidden;
overflow-y: scroll;
transform: translateX(100%);
}

.l-gnavi-list {
padding: 0 2rem;
}

.l-gnavi-list__item {
margin: 0 0 1.5rem;
border: solid 3px #001d4c;
}

.l-gnavi-list__link {
padding: 1.3rem 4.8rem 1.3rem 1.3rem;
background: #f3f3f3 url(img/arrow01_navy.png) no-repeat right 2rem center;
background-size: 14px auto;
}

.l-gnavi-list__link--menu {
background: #fff url(img/icon_more.svg) no-repeat right 20px center;
background-size: 16px 5px;
}

.l-gnavi-list__link--menu:hover {
background: #fff url(img/icon_more.svg) no-repeat right 20px center;
background-size: 16px 5px;
}

.l-gnavi-list__link:hover {
background-position: right 2rem center;
}

.l-gnavi-sub-list {
width: 100%;
height: inherit;
padding: 0 2rem;
display: none;
position: absolute;
top: 0;
left: 100%;
overflow-y: initial;
}

.l-gnavi-sub-list__item {
margin: 0 0 1rem;
border: solid 2px #001d4c;
}

.l-gnavi-sub-list__item:nth-child(1), .l-gnavi-sub-list__item:nth-child(2) {
display: block;
}

.l-gnavi-sub-list__link {
padding: 1.3rem 3rem 1.3rem 1.3rem;
background: #fff url(img/arrow01_navy.png) no-repeat right 2rem center;
background-size: 14px auto;
color: #333;
font-weight: bold;
}

.l-gnavi-sub-list__link:hover {
color: #8e7456;
text-decoration: none;
}

.l-gnavi-sub-list__link--menu {
background: #fff url(img/icon_more.svg) no-repeat right 20px center;
background-size: 16px 5px;
}

.l-gnavi-sub-list__link--back {
padding: 1rem 1rem 1rem 3rem;
background: #f5f5f5 url(img/arrow04_navy.svg) no-repeat left 1rem center;
background-size: 14px;
outline: 3px #f5f5f5 dotted;
}

.l-gnavi-sub-list .l-gnavi-sub-list {
padding: 0 2rem;
position: absolute;
}

.l-gnavi-btn {
width: 60px;
height: 60px;
display: block;
position: fixed;
top: 0;
right: 0;
z-index: 200;
cursor: pointer;
background: rgba(255, 255, 255, 0.8);
}

.l-gnavi-btn span {
width: 30px;
height: 3px;
display: inline-block;
background: #001d4c;
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:hover {
color: #666;
}

.l-gnavi-btn:active {
color: #666;
}

.l-gnavi-btn--gnavi {
width: 30px;
height: 23px;
background: none;
position: absolute;
top: 20px;
right: 15px;
z-index: 200;
}

.l-gnavi-btn--gnavi span {
width: 100%;
left: 0;
}

.l-gnavi-btn--gnavi span:nth-of-type(1) {
top: 0;
}

.l-gnavi-btn--gnavi span:nth-of-type(2) {
top: 10px;
}

.l-gnavi-btn--gnavi span:nth-of-type(3) {
top: 20px;
}

.l-gnavi-btn.is-active span:nth-of-type(1) {
-webkit-transform: translateY(10px) rotate(-45deg);
transform: translateY(10px) rotate(-45deg);
}

.l-gnavi-btn.is-active span:nth-of-type(2) {
opacity: 0;
}

.l-gnavi-btn.is-active span:nth-of-type(3) {
-webkit-transform: translateY(-10px) rotate(45deg);
transform: translateY(-10px) rotate(45deg);
}

.is-navi-open .l-gnavi-area--slide-left {
transform: translateX(0);
}

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

footer area

*/
.l-footer-area {
min-width: auto;
padding: 30px 0 0 0;
}

.l-footer-area__inner {
padding: 0;
}

.l-footer-logo {
width: 90%;
margin: 0 auto;
}

.l-footer-disclaimer {
width: 90%;
margin: 0 auto;
padding: 4%;
font-size: 1rem;
}

.l-footer-disclaimer.warning {
max-width: 35rem;
padding: 3rem 1rem 0 1rem;
text-align: left;
}

.l-footer-list__item {
margin: 0;
padding: 0 20px;
}

.l-footer-list__item--top {
border-right: solid 1px #d3c9bd;
}

.l-footer-list__link {
text-decoration: none;
}

.l-footer-list__link:hover {
text-decoration: underline;
}

.l-footer-copy {
padding: 1rem;
line-height: 1.4;
font-size: 1rem;
}

.l-footer-copy p {
margin: 0 auto;
text-align: center;
}

.l-footer-copy p::before {
display: none;
}

.l-footer-copy .sitemap {
display: none;
}

.l-footer-menu-wrapper {
width: 100%;
padding: 0;
}

.l-footer-menu {
width: 90%;
margin: 2rem auto;
float: none;
}

.l-footer-menu__title {
margin: 0;
padding: 0;
}

.l-footer-menu__title__link {
display: block;
font-size: 1.6rem;
position: relative;
padding: 0 20px 10px 0;
}

.l-footer-menu__title__link:after {
content: '';
width: 14px;
height: 14px;
background: url(img/arrow01_brown.svg) no-repeat 0 0;
background-size: 100%;
position: absolute;
top: 50%;
right: 5px;
transform: translateY(-50%) rotate(90deg);
}

.l-footer-menu__list {
display: none;
padding: 1.5rem 0;
}

.l-footer-menu__list__item {
width: 100%;
float: none;
}

.l-footer-menu__list__item:first-child {
display: block;
}

.l-footer-menu__list__link {
padding: 1rem;
font-size: 1.4rem;
}

.l-footer-submenu__list__link {
padding: 1rem 2rem;
}

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

common

*/
.l-pagetop {
bottom: 30px;
right: 20px;
z-index: 100;
}

.l-pagetop__link {
width: 6rem;
height: 6rem;
padding: 0 0 10px 0;
}

.l-sns-list--footer {
margin: 2rem auto;
width: 50%;
display: flex;
justify-content: space-around;
}

.l-sns-list--fixed {
display: none;
}

#pankuzu {
margin: 0.5rem 0 0 0;
padding: 0 1rem;
width: 100%;
white-space: nowrap;
overflow: auto;
-webkit-overflow-scrolling: touch;
}

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

contents area

*/
.l-wrapper {
display: block;
}

.l-contents-area {
width: 100%;
}

.l-contents-area__inner {
padding: 0;
}

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

main area

*/
.l-main-area {
width: 100%;
padding: 0 0 6rem 0;
}

.l-main-area--index,
.l-main-area--low {
margin: 4rem auto 0 auto;
padding: 0 1rem 6rem 1rem;
}


/*--------------------------------------
heading
---------------------------------------*/
.l-main-area--index h2:not([class]),
.l-main-area--low h1:not([class]) {
margin: 0 0 4rem 0;
padding: 1.5rem 1.5rem 1.5rem 10rem;
font-size: 2.2rem;
}
.l-main-area--index h2:not([class])::before,
.l-main-area--low h1:not([class])::before {
left: 1rem;
width: 7.5rem;
height: 6.8rem;
}

.l-main-area--index h3:not([class]),
.l-main-area-category h2:not([class]),
.l-main-area--low h2:not([class]) {
margin: 5rem 0 2.5rem 0;
padding: 1.5rem;
font-size: 2rem;
}

.l-main-area--index h4:not([class]),
.l-main-area-category h3:not([class]),
.l-main-area--low h3:not([class]) {
margin: 4rem 0 2rem 0;
padding: 0 1.5rem 0.8rem 1.5rem;
}

.l-main-area--index h5:not([class]),
.l-main-area--index h6:not([class]),
.l-main-area-category h4:not([class]),
.l-main-area-category h5:not([class]),
.l-main-area-category h6:not([class]),
.l-main-area--low h4:not([class]),
.l-main-area--low h5:not([class]),
.l-main-area--low h6:not([class]) {
padding: 0 1.5rem;
}

.l-main-area h2:not([class]) a,
.l-main-area h3:not([class]) a,
.l-main-area h4:not([class]) a,
.l-main-area h5:not([class]) a,
.l-main-area h6:not([class]) a {
padding: 0 2.4rem 0 0;
background-size: 18px auto;
}
.l-main-area h2:not([class]) a:hover,
.l-main-area h3:not([class]) a:hover,
.l-main-area h4:not([class]) a:hover,
.l-main-area h5:not([class]) a:hover,
.l-main-area h6:not([class]) a:hover {
opacity: 1;
}


/*--------------------------------------
title
---------------------------------------*/
.l-main-area .l-icon-title {
margin: 3rem 0 3rem 3rem;
padding: 1.5rem 1.5rem 1.5rem 5rem;
}
.l-main-area .l-icon-title--recommend::before,
.l-main-area .l-icon-title--check::before,
.l-main-area .l-icon-title--point::before {
left: -3rem;
width: 6.4rem;
height: 6.4rem;
font-size: 1.4rem;
}
.l-main-area .l-icon-title a {
padding: 0 2.4rem 0 0;
background-size: 18px auto;
}
.l-main-area .l-icon-title a:hover {
opacity: 1;
}


/*--------------------------------------
table
---------------------------------------*/
.l-main-area table {
width: 100%;
margin: 3rem auto;
border-top: 2px solid #d6d6d6;
}
.l-main-area table th {
display: block;
width: 100%;
border-top: none;
}
.l-main-area table td {
display: block;
width: 100%;
border-top: none;
}

/*--------------------------------------
btns
---------------------------------------*/
.btn-internal,
p.btn-internal {
max-width: 90%;
margin: 3rem auto;
}
.btn-internal a {
padding: 2rem 4rem;
background-size: 18px auto, auto;
font-size: 1.6rem;
}
.btn-internal a:hover {
opacity: 1;
}

.btn-web,
p.btn-web {
max-width: 90%;
margin: 3rem auto;
}
.btn-web a {
padding: 2rem 4rem;
background-size: 18px auto, auto;
font-size: 1.6rem;
}
.btn-web a:hover {
opacity: 1;
}

.btn-tel,
p.btn-tel {
display: block;
max-width: 90%;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-tel a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin: 0 auto;
padding: 2rem 4.5rem;
background: rgb(162,216,39);
background: url(img/ico_tel.png) no-repeat 1.5rem center, -webkit-linear-gradient(90deg, rgba(162,216,39,1) 0%, rgba(0,184,0,1) 100%);
background: url(img/ico_tel.png) no-repeat 1.5rem center, linear-gradient(90deg, rgba(162,216,39,1) 0%, rgba(0,184,0,1) 100%);
background-size: 26px auto, auto;
border-radius: 6rem;
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;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-tel a:hover {
text-decoration: none;
opacity: 1;
}

.btn-link,
p.btn-tel {
max-width: 90%;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-link a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin: 0 auto;
padding: 2rem 4rem;
background: #f3f3f3 url(img/arrow01_blue.png) no-repeat right 1.5rem center;
background-size: 18px auto;
border-radius: 6rem;
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;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-link a:hover {
text-decoration: none;
opacity: 1;
}


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
margin: 4rem 0;
}
.float-wrap .float-img.fr {
float: none;
width: 100%;
margin: 0 0 1.5rem 0;
}
.float-wrap .float-img.fl {
float: none;
width: 100%;
margin: 0 0 1.5rem 0;
}
.float-wrap .float-img.ct {
width: 100%;
margin: 0 0 1.5rem 0;
}


/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
display: block;
}
.box-wrap .box {
width: 100%;
margin: 0 0 3rem 0;
}
.box-wrap .box-head .ttl a {
background-size: 18px auto;
}
.box-wrap .box-head .ttl a:hover {
opacity: 1;
}


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
display: block;
}
.frame-wrap::after {
display: none;
}
.frame-wrap .frame {
width: 100%;
}
.frame-wrap .frame-head .ttl a {
background-size: 18px auto;
}
.frame-wrap .frame-head .ttl a:hover {
opacity: 1;
}
.frame-wrap .frame-body table th {
width: 100%;
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-btn {
width: 90%;
font-size: 1.6rem;
}
.accordion-btn:hover {
opacity: 1;
}


/*--------------------------------------
toc
---------------------------------------*/
.toc_parts {
width: 100%;
margin: 0 auto 3rem auto;
padding: 2rem 1.5rem 0.5rem 1.5rem;
}
.main-index .toc_parts {
width: calc(100% - 2rem);
margin: 0 auto 4.5rem auto;
}
.toc_parts .ttl {
font-size: 1.6rem;
}
#toc {
margin: 1rem 0 0 0;
padding: 1rem 0 0 0;
}
#toc .chapter {
padding: 0;
}
#toc .chapter .chapter-h {
margin: 1rem 0;
padding: 0 0 0 3rem;
font-size: 1.4rem;
line-height: 1.6;
}
#toc ul.chapter .chapter-h::before {
top: 1.1rem;
font-size: 1.6rem;
}
#toc li.chapter-h.chapter-h-three {
margin: 0.5rem 0 0.5rem 3rem;
}
#toc li.chapter-h.chapter-h-three::before {
top: 0.7rem;
width: 6px;
height: 6px;
}
#toc li.chapter-h-three + .chapter-h-two {
margin-top: 2rem;
}
.l-parts-toc .accordion-btn {
width: 90%;
}
.main-low .l-parts-toc .accordion-btn {
width: 90%;
}


/*--------------------------------------
special
---------------------------------------*/
.block-special {
margin: 5rem 0;
padding: 2.4rem;
}
.block-special .ttl {
font-size: 2.2rem;
}
.block-special .ttl span {
padding: 1rem 2rem;
font-size: 1.6rem;
}
.block-special .box {
padding: 1.6rem;
}
.block-special .box .btn-internal {
max-width: 90%;
margin: 2rem auto 0 auto;
}


/*--------------------------------------
mv
---------------------------------------*/
.l-mv {
min-height: auto;
margin: 1rem 0;
padding: 0;
background: none;
}
.l-mv-inner {
width: 100%;
}
.l-mv-title {
margin: 0;
padding: 2rem 1rem;
background: url(img/mv_bg_01.jpg) no-repeat center center;
background-size: cover;
font-size: 2.4rem;
line-height: 1.4;
}
.l-mv p:not([class]) > span:not([class]) {
background: linear-gradient(transparent 70%, rgba(162,216,39,0.8) 70%);
font-weight: bold;
}
.l-mv-txt {
padding: 1.5rem 1rem;
background: #001d4c;
}


/*--------------------------------------
l-parts
---------------------------------------*/
.l-common-title {
padding: 6rem 0 0 0;
background-size: 54px auto;
font-size: 2.2rem;
}
.l-common-title span {
font-size: 1.6rem;
}

p.l-common-lead {
width: 100%;
margin: 0 auto 3rem auto;
}


/*--------------------------------------
l-parts01
---------------------------------------*/
.l-parts01 {
margin: 3rem 0 0 0;
}
.l-parts01.lower {
margin: 5rem 0 0 0;
}
.l-parts01 .l-section-inner {
padding: 3rem 2rem;
}
.l-parts01 .block {
display: block;
}
.l-parts01 .block::after {
display: none;
}
.l-parts01 .block .box {
width: 100%;
margin: 0 0 3rem 0;
}
.l-parts01 .block .box:last-child {
margin: 0;
}
.l-parts01 .block .box-body .fig img {
width: 80%;
}
.l-parts01 .block .box-body .btn-tel {
margin: 2.4rem auto 0 auto;
}
.l-parts01 .block .box-body .btn-tel a {
padding: 1.5rem 4.5rem;
font-size: 1.45rem;
}


/*--------------------------------------
l-parts02
---------------------------------------*/
.l-parts02 {
background: #f3f3f3;
}
.l-parts02 .l-section-inner {
padding: 4rem 1rem;
}
.l-parts02 .l-common-title {
color: #363636;
}
.l-parts02 .block .box {
margin: 4rem 0 0 0;
}
.l-parts02 .block .box .float-wrap .float-img.fr {
width: 100%;
}
.l-parts02 .block .box .title {
margin: 0 0 1.5rem 0;
}
.l-parts02 .block .box .title span {
max-width: 90%;
padding: 0 2rem;
font-size: 1.8rem;
}
.l-parts02 .block .inner {
padding: 2rem;
}


/*--------------------------------------
l-parts03
---------------------------------------*/
.l-parts03 .l-section-inner:first-child {
padding: 3rem 2rem;
}
.l-parts03 .bg-1::after,
.l-parts03 .bg-3::after {
background-size: 100% auto;
}
.l-parts03 .bg-1.scroll-1::after,
.l-parts03 .bg-3.scroll-3::after {
background: #010d33 url(img/parts03_bg_01.jpg) no-repeat center top;
background-size: 100% auto;
}
.l-parts03 .bg-2::after {
background-size: 100% auto;
}
.l-parts03 .bg.scroll-2::after {
background: #0c43a0 url(img/parts03_bg_02.jpg) no-repeat center top;
background-size: 100% auto;
}
.l-parts03 .l-common-title {
margin: 0 0 8rem 0;
}
.l-parts03-company {
padding: 0 1.5rem 3rem 1.5rem;
}
.l-parts03-company > .title {
margin: 6rem 0 3rem 0;
}
.l-parts03-company > .title span {
padding: 0 2rem;
font-size: 2rem;
}
.l-parts03 .catch-title {
top: -4rem;
width: 90%;
padding: 3rem 2rem;
font-size: 1.8rem;
}
.l-parts03 .catch-title span {
font-size: 2.4rem;
}
.l-parts03 .catch-title::before {
left: -0.8rem;
width: 3rem;
border: 8px solid #0c43a1;
border-right: none;
}
.l-parts03 .catch-title::after {
right: -0.8rem;
width: 3rem;
border: 8px solid #0c43a1;
border-left: none;
}
.l-parts03 .name {
margin: 0 0 3rem 0;
font-size: 2.4rem;
}
.l-parts03 .fig {
width: 100%;
}
.l-parts03 .fig img {
border: 3px solid #b0a8a7;
}

.l-parts03 table th {
width: 100%;
text-align: center;
}
.block-feature .box {
margin: 4rem 0 0 0;
padding: 3.5rem 2rem 2rem 2rem;
}
.block-feature .box .label {
left: 1.6rem;
top: -1.6rem;
font-size: 1.6rem;
}
.block-job .box {margin: 3rem 0 0 3rem;padding: 2rem 1.5rem 2rem 5rem;}
.block-job .box .label {left: -4rem;width: 8rem;height: 8rem;top: calc(50% - 4rem);font-size: 1.4rem;}


/*--------------------------------------
l-parts04
---------------------------------------*/
.l-parts04 {
padding: 5rem 0 0 0;
}
.l-parts04 .l-section-inner {
padding: 0 1rem;
}
.l-parts04 h2:not([class]):nth-of-type(1) {
margin: 0 0 2.5rem 0;
}
.l-parts04 .frame-wrap {
margin: 0;
}
.l-parts04 h3:not([class]) {
margin: 6rem 0 2rem 0;
}
.l-parts04 h3:not([class]):nth-of-type(1) {
margin: 0 0 2rem 0;
}

/*--------------------------------------
l-parts-host
---------------------------------------*/
.l-parts-host {
margin: 6rem 0 0 0;
}


}