@charset "utf-8";
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Serif JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Serif+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: 1020px;
 margin: 0;
 padding: 0;
 font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
 font-size: 1.6rem;
 -webkit-text-size-adjust: 100%;
 line-height: 1.8;
 color: #222;
 -webkit-font-smoothing: antialiased;
 word-break: break-word;
}
h1, h2, h3, h4, h5, h6 {
 margin: 0;
 padding: 0;
 font-weight: normal;
}
li {
 list-style: none;
}
td, th {
 word-break: break-all;
}
img {
 max-width: 100%;
 height: auto;
}
a {
 color: inherit;
 text-decoration: underline;
}
@media screen and (min-width: 480px) {
 a:hover,
 a:hover img { opacity: 0.6; }
}
/* microclearfix */
.cf:before, .cf:after {
 content: " ";
 display: table;
}
.cf:after {
 clear: both;
}
.cf {
 *zoom: 1;
}
* {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
span:not([class]) {
 color: #4FB4B9;
 font-weight: bold;
}
.caption {
 font-size: 1rem;
 line-height: 1.4;
 margin: 1em 0;
 word-break: break-all;
 color: #878787;
}

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


*/
.l-main-area p:not([class]) {
 margin: 1em 0;
}
.l-main-area ul:not([class]) {
 margin: 2rem;
}
.l-main-area ul:not([class]) li {
 margin: 0 0 1em 0;
 padding: 0 0 0 25px;
 position: relative;
     font-size: 1.5rem;
}
.l-main-area ul:not([class]) li::before {
 content: "■";
 color: #ECB272;
 position: absolute;
 left: 0;
 top: 0;
}
.l-main-area ol:not([class]) {
 margin: 30px 20px;
 counter-reset: number;
 list-style-type: none !important;
 text-align: left;
}
.l-main-area ol:not([class]) li {
 position: relative;
 margin: 0 0 1em 0;
 padding: 0 0 0 25px;
}
.l-main-area ol:not([class]) li:before {
 position: absolute;
 counter-increment: number;
 content: counter(number);
 background: #F9E939;
 border-radius: 50%;
 top: 4px;
 left: 0;
 width: 20px;
 height: 20px;
 text-align: center;
 font-size: 1.2rem;
 display: block;
 align-items: center;
 justify-content: center;
}
.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: #FDF1F3;
 border: 1px #707070 solid;
 min-width: 80px;
 font-size: 1.4rem;
 font-weight: bold;
 width: 30%;
}
.l-main-area table td {
 padding: 10px 15px;
 background: #fff;
 border: 1px #707070 solid;
 font-size: 1.4rem;
}
.btn-web,
.btn-internal {
 width: 90%;
 max-width: 500px;
 margin: 3rem auto;
 padding: 0;
 display: block;
 text-align: center;
 position: relative;
}

.nyuukyo .btn-web,
.nyuukyo .btn-internal {
   width: 100%;
}


.btn-web a { 
 padding: 1.8rem 16%;
 display: block;
 background-color: #4FB4B9;
 box-shadow: 3px 3px 0px #00000029;
 border-radius: 50px;
 font-size: 1.8rem;
 font-weight: bold;
 line-height: 1.4;
 color: #fff;
 text-decoration: none;
 text-align: center;
 position: relative;
 transition: 0.2s;
}
.btn-web a:after {
 content: "";
 width: 8px;
 height: 21px;
 background: url(img/arrow01_white.svg) no-repeat center center;
 background-size: 100%;
 position: absolute;
 top: 50%;
 right: 8%;
 transform: translateY(-50%);
}
.btn-internal a {
 padding: 1.5rem 16%;
 display: block;
 background-color: #FDF1F3;
 border: 3px solid #E28E9D;
 box-shadow: 3px 3px 0px #D4EDED;
 border-radius: 50px;
 font-size: 1.8rem;
 font-weight: bold;
 line-height: 1.4;
 text-decoration: none;
 text-align: center;
 position: relative;
 transition: 0.2s;
}
.btn-internal a:after {
 content: "";
 width: 10px;
 height: 21px;
 background: url("img/arrow01_pink.svg") no-repeat center center;
 background-size: 100%;
 position: absolute;
 top: 50%;
 right: 8%;
 transform: translateY(-50%);
}
.btn-tel {
 display: none;
}
.btn-link {
 margin: 20px 0;
 text-align: right; 
}
.btn-link a {
 line-height: 1.4;
 padding: 5px 0 5px 20px;
 background: url("img/arrow02_pink.svg") no-repeat left center / 16px auto;
 font-weight: 700;
}
.btn-accordion {
 text-align: center;
}
.btn-accordion span:not([class]) {
 width: 90%;
 max-width: 500px;
 margin: 3rem auto;
 padding: 1.8rem 16%;
 display: block;
 background-color: #FDF1F3;
 border: 2px solid #E28E9D;
 box-shadow: 3px 3px 0px #D4EDED;
 border-radius: 1000px;
 color: #222;
 font-size: 1.8rem;
 font-weight: bold;
 line-height: 1.4;
 text-decoration: none;
 text-align: center;
 position: relative;
 cursor: pointer;
 transition: 0.2s;
}
.btn-accordion span:after {
 content: "";
 position: absolute;
 width: 10px;
 height: 21px;
 background: url("img/arrow01_pink.svg") no-repeat center center;
 background-size: 96%;
 top: 50%;
 margin-top: -10px;
 right: 25px;
 transform: rotate(90deg);
 transition: 0.2s;
}
.btn-accordion.is-open span:after {
 transform: rotate(-90deg);
}
@media screen and (min-width: 480px) {
 /* hover pcのみ */
 .l-main-area .btn-web a:hover {
  opacity: 1;
  background-color: #E28E9D;
 }
 .l-main-area .btn-internal a:hover,
 .l-main-area .btn-accordion span:hover {
  opacity: 1;
  background-color: #fff;
 }
}
.l-main-area .accordion-item > * {
 margin: 0;
}
.float-wrap {
 margin: 10px 0 40px;
}
.float-wrap .float-img {
 text-align: center;
}
.float-wrap .float-img + p {
 margin-top: 0;
}
.float-wrap .float-img img {
 max-width: 100%;
}
.float-wrap .float-img.fr {
 width: 320px;
 margin: 0 0 10px 20px;
 float: right;
}
.float-wrap .float-img.fl {
 width: 320px;
 margin: 0 60px 10px 0;
 float: left;
}
.float-wrap .float-img.ct {
 margin: 0 auto;
 width: 800px;
}


.flowchart{
   width: !imortant 100%;
}


.float-wrap .catch {
 font-size: 1.9rem;
 color: #d38593;
 font-weight: bold;
}
.float-wrap .catch a {
 text-decoration: none;
 display: inline-block;
 background: url("img/arrow01_pink.svg") no-repeat right 50% / 7px auto;
 padding-right: 2rem;
}
.float-wrap .float-img.fl + .catch {
}
.float-wrap .float-img.fr + .catch {
 margin-right: 340px;
}
.float-wrap .float-img.ct + .catch {
 text-align: center;
}
.box-wrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 3rem 0;
}
.box-wrap .box {
 width: calc((100% - 30px) / 2);
 padding: 0 2.2rem 2.2rem;
 border-radius: 15px;
 background-color: #FFFFFF;

}


.l-main-area .box-wrap .box {
   background: #FBF8F5;

}


.l-main-area--top .box-wrap .box {
   background: #ffffff;
       margin-bottom: 1rem;

}


.box-wrap .box-head {
 padding: 2rem 0;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 1.8rem;
 font-weight: bold;
 line-height: 1.4;
 border-bottom: solid 2px #e28e9d;
}
.frame-wrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.frame-wrap::after {
 content: "";
 width: calc((100% - 30px) / 3);
 height: 0;
}



.frame-wrap .frame {
 width: calc((100% - 30px) / 3);
 margin: 2rem 0;
 padding: 0 1rem 2.2rem;
 background-color: #fff;
}

.l-parts02 .frame-wrap .frame {
 width: calc((100% - 30px) / 2);
  padding: 2rem 3rem 3rem;
}



.frame .frame-head {
 display: flex;
 align-items: center; 
 margin: 0 0 2rem;
}




.frame .frame-head .title {
 font-size: 1.8rem;
 font-weight: bold;
 line-height: 1.3;
 width: 100%;
}
.frame .frame-head .title a {
 text-decoration: none;
 display: block;
 width: 100%;
 padding-right: 2rem;
 background: url("img/arrow01_pink.svg") no-repeat right 50% / 7px auto;
}
.l-main-area .frame table th,
.l-main-area .frame table td {
 padding: 1rem 0.8rem;
 line-height: 1.3;
}
.frame div[class^="btn"] a {
 font-size: 1.6rem;
}
.frame .frame-body *:first-child {
 margin-top: 0;
}
.frame .frame-body *:last-child {
 margin-bottom: 0;
}
.frame.typeA { 
 border-radius: 15px; 
}
.frame.typeA .frame-head {
 text-align: center;
 justify-content: center;
 border-bottom: solid 1px #E28E9D;
 padding: 1rem 0;
}

.l-parts02 .frame.typeA .frame-head {
   padding: 1rem 0 2.5rem;
}




.frame.typeA .frame-head .title {
 color: #E28E9D;
}
.frame.typeA .thum {
 text-align: center;
}
.l-main-area .frame.typeA ul {
 margin: 2rem 0;
 padding: 0;
}
.frame.typeA .date-tag-wrap {
 margin: 2rem 0 0;
}
.frame.typeA .date-tag-wrap .date-title {
 font-size: 1.6rem;
 font-weight: bold;
}
.frame.typeA .date-tag-wrap .date-tags .tags-block {
 display: flex;
 flex-wrap: wrap;
}
.frame.typeA .date-tag-wrap .date-tags .tags-block .tags-block-list {
 background-color: #f4d2d8;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 11px;
 line-height: 1.2;
 padding: 0.5rem 0.2rem;
 margin: 0.8rem 0.8rem 0 0;
}
.frame.typeA .date-tag-wrap .date-tags .tags-block .tags-block-list span {
 color: #222;
     font-size: 1.4rem;
}
.frame.typeB {
 background-color: #FBF8F5;
 border-radius: 15px;
}
.frame.typeB .frame-head {
 padding: 1.7rem 0;
 justify-content: center;
 margin-bottom: 0;
}

.nyuukyo .frame.typeB .frame-head {
   padding: 2.5rem 0 1.7rem;
   border-bottom: 1px solid #878787;
   margin-bottom: 2rem;
}

.frame.typeB .frame-head .title {
 color: #E28E9D;
 text-align: center;
 font-size: 2rem;

}
.frame.typeB .box_arrow {
 position: relative;
 padding-top: 5rem;
}
.frame.typeB .box_arrow::after {
 content: "";
 width: 28px;
 height: 35px;
 background: url("img/index_img02.png")no-repeat;
 position: absolute;
 left: 0;
 right: 0;
 margin: 0 auto;
 top: 0;
}
.frame.typeB .btn-internal a:after {
 transform: translateY(-50%) rotate(90deg);
}
.frame.typeC {
 border: solid 1px #E28E9D;
}
.frame.typeC .frame-head {
 padding: 2rem 1rem;
 margin: 0;
}
.frame.typeC table {
 table-layout: fixed;
}
.frame.typeC table th {
 width: 90px;
}
/* low ----------------*/
.site_title_lower-wrapper {
 width: 100%;
 margin: 0 auto;
 background: #E28E9D;
 padding: 0.7rem 0;
 padding-left: 100px;
}
.site_title_lower-wrapper a {
 text-decoration: none;
}
.site_title_lower {
 width: 100%;
 max-width: 1000px;
 margin: auto;
 text-align: center;
 font-size: 1.6rem;
 color: #fff;
 line-height: 1.4;
}
.site_title_lower .big {
 font-size: 2.4rem;
}
.l-main-area--top h2:not([class]),
.l-main-area--low h1 {
 margin: 5rem 0 4rem;
 padding: 9rem 0 0;
 background: url(img/icon_crane_turtle01.png) no-repeat center top;
 background-size: 100px auto;
 font-size: 3rem;
 font-weight: bold;
 line-height: 1.2;
 position: relative;
 text-align: center;
   color: #E28E9D;
}
.l-main-area--top h2:not([class]) {
  margin-bottom: 3rem;
 }
.l-main-area--top h3:not([class]),
.l-main-area--low h2:not([class]) {
 background-image: none;
 margin: 7rem 0 1.5rem;
 padding: 1.5rem;
 font-size: 2.5rem;
 font-weight: bold;
 background-color: #FBF8F5;
 border-bottom: 3px solid #E28E9D;
 line-height: 1.4;
}
.l-main-area--top h3:not([class]) a,
.l-main-area--low h2:not([class]) a {
 display: block;
 padding: 0 2rem 0 0;
 background: url(img/arrow01_pink.svg) no-repeat right 0 center;
 background-size: 12px auto;
 text-decoration: none;
}
.l-main-area--top h3:not([class]):nth-of-type(1),
.l-main-area--low h2:nth-of-type(1) {
 margin: 4rem 0 1.5rem;
}
.l-main-area--top h4:not([class]),
.l-main-area--low h3:not([class]) {
 border: none;
 margin: 3rem auto 1rem;
 padding: 1rem 1rem 1rem 4rem;
 font-size: 2.2rem;
 font-weight: bold;
 line-height: 1.4;
 background: url("img/icon_circle.png") no-repeat left 50%;
}
.l-main-area--top h4:not([class]) a,
.l-main-area--low h3:not([class]) a {
 display: inline-block;
 padding-right: 3rem;
 background: url("img/arrow01_gray.svg") no-repeat right 0 center;
 background-size: 10px auto;
 text-decoration: none;
}
.l-main-area--top h4:not([class]), .l-main-area--top h5:not([class]), .l-main-area--low h4:not([class]), .l-main-area--low h5:not([class]) {
 margin: 3rem 0;
 padding: 1rem 2rem;
 background: #FBF8F5;
 font-size: 1.8rem;
 font-weight: bold;
 line-height: 1.4;
}
.l-main-area--top h4:not([class]) a, .l-main-area--top h5:not([class]) a, .l-main-area--low h4:not([class]) a, .l-main-area--low h5:not([class]) a {
 display: inline-block;
 padding-right: 3rem;
 background: url("img/arrow01_gray.svg") no-repeat right 0 center;
 background-size: 8px auto;
 text-decoration: none;
 font-weight: bold;
}
.l-main-area .l-icon-title {
 margin: 3rem 0 1.5rem;
 padding: 13px 13px 13px 110px;
 background: #FBF8F5;
 font-size: 2.3rem;
 font-weight: bold;
 line-height: 1.4;
 position: relative;
}
.l-main-area .l-icon-title:before {
 content: "";
 width: 66px;
 height: 66px;
 border-radius: 100%;
 background-color: #F9E939;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 1.6rem;
 line-height: 1;
 box-shadow: 3px 3px 0px #D4EDED;
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 left: 10px;
}
.l-main-area .l-icon-title--check:before {
 content: "Check";
 background-color: #4FB4B9;
 color: #fff;
}
.l-main-area .l-icon-title--recommend:before {
 content: "おすすめ";
 font-size: 1.5rem;
}
.l-main-area .l-icon-title--point:before {
 content: "Point";
}
.l-main-area .l-number-wrapper {
 counter-reset: number;
}
.l-main-area .l-number-wrapper .l-icon-title {
 background-color: #D4EDED;
}
.l-main-area .l-number-wrapper .l-icon-title:before {
 content: counter(number);
 counter-increment: number;
 font-size: 3.4rem;
 box-shadow: 3px 3px 0px #fff;
}
.l-parts04-list {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin: 2rem 0;
 position: relative;
}
.l-parts04-list .l-parts04-image {
 width: 140px;
 display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
}
.l-parts04-list .l-parts04-image .image-box {
 margin: 0;
 width: 95%;
}
.l-parts04-list .l-parts04-body {
 width: calc(100% - 140px);
 border: 3px solid #F4CB35;
 padding: 15px 40px;
 border-radius: 20px;
 position: relative;
 background: #fff;
 font-size: 1.5rem;
 height: 50%;
}
.l-parts04-list .l-parts04-body:first-child::before,
.l-parts04-list .l-parts04-body:first-child::after {
 content: "";
 position: absolute;
 border: solid transparent;
 border-width: 11px 28px;
 top: 50%;
 margin-top: -6px;
}
.l-parts04-list .l-parts04-body:first-child::before {
 border-left-color: #F4CB35;
 right: -58px;
}
.l-parts04-list .l-parts04-body:first-child::after {
 border-left-color: #fff;
 right: -54px;
}
.l-parts04-list .l-parts04-body:nth-child(2)::before,
.l-parts04-list .l-parts04-body:nth-child(2)::after {
 content: "";
 position: absolute;
 border: solid transparent;
 border-width: 11px 28px;
 top: 50%;
 margin-top: -6px;
}
.l-parts04-list .l-parts04-body:nth-child(2)::before {
 border-right-color: #F4CB35;
 left: -58px;
}
.l-parts04-list .l-parts04-body:nth-child(2)::after {
 border-right-color: #fff;
 left: -54px;
}
.l-parts04-list .l-parts04-body:first-child,
.l-parts04-list .l-parts04-image:first-child {
 margin-right: 30px;
}
.l-parts04-list .l-parts04-body .catch {
 margin: 1rem 0;
 font-size: 2.4rem;
 font-weight: bold;
 line-height: 1.4;
 color: #4FB4B9;
}
.l-parts04-list .l-parts04-body .catch a {
 display: block;
 background: url(img/arrow01_blue.svg) no-repeat right center;
 background-size: 10px auto;
}
.l-parts04-list .l-parts04-body *:last-child {
 margin-bottom: 0;
}
.lower-bottom {
}
.lower-bottom .banner_wrap {
 display: flex;
 justify-content: center;
}
.lower-bottom .banner_box {
 width: 436px;
 text-align: center;
 position: relative;
}
.lower-bottom .banner_box.left {
 margin-right: 23px;
}
.lower-bottom .banner_box a {
 display: block;
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 text-decoration: none;
 padding: 1.4rem 1rem 1rem ;
}
.lower-bottom .banner_box .banner_txt {
 font-size: 2rem;
 color: #222;
 line-height: 1.3;
}
.lower-bottom .banner_box .banner_txt .line {
 font-size: 2.4rem;
 color: #222;
 text-align: center;
 line-height: 1.6;
 font-weight: bold;
 background: linear-gradient(transparent 0%, transparent 60%, #F4CB35 60%, #F4CB35 100%, transparent 100%);
}
.lower-bottom .banner_box.right .banner_txt .line {
 background: linear-gradient(transparent 0%, transparent 60%, #F4CB35 60%, #F4CB35 100%, transparent 100%);
}
.lower-bottom .banner_box .banner_txt div { margin-top: 6px; font-weight: bold;}


.lower_bottom .banner_wrap .banner_cont .banner_btn_kyujin,
.lower_bottom .banner_wrap .banner_cont .banner_btn_nyukyo{
    background-size: 12px auto;
    text-align: center;
    border-radius: 1000px;
    margin: 20px auto 0;
    padding: 10px 30px;
    color: #fff;
    font-size: 1.4rem;
   width: 212px;
}

.banner_btn_kyujin {
    background: #E28E9D url(img/arrow01_white.svg) no-repeat right 15px center;
    background-size: 8px auto;
    text-align: center;
    border-radius: 1000px;
    margin: 40px auto 0;
    padding: 10px 30px;
    color: #fff;
    font-size: 1.4rem;
   width: 212px;
}

.banner_btn_nyukyo {
    background: #E8A964 url(img/arrow01_white.svg) no-repeat right 15px center;
    background-size: 8px auto;
    text-align: center;
    border-radius: 1000px;
    margin: 20px auto 0;
    padding: 10px 30px;
    color: #fff;
    font-size: 1.4rem;
   width: 212px;

}




@media screen and (min-width: 480px) {
 .lower-bottom .banner_box a:hover { opacity: 1; }
 .lower-bottom .banner_box:hover { opacity: 0.6; }
}
/*
---------------------------------------------

  header area

  */
.l-header-area {
 width: 100%;
 margin: 0;
 padding: 0 0 0 100px;
}
.l-header {
 max-width: 920px;
 margin: 0 auto;
 padding: 1rem 0;
}
.l-header__link {
 display: inline-block;
 text-decoration: none;
}
.l-header-sitename {
 font-size: 1.2rem;
 line-height: 1.4;
 text-align: right;
}
.l-gnavi-btn {
 text-decoration: none;
 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: #E28E9D;
 cursor: pointer;
}
.l-gnavi-btn span {
 width: 30px;
 height: 3px;
 display: inline-block;
 background: #E28E9D;
 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 #E28E9D;
 background: #FDF1F3;
 display: none;
}
.l-gnavi-list__sub .l-gnavi-list__item {
 background: url("img/arrow01_pink.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: #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-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 {
 max-width: 100%;
 margin: 0 auto;
 padding: 0 0 0 100px;
 background: #FDF1F3;
 position: relative;
}
.l-footer-disclaimer {
 width: 800px;
 margin: 20px auto;
 padding: 20px;
 background: #ffffff;
 font-size: 1rem;
 color: #000;
 text-align: left;
}
.l-footer-disclaimer dt {
 float: left;
}
.l-footer-note {
 text-align: center;
 margin: 20px auto;
 font-size: 1.2rem;
}
.l-footer-bottom {
 margin: 0 auto;
 background: #E28E9D;
 color: #fff;
 font-size: 1.2rem;
 text-align: center;
}
.l-footer-bottom__inner {
 width: 96%;
 max-width: 920px;
 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: 920px;
 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_pink.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;
 font-weight: bold;
}
.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 {
 padding: 5px 0 5px 15px;
 background: url(img/icon_li_footer.svg) no-repeat left top 11px;
 background-size: 8px 8px;
 text-align: left;
 font-size: 1.4rem;
 text-decoration: none;
}
.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: -80px;
 right: 30px;
 z-index: 100;
}
.l-pagetop__link {
 width: 60px;
 height: 60px;
 background: #E28E9D;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
}
.l-pagetop__image {
 width: 24px;
}
.l-pagetop.is-fixed {
 position: fixed;
 top: auto;
 bottom: 30px;
}
#pankuzu {
 max-width: 920px;
 margin: 4rem auto 2rem auto;
 font-size: 1.2rem;
 font-weight: nomal;
}
#pankuzu a,
#pankuzu span {
 color: #222;
 font-weight: 400;
}
/*
---------------------------------------------

  contents area

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

  main area / common

  */
.l-main-area {
 width: 100%;
 margin: 0 auto 7rem auto;
 padding: 0;
 text-align: left;
}
.l-main-area--low {
 max-width: 920px;
 margin: 0 auto 7rem auto;
}
.l-section-inner {
 max-width: 920px;
 margin: 0 auto;
 padding: 7rem 0;
}
.l-common-title {
 padding: 5.5rem 0 0;
 margin: 0 0 4rem;
 font-size: 3.0rem;
 font-weight: bold;
 text-align: center;
 line-height: 1.4;
 background: url(img/icon_hand.png) no-repeat center top;
}
.l-common-title a {
 text-decoration: none;
 background: url("img/arrow02_pink.svg") no-repeat right center;
 background-size: 22px auto;
 padding: 0 35px;
 display: inline-block;
}
/*
---------------------------------------------

  top

  */
/* mv
---------------------------------------------*/
.l-mv {
width: 100%;
min-height: 184px;
background: url(img/bg_mv.jpg) no-repeat center top / auto 100%;
background-size: cover;
position: relative;
padding-bottom: 17rem;
}
.l-mv-wrapper {
 max-width: 1100px;
 width: 94%;
 padding: 1.8rem 0 0;
 margin: 0 auto;
}
.l-mv-box {
 padding-right: 480px;
 margin: auto;
}
.l-mv-box .l-mv-logo {
 margin-bottom: 1rem;
 font-size: 2.5rem;
 font-weight: bold;
 line-height: 1.4;
 vertical-align: middle;
}
.l-mv-box .l-mv-logo span {
 display: inline-block;
 line-height: 1.14;
 vertical-align: middle;
 margin-bottom: 10px;
}
.l-mv-box .l-mv-logo .pink {
 font-size: 4.8rem;
 color: #fff;
 background-color: #E28E9D;
 padding: 0 10px;
}
.l-mv-box .l-mv-logo .orange {
 font-size: 4.8rem;
 color: #fff;
 background-color: #ECB272;
 padding: 0 10px;
}
.l-mv-box .l-mv-logo .big {
 font-size: 3.8rem;
}
.l-mv-box .btns {
 display: flex;
 margin: 3rem 0 0;
}
.l-mv-box .btns .btn-internal {
 width: 300px;
 margin: 0 1.5rem 0 0;
}
.l-mv-box .btns .btn-internal a::after {
 transform: translateY(-50%) rotate(90deg);
}
.l-mv-box .btns .btn-internal:last-child a {
 background-color: #FCEAD5;
 border-color: #ECB272;
}
.l-mv-box .btns .btn-internal:last-child a::after {
 background-image: url("img/arrow01_orange.svg");
}
@media screen and (min-width: 480px) {
 .l-mv-box .btns .btn-internal:last-child a:hover {
  opacity: 1;
  background-color: #fff;
 }
}
.l-mv-box02 {
 background: rgba(0, 150, 210, 0.8);
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
}
.l-mv-box02_inner {
 max-width: 1100px;
 width: 94%;
 margin: auto;
 position: relative;
}
.l-mv__person-wrap {
 width: 400px;
 position: absolute;
 display: flex;
 flex-wrap: wrap;
 background: #fff;
 border: 3px solid #E28E9D;
 border-radius: 20px;
 right: 62rem;
 bottom: 30px;
 padding: 20px 9px 0;
}





.l-mv__person-wrap p {
 width: 100%;
 font-size: 1.4rem;
 line-height: 1.5;
     padding: 0 1rem;
}
.l-mv__person-wrap .l-mv__person_box {
 position: relative;
 width: 48%;
 text-align: center;
}
.l-mv__person-wrap .l-mv__person-balloon {
 position: absolute;
 left: -20px;
 top: -35px;
 font-size: 1.4rem;
 font-weight: bold;
 line-height: 1.4;
 color: #ffffff;
 background: #E28E9D;
 padding: 10px 15px;
 border-radius: 43px;
     width: 40%;
}
.l-mv__person-wrap .l-mv__person_box .l-mv__person__img { 
 position: absolute;
 left: 0;
 right: 0;
 top: -72px;
 margin: auto;
}
.l-mv__person-wrap .l-mv__person_box:nth-child(3) .l-mv__person__img {
 top: -50px;
 right: 45px;
}


.l-mv__person-wrap .l-mv__person_box .crane{
    width: 60px;
    left: 130px;
    top: -58px;
}


.l-mv__person-wrap .l-mv__person_box .turtle{
    width: 60px;
}




/* .secBg
---------------------------------------------*/
.secBg {
 background-color: #FBF8F5;
 max-width: 920px;
 margin: 0 auto;
 padding: 0 6rem;
 border-left: solid 4px #E28E9D;
 position: relative;
}
.secBg + .secBg {
 margin-top: 4rem;
}
.secBg .secBgTitle {
 display: inline-block;
 line-height: 38px;
 font-size: 18px;
 color: #fff;
 background-color: #E28E9D;
 padding: 0 1rem;
 border-radius: 0 0 20px 0;
 position: absolute;
 left: 0;
 top: 0;
}
.secBg div[class^="l-parts"] + div[class^="l-parts"] {
 margin-top: 10rem;
}
/* l-parts01
---------------------------------------------*/

.l-parts01 .btn-internal a:after {
 transform: translateY(-50%) rotate(90deg);
}
/* l-parts02
---------------------------------------------*/
.l-parts02 {
 margin: 10rem 0 0;
 position: relative;
}
.l-parts02-white + .l-parts02-white {
 margin-top: 6rem;
}
.l-parts02-white__title {
 padding: 2rem 1rem;
 background: #E28E9D;
 border-radius: 15px 15px 0 0;
 color: #fff;
 position: relative;
 margin-top: 4rem;
}
.l-parts02-white__title .catch-title {
 margin: 0 auto;
 text-align: center;
 font-size: 1.8rem;
 font-weight: bold;
 line-height: 1.4;
}
.l-parts02-white__title .catch-title .line {
 background:linear-gradient(transparent 93%, #FFEE00 0%);
 font-size: 3.5rem;
 display: inline;
 margin-right: 0.5rem;
}
.l-parts02-white-inner {
 background-color: #FBF8F5;
 padding: 4rem 3.6rem;
}
.l-parts02-white-inner_title {
 text-align: center;
 font-size: 2.6rem;
 margin: 0 0 2rem;
 font-weight: bold;
}
.l-parts02-white .title-voice {
 margin: 5rem 0 3rem;
 text-align: center;
 font-size: 2.4rem;
 line-height: 1.4;
 font-weight: bold;
 position: relative;
 z-index: 1;
 padding: 0 10%;
}
.l-parts02-white .title-voice::before {
 content: "";
 width: 100%;
 height: 2px;
 background-color: #E28E9D;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translate(0%, -50%);
 z-index: -1;
}
.l-parts02-white .title-voice span:not([class]) {
 display: inline-block;
 color: #222222;
 padding: 0 2rem;
 background: #FBF8F5;
}
.l-parts02-white__column2 {
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
}
.l-parts02-white__column2 + .l-parts02-white__column2 {
 margin-top: 4rem;
}
.l-parts02-white__column2__left {
 width: 350px;
 text-align: center;
}
.l-parts02-white__column2__right {
 width: 388px;
}
.l-parts02-white__column2__right table {
 margin: 0 auto;
}
.l-parts02-white .l-parts04-list {
 margin-bottom: 4rem;
}
.l-parts02-white .l-parts04-list .l-parts04-body .catch {
 font-size: 2rem;
}
.l-main-area .l-parts02-white .l-number-wrapper .l-icon-title:first-child {
 margin-top: 0;
}
.l-main-area .l-parts02-white .l-icon-title {
 font-size: 1.8rem;
}
.l-parts04-list .l-parts04-image {
 width: 100px;
}
/* l-parts03
---------------------------------------------*/
.l-parts03 {
    margin-top: 10rem;
}



.l-parts03 .l-common-title02__wrap {
 background: #e28e9d;
 margin-bottom: 2rem;
}
.l-parts03 .l-common-title02__wrap .l-common-title02 {
 width: 100%;
 margin: auto;
 padding: 30px;
 text-align: center;
 color: #fff;
 font-size: 3rem;
 font-weight: bold;
 line-height: 1.4;
}
.l-parts03 .l-common-lead02 {
 width: 100%;
 max-width: 650px;
 margin: 2rem auto 4rem;
 text-align: center;
}
.l-parts03 .l-parts03-column3 {
 display: flex;
 justify-content:space-between;
}
.l-parts03 .l-parts03-column3 .l-parts03-column3__box {
 width: calc((100% - 3.2rem) / 3);
 background: #fff;
 border-radius: 15px 15px 0 0;
 position: relative;
 overflow: hidden;
}
.l-parts03 .l-parts03-column3__box .l-parts03-column3__catch {
 margin: 0;
 padding: 1.8rem 1rem 0.8em;
 background: #E28E9D;
 color: #fff;
 text-align: center;
 font-size: 1.8rem;
 line-height: 1.4em;
 font-weight: bold;
}
.l-parts03 .l-parts03-column3__box .l-parts03-column3__catch .yellow {
 color: #FFEE00;
 font-size: 2.2rem;
}
.l-parts03 .l-parts03-column3__box .l-parts03-column3__line {
 padding: 1rem 2rem;
 background: #FBF8F5;
}
.l-parts03 .l-parts03-column3__box .l-parts03-column3__line p.pc {
 font-size: 1.4rem;
margin-top: 3rem;
color: #979797;
}
.l-parts03 .l-parts03-column3__box .l-parts03-column3__title {
 margin: 0 0 0.5em;
 font-weight: bold;
 font-size: 2rem;
 line-height: 1.4;
 letter-spacing: 1px;
 text-align: center;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
}
.l-parts03 .l-parts03-column3__box .l-parts03-column3__image {
 text-align: center;
}
.l-parts03 .l-parts03-column3__box .l-parts03-column3__image > div:first-child {
 position: relative;
}
.l-parts03 .l-parts03-column3__box .l-parts03-column3__image .movieThum {
 display: block;
 line-height:0;
 border: solid 7px rgba(226,142,157,.5); 
}
.l-parts03 .l-parts03-column3__box .l-parts03-column3__image .movieThum {
 border-right-color: rgba(79,212,185,.5);
 border-bottom-color: rgba(79,212,185,.5);
}
.l-parts03 .l-parts03-column3__box .movieSp {
 display: none;
}
.l-parts03 .l-parts03-column3__box .l-parts03-column3__list {
 margin: 2.5rem 0;
 padding: 0;
}
.l-parts03 .l-parts03-column3__box .l-parts03-column3__list li {
 background: url(img/icon_check01.png) no-repeat left 5px top 8px;
 padding-left: 30px;
}
.l-parts03 .l-parts03-column3__box .l-parts03-column3__list li span {
 font-weight: bold;
 color: #4FB4B9;
}
.l-parts03 .l-parts03-column3__box table th {
 text-align: center;
}
.l-parts03 .l-parts03-column3__box .btn-internal a {
 margin-bottom: 0;
 display: flex;
 align-items: center;
 justify-content: center;
}
.l-parts03 .l-parts03-column3__box .btn-internal a::after {
 transform: translateY(-50%) rotate(90deg);
}


.box_check{
   position: relative;
}

.box_check:after{
content: "";
    background: url(img/icon_crane_turtle01.png) no-repeat left 10px center;
    position: absolute;
    background-size: 50%;
    width: 120px;
    height: 50px;
    top: 8rem;
    right: -7rem;
}


.l-contents-area .box_check:after{
   content: none;
}




/* l-parts04
---------------------------------------------*/
.l-parts04 {
}
/* l-parts05
---------------------------------------------*/
.l-parts05 {
 padding: 0 3rem;
 margin-top: 6rem;
}
.l-parts05 .ill {
 width: 455px;
 margin: 0 auto;
}
.l-parts05 .ill + p {
 font-weight: bold;
 width: 455px;
 margin: 0 auto 2rem;
 background: url("img/index_img02.png") no-repeat center bottom;
 padding-bottom: 9.2rem;
}
/* l-parts06
---------------------------------------------*/
.l-parts06 .float-wrap {
 margin-top: 4rem;
}
.l-parts06 .float-wrap .float-img.ct + .catch {
 color: #E28E9D;
 font-size: 2.5rem;
 margin-top: 5rem;
}
/* l-parts07
---------------------------------------------*/
.l-parts07 .pr-wrap {
 border: 4px solid #4fb4b9;
 border-radius: 7.5px;
 margin-left: 2rem;
}
.l-parts07 .pr-wrap .pr-box-head {
 margin: -2rem 0 2rem -2.2rem;
 background: #4FB4B9;
 border-radius: 7.5px;
 padding: 2rem 2rem 2rem 10rem;
 color: #fff;
 font-size: 2.6rem;
 font-weight: bold;
 display: inline-block;
 max-width: 650px;
 position: relative;
 line-height: 1.4;
}
.l-parts07 .pr-wrap .pr-box-head .txt-pr {
 position: absolute;
 left: 20px;
 top: 0;
 bottom: 0;
 margin: auto;
 width: 60px;
 height: 60px;
 background: #fff;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 color: #E28E9D;
 font-size: 2.2rem;
}
.l-parts07 .pr-wrap .pr-box-head a {
 text-decoration: none;
 display: block;
 background: url(img/arrow01_white.svg) no-repeat right center;
 background-size: 12px auto;
 padding-right: 20px;
}
.l-parts07 .pr-wrap .pr-box-body {
 padding: 0 7rem 2rem;
 overflow: hidden;
}
.l-parts07 .pr-wrap .pr-box-body .text {
 width: 420px;
 float: left;
}
.l-parts07 .pr-wrap .pr-box-body .thum {
 width: 254px;
 float: right;
 text-align: center;
}
/* l-parts01
---------------------------------------------*/
/* l-parts01
---------------------------------------------*/
/* l-parts10
---------------------------------------------*/
.l-parts10 .btnsListWrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.l-parts10 .btnsListWrap::after {
 content: "";
 width: calc((100% - 42px)/3);
 height: 0;
}
.l-parts10 .btnsListWrap .btnList {
 width: calc((100% - 42px)/3);
 margin: 1.2rem 0;
}
.l-parts10 .btnsListWrap .btnList .btn-internal {
 margin: 0;
 width: 100%;
}
.l-parts10 .btnsListWrap .btnList .btn-internal a {
 background-color: #E28E9D;
 color: #fff;
}
.l-parts10 .btnsListWrap .btnList .btn-internal a::after {
 background-image: url("img/arrow01_white.svg");
}
@media screen and (min-width: 481px) {
 .l-parts10 .btnsListWrap .btnList .btn-internal a:hover {
  opacity: 0.6;
 }
}
/* l-parts11
---------------------------------------------*/
/* l-parts12
---------------------------------------------*/
/* l-parts13
---------------------------------------------*/
.l-parts13 {
 max-width: 920px;
 margin: 4rem auto 0;
}
/*--------------------------------------
  .nyuukyo　色変更
---------------------------------------*/
.nyuukyo .btn-internal a,
.nyuukyo .btn-accordion span:not([class]) {
 background-color: #FCEAD5;
 border-color: #E8A964;
}
.nyuukyo .btn-internal a::after,
.nyuukyo .btn-accordion span:after {
 background-image: url("img/arrow01_orange.svg");
}
@media screen and (min-width: 480px) {
 .l-main-area .nyuukyo .btn-web a:hover {
  background-color: #E3B47C;
 }
}
.l-main-area .nyuukyo table th {
 background-color: #FCEAD5;
}
.nyuukyo .float-wrap .catch {
 color: #e5ab6b;
}
.nyuukyo .float-wrap .catch a {
 background-image: url("img/arrow01_orange.svg");
}
.nyuukyo .l-parts04-list .l-parts04-body {
 border-color: #F4CB35;
}
.nyuukyo .l-parts04-list .l-parts04-body:nth-child(2)::before {
 border-right-color: #E3B47C;
}
.nyuukyo .l-parts04-list .l-parts04-body:first-child::before {
 border-left-color: #F4CB35;
}
.nyuukyo .frame.typeC {
 border-color: #E3B47C
}
.nyuukyo .l-common-title a {
 background-image: url("img/arrow02_orange.svg");
}
.l-main-area .nyuukyo h2:not([class]) {
 color: #E8A964;
}
.nyuukyo .l-parts03 .l-common-title02__wrap .l-common-title02,
.nyuukyo .l-parts03 .l-parts03-column3__box .l-parts03-column3__catch {
 background: #E8A964;
}

.nyuukyo .l-parts03 .l-parts03-column3__box .l-parts03-column3__catch .brown {
 color: #FFF;
}
.nyuukyo .l-parts03 .l-parts03-column3__box .l-parts03-column3__title .small {
 font-size: 14px;
}
.nyuukyo .l-parts02-white__title {
 background: #E8A964;
}
.nyuukyo .l-parts02-white__column2 .clinic {
 margin: 0 0 0.5rem;
 padding: 0 0 0 12.5rem;
 background: url("img/icon_crane_turtle01.png") no-repeat left 50%;
 min-height: 76px;
 display: flex;
 align-items: center;
 font-size: 2.3rem;
 line-height: 1.4;
 font-weight: bold;
 background-size: 25%;
}
.l-parts02-white__column2__right .balloon{
 border: 3px solid #F4CB35;
 border-radius: 10px;
 padding: 2rem;
 position: relative;
 background: #fff;
}
.l-parts02-white__column2__right .balloon::before,
.l-parts02-white__column2__right .balloon::after{
 content: "";
 position: absolute;
 border: solid transparent;
 border-width: 11px 9px;
 left: 40px;
 margin-top: -6px;
}
.l-parts02-white__column2__right .balloon::before{
 border-bottom-color: #F4CB35;
 top: -18px;
}
.l-parts02-white__column2__right .balloon::after{
 border-bottom-color: #fff;
 top: -15px;
}
.l-parts02-white__column2__right table th {
 width: 120px;
}
.nyuukyo .l-parts02-white .title-voice::before {
 background-color: #E3B47C;
}
.secBg.nyuukyo {
 border-color: #E3B47C;
}
.secBg.nyuukyo .secBgTitle {
 background-color: #E3B47C;
}
/*--------------------------------------
  toc_parts
---------------------------------------*/
.toc_parts {
 background: #FBF8F5;
 margin: 5rem 0;
 padding: 4rem 5rem;
 box-sizing: border-box;
}
.toc_parts .ttl {
 padding: 0 0 0 1rem;
 font-size: 2rem;
 font-weight: bold;
 line-height: 1.2;
 border-left: 8px solid #E28E9D;
}
#toc {
 margin: 1.5rem 0 0 0;
 padding: 0 2rem 0;
 border-top: 1px solid #575757;
}
#toc .chapter {
 margin: 0 0 2rem;
 counter-reset: count;
}
#toc .chapter .chapter-h {
 margin: 2rem 0 0;
 padding: 0 0 0 3.5rem;
 font-size: 1.6rem;
 line-height: 1.8;
 position: relative;
 counter-increment: count;
 background: none;
}
#toc .chapter .chapter-h:last-child {
 margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
 content: counter(count, decimal-leading-zero);
 position: absolute;
 top: 14px;
 left: 0;
 transform: translate(0, -50%);
 color: #E28E9D;
 font-size: 2rem;
 font-weight: bold;
 background: none;
 width: auto;
 height: auto;
 border-radius: 0;
}
#toc .chapter .chapter-h a {
 font-weight: bold;
 text-decoration: none;
}
#toc .chapter .chapter-h span {
 color: #0b072b;
 font-weight: bold;
}
#toc li.chapter-h.chapter-h-three {
 display: none;
 margin: 1rem 0 1rem 4rem;
 padding: 0 0 0 1.5rem;
 counter-increment: none;
}
#toc li.chapter-h.chapter-h-three::before {
 content: "";
 position: absolute;
 top: 8px;
 left: 0;
 width: 8px;
 height: 8px;
 border-top: solid 1px #0b072b;
 border-right: solid 1px #0b072b;
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
#toc li.chapter-h.chapter-h-three a {
 font-weight: 400;
}
#toc li.chapter-h.chapter-h-three span {
 font-weight: 400;
}
#toc .chapter br {
 display: none;
}
/*
---------------------------------------------

  smartphone settings

  */
@media screen and (min-width: 481px) {
 .sp, .forSP, .sp_br {
  display: none !important;
 }
}

@media screen and (max-width: 480px) {
 body {
  min-width: 100%;
  min-width: inherit;
  font-size: 1.6rem;
 }
 .pc, .forPC, .pc_br {
  display: none !important;
 }
 img {
  max-width: 100%;
  height: auto;
 }

.scroll {
    overflow: hidden;
    overflow-x: scroll;
}

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


*/
 .l-main-area ul {
  margin: 2rem 0;
 }
 .l-main-area ol {
  margin: 3rem 0;
 }
 .l-main-area table {
  width: 100%;
  margin: 20px auto;
  display: block;
  border-top: 1px #707070 solid;
 }
 .l-main-area table thead,
 .l-main-area table tr {
  width: 100%;
  display: block;
 }
 .l-main-area table th {
  width: 100%;
  display: block;
  border-top: none;
 }
 .l-main-area table td {
  width: 100%;
  display: block;
  border-top: none;
 }
 .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;
 }
 .btn-web,
 .btn-internal {
  width: 90%;
  min-width: inherit;
  margin: 2rem auto;
 }
 .btn-web a,
 .btn-internal a {
  width: 100%;
  padding: 1.2rem 11%;
  font-size: 1.5rem;
 }
 .btn-web a:after {
  right: 1.5rem;
 }

.btn-internal a:after{
    width: 8px;
    height: 15px;
}



 .btn-tel {
  width: 90%;
  margin: 3rem auto;
  padding: 0;
  display: block;
  text-align: center;
 }
 .btn-tel a {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 1.2rem 16%;
  background: #F4CB35 url(img/icon_tel.svg) no-repeat left 20px center;
  background-size: auto 20px;
  border-radius: 1000px;
  box-shadow: 3px 3px 0px #00000029;
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: bold;
 }
 .btn-link {
  margin: 3rem auto;
  padding: 0;
  display: block;
  text-align: left;
  width: 90%;
 }
 .btn-link a {
  margin: 3rem 0;
  padding: 2rem 16%;
  text-align: center;
  display: block;
  background: #fff url("img/arrow01_pink.svg") no-repeat right 20px center;
  background-size: 9px 16px;
  border:#E28E9D solid 2px;
  border-radius: 1000px;
  color: #E28E9D;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
 }
 .btn-accordion {
  width: 90%;
  margin: auto;
 }
 .float-wrap {
  width: 100%;
  margin: 10px auto 30px;
 }
 .float-wrap .float-img.fr {
  width: 100%;
  margin: 0 0 20px;
  float: none;
 }
 .float-wrap .float-img.fl {
  width: 100%;
  margin: 0 0 20px;
  float: none;
 }
 .float-wrap .float-img.ct {
  width: 100%;

 }


.flowchart{
     width: 100%;
     overflow-x: scroll;
}


 .float-wrap .flowchart{
  width: 150%;
 }

 .float-wrap .float-img.ct .flame{
  width: 100%;
 }
.l-parts06 .float-wrap {
 margin-top: 2rem;
}

.cap_small{
    font-size: 1.4rem;
    color: #878787;
}

 .float-wrap .float-img.fl + .catch,
 .float-wrap .float-img.fr + .catch {
  margin-left: 0;
  margin-right: 0;
 }
 .box-wrap {
  margin: 2rem 0;
  display: block;
  font-size: 1.4rem;
 }
 .box-wrap .box {
  width: 100%;
  padding: 1.4rem;
 }
 .box-wrap .box + .box {
  margin: 2rem 0 0;
 }
 .frame-wrap {
  margin: 2rem auto;
  display: block;
 }
 .frame-wrap .frame {
  width: 100%;
 }
 .frame-wrap .frame + .frame {
  margin-top: 2rem;
 }


.l-parts02 .frame-wrap .frame{
   width: 100%;
}

 .frame .frame-head .title {
  font-size: 1.6rem;
 }


 .frame.typeA .frame-head {;
    padding: 2rem 0;
}


.frame.typeA .frame-head .title{
    font-size: 1.7rem;
}

.frame.typeC .frame-head {
    padding: 3rem 0;
}


 .frame.typeC table th {
  width: 100%;
 }
 /* low ----------------*/

 .l-header-sitename{
        text-align: left;
 }

.site_title_lower{
    padding: 1rem 0;
    margin: 1.5rem 0;
}


 .site_title_lower-wrapper {
  padding: 0;
 }
 .l-main-area--top h2:not([class]),
 .l-main-area--low h1 {
  margin: 2rem 0 3rem;
  font-size: 2rem;
  line-height: 1.6;
  padding: 6rem 0 0;
  background-size: auto 50px;

 }
 .l-main-area--top h2:not([class]) {
  margin-top: 0;
 }
 .l-main-area--top h3:not([class]),
 .l-main-area--low h2:not([class]) {
  font-size: 2rem;
  padding: 1.4rem 2rem;
  margin: 5rem 0 2rem;
 } 
 .l-main-area--top h4:not([class]),
 .l-main-area--low h3:not([class]) {
  font-size: 1.8rem;
 }
 .l-main-area--top h3:not([class]) a,
 .l-main-area--low h2:not([class]) a,
 .l-main-area--top h4:not([class]) a,
 .l-main-area--low h3:not([class]) a,
 .l-main-area--top h4:not([class]) a,
 .l-main-area--top h5:not([class]) a,
 .l-main-area--low h4:not([class]) a,
 .l-main-area--low h5:not([class]) a {
  background-size: 8px auto;
  padding-right: 2rem;
 }
 .l-main-area .l-icon-title {
  width: 100%;
  margin: 5rem 0 1.5rem;
  padding: 1rem 1rem 1rem 5.5rem;
  font-size: 1.7rem;
  line-height: 1.4;
 }

.l-main-area .l-parts02-white .l-icon-title{
    font-size: 1.7rem;
}

 .l-main-area .l-icon-title:before {
  width: 50px;
  height: 50px;
  font-size: 1rem;
  left: -4px;
  background-size: 100% auto;
 }
 .l-main-area .l-icon-title:after {
  width: 60px;
  height: 60px;
  left: 0;
  background-size: 100% auto;
  font-size: 1.3rem;
 }
 .l-main-area .l-number-wrapper .l-icon-title:before {
  padding: 0;
  font-size: 2.8rem;
 }
 .l-parts04-list .l-parts04-body:first-child,
 .l-parts04-list .l-parts04-image:first-child {
  margin-right: 20px;
 }


.l-parts02-white .l-parts04-list {
    margin: 1rem 0 2rem;
}


.l-parts04-list .l-parts04-image .image-box{
    width: 90%;
}


.l-parts04-list {
    display: block;
 }

 .l-parts04-list .l-parts04-body {
  width: 100%;
  padding: 1.6rem;
 }
 .l-parts04-list .l-parts04-body:nth-child(2)::before,
 .l-parts04-list .l-parts04-body:nth-child(2)::after,
 .l-parts04-list .l-parts04-body:first-child::before,
 .l-parts04-list .l-parts04-body:first-child::after {
  border-width: 7px 15px;
 }
 .l-parts04-list .l-parts04-body:nth-child(2)::after {
  left: -28px;
 }

.l-parts04-list .l-parts04-body:nth-child(2)::before, .l-parts04-list .l-parts04-body:nth-child(2)::after,
.l-parts04-list .l-parts04-body:first-child::before{
   content: none;
}

.l-parts04-list .l-parts04-body:first-child::after{
      content: none;
}


 .l-parts04-list .l-parts04-body:nth-child(2)::before {
  left: -32px;
 }
 .l-parts04-list .l-parts04-body:first-child::before {
  right: -32px;
 }
 .l-parts04-list .l-parts04-body:first-child::after {
  right: -28px;
 }
 .l-parts04-list .l-parts04-body .catch {
  font-size: 1.8rem;
      padding: 1rem 0 1rem 6rem;
    background: url(img/icon_crane02.png) no-repeat left 10px center;
    background-size: 4rem auto;
 }

.l-parts02-white .l-parts04-list .l-parts04-body .catch{
   font-size: 1.7rem;
    padding: 1rem 0 1rem 6rem;
    background: url(img/icon_crane02.png) no-repeat left 10px center;
    background-size: 4rem auto;
}

.l-parts02-white .l-parts04-list .l-parts04-body .catch_turtle,
.l-parts04-list .l-parts04-body .catch_turtle{
   background: url(img/icon_turtle01.png) no-repeat left 10px center;
       background-size: 4rem auto;
}


 .l-parts04-list .l-parts04-body {
  font-size: 1.4rem;
  padding-top: 1rem;
 }

.image-box.sp {
    width: 20%;
}


 .lower-bottom .banner_wrap {
   display: block;
   width: 100%;
   margin: 0 auto;
  }
 .lower-bottom .banner_box {
  width: 100%;
 }
 .lower-bottom .banner_box.left {
  margin: 0 0 2rem;
 }
 .lower-bottom .banner_box .banner_txt {
  font-size: 3.4vw;
 }
 .lower-bottom .banner_box .banner_txt .line {
  font-size: 4.8vw;
 } 

.lower-bottom .banner_box .banner_txt div{
     font-size: 1.7rem;
}

.banner_btn_kyujin,
.banner_btn_nyukyo{
   width: 160px;
}

.banner_btn_kyujin{
   margin: 1.8rem auto 0;
}


.banner_btn_nyukyo{
   margin: 0.5rem auto 0;
}


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

  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;
 }
 .l-header-logo a {
  width: 50%;
  height: auto;
 }
 .l-gnavi-area {
  display: none;
 }
 /*
---------------------------------------------

  footer area

  */
 .l-footer-area {
  margin: 6rem 0 0;
  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: 100%;
  height: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E28E9D;
 }
 .footMenu .menuLeft .l-gnavi-btn {
  margin: 0;
 }
 .footMenu .menuRight {
  width: 50%;
  height: 100%;
  float: right;
  background: #D4EDED;
  font-size: 1.2rem;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
 }
 .footMenu .menuRight a {
  padding: 0.15rem 2rem 0 1.5rem;
  background: url("img/arrow01_gray.svg") no-repeat right 1rem center;
  background-size: 6px;
  color: inherit;
  display: block;
  text-decoration: none;
 }
 .footMenu .l-gnavi-btn {
  width: 100%;
  height: 100%;
 }
 .footMenu .l-gnavi-btn span {
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
 }
 .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 {
  margin: 1rem auto;
 }
 .l-footer-logo__image {
  width: 100%;
 }
 .l-footer-logo__link {
  padding: 1rem;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 3.6vw;
  font-weight: bold;
  line-height: 1.4;
 }
 .l-footer-logo__link .big {
  font-size: 4.9vw;
 }
 .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 {
  margin: 0 0 1rem;
  font-size: 1rem;
 }
 .l-footer-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  background: #FDF1F3;
  margin: 0;
  padding: 0 0 60px 0;
  opacity: 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, opacity 1s;
 }
 .l-footer-menu-wrapper.active {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-in-out, opacity 0.3s;
  opacity: 1;
 }
 .l-footer-menu {
  width: 90%;
  margin: 0 auto 2rem;
 }
 .l-footer-menu__title {
  margin: 0 0 1rem;
  padding: 0;
  border-bottom: solid 1px #E28E9D;
 }
 .l-footer-menu__title__link {
  display: block;
  font-size: 1.5rem;
  position: relative;
  padding: 1rem 2.5rem 1rem 0;
  background: none;
  font-weight: inherit;
 }
 .l-footer-menu__title__link::after {
  content: "";
  width: 8px;
  height: 15px;
  background: url("img/arrow01_pink.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
 }
 .l-footer-menu__title__link.is-open::after {
  transform: translateY(-50%) rotate(270deg);
 }
 .l-footer-menu__title__link:hover {
  text-decoration: none;
  opacity: 1;
 }
 .l-footer-menu__list {
  display: none;
 }
 .l-footer-menu__list__item {
  width: 100%;
  padding: 0.8rem;
 }
 .l-footer-menu__list__item:first-child {
  display: block;
 }
 .l-footer-menu__list__link {
  margin: 0;
  display: block;
  background: url(img/icon_li_footer.svg) no-repeat left top 13px;
  background-size: 8px 8px;
  font-size: 1.4rem;
 }
 .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__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;
 }
 /*
---------------------------------------------

  contents area

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

  main area

  */
 .l-main-area--low {
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto 4rem;
  float: none;
  overflow: visible;
 }
 .l-section-inner {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 2rem;
 }

 .lower-bottom {
  padding: 5rem 1rem;
 }

 .l-common-lead {
  width: 100%;
  margin: 2rem 0 3rem;
 }
 .l-common-title {
  font-size: 2.2rem;
  padding-top: 4rem;
  background-size: auto 30px;
  margin: 0 0 2rem;
 }
 .l-common-title a {
  background-size: 19px auto;
  padding: 0 2.4rem;
 }
 .l-common-lead {
  margin: 2rem auto;
  width: auto;
  padding: 0 1.5rem;
 }
 /*
---------------------------------------------

  top

  */
 .l-mv {
  min-height: inherit;
  background: none;
  margin-bottom: 0;
      padding-bottom: 2rem;
 }
 .l-mv-wrapper {
  width: 100%;
  padding: 0;
 }
 .l-mv-logo {
  position: relative;
  width: 100%;
  padding: 0;
  background: none;
  text-align: left;
 }
 .l-mv-box {
  padding: 0;
 }
 .l-mv-box .l-mv-logo {
  background: url("img/bg_mv_sp.jpg") no-repeat center top / cover;
  padding: 2rem;
  font-size: 1.7rem;
 }
 .l-mv-box .l-mv-logo .pink,
 .l-mv-box .l-mv-logo .orange {
  font-size: 7vw;
 }
 .l-mv-box .l-mv-logo .big {
  font-size: 2.4rem;
 }
 .l-main-area .l-mv-box p {
  margin: 0;
  padding: 0 2rem 2rem;
 }
 .l-mv-box .btns {
  padding: 0 1rem;
  margin: 0;
  justify-content: space-between;
 }
 .l-mv-box .btns .btn-internal {
  width: 49%;
  margin: 0;
 }
 .l-mv-box02 {
  position: relative;
  background: none;
 }
 .l-mv-box02_inner {
  width: auto;
  padding: 0 1rem;
 }
 .l-mv__person-wrap {
  position: relative;
  width: auto;
  right: auto;
  bottom: auto;
  margin: 6rem 1rem 0;
  padding: 4rem 0.5rem 1rem 0.5rem;
  border-radius: 10px;
 }
 .l-mv__person-wrap .l-mv__person__img {
  top: -80px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  height: 80px;
  text-align: center;
 }
 .l-mv__person-wrap .l-mv__person-balloon {
  display: block;
  position: absolute;
  background-color:#E28E9D;
  left: -10px;
  top: -160px;
  bottom: 0;
  margin: auto;
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 0.5rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
 }


.l-mv__person-wrap .l-mv__person_box .crane {
    width: 70px;
    left: 87px;
    top: -70px;
}


.l-mv__person-wrap .l-mv__person_box .turtle {
    width: 70px;
}

.l-mv__person-wrap .l-mv__person_box:nth-child(3) .l-mv__person__img {
    top: -63px;
 }


 .l-mv__person-wrap .l-mv__person-wrap .l-mv__person_box {
  margin: 0 0.9rem;
  font-size: 1.4rem;
 }
 /* .secBg
 ---------------------------------------------*/
 .secBg {
  max-width: inherit;
  padding: 0;
 }
 /* l-parts01
 ---------------------------------------------*/
 /* l-parts02
 ---------------------------------------------*/
 .l-parts02 {
  margin-top: 6rem;
 }
 .l-parts02-white {
  margin-top: 4rem;
 }
 .l-parts02-white-inner {
  padding: 2rem 1rem;
 }

.l-parts02-white-inner_title {
    font-size: 2rem;
}


 .l-parts02-white__title .catch-title {
  width: auto;
  padding: 0;
  font-size: 1.8rem;
 }
 .l-parts02-white__title .catch-title .line {
  font-size: 2.1rem;
 }
 .l-parts02-white .title-voice {
  margin: 6rem 0 2rem;
  font-size: 1.8rem;
  padding: 0 8%;
 }
 .l-parts02-white .title-voice span {
  padding: 0 1rem;
 }



 .l-parts02-white__column2 {
  width: 100%;
  display: block;
 }
 .nyuukyo .l-parts02-white__column2 .clinic {
  margin: 0 0 1rem;
  padding: 0px 0 0 5rem;
  font-size: 2rem;
  background-size: 40px auto;
  min-height: 33px;
 }
 .l-parts02-white__column2__left {
  width: auto;
 }
 .l-parts02-white__column2__left img {
  height: auto;
 }
 .l-parts02-white__column2__right {
  width: 100%;
  margin: 2rem 0 0;
 }
 .l-parts02-white__column2__right .balloon {
  padding: 1rem;
 }
 .l-parts02-white__column2__right .balloon::before {
  top: -18px;
  left: 80%;
 }
 .l-parts02-white__column2__right .balloon::after {
  border-bottom-color: #fff;
  top: -15px;
  left: 80%;
 } 
 /* l-parts03
 ---------------------------------------------*/
 .l-parts03 .l-common-title02__wrap .l-common-title02 {
  padding: 1.4rem 1rem;
  font-size: 2.0rem;
 }
 .l-parts03 .l-common-lead02 {
  text-align: left;
 }
 .l-parts03 .l-parts03-column3 {
  flex-direction: column;
 }
 .l-parts03 .l-parts03-column3 .l-parts03-column3__box {
  width: 100%;
  margin-top: 3rem;
 }
 .l-parts03 .l-parts03-column3 .l-parts03-column3__box:nth-child(1) { order:1; }
 .l-parts03 .l-parts03-column3 .l-parts03-column3__box:nth-child(2) {
  order:0;
  margin-top: 0;
 }
 .l-parts03 .l-parts03-column3 .l-parts03-column3__box:nth-child(3) { order:2; }
 .l-parts03 .l-parts03-column3__box .l-parts03-column3__catch {
  padding: 1rem;
  line-height: 1.4;
  font-size: 1.6rem;
 }
 .l-parts03 .l-parts03-column3__box .l-parts03-column3__image .movieThum {
  display: none;
 }
 .l-parts03 .l-parts03-column3__box .movieSp {
  display: block;
  border: solid 6px rgba(226,142,157,.5);
  border-right-color: rgba(79,212,185,.5);
  border-bottom-color: rgba(79,212,185,.5);
  position: relative;
 }

 /* l-parts04
 ---------------------------------------------*/
 /* l-parts05
 ---------------------------------------------*/
 .l-parts05 {
  padding: 0;
 }
 .l-parts05 .ill {
  width: 100%;
  margin: 0 auto;
 }
 .l-parts05 .ill + p {
  width: 100%;
  padding-bottom: 5rem;
 }
 /* l-parts06
 ---------------------------------------------*/
 .l-parts06 .float-wrap .float-img.ct + .catch {
  font-size: 1.8rem;
 }
 
 
 /* l-parts07
 ---------------------------------------------*/
 .l-parts07 .pr-wrap .pr-box-head {
  margin: -2rem 2rem 2rem -2rem;
  font-size: 1.7rem;
  padding-left: 6rem;
 }
 .l-parts07 .pr-wrap .pr-box-head .txt-pr {
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.6rem;
 }
 .l-parts07 .pr-wrap .pr-box-head a {
  background-size: 7px auto;
 }
 .l-parts07 .pr-wrap .pr-box-body {
  padding: 0 2rem;
 }
 .l-parts07 .pr-wrap .pr-box-body .text,
 .l-parts07 .pr-wrap .pr-box-body .thum {
  width: 100%;
  float: none;
 }
 /* l-parts08
 ---------------------------------------------*/
 /* l-parts09
 ---------------------------------------------*/
 /* l-parts10
 ---------------------------------------------*/
 .l-parts10 .btnsListWrap .btnList {
  width: 48%;
 }
 /* l-parts11
 ---------------------------------------------*/
 /* l-parts12
 ---------------------------------------------*/
 /* l-parts13
 ---------------------------------------------*/
 /*--------------------------------------
 toc_parts
 ---------------------------------------*/
 .toc_parts {
  margin: 3rem 0;
  padding: 3rem 2.5rem 2rem;
 }
 .toc_parts .ttl {
  font-size: 1.6rem;
  border-left: 2px solid #6e6e6e;
 }
 #toc {
  margin: 1.5rem 0 0 0;
  padding: 1rem 0 0;
 }
 #toc .chapter .chapter-h {
  margin: 1rem 0;
  padding: 0 0 0 3rem;
  font-size: 1.5rem;
  line-height: 1.6;
 }
 #toc ul.chapter .chapter-h::before {
  top: 11px;
  font-size: 1.8rem;
 }
 #toc li.chapter-h.chapter-h-three {
  margin: 0.5rem 0 0.5rem 2rem;
 }
 #toc li.chapter-h.chapter-h-three::before {
  top: 6px;
  width: 6px;
  height: 6px;
 }
 #toc li.chapter-h-three + .chapter-h-two {
  margin-top: 2rem;
 }
}