@charset "UTF-8";
/* transition */
body { font-family: 'Noto Sans JP', "YuGothic", "游ゴシック", "游ゴシック体", 'Hiragino Kaku Gothic ProN', "ヒラギノ角ゴ ProN W3", 'YuGothic', "游ゴシック", 'Meiryo', "メイリオ", 'MS PGothic', "ＭＳ Ｐゴシック", sans-serif; font-size: 16px; line-height: 1.6; color: #7A8183; }

* { box-sizing: border-box; }

:root { scroll-behavior: auto; }

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

a, a:hover, a:focus { text-decoration: none; color: inherit; }

a { color: #7A8183; transition: all .5s ease-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

a:focus { color: #7A8183; }

a:hover { color: #19B8DD; }

a:hover > img { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; }

a > img { -webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; }

a:not([href]) { pointer-events: none; }

a:not([href]):after { content: none !important; }

h1, h2, h3, h4, .h4, h5, .h5, h6, .h6, p, ul, li, dl, dt, dd, th { font-weight: 350; margin: 0; padding: 0; line-height: inherit; font-size: inherit; }

ul, li { list-style: none; }

p, li { line-height: 1.8; }

button { margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.flex-img { flex-shrink: 0; }

/*======================
	parts
======================*/
.fade { opacity: 0; transition: opacity 1.2s cubic-bezier(0.08, 0.92, 0.35, 1) 0.2s; }
.fade .fade_left { clip-path: inset(0 100% 0 0); transition: clip-path 1s cubic-bezier(0.08, 0.92, 0.35, 1) 0.4s; }
.fade .fade_right { clip-path: inset(0 0 0 100%); transition: clip-path 1s cubic-bezier(0.08, 0.92, 0.35, 1) 0.4s; }
.fade .fade_top { clip-path: inset(0 0 100% 0); transition: clip-path 1s cubic-bezier(0.08, 0.92, 0.35, 1) 0.4s; }
.fade .fade_up { opacity: 0; transform: translateY(40px); transition: opacity 1s cubic-bezier(0.08, 0.92, 0.35, 1) 0.4s, transform 1s cubic-bezier(0.08, 0.92, 0.35, 1) 0.4s; }
.fade .fade_up_all { opacity: 0; transform: translateY(100%); transition: opacity 1s cubic-bezier(0.08, 0.92, 0.35, 1) 0.4s, transform 1.2s cubic-bezier(0.08, 0.92, 0.35, 1) 0.4s; }
.fade .fade_down { opacity: 0; transform: translateY(-40px); transition: opacity 1s cubic-bezier(0.08, 0.92, 0.35, 1) 0.4s, transform 1s cubic-bezier(0.08, 0.92, 0.35, 1) 0.4s; }

.fade.fade_in { opacity: 1; }
.fade.fade_in .fade_left, .fade.fade_in .fade_right, .fade.fade_in .fade_top { clip-path: inset(0); }
.fade.fade_in .fade_down, .fade.fade_in .fade_up, .fade.fade_in .fade_up_all { opacity: 1; transform: translateY(0); }

.img_curve { position: relative; padding-top: 10px; }
.img_curve:before, .img_curve:after { clip-path: inset(0 0 100% 0); transition: clip-path 1s ease-out .2s; content: ""; z-index: -1; position: absolute; top: 0; width: 122px; height: 122px; }
.img_curve.img_curve--left:before { left: -10px; border-top-left-radius: 122px; border-left: 2px solid #19B8DD; border-top: 2px solid #19B8DD; }
.img_curve.img_curve--left img, .img_curve.img_curve--left .curve_cont, .img_curve.img_curve--left iframe { border-top-left-radius: 120px; }
.img_curve.img_curve--right:after { right: -10px; border-top-right-radius: 122px; border-right: 2px solid #19B8DD; border-top: 2px solid #19B8DD; }
.img_curve.img_curve--right img, .img_curve.img_curve--right .curve_cont { border-top-right-radius: 120px; }

.img_curve_min:before, .img_curve_min:after { width: 82px; height: 82px; }
.img_curve_min.img_curve_min--left:before { left: -10px; border-top-left-radius: 82px; border-left: 2px solid #19B8DD; border-top: 2px solid #19B8DD; }
.img_curve_min.img_curve_min--left img, .img_curve_min.img_curve_min--left .curve_cont { border-top-left-radius: 80px; }
.img_curve_min.img_curve_min--right:after { right: -10px; border-top-right-radius: 82px; border-right: 2px solid #19B8DD; border-top: 2px solid #19B8DD; }
.img_curve_min.img_curve_min--right img, .img_curve_min.img_curve_min--right .curve_cont { border-top-right-radius: 80px; }

.fade.fade_in .img_curve:before, .fade.fade_in .img_curve:after { clip-path: inset(0); }

.img_over_left { flex: 1; margin-left: calc(50% - 50vw); padding-left: 0; text-align: right; }

.img_over_right { flex: 1; margin-right: calc(50% - 50vw); padding-right: 0; }

.scroll-to-top { display: none; position: fixed; right: 30px; bottom: 30px; cursor: pointer; z-index: 8; /*width: 120px;*/ width: 100px; }

.content_link { color: #7A8183; font-size: 24px; line-height: 1.6; position: relative; display: inline-flex; align-items: center; gap: 15px; }

.link_arrow { display: inline-block; width: 80px; height: 80px; position: relative; background-color: #19B8DD; border-radius: 40px; overflow: hidden; }
.link_arrow:before, .link_arrow:after { content: ""; background: url(../../images/ico_arrow.svg) center no-repeat; background-size: contain; width: 44px; height: 28px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.link_arrow:before { transform: translateX(-400%); }

.link_arrow_down { width: 40px; height: 40px; }
.link_arrow_down:before, .link_arrow_down:after { content: ""; background-image: url(../../images/ico_arrow.svg); width: 22px; height: 14px; rotate: 90deg; }
.link_arrow_down:before { transform: translateX(-400%); }

a:hover .link_arrow:before { transition: transform .4s ease-in-out .1s; transform: translate(0); }
a:hover .link_arrow:after { transition: transform .4s ease-in-out; transform: translateX(400%); }

.text_indent { text-indent: -1em; padding-left: 1em; }

.text_w { color: #fff !important; }

.text_bl { color: #19B8DD !important; }

.text_gr { color: #5BD1B6 !important; }

.text_or { color: #FCA480 !important; }

.text_bl_light { color: rgba(25, 184, 221, 0.4) !important; }

.text_gr_light { color: rgba(91, 209, 182, 0.4) !important; }

.text_or_light { color: rgba(252, 164, 128, 0.4) !important; }

.text_large { font-size: 24px; }

.section_ttl p { font-size: 24px; letter-spacing: 0.07em; font-weight: 450; line-height: 1.2; margin-bottom: .8em; }
.section_ttl img { border-radius: 0 !important; }

.font-jost { font-family: "Jost", sans-serif; letter-spacing: 0.07em; }

.font-mincho { font-family: "Noto Serif JP", serif; }

/*======================
	header
======================*/
#header { position: fixed; transition: 0.2s; width: 100%; height: 120px; background: #fff; z-index: 100; padding: 0 80px; }
#header.scrolled { height: 84px; }
#header.scrolled .logo img { width: 100px; }
#header.scrolled #menu-mainmenu a { font-size: 18px; }

.logo img { width: 162px; transition: all .5s ease-out; }

#menu-mainmenu { display: flex; align-items: center; }
#menu-mainmenu li { position: relative; }
#menu-mainmenu li:hover > .sub-menu { opacity: 1; visibility: visible; }
#menu-mainmenu a { display: inline-block; font-size: 20px; text-align: center; margin: 0 1em; letter-spacing: 0.1em; }
#menu-mainmenu a span { display: block; font-family: "Jost", sans-serif; font-size: 11px; letter-spacing: 0.07em; line-height: 1.4; }
#menu-mainmenu .current_page_item > a { color: #19B8DD; }
#menu-mainmenu .sub-menu { width: 240px; background: #fff; position: absolute; right: 0; opacity: 0; visibility: hidden; padding: 1em 1.5em; transition: all .3s ease-out; }
#menu-mainmenu .sub-menu a { font-size: 16px !important; padding: .2em 0; margin: 0; }

/*======================
	home
======================*/
.home_kv { position: relative; }

.home_kv_left, .home_kv_right { height: calc(100vh - 120px); min-height: 640px; display: flex; align-items: center; }

.home_kv_left { position: absolute; z-index: 2; }
.home_kv_left .home_kv_text { padding-left: 80px; overflow: hidden; }
.home_kv_left .img_wave { position: relative; left: -280px; }

.home_kv_right { justify-content: flex-end; }
.home_kv_right > div { height: 100%; width: 64%; max-width: 900px; }
.home_kv_right > div img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

.home_catch { position: relative; }
.home_catch .img_wave { margin-top: -3em; }

.home_service { position: relative; }
.home_service .content_link { position: absolute; bottom: 0; right: 1em; white-space: nowrap; }

.home_service_list { display: flex; justify-content: space-between; gap: 4.5%; margin-top: 40px; flex-wrap: wrap; }
.home_service_list a { display: block; }
.home_service_list .home_service_cont { width: 30%; }
.home_service_list .home_service_cont p { text-align: center; font-size: 32px; line-height: 1.3; transition: all .5s ease-out; }
.home_service_list .home_service_cont .img_curve > div { overflow: hidden; }
.home_service_list .home_service_cont:first-child .img_curve > div { border-radius: 0 80px 0 0; }
.home_service_list .home_service_cont:nth-child(2) { margin-top: -90px; }
.home_service_list .home_service_cont:nth-child(2) .img_curve > div { border-radius: 80px 80px 0 0; }
.home_service_list .home_service_cont:last-child { margin-top: -180px; }
.home_service_list .home_service_cont:last-child .img_curve > div { border-radius: 80px 0 0 0; }
.home_service_list .home_service_cont a img { transition: all .5s ease-out; }
.home_service_list .home_service_cont a:hover img { transform: scale(1.05); }

.home_company .content_link { align-items: end; }

.home_company_kv { height: 46vw; max-height: 648px; background: url(../../images/home_img018.jpg) bottom center no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; position: relative; }
.home_company_kv > div { margin-top: -10vw; }

.home_recruit_top > div:nth-child(2) { margin-top: 80px; }

.home_recruit_list .home_recruit_cont:first-child { width: 32%; margin-top: 60px; }
.home_recruit_list .home_recruit_cont:nth-child(2) { margin-top: -20px; }
.home_recruit_list .home_recruit_cont:last-child { width: 28%; margin-top: -300px; }

.home_contact .section_ttl h2 { width: 360px; padding: 0 20px; }

.home_contact_link > div { justify-content: space-between; }
.home_contact_link .curve_cont { overflow: hidden; position: relative; }
.home_contact_link .curve_cont p { width: 100%; font-size: 48px; font-weight: 450; text-align: center; position: absolute; top: 50%; left: 0%; transform: translateY(-50%); background: rgba(255, 255, 255, 0.8); padding: .2em .5em; }
.home_contact_link a { width: 48%; }
.home_contact_link a img { transition: all .5s ease-out; }
.home_contact_link a:hover img { transform: scale(1.05); }
.home_contact_link a:hover p { color: #7A8183; }

/*======================
	main
======================*/
main { padding-top: 120px; overflow: hidden; }

section { padding-top: 80px; position: relative; z-index: 2; }

.page_ttl .img_over_right { overflow-x: hidden; }
.page_ttl .img_over_right img { min-width: 1030px; max-width: none; }
.page_ttl h1 { overflow: hidden; }

/*======================
	company
======================*/
.company_kv { position: relative; }
.company_kv .page_kv .curve_cont { background: url(../../images/company_kv.jpg) top center no-repeat; background-size: 100% auto; }
.company_kv .company_message { width: 100vw; margin-right: calc(50% - 50vw); padding-top: 24vw; }
.company_kv p { background: rgba(255, 255, 255, 0.8); font-size: 28px; line-height: 1.8; letter-spacing: 0; padding: 2em; border-radius: 80px 0 0 0; }
.company_kv p span { position: relative; display: inline-block; margin: .45em 0; padding: 0 .5em; }

.company_logo { position: relative; z-index: 2; }
.company_logo + .img_curve { margin-top: -37px; }

.company_identity { margin-top: -300px; }

.company_identity_list { margin-top: -190px; }
.company_identity_list li { font-size: 32px; line-height: 1.2; }
.company_identity_list li + li { margin-top: 40px; }
.company_identity_list li:nth-child(2) { margin-left: 120px; }
.company_identity_list li:last-child { margin-left: 60px; }
.company_identity_list li span { font-size: 96px; font-weight: 450; line-height: 1; padding-right: .1em; letter-spacing: -0.03em; }

.company_identity_btm > div:first-child { width: 26%; margin-top: -80px; }
.company_identity_btm > div:nth-child(2) { width: 36%; margin-top: 100px; }
.company_identity_btm > div:last-child { width: 26%; margin-top: 30px; }

.company_mission h3 { display: inline-block; font-size: 48px; background: url(../../images/company_mission_bg001.svg) top right no-repeat, url(../../images/company_mission_bg002.svg) bottom left no-repeat; padding: 1.5em 2.2em 2em; }
.company_mission h3 span { font-size: 56px; }
.company_mission .company_mission_text { font-size: 24px; margin-top: -160px; }

.company_table > div { padding: 14px 0; border-top: 1px solid #7A8183; }
.company_table > div:last-child { border-bottom: 1px solid #7A8183; }
.company_table .company_table_inner { min-width: 200px; }
.company_table .company_table_inner + div { padding-left: 20px; margin-left: 20px; border-left: 1px solid #7A8183; }
.company_table dl + dl { padding-top: 20px; margin-top: 20px; border-top: 1px solid #7A8183; }
.company_table dt { font-weight: bold; margin-bottom: .5em; }
.company_table dd { font-size: 24px; }
.company_table dd span { font-size: 22px; }
.company_table dd li { line-height: 1.5; padding-top: .2em; }
.company_table a { color: #19B8DD; text-decoration: underline; }

.company_ceo { margin-top: -170px; }

.company_name { position: relative; }
.company_name h3 { font-size: 32px; }
.company_name:after { content: ""; width: 169px; height: 169px; background: url(../../images/company_mission_bg002.svg) center no-repeat; background-size: contain; position: absolute; top: 25px; left: -95px; }

.company_table_history .company_table_inner { flex: 1; }
.company_table_history .company_table_inner:nth-child(odd) { padding-right: 20px; }
.company_table_history .company_table_inner:nth-child(even) { margin-left: 0; }

.company_table_working .company_table_inner { flex: 1; }

.content_table { width: 100%; }
.content_table tr { display: flex; }
.content_table tr:last-child th, .content_table tr:last-child td { border-bottom: 1px solid #7A8183; }
.content_table th, .content_table td { padding: 14px 0; border-top: 1px solid #7A8183; font-size: 24px; flex: 1; }
.content_table th span, .content_table td span { font-size: 22px; }
.content_table th h3, .content_table td h3 { font-size: 16px; margin-bottom: .5em; }
.content_table td { width: 50%; vertical-align: baseline; }
.content_table td div { height: 100%; }
.content_table td:nth-child(odd) div { padding-right: 30px; }
.content_table td:nth-child(even) div { padding-left: 30px; border-left: 1px solid #7A8183; }
.content_table td a { color: #19B8DD; text-decoration: underline; }

/*======================
	recruit
======================*/
.recruit_kv { position: relative; }
.recruit_kv .page_kv .curve_cont { background: url(../../images/recruit_kv.jpg) top center no-repeat; background-size: 100% auto; }

.recruit_kv_message { width: 100vw; margin-right: calc(50% - 50vw); padding-top: 24vw; }
.recruit_kv_message p { background: rgba(255, 255, 255, 0.8); font-size: 28px; line-height: 1.8; letter-spacing: 0; padding: 2em; border-radius: 80px 0 0 0; }
.recruit_kv_message p span { position: relative; display: inline-block; margin: .45em 0; padding: 0 .5em; }

.recruit_logo { position: relative; z-index: 2; }
.recruit_logo + .img_curve { margin-top: -10px; }

.recruit_message { margin-top: -70px; }
.recruit_message h3 { font-size: 32px; }

/*======================
	footer
======================*/
.footer_wrap { position: relative; }

.footer_gradient { width: 100%; height: 690px; background: linear-gradient(to top, #E4F6FA 0%, #FFFFFF 100%); position: absolute; bottom: 0; left: 0; z-index: -10; pointer-events: none; }

footer { padding: 80px 0; position: relative; z-index: 1; }

#menu-footmenu { display: flex; justify-content: space-between; }
#menu-footmenu a { display: inline-block; font-size: 20px; padding: 1em 0; }

#menu-footmenu_btm { display: flex; margin-top: 1em; }
#menu-footmenu_btm li { padding-right: 2em; }

.gmap iframe { width: 100%; height: clamp(500px, 41vw, 580px); }

/*======================
	service
======================*/
.service_kv { position: relative; }
.service_kv .page_kv .curve_cont { display: flex; align-items: center; padding: 6.4vw 0; background: linear-gradient(to right, #19B8DD 50%, #5BD1B6 50%); }
.service_kv .page_kv .curve_cont img { border-radius: 0; height: auto; width: auto; }

.service_logo { position: relative; z-index: 2; }
.service_logo + .img_curve { margin-top: -11px; }

.timeline_list { width: 100%; height: auto; position: relative; overflow: hidden; line-height: 1.3; margin-top: 24px; }
.timeline_list:before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 4px; background-color: #19B8DD; transform: translateX(-50%); z-index: 0; }
.timeline_list:after { content: ""; position: absolute; bottom: 0; left: 50%; width: 4px; height: 150px; background-color: #FCA480; transform: translateX(-50%); z-index: 1; }
.timeline_list .tl_box { display: flex; position: relative; margin: 8px 0; z-index: 2; }
.timeline_list .tl_box .tl_content { width: calc(50% - 34px); background: #fff; border: 2px solid #19B8DD; border-radius: 24px 0 0 0; text-align: center; display: flex; }
.timeline_list .tl_box .tl_content .tl_img, .timeline_list .tl_box .tl_content p { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.timeline_list .tl_box .tl_content .tl_img { padding: 13px 15px; background: #19B8DD; border-radius: 20px 0 0 0; }
.timeline_list .tl_box .tl_content p { font-size: 30px; line-height: 1.5; padding: .5em; flex: 1; }
.timeline_list .tl_box .tl_content p span { font-size: clamp(16px, 0.6em, 999px); display: inline-block; }
.timeline_list .tl_box.tl_left .tl_content, .timeline_list .tl_box.tl_right .tl_content { position: relative; }
.timeline_list .tl_box.tl_left .tl_content:after, .timeline_list .tl_box.tl_right .tl_content:after { content: ""; width: 34px; height: 4px; background: #19B8DD; position: absolute; top: 50%; transform: translateY(-50%); }
.timeline_list .tl_box.tl_left .tl_content { margin-right: auto; }
.timeline_list .tl_box.tl_left .tl_content:after { right: -36px; }
.timeline_list .tl_box.tl_right .tl_content { margin-left: auto; }
.timeline_list .tl_box.tl_right .tl_content:after { left: -36px; }
.timeline_list .tl_box.tl_center { justify-content: center; }
.timeline_list .tl_box:first-child { margin: 0 0 60px; }
.timeline_list .tl_box:last-child { margin-bottom: 0; }
.timeline_list .tl_box:last-child .tl_content { border-color: #FCA480; }
.timeline_list .tl_box:last-child .tl_content p { font-weight: bold; }
.timeline_list .tl_box:last-child .tl_content .tl_img { background: #FCA480; }
.timeline_list .tl_box:nth-last-child(-n+2) { margin: 60px 0 0; }
.timeline_list .tl_box:nth-last-child(-n+2) .tl_content { max-width: 440px; }

.tl_guide { position: absolute; bottom: 10px; right: 60px; }

.tl_free, .tl_paid { width: 24px; height: 24px; border-radius: 12px 0 0 0; }

.tl_free { background: #19B8DD; }

.tl_paid { background: #FCA480; }

/*======================
	solution
======================*/
.solution_link li { margin-left: 80px; }
.solution_link li:first-child { margin-left: 0; }
.solution_link a { display: block; text-align: center; font-size: 40px; font-weight: 450; line-height: 1.4; }

.solution_ttl { font-weight: 450; font-size: 24px; }

.solution_label { margin-left: 10px; }
.solution_label li { margin: 0 8px; }
.solution_label .op30 { opacity: .3; }

.solution_text h3 { font-size: 32px; }
.solution_text p { border-bottom: 1px solid #7A8183; }

.solution_flow { background: url(../../images/solution_bg001.svg) center no-repeat; background-size: contain; height: 10.3vw; }
.solution_flow > ul { width: 100%; height: 6.5vw; display: flex; align-items: center; text-align: center; }
.solution_flow > ul li { color: #fff; font-size: clamp(1px, 1.7vw, 24px); font-weight: bold; margin-right: 3.5%; line-height: 1.1; }
.solution_flow > ul li:nth-child(1) { width: 23%; }
.solution_flow > ul li:nth-child(2) { width: 27%; }
.solution_flow > ul li:nth-child(3) { width: 9%; }
.solution_flow > ul li:nth-child(4) { width: 9%; }
.solution_flow > ul li:nth-child(5) { width: 9%; }

.solution_flow_inner { background: #E4F6FA; padding: 36px; }
.solution_flow_inner > div + div { border-left: 2px solid #19B8DD; padding-left: 20px; margin-left: 20px; }
.solution_flow_inner > div:nth-child(1) { width: 21%; }
.solution_flow_inner > div:nth-child(2) { width: 33%; }
.solution_flow_inner > div:nth-child(3) { width: 14%; }
.solution_flow_inner > div:nth-child(4) { width: 14%; }
.solution_flow_inner > div:nth-child(5) { width: 18%; }
.solution_flow_inner ul li { text-indent: -1em; padding-left: 1em; line-height: 1.5; margin-bottom: .2em; }
.solution_flow_inner li, .solution_flow_inner p { font-weight: bold; }
.solution_flow_inner p { font-size: 14px; }

/*======================
	contact
======================*/
.contact_form { width: 100%; margin-top: 50px; }
.contact_form h2 { font-size: 20px; }
.contact_form input, .contact_form textarea, .contact_form select { width: 100%; max-width: 1000px; border: 1px solid #94A1A3; margin-bottom: .5em; padding: .8em; color: #7A8183; }
.contact_form input.wpcf7-not-valid, .contact_form textarea.wpcf7-not-valid, .contact_form select.wpcf7-not-valid { background: #fef2f8; }
.contact_form textarea { height: 260px; margin-bottom: 0; }
.contact_form input[type=radio], .contact_form input[type=checkbox] { width: auto; margin: 0.5em 0; }
.contact_form input[type=radio] { margin: 1.2em 0; accent-color: #222426; }
.contact_form input[type=file] { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; padding: 0; border: 0; }
.contact_form .wpcf7-file::file-selector-button { color: #7A8183; background: #fff; border: 1px solid #94A1A3; margin-right: 20px; padding: .8em 1em; cursor: pointer; transition: all .5s ease-out; }
.contact_form input[type=file]:hover.wpcf7-file::file-selector-button { color: #19B8DD; border: 1px solid #19B8DD; }
.contact_form .wpcf7-radio .wpcf7-list-item label { cursor: pointer; }
.contact_form .wpcf7-list-item { margin-left: 0; margin-right: 2em; }
.contact_form .form_privacy { width: 100%; max-width: 1000px; height: 260px; padding: 1em; border: 1px solid #94A1A3; overflow-y: scroll; line-height: 1.8; }
.contact_form tr:last-child th, .contact_form tr:last-child td { border-bottom: 1px solid #7A8183; }
.contact_form th, .contact_form td { padding: 1.5em 0; border-top: 1px solid #7A8183; }
.contact_form th .text_small, .contact_form td .text_small { font-size: .8em; }
.contact_form td { width: 50%; vertical-align: baseline; }
.contact_form td:nth-child(odd) div { padding-right: 30px; }
.contact_form td:nth-child(even) div { padding-left: 30px; border-left: 1px solid #7A8183; }
.contact_form td a { text-decoration: underline; }
.contact_form .req { color: #FCA480; }
.contact_form span.wpcf7-not-valid-tip { font-size: .9rem; }
.contact_form div.wpcf7-validation-errors, .contact_form div.wpcf7-acceptance-missing { border: 0; font-weight: bold; }
.contact_form div.wpcf7-response-output { text-align: center; padding: 0; margin: 1.5em 0 0; }

input[type=submit] { background: #19B8DD; border: none; border-radius: 90px; font-size: 32px; font-weight: 500; color: #fff; width: 275px; padding: .4em 1em; margin-top: 1em; border: 2px solid #19B8DD; transition: all .5s ease-out; }
input[type=submit]:hover { background: #fff; color: #19B8DD; }

.wpcf7-spinner { display: block !important; margin-top: 1em !important; }

.wpcf7-form.sent .wpcf7-response-output { display: none !important; }

.page_privacy h2 { font-size: 24px; font-weight: 500; margin: 1.5em 0 .5em; }
