@charset "UTF-8";

.takuhaikaitoriLp_page {
    font-weight: 400;
}

.takuhaikaitoriLp_page .heading_uline {
    border-bottom: 4px solid #ed9243;
}

/* mv ===================================*/
.takuhaikaitoriLp_mv .container {
    position: relative;
}

.takuhaikaitoriLp_mv .def_btn {
    font-size: 24px;
    position: absolute;
    top: 290px;
    left: 72px;
    width: 530px;
    height: 80px;
    margin-top: 0;
    background-color: #ed9243;
}

/* about ===================================*/
.takuhaikaitoriLp_about {
    margin-top: -160px;
    padding-top: 240px;
    background-color: #f6f6ee;
}

.about_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_list_item {
    width: 370px;
    height: 400px;
    margin-bottom: 45px;
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #fff;
}

.about_list_item:nth-child(4n),
.about_list_item:nth-child(5n) {
    padding-top: 35px;
}

.about_list_item:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.about_list_item_ttl {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.about_list_item:nth-child(4n) .about_list_item_ttl,
.about_list_item:nth-child(5n) .about_list_item_ttl {
    margin-bottom: 5px;
}

.about_list_item_img {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.about_list_item_link {
    font-size: 12px;
    font-weight: 500;
    height: 20px;
    margin-top: 20px;
    padding-right: 10px;
    text-align: right;
    color: #ed9243;
}

.about_list_item_link.arrow::before {
    top: 0;
    right: 0;
    border-top: 2px solid #ed9243;
    border-right: 2px solid #ed9243;
}

/* method ===================================*/
.takuhaikaitoriLp_method .heading {
    margin-bottom: 100px;
}

.methodStep_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.methodStep_list_item {
    position: relative;
    width: 370px;
    height: 420px;
    padding-top: 70px;
    padding-right: 30px;
    padding-left: 30px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

.methodStep_list_item:not(:last-child)::after {
    position: absolute;
    top: 200px;
    right: -35px;
    display: inline-block;
    width: 18px;
    height: 30px;
    content: "";
    background: url(../images/sell/takuhai/arrow.png) no-repeat;
    background-size: contain;
}

.methodStep_list_item_num {
    font-weight: 500;
    line-height: 1;
    position: absolute;
    top: -50px;
    left: 29px;
    width: 130px;
    text-align: center;
    color: #ed9243;
    background-color: #fff;
}

.methodStep_list_item_num .step {
    font-size: 32px;
    display: block;
}

.methodStep_list_item_num .step_num {
    font-size: 70px;
    display: block;
}

.methodStep_list_item_img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.methodStep_list_item_ttl {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.methodStep_list_item_txtlink {
    display: inline;
    color: #ed9243;
    border-bottom: 1px solid #ed9243;
    font-weight: 700;
}

.methodIdentity {
    background-color: #f6f6ee;
}

.methodIdentity_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.methodIdentity_item {
    display: inline-block;
    width: 570px;
    height: 471px;
    padding: 40px;
    background-color: #fff;
}

/* 左右に横線 */
.methodIdentity_item_ttl {
    font-size: 24px;
    font-weight: 500;
    display: flex;
    /* 文字と横線を横並び */
    align-items: center;
    /* 横線を上下中央 */
    justify-content: center;
    /* 文字を中央寄せ */
    margin-bottom: 20px;
}

.methodIdentity_item_ttl::before,
.methodIdentity_item_ttl::after {
    width: 84px;
    /* 横線の長さ */
    height: 1px;
    /* 横線の高さ */
    content: "";
    border-radius: 100px;
    background-color: #000;
    /* 横線の色 */
}

.methodIdentity_item_ttl::before {
    margin-right: 30px;
    /* 文字との余白 */
}

.methodIdentity_item_ttl::after {
    margin-left: 30px;
    /* 文字との余白 */
}

/* 左右に横線  ここまで*/
.methodIdentity_item_ttl_cont {
    margin-bottom: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.methodIdentity_item_ttl_cont_sub li {
    margin-bottom: 5px;
}

.methodIdentity_item_ttl_cont_main {
    font-size: 20px;
    font-weight: 500;
}

.methodIdentity_item_ttl_cont_main>li:not(:last-child) {
    margin-bottom: 40px;
}

.methodIdentity_item_ttl_caution>dd {
    color: #888;
}

.methodIdentity_item_ttl_cont_note {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 0.05rem;
    color: #4a4a4a;
}

.methodIdentity_item_ttl_caution dt {
    margin-bottom: 20px;
}

.methodIdentity_item_ttl_caution dt::before {
    display: inline-block;
    width: 35px;
    height: 30px;
    margin-right: 10px;
    content: "";
    vertical-align: bottom;
    background: url(../images/sell/takuhai/cation.png) no-repeat;
}

/* genre ===================================*/
.genre_heading {
    font-size: 25px;
    font-weight: 400;
    line-height: 60px;
    height: 60px;
    margin-bottom: 40px;
    padding-left: 50px;
    background-color: #f2f2f2;
}

.genre_hobby {
    margin-bottom: 80px;
}

.genre_img_list {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.genre_img_list_item {
    position: relative;
    width: 370px;
    height: 200px;
    margin-bottom: 45px;
}

.genre_img_list_item_ttl {
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.genre_img_list_item_ttl_en {
    font-size: 16px;
    display: block;
}

.genre_img_list_item:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.genre_txt_list {
    margin-bottom: 40px;
}

.genre_txt_list .txtlink {
    letter-spacing: 0;
    border-bottom: 1.5px solid #000;
}

.genre_txt_list_item {
    display: inline-block;
    width: 295px;
    margin-bottom: 40px;
}

.genre_ng_link {
    margin-left: 1040px;
}

.genre_ng_link .txtlink {
    display: block;
    width: 160px;
    margin-left: 0;
    letter-spacing: 0.1em;
}

.genre_ng_link .arrow::before {
    right: 0;
}

/* otherservice ===================================*/
.otherservice_list {
    display: flex;
    justify-content: space-between;
}

.otherservice_list_item {
    color: #fff;
}

.otherservice_list_item>a {
    box-sizing: border-box;
    width: 575px;
    height: 263px;
    padding: 40px;
    border-top: 10px solid #fa4e3f;
}

.otherservice_list_item_tentou>a {
    background: url(../images/sell/takuhai/otherservice_tentou.jpg) no-repeat;
}

.otherservice_list_item_trip>a {
    background: url(../images/sell/takuhai/otherservice_trip.jpg) no-repeat;
}

.otherservice_list_item_ttl {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.otherservice_list_item_txt {
    font-size: 12px;
}

.otherservice_list .shop a {
    border-top: 10px solid #fa4e3f;
}

.otherservice_list .trip a {
    border-top: 10px solid #0db6be;
}

.otherservice_list_item_icon {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin-right: 30px;
    vertical-align: middle;
}

.followArea {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    right: 0;
    bottom: 0;
    display: block;
    align-items: center;
    justify-content: center;
    min-width: 1200px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: rgba(0, 0, 0, 0.5);
}

.followArea .def_btn {
    margin-top: 0;
    background-color: #ed9243;
}

/* modal ===================================*/
body.fixed {
    overflow: hidden;
    /* 背景スクロール制御 */
}

.ngmodal-open {
    cursor: pointer;
}

.ngmodal {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    visibility: hidden;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    transition: 0.3s;
    text-align: center;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
}

.ngmodal:before {
    display: inline-block;
    height: 100%;
    margin-left: -0.2em;
    content: "";
    vertical-align: middle;
}

.ngmodal.is-active {
    visibility: visible;
    opacity: 1;
}

.ngmodal-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.ngmodal-close-x {
    position: absolute;
    z-index: 1000;
    top: -65px;
    left: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: 0.3s;
}

.ngmodal-close-x::before,
.ngmodal-close-x::after {
    position: absolute;
    top: 25%;
    left: 25%;
    display: block;
    width: 2px;
    height: 40px;
    margin-top: 0;
    margin-left: 0;
    content: "";
    background: #fff;
}

.ngmodal-close-x::before {
    transform: rotate(45deg);
}

.ngmodal-close-x::after {
    transform: rotate(-45deg);
}

.ngmodal-close {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 60px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    color: #fff;
    color: #fa4e3e;
    border: none;
    border: 2px solid #fa4e3e;
    border-radius: 3px;
}

.ngmodal-content {
    line-height: 1.8;
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    padding: 80px 60px;
    text-align: left;
    border-radius: 5px;
    background: #fff;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
}

.ngmodal-content p {
    margin: 1em 0;
}

.ngmodal_item_list {
    padding: 60px;
    background-color: #f6f6ee;
}

.ngmodal_item_list li::before {
    content: "・";
}

.ngmodal_item_list_flex {
    display: flex;
    justify-content: space-between;
}

.ngmodal_item_ttl {
    font-size: 24px;
    margin-bottom: 30px;
}

.ngmodal_item_list dd::before {
    content: "・";
}