@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

/* common-css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

input::placeholder {
    color: #909090;
}

input::-ms-input-placeholder {
    color: #909090;
}

input:-ms-input-placeholder {
    color: #909090;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


:root {
    --base-color: #333;
    --white: #fff;
    --gray: #F4F4F4;
    --red: #B92A33;
    --content-l_inner: 65px 0;
    --content-m_inner: 45px 0;
    --relative-base-px: 4px;
}

body {
    min-width: 1100px;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    background-color: #FFF8EB;
    color: var(--base-color);
    /* padding-top: 144px; */
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
調整系
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.text-align {
    text-align: center;
}

.br {
    display: block;
}

.sp-br {
    margin-left: -4px;
}

body.home .wrap,
.wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}


.breadcrumbs-wrap {
    margin-top: 20px;
}

.breadcrumbs .arrow {
    margin: 0 5px;
}

/* .breadcrumbs a {
    border-bottom: 1px solid transparent;
}

.breadcrumbs a:hover {
    border-bottom: 1px solid var(--base-color);
} */

.wrap_l_base-area {
    max-width: 900px;
    width: 100%;
    margin: auto;
}


.wrap_base-white {
    background-color: var(--white);
    padding-top: 60px
}

.wrap_base-area {
    max-width: 740px;
    width: 100%;
    margin: auto
}

a {
    transition: .2s;
    text-decoration: none;
}

a:hover {
    opacity: .75;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.mt-3 {
    margin-top: 30px;
}

.mt-6 {
    margin-top: 60px;
}

.mt-8 {
    margin-top: 80px;
}


.mb-2 {
    margin-bottom: 20px;
}

.back-white {
    background: var(--white)
}

.grid {
    display: grid;
}

.ps-re {
    position: relative;
    z-index: 0;
}

.ps-ab {
    position: absolute;
}

.padding-top {
    padding-top: 100px;
}

.padding-bottom {
    padding-bottom: 100px;
}

.padding-tb {
    padding: 100px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.news-archive-sec .wrap_base-white {
    padding-bottom: 40px
}

.news-single-list__function_img {
    width: 80px;
    margin: auto;
}

.pagenation {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pagenation img {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.pagenation span {
    color: #707070;
    width: 32px;
    text-align: center;
}

.pagenation span.page {
    display: inline-block;
    font-size: 22px;
    color: #707070;
}

.pagenation span.current {
    color: var(--red);
    font-weight: bold;
}

.pagenation span.end {
    height: 20px;
    width: 20px;
}

.pagenation span.end::before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    background-color: #909090;
}

.pagenation-arrow svg {
    display: block;
    position: relative;
    top: 1px;
    margin: 0 auto;
}

.pagenation-arrow svg path {
    transition: .2s;
}

.pagenation-arrow a:hover svg path {
    stroke: var(--red);
    stroke-width: 2px;
}

.pagenation a:hover {
    opacity: 1;
    font-weight: bold;
    color: var(--red);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ニュース
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-archive-sec .news-list__item-meta__date {
    color: var(--red)
}

.news-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 85px;
}

.news-nav li {
    margin-left: 42px;
    font-weight: bold;
}

.news-nav li a {
    border-bottom: 1px solid transparent;
    font-size: 18px;
}

.news-nav li.current a {
    border-bottom: 1px solid var(--base-color);
    color: var(--base-color)
}

.news-nav li:first-child {
    margin-left: 0px;
}

.news-nav li a:hover {
    opacity: 1;
    border-bottom: 1px solid var(--base-color);
    color: var(--red);
}


.news-list__item {
    margin-bottom: 44px;
}

.news-list__item:last-child {
    margin-bottom: 80px;
}

.news-list__item-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 205px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.news-list__item-meta__date {
    font-weight: bold;
    color: var(--base-color);
}

.news-list__item-meta__cat {
    width: 100px;
    height: 25px;
    font-size: 12px;
    background: var(--base-color);
    color: var(--white);
    text-align: center;
    line-height: 2;
}

.news-list__item-meta__cat.important {
    background-color: var(--white);
    color: #DC3545;
    border: solid 1px #DC3545;
}

.news-list__item-link.important {
    color: #DC3545;
}

.news-list__item-link {
    width: calc(100% - 60px);
    line-height: 1;
}

.news-list__item-link a {
    font-weight: 500;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.news-list__item-thumbnail {
    max-width: 150px;
    width: 100%
}

.news-list__item-thumbnail+dl {
    margin-left: 35px;
    border-bottom: 1px solid transparent;
    line-height: 1.6;
}

.news-list__item-thumbnail+dl dt {
    font-size: 18px;
}

.news-list__item-thumbnail+dd {
    font-weight: normal;
}

/* ニュースホバー */
.news-list__item-link a:hover .news-list__item-thumbnail+dl {
    opacity: 1;
    border-bottom: 1px solid var(--base-color);
}

/* ニュース個別記事　記事詳細 */
.news-single-sec .news-list__item-meta {
    margin-bottom: 10px;
}

.news_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.news-img {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.news-img img {
    object-fit: cover;
    width: 100%;
}


.bottommargin-sm {
    margin-bottom: 30px !important;
}

.bottommargin {
    margin-bottom: 50px !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}


.post-content h3 {
    margin: 44px 0 20px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.feature-box {
    position: relative;
    padding: 0 0 0 50px;
}

.fbox-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.post-content i {
    font-style: normal;

    text-align: center;
    line-height: 64px;
    width: 40px;
    border-radius: 50%;
    background-color: #1ABC9C;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.post-content i::before {
    content: "";
    width: 20px;
    height: 20px;
    display: flex;
    background: url(../images/common/check.svg) no-repeat center/contain;
}


.post-content h3+p {
    font-size: 14px;
}

/* NEWS SINGLE */
.news-single-sec .common_hedding {
    margin: 40px auto;
}

.news-single-sec .common-line-title {
    margin-bottom: 15px;
}

.news-single-sec .news-shingle__connection {
    margin-top: 120px
}

.news-single-sec .news-shingle__connection .common_hedding {
    font-size: 32px;
    margin-bottom: 40px;
}

.news-banner {
    margin-bottom: 60px;
}

.news-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-content .news-flex p,
.news-flex dl {
    max-width: 500px;
    width: 100%;
    margin: 0 0;
}

.news-flex .news-img {
    max-width: 360px;
    width: 100%;
    height: auto;
}

.news-flex .news-img {
    max-width: 360px;
    width: 100%;
    height: auto;
}

.news-flex dl dt {
    font-size: 24px;
}

.news_use-list .news-flex .news-img {
    width: 150px;
    margin: auto;
}

.post-content p,
.post-content ul,
.post-content .news-flex {
    margin: 35px 0;
}

.news-shingle__connection ul p {
    font-size: 12px;
    font-weight: normal;
}

.connection-list__item {
    max-width: 205px;
    width: 100%;
    line-break: anywhere;
}

.news-single-list ul li::before {
    display: none;
}

.news-shingle__connection+.news-shingle__connection {
    margin-top: 70px;
    padding-bottom: 90px;
}

.news-single-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 50px;
}

.top-service-sec ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 50px;
}

.news-single-list li:first-child {
    margin-left: 0;
}

.news-single-list li dt {
    margin: 8px 0;
}

.news-single-list li dd {
    font-size: 14px;
}

.news-single-list li img {
    width: 100%;
}

.news-single-list__function ul,
.news-shingle__connection ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 50px;
}

.news-single-list__function li {
    /* max-width: 210px; */
    width: 100%;
    background: var(--gray);
    padding: 40px 16px 16px;
    /* margin: 0 0 20px 20px; */
    text-align: center;
    display: flex;
    flex-direction: column;
}

.news-cta {
    border: solid 5px var(--gray);
    padding: 0 0 40px;
    text-align: center;
}

.news-single-list__function li:nth-child(5),
.news-single-list__function li:nth-child(9) {
    margin-left: 0;
}

.news-single-list__function li dl {
    -ms-flex-positive: 1;
    flex-grow: 2;
    margin: 0 0 10px
}

.news-single-list__function li dt {
    margin: 18px auto;
    font-size: 16px;
}

.news-single-list__function li dd {
    font-size: 12px;
    text-align: left;
}

.news-single-list__function li .more-btn {
    margin: 0 0 10px;
    -ms-flex-positive: 1;
    flex-grow: 0;
}

.news-single-list__function li .more-btn a {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.news-single-list__function li .more-btn a::after {
    content: "";
    display: block;
    width: 20px;
    height: 40px;
    background: url(../images/news/down-arrow.svg) no-repeat center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ヘッダー
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* HEADER */
@media screen and (min-width: 992px) {
    body.header-logo-only {
        padding-top: 96px;
    }

    body.header-logo-only #header {
        padding: 9px 0 16px;
    }

    body.header-simple {
        padding-top: 67px;
    }

    body.header-simple #header {
        padding-bottom: 6px;
    }

    body.header-simple .header-content {
        align-items: center;
    }

    body.header-simple .header-menu__account-item--cart {
        margin-left: 10px;
    }
}

#header {
    background-color: var(--white);
    position: absolute;
    z-index: 999;
    top: 0;
    pagenation left: 0;
    width: 100%;
    transition: .2s;
}

#header.fixed,
.home #header.fixed {
    position: fixed;
    animation: headerFixed .3s forwards;
    /* background: #fff; */
}

@keyframes headerFixed {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

#header.fixed .header-nav,
#header.fixed .header-top-nav {
    display: none;
}

.header-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 16px 0;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    align-items: center;
}

.header-logo-item {
    max-width: 190px;
    width: 100%;
}

.header-logo-item:not(:last-child) {
    margin-right: 34px;
}

.header-logo-item img {
    width: 216px;
}

.header-menu {
    align-items: center;
}

.header-menu__nav {
    margin-right: 28px;
    font-weight: bold;
}

.header-menu__nav a {
    font-size: 14px;
    border-bottom: solid 1px transparent;
}

.header-menu__nav a:hover {
    opacity: 1;
    color: var(--base-color);
    border-bottom: solid 1px var(--base-color);

}

.header-menu__nav li:not(:last-child) {
    margin-right: 34px;
}

.header-menu__account-item__icon svg {
    width: 20px;
    height: 25px;
}

.header-menu__account-item span:not([class]) {
    font-size: 10px;
}

.header-menu__account-item {
    width: 51px;
    height: 51px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.header-menu__account-item a {
    display: block;
    text-align: center;
    color: #707070;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-top: 7px;
    position: relative;
}

.header-menu__account-item svg path {
    transition: .2s;
}

.header-menu__account-item--cart__count {
    position: absolute;
    line-height: 1;
    border-radius: 50%;
    background-color: var(--base-color);
    text-align: center;
    font-weight: 500;
    right: -12px;
    margin-top: 0;
    width: 25px;
    height: 25px;
    padding-top: 6px;
    top: 5px;
}

.header-menu__account-item span {
    display: block;
    margin-top: 3px;
}

.header-menu__account-item.active-login:not(.header-menu__account-item--cart) img {
    transform: translateX(5px);
}

.header-menu__account-item__icon {
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-menu__account-item--cart {
    margin-left: 10px;
}

.header-menu__account-item--cart a {
    background-color: #D9328E;
    color: var(--white);
}

.header-menu__account-item--cart svg {
    transform: translateX(-5px);
    width: 29px;
    height: 25px;
}

.header-menu__account-item:not(.header-menu__account-item--cart):not(.active-login) a:hover {
    opacity: 1;
    color: var(--base-color);
}

.header-menu__account-item:not(.header-menu__account-item--cart) a:hover svg path {
    fill: var(--base-color);
}

.header-menu__account-item.active-login a {
    background-color: var(--base-color);
    color: var(--white);
}

.header-menu__account-item.header-menu__account-item--cart.active-login a {
    background-color: var(--white);
    color: #707070;
}

.header-menu__account-item.active-login .header-menu__account-item--cart__count {
    color: var(--white);
}

.header-nav {
    padding-bottom: 10px;
    max-width: 1000px;
    margin: 15px auto 0;
}

.header-nav__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.header-nav a {
    font-size: 22px;
    font-weight: 500;
    display: block;
    text-align: center;
    line-height: 1.6;
    position: relative;
}

.header-nav li+li {
    border-left: 1px solid #CDCDCD;
}

.header-nav a::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--base-color);
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: .2s;
    pointer-events: none;
    opacity: 0;
}

.header-nav a:hover {
    opacity: 1;
}

.header-nav a.current::before,
.header-nav a:hover::before {
    opacity: 1;
}

#drawer,
#drawer-overlay {
    display: none;
}

.nav-toggle {
    position: relative;
    width: 34px;
    height: 15px;
    display: block;
    margin-left: 20px;
}

.nav-toggle span {
    background-color: #000;
    height: 4px;
    width: 100%;
    transition: .3s;
    position: absolute;
    left: 0;
}

.nav-toggle span:nth-of-type(1) {
    top: 0;
}

.nav-toggle span:nth-of-type(2) {
    display: none;
    top: 7px;
}

.nav-toggle span:nth-of-type(3) {
    top: 12px;
}

.open .nav-toggle span:nth-of-type(1) {
    transform: translateY(7px) rotate(45deg);
}

.open .nav-toggle span:nth-of-type(2) {
    opacity: 0;
}

.open .nav-toggle span:nth-of-type(3) {
    transform: translateY(-7px) rotate(-45deg);
}


/* DRAWER */
#drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 998;
}

#drawer {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    background-color: var(--white);
    z-index: -1;
    width: 86%;
    max-width: 325px;
    height: calc(100vh);
    overflow-y: scroll;
    transition: .3s;
    padding: 100px 20px 35px;
    opacity: 0;
    visibility: hidden;
}

#header.open #drawer {
    opacity: 1;
    visibility: visible;
}

.drawer-menu a {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 15px 0;
    display: block;
}

.drawer-menu a::before {
    content: "";
    pointer-events: none;
    width: 27px;
    height: 19px;
    background: url(../images/header/drawer-arrow.svg) no-repeat center center / contain;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
}

.drawer-menu li:not(:last-child) {
    border-bottom: 1px solid #E6E4E4;
}

.drawer-link {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.drawer-link li+li::before {
    content: "|";
    margin: 0 10px;
}


/* PAGE */
.page-title {
    text-align: center;
    /* margin-bottom: 50px; */
    font-size: 26px;
    font-weight: bold;
}

.common_btn a {
    background: #000000;
    color: var(--white);
    border: solid #000000 1px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 3.2;
    text-align: center;
    max-width: 325px;
    height: 65px;
    margin: auto;

}

.common_btn a:hover {
    background: var(--white);
    color: #000000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    下層見出し
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.lower-layer_heading {
    background-color: var(--white);
    padding: 130px 0;
    text-align: center;
    height: 300px
}

.lower-layer_heading p {
    margin-top: 35px;
}

.common_hedding {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.common_hedding span {
    display: block;
    margin-top: -10px;
    font-size: 16px;
}

section {
    margin-top: 75px;
}

.breadcrumbs-wrap+section {
    margin-top: 30px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
コンタクト　お問い合わせ
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



/* CONTACT */
.contact-sec__text {
    margin-bottom: 80px;
}

.form .contact-sec__form-select {
    max-width: 300px;
}

.contact-sec__form {
    /* margin-top: 50px; */
}

.contact-sec .common-line-title:not(:first-of-type) {
    margin-top: 100px;
}

.contact-sec__form-text {
    text-align: center;
    margin-top: 55px;
}

.contact-sec__form-text a {
    color: var(--red);
    text-decoration: underline;
}

a.external-link::after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 4px;
    background: url(../images/common/icon-external.svg) no-repeat center center / contain;
}

.agree-checkbox+label {
    position: relative;
    padding-left: 24px;
}

.agree-checkbox+label::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #CDCDCD;
    background-color: var(--white);
    transition: .2s;
    border-radius: 50%;
}

.agree-checkbox+label::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 3px;
    width: 12px;
    height: 8px;
    opacity: 0;
    transition: .2s;
    background: url(../images/common/check.svg) no-repeat center center / contain;
}

.contact-sec__form-agree {
    text-align: center;
    margin-top: 65px;
}

.agree-checkbox:checked+label::before {
    background-color: var(--base-color);
    border-color: var(--base-color);
}

.agree-checkbox:checked+label::after {
    opacity: 1;
}

.error-message-box {
    border: 1px solid #DC3545;
    background-color: #FFEFEF;
    padding: 15px;
    margin: -40px 0 40px;
}

.error-message-box__text {
    color: #DC3545;
}

.contact-confirm-sec .contact-sec__text {
    font-size: 20px;
    font-weight: 500;
}

.contact-sec__form-submit {
    margin-top: 60px;
}

.contact-complete-sec .common-line-title {
    margin-bottom: 50px;
}

.contact-complete-sec .contact-sec__text {
    margin-bottom: 23px;
}

.contact-complete-sec__view-more {
    text-align: center;
    margin-top: 80px;
}

.contact-complete-sec__banner {
    margin-top: 110px;
    text-align: center;
}

.form-dl dl {
    display: flex;
}

.form_privacy .common_hedding {
    margin-bottom: 40px
}

.wrap_base-white+.wrap_base-white {
    margin-top: 43px;
}

.wrap.form {
    padding: var(--content-l_inner)
}

.wrap.form_privacy {
    padding: var(--content-m_inner)
}

.form_privacy-content {
    height: 300px;
    overflow: scroll;
}


/* フォーム */
.form dl:not(:last-child) {
    margin-bottom: 30px;
}

.form dl dt {
    font-weight: bold;
    max-width: 200px;
    width: 100%;
    /*margin-bottom: 4px;*/
}

.form_add dl dt {
    margin-bottom: -3px;
}

.form dl dt span {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    /* padding: 0 4px 2px; */
    margin-left: 0px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.form dl dd {
    max-width: 545px;
    width: 100%;
}

.form dl:first-child dd {
    max-width: 300px;
    width: 100%;
}

.form dl dd {
    font-size: 18px;
}

.form dl dt span.must {
    color: #FF0000;
}

.form dl dt span.any {
    background-color: #707070;
}

.form input[type="text"].error-input,
.form input[type="tel"].error-input,
.form input[type="email"].error-input,
.form input[type="number"].error-input,
.form input[type="password"].error-input,
.form select.error-input,
.form textarea.error-input {
    background-color: #FFF0F2;
    border: 1px solid #DC3545;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="number"],
.form input[type="password"],
.form select {
    background-color: var(--white);
    appearance: none;
    -webkit-appearance: none;
    height: 45px;
    width: 100%;
    border: 1px solid #CDCDCD;
    border-radius: 6px;
    padding: 0 13px;
    font-size: 18px;
}

.form textarea {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    background-color: var(--white);
    border: 1px solid #CDCDCD;
    resize: none;
    height: 205px;
    border-radius: 6px;
    padding: 8px 14px;
}

.form input[type="radio"]+label {
    padding-left: 24px;
    position: relative;
}

.form input[type="radio"]+label::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #CDCDCD;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
    background-color: var(--white);
}

.form input[type="radio"]+label::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--base-color);
    position: absolute;
    top: 7px;
    left: 4px;
    transition: .2s;
    opacity: 0;
}

.form input[type="radio"]:checked+label::after {
    opacity: 1;
}

.form input.form-zipcode__input {
    max-width: 140px;
}

.form .form-pref {
    max-width: 330px;
}

.form .form-pref.sm {
    max-width: 110px;
}

.form-zipcode {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-zipcode__search {
    border: 1px solid var(--red);
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    padding: 3px 10px;
    color: var(--red);
    cursor: pointer;
    margin-left: 18px;
    transition: .2s;
    background-color: var(--white);
}

@media screen and (min-width: 992px) {
    .form-zipcode__search:hover {
        background-color: var(--red);
        color: var(--white);
    }
}

.form .form-pref {
    position: relative;
    width: 100%;
}

.form .form-pref::before {
    content: "";
    z-index: 1;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 14px;
    width: 11px;
    height: 11px;
    background: url(../images/common/select-arrow.svg) no-repeat center center / contain;
}

.form-submit {
    text-align: center;
    margin-top: 50px;
}


.form-submit input[type="submit"].md,
.form-submit input[type="button"].md {
    font-size: 16px;
    min-width: 187px;
    padding: 18px 20px;
}

.form-submit input[type="submit"] {
    color: var(--red);
    border: 1px solid var(--red);
}

.form-submit.pink input[type="submit"] {
    background: var(--base-color);
    color: var(--white);
    border: solid var(--base-color) 1px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 3.2;
    text-align: center;
    max-width: 325px;
    width: 100%;
    height: 65px;
    margin: auto;
}

.form-submit.bg-pink input[type="submit"] {
    border-color: var(--base-color);
    background-color: var(--base-color);
    color: var(--white);
}

.form-submit input[type="button"] {
    color: var(--base-color);
    border: 1px solid var(--base-color);
}

.form-submit input[type="submit"]:hover {
    background-color: var(--red);
    color: var(--white);
}

.form-submit.pink input[type="submit"]:hover {
    background-color: var(--white);
    color: var(--base-color);
}

.form-submit.bg-pink input[type="submit"]:hover {
    background-color: var(--white);
    color: var(--base-color);
}

.form-submit input[type="button"]:hover {
    background-color: var(--base-color);
    color: var(--white);
}

.mypage-customer-modify-confirm .form dl:not(:last-child) {
    margin-bottom: 35px;
}

.form-submit-flex {
    justify-content: center;
}

.form-submit-flex input[type="button"] {
    margin-right: 40px;
}

.form-attention {
    font-size: 14px;
    padding-left: 1em;
    margin-top: 5px;
}

.form-attention::before {
    content: "※";
    margin-left: -1em;
}







/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
フッター
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer .footer-menu a,
a.text-link_border {
    overflow: hidden;
    border-bottom: transparent solid 1px;
}

#footer .footer-menu a:hover,
a.text-link_border:hover {
    opacity: 1;
    border-bottom: var(--base-color) solid 1px;
}

/* FOOTER */
#footer {
    margin-top: 82px;
    background-color: var(--white);
    padding: 50px 0 20px;
}

.footer-link {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 80px;
}

.footer-link li,
.footer-link a {
    color: var(--white);
}

.footer-link a {
    position: relative;
}

.footer-link a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: var(--base-color);
    transition: .2s;
}

.footer-link a:hover {
    opacity: 1;
}

.footer-link .sin-ul>li,
.footer-link .sin-ul>li>a {
    font-weight: bold;
}

.footer-link .sin-ul>li>a::before {
    content: "";
    width: 26px;
    height: 19px;
    display: inline-block;
    background: url(../images/common/footer-arrow-double.svg) no-repeat center center / contain;
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.footer-link .sin-ul>li>a::after {
    left: 32px;
}

.footer-link .sec-ul>li>a::after {
    left: 19px;
}

@media screen and (min-width: 992px) {
    .footer-link .sin-ul>li>a:hover::after {
        width: calc(100% - 32px);
    }

    .footer-link .sec-ul>li>a:hover::after {
        width: calc(100% - 19px);
    }
}

.footer-link .sin-ul>li:not(:last-child) {
    margin-bottom: 35px;
}

.footer-link .sec-ul {
    margin-top: 15px;
}

.footer-link .sec-ul a {
    font-weight: 500;
    color: #E6E4E4;
}

.footer-link .sec-ul a::before {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../images/common/footer-arrow.svg) no-repeat center center / contain;
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.footer-link .sec-ul li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 25px;
}

.footer-menu a {
    font-size: 16px;
    font-weight: bold;
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer-menu li:not(:last-child)::after {
    content: "";
    display: inline-block;
    padding: 0 0.5em;
}

.footer-copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 25px;
}

footer .wrap {
    position: relative;
}

.footer-logo {
    position: absolute;
    bottom: 0;
    left: 35px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
top トップ
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.home #header {
    background: rgba(255, 255, 255, .8);
}

.home .news-list__item-meta {
    margin-bottom: 0;
    flex-wrap: nowrap;
    margin-right: 20px;
}

.home .news-list__item-meta__date {
    margin-right: 20px;
    color: var(--base-color);
    font-weight: normal;
}

.home main,
body {
    background-color: var(--gray);
}

.home h2.common_hedding {
    font-size: 32px;
}

.home #footer {
    margin-top: 0;
}

.top-intro-sec,
.top-profile-sec,
.top-service-sec,
.top-contact-sec {
    position: relative;
    z-index: 2;
}

.top-intro-sec ul li a,
.top-profile-sec ul li dl {
    display: flex;
    align-items: center;
}

.top-intro-sec ul li a .news-list__item-link p,
.connection-list__item p {
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: background .4s;
}

.top-intro-sec ul li a:hover .news-list__item-link p,
.connection-list__item a:hover p {
    opacity: 1;
    text-decoration: underline;
    /* overflow: auto; */
}

.top-intro-sec ul li {
    margin-bottom: 20px;
}

.top-intro-sec ul li:last-child {
    margin-bottom: 0;
}

.top-intro-sec ul,
.top-profile-sec ul,
.top-service-sec ul {
    max-width: 850px;
    width: 100%;
    margin: auto;
    padding-bottom: 60px;
    ;
}

.top-profile-sec ul li dl dt {
    width: 160px;
}

.top-profile-sec ul li {
    margin-bottom: 30px;
}


.top-service-sec ul li img {
    width: 100%;
}

.top-contact-sec {
    padding-bottom: 85px;
}

.top-contact-sec p,
.top-service-sec h3,
.top-service-sec p {
    text-align: center;
    margin-bottom: 30px;
}

.top-service-sec li p {
    text-align: left;
}

.top-fv-sec {
    position: relative;
    max-height: 700px;
    height: calc(100vh - 200px);
    overflow: hidden;
    margin-top: 0;
}

.top-fv-sec::before {
    content: "";
    display: block;
    height: 220vh;
    width: 160vw;
    overflow: hidden;
    z-index: 1;
    background: url(../images/top/mv.png) no-repeat center center / cover;
    animation: rotateImage 3000s cubic-bezier(0, 1, 0.01, 0.27) infinite;
    position: absolute;
    top: -100vh;
    left: -30vw;
    opacity: .7;
}

@keyframes rotateImage {
    0% {
        transform: rotate(0deg); /* 0度から開始 */
    }
    100% {
        transform: rotate(-360deg); /* 360度（1周）まで回転 */
    }
}

/* .top-fv-sec .inner {
    padding: 0 calc(var(--relative-base-px)*20);
} */

.top-fv-sec p {
    text-align: right;
    font-size: 20px;
    text-shadow: #ffffff 0px 0px 5px;
    
}

.top-fv-sec p.copy {
    margin: 190px 0 auto auto;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5;
}

.top-service-sec .service_img {
    max-width: 300px;
    width: 100%;
}

.top-service-sec .wrap_base-white {
    padding-top: 0;
}

.top-service-sec .flex {
    padding: 60px;
    background: url(../images/top/service_img.png) no-repeat;
    background-position: 400px 0;
    background-size: 72%;
}


.top-service_content-detail {
    max-width: 50%;
    text-align: center;
}

.common_btn a.more_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
    max-width: unset;
    height: auto;
    border: solid;
    padding: 0 10px;
    line-height: unset;
    font-size: inherit;
    color: #000;
    background: var(--white);
}

.common_btn a.more_btn span {
    font-size: 13px;
    margin-left: 8px;
}

/* .common_btn a.more_btn::after {
    content: "";
    background:url(../images/common/down-arrow.svg) no-repeat center/contain;
    height: 14px;
    margin-left: 6px;
    width: 20px;
    display: block;
} */

.common_btn a.more_btn:hover {
    color: var(--white);
    background: #000;
    border: solid #000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
プラポリ
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.terms-sec .wrap_l_base-area {
    padding-bottom: 60px;
}

.terms-sec h2 {
    margin: 80px auto 40px;
}

.terms-sec h2:first-child {
    margin: 0 auto 40px;
}
