@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: #4d4d4d;
    text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
a:link {
    color: #4d4d4d;
    text-decoration: none;
}
a:visited {
    color: #4d4d4d;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #4d4d4d;
    text-decoration: none;
}
.pc_tab_br {
	
}
.pc_br {

}
.tab_br {
	display: none;
}
.sp_br {
	display: none;
}
#wrapper {
    background-color: #f8f8f8;
    color: #4d4d4d;
    position: relative;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
body{
    animation: fadeIn 2s forwards;
}
/*------------------------------------------------------------
	key visual
------------------------------------------------------------*/
#key_visual_wrap {
    width: 100%;
    z-index: 1;
    position: relative;
    background-color: #efefef;
    height: 640px;
}
#key_visual_wrap_ex {
    width: 100%;
    z-index: 1;
    position: relative;
    background-color: #efefef;
    height: 170px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 170px;
    padding: 0 80px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
}
.header_left {
    display: flex;
    align-items: center;
}
.header_logo {
    padding: 0;
    margin-right: 40px;
}
.header_logo a {
    display: flex;
}
.header_logo img {
    width: 250px;
}
.header_logo_sub {
    font-size: 12px;
}
.header_right {
    display: flex;    
}
.h_navi {
    display: flex;
}
.h_contact {
    width: 280px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4d4d4d !important;
    background-color: #fdd947;    
    border-radius: 100vh;
}
.h_contact span {
    font-size: 18px;
    font-weight: bold;   
}
/**/
.kv_main_wrap {
    width: 100%;
    padding: 0 3% 0 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}
.kv_main_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.kv_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 1126px;
}
.kv_copy {
    width: 50%;
    margin-top: -20px;
    position: relative;
}
.kv_main_copy {
    margin-bottom: 30px;
}
.kv_main_copy img {
    width: 100%;
}
.kv_main_copy_sp {
    margin-bottom: 30px;
    display: none;
}
.kv_main_copy_sp img {
    width: 100%;
}
.kv_strong {
    display: flex;
}
.kv_strong li {
    margin-right: 16px;
    width: 147px;
}
.kv_strong li:last-child {
    margin-right: 0px;
}
.kv_strong li img {
    margin-right: 16px;
    width: 100%;
}
.main_visual {
    width: 65%;
    margin-left: -15%;
}
.main_visual img {
    width: 100%;
}
.main_visual_sp {
    width: 65%;
    margin-left: -15%;
    display: none;
}
.main_visual_sp img {
    width: 100%;
}
/*------------------------------------------------------------
    common
------------------------------------------------------------*/
.content_ttl_1 {
    margin-bottom: 80px;
    text-align: center;
}
.content_ttl_1 h3 {
    color: #ecbe04;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 18px;
}
.content_ttl_1 h2 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
}
.content_ttl_1 h2 span {
    color: #ecbe04;
}
.content_ttl_1 p {
    margin-top: 20px;
}

.content_ttl_2 {
    margin-bottom: 40px;
    text-align: center;
}
.content_ttl_2 h3 {
    color: #ecbe04;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 18px;
}
.content_ttl_2 h2 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
}
/*------------------------------------------------------------
    worries
------------------------------------------------------------*/
.worries_wrap {
    position: relative;
    width: 100%;
    padding: 100px 8% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.worries_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.worries_ttl {
    font-size: 40px;
    margin-bottom: 80px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.worries_ttl span {
    color: #ecbe04;
}
.worries_image {
    margin-bottom: 70px;
}
.worries_image img {
    width: 100%;
}
.worries_image_sp {
    margin-bottom: 60px;
    display: none;
}
.worries_image_sp img {
    width: 100%;
}
.worries_arrow {
    text-align: center;
    margin-bottom: 45px;
}
.worries_arrow img {
    width: 320px;
    margin: auto;
}
.worries_solution {
    max-width: 880px;
    margin: 0 auto;
}
.worries_solution h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.5;
}
.worries_solution h2 span {
    color: #ecbe04;
}
.worries_solution p {
    
}
/*------------------------------------------------------------
    4 advantage
------------------------------------------------------------*/
.crescent {

}
.crescent img {
    width: 100%;
}
.advantage_wrap {
    position: relative;
    width: 100%;
    padding: 0 8% 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}
.advantage_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.sec_advantage {

}
.advantage_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.advantage_box_re {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 100px;
}
.advantage_box_inner {
    width: 47%;
}
.avi_point {
    margin-bottom: 20px;
}
.avi_point img {
    width: 141px;
    margin-left: -25px;
}
.avi_ttl {
    line-height: 1.6;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
}
.avi_txt {

}
.avi_txt span {
    color: #ecbe04;
    font-weight: bold;
}
.advantage_box_image {
    width: 47%;
}
.advantage_box_image img {
    width: 100%;
}
/*------------------------------------------------------------
　cta
------------------------------------------------------------*/
.cta_wrap {
    position: relative;
    width: 100%;
    padding: 0 4% 0 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fdd947;
    height: 300px;
}
.cta_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.cta_cont {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cta_ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: center;
}
.cta_btn {
   font-size: 22px;
   font-weight: bold;
   background-color: #ffffff;
   border-radius: 100vh;
   width: 100%;
   margin: 0 auto;
   display: block;
   color: #4d4d4d !important;
   text-align: center;
   padding: 15px;
}
.cta_image {
    width: 524px;
}
.cta_image img {
    width: 100%;
}
/*------------------------------------------------------------
    flow
------------------------------------------------------------*/
.flow_wrap {
    position: relative;
    width: 100%;
    padding: 100px 8% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.flow_inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.sec_flow {
    display: flex;
    flex-wrap: wrap;
}
.flow_box {
    width: 28%;
}
.flow_step {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.flow_step span {
    color: #ecbe04;
}
.flow_ico {
    position: relative;
    background-color: #fff;
    border-radius: 100vh;
    margin-bottom: 35px;
}
.flow_ico::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.flow_ico_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 70px;
    border-radius: 100vh;    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flow_ico_inner img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.flow_detail {

}
.flow_detail h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.flow_detail p {
    font-size: 14px;
}
.flow_arrow {
    width: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow_arrow img {
    width: 40%;
    height: auto;
    margin-top: -180px;
}
/*------------------------------------------------------------
    voice
------------------------------------------------------------*/
.voice_wrap {
    position: relative;
    width: 100%;
    padding: 0 8% 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.voice_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.sec_voice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.voice_box {
    width: 47%;
    margin-bottom: 80px;
}
.voice_box_head {
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
}
.vbh_image {
    width: 115px;
    margin-right: 15px;
}
.vbh_image img {
    width: 100%;
}
.vbh_ttl {
    flex: 1;
    border-radius: 36px 36px 36px 0;
    border: 1px solid #cccccc;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px 25px;
    height: 122px;
}
.vbh_ttl p {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
}
.vbh_ttl p span {
    color: #ecbe04;
    margin-left: 4px;
}
.vbh_ttl h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
}
.voice_box_cont {

}
.voice_box_cont h4 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}
.voice_box_cont p {
    
}
/*------------------------------------------------------------
    price
------------------------------------------------------------*/
.price_wrap {
    position: relative;
    width: 100%;
    padding: 100px 8% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.price_inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.price_intro {
    max-width: 800px;
    margin: 0 auto 80px;
}
.sec_price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.price_box {
    width: 32%;
    padding: 45px 45px 50px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    background-color: #fff;
}
.price_box_ico {
    height: 100px;
    text-align: center;
    margin-bottom: 25px;
}
.price_box_ico img {
    height: 100%;
    max-width: 100%;
    margin: auto;
}
.price_box_ttle {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}
.price_box_fee {
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.pbf_inner {
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.pbf_inner p {
    font-size: 26px;
    font-weight: bold;
    color: #ecbe04;
}
.pbf_inner span {
    font-size: 16px;
    font-weight: bold;
    margin-left: 3px;
}
.pbf_tax {
    font-size: 11px;
}
.price_box_txt {
    font-size: 14px;
}
.price_contact {

}
.price_contact a {
    width: 340px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #fdd947;
    border-radius: 100vh;
    margin: 0 auto;
}
/*------------------------------------------------------------
    faq
------------------------------------------------------------*/
.faq_wrap {
    position: relative;
    width: 100%;
    padding: 0 8% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.faq_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.sec_faq {
    border-top: 1px solid #cccccc;
}
.faq_box {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #cccccc;
}
.fb_ttl {
    display: flex;
}
.fb_ttl p {
    width: 80px;
}
.fb_ttl p span {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    color: #ecbe04;
    padding-left: 5px;
    display: inline-block;
}
.fb_ttl h3 {
    flex: 1;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 30px;
}
.fb_answer {
    padding-left: 80px;
}
/*------------------------------------------------------------
    contact
------------------------------------------------------------*/
.contact_wrap {
    position: relative;
    width: 100%;
    padding: 0 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contact_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.contact_sub {
    text-align: center;
    margin-bottom: 80px;
}
.sec_contact {
    
}
.contact_box {
    margin-bottom: 60px;
}
.contact_box dl {
    margin-bottom: 35px;
}
.contact_box dl dt {
    font-weight: bold;
    line-height: 1.6;
    display: flex;
    align-items: center;
}
.contact_box dl dt span {
    font-size: 10px;
    line-height: 1;
    padding: 3px 10px;
    border-radius: 100vh;
    color: #fff;
    background-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: 60px;
    padding: 10px 20px 5px;
    box-sizing: border-box;
    background: none;
    margin: 0;
    border-bottom: 2px solid #cccccc;
    border-top: none;
    border-right: none;
    border-left: none;
}
.textarea {
    width: 100%;
    padding: 20px;
    background: none;
    border-bottom: 2px solid #cccccc;
    border-top: none;
    border-right: none;
    border-left: 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: #fdd947;
    cursor: pointer;
    border-style: none;
    margin: 0 15px;
    height: 70px;
    width: 300px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 100vh;
}
.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;
    border-radius: 10px;
}
.contact_head_fin h3 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.contact_head_fin p {
    margin-top: 15px;
}
.anchorlink {
    position: relative;
    display: block;
    top: -60px;
}
/*------------------------------------------------------------
    recruit
------------------------------------------------------------*/
.recruit_wrap {
    position: relative;
    width: 100%;
    padding: 0 5% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.recruit_inner {
    background-color: #4d4d4d;
    color: #fff;
    border-radius: 20px;
    padding: 9% 10%;
    display: flex;
}
.recruit_ttl {
    width: 38%;
}
.recruit_ttl p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #ecbe04;
}
.recruit_ttl h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6;
}
.recruit_cont {
    width: 62%;
}
.recruit_cont_top {
    margin-bottom: 40px;
    font-weight: bold;
}
.job_description {

}
.job_description dl {
    border-bottom: 1px solid #fff;
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
    line-height: 1.8;
}
.job_description dl:first-child {
    border-top: 1px solid #fff;
}
.job_description dl dt {
    width: 145px;
    font-weight: bold;
    padding-left: 5px;
}
.job_description dl dd {
    flex: 1;
}
/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
#footer {
    width: 100%;
    padding: 100px 8% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #efefef;
    position: relative;
}
.footer_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.footer_info {
    margin-bottom: 50px;
}
.footer_info li {
    margin-bottom: 15px;
    font-size: 13px;
}
.footer_info li:last-child {
    margin-bottom: 0px;
}
.footer_logo_wrap {
    display: flex;
    align-items: center;
}
.footer_logo {
    margin-right: 30px;
}
.footer_logo img {
    width: 150px;
}
.copyright {
    font-size: 12px;
    letter-spacing: 1px;
    padding-left: 4px;
    color: #7e7e7e;
}
/*------------------------------------------------------------
  page top
------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    font-size: 77%;
    z-index: 20;
}
.ubbs__2 {
    text-decoration: none;
    color: #fff !important;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 100vh;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    background-color: #fdd947;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
}
.ubbs__2:hover {
    text-decoration: none;
    opacity: 0.7;
}
.ubbs__2 span {

}
.ubbs__2 span img {
    width: 14px;
}

.blog_box {

}
.blog_box p {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.form-preview-wrap {
    max-width: 100% !important;
}
/*------------------------------------------------------------
    フェードイン 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;
}


