@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600&display=swap');
@import url("https://use.typekit.net/vnd5mvd.css");

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:where([hidden]:not([hidden='until-found'])) {
    display: none !important;
}
:where(html) {
    -webkit-text-size-adjust: 100%;
    color-scheme: light;
}
@supports not (min-block-size: 100dvb) {
    :where(html) {
        block-size: 100%;
    }
}
@media (prefers-reduced-motion: no-preference) {
    :where(html:focus-within) {
        scroll-behavior: smooth;
    }
}
:where(body) {
    block-size: 100%;
    block-size: 100dvb;
    line-height: 1.5;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}
:where(input, button, textarea, select) {
    font: inherit;
    color: inherit;
}
:where(textarea) {
    resize: vertical;
    resize: block;
}
:where(button, label, select, summary, [role='button'], [role='option']) {
    cursor: pointer;
}
:where(:disabled) {
    cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
    cursor: not-allowed;
}
:where(button) {
    border-style: solid;
}
:where(a) {
    text-underline-offset: 0.2ex;
}
:where(ul, ol) {
    list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
    display: block;
}
:where(img, picture, svg) {
    max-inline-size: none;
    block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
    overflow-wrap: break-word;
    font-weight: normal;
}
:where(h1, h2, h3) {
    line-height: calc(1em + 0.5rem);
}
:where(hr) {
    border: none;
    border-block-start: 1px solid;
    color: inherit;
    block-size: 0;
    overflow: visible;
}
:where(:focus-visible) {
    outline: 2px solid var(--focus-color, Highlight);
    outline-offset: 2px;
}
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.wf-loading { visibility: hidden;}
.wf-active { visibility: visible;}
/*------------------------------------------------------------
    main contents style
------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'YakuHanJP', 'Montserrat', 'Noto Sans JP', sans-serif;
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 2;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
table, tr, th, td {
    border-collapse: collapse;
}
input, textarea, select, button {
    font-family: 'YakuHanJP', 'Montserrat', 'Noto Sans JP', sans-serif;
    font-size: 100%;
    letter-spacing: .05em;
    font-size: 14px;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
img {
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}
a img {
    border: medium none;
    image-rendering: -webkit-optimize-contrast;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #000;
    text-decoration: none;
}
.pc_tab_br {
    
}
.pc_br {

}
.tab_br {
    display: none;
}
.sp_br {
    display: none;
}
#wrapper {
    background-color: #fff;
    color: #000;
    position: relative;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
body{
    animation: fadeIn 2s forwards;
}
/*------------------------------------------------------------
	key visual
------------------------------------------------------------*/
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    height: 130px;
    padding: 0 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    -moz-backdrop-filter: blur(12px);
}
.header_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_logo {
    padding: 0;
}
.header_logo a {
    display: flex;
}
.header_logo img {
    width: 190px;
}
.header_right {
    display: flex;
    align-items: center;
}
.header_right_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.global_nav {
    display: flex;
    align-items: center;
}
.global_nav li {
    margin-left: 40px;
    letter-spacing: 2px;
    line-height: 1;
}
.global_nav li a {
    display: block;
    letter-spacing: 3px;
    font-size: 15px;
    font-weight: bold;
}
/**/
.key_visual_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
    padding-top: 230px;
}
.key_visual_wrap_ex {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 350px;
    z-index: 1;
    position: relative;
}
.kv_copy_wrap {
    width: 100%;
    padding: 0 9% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 140px;
}
.kv_copy_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    text-align: left;
}
.kv_copy_inner h2 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 25px;
}
.kv_copy_inner h2 span {
    display: inline-block;
    letter-spacing: 0;
    /* Permalink - use to edit and share this gradient. パーマリンク - このグラデーションの編集や共有に使用します: https://colorzilla.com/gradient-editor/#84bde7+1,9cd5ef+51,5798d6+99 */
    background: linear-gradient(135deg,  #5798d6 1%,#9cd5ef 51%,#84bde7 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.kv_copy_inner p {
    font-size: 16px;
    line-height: 1.8;
    padding-left: 3px;
}

.sec_infinity_wrap {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.slider_object {
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 658px;
    height: auto;
}
.slider_object img {
    width: 100%;
    height: auto;
}
.slider {
    display: flex;
}
.slider div {
    
}
.slider_img {
    width: 480px !important;
    height: 480px !important;
    margin: 0 10px;
}
.slider_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ---------- sp_menu　---------　*/
/*menu*/
.nav_area_wrap {
    position: fixed;
    right: 20px;
    top: 20px;
    height: 30px;
    width: 30px;
}
.nav_area {

}
.menu {
    height: 12px;
    position: fixed;
    right: 25px;
    top: 38px;
    width: 38px;
    z-index: 99;
    cursor: pointer;
    mix-blend-mode: exclusion;
    display: none;
}
.menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
    mix-blend-mode: exclusion;
}
.menu__line--bottom {
    bottom: 0;
}
.menu__line--top.active {
    top: 5px;
    transform: rotate(45deg);
    height: 1px;
}
.menu__line--bottom.active {
    bottom: 6px;
    transform: rotate(135deg);
    height: 1px;
}
/*gnav*/
.gnav {
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap {
    display: flex;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10%;
    flex-direction: column;
}
.hmg_logo {
    margin-bottom: 30px;
}
.hmg_logo img {
    width: 140px;
}
.gnav__menu {
    /*width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;*/
}
.gnav__menu__item {
    margin: 30px 0;
    text-align: center;
    width: 100%;
}
.gnav__menu__item a {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px;
    text-decoration: none;
    transition: .2s;
    line-height: 1;
    font-family: 'Chillax', sans-serif;
}
.gnav__menu__item a:hover {
    
}
.gnav__menu__item a span {
    margin-left: 10px;
}
.gnav__menu2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.gnav__menu__item2 {
    margin: 10px 0;
    text-align: center;
    width: 100%;
    text-align: left;
}
.gnav__menu__item2 a {
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    transition: .2s;
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1;
}
.gnav__menu__item2 a:hover {
    
}
.gnav__menu__item2 a span {
    margin-left: 10px;
}
.hbg_sns {
    padding: 20px 0 23px;
    border-top: 1px solid #0f3e5b;
    border-bottom: 1px solid #0f3e5b;
}
.hbgs_ttl {
    font-size: 12px;
    margin-bottom: 14px;
    color: #9d9d9d;
    letter-spacing: 2px;
    line-height: 1;
}
.hbgs_link {
    display: flex;
    align-items: center;
}
.hbgs_link li {
    margin-right: 13px;
}
.hbgs_link li a {
    display: flex;
}
.hbgs_link li a img {
    height: 30px;
}
/**

/* ---------- sp_menu　---------　*/
.fullscreenmenu {
    
}
.menu2, .menu2 span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.menu2 {
    position: fixed;
    top: 34px;
    right: 25px;
    width: 35px;
    height: 22px;
    z-index: 10;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.menu2 span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    box-shadow: 1px 1px #fff;
    z-index: 10;
}
.menu2 span:nth-of-type(1) {
    top: 0px;
}
.menu2 span:nth-of-type(2) {
    top: 10px;
}
.menu2 span:nth-of-type(3) {
    bottom: 0px;
}
.menu2.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
.menu2.active span:nth-of-type(2) {
    opacity: 0;
}
.menu2.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
#nav2 {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}
#nav2.active {
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}
#nav2 ul {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#nav2 ul li {
    list-style-type: none;
}
#nav2 ul li a {
    display: block;
    padding: 15px 0;
    transition: all 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 5px;
}
#nav2 ul li a:hover {
    color: #f65d5d;
}
/**

/*------------------------------------------------------------
　top
------------------------------------------------------------*/
#main_top {
    
}
/**/
.about_wrap {
    width: 100%;
    padding: 160px 8% 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.about_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.sec_about {
    display: flex;
    justify-content: space-between;
}
.about_ttl {
    margin-bottom: 50px;
    width: 35%;
}
.about_ttl h2 {
    
}
.about_ttl h2 span {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.6;
    /* Permalink - use to edit and share this gradient. パーマリンク - このグラデーションの編集や共有に使用します: https://colorzilla.com/gradient-editor/#84bde7+1,9cd5ef+51,5798d6+99 */
    background: linear-gradient(135deg,  #5798d6 1%,#9cd5ef 51%,#84bde7 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about_ttl p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1;
    padding-left: 4px;
}
.about_txt {
    width: 65%;
}
.at_appear {
    margin-bottom: 40px;
}
.at_appear h3 {
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}
.at_appear p {
    font-size: 18px;
    line-height: 1.8;
}
.about_strong {
    margin-bottom: 50px;
    font-size: 65px;
    font-weight: bold;
    line-height: 1.4;
}
.about_detail {
    line-height: 2.2;
}

/**/
.service_wrap {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(to bottom, transparent 210px, #f2f4f5 211px, #f2f4f5 100%);
}
.service_head {
    width: 100%;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.service_head_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    height: 590px;
}
.service_head_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service_cont_wrap {
    width: 100%;
    padding: 0 5% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.service_cont_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    margin-top: -190px;
}
.service_intro {
    background-color: #f2f4f5;
    width: 35%;
    padding: 80px 80px 80px 0;
}
.service_intro_ttl {

}
.service_intro_ttl h2 {
    
}
.service_intro_ttl h2 span {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.6;
    /* Permalink - use to edit and share this gradient. パーマリンク - このグラデーションの編集や共有に使用します: https://colorzilla.com/gradient-editor/#84bde7+1,9cd5ef+51,5798d6+99 */
    background: linear-gradient(135deg,  #5798d6 1%,#9cd5ef 51%,#84bde7 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service_intro_ttl p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1;
    padding-left: 4px;
}
.service_intro_copy {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0 0;
}
.service_intro_sub {
    width: 65%;
    padding-top: 310px;
    font-size: 20px;
    line-height: 2.2;
}

.business_wrap {
    width: 100%;
    padding: 50px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.business_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.business_head {
    border-bottom: 1px solid #dedede;
    padding-bottom: 50px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}
.bh_logo {
    width: 80px;
    margin-right: 25px;
}
.bh_logo img {
    width: 100%;
    height: auto;
}
.bh_ttl {
    flex: 1;
}
.bh_ttl p {
    font-weight: bold;
}
.bh_ttl h2 {
    font-size: 42px;
    font-weight: bold;
}
.business_list {
    
}
.business_box {
    margin-bottom: 60px;
}
.bb_detail_ttl {
    font-size: 16px;
    font-weight: bold;
    background: url(../image/heading_1.svg) no-repeat left center / 19px auto;
    padding-left: 24px;
    margin-bottom: 15px;
}
.bb_detail_txt {
    padding-left: 24px;
}
.bb_detail_txt dl {
    display: flex;
    margin-bottom: 10px;
}
.bb_detail_txt dl dt {
    width: 170px;
    position: relative;
}
.bb_detail_txt dl dt::after {
    content: ":";
    display: inline-block;
    position: absolute;
    right: 7px;
}
.bb_detail_txt dl dd {
    flex: 1;
}
.bb_ico {
    margin-bottom: 40px;
}
.bb_ico span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 116px;
    height: 116px;
    border-radius: 100vh;    
    background: linear-gradient(135deg,  #efba91 0%,#c2beca 50%,#ceb9cb 75%,#dabdcd 100%);
}
.bb_ico span img {
    height: 58px;
}
.bb_ttl {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: bold;
}
.bb_txt {
    padding-left: 4px;
}
.slbd_btn {
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 100vh;
    padding: 14px;
    line-height: 1;
    display: block;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slbd_btn span {
    background: url(../image/icon/window.svg) no-repeat right center / 13px 13px;
    font-size: 14px;
    padding-right: 18px;
}

/**/
.company_wrap {
    width: 100%;
    padding: 160px 8% 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.company_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.company_ttl {
    width: 35%;
    margin-bottom: 60px;
}
.company_ttl h2 {
    margin-bottom: 5px;
}
.company_ttl h2 span {
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
    /* Permalink - use to edit and share this gradient. パーマリンク - このグラデーションの編集や共有に使用します: https://colorzilla.com/gradient-editor/#84bde7+1,9cd5ef+51,5798d6+99 */
    background: linear-gradient(135deg,  #5798d6 1%,#9cd5ef 51%,#84bde7 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.company_ttl p {
    font-size: 14px;
    padding-left: 5px;
}
.table_company {
    width: 65%;
}
.table_company tr {
    display: flex;
}
.table_company th, .table_company td {
    border-color: #d5dfe4;
    border-top: 1px solid #e7ebef;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    padding: 2.5rem;
}
.table_company th {
    width: 11rem;
    position: relative;
    padding-left: 0;
}
.table_company th:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 5rem;
    top: 0;
    right: 0;
    background: #e7ebef;
    display: block;
}
.table_company td {
    flex: 1;
}

.company_image {
    width: 100%;
    padding: 0 8% 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(to bottom, transparent 210px, #f2f4f5 211px, #f2f4f5 100%);
}
.company_image_inner {
    width: 100%;
    height: 500px;
}
.company_image_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/**/
.contact_wrap {
    width: 100%;
    padding: 160px 8% 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.contact_wrap_ex {
    width: 100%;
    padding: 200px 8% 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.contact_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.contact_ttl {
    margin-bottom: 100px;
}
.contact_ttl h2 {
    margin-bottom: 15px;
}
.contact_ttl h2 span {
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
    background: -webkit-gradient(linear,left top,right top,color-stop(2.86%,#efba91),color-stop(43.27%,#b4b5bd),color-stop(71.02%,#c2beca),color-stop(88.8%,#ceb9cb),color-stop(99.86%,#dabdcd));
    background: linear-gradient(90deg,#efba91 2.86%,#b4b5bd 43.27%,#c2beca 71.02%,#ceb9cb 88.8%,#dabdcd 99.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact_ttl p {
    
}
.contact_ttl_sub {
    font-size: 14px;
    padding-left: 4px;
    margin-top: 40px;
}
.contact_cont {
    display: flex;
    justify-content: space-between;
}
.cc_flow {
    width: 250px;
    margin-left: 80px;
}
.cc_flow ul {
    background-color: #f2f4f5;
    padding: 40px 45px;
}
.cc_flow ul li {
    padding: 8px 0;
    color: #6e6e6e;
    font-size: 14px;
}
.cc_flow ul li span {
    color: #f1004f;
}

.contact_form {
    flex: 1;
}
.sec_contact {
    
}
.contact_box {
    margin-bottom: 60px;
}
.contact_box dl {
    margin-bottom: 45px;
}
.contact_box dl dt {
    font-weight: bold;
    line-height: 1.6;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contact_box dl dt span {
    color: #ff006c;
    margin-left: 10px;
}
.contact_box dl dd {
    
}
.dd_inner {
    padding: 10px 20px 5px;
}
.contact_box dl dd label {
    cursor: pointer;
    margin-bottom: 5px;
    display: block;
}
.input_text {
    width: 100%;
    height: 75px;
    padding: 10px 20px 10px;
    box-sizing: border-box;
    background: #f2f4f5;
    margin: 0;
    border: none;
}
.textarea {
    width: 100%;
    padding: 20px;
    background: #f2f4f5;
    border: none;
    box-sizing: border-box;
    min-height: 180px;
    margin: 0;
}
.radio_btn {
    margin-right: 4px;
}
.contact_btn {
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
}
.send_btn {
    background-color: #000;
    cursor: pointer;
    border-style: none;
    height: 80px;
    width: 300px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.contact_back_btn {
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.back_btn {
    border: 1px solid #d9d9d9;
    background-color: #fff;
    cursor: pointer;
    height: 50px;
    width: 120px;
    margin: 0 auto;
    font-weight: normal;
    font-size: 13px;
    border-radius: 100vh;
}

.form_check {
    text-align: center;
    margin-bottom: 40px;
}
.retain {
    font-size: 13px;
    cursor: pointer;
}
.retain a {
    text-decoration: underline;
}
.retain_check {

}

.contact_fin_wrap {
    width: 100%;
    padding: 140px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contact_fin_inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.contact_head_fin {
    border: 1px solid #e6e6e6;
    padding: 60px 70px;
}
.contact_head_fin h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.contact_head_fin p {
    margin-top: 15px;
}


/**/
.privacy_wrap {
    width: 100%;
    padding: 200px 8% 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.privacy_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.privacy_ttl {
    margin-bottom: 100px;
}
.privacy_ttl h2 {
    margin-bottom: 40px;
}
.privacy_ttl h2 span {
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
    background: -webkit-gradient(linear,left top,right top,color-stop(2.86%,#efba91),color-stop(43.27%,#b4b5bd),color-stop(71.02%,#c2beca),color-stop(88.8%,#ceb9cb),color-stop(99.86%,#dabdcd));
    background: linear-gradient(90deg,#efba91 2.86%,#b4b5bd 43.27%,#c2beca 71.02%,#ceb9cb 88.8%,#dabdcd 99.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.terms_content {
    margin-top: 70px;
}
.terms_content a {
    text-decoration: underline;
}
.terms_ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
    margin-top: 40px;
}
.terms_sub_ttl {
    margin-bottom: 20px;
}
.terms_item {
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}
.terms_item p {
    text-indent: -1.7em;
    padding-left: 1.7em;
    line-height: 1.6;
    margin-bottom: 10px;
}
.terms_item_s {
    
}
.terms_item_s div {
    text-indent: -1.7em;
    padding-left: 1.7em;
    line-height: 1.6;
    margin-bottom: 10px;
}


/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
#footer {
    width: 100%;
    padding: 160px 8% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
    position: relative;
}
.footer_inner {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.footer_logo_wrap {
    
}
.footer_logo {
    
}
.footer_logo img {
    width: 190px;
}
.footer_nav_wrap {
    
}
.footer_nav_inner {
    
}
.footer_nav {
    display: flex;
}
.footer_nav li {
    margin-left: 40px;
}
.footer_nav li a {
    color: #fff !important;
    display: block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 3px;
}
.footer_nav_sub {
    display: flex;
    justify-content: flex-end;
}
.footer_nav_sub li {
    margin-left: 30px;
}
.footer_nav_sub li a {
    color: #fff !important;
    display: block;
    font-size: 12px;    
}

.footer_inner2 {
    padding: 0;
    display: flex;
    justify-content: center;
    border-top: 1px solid #444444;
    padding-top: 60px;
}
.footer_address {
    font-size: 12px;
    letter-spacing: 1px;
    color: #a0a0a0;
}
.footer_address p {
    font-size: 16px;
    margin-bottom: 15px;
}
.copyright {
    font-size: 12px;
    letter-spacing: 1px;
    color: #a0a0a0;
    text-align: right;
}


/*------------------------------------------------------------
    page top
------------------------------------------------------------*/
#pagetop_wrap {
    position: fixed;
    bottom: 60px;
    right: 60px;
    font-size: 77%;
    z-index: 3;
}
.pagetop {
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    background-color: #026fb5;
}
.pagetop:hover {
    text-decoration: none;
    opacity: 0.7;
}
.pagetop img {
  width: 14px;
}

.anchorlink {
    position: relative;
    display: block;
    top: -130px;
}


/*------------------------------------------------------------
    フェードイン https://closet-land.com/javascript/scroll-animation/
------------------------------------------------------------*/
/* アニメーション設定 */
.scr-target {
    /* アニメーション開始から終了までの所要時間 */
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    /* アニメーションが開始するまでの遅延時間 */
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    /* アニメーションのループ回数 - infiniteで無限ループ */
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    /* キーフレームアニメーションで指定したプロパティをアニメーション開始前、終了後に適用するかどうか */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.scr-target[class*='fadeIn'],
.scr-target[class*='zoom'] {
    opacity: 0;
}
/* フェードイン*/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.anime__fadeIn.is-active {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
/* フェードイン(上から) */
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInDown.is-active {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/* フェードイン(下から) */
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInUp.is-active {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* フェードイン(左から) */
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInLeft.is-active {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
/* フェードイン(右から) */
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInRight.is-active {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/* ズームイン */
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 1;
    }
}
.anime__zoomIn.is-active {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
/* ズームアウト */
@-webkit-keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.6, 1.6, 1.6);
        transform: scale3d(1.6, 1.6, 1.6);
    }
    100% {
        opacity: 1;
    }
}
@keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.6, 1.6, 1.6);
        transform: scale3d(1.6, 1.6, 1.6);
    }
    100% {
        opacity: 1;
    }
}
.anime__zoomOut.is-active {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

.under_construction {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.error_explanation {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ff0000;
    margin-bottom: 50px;
    padding: 20px 25px 25px;
}
.error_explanation h2 {
    color: #ff0000;
    background: url(../image/icon/e_mark.svg) no-repeat left center / 15px auto;
    padding-left: 22px;
    font-size: 14px;
    font-weight: bold;
}
.fa-exclamation-circle {
    margin-right: 5px;
}
.error_explanation ul {
    margin: 10px 0 0 20px;
}
.error_explanation li {
    color: #ff0000;
    list-style: outside none none;
    background: url(../image/icon/e_down.svg) no-repeat left center / 14px auto;
    padding-left: 20px;
}
.fa-caret-square-down {
    margin-right: 4px;
}


































