html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.33;
    color: #364246;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
}
h1 {
    font-size: 70px;
}
h2 {
    font-size: 60px;
}
h3 {
    font-size: 50px;
}
h4 {
    font-size: 40px;
}
h5 {
    font-size: 30px;
}
h6 {
    font-size: 20px;
}
h6.large{
    font-size: 24px;
}
h6.small {
    font-size: 16px;
}
p {
    margin: 0;
    padding: 0;
    line-height: 2;
}
p.large {
    font-size: 18px;
}
p.small {
    font-size: 14px;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #364246;
}
a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}
a:hover {
    opacity: 0.5;
}
input:hover,
input:focus,
input:active {
    outline: none;
}
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}
button {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
button:hover,
button:focus,
button:active {
    outline: none;
}
button:hover {
    opacity: 0.5;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}
img {
    border: 0;
    vertical-align: middle;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-width: 100%;
}

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.nopadding {
    margin: 0;
    padding: 0;
}
.clearfix {
    clear: both;
    overflow: hidden;
}
.wrapper {
    margin: 0 auto;
}
.container {
    max-width: 1200px;
    padding: 0;
}

/*--------------- COMMON_START --------------*/
#contain {
    margin: 0;
    overflow: hidden;
    padding: 70px 0 0 0;
    background-color: #fff;
}

.main-banner-hp {
    overflow: hidden;
}
.main-middle-hp {
    height: 630px;
    padding: 10px;
    background: url("../images/banner_main.png") left top no-repeat;
    background-size: auto 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
.main-left-hp {
    width: 45%;
}
.moto-list-hp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 5px;
    column-gap: 5px;
}
.moto-item-hp {
    width: 170px;
    height: 170px;
    background: url("../images/moto_bg.png") center center no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.moto-item-hp img {
    margin-bottom: 5px;
}
.moto-item-hp h5 {
    margin-bottom: 5px;
    color: #FEF88A;
}
.moto-item-hp h6 {
    font-weight: 400;
    color: #fff;
}
.main-right-hp {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.main-right-hp > h1 {
    width: 100%;
    font-family: 'Hiragino Kaku Gothic Std', sans-serif;
    font-size: 80px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    position: relative;
}
.main-right-hp > h1::before {
    position: absolute;
    content: url("../images/bubble_main.svg");
    left: -30px;
    top: 50%;
    transform: translate(0, -60%);
}
.main-charge-hp {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    column-gap: 10px;
    margin-bottom: 10px;
    position: relative;
}
.main-charge-hp::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 140px;
    border-radius: 35px;
    background: linear-gradient(to bottom, #F6AB00, #F08300);
    left: 0;
    bottom: 0;
}
.main-charge-hp * {
    z-index: 1;
}
.main-charge-hp > h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
    border-radius: 100px;
    color: #F08300;
    background-color: #FDF883;
    margin-bottom: 20px;
}
.main-charge-hp > h2 {
    font-family: 'Agency FB', sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-shadow: 1px 3px 0 rgb(0, 0, 0, 0.16);
}
.main-charge-hp > h2 span.number {
    font-family: 'Futura PT', sans-serif;
    font-size: 130px;
    font-weight: 700;
    color: #FF5593;
    -webkit-text-stroke: 3px #fff;
}
.main-charge-hp > h2 span.currency {
    font-family: 'Hiragino Kaku Gothic Std', sans-serif;
    font-size: 50px;
    font-weight: 800;
}
.main-charge-hp > h2 span.from {
    font-family: 'Hiragino Kaku Gothic Std', sans-serif;
    font-size: 35px;
    font-weight: 800;
}
.main-note-hp {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.main-note-left-hp {
    width: 175px;
    height: 0;
}
.main-note-right-hp {
    width: 175px;
    height: 175px;
    border-radius: 100px;
    background-color: #fff;
    border: 8px solid #0092D4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Hiragino Kaku Gothic Std', sans-serif;
    font-weight: 800;
    color: #FF5593;
    text-align: center;
}

.common-title-hp {
    position: relative;
    color: #0092D4;
    position: relative
}
.common-title-hp * {
    font-weight: 500;
}
.common-title-hp h5 {
    font-size: 34px;
}
.common-title-hp h5 span.number {
    font-family: 'Futura PT', sans-serif;
    font-size: 61px;
    color: #F08300;
}
.common-title-hp h5 span.title {
    font-size: 48px;
}
.common-title-hp h6 {
    font-size: 26px;
}
.common-title-hp h6 span.title {
    font-size: 36px;
}

.black {
    color: #fff;
}
.blue {
    color: #0092D4;
}
/*--------------- COMMON_END --------------*/

/*--------------- HEADER_START --------------*/
#header {
    padding: 0;
    margin: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
}
.header-in-hp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 70px;
}
.logo-hp:hover {
    opacity: 1;
}

.navbar {
    padding: 0;
}
.navbar-nav {
    width: 100%;
    margin: 0 !important;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 5px;
}
.navbar-nav .nav-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    width: 250px;
    height: 60px;
    padding: 0 !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
    color: #fff;
}
.navbar-nav .nav-link:hover {
    opacity: 0.5;
}
.navbar-nav .nav-link.email {
    background: linear-gradient(to bottom, #B1C700, #56AA2D);
}
.navbar-nav .nav-link.phone {
    background: linear-gradient(to bottom, #F6AB00, #F08300);
}
.navbar-nav .nav-link h6 {
    font-weight: 400;
}
.navbar-nav .nav-link.email h6 {
    padding-bottom: 10px;
}
.navbar-nav .nav-link h6 span {
    font-size: 12px;
}
.navbar-nav .nav-link i {
    display: block;
    font-size: 20px;
}

.navbar-nav .dropdown-menu {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.7);
}
.navbar-nav .dropdown-item {
    font-size: 16px;
    font-weight: 400;
    color: #303030 !important;
    position: relative;
    padding: 8px 15px;
}
.navbar-nav .dropdown-toggle::after {
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    margin: -2px 0 0 10px;
    vertical-align: middle;
}

.dropdown-submenu {
    position: relative;
    padding: 5px 0;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 0.8em;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}
.mobile-menu-icon-hp {
    margin: 0;
    padding: 0;
    float: right;
    display: none;
    width: 20px;
    height: 50px;
    text-align: center;
    cursor: pointer;
}
.menu-toggle-btn {
    margin: 21px 0 20px 0;
    cursor: pointer;
    width: 20px;
    height: 19px;
    padding: 0;
    position: relative;
    z-index: 999999999;
}
.menu-toggle-btn span {
    background: #303030;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 0;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menu-toggle-btn span:last-child {
    margin-bottom: 0;
}
.menu-toggle-btn.open span:nth-child(1),
.menu-toggle-btn.open span:nth-child(3) {
    transform: translate(0, 8px) rotate(-45deg) scalex(1.3);
    margin: 0;
}
.menu-toggle-btn.open span:nth-child(2) {
    height: 0;
    margin: 0;
}
.menu-toggle-btn.open span:nth-child(3) {
    transform: translate(0, 6px) rotate(45deg) scalex(1.3);
}

.overlay-mobile-menu-hp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 999;
    display: none;
}
/*--------------- HEADER_END --------------*/

/*--------------- INDEX_START --------------*/
.concern-middle-hp {
    background: url("../images/concern_bg.png") left top no-repeat;
    background-size: auto 100%;
    padding: 60px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}
.concern-middle-hp::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%, 0);
}
.concern-middle-hp > img {
    margin-bottom: 40px;
}
.concern-item-hp {
    margin-bottom: 35px;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}
.concern-item-hp:last-child {
    margin-bottom: 0;
}
.concern-item-hp h6.large {
    font-weight: 500;
}

.worry-middle-hp {
    padding: 50px 100px 0 100px;
    background: url("../images/worry_bg.svg") left bottom no-repeat, linear-gradient(to bottom, #EEE0D6, #FFFFFF);
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.worry-middle-hp > h5 {
    font-weight: 500;
    color: #441C24;
    text-align: center;
    margin-bottom: 40px;
}
.worry-middle-hp > img.thoughts {
    margin-bottom: 80px;
}

.effect-middle-hp {
    background-color: #FFFBF0;
    padding: 60px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.effect-middle-hp table {
    width: 100%;
    margin-bottom: 40px;
}
.effect-middle-hp tr {
    display: block;
    margin-bottom: 2px;
    width: 100%;
}
.effect-middle-hp tr:last-child {
    margin-bottom: 0;
}
.effect-middle-hp th {
    background-color: #55AFE3;
    font-weight: 400;
    color: #fff;
    width: 120px;
    padding: 10px;
}
.effect-middle-hp td {
    background-color: #fff;
    padding: 10px;
    width: 215px;
}
.effect-middle-hp td.long {
    width: 550px;
}
.effect-middle-hp > img {
    margin-bottom: 40px;
}
.effect-list-hp {
    width: 100%;
}
.effect-title-hp {
    width: 100%;
    display: flex;
    flex-direction: row;
    column-gap: 40px;
    margin-bottom: 20px;
}
.effect-title-hp h6 {
    flex: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #B98C5D;
    text-align: center;
}
.effect-item-hp {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    column-gap: 40px;
}
.effect-item-hp:last-child {
    margin-bottom: 0;
}
.effect-item-before-hp,
.effect-item-after-hp {
    flex: 1;
    position: relative;
}
.effect-item-before-hp::before {
    position: absolute;
    content: "";
    right: -28px;
    top: 50%;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-left: 15px solid #B98C5D;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.effect-item-before-hp img,
.effect-item-after-hp img {
    width: 100%;
}

.feature-middle-hp {
    padding: 50px 100px 100px 100px;
    background: url("../images/feature_bg.png") center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feature-middle-hp .common-title-hp {
    margin-bottom: 40px;
}
.feature-middle-hp .common-title-hp::before {
    position: absolute;
    content: url("../images/blub_green.svg");
    right: -60px;
    top: 0;
}
.merit-list-hp .row {
    row-gap: 20px;
    margin-left: -30px;
    margin-right: -30px;
}
.merit-list-hp .row > div {
    padding-left: 30px;
    padding-right: 30px;
}
.merit-item-hp {
    background-color: #fff;
    box-shadow: 0 3px 10px rgb(0, 0, 0, 0.08);
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 10px;
    padding-left: 20px;
}
.merit-item-number-hp {
    position: absolute;
    font-family: 'Futura PT';
    font-weight: 500;
    color: #fff;
    left: -14px;
    top: 10px;
    background: url("../images/merit_number_bg.svg") center center no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px 10px 10px;
    column-gap: 10px;
}
.merit-item-number-hp h4 {
    font-size: 36px;
}
.merit-item-content-hp {
    padding-top: 60px;
    flex: 1;
}
.merit-item-content-hp h6 {
    line-height: 1.5;
    color: #56AA2D;
    margin-bottom: 15px;
}
.merit-item-content-hp p {
    line-height: 1.67;
}

.comparison-middle-hp {
    background: url("../images/faq_bg.png") center center no-repeat;
    background-size: cover;
    padding: 50px 100px 100px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.comparison-middle-hp .common-title-hp {
    margin-bottom: 30px;
}
.comparison-middle-hp .common-title-hp::before {
    position: absolute;
    content: url("../images/blub.svg");
    right: -37px;
    top: -17px;
}
.comparison-middle-hp .common-title-hp::after {
    position: absolute;
    content: url("../images/underline_circle.svg");
    right: 0;
    bottom: -15px;
}
.comparsion-list-hp {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.comparsion-item-hp {
    flex: 1;
}
.comparsion-item-image-hp {
    width: 100%;
    height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.comparsion-item-sample-hp {
    width: 100%;
    height: 210px;
    display: flex;
    flex-direction: column;
    background-color: #FDCAD9;
    padding: 0 20px 10px 20px;   
}
.comparsion-item-hp:nth-child(3) .comparsion-item-sample-hp {
    background-color: #E5E5E5;
}
.comparsion-item-sample-hp p.large {
    flex: 1;
    width: 100%;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
}
.comparsion-item-sample-hp img {
    width: 100%;
}
.comparsion-item-content-hp {
    background-color: rgb(85, 175, 227, 0.2);
    padding: 10px;
}
.comparsion-item-hp:nth-child(2) .comparsion-item-content-hp {
    background-color: #FDCAD9;
}
.comparsion-item-tag-hp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 5px;
}
.comparsion-item-tag-hp:last-child {
    margin-bottom: 0;
}
.comparsion-item-hp:first-child .comparsion-item-tag-hp h6 {
    font-weight: 500;
}
.comparsion-item-tag-hp h6 {
    font-weight: 700;
    color: #0092D4;
}

.charge-middle-hp {
    background: url("../images/charge_bg.png") center center no-repeat;
    background-size: cover;
    padding: 50px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.charge-middle-hp .common-title-hp {
    margin-bottom: 30px;
}
.charge-middle-hp .common-title-hp::before {
    position: absolute;
    content: url("../images/light.svg");
    left: -30px;
    bottom: -10px;
}
.charge-middle-hp .common-title-hp::after {
    position: absolute;
    content: url("../images/snow.svg");
    right: -45px;
    top: -30px;
}
.charge-middle-hp .common-title-hp span.title {
    text-decoration: 4px solid #F08300 underline;
    text-underline-offset: 10px;
}
.charge-content-hp {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.charge-list-hp {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.charge-list-hp > p.note {
    width: 100%;
    font-weight: 500;
    color: #0092D4;
    text-align: left;
    margin-bottom: 45px;
}
.charge-list-hp > h6.large {
    width: 100%;
    font-weight: 500;
    color: #0092D4;
    padding-left: 20px;
    margin-bottom: 20px;
}
.charge-list-hp > p.step {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
.charge-list-hp > h6 {
    font-weight: 500;
    line-height: 1.67;
    color: #0092D4;
}
.charge-item-hp {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(9, 100, 160, 0.1);
    margin-bottom: 10px;
}
.charge-item-top-hp {
    background-color: #0092D4;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.charge-item-top-hp h6 {
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.charge-item-bottom-hp {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px;
    position: relative;
}
.charge-item-bottom-hp h6 {
    font-weight: 500;
    color: #F08300;
    text-align: center;
}
.charge-item-bottom-hp h6 span {
    font-size: 30px;
    font-weight: 700;
}
.charge-item-bottom-hp p.small {
    position: absolute;
    font-weight: 500;
    color: #0092D4;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    
}

.flow-middle-hp {
    background: url("../images/flow_bg.png") center center no-repeat;
    background-size: cover;
    padding: 50px 100px 100px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.flow-middle-hp .common-title-hp {
    margin-bottom: 60px;
}
.flow-middle-hp .common-title-hp::before {
    position: absolute;
    content: url("../images/underline_round.svg");
    right: -35px;
    bottom: -15px;
}
.flow-middle-hp .common-title-hp h6 {
    position: relative;
}
.flow-middle-hp .common-title-hp h6::before {
    position: absolute;
    content: url("../images/cross_line.svg");
    right: calc(100% + 35px);
    top: 50%;
    transform: translate(0, -30%);
}
.flow-middle-hp .common-title-hp h6::after {
    position: absolute;
    content: url("../images/cross_line.svg");
    left: calc(100% + 35px);
    top: 50%;
    transform: translate(0, -30%);
}
.flow-list-hp {
    width: 100%;
}
.flow-item-hp {
    width: 100%;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.flow-item-hp:last-child {
    margin-bottom: 0;
}
.flow-item-content-hp {
    width: 50%;
    padding: 60px 30px 60px 0;
}
.flow-item-content-hp h6.large {
    margin-bottom: 30px;
    color: #0092D4;
}
.flow-item-content-hp h6.large span.number {
    font-family: 'Futura PT', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #56AA2D;
}
.flow-item-content-hp h6.large span.label {
    font-family: 'Futura PT', sans-serif;
    font-size: 16px;
    font-weight: 350;
    color: #56AA2D;
}
.flow-item-arrow-hp {
    position: absolute;
    content: "";
    width: 46px;
    height: 46px;
    border-radius: 100px;
    background-color: #0092D4;
    border: 4px solid #fff;
    left: 50%;
    bottom: -23px;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.reason-middle-hp {
    background: url("../images/reason_bg.png") center center no-repeat;
    background-size: cover;
    padding: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reason-title-hp {
    margin-bottom: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 15px;
    color: #0092D4;
    position: relative;
}
.reason-title-hp::before {
    position: absolute;
    content: url("../images/underline_sign.svg");
    right: 0;
    bottom: 10px;
}
.reason-title-hp h1 {
    font-family: 'Futura PT', sans-serif;
    font-size: 90px;
    font-weight: 500;
}
.reason-title-hp h6 {
    font-weight: 500;
}
.reason-title-hp h6 span.title {
    font-size: 36px;
}
.reason-list-hp {
    width: 100%;
}
.reason-item-hp {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    background-color: #fff;
}
.reason-item-hp:last-child {
    margin-bottom: 0;
}
.reason-item-hp:nth-child(2n) {
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 40px;
}
.reason-item-content-hp {
    width: 350px;
    position: relative;
}
.reason-item-content-hp h1 {
    position: absolute;
    font-family: 'Futura PT', sans-serif;
    font-size: 134px;
    font-weight: 500;
    color: rgb(0, 146, 212, 0.1);
    right: -30px;
    top: 50%;
    transform: translate(0, -50%);
}
.reason-item-content-hp h6.large {
    margin-bottom: 20px;
    color: #0092D4;
}

.message-middle-hp {
    padding: 100px;
    background: url("../images/message_bg.png") center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.message-middle-hp .common-title-hp {
    margin-bottom: 40px;
}
.message-middle-hp > h4 {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 40px;
}
.message-content-hp {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 20px;
}
.message-content-hp p {
    font-family: 'TA Oonishi', sans-serif;
    font-size: 20px;
    flex: 1;
}

.faq-middle-hp {
    background: url("../images/faq_bg.png") center center no-repeat;
    background-size: cover;
    padding: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.faq-middle-hp .common-title-hp {
    margin-bottom: 60px;
}
.faq-middle-hp .common-title-hp::before {
    position: absolute;
    content: url("../images/bubble_faq.svg");
    left: -75px;
    top: -30px;
}
.faq-middle-hp .common-title-hp h6 span.title {
    text-decoration: 4px dotted #F08300 underline;
    text-underline-offset: 10px;
}
.faq-list-hp {
    width: 100%;
}
.faq-list-hp > div {
    border: none !important;
    border-radius: 0 0 20px 20px;
    padding: 0 35px !important;
}
.faq-list-hp > div p {
    position: relative;
    font-weight: 500;
    padding: 35px 0 35px 55px;
    border-top: 1px dashed #0092D4;
}
.faq-list-hp > div p::before {
    position: absolute;
    content: "A";
    left: 5px;
    top: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    background-color: #F08300;
    transform: translate(0, -50%);
    font-family: 'Futura PT', sans-serif;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-list-hp h6 {
    background-color: #fff;
    border: none !important;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    padding: 35px 35px 30px 90px !important;
    margin: 20px 0 0 0 !important;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    border-radius: 10px 10px 0 0;
    font-size: 20px !important;
    font-weight: 700;
    color: #364246 !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq-list-hp h6.ui-accordion-header-collapsed {
    border-radius: 10px;
}
.faq-list-hp h6:first-child {
    margin-top: 0 !important;
}
.faq-list-hp h6:hover,
.faq-list-hp h6:focus,
.faq-list-hp h6:active {
    outline: none;
    text-decoration: none;
}
.faq-list-hp h6::before {
    position: absolute;
    content: "Q";
    left: 40px;
    top: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    background-color: #0092D4;
    transform: translate(0, -40%);
    font-family: 'Futura PT', sans-serif;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-list-hp h6 span {
    display: none;
}
/*--------------- INDEX_END --------------*/

/*--------------- FOOTER_START --------------*/
#footer {
    margin: 0;
}
.footer-middle-hp {
    background-color: rgb(237, 247, 252, 0.3);
    padding: 140px 100px 100px 100px;
}
.footer-middle-hp > p.copyright {
    text-align: center;
}
.footer-image-hp {
    width: 100%;
}
.footer-image-hp img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.footer-address-hp {
    margin-bottom: 110px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
}
.address-left-hp {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.address-lc-hp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 440px;
}
.address-lc-hp .logo {
    display: block;
    margin-bottom: 25px;
}
.address-lc-hp table {
    width: 100%;
    margin-bottom: 20px;
}
.address-lc-hp tr {
    border-bottom: 1px solid #707070;
}
.address-lc-hp tr:first-child {
    background-color: #84B71C;
}
.address-lc-hp th,
.address-lc-hp td {
    padding: 5px 10px;
    text-align: center;
    color: #5C6A83;
}
.address-lc-hp tr:first-child th,
.address-lc-hp tr:first-child td {
    color: #fff;
}
.address-lc-hp p {
    margin-bottom: 15px;
}
.address-lc-hp p.notes {
    margin-bottom: 25px;
}
.address-lc-hp span {
    color: #fff;
    display: inline-block;
    background-color: #E66751;
    padding: 0 5px;
}
.address-lc-hp .map {
    font-size: 14px;
    color: #84B71C;
    text-decoration: 1px solid underline #84B71C;
}
/*--------------- FOOTER_END --------------*/

.video-play {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.video-play video {
    width: 100%;
    height: 400px;
    object-fit: contain;
}