@charset "UTF-8";
/*font*/
/*$base_font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;*/
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 100; }

@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 200; }

@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 300; }

@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 400; }

@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Bold"); font-weight: bold; }

@font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 100; }

@font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 200; }

/*! based on html5doctor.com Reset Stylesheet v1.6.1 Author: Richard Clark - http://richclarkdesign.com */
html { box-sizing: border-box; }

*, ::before, ::after { box-sizing: inherit; }

body { background: transparent; color: #000; line-height: 1; -webkit-text-size-adjust: 100%; }

html[lang="ja"] body { font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Verdana, Meiryo, sans-serif; }

/* main elements group */
audio, canvas, progress, video { display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

/* a */
.load-wrap { width: 500px; height: 500px; position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transition: 1s ease-in; -webkit-transition-delay: 0.5s; transition: 1s ease-in 0.5s; }

.load-wrap.active { filter: blur(100px); opacity: 0; transform: translate(-50%, -50%); }

.load-wrap .rotate { width: 100%; height: 100%; animation: rotate-anime 30s linear infinite; }

.load-wrap .round { width: 100%; height: 100%; border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%; animation: round_anime 5s linear infinite; background-color: #87c3dd; }

@keyframes rotate-anime { 0% { transform: rotate(0); }
  100% { transform: rotate(-360deg); } }

@keyframes round_anime { 0% { border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%; }
  25% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  50% { border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; }
  75% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  100% { border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%; } }

#load { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: #65b2d3; z-index: 999; }

#load.active { animation: ani001 1.2s cubic-bezier(0.21, 0.85, 0.12, 0.91) 2s forwards; animation-fill-mode: both; }

#load #load_in { max-width: 1400px; width: 92%; margin: 0 auto; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; height: 100vh; transition: 0.2s ease-in; position: relative; z-index: 3; }

#load #load_in #p_bar { position: relative; width: 522px; height: 257px; -webkit-transition: 1s ease-in; -webkit-transition-delay: 1s; transition: 1s ease-in 1s; }

#load #load_in #p_bar.active { filter: blur(100px); transform: scale(0.5); opacity: 0; }

#load #load_in #p_bar #progress { position: absolute; left: 0; top: 0; background-position: center center; background-repeat: no-repeat; background-size: 522px 257px; background-image: url(/recruit/image/mv_load_off.png); width: 522px; height: 257px; z-index: 2; will-change: transform; /*←コレを追加*/ }

#load #load_in #p_bar #progress02 { position: absolute; left: 0; top: 0; background-position: left center; background-repeat: no-repeat; background-size: 522px 257px; background-image: url(/recruit/image/mv_load_on.png); width: 0; height: 257px; z-index: 2; transition: 0.3s ease-in; will-change: transform; /*←コレを追加*/ }

@keyframes ani001 { 0% { opacity: 1; }
  99% { opacity: 0; }
  100% { visibility: hidden;
    font-size: 0;
    opacity: 0; } }

#top_obj001 { position: absolute; z-index: -2; right: 0; top: 0; width: 60vw; height: 70vh; }

#top_obj001 img { width: 100%; height: 100%; }

.tr_area { height: 70px; width: 70px; background: #000; position: fixed; top: 0; right: 0; z-index: 999; display: none; }

/*=============================
.btn-trigger
=============================*/
.btn-trigger { position: relative; width: 50px; height: 34px; cursor: pointer; }

.btn-trigger span { position: absolute; left: 0; width: 100%; height: 1px; background-color: #fff; border-radius: 4px; }

.btn-trigger, .btn-trigger span { display: inline-block; transition: all .5s; box-sizing: border-box; }

.btn-trigger span:nth-of-type(1) { top: 0; }

.btn-trigger span:nth-of-type(2) { top: 16px; }

.btn-trigger span:nth-of-type(3) { bottom: 0; }

.overlay { display: block; position: fixed; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0); transition: all 0.5s ease; visibility: hidden; }

.side-open .overlay { visibility: visible; cursor: pointer; background: rgba(0, 0, 0, 0.3); }

.side-open .overlay::after { background: rgba(0, 0, 0, 0.5); }

.side-open .side_nav { transform: translate3d(-90vw, 0, 0); }

.side_nav { position: fixed; top: 0; right: -90vw; width: 90vw; height: 100vh; padding-top: 70px; background: rgba(0, 0, 0, 0.6); z-index: 12; transition: all 0.5s ease; }

.side_nav .side_menu { height: calc(100vh - 70px); width: 100%; }

.side_nav .side_menu .side_menu_in { height: 100%; overflow-y: scroll; overflow-x: hidden; -webkit-overflow-scrolling: touch; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; width: 100%; }

.side_list { margin: 0 20px 0 10px; width: 100%; }

.side_list .side_list_in { width: 100%; height: 100%; margin-bottom: 10px; }

.side_list .side_list_in:last-child { margin-bottom: 0; }

.side_list .side_list_in .side_mail { background: #fff; border-radius: 2px; color: #000; padding: 15px 10px; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; }

.side_list .side_list_in .side_mail .mail_txt { color: #000; font-size: 1.125rem; display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; line-height: 1.4; position: relative; z-index: 0; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; font-weight: 900; }

#pc_head { position: fixed; left: 0; top: 0; z-index: 30; padding: 30px 2% 0; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; width: 100%; transition: 0.3s ease; }

#pc_head::after { content: ""; display: block; position: fixed; z-index: 1; left: 0; top: 0; height: 90px; width: 100%; transform: translate(0, -100%); transition: 0.3s ease; background: rgba(255, 255, 255, 0.6); }

#pc_head.active::after { transform: translate(0, 0); }

#pc_head #h_logo { position: relative; z-index: 10; }

#pc_head #h_list { position: relative; z-index: 10; }

#pc_head #h_list #h_list_in { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }

#pc_head #h_list #h_list_in li { margin-right: 14px; }

#pc_head #h_list #h_list_in li.h_list_entry a { border-radius: 100px; padding: 16px 30px; background: #ef728d; border: solid 2px #ef728d; transition: 0.2s ease-in; }

#pc_head #h_list #h_list_in li.h_list_entry a:hover { background: #fff; }

#pc_head #h_list #h_list_in li.h_list_entry a:hover i { color: #000; }

#pc_head #h_list #h_list_in li.h_list_entry a:hover i::after { opacity: 1; filter: alpha(opacity=100); }

#pc_head #h_list #h_list_in li.h_list_entry a i { transition: 0.2s ease-in; font-weight: bold; color: #fff; padding-left: 40px; display: block; position: relative; }

#pc_head #h_list #h_list_in li.h_list_entry a i::after { content: ""; display: block; width: 27px; height: 19px; background-image: url(/recruit/common/image/h_mail_on.png); background-repeat: no-repeat; background-position: center center; background-size: cover; position: absolute; top: 50%; left: 0; margin-top: -10px; z-index: 2; opacity: 0; filter: alpha(opacity=0); transition: 0.2s ease-in; }

#pc_head #h_list #h_list_in li.h_list_entry a i::before { content: ""; display: block; width: 27px; height: 19px; background-image: url(/recruit/common/image/h_mail.png); background-repeat: no-repeat; background-position: center center; background-size: cover; position: absolute; top: 50%; left: 0; margin-top: -10px; z-index: 1; }

#pc_head #h_list #h_list_in li a { display: block; }

#pc_head #h_list #h_list_in li a i { font-weight: bold; font-size: 0.9375rem; }

#pc_head #h_list #h_list_in li a i.tri { padding-left: 16px; position: relative; }

#pc_head #h_list #h_list_in li a i.tri::before { content: ""; display: block; width: 0; height: 0; border-left: 8px solid black; border-top: 6px solid transparent; border-bottom: 6px solid transparent; position: absolute; top: 50%; margin-top: -4px; left: 0; }

#pc_head #h_list #h_list_in li a i.const { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }

#pc_head #h_list #h_list_in li a i.const::before { content: ""; display: block; margin-right: 8px; width: 37px; height: 31px; background-image: url(/recruit/common/image/h_icon001.png); background-repeat: no-repeat; background-position: center center; background-size: cover; }

#pc_head #h_list #h_list_in li a i.welf { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }

#pc_head #h_list #h_list_in li a i.welf::before { content: ""; display: block; margin-right: 10px; width: 37px; height: 31px; background-image: url(/recruit/common/image/h_icon002.png); background-repeat: no-repeat; background-position: center center; background-size: cover; }

#pc_head #h_list #h_list_in li:last-child { margin-right: 0; }

/************************const************/
#mv002 { width: 100%; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 2; }

#mv002.entry { height: 54vh; }

#mv002 #mv_in002 { max-width: 1800px; width: 96%; margin: 0 auto; }

#mv002 #mv_in002 #mv_area002 { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; width: 100%; }

#mv002 #mv_in002 #mv_area002 #mv_area_right002 { width: 50%; padding-right: 4%; padding-top: 2vw; }

#mv002 #mv_in002 #mv_area002 #mv_area_right002 .top_slider img { width: 100%; }

#mv002 #mv_in002 #mv_area002 #mv_area_left002 { width: 50%; padding-right: 6%; padding-left: 4%; }

#mv002 #mv_in002 #mv_area002 #mv_area_left002.entry { width: 100%; padding: 0 4%; }

#mv002 #top_obj003_02 { position: absolute; left: 0; bottom: 0; z-index: -2; width: 20vw; margin-bottom: -10vw; }

#mv002 #top_obj003_02 img { width: 20vw; }

#mv_txt003 { font-family: "Ostrich", Meiryo, YuGothic, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif; font-weight: 900; font-size: 1.4vw; line-height: 1; margin-bottom: 20px; }

#mv_txt004 { font-weight: 900; font-size: 3vw; line-height: 1.2; margin-bottom: 40px; }

#mv_txt005 { font-weight: bold; line-height: 2; font-size: 1.1875rem; width: 80%; }

main#contents { position: relative; z-index: 1; padding-top: 0; }

main#contents.entry { z-index: 10; }

#con_first { position: relative; padding-top: 12vw; margin-top: -3vw; padding-bottom: 12vw; }

#con_first.wel::before { content: url("/recruit/image/const_nami001_wel.svg"); }

#con_first.wel::after { content: url("/recruit/image/const_nami001_wel.svg"); }

#con_first::before { content: url("/recruit/image/const_nami001.svg"); display: block; position: absolute; top: 0; left: 0; width: 100%; height: 12vw; transform: rotate(180deg); }

#con_first::after { content: url("/recruit/image/const_nami001.svg"); display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 12vw; }

#con_first #con_first_in { background: #d9edff; padding: 30px 0 0; position: relative; margin-top: -1px; }

#con_first #con_first_in.wel { background: #f3a137; }

#con_first #con_first_in #con_first_obj { position: absolute; left: 0; bottom: 0; z-index: 1; width: 38%; }

#con_first #con_first_in #con_first_obj img { width: 100%; }

#con_first #con_first_in #con_first_box { width: 92%; max-width: 1400px; margin: 0 auto; position: relative; z-index: 3; display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: start; align-items: flex-start; }

#con_first #con_first_in #con_first_box #con_first_box_r { width: 50%; padding-top: 30px; }

#con_first #con_first_in #con_first_box #con_first_box_r .con_md001 { font-size: 1.875rem; font-weight: 900; margin-bottom: 30px; }

#con_first #con_first_in #con_first_box #con_first_box_r .con_md001.wel { color: #fff; }

#con_first #con_first_in #con_first_box #con_first_box_r .con_txt001 { line-height: 2.4; }

#con_first #con_first_in #con_first_box #con_first_box_r .con_txt001.wel { color: #fff; }

#con_first #con_first_in #con_first_box #con_first_box_r .con_txt001.add { margin-bottom: 30px; }

#con_first #con_first_in #con_first_box #con_first_box_l { width: 50%; }

#con_first #con_first_in #con_first_box #con_first_box_l .con_first_txt001 { font-size: 4vw; font-weight: 900; line-height: 1.4; }

#con_first #con_first_in #con_first_box #con_first_box_l .con_first_txt001.wel { color: #fff; }

#con_second { position: relative; z-index: -2; height: 45vw; background-repeat: no-repeat; background-position: center center; background-size: cover; background-image: url(/recruit/image/const/con_const_ph001.jpg); margin-top: -12vw; margin-bottom: -12vw; }

#con_second.wel { background-image: url(/recruit/image/welfare/con_const_ph001.jpg); }

.const_works001 { width: 24vw; height: 18vw; position: absolute; top: 7vw; left: -4%; z-index: 0; }

.const_works001.wel .round { background-color: #fff4bf; }

.const_works001 .round { width: 100%; height: 100%; border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; animation: round_const_works001 15s linear infinite; background-color: #ffe6eb; }

.const_works001 .rotate { width: 100%; height: 100%; }

@keyframes rotate-const_works001 { 0% { transform: rotate(0); }
  100% { transform: rotate(-360deg); } }

@keyframes round_const_works001 { 0% { border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; }
  25% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  50% { border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%; }
  75% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  100% { border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; } }

#con_third { position: relative; padding-top: 12vw; margin-top: -30vw; }

#con_third #con_third_in { background: #fff; }

#con_third #con_third_in .con_third_box { width: 92%; max-width: 1400px; margin: 0 auto; }

#con_third #con_third_obj { display: block; width: 100%; }

#con_third #con_third_obj img { width: 100%; height: 100%; }

.con_md002_box { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; margin-bottom: 40px; }

.con_md002_box .con_md002_box_en { font-family: "Ostrich", Meiryo, YuGothic, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif; font-weight: 900; font-size: 6.25rem; color: #65b2d3; margin-right: 20px; line-height: 1; }

.con_md002_box .con_md002_box_en.wel { color: #f3a137; }

.con_md002_box .con_md002_box_ja { font-weight: 900; line-height: 1; font-size: 1.875rem; }

.con_third_all { position: relative; }

.con_third_all .con_third_all_in { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; margin-bottom: 60px; position: relative; z-index: 2; }

.con_third_all .con_third_all_in.rev { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.con_third_all .con_third_all_in.rev .con_third_l { width: 50%; padding-right: 0; padding-left: 2%; }

.con_third_all .con_third_all_in.rev .con_third_r { width: 50%; padding-left: 0; padding-right: 2%; }

.con_third_all .con_third_all_in .con_third_l { width: 50%; padding-right: 2%; }

.con_third_all .con_third_all_in .con_third_l .con_third_ph { border-radius: 10px; overflow: hidden; }

.con_third_all .con_third_all_in .con_third_l .con_third_ph img { width: 100%; }

.con_third_all .con_third_all_in .con_third_r { width: 50%; padding-left: 2%; }

.con_third_all .con_third_all_in .con_third_md001 { font-size: 1.875rem; font-weight: 900; margin-bottom: 20px; line-height: 1.4; }

.con_third_all .con_third_all_in .con_third_txt001 { line-height: 2.4; }

.bui_link002 { width: 80%; padding-top: 30px; text-align: left; }

.bui_link002 a { border-radius: 100px; color: #fff; padding: 14px 20px; display: block; text-align: center; transition: 0.2s ease-in; box-shadow: 6px 6px 0px 0px rgba(119, 119, 119, 0.1); background: #ef728d; }

.bui_link002 a i { display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; position: relative; padding-right: 40px; font-size: 1.25rem; font-weight: 900; }

.bui_link002 a i::before { content: ""; background-repeat: no-repeat; background-position: center center; background-size: cover; background-image: url(/recruit/image/link_icon.png); width: 25px; height: 23px; position: absolute; top: 50%; right: 0; margin-top: -12px; }

.bui_link002 a:hover { box-shadow: 0px 0px 0px 0px rgba(119, 119, 119, 0.1); transform: translate(6px, 6px); }

.round-wrap_conthird001 { width: 40vw; height: 40vw; position: absolute; top: 50%; left: 50%; z-index: 0; transform: translate(-50%, -50%); }

.round-wrap_conthird001.wel .round { background-color: #fff1df; }

.round-wrap_conthird001 .round { width: 100%; height: 100%; border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; animation: round_conthird001 10s linear infinite; background-color: #edf6ff; }

.round-wrap_conthird001 .rotate { width: 100%; height: 100%; animation: rotate-conthird001 30s linear infinite; }

@keyframes rotate-conthird001 { 0% { transform: rotate(0); }
  100% { transform: rotate(-360deg); } }

@keyframes round_conthird001 { 0% { border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; }
  25% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  50% { border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%; }
  75% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  100% { border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; } }

#con_fourth { position: relative; margin-top: -60px; }

#con_fourth #con_fourth_obj003 { position: absolute; top: -14vw; left: 0; width: 30vw; }

#con_fourth #con_fourth_obj003 img { width: 100%; }

#con_fourth #con_fourth_obj { display: block; width: 100%; margin-bottom: -1px; }

#con_fourth #con_fourth_obj img { width: 100%; height: 100%; }

#con_fourth #con_fourth_obj002 { margin-top: -1px; display: block; width: 100%; }

#con_fourth #con_fourth_obj002 img { width: 100%; height: 100%; transform: rotate(180deg); }

.const_fourth001 { width: 24vw; height: 18vw; position: absolute; top: -8vw; right: 0; z-index: 0; overflow: hidden; }

.const_fourth001.wel .round { background-color: #d1feff; }

.const_fourth001 .round { width: 100%; height: 100%; border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; animation: round_const_fourth001 15s linear infinite; background-color: #ffe6eb; position: relative; right: -4vw; top: 0; }

.const_fourth001 .rotate { width: 100%; height: 100%; }

@keyframes rotate-const_fourth001 { 0% { transform: rotate(0); }
  100% { transform: rotate(-360deg); } }

@keyframes round_const_fourth001 { 0% { border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; }
  25% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  50% { border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%; }
  75% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  100% { border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; } }

.con_md003_box { text-align: right; }

.con_md003_box.wel { margin-bottom: 30px; }

.con_md003_box .con_md003_box_en { font-family: "Professor", sans-serif; color: #fff; font-size: 8vw; line-height: 1; }

.con_md003_box .con_md003_box_ja { font-size: 1.875rem; font-weight: 900; }

#con_fourth_all { background: #d9edf6; }

#con_fourth_all.wel { background: #fff4bf; }

#con_fourth_all .con_fourth_box { width: 92%; max-width: 1400px; margin: 0 auto; position: relative; z-index: 4; }

.con_fourth_voice001 { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; margin-bottom: 100px; }

.con_fourth_voice001 .con_voice001_r { width: 60%; }

.con_fourth_voice001 .con_voice001_r .con_voice_md001 { font-size: 1.875rem; font-weight: 900; margin-bottom: 30px; }

.con_fourth_voice001 .con_voice001_r .con_voice_txt001 { line-height: 2.4; }

.con_fourth_voice001 .con_voice001_l { width: 40%; padding-right: 4%; }

.con_fourth_voice001 .con_voice001_l .con_voice001_ph { border-radius: 10px; overflow: hidden; }

.con_fourth_voice001 .con_voice001_l .con_voice001_ph img { width: 100%; }

.con_voice002 .con_voice002_in { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 40px; }

.con_voice002 .con_voice002_in .con_voice002_l { width: 36%; padding-right: 4%; }

.con_voice002 .con_voice002_in .con_voice002_l .con_voice002_ph { overflow: hidden; border-radius: 10px; }

.con_voice002 .con_voice002_in .con_voice002_l .con_voice002_ph img { width: 100%; }

.con_voice002 .con_voice002_in .con_voice002_r { width: 64%; }

.con_voice002 .con_voice002_in .con_voice002_r .con_voice002_md001 { font-size: 1.875rem; font-weight: 900; color: #65b2d3; margin-bottom: 20px; }

.con_voice002 .con_voice002_in .con_voice002_r .con_voice002_md001.wel { color: #f3a137; }

.con_voice002 .con_voice002_in .con_voice002_r .con_voice002_txt001 { line-height: 1.7; }

.con_voice002 .con_voice002_in .con_voice002_r .con_voice002_name { padding-top: 26px; }

.con_voice002 .con_voice002_in .con_voice002_r .con_voice002_name .con_voice002_name001 { font-family: "Roboto", sans-serif; font-weight: bold; }

.con_voice002 .con_voice002_in .con_voice002_r .con_voice002_name .con_voice002_name002 { font-size: 1.125rem; font-weight: 900; }

.con_voice002 .con_voice002_in:last-child { margin-bottom: 0; }

#con_fifth { margin-bottom: 60px; position: relative; z-index: 6; }

.con_fifht_box { width: 92%; max-width: 1400px; margin: -80px auto 0; position: relative; }

.ent_m_all { display: table; position: relative; }

.ent_m_all:before { content: "Q."; font-family: "Ostrich", Meiryo, YuGothic, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif; font-weight: 900; font-size: 4.375rem; line-height: 1; color: #fff; display: table-cell; vertical-align: top; }

.q_md001 { font-weight: 900; font-size: 1.875rem; display: table-cell; vertical-align: top; color: #fff; padding-top: 10px; padding-left: 20px; }

.ent_a_all { display: table; position: relative; }

.ent_a_all:before { content: "A."; font-family: "Ostrich", Meiryo, YuGothic, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif; font-weight: 900; font-size: 4.375rem; line-height: 1; color: #ef728d; display: table-cell; vertical-align: top; }

.a_txt_area { display: table-cell; vertical-align: middle; line-height: 2; padding-left: 20px; }

#con_entry { padding: 90px 0 80px; background: #ef728d; }

#con_entry .con_entry_in { width: 92%; max-width: 1400px; margin: 0 auto; }

#con_entry .con_entry_in .entry_md001 { font-family: "Ostrich", Meiryo, YuGothic, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif; font-weight: 900; font-size: 7.5rem; text-align: center; color: #fff; opacity: 0.3; filter: alpha(opacity=30); line-height: 1; }

#con_entry .con_entry_in .entry_md002 { font-weight: 900; font-size: 1.875rem; text-align: center; color: #fff; }

#con_entry .con_entry_in .entry_link { padding-top: 20px; }

#con_entry .con_entry_in .entry_link a { display: block; max-width: 364px; font-weight: 900; font-size: 1.25rem; margin: 0 auto; padding: 14px; background: #fff; border-radius: 100px; text-align: center; transition: 0.2s ease-in; box-shadow: 6px 6px 0px 0px rgba(119, 119, 119, 0.1); }

#con_entry .con_entry_in .entry_link a:hover { box-shadow: 0px 0px 0px 0px rgba(119, 119, 119, 0.1); transform: translate(6px, 6px); }

/************************const-end************/
#mv { width: 100%; height: 100vh; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; position: relative; }

#mv #mv_in { max-width: 1800px; width: 96%; margin: 0 auto; }

#mv #mv_in #mv_area { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; width: 100%; }

#mv #mv_in #mv_area #mv_area_left { width: 50%; padding-right: 3%; padding-left: 4%; }

#mv #mv_in #mv_area #mv_area_right { width: 50%; }

#mv #mv_in #mv_area #mv_area_right .top_slider img { width: 100%; }

#mv #mv_txt001 { font-family: "Ostrich", Meiryo, YuGothic, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif; font-weight: 900; font-size: 2vw; line-height: 1; margin-bottom: 1.3vw; margin-top: -10vw; }

#mv #mv_txt002 { font-weight: 900; font-size: 5.5vw; line-height: 1.2; }

#mv #top_obj002 { position: absolute; left: 0; bottom: 0; z-index: -1; width: 45%; }

#mv #top_obj002 img { width: 100%; }

#mv #top_obj003 { position: absolute; left: 0; top: 50%; z-index: -2; width: 20vw; margin-top: -10vw; }

#mv #top_obj003 img { width: 20vw; }

main { padding-top: 60px; }

#first_area { position: relative; z-index: 3; }

#first_area #first_obj_all { width: 100%; overflow: hidden; }

#first_area #first_obj { position: absolute; top: 0; left: 0; width: 46%; z-index: -1; }

#first_area #first_obj img { width: 100%; }

#first_area #first_area_in { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: start; align-items: flex-start; width: 94%; max-width: 1900px; margin: 0 auto; }

#first_area #first_area_in #first_area_r { width: 50%; padding-right: 10%; padding-left: 3%; padding-top: 40px; }

#first_area #first_area_in #first_area_l { width: 50%; padding-right: 2%; }

#first_area #first_area_in #first_area_l img { width: 100%; }

.first_txt001 { line-height: 2.6; }

.md_area001 { margin-bottom: 50px; }

.md_area001 .md003 { margin-bottom: 20px; font-size: 1.625rem; font-weight: 900; line-height: 1.2; }

.md_area001 .md001 { font-size: 4vw; font-weight: 900; line-height: 1.2; }

#second_all { position: relative; z-index: 1; }

#second_obj { position: absolute; top: -10vw; right: 0; width: 30%; z-index: -1; }

#second_obj img { width: 100%; }

#second_obj_end { position: absolute; bottom: 40px; left: 0; width: 24%; z-index: -3; }

#second_obj_end img { width: 100%; }

#second_area { width: 92%; max-width: 1400px; margin: 0 auto; }

#second_area #md_area002 { margin-bottom: 90px; text-align: right; }

.md002 { font-size: 2vw; font-weight: 900; line-height: 1.2; }

.md003_02 { margin-bottom: 20px; font-size: 1.125rem; font-weight: 900; margin-top: 20px; }

.secon_one { margin-bottom: 100px; position: relative; z-index: 2; }

#bui_area_list { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: start; align-items: flex-start; }

#bui_area_list .bui_list_in { width: 48%; margin-right: 4%; }

#bui_area_list .bui_list_in:first-child { margin-top: -7vw; }

#bui_area_list .bui_list_in:last-child { margin-right: 0; }

#bui_area_list .bui_photo { border-radius: 10px; overflow: hidden; margin-bottom: 26px; }

#bui_area_list .bui_photo img { width: 100%; }

#bui_area_list .bui_md { margin-bottom: 20px; }

#bui_area_list .bui_md .bui_md_in { position: relative; display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; font-size: 1.5rem; font-weight: 900; }

#bui_area_list .bui_md .bui_md_in.const::before { background-image: url(/recruit/image/second_icon001.png); }

#bui_area_list .bui_md .bui_md_in.welf::before { background-image: url(/recruit/image/second_icon002.png); }

#bui_area_list .bui_md .bui_md_in::before { content: ""; display: block; margin-right: 10px; width: 79px; height: 79px; background-repeat: no-repeat; background-position: center center; background-size: cover; }

.bui_txt001 { line-height: 2; }

.bui_link { width: 80%; margin: 0 auto; padding-top: 30px; }

.bui_link a { border-radius: 100px; font-size: 1.25rem; font-weight: 900; color: #fff; padding: 14px 20px; display: block; text-align: center; transition: 0.2s ease-in; box-shadow: 6px 6px 0px 0px rgba(119, 119, 119, 0.1); }

.bui_link a:hover { box-shadow: 0px 0px 0px 0px rgba(119, 119, 119, 0.1); transform: translate(6px, 6px); }

.bui_link a.const { background: #65b2d3; }

.bui_link a.welf { background: #f3a137; }

#brand_area { background-image: repeating-linear-gradient(315deg, #e5f3f9, #e5f3f9 10px, #edf7fb 10px, #edf7fb 20px); padding: 0 40px 40px; border-radius: 10px; }

.con_fourth_voice002 { background: #fff; padding: 0 40px 40px; border-radius: 10px; }

#brand_md { text-align: center; display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; margin: -40px auto 30px; width: 100%; }

#brand_md #brand_md001 { font-size: 1.125rem; font-weight: bold; line-height: 1.2; }

#brand_md #brand_md_ph { font-family: "Ostrich", Meiryo, YuGothic, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif; font-style: thin; color: #65b2d3; font-size: 4vw; line-height: 1; margin-bottom: 18px; }

#brand_md #brand_md_ph.wel { color: #f3a137; }

.brand_nav_box { padding: 40px 0 30px; }

.brand_md_in { position: relative; font-size: 1.125rem; font-weight: bold; padding-left: 8%; line-height: 1.4; margin-bottom: 16px; }

.brand_md_in::before { content: ""; display: block; width: 5%; height: 10px; background: #65b2d3; position: absolute; top: 7px; left: 0; }

.brand_txt001 { padding: 0 8%; }

.brand_photo { text-align: center; margin-bottom: 30px; padding: 0 8%; }

.brand_photo img { max-width: 100%; }

#brand_nav { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }

#brand_nav .brand_nav_list { width: 32%; margin-right: 2%; margin-bottom: 20px; }

#brand_nav .brand_nav_list .brand_nav_link { display: block; background: #fff; box-shadow: 6px 6px 0px 0px rgba(119, 119, 119, 0.1); border-radius: 10px; overflow: hidden; position: relative; transition: 0.3s ease-in; }

#brand_nav .brand_nav_list .brand_nav_link:hover { transform: translate(0, -10px); }

#brand_nav .brand_nav_list .brand_nav_link:hover::before { border-width: 0px 0px 30px 30px; }

#brand_nav .brand_nav_list .brand_nav_link::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 0px 0px 40px 40px; border-color: transparent transparent #65b2d3 transparent; position: absolute; bottom: 0; right: 0; transition: 0.3s ease-in; }

#brand_nav .brand_nav_list .brand_nav_link002 { display: block; background: #fff; box-shadow: 6px 6px 0px 0px rgba(119, 119, 119, 0.1); border-radius: 10px; overflow: hidden; position: relative; transition: 0.3s ease-in; }

#brand_nav .brand_nav_list:nth-child(3n) { margin-right: 0; }

#third_area { position: relative; z-index: -1; margin-top: -40px; }

#third_area .third_box { position: absolute; height: 100%; width: 92%; max-width: 1400px; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; }

#third_area .third_box #third_md { text-align: center; color: #fff; font-weight: 900; font-size: 2.2vw; }

#third_area .third_slider { height: 24vw; min-height: 500px; }

#third_area .third_slider .sli { height: 24vw; min-height: 500px; background-position: center center; background-repeat: no-repeat; background-size: cover; }

#third_area .third_slider .sli.sli001 { background-image: url(/recruit/image/third_ph002.jpg); }

#third_area .third_slider .sli.sli002 { background-image: url(/recruit/image/third_ph001.jpg); }

#third_area .third_slider .sli.sli003 { background-image: url(/recruit/image/third_ph003.jpg); }

#third_area .third_slider .sli.sli004 { background-image: url(/recruit/image/third_ph004.jpg); }

#fourth_area { padding: 100px 0 100px; position: relative; overflow: hidden; z-index: 3; }

#fourth_area .box { width: 92%; max-width: 1400px; margin: 0 auto; position: relative; z-index: 3; }

.fourth_list { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.fourth_list .fourth_list_in { width: 23.5%; margin-right: 2%; }

.fourth_list .fourth_list_in .fourth_nav_box { box-shadow: 0 0 10px rgba(119, 119, 119, 0.1); background: #fff; border-radius: 10px; overflow: hidden; }

.fourth_list .fourth_list_in .fourth_nav_box .fourth_photo { text-align: center; padding: 20px 6%; }

.fourth_list .fourth_list_in .fourth_nav_box .fourth_photo img { max-width: 100%; }

.fourth_list .fourth_list_in .fourth_nav_box .fourth_md_area { background: #65b2d3; padding: 20px 6%; text-align: center; }

.fourth_list .fourth_list_in .fourth_nav_box .fourth_md_area .fourth_md_in { font-family: "Kiwi Maru", serif; font-weight: 500; color: #fff; font-size: 1.25rem; }

.fourth_list .fourth_list_in:nth-child(4n) { margin-right: 0; }

.mod_md { text-align: center; margin-bottom: 60px; }

.mod_md003 { text-align: center; margin-bottom: 30px; }

.mod_md001 { font-size: 2.5rem; font-weight: 900; }

.mod_txt001 { padding-top: 40px; }

.mod_txt003 { padding-top: 20px; }

.mod_txt004 { padding-top: 20px; text-align: center; color: #fff; font-weight: 500; }

#fifth_area { background: #d9edf6; padding: 90px 0 70px; overflow: hidden; position: relative; }

#fifth_area .box { width: 92%; max-width: 1400px; margin: 0 auto; position: relative; z-index: 3; }

.mod02_md { width: 90%; max-width: 1200px; margin: 0 auto 50px; }

.mod02_md .mod02_txt { font-size: 1.25rem; font-weight: 900; }

.mod02_md .mod02_ph { max-width: 500px; width: 40%; margin-bottom: 16px; }

/*******************************************/
.round-wrap_fourth001 { width: 40vw; height: 45vw; position: absolute; top: -15vw; left: -10vw; z-index: 1; }

.round-wrap_fourth001 .round { width: 100%; height: 100%; border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; animation: round_anime001 90s linear infinite; background-color: #ffe6eb; }

.round-wrap_fourth001 .rotate { width: 100%; height: 100%; animation: rotate-anime001 15s linear infinite; }

@keyframes rotate-anime001 { 0% { transform: rotate(0); }
  100% { transform: rotate(-360deg); } }

@keyframes round_anime001 { 0% { border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; }
  25% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  50% { border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%; }
  75% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  100% { border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; } }

/*******************************************/
.round-wrap_fourth002 { width: 20vw; height: 20vw; position: absolute; right: -10vw; top: 20vw; z-index: 1; }

.round-wrap_fourth002 .round { width: 100%; height: 100%; border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; animation: round_anime002 60s linear infinite; background-color: #d9f5f6; }

.round-wrap_fourth002 .rotate { width: 100%; height: 100%; animation: rotate-anime002 10s linear infinite; }

@keyframes rotate-anime002 { 0% { transform: rotate(0); }
  100% { transform: rotate(-360deg); } }

@keyframes round_anime002 { 0% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  50% { border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%; }
  75% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  100% { border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; } }

/**************************************/
.round-wrap { width: 50vw; height: 47vw; position: absolute; top: -20vw; right: -10vw; z-index: 1; }

.round-wrap .round { width: 100%; height: 100%; border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; animation: round_anime003 90s linear infinite; background-color: #cbe7f4; }

.round-wrap .rotate { width: 100%; height: 100%; animation: rotate-anime003 15s linear infinite; }

@keyframes rotate-anime004 { 0% { transform: rotate(0); }
  100% { transform: rotate(-360deg); } }

@keyframes round_anime004 { 0% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  25% { border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; }
  50% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  75% { border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%; }
  100% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; } }

/*******************************************/
.round-wrap002 { width: 20vw; height: 20vw; position: absolute; top: 10vw; left: -5vw; z-index: 1; }

.round-wrap002 .round { width: 100%; height: 100%; border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%; animation: round_anime005 72s linear infinite; background-color: #eefaff; }

.round-wrap002 .rotate { width: 100%; height: 100%; animation: rotate-anime005 12s linear infinite; }

@keyframes rotate-anime005 { 0% { transform: rotate(0); }
  100% { transform: rotate(-360deg); } }

@keyframes round_anime005 { 0% { border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%; }
  25% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  50% { border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; }
  75% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  100% { border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%; } }

/******************************************/
.round-wrap003 { width: 20vw; height: 20vw; position: absolute; right: 10vw; bottom: -5vw; z-index: 1; }

.round-wrap003 .round { width: 100%; height: 100%; border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; animation: round_anime006 60s linear infinite; background-color: #eefaff; }

.round-wrap003 .rotate { width: 100%; height: 100%; animation: rotate-anime006 10s linear infinite; }

@keyframes rotate-anime006 { 0% { transform: rotate(0); }
  100% { transform: rotate(-360deg); } }

@keyframes round_anime006 { 0% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  50% { border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%; }
  75% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  100% { border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; } }

/**************************************/
.round-wrap_seventh001 { width: 33vw; height: 40vw; position: absolute; top: -15vw; right: -10vw; z-index: 1; }

.round-wrap_seventh001 .round { width: 100%; height: 100%; border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; animation: round_anime007 90s linear infinite; background-color: #d9f5f6; }

.round-wrap_seventh001 .rotate { width: 100%; height: 100%; animation: rotate-anime007 15s linear infinite; }

@keyframes rotate-anime007 { 0% { transform: rotate(0); }
  100% { transform: rotate(-360deg); } }

@keyframes round_anime007 { 0% { border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; }
  25% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  50% { border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%; }
  75% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  100% { border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; } }

/******************************************/
.round-wrap_seventh002 { width: 20vw; height: 20vw; position: absolute; left: -8vw; top: 20vw; z-index: 1; }

.round-wrap_seventh002 .round { width: 100%; height: 100%; border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; animation: round_anime008 60s linear infinite; background-color: #d9edf6; }

.round-wrap_seventh002 .rotate { width: 100%; height: 100%; animation: rotate-anime008 10s linear infinite; }

@keyframes rotate-anime008 { 0% { transform: rotate(0); }
  100% { transform: rotate(-360deg); } }

@keyframes round_anime008 { 0% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  50% { border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%; }
  75% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  100% { border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; } }

/**************************************/
.round-wrap_seventh003 { width: 20vw; height: 20vw; position: absolute; right: -10vw; bottom: -12vw; z-index: 1; }

.round-wrap_seventh003 .round { width: 100%; height: 100%; border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; animation: round_anime009 60s linear infinite; background-color: #fff4bf; }

.round-wrap_seventh003 .rotate { width: 100%; height: 100%; animation: rotate-anime009 10s linear infinite; }

@keyframes rotate-anime009 { 0% { transform: rotate(0); }
  100% { transform: rotate(-360deg); } }

@keyframes round_anime009 { 0% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  50% { border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%; }
  75% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  100% { border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; } }

/**************************************/
.fifth_list { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.fifth_list .fifth_list_in { width: 32%; margin-right: 2%; box-shadow: 0 0 10px rgba(119, 119, 119, 0.1); background: #fff; border-radius: 10px; overflow: hidden; margin-bottom: 20px; }

.fifth_list .fifth_list_in .fifth_list_box { padding: 26px 4%; text-align: center; }

.fifth_list .fifth_list_in .fifth_list_box .fifth_md { font-size: 1.4375rem; font-family: "Kiwi Maru", serif; font-weight: 500; text-align: center; margin-bottom: 18px; line-height: 1.4; position: relative; display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; padding: 0 19px; }

.fifth_list .fifth_list_in .fifth_list_box .fifth_md::before { content: ""; display: block; position: absolute; left: 0; top: 50%; height: 2px; width: 10px; background: #000; }

.fifth_list .fifth_list_in .fifth_list_box .fifth_md::after { content: ""; display: block; position: absolute; right: 0; top: 50%; height: 2px; width: 10px; background: #000; }

.fifth_list .fifth_list_in .fifth_list_box .num_md { font-weight: 900; line-height: 1; font-size: 2.5vw; text-align: center; }

.fifth_list .fifth_list_in .fifth_list_box .num_md img { max-width: 100%; }

.fifth_list .fifth_list_in .fifth_list_box .num_md i { font-size: 6vw; line-height: 1; color: #ef728d; font-weight: bold; font-family: "Roboto", Meiryo, YuGothic, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif; }

.fifth_list .fifth_list_in:nth-child(3n) { margin-right: 0; }

#sixth_area { background: #65b2d3; padding: 0 0 70px; position: relative; z-index: 1; }

#sixth_area .sixth_box { width: 92%; max-width: 1400px; margin: 0 auto; position: relative; }

#sixth_area .sixth_box .sixth_md { margin-bottom: 40px; }

#sixth_area .sixth_box .sixth_md002 { font-size: 2.5rem; font-weight: 900; line-height: 1; color: #fff; text-align: center; }

#sixth_area .sixth_box .sixth_md001 { width: 100%; margin-bottom: 8px; }

#sixth_area .sixth_box .sixth_md001 img { width: 100%; opacity: 0.13; filter: alpha(opacity=13); }

.sixth_list { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.sixth_list .sixth_list_in { width: 32%; margin-right: 2%; border: solid 1px #fff; padding: 26px 2%; text-align: center; border-radius: 10px; margin-bottom: 20px; }

.sixth_list .sixth_list_in .sixth_photo { margin-bottom: 16px; }

.sixth_list .sixth_list_in .sixth_photo img { max-width: 100%; }

.sixth_list .sixth_list_in .sixth_md_area .sixth_md_in { font-size: 1.5rem; font-family: "Kiwi Maru", serif; font-weight: 500; text-align: center; color: #fff; margin-bottom: 10px; }

.sixth_list .sixth_list_in .sixth_md_area .sixth_md_txt { text-align: center; color: #fff; font-weight: 500; line-height: 1.4; }

.sixth_list .sixth_list_in:nth-child(3n) { margin-right: 0; }

#seventh_area { padding-top: 90px; padding-bottom: 75px; position: relative; z-index: 0; overflow: hidden; }

#seventh_area .seventh_box { width: 92%; max-width: 1400px; margin: 0 auto; position: relative; z-index: 3; }

#ent_area_in .ent_list { border: solid 1px #65b2d3; border-radius: 10px; margin-bottom: 20px; overflow: hidden; }

#ent_area_in .ent_list.wel { border: solid 1px #f3a137; }

#ent_area_in .ent_list.wel .ent_m { background: #f3a137; }

#ent_area_in .ent_list.wel .ent_m .ent_m_r i::before { background: #f3a137; }

#ent_area_in .ent_list.wel .ent_m .ent_m_r i::after { background: #f3a137; }

.ent_a { padding: 24px 3% 40px; display: none; }

.ent_a p { line-height: 2; }

.ent_a .ent_link { text-align: center; padding-top: 30px; }

.ent_a .ent_link a { display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; border-radius: 100px; background: #ef728d; padding: 14px 30px; font-size: 1.25rem; }

.ent_a .ent_link a i { position: relative; padding-left: 36px; line-height: 1; font-weight: bold; color: #fff; }

.ent_a .ent_link a i::before { content: ""; display: block; width: 27px; height: 19px; background-position: center center; background-repeat: no-repeat; background-size: cover; background-image: url(/recruit/image/mail_icon.png); position: absolute; left: 0; top: 50%; margin-top: -9px; }

.ent_m { background: #65b2d3; padding: 24px 100px 24px 3%; position: relative; cursor: pointer; }

.ent_m.active .ent_m_r i::after { transform: rotate(180deg); opacity: 0; filter: alpha(opacity=0); }

.ent_m .ent_m_r { width: 64px; height: 64px; border-radius: 64px; background: #fff; position: absolute; right: 30px; top: 24px; z-index: 1; }

.ent_m .ent_m_r i { position: relative; width: 100%; height: 100%; display: block; transform-origin: center center; }

.ent_m .ent_m_r i::before { content: ""; display: block; position: absolute; width: 44px; height: 6px; background: #65b2d3; z-index: 2; top: 50%; left: 50%; transform: translate(-22px, -3px); transition: 0.2s ease-in; }

.ent_m .ent_m_r i::after { content: ""; display: block; position: absolute; width: 44px; height: 6px; background: #65b2d3; z-index: 2; top: 50%; left: 50%; margin-left: -22px; margin-top: -3px; transform: rotate(90deg); transition: 0.2s ease-in; transform-origin: center center; }

.ent_m .ent_ca i { border-radius: 100px; background: #fff; font-size: 0.8125rem; margin-right: 4px; line-height: 1.2; display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; padding: 6px 20px; font-weight: bold; margin-bottom: 2px; }

.ent_m .ent_md { font-size: 1.625rem; font-weight: 900; margin-bottom: 8px; color: #fff; line-height: 1.2; }

.ent_m .ent_dep { font-size: 1.0625rem; font-weight: 900; margin-bottom: 8px; color: #fff; line-height: 1.2; }

#fa_box { background-position: center center; background-repeat: no-repeat; background-size: cover; background-image: url(/recruit/image/faq_bg.jpg); width: 100%; }

#fa_box .fa_box_in { width: 92%; max-width: 1400px; margin: 0 auto; position: relative; padding: 90px 0 90px; }

#fa_box .fa_box_in .fa_md002 { font-size: 2.5rem; font-weight: 900; margin-bottom: 50px; color: #fff; text-align: center; }

#fa_box .fa_box_in .fa_md001 { text-align: center; width: 225px; margin: 0 auto; }

#fa_box .fa_box_in .fa_md001 img { width: 100%; }

#fa_nav .fa_nav_list { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }

#fa_nav .fa_nav_list .fa_list_in { margin-right: 20px; }

#fa_nav .fa_nav_list .fa_list_in:last-child { margin-right: 0; }

#fa_nav .fa_nav_list .fa_list_in .fa_link { display: block; padding: 20px 6%; width: 350px; border-radius: 100px; color: #fff; font-size: 1.25rem; font-weight: 900; text-align: center; transition: 0.2s ease-in; }

#fa_nav .fa_nav_list .fa_list_in .fa_link:hover.const { background: #fff; color: #65b2d3; }

#fa_nav .fa_nav_list .fa_list_in .fa_link:hover.welf { background: #fff; color: #f3a137; }

#fa_nav .fa_nav_list .fa_list_in .fa_link.const { background: #65b2d3; }

#fa_nav .fa_nav_list .fa_list_in .fa_link.welf { background: #f3a137; }

#f_copy { padding: 0 2%; text-align: right; font-size: 0.8125rem; }

footer { padding-bottom: 90px; }

#foot_in { padding: 30px 2% 0; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; width: 100%; margin-bottom: 40px; }

#foot_in #f_list #f_list_in { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }

#foot_in #f_list #f_list_in li { margin-right: 14px; }

#foot_in #f_list #f_list_in li.f_list_entry a { border-radius: 100px; padding: 10px 30px; background: #ef728d; border: solid 2px #ef728d; transition: 0.2s ease-in; }

#foot_in #f_list #f_list_in li.f_list_entry a:hover { background: #fff; }

#foot_in #f_list #f_list_in li.f_list_entry a:hover i { color: #000; }

#foot_in #f_list #f_list_in li.f_list_entry a:hover i::after { opacity: 1; filter: alpha(opacity=100); }

#foot_in #f_list #f_list_in li.f_list_entry a i { transition: 0.2s ease-in; font-weight: bold; color: #fff; padding-left: 40px; display: block; position: relative; }

#foot_in #f_list #f_list_in li.f_list_entry a i::after { content: ""; display: block; width: 27px; height: 19px; background-image: url(/recruit/common/image/h_mail_on.png); background-repeat: no-repeat; background-position: center center; background-size: cover; position: absolute; top: 50%; left: 0; margin-top: -10px; z-index: 2; opacity: 0; filter: alpha(opacity=0); transition: 0.2s ease-in; }

#foot_in #f_list #f_list_in li.f_list_entry a i::before { content: ""; display: block; width: 27px; height: 19px; background-image: url(/recruit/common/image/h_mail.png); background-repeat: no-repeat; background-position: center center; background-size: cover; position: absolute; top: 50%; left: 0; margin-top: -10px; z-index: 1; }

#foot_in #f_list #f_list_in li a { display: block; }

#foot_in #f_list #f_list_in li a i { font-weight: bold; font-size: 0.9375rem; }

#foot_in #f_list #f_list_in li a i.tri { padding-left: 16px; position: relative; }

#foot_in #f_list #f_list_in li a i.tri::before { content: ""; display: block; width: 0; height: 0; border-left: 8px solid black; border-top: 6px solid transparent; border-bottom: 6px solid transparent; position: absolute; top: 50%; margin-top: -4px; left: 0; }

#foot_in #f_list #f_list_in li a i.const { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }

#foot_in #f_list #f_list_in li a i.const::before { content: ""; display: block; margin-right: 8px; width: 37px; height: 31px; background-image: url(/recruit/common/image/h_icon001.png); background-repeat: no-repeat; background-position: center center; background-size: cover; }

#foot_in #f_list #f_list_in li a i.welf { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }

#foot_in #f_list #f_list_in li a i.welf::before { content: ""; display: block; margin-right: 10px; width: 37px; height: 31px; background-image: url(/recruit/common/image/h_icon002.png); background-repeat: no-repeat; background-position: center center; background-size: cover; }

#foot_in #f_list #f_list_in li:last-child { margin-right: 0; }

.e_box { max-width: 1400px; width: 90%; margin: 0 auto; z-index: 10; position: relative; }

.e_box.min { max-width: 1000px; }

.e_box.min002 { max-width: 1200px; }

.e_box.min003 { max-width: 1200px; box-shadow: 0 0 10px rgba(119, 119, 119, 0.1); padding: 40px 2%; margin-bottom: 60px; background: #fff; border-radius: 10px; }

.e_box.gray { background: #f7f7f7; padding: 30px 4%; }

/********************************************************/
.contact_table { width: 100%; }

.contact_table table { border-top: solid 1px #eee; width: 100%; }

.contact_table table th, .contact_table table td { border-bottom: solid 1px #eee; }

.contact_table table th { text-align: center; font-weight: bold; background: #f7f7f7; width: 33%; letter-spacing: 0.1em; padding: 25px 20px; font-size: 0.9375rem; }

.contact_table table th.to_p { vertical-align: top; }

.contact_table table td .kako_area { max-width: 100%; width: 90%; margin: 0 auto; padding: 25px 0; }

.contact_table table td .kako_area .select_wrapper { position: relative; }

.contact_table table td .kako_area .select_wrapper::after { content: ""; position: absolute; top: 50%; right: 16px; width: 12px; height: 12px; border-right: 2px solid #333; border-bottom: 2px solid #333; transform: rotate(45deg); pointer-events: none; margin-top: -8px; }

.contact_table table td .kako_area.cho { padding: 25px 0 5px; }

.contact_table table td .kako_area span { display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; font-size: 0.9375rem; min-width: 40px; text-align: right; margin-right: 10px; }

.contact_table table td .kako_area span.error { text-align: left; }

.part_md { font-size: 1.25rem; margin-bottom: 20px; font-weight: 900; }

#f_pdf001 { background: none; border: none; font-size: 0.9375rem; }

input[type="text"], textarea, input { -webkit-appearance: none; font-size: 16px; -webkit-appearance: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); background: #f0f0f0; border: 1px solid #f0f0f0; }

.postal_code_area li { margin-bottom: 20px; }

.postal_code_area li:last-child { margin-bottom: 0; }

.postal_code_area li label { display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; }

.postal_code_area .auto_btn { background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; /*setting*/ font-size: 0.875rem; padding: 10px 15px; color: #fff; background: #666; border: 1px solid #666; margin-left: 15px; letter-spacing: 0.1em; }

.select_area { display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; }

.select_area label { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: start; justify-content: flex-start; position: relative; z-index: 0; cursor: pointer; }

.select_area label::before { position: absolute; display: block; content: ""; right: 0; width: 51px; height: 100%; background: #d8d8d8; z-index: 0; pointer-events: none; }

.select_area label::after { position: absolute; display: block; content: ""; right: 0; width: 51px; height: 52px; background-size: contain; background-repeat: no-repeat; pointer-events: none; background-image: url(/contact/image/btm.jpg); z-index: 0; }

select { -moz-appearance: none; -webkit-appearance: none; appearance: none; border-radius: 0; border: 0; margin: 0; padding: 0; background: none transparent; vertical-align: middle; font-size: inherit; color: inherit; box-sizing: content-box; /*　↑　CSSを初期化　*/ cursor: pointer; background: #f0f0f0; border: 1px solid #f0f0f0; padding: 20px; width: calc(100% - 40px); }

/*　確認・戻る・送信ボタン　ここから　*/
.conf_list { text-align: center; padding-top: 30px; }

.conf_list.kaku { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; }

.conf_list.kaku li { width: 48%; margin-right: 4%; }

.conf_list.kaku li:last-child { margin-right: 0; }

.conf_list li .err_fin { background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: 1.5rem; color: #990000; border: 2px solid #990000; border-radius: 100px; padding: 15px 0; max-width: 600px; width: 100%; margin: 0 auto; font-weight: bold; letter-spacing: 0.1em; font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Verdana, Meiryo, sans-serif; position: relative; z-index: 0; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; }

.conf_list li .err_fin.back { background: #ddd; border: 2px solid #ddd; color: #000; transition: 0.3s ease-in-out; }

.conf_list li .err_fin.back::after { display: none; }

.conf_list li .err_fin::after { display: block; content: ""; background-image: url(/contact/image/error.png); background-repeat: no-repeat; background-size: auto; width: 29px; height: 25px; z-index: 0; margin-left: 5px; }

.conf_list li .con_fin { background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: 1.5rem; color: #fff; background: #000; border: 2px solid #000; border-radius: 100px; padding: 15px 0; max-width: 600px; width: 100%; margin: 0 auto; font-weight: bold; font-weight: bold; letter-spacing: 0.1em; font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Verdana, Meiryo, sans-serif; transition: 0.3s ease-in-out; }

.conf_list li .con_fin:disabled { color: #fff; background: #444; opacity: .6; cursor: not-allowed; border: 2px solid #444; }

.conf_list li .con_fin:disabled:hover { opacity: .6; color: #fff; background: #444; }

.conf_list li .con_fin:hover { color: #000; background: #fff; }

/* 確認画面で消える */
.mw_wp_form_confirm .contact_area001 { display: none; }

/* 確認画面で消える end */
/* error */
.error_txt { font-size: 0.875rem; color: #d05656; font-weight: bold; }

/* mwwp class */
.mw_wp_form .error { display: block; font-size: 0.875rem; color: #d05656; font-weight: bold; margin-bottom: 10px; width: 100%; }

/* mwwp class end */
/* error end */
/* radio */
.radiobox_area001 { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.radiobox_area001 li { margin-right: 20px; }

.radiobox_area001 li:last-child { margin-right: 0; }

.radiobox_area001 li label { position: relative; }

.radiobox_area001 li label .radio001_input { position: absolute; top: 0; left: 0; width: 0; visibility: hidden; }

.radiobox_area001 li label .radio001_parts { padding-left: 26px; position: relative; line-height: 1; transition: 0.4s ease-in-out; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: start; justify-content: flex-start; margin-bottom: 20px; }

.radiobox_area001 li label .radio001_parts::before { content: ""; display: block; top: -1px; left: 0; width: 20px; height: 20px; border-radius: 50%; position: absolute; border: 1px solid #999; }

.radiobox_area001 li label .radio001_parts::after { content: ""; display: block; position: absolute; top: 2px; left: 3px; width: 14px; height: 14px; border-radius: 50%; background: #990000; transition: 0.4s ease-in-out; transform: scale(0, 0); }

.radio001_input:checked + .radio001_parts { color: #990000; }

.radio001_input:checked + .radio001_parts::before { animation: pulsate .8s ease-out; }

.radio001_input:checked + .radio001_parts::after { transform: scale(1, 1); border-radius: 50%; background: #990000; }

/* mwwp class */
.mw_wp_form .horizontal-item + .horizontal-item { margin-left: 0 !important; }

.mwform-radio-field label { position: relative; }

.mwform-radio-field input { position: absolute; top: 0; left: 0; width: 0; visibility: hidden; }

.mwform-radio-field .mwform-radio-field-text { padding-left: 26px; position: relative; line-height: 1; transition: 0.4s ease-in-out; }

.mwform-radio-field .mwform-radio-field-text::before { content: ""; display: block; top: 0; left: 0; width: 20px; height: 20px; border-radius: 50%; position: absolute; content: ""; border: 1px solid #999; }

.mwform-radio-field .mwform-radio-field-text::after { content: ""; display: block; position: absolute; top: 3px; left: 3px; width: 14px; height: 14px; border-radius: 50%; background: #990000; transition: 0.4s ease-in-out; transform: scale(0, 0); }

.mwform-radio-field input:checked + .mwform-radio-field-text { color: #990000; }

.mwform-radio-field input:checked + .mwform-radio-field-text::before { animation: pulsate .8s ease-out; }

.mwform-radio-field input:checked + .mwform-radio-field-text::after { transform: scale(1, 1); border-radius: 50%; background: #990000; }

/* mwwp class end */
/* radio end */
/*　カテゴリー　ここから　*/
.item_area001 { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; }

.item_area001 li { font-size: 0.9375rem; }

.item_area001 li.hissu { display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; font-size: 0.6875rem; background: #ef728d; padding: 1px 15px; margin-left: 5px; color: #fff; border-radius: 6px; }

.item_area001 li.hissu.no { background: #fff; color: #666; }

/*　プライバシーポリシー同意ボタン　ここから　*/
.contact_area { max-width: 400px; width: 100%; text-align: center; margin: 30px auto; background: #eee; padding: 20px; }

.contact_area .checkbox_privacy { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; max-width: 1400px; margin: 0 auto; }

.contact_area .checkbox_privacy .label_type { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; }

.contact_area .checkbox_privacy .label_type .checkbox_input { display: none; }

.contact_area .checkbox_privacy .mwform-checkbox-field label { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; }

.contact_area .checkbox_privacy .mwform-checkbox-field label .checkbox_input { display: none; }

input[name="your-consent"] { font-weight: bold; font-size: 0.9375rem; border: none; width: 30px; height: 30px; border: 2px solid #ddd; background: #fff; cursor: pointer; /*&::before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    border: 2px solid #ddd;
    background: #fff;
}
    &::after {
    color: #009cbd;
    position: absolute;
    content: "";
    top: 0;
    left: 7px;
    width: 14px;
    height: 26px;
    transform: rotate( 40deg);
    border-bottom: 5px solid #009cbd;
    border-right: 5px solid #009cbd;
    display: none;
}*/ }

/*input[name="your-consent"]:checked + input[name="your-consent"] {
color: #009cbd;
}*/
.k_btn001 { padding-top: 30px; }

.k_btn001 a { border-radius: 100px; padding: 20px 6%; position: relative; background: #fff; border: solid 1px #000; display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; width: 50%; transition: 0.3s ease-in; }

.k_btn001 a.bc_p { background: none; border: solid 1px #fff; color: #fff; max-width: 400px; }

.k_btn001 a.bc_p:hover { background: #fff; color: #000; }

.k_btn001 a.bc_p:hover::before { border-top: 2px solid #000; border-right: 2px solid #000; }

.k_btn001 a.bc_p::before { border-top: 2px solid #fff; border-right: 2px solid #fff; }

.k_btn001 a.bc_p02 { background: #000; border: solid 1px #000; color: #fff; max-width: 400px; text-align: center; }

.k_btn001 a.bc_p02:hover { background: #fff; color: #000; }

.k_btn001 a.bc_p02:hover::before { border-top: 2px solid #000; border-right: 2px solid #000; }

.k_btn001 a.bc_p02::before { border-top: 2px solid #fff; border-right: 2px solid #fff; }

.k_btn001 a:hover { background: #000; color: #fff; }

.k_btn001 a:hover::before { border-top: 2px solid #fff; border-right: 2px solid #fff; }

.k_btn001 a:hover i { color: #000; }

.k_btn001 a::before { content: ""; display: block; position: absolute; margin-top: -5px; top: 50%; right: 10%; width: 10px; height: 10px; border-top: 2px solid #000; border-right: 2px solid #000; transform: rotate(45deg); transition: 0.3s ease-in; }

.select_area { display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; position: relative; z-index: 0; cursor: pointer; }

.select_area::before { position: absolute; content: ""; top: 50%; right: 20px; width: 12px; height: 12px; margin-top: -6px; border-top: 4px solid #999; border-right: 4px solid #999; transform: rotate(135deg); z-index: 1; }

.select_area select { -moz-appearance: none; -webkit-appearance: none; appearance: none; border-radius: 0; border: 0; margin: 0; padding: 0; background: none transparent; vertical-align: middle; font-size: inherit; color: inherit; box-sizing: content-box; /*　↑　CSSを初期化　*/ cursor: pointer; background: #fff; border: 2px solid #ddd; padding: 20px; line-height: 1; }

.checkbox_btn001 { position: relative; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; font-weight: bold; font-size: 0.9375rem; }

.checkbox_btn001::before { display: block; content: ""; margin-right: 20px; width: 30px; height: 30px; border: 2px solid #ddd; background: #fff; }

.checkbox_privacy .mwform-checkbox-field label .mwform-checkbox-field-text { position: relative; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; font-weight: bold; font-size: 0.9375rem; }

.checkbox_privacy .mwform-checkbox-field label .mwform-checkbox-field-text::before { display: block; content: ""; margin-right: 20px; width: 30px; height: 30px; border: 2px solid #ddd; background: #fff; }

.checkbox_privacy .checkbox_input:checked + .mwform-checkbox-field-text { color: #990000; }

.checkbox_privacy .checkbox_input:checked + .mwform-checkbox-field-text::after { color: #990000; display: block; position: absolute; content: ""; top: 0; left: 7px; width: 14px; height: 26px; transform: rotate(40deg); border-bottom: 5px solid #990000; border-right: 5px solid #990000; }

.checkbox_input:checked + .checkbox_btn001 { color: #990000; }

.checkbox_input:checked + .checkbox_btn001::after { color: #990000; display: block; position: absolute; content: ""; top: 0; left: 7px; width: 14px; height: 26px; transform: rotate(40deg); border-bottom: 5px solid #990000; border-right: 5px solid #990000; }

/*　プライバシーポリシー同意ボタン　ここまで　*/
/*　確認・戻る・送信ボタン　ここから　*/
.conf_area { text-align: center; }

.conf_area .conf_list { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; }

.conf_area .conf_list .modoru { cursor: pointer; margin-right: 20px; }

.conf_area .conf_list .modoru .tardet_btn { background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; /*　↑　CSSを初期化　*/ color: #fff; font-size: 1.375rem; background: #0071bc; text-align: center; min-width: 370px; padding: 15px 10px; font-weight: bold; transition: 0.3s ease-in-out; border-radius: 100px; overflow: hidden; /*&:hover { @include mq_pc { color: $wc; background: $bc; } }*/ }

.conf_area .conf_list .kakunin { position: relative; z-index: 0; cursor: pointer; min-width: 370px; }

.conf_area .conf_list .kakunin::after { position: absolute; content: ""; top: 50%; right: 50%; margin-right: -90px; width: 12px; height: 12px; margin-top: -6px; border-top: 3px solid #fff; border-right: 3px solid #fff; transform: rotate(45deg); }

.conf_area .conf_list .kakunin input[type="submit"], .conf_area .conf_list .kakunin input[type="button"], .conf_area .conf_list .kakunin .con_fin { background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; /* setting */ color: #fff; font-size: 1.375rem; background: #990000; text-align: center; max-width: 100%; width: 100%; padding: 15px 10px; font-weight: bold; transition: 0.3s ease-in-out; border-radius: 10px; overflow: hidden; }

.conf_area .conf_list .kakunin input[type="submit"]:disabled, .conf_area .conf_list .kakunin input[type="button"]:disabled, .conf_area .conf_list .kakunin .con_fin:disabled { color: #fff; background: #444; opacity: 0.6; cursor: not-allowed; }

.wpcf7-list-item-label { font-weight: bold; font-size: 0.9375rem; margin-left: 10px; }

.wpcf7-spinner { display: none !important; }

.xx_fea_txt001 { text-align: center; font-size: 0.9375rem; line-height: 1.4; font-weight: bold; margin-bottom: 40px; }

.xx_fea_txt002 { text-align: center; font-size: 0.9375rem; line-height: 1.4; font-weight: bold; margin-bottom: 40px; color: #b70000; display: none; }

.mw_wp_form_confirm .contact_area, .mw_wp_form_confirm #pri_area, .mw_wp_form_confirm .xx_fea_txt001, .mw_wp_form_confirm .select_area::before { display: none; }

.mw_wp_form_confirm .xx_fea_txt002 { display: block; }

.mw_wp_form_confirm .modoru { position: relative; z-index: 0; }

.mw_wp_form_confirm .modoru::after { position: absolute; content: ""; top: 50%; left: 50%; margin-left: -90px; width: 12px; height: 12px; margin-top: -6px; border-top: 3px solid #990000; border-right: 3px solid #990000; transform: rotate(-135deg); }

.mw_wp_form_complete .fea_ja.m_b, .mw_wp_form_complete .fea_txt.t_y, .mw_wp_form_complete .xx_fea_txt001, .mw_wp_form_complete .xx_fea_txt002 { display: none; }

/*　確認・戻る・送信ボタン　ここまで　*/
.gray_txt001 { color: #666; font-weight: 500; font-size: 0.875rem; margin-bottom: 14px; }

/************************************************************************ contact end */

@media all and (-ms-high-contrast: none){
 body{ font-family: Verdana, Meiryo, sans-serif; } }

@media screen and (max-width: 1000px){
 .load-wrap{ width: 250px; height: 250px; }
 #load #load_in #p_bar{ width: 261px; height: 128px; }
 #load #load_in #p_bar #progress{ background-size: 261px 128px; width: 261px; height: 128px; }
 #load #load_in #p_bar #progress02{ background-size: 264px 128px; height: 128px; }
 #top_obj001{ width: 80vw; height: 40vh; }
 .tr_area{ display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; }
 .sp_nav_box{ padding: 0 20px 60px 10px; }
 #pc_head{ height: 70px; padding: 0 0 0 3%; -ms-flex-pack: start; justify-content: flex-start; background: #fff; }
 #pc_head::after{ display: none; }
 #pc_head #h_logo{ width: 180px; }
 #pc_head #h_logo img{ width: 100%; }
 #pc_head #h_list{ display: none; }
 #mv002{ padding-top: 130px; }
 #mv002.entry{ height: inherit; padding-bottom: 20px; }
 #mv002 #mv_in002 #mv_area002{ -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-direction: column; flex-direction: column; }
 #mv002 #mv_in002 #mv_area002 #mv_area_right002{ padding-right: 0; width: 80%; padding-top: 10px; -ms-flex-item-align: end; align-self: flex-end; }
 #mv002 #mv_in002 #mv_area002 #mv_area_left002{ width: 100%; padding-right: 4%; padding-left: 4%; }
 #mv_txt003{ font-size: 6vw; margin-bottom: 10px; }
 #mv_txt004{ font-size: 10vw; margin-bottom: 20px; }
 #mv_txt005{ font-size: 1.0625rem; line-height: 1.7; width: 100%; }
 #con_first #con_first_in{ padding: 16px 0 50px; }
 #con_first #con_first_in #con_first_obj{ width: 90%; padding-bottom: 20px; }
 #con_first #con_first_in #con_first_box{ -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 #con_first #con_first_in #con_first_box #con_first_box_r{ width: 100%; padding-top: 10px; }
 #con_first #con_first_in #con_first_box #con_first_box_r .con_md001{ font-size: 1.5rem; margin-bottom: 20px; }
 #con_first #con_first_in #con_first_box #con_first_box_r .con_txt001{ line-height: 2; }
 #con_first #con_first_in #con_first_box #con_first_box_r .con_txt001.add{ margin-bottom: 14px; }
 #con_first #con_first_in #con_first_box #con_first_box_l{ width: 100%; }
 #con_first #con_first_in #con_first_box #con_first_box_l .con_first_txt001{ font-size: 2.5rem; }
 #con_second{ height: 50vh; }
 .const_works001{ width: 40vw; height: 29vw; }
 .con_md002_box{ -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: start; align-items: flex-start; margin-bottom: 20px; }
 .con_md002_box .con_md002_box_en{ font-size: 3.75rem; margin-right: 0; margin-bottom: 14px; }
 .con_md002_box .con_md002_box_ja{ font-size: 1.125rem; }
 .con_third_all .con_third_all_in{ -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 30px; }
 .con_third_all .con_third_all_in.rev .con_third_l{ width: 100%; padding-left: 0; }
 .con_third_all .con_third_all_in.rev .con_third_r{ width: 100%; padding-right: 0; margin-bottom: 20px; }
 .con_third_all .con_third_all_in .con_third_l{ width: 100%; padding-right: 0; margin-bottom: 20px; }
 .con_third_all .con_third_all_in .con_third_r{ width: 100%; padding-left: 0; }
 .con_third_all .con_third_all_in .con_third_md001{ font-size: 1.625rem; margin-bottom: 14px; }
 .con_third_all .con_third_all_in .con_third_txt001{ line-height: 2; }
 .bui_link002{ padding-top: 12px; margin: 0 auto; }
 .const_fourth001{ width: 40vw; height: 33vw; top: -18vw; }
 .con_md003_box{ text-align: left; margin-bottom: 20px; }
 .con_md003_box .con_md003_box_en{ font-size: 5rem; }
 .con_md003_box .con_md003_box_ja{ font-size: 1.25rem; }
 #con_fourth_all{ padding-bottom: 40px; }
 .con_fourth_voice001{ -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 40px; }
 .con_fourth_voice001 .con_voice001_r{ width: 100%; }
 .con_fourth_voice001 .con_voice001_r .con_voice_md001{ font-size: 1.5rem; margin-bottom: 16px; }
 .con_fourth_voice001 .con_voice001_r .con_voice_txt001{ line-height: 2; }
 .con_fourth_voice001 .con_voice001_l{ width: 100%; padding-right: 0; margin-bottom: 20px; }
 .con_fourth_voice001 .con_voice001_l .con_voice001_ph{ height: 270px; }
 .con_voice002 .con_voice002_in{ -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 .con_voice002 .con_voice002_in .con_voice002_l{ width: 100%; padding-right: 0; margin-bottom: 16px; }
 .con_voice002 .con_voice002_in .con_voice002_r{ width: 100%; }
 .con_voice002 .con_voice002_in .con_voice002_r .con_voice002_md001{ font-size: 1.5rem; margin-bottom: 14px; }
 .con_voice002 .con_voice002_in .con_voice002_r .con_voice002_txt001{ line-height: 2; }
 .con_voice002 .con_voice002_in .con_voice002_r .con_voice002_name{ padding-top: 10px; }
 #con_fifth{ padding-top: 60px; }
 .ent_m_all:before{ font-size: 1.875rem; }
 .q_md001{ padding-top: 0; padding-left: 10px; font-size: 1.25rem; line-height: 1.4; }
 .ent_a_all:before{ font-size: 1.875rem; }
 .a_txt_area{ padding-top: 0; padding-left: 10px; font-size: 1.0625rem; line-height: 2; }
 #con_entry{ padding: 40px 0; }
 #con_entry .con_entry_in .entry_md001{ font-size: 3.75rem; }
 #con_entry .con_entry_in .entry_md002{ font-size: 1.375rem; }
 #con_entry .con_entry_in .entry_link a{ max-width: 80%; width: 80%; }
 #mv{ padding-top: 16vw; }
 #mv #mv_in{ width: 100%; padding-left: 4%; }
 #mv #mv_in #mv_area{ -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-direction: column; flex-direction: column; }
 #mv #mv_in #mv_area #mv_area_left{ width: 100%; margin-bottom: 30px; }
 #mv #mv_in #mv_area #mv_area_right{ width: 100%; padding-left: 15%; }
 #mv #mv_txt001{ font-size: 8vw; margin-bottom: 10px; }
 #mv #mv_txt002{ font-size: 10vw; }
 #mv #top_obj002{ width: 80vw; }
 #mv #top_obj003{ width: 40vw; }
 #mv #top_obj003 img{ width: 100%; }
 main{ padding-top: 0; }
 #first_area{ margin-bottom: 40px; }
 #first_area #first_obj{ width: 100%; opacity: .5; }
 #first_area #first_area_in{ position: relative; width: 100%; padding-right: 6%; -ms-flex-direction: column; flex-direction: column; }
 #first_area #first_area_in #first_area_r{ position: relative; z-index: 2; width: 100vw; padding-left: 20vw; padding-right: 4%; padding-top: 20px; }
 #first_area #first_area_in #first_area_l{ z-index: 1; width: 80vw; }
 .first_txt001{ line-height: 2; }
 .md_area001{ margin-bottom: 30px; }
 .md_area001 .md003{ font-size: 2.5rem; }
 .md_area001 .md001{ font-size: 1.875rem; }
 #second_obj{ width: 60%; top: -20vw; }
 #second_obj_end{ width: 50%; }
 #second_area #md_area002{ text-align: left; margin-bottom: 40px; }
 .md002{ font-size: 1.25rem; }
 .md003_02{ font-size: 1.5rem; line-height: 1.4; }
 .secon_one{ margin-bottom: 40px; }
 #bui_area_list{ -ms-flex-wrap: wrap; flex-wrap: wrap; }
 #bui_area_list .bui_list_in{ margin-right: 0; width: 100%; margin-bottom: 40px; }
 #bui_area_list .bui_list_in:last-chidl{ margin-bottom: 0; }
 #bui_area_list .bui_list_in:first-child{ margin-top: 0; }
 #bui_area_list .bui_md .bui_md_in::before{ width: 40px; height: 40px; }
 .bui_txt001{ line-height: 1.7; }
 .bui_link{ padding-top: 14px; }
 #brand_area{ padding: 0 20px 30px; }
 .con_fourth_voice002{ padding: 0 5% 30px; }
 #brand_md{ margin: -10px auto 30px; }
 #brand_md #brand_md001{ font-size: 1.375rem; }
 #brand_md #brand_md_ph{ font-size: 3.125rem; line-height: .5; }
 .brand_md_in{ font-size: 1.375rem; }
 #brand_nav .brand_nav_list{ width: 100%; margin-bottom: 14px; margin-right: 0; }
 #brand_nav .brand_nav_list:last-child{ margin-bottom: 0; }
 #third_area .third_box #third_md{ font-size: 1.375rem; padding-top: 20px; }
 #third_area .third_slider{ height: 300px; min-height: 300px; }
 #third_area .third_slider .sli{ height: 300px; min-height: 300px; }
 #third_area .third_slider .sli.sli004{ background-position: right center; }
 #fourth_area{ padding: 40px 0 40px; }
 .fourth_list .fourth_list_in{ width: 49%; margin-right: 2%; margin-bottom: 12px; }
 .fourth_list .fourth_list_in:nth-child(2n){ margin-right: 0; }
 .fourth_list .fourth_list_in .fourth_nav_box .fourth_photo{ padding: 14px 6%; }
 .fourth_list .fourth_list_in .fourth_nav_box .fourth_md_area{ display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; }
 .fourth_list .fourth_list_in .fourth_nav_box .fourth_md_area .fourth_md_in{ line-height: 1.2; }
 .mod_md{ margin-bottom: 30px; }
 .mod_txt001{ padding-top: 20px; text-align: left; }
 .mod_txt001 br{ display: none; }
 .mod_txt003{ text-align: left; }
 .mod_txt003 br{ display: none; }
 .mod_txt004{ text-align: left; }
 .mod_txt004 br{ display: none; }
 #fifth_area{ padding: 40px 0 30px; }
 .mod02_md{ margin-bottom: 30px; }
 .mod02_md .mod02_ph{ width: 70%; max-width: 100%; }
 .mod02_md .mod02_ph img{ max-width: 100%; }
 .round-wrap_seventh003{ width: 40vw; height: 40vw; right: -20vw; bottom: -22vw; }
 .fifth_list{ -ms-flex-direction: column; flex-direction: column; }
 .fifth_list .fifth_list_in{ width: 100%; margin-right: 0; }
 .fifth_list .fifth_list_in:last-child{ margin-bottom: 0; }
 .fifth_list .fifth_list_in .fifth_list_box{ padding: 22px 4% 16px; }
 .fifth_list .fifth_list_in .fifth_list_box .fifth_md{ margin-bottom: 10px; letter-spacing: 0.01em; }
 .fifth_list .fifth_list_in .fifth_list_box .num_md img{ max-width: 80%; display: block; margin: 0 auto; }
 #sixth_area{ padding: 0 0 40px; }
 .sixth_list{ -ms-flex-direction: column; flex-direction: column; }
 .sixth_list .sixth_list_in{ width: 100%; margin-right: 0; padding: 20px 4%; }
 .sixth_list .sixth_list_in:last-child{ margin-bottom: 0; }
 .sixth_list .sixth_list_in .sixth_nav_box{ width: 100%; display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 .sixth_list .sixth_list_in .sixth_photo{ width: 25%; margin-bottom: 0; text-align: center; }
 .sixth_list .sixth_list_in .sixth_md_area{ width: 75%; padding-left: 5%; }
 .sixth_list .sixth_list_in .sixth_md_area .sixth_md_in{ text-align: left; line-height: 1.2; }
 .sixth_list .sixth_list_in .sixth_md_area .sixth_md_txt{ text-align: left; }
 .sixth_list .sixth_list_in .sixth_md_area .sixth_md_txt br{ display: none; }
 #seventh_area{ padding-top: 40px; padding-bottom: 30px; }
 .ent_a{ padding: 20px 5% 20px; }
 .ent_m{ padding: 20px 40px 20px 5%; }
 .ent_m .ent_m_r{ width: 30px; height: 30px; border-radius: 30px; right: 14px; top: 18px; }
 .ent_m .ent_m_r i::before{ width: 20px; height: 4px; transform: translate(-10px, -2px); }
 .ent_m .ent_m_r i::after{ width: 20px; height: 4px; margin-left: -10px; margin-top: -2px; }
 .ent_m .ent_ca i{ padding: 6px 10px; margin-bottom: 4px; }
 .ent_m .ent_dep{ margin-bottom: 12px; }
 .ent_m .ent_dep i{ display: block; margin-bottom: 6px; line-height: 1.2; }
 .ent_m .ent_dep em{ display: block; font-size: 1rem; line-height: 1.2; }
 #fa_box .fa_box_in{ padding: 40px 0; }
 #fa_box .fa_box_in .fa_md002{ font-size: 1.5rem; margin-bottom: 30px; }
 #fa_box .fa_box_in .fa_md001{ width: 100px; }
 #fa_nav .fa_nav_list{ -ms-flex-direction: column; flex-direction: column; -ms-flex-align: center; align-items: center; }
 #fa_nav .fa_nav_list .fa_list_in{ margin-right: 0; margin-bottom: 10px; width: 100%; }
 #fa_nav .fa_nav_list .fa_list_in:last-child{ margin-bottom: 0; }
 #fa_nav .fa_nav_list .fa_list_in .fa_link{ width: 80%; margin: 0 auto; }
 #f_copy{ text-align: center; }
 #foot_in{ -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: start; align-items: flex-start; -ms-flex-direction: column; flex-direction: column; padding: 30px 0 0; }
 #foot_in #f_logo{ width: 60%; margin: 0 auto 20px; padding: 0 4%; }
 #foot_in #f_logo img{ max-width: 100%; }
 #foot_in #f_list{ width: 100%; }
 #foot_in #f_list #f_list_in{ -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; justify-content: center; width: 100%; }
 #foot_in #f_list #f_list_in li{ margin-right: 0; }
 #foot_in #f_list #f_list_in li.sp01{ -ms-flex-order: 1; order: 1; }
 #foot_in #f_list #f_list_in li.sp02{ -ms-flex-order: 2; order: 2; border-top: solid 1px #ddd; border-bottom: solid 1px #ddd; width: 100%; }
 #foot_in #f_list #f_list_in li.sp02 a{ padding: 14px 6%; margin-right: 0; }
 #foot_in #f_list #f_list_in li.sp02 a i{ font-size: 1.125rem; }
 #foot_in #f_list #f_list_in li.sp03{ -ms-flex-order: 3; order: 3; border-bottom: solid 1px #ddd; width: 100%; }
 #foot_in #f_list #f_list_in li.sp03 a{ padding: 14px 6%; margin-right: 0; }
 #foot_in #f_list #f_list_in li.sp03 a i{ font-size: 1.125rem; }
 #foot_in #f_list #f_list_in li.sp04{ -ms-flex-order: 4; order: 4; border-bottom: solid 1px #ddd; width: 100%; }
 #foot_in #f_list #f_list_in li.sp04 a{ padding: 14px 8%; margin-right: 0; }
 #foot_in #f_list #f_list_in li.sp04 a i{ font-size: 1.125rem; }
 #foot_in #f_list #f_list_in li.f_list_entry{ width: 80%; margin: 0 auto 20px; }
 #foot_in #f_list #f_list_in li.f_list_entry a{ width: 100%; text-align: center; }
 #foot_in #f_list #f_list_in li.f_list_entry a i{ font-size: 1.25rem; display: inline-block; }
 .e_box.min003{ padding: 30px 2%; }
 .contact_table table th, .contact_table table td{ display: block; width: 100%; }
 .contact_table table th{ font-size: 1rem; width: 100%; padding: 10px 15px; }
 .contact_table table td .kako_area.cho{ padding: 0; }
 .contact_table table td .kako_area span.ml{ margin-left: 10px; }
 .contact_table table td .kako_area span{ font-size: 0.875rem; margin-left: 10px; min-width: 25px; }
 .contact_table table td .kako_area{
  /*@include display-flex(); @include align-items(center); @include justify-content(flex-start);*/ padding: 0; width: 100%; }
 .contact_table table td{ padding: 15px 10px 25px; }
 .contact_table table td.sp_min{ padding: 15px 10px 5px; }
 .postal_code_area .auto_btn{ font-size: 0.8125rem; padding: 10px; margin-left: 10px; }
 .select_area label::before{ width: 35px; }
 .select_area label::after{ width: 34px; height: 35px; }
 .select_area{ width: 100%; }
 select{ padding: 10px 20px; }
 .conf_list.kaku li:last-child{ margin-bottom: 15px; }
 .conf_list.kaku li{ width: 70%; margin-right: 0; margin-bottom: 0; }
 .conf_list li .err_fin{ font-size: 1.25rem; padding: 10px 0; max-width: 100%; width: 90%; }
 .conf_list li .con_fin{ font-size: 1.25rem; padding: 10px 0; max-width: 100%; width: 90%; }
 .conf_list{ -ms-flex-direction: column-reverse; flex-direction: column-reverse; padding-top: 30px; }
 .radiobox_area001 li label .radio001_parts::before{ top: -3px; left: -3px; }
 .radiobox_area001 li label .radio001_parts::after{ top: 0; left: 0; }
 .radiobox_area001{ width: 100%; }
 .mwform-radio-field .mwform-radio-field-text::before{ top: -3px; left: -3px; }
 .mwform-radio-field .mwform-radio-field-text::after{ top: 0; left: 0; }
 .k_btn001{ padding-top: 16px; }
 .k_btn001 a{ width: 80%; margin: 0 auto; display: block; }
 .conf_area .conf_list .modoru .tardet_btn{ font-size: 1.125rem; padding: 10px 0; min-width: 250px; }
 .conf_area .conf_list .modoru{ margin-right: 0; }
 .conf_area .conf_list .kakunin::after{ width: 10px; height: 10px; margin-top: -5px; margin-right: -80px; }
 .conf_area .conf_list .kakunin input[type="submit"], .conf_area .conf_list .kakunin input[type="button"], .conf_area .conf_list .kakunin .con_fin{ font-size: 1.25rem; padding: 10px 0; }
 .conf_area .conf_list .kakunin{ margin-bottom: 20px; min-width: 250px; }
 .conf_area .conf_list{ -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
 .xx_fea_txt001{ font-size: 0.875rem; margin-bottom: 30px; }
 .xx_fea_txt002{ font-size: 0.875rem; margin-bottom: 30px; }
 .mw_wp_form_confirm .modoru::after{ width: 10px; height: 10px; margin-top: -5px; margin-right: -80px; } }

@media screen and (min-width: 1001px){
 .side-open .overlay{ display: none; }
 .side_nav{ display: none; }
 #pc_head.active{ padding: 14px 2% 0; }
 #mv002{ height: 80vh; }
 #con_second{ background-attachment: fixed; } }

@media screen and (max-width: 1700px){
 .item_area001 li.k_l{ font-size: 0.9375rem; } }
